commit | 3b10fd8f09185b389ecbe56d2b246bb10248d76d | [log] [tgz] |
---|---|---|
author | Richard Henderson <richard.henderson@linaro.org> | Sun Feb 26 17:12:05 2023 -1000 |
committer | Richard Henderson <richard.henderson@linaro.org> | Sun Mar 05 13:45:16 2023 -0800 |
tree | ae05e7e95266d110b3aa32dfcbd50f171ab0205c | |
parent | e0df97777c11c5f62313f8b1395a358b6fa02cb7 [diff] |
target/hexagon/idef-parser: Use gen_constant for gen_extend_tcg_width_op We already have a temporary, res, which we can use for the intermediate shift result. Simplify the constant to -1 instead of 0xf*f. This was the last use of gen_tmp_value, so remove it. Reviewed-by: Taylor Simpson <tsimpson@quicinc.com> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>