commit | 1b7bc9b5c8bf374dd37e49cc258e4ab3447b7148 | [log] [tgz] |
---|---|---|
author | Richard Henderson <richard.henderson@linaro.org> | Sat Feb 25 12:24:07 2023 -1000 |
committer | Richard Henderson <richard.henderson@linaro.org> | Mon Mar 13 07:03:39 2023 -0700 |
tree | 69d066e1508e200d12712d5252f3772d5601de79 | |
parent | a2c4fb8cae92a2f54d77d6cc5c0404459e9dbabc [diff] |
target/arm: Avoid tcg_const_ptr in handle_vec_simd_sqshrn It is easy enough to use mov instead of or-with-zero and relying on the optimizer to fold away the or. Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>