]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/tricore: Use tcg_constant_tl() instead of tcg_gen_movi_tl()
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Fri, 4 Oct 2024 18:58:29 +0000 (15:58 -0300)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Tue, 15 Oct 2024 15:13:59 +0000 (12:13 -0300)
commit96ce24da684454b2f8c86c9b47ee703ecf194cc0
treef476887e126aa427c9331a1cc736a05dbf703523
parente01e1c7e2e25fa792ac99e1c790c718d5cbee376
target/tricore: Use tcg_constant_tl() instead of tcg_gen_movi_tl()

Directly use tcg_constant_tl() for constant integer,
this save a call to tcg_gen_movi_tl().

Inspired-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20241004202621.4321-3-philmd@linaro.org>
target/tricore/translate.c