Skip to content

Commit e421c12

Browse files
committed
[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.
1 parent a1bbba0 commit e421c12

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

llvm/test/Transforms/LoopVectorize/first-order-recurrence-chains-vplan.ll

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,6 @@ define void @test_chained_first_order_recurrences_3(ptr %ptr) {
9191
; CHECK-NEXT: middle.block:
9292
; CHECK-NEXT: No successors
9393
; CHECK-NEXT: }
94-
95-
; CHECK-NOT: vector.body:
9694
;
9795
entry:
9896
br label %loop

0 commit comments

Comments
 (0)