Rename Offset, Scale, Length into Begin, Step, End respectively
to make naming of similar entities for Ranges and Range Checks more
consistent.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D39414
[IRCE][NFC] Rename fields of InductiveRangeCheck ClosedPublic Authored by mkazantsev on Oct 30 2017, 4:30 AM.
Details Summary Rename Offset, Scale, Length into Begin, Step, End respectively
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Oct 30 2017, 10:40 AM Closed by commit rL316979: [IRCE][NFC] Rename fields of InductiveRangeCheck (authored by mkazantsev). · Explain WhyOct 30 2017, 11:19 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 120937 llvm/trunk/lib/Transforms/Scalar/InductiveRangeCheckElimination.cpp
llvm/trunk/test/Transforms/IRCE/only-lower-check.ll
llvm/trunk/test/Transforms/IRCE/only-upper-check.ll
|