Move the logic into the assert itself.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D64654
The variable "Latch" is only used in an assert, which makes builds that use "-DNDEBUG" fail with unused variable messages. ClosedPublic Authored by saugustine on Jul 12 2019, 11:49 AM.
Details Summary Move the logic into the assert itself.
Diff Detail
Event TimelineThis revision was not accepted when it landed; it landed in state Needs Review.Jul 12 2019, 11:50 AM Closed by commit rL365943: The variable "Latch" is only used in an assert, which makes builds that use "… (authored by saugustine). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 209553 llvm/trunk/lib/Transforms/Scalar/IndVarSimplify.cpp
|