Skip to content

Commit a4f1d6c

Browse files
committed
Add extra check-line to test
1 parent 1a341b0 commit a4f1d6c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

llvm/test/Transforms/LoopVectorize/AArch64/maxbandwidth-regpressure.ll

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ define i32 @dotp(ptr %a, ptr %b) #0 {
88
; CHECK-REGS-VP-NOT: LV(REG): Not considering vector loop of width vscale x 16 because it uses too many registers
99
; CHECK-REGS-VP: LV: Selecting VF: vscale x 8.
1010
;
11+
; CHECK-NOREGS-VP: LV(REG): Not considering vector loop of width vscale x 8 because it uses too many registers
1112
; CHECK-NOREGS-VP: LV(REG): Not considering vector loop of width vscale x 16 because it uses too many registers
1213
; CHECK-NOREGS-VP: LV: Selecting VF: vscale x 4.
1314
entry:

0 commit comments

Comments
 (0)