We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb89a2c commit a498331Copy full SHA for a498331
llvm/test/Transforms/SLPVectorizer/revec.ll
@@ -223,8 +223,8 @@ entry:
223
ret <4 x i1> %cmp
224
}
225
226
-define void @test5() {
227
-; CHECK-LABEL: @test5(
+define void @test7() {
+; CHECK-LABEL: @test7(
228
; CHECK-NEXT: entry:
229
; CHECK-NEXT: [[TMP0:%.*]] = call <8 x float> @llvm.vector.insert.v8f32.v2f32(<8 x float> poison, <2 x float> zeroinitializer, i64 0)
230
; 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