llvm-project
b8b74945
- [InstCombine] Rewrite multi-use GEPs when simplifying comparison (#146100)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
163 days ago
[InstCombine] Rewrite multi-use GEPs when simplifying comparison (#146100) We already do this when both sides are a GEP, but not if only one is. This ensures that the offset arithmetic is not duplicated.
References
#146100 - [InstCombine] Rewrite multi-use GEPs when simplifying comparison
Author
nikic
Parents
9b13dfdf
Loading