File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
llvm/test/Transforms/LoopVectorize Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ target triple = "x86_64-unknown-linux-gnu"
99; Function Attrs: nofree norecurse nosync nounwind memory(argmem: readwrite)
1010define void @test_ (ptr captures(none) %0 , ptr readonly captures(none) %1 ) local_unnamed_addr #0 {
1111; CHECK-LABEL: define void @test_(
12- ; CHECK-NEXT : fadd contract <4 x float> {{.*}}
13- ; CHECK-NEXT : call contract float @llvm.vector.reduce.fadd.v4f32(float -0.000000e+00, <4 x float> {{.*}})
12+ ; CHECK: fadd contract <4 x float> {{.*}}
13+ ; CHECK: call contract float @llvm.vector.reduce.fadd.v4f32(float -0.000000e+00, <4 x float> {{.*}})
1414;
1515 %invariant.gep = getelementptr i8 , ptr %1 , i64 -4
1616 %.promoted = load float , ptr %0 , align 4
@@ -43,5 +43,5 @@ attributes #0 = { nofree norecurse nosync nounwind memory(argmem: readwrite) "ta
4343!3 = !{!"llvm.loop.vectorize.reassociation.enable" , i1 true }
4444
4545; CHECK-NOT: llvm.loop.vectorize.reassociation.enable
46- ; CHECK: [[META3]] = !{!"llvm.loop.isvectorized", i32 1}
47- ; CHECK: [[META4]] = !{!"llvm.loop.unroll.runtime.disable"}
46+ ; CHECK: !{!"llvm.loop.isvectorized", i32 1}
47+ ; CHECK: !{!"llvm.loop.unroll.runtime.disable"}
You can’t perform that action at this time.
0 commit comments