[PATCH] D105543: [Test] Add loop deletion switch tests
Max Kazantsev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 8 02:57:28 PDT 2021
mkazantsev added inline comments.
================
Comment at: llvm/test/Transforms/LoopDeletion/eval_first_iteration.ll:1150
+; CHECK-NEXT: ret i32 [[SUM_NEXT_LCSSA]]
+; CHECK: failure:
+; CHECK-NEXT: unreachable
----------------
There is no such block in these tests. Did you forget to re-run update_tests.py?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D105543/new/
https://reviews.llvm.org/D105543
More information about the llvm-commits
mailing list