llvm-project
2900d035
- [InstCombine] Propagate flags when folding consecutative shifts
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
1 year ago
[InstCombine] Propagate flags when folding consecutative shifts When we fold `(shift (shift C0, x), C1)` we can propagate flags that are common to both shifts. Proofs: https://alive2.llvm.org/ce/z/LkEzXD Closes #94872
Author
goldsteinn
Committer
goldsteinn
Parents
c2d68c42
Loading