Re: [PATCH 10/11] tcg/riscv: Implement movcond

2023-05-16 Thread Alistair Francis
On Wed, May 3, 2023 at 6:59 PM Richard Henderson wrote: > > Implement with and without Zicond. Without Zicond, we were letting > the middle-end expand to a 5 insn sequence; better to use a branch > over a single insn. > > Signed-off-by: Richard Henderson Acked-by: Alistair Francis Alistair >

Re: [PATCH 10/11] tcg/riscv: Implement movcond

2023-05-08 Thread Daniel Henrique Barboza
On 5/3/23 05:56, Richard Henderson wrote: Implement with and without Zicond. Without Zicond, we were letting the middle-end expand to a 5 insn sequence; better to use a branch over a single insn. Signed-off-by: Richard Henderson --- Reviewed-by: Daniel Henrique Barboza tcg/riscv/tcg-