Re: [PATCH v3 02/57] tcg/mips: Conditionalize tcg_out_exts_i32_i64

2023-04-25 Thread Philippe Mathieu-Daudé
On 24/4/23 07:40, Richard Henderson wrote: Since TCG_TYPE_I32 values are kept sign-extended in registers, we need not extend if the register matches. This is already relied upon by comparisons. Signed-off-by: Richard Henderson --- tcg/mips/tcg-target.c.inc | 4 +++- 1 file changed, 3

[PATCH v3 02/57] tcg/mips: Conditionalize tcg_out_exts_i32_i64

2023-04-23 Thread Richard Henderson
Since TCG_TYPE_I32 values are kept sign-extended in registers, we need not extend if the register matches. This is already relied upon by comparisons. Signed-off-by: Richard Henderson --- tcg/mips/tcg-target.c.inc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git