Re: [PATCH 09/11] tcg/riscv: Improve setcond expansion

2023-05-16 Thread Alistair Francis
On Wed, May 3, 2023 at 6:59 PM Richard Henderson wrote: > > Split out a helper function, tcg_out_setcond_int, which does not > always produce the complete boolean result, but returns a set of > flags to do so. > > Based on 21af16198425, the same improvement for loongarch64. > > Signed-off-by: Rich

Re: [PATCH 09/11] tcg/riscv: Improve setcond expansion

2023-05-08 Thread Daniel Henrique Barboza
On 5/3/23 05:56, Richard Henderson wrote: Split out a helper function, tcg_out_setcond_int, which does not always produce the complete boolean result, but returns a set of flags to do so. Based on 21af16198425, the same improvement for loongarch64. Signed-off-by: Richard Henderson --- Rev