diff options
author | Taylor Simpson <tsimpson@quicinc.com> | 2021-10-11 11:48:52 -0500 |
---|---|---|
committer | Taylor Simpson <tsimpson@quicinc.com> | 2021-10-28 22:22:41 -0500 |
commit | f448397a512189e726f5e8026c89ce7fc4392377 (patch) | |
tree | 6493e86e616c13fa261bf95dd1cadafc9ef32978 /tests/tcg | |
parent | c52d69e7dbaaed0ffdef8125e79218672c30161d (diff) | |
download | qemu-f448397a512189e726f5e8026c89ce7fc4392377.zip qemu-f448397a512189e726f5e8026c89ce7fc4392377.tar.gz qemu-f448397a512189e726f5e8026c89ce7fc4392377.tar.bz2 |
Hexagon (target/hexagon) more tcg_constant_*
Change additional tcg_const_tl to tcg_constant_tl
Note that gen_pred_cancal had slot_mask initialized with tcg_const_tl.
However, it is not constant throughout, so we initialize it with
tcg_temp_new and replace the first use with the constant value.
Inspired-by: Richard Henderson <richard.henderson@linaro.org>
Inspired-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Signed-off-by: Taylor Simpson <tsimpson@quicinc.com>
Diffstat (limited to 'tests/tcg')
0 files changed, 0 insertions, 0 deletions