llvm-project
261580ca
- [InstSimplify] Support non-inbounds GEP in ptrdiff fold (#162676)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
23 hours ago
[InstSimplify] Support non-inbounds GEP in ptrdiff fold (#162676) We can fold ptrdiff(ptradd(p, x), p) to x regardless of whether the ptradd is inbounds. Proof: https://alive2.llvm.org/ce/z/Xuvc7N
References
#162676 - [InstSimplify] Support non-inbounds GEP in ptrdiff fold
Author
nikic
Parents
31e85cc5
Loading