commit | a63ce0e9cb860439d4277bd6dca696bce1f1bb6b | [log] [tgz] |
---|---|---|
author | Richard Henderson <richard.henderson@linaro.org> | Wed Aug 25 20:28:53 2021 -0700 |
committer | Richard Henderson <richard.henderson@linaro.org> | Wed Oct 27 17:11:22 2021 -0700 |
tree | 2e923baec0624f34fc821b6f1064ee34b7e4e855 | |
parent | 9caca88a76a6b1e5203dd2470800941c2670a9cd [diff] |
tcg/optimize: Split out fold_xi_to_x Pull the "op r, a, i => mov r, a" optimization into a function, and use them in the outer-most logical operations. Reviewed-by: Luis Pires <luis.pires@eldorado.org.br> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>