llvm
1d4e857a
- [InstCombine] simplify average of lsb (#95684)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
1 year ago
[InstCombine] simplify average of lsb (#95684) close: #94737 alive2: https://alive2.llvm.org/ce/z/WF_7mX In this patch, we combine `(X + Y) / 2` into `(X & Y)` only when both X and Y are less than or equal to 1.
References
#14230 - [GEN] Update GENX branch to LLVM `657ec73`
Author
c8ef
Parents
b7b3d179
Loading