[all-commits] [llvm/llvm-project] 69f99f: [NFC][IRCE] Check that Index is AddRec in the pars...
Aleksandr Popov via All-commits
all-commits at lists.llvm.org
Tue Jul 4 06:04:37 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 69f99f5308edf7dcb0cd688d7028733088305946
https://github.com/llvm/llvm-project/commit/69f99f5308edf7dcb0cd688d7028733088305946
Author: Aleksandr Popov <a.popov.tmb at gmail.com>
Date: 2023-07-03 (Mon, 03 Jul 2023)
Changed paths:
M llvm/lib/Transforms/Scalar/InductiveRangeCheckElimination.cpp
Log Message:
-----------
[NFC][IRCE] Check that Index is AddRec in the parseRangeCheckICmp
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
Reviewed By: skatkov
Differential Revision: https://reviews.llvm.org/D154158
More information about the All-commits
mailing list