Skip to content

Commit 31413c4

Browse files
committed
[Passes] Adjust SLPVectorizer placement in test.
SLPVectorizer runs *after* the extra vector passes.
1 parent 5da920b commit 31413c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/test/Other/opt-pipeline-vector-passes.ll

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616

1717
; Everything runs at -O2.
1818
; O2-LABEL: Running pass: LoopVectorizePass
19-
; O2: Running pass: SLPVectorizerPass
2019
; O2-NOT: Running pass: EarlyCSEPass
2120
; O2-NOT: Running pass: LICMPass
21+
; O2: Running pass: SLPVectorizerPass
2222
; O2: Running pass: VectorCombinePass
2323

2424
; Optionally run cleanup passes.

0 commit comments

Comments
 (0)