Skip to content

Commit 9511b6e

Browse files
committed
Fixed test.
1 parent 1619ad6 commit 9511b6e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

llvm/test/Transforms/LoopVectorize/reduction-reassociate.ll

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ target triple = "x86_64-unknown-linux-gnu"
99
; Function Attrs: nofree norecurse nosync nounwind memory(argmem: readwrite)
1010
define 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"}

0 commit comments

Comments
 (0)