On 10/4/24 13:26, Philippe Mathieu-Daudé wrote:
Directly use tcg_constant_tl() for constant integer, this save a call to tcg_gen_movi_tl() and a temp register.Inspired-by: Richard Henderson<[email protected]> Signed-off-by: Philippe Mathieu-Daudé<[email protected]> --- target/ppc/translate.c | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-)
Reviewed-by: Richard Henderson <[email protected]> r~
