Re: [PATCH 01/26] target/s390x: Use tcg_constant_* in local contexts

2022-11-03 Thread Ilya Leoshkevich
On Wed, Oct 05, 2022 at 08:43:56PM -0700, Richard Henderson wrote: > Replace tcg_const_* with tcg_constant_* in contexts > where the free to remove is nearby. > > Reviewed-by: Philippe Mathieu-Daudé > Signed-off-by: Richard Henderson > --- > target/s390x/tcg/translate.c | 408 +-

[PATCH 01/26] target/s390x: Use tcg_constant_* in local contexts

2022-10-05 Thread Richard Henderson
Replace tcg_const_* with tcg_constant_* in contexts where the free to remove is nearby. Reviewed-by: Philippe Mathieu-Daudé Signed-off-by: Richard Henderson --- target/s390x/tcg/translate.c | 408 +-- 1 file changed, 145 insertions(+), 263 deletions(-) diff --gi