In a lambda where we expect to have result within bounds, add respective nsw/nuw flags to
help SCEV just in case if it fails to figure them out on its own.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D40168
[IRCE][NFC] Add no wrap flags to no-wrapping SCEV calculation ClosedPublic Authored by mkazantsev on Nov 17 2017, 12:49 AM.
Details Summary In a lambda where we expect to have result within bounds, add respective nsw/nuw flags to
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Nov 17 2017, 10:32 AM Closed by commit rL318898: [IRCE][NFC] Add no wrap flags to no-wrapping SCEV calculation (authored by mkazantsev). · Explain WhyNov 22 2017, 10:15 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 124037 llvm/trunk/lib/Transforms/Scalar/InductiveRangeCheckElimination.cpp
|