Skip to content

Commit d0c0343

Browse files
committed
Correct printing test
1 parent 40e44cf commit d0c0343

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/test/Transforms/LoopVectorize/vplan-printing.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1312,7 +1312,7 @@ define i64 @print_mulacc_extended(ptr nocapture readonly %x, ptr nocapture reado
13121312
; CHECK-NEXT: CLONE ir<%arrayidx1> = getelementptr inbounds ir<%y>, vp<%3>
13131313
; CHECK-NEXT: vp<%5> = vector-pointer ir<%arrayidx1>
13141314
; CHECK-NEXT: WIDEN ir<%load1> = load vp<%5>
1315-
; CHECK-NEXT: MULACC-REDUCE vp<%6> = ir<%rdx> + reduce.add (mul nsw (ir<%load0> extended to i64), (ir<%load1> extended to i64))
1315+
; CHECK-NEXT: MULACC-REDUCE vp<%6> = ir<%rdx> + reduce.add (mul nsw (ir<%load0> sign-extended to i64), (ir<%load1> sign-extended to i64))
13161316
; CHECK-NEXT: EMIT vp<%index.next> = add nuw vp<%2>, vp<%0>
13171317
; CHECK-NEXT: EMIT branch-on-count vp<%index.next>, vp<%1>
13181318
; CHECK-NEXT: No successors

0 commit comments

Comments
 (0)