[PATCH] D128640: [SCEV] Fix isImpliedViaMerge() with values from previous iteration (PR56242)
Nikita Popov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 27 06:15:58 PDT 2022
nikic added inline comments.
================
Comment at: llvm/test/Transforms/IRCE/decrementing-loop.ll:222
+; CHECK: br i1 true, label %in.bounds, label %out.of.bounds
+; CHECK: loop.preloop:
----------------
This just restores the pre-D101829 state of the test.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D128640/new/
https://reviews.llvm.org/D128640
More information about the llvm-commits
mailing list