Skip to content

Commit a498331

Browse files
committed
[SLP][REVEC] Solve conflicts.
1 parent bb89a2c commit a498331

File tree

1 file changed

+2
-2
lines changed
  • llvm/test/Transforms/SLPVectorizer

1 file changed

+2
-2
lines changed

llvm/test/Transforms/SLPVectorizer/revec.ll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -223,8 +223,8 @@ entry:
223223
ret <4 x i1> %cmp
224224
}
225225

226-
define void @test5() {
227-
; CHECK-LABEL: @test5(
226+
define void @test7() {
227+
; CHECK-LABEL: @test7(
228228
; CHECK-NEXT: entry:
229229
; CHECK-NEXT: [[TMP0:%.*]] = call <8 x float> @llvm.vector.insert.v8f32.v2f32(<8 x float> poison, <2 x float> zeroinitializer, i64 0)
230230
; CHECK-NEXT: [[TMP1:%.*]] = call <8 x float> @llvm.vector.insert.v8f32.v2f32(<8 x float> [[TMP0]], <2 x float> zeroinitializer, i64 2)

0 commit comments

Comments
 (0)