llvm-project
4d18039c
- [RISCV] Lower (select c, y, 0) -> (qc.muliadd c, y-1) (#190323)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
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`.
References
#190323 - [RISCV] Lower (select c, y, 0) -> (qc.muliadd c, y-1)
Author
svs-quic
Parents
1ad91beb
Loading