Re: [PATCH v2 12/36] tcg: Use tcg_constant_i32 with icount expander

2020-04-22 Thread Alex Bennée
Richard Henderson writes: > We must do this before we adjust how tcg_out_movi_i32, > lest the under-the-hood poking that we do be broken. > > Signed-off-by: Richard Henderson Reviewed-by: Alex Bennée > --- > include/exec/gen-icount.h | 25 + > 1 file changed, 13

[PATCH v2 12/36] tcg: Use tcg_constant_i32 with icount expander

2020-04-21 Thread Richard Henderson
We must do this before we adjust how tcg_out_movi_i32, lest the under-the-hood poking that we do be broken. Signed-off-by: Richard Henderson --- include/exec/gen-icount.h | 25 + 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/include/exec/gen-icount.h