Re: [PATCH 14/44] RISC-V: Also invert the cond-move condition for GEU and LEU
LGTM On Sun, Nov 19, 2023 at 1:39 PM Maciej W. Rozycki wrote: > > Update `riscv_expand_conditional_move' and handle the missing GEU and > LEU operators there, avoiding an extraneous conditional set operation, > such as with this output: > > sgtua0,a0,a1 > seqza1,a0 >
[PATCH 14/44] RISC-V: Also invert the cond-move condition for GEU and LEU
Update `riscv_expand_conditional_move' and handle the missing GEU and LEU operators there, avoiding an extraneous conditional set operation, such as with this output: sgtua0,a0,a1 seqza1,a0 czero.eqz a3,a3,a1 czero.nez a1,a2,a1 or