Re: [PATCH v3 33/38] tcg/ppc: Add TCG_CT_CONST_CMP

2024-01-19 Thread Philippe Mathieu-Daudé
On 10/1/24 23:44, Richard Henderson wrote: Better constraint for tcg_out_cmp, based on the comparison. We can't yet remove the fallback to load constants into a scratch because of tcg_out_cmp2, but that path should not be as frequent. Signed-off-by: Richard Henderson --- tcg/ppc/tcg-target-co

[PATCH v3 33/38] tcg/ppc: Add TCG_CT_CONST_CMP

2024-01-10 Thread Richard Henderson
Better constraint for tcg_out_cmp, based on the comparison. We can't yet remove the fallback to load constants into a scratch because of tcg_out_cmp2, but that path should not be as frequent. Signed-off-by: Richard Henderson --- tcg/ppc/tcg-target-con-set.h | 5 ++-- tcg/ppc/tcg-target-con-str.