[PATCH] D148720: [IRCE] Refactor parseRangeCheckICmp

Max Kazantsev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 21 01:13:02 PDT 2023


mkazantsev requested changes to this revision.
mkazantsev added inline comments.
This revision now requires changes to proceed.


================
Comment at: llvm/lib/Transforms/Scalar/InductiveRangeCheckElimination.cpp:311
+  }
+  Index = SE.getSCEV(LHS);
+
----------------
Now you can change `Index` and return `false`, which was not the case in the old implementation.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D148720/new/

https://reviews.llvm.org/D148720



More information about the llvm-commits mailing list