RE: [PATCH v2 15/48] tcg/optimize: Split out fold_const{1,2}

2021-10-20 Thread Luis Fernando Fujita Pires
From: Richard Henderson > Split out a whole bunch of placeholder functions, which are currently > identical. > That won't last as more code gets moved. > > Use CASE_32_64_VEC for some logical operators that previously missed the > addition of vectors. > > Signed-off-by: Richard Henderson > ---

[PATCH v2 15/48] tcg/optimize: Split out fold_const{1,2}

2021-10-07 Thread Richard Henderson
Split out a whole bunch of placeholder functions, which are currently identical. That won't last as more code gets moved. Use CASE_32_64_VEC for some logical operators that previously missed the addition of vectors. Signed-off-by: Richard Henderson --- tcg/optimize.c | 254