Next step of the preparatory refactoring for the upcoming support of
new range check form to parse.
Previous one: https://reviews.llvm.org/D154156
With this change we avoid meaningless parsing after realizing that Index
is not AddRec
Paths
| Differential D154158
[IRCE][NFC] Check that Index is AddRec in the parseRangeCheckICmp ClosedPublic Authored by aleksandr.popov on Jun 29 2023, 2:53 PM.
Details Summary Next step of the preparatory refactoring for the upcoming support of Previous one: https://reviews.llvm.org/D154156 With this change we avoid meaningless parsing after realizing that Index
Diff Detail
Unit TestsFailed
Event Timelinealeksandr.popov added reviewers: skatkov, apilipenko, anna, DaniilSuchkov, mkazantsev.Jun 30 2023, 12:24 AM This revision is now accepted and ready to land.Jul 2 2023, 9:32 PM This revision was landed with ongoing or failed builds.Jul 4 2023, 6:04 AM Closed by commit rG69f99f5308ed: [NFC][IRCE] Check that Index is AddRec in the parseRangeCheckICmp (authored by aleksandr.popov). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 537023 llvm/lib/Transforms/Scalar/InductiveRangeCheckElimination.cpp
|