llvm-project
462cb3cd
- [InstCombine] Infer nusw + nneg -> nuw for getelementptr (#111144)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
1 year ago
[InstCombine] Infer nusw + nneg -> nuw for getelementptr (#111144) If the gep is nusw (usually via inbounds) and the offset is non-negative, we can infer nuw. Proof: https://alive2.llvm.org/ce/z/ihztLy
References
#111144 - [InstCombine] Infer nusw + nneg -> nuw for getelementptr
Author
nikic
Parents
f85be326
Loading