[llvm] e421c12 - [VPlan] Remove left-over CHECK-NOT line.
Florian Hahn via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 27 01:39:05 PST 2024
Author: Florian Hahn
Date: 2024-02-27T09:38:40Z
New Revision: e421c12e47e2912d685dafeb8289b7118ad8b2e1
URL: https://github.com/llvm/llvm-project/commit/e421c12e47e2912d685dafeb8289b7118ad8b2e1
DIFF: https://github.com/llvm/llvm-project/commit/e421c12e47e2912d685dafeb8289b7118ad8b2e1.diff
LOG: [VPlan] Remove left-over CHECK-NOT line.
This removes a CHECK-NOT: vector.body line from the test which seems to
imply the test does not get vectorized, but it does now.
This line was left over from when the test was pre-committed, remove it.
Added:
Modified:
llvm/test/Transforms/LoopVectorize/first-order-recurrence-chains-vplan.ll
Removed:
################################################################################
diff --git a/llvm/test/Transforms/LoopVectorize/first-order-recurrence-chains-vplan.ll b/llvm/test/Transforms/LoopVectorize/first-order-recurrence-chains-vplan.ll
index 15e77f3a48470c..c04178a1c13e21 100644
--- a/llvm/test/Transforms/LoopVectorize/first-order-recurrence-chains-vplan.ll
+++ b/llvm/test/Transforms/LoopVectorize/first-order-recurrence-chains-vplan.ll
@@ -91,8 +91,6 @@ define void @test_chained_first_order_recurrences_3(ptr %ptr) {
; CHECK-NEXT: middle.block:
; CHECK-NEXT: No successors
; CHECK-NEXT: }
-
-; CHECK-NOT: vector.body:
;
entry:
br label %loop
More information about the llvm-commits
mailing list