llvm-project
4d18039c - [RISCV] Lower (select c, y, 0) -> (qc.muliadd c, y-1) (#190323)

Commit
4 days ago
[RISCV] Lower (select c, y, 0) -> (qc.muliadd c, y-1) (#190323) This can be compressed in some cases so prefer `QC_MULIADD` to `QC_SHLADD`.
Author
Parents
Loading