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

2021-10-26 Thread Alex Bennée
Richard Henderson writes: > 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. > > Reviewed-by: Luis Pires > Signed-off-

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

2021-10-21 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. Reviewed-by: Luis Pires Signed-off-by: Richard Henderson --- tcg/optimize.c |