commit | 0b76ff8f1b63733f3cae78e4a0aba332e994f8d8 | [log] [tgz] |
---|---|---|
author | Richard Henderson <richard.henderson@linaro.org> | Sun Jun 13 13:04:00 2021 -0700 |
committer | Richard Henderson <richard.henderson@linaro.org> | Tue Jun 29 10:04:57 2021 -0700 |
tree | 334e0782b2b6713242e662fe2fcce6e880fb4369 | |
parent | 0d57d36af5de88f86e4ec1e1abc716209f791f8f [diff] |
tcg: Handle new bswap flags during optimize Notice when the input is known to be zero-extended and force the TCG_BSWAP_IZ flag on. Honor the TCG_BSWAP_OS bit during constant folding. Propagate the input to the output mask. Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>