llvm-project
9725595f - [InstCombine] Check nowrap flags when folding comparison of GEPs with the same base pointer (#121892)

Commit
245 days ago
[InstCombine] Check nowrap flags when folding comparison of GEPs with the same base pointer (#121892) Alive2: https://alive2.llvm.org/ce/z/P5XbMx Closes https://github.com/llvm/llvm-project/issues/121890 TODO: It is still safe to perform this transform without nowrap flags if the corresponding scale factor is 1 byte: https://alive2.llvm.org/ce/z/J-JCJd
Author
Parents
Loading