]> git.proxmox.com Git - mirror_qemu.git/commit
tcg/sparc: Avoid tcg_const_tl in gen_edge
authorRichard Henderson <richard.henderson@linaro.org>
Sun, 26 Feb 2023 21:14:48 +0000 (11:14 -1000)
committerRichard Henderson <richard.henderson@linaro.org>
Mon, 13 Mar 2023 13:44:37 +0000 (06:44 -0700)
commit905a83dedf62a230adbfb7d66b9cf20ab044ab68
treedc19bcaf84232a4689b45ae698808a1baa7d7618
parent950b91be9807c93a3b7cd741257e369535b4de1c
tcg/sparc: Avoid tcg_const_tl in gen_edge

Push tcg_constant_tl into the shift argument directly.
Since t1 no longer exists as a temp, replace with lo1,
whose last use was just above.

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
target/sparc/translate.c