Skip to content

Commit 281a307

Browse files
committed
Adjust regpressure test
1 parent 43b1b6a commit 281a307

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@ target datalayout = "e-m:e-i8:8:32-i16:16:32-i64:64-i128:128-n32:64-S128"
66
target triple = "aarch64-none-unknown-elf"
77

88
define i32 @dotp(ptr %a, ptr %b) #0 {
9-
; CHECK-REGS-VP-NOT: LV(REG): Not considering vector loop of width vscale x 16 because it uses too many registers
10-
; CHECK-REGS-VP: LV: Selecting VF: vscale x 8.
9+
; CHECK-REGS-VP: LV: Selecting VF: vscale x 16.
1110
;
1211
; CHECK-NOREGS-VP: LV(REG): Not considering vector loop of width vscale x 8 because it uses too many registers
1312
; CHECK-NOREGS-VP: LV(REG): Not considering vector loop of width vscale x 16 because it uses too many registers

0 commit comments

Comments
 (0)