[PATCH] D129643: [SCEV] Use context to strengthen flags of BinOps
Max Kazantsev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 1 04:30:52 PDT 2022
mkazantsev added a comment.
There is a subtlety between no-wrap flags in instructions and SCEVs. The short answer is - no, correct usage of SCEV should never lead to what you are describing. We had such bugs in the past because SCEV was misused.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D129643/new/
https://reviews.llvm.org/D129643
More information about the llvm-commits
mailing list