[llvm] [SCEV] Fix NSW flag propagation in getGEPExpr, getMulExpr, and getAddExpr (PR #155145)
Nikita Popov via llvm-commits
llvm-commits at lists.llvm.org
Sun Aug 24 04:10:23 PDT 2025
nikic wrote:
For flag propagation changes, I'd really recommend writing alive2 proofs for the propagation rules you are claiming. You can't directly prove something on addrecs, but you can at least prove it for one step of the addrec.
https://github.com/llvm/llvm-project/pull/155145
More information about the llvm-commits
mailing list