Re: [PATCH 26/70] target/m68k: Avoid tcg_const_i32 when modified

2023-03-06 Thread Philippe Mathieu-Daudé
On 27/2/23 06:41, Richard Henderson wrote: In several instances, a temp is initialized with a for use as a constant, and then subsequently used as an unrelated temp. Split them. Signed-off-by: Richard Henderson --- target/m68k/translate.c | 29 - 1 file changed,

[PATCH 26/70] target/m68k: Avoid tcg_const_i32 when modified

2023-02-26 Thread Richard Henderson
In several instances, a temp is initialized with a for use as a constant, and then subsequently used as an unrelated temp. Split them. Signed-off-by: Richard Henderson --- target/m68k/translate.c | 29 - 1 file changed, 16 insertions(+), 13 deletions(-) diff --git a