Skip to content

Commit 0873b4c

Browse files
committed
[LoopVectorize] optimal-epilog-vectorization-profitability.ll - fix LABLE -> LABEL typo
Typo identified in #91854
1 parent 6381cfe commit 0873b4c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

llvm/test/Transforms/LoopVectorize/PowerPC/optimal-epilog-vectorization-profitability.ll

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ target datalayout = "e-m:e-i64:64-n32:64"
1010
target triple = "powerpc64le-unknown-linux-gnu"
1111

1212
; Do not vectorize epilogues for loops with minsize attribute
13-
; CHECK-LABLE: @f1
13+
; CHECK-LABEL: @f1
1414
; CHECK-NOT: vector.main.loop.iter.check
1515
; CHECK-NOT: vec.epilog.iter.check
1616
; CHECK-NOT: vec.epilog.ph
@@ -48,7 +48,7 @@ for.end: ; preds = %for.end.loopexit, %
4848
}
4949

5050
; Do not vectorize epilogues for loops with optsize attribute
51-
; CHECK-LABLE: @f2
51+
; CHECK-LABEL: @f2
5252
; CHECK-NOT: vector.main.loop.iter.check
5353
; CHECK-NOT: vec.epilog.iter.check
5454
; CHECK-NOT: vec.epilog.ph
@@ -86,7 +86,7 @@ for.end: ; preds = %for.end.loopexit, %
8686
}
8787

8888
; Do not vectorize the epilogue for loops with VF less than the default -epilogue-vectorization-minimum-VF of 16.
89-
; CHECK-MIN-D-LABLE: @f3
89+
; CHECK-MIN-D-LABEL: @f3
9090
; CHECK-MIN-D-NOT: vector.main.loop.iter.check
9191
; CHECK-MIN-D-NOT: vec.epilog.iter.check
9292
; CHECK-MIN-D-NOT: vec.epilog.ph
@@ -96,7 +96,7 @@ for.end: ; preds = %for.end.loopexit, %
9696

9797
; Specify a smaller minimum VF (via `-epilogue-vectorization-minimum-VF=4`) and
9898
; make sure the epilogue gets vectorized in that case.
99-
; CHECK-MIN-D-LABLE: @f3
99+
; CHECK-MIN-4-LABEL: @f3
100100
; CHECK-MIN-4: vector.main.loop.iter.check
101101
; CHECK-MIN-4: vec.epilog.iter.check
102102
; CHECK-MIN-4: vec.epilog.ph

0 commit comments

Comments
 (0)