OSDN Git Service

tcg/optimize: Split out fold_const{1,2}
authorRichard Henderson <richard.henderson@linaro.org>
Wed, 25 Aug 2021 19:03:48 +0000 (12:03 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Thu, 28 Oct 2021 00:11:22 +0000 (17:11 -0700)
commit2f9f08ba43df3ea76124f66ae3fe99a96a0a072f
tree00888f6021bdf5661a9f082140d8efde5626173e
parent3eefdf2b5885dca36eefa200862c661654519162
tcg/optimize: Split out fold_const{1,2}

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: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Luis Pires <luis.pires@eldorado.org.br>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
tcg/optimize.c