Skip to content

Commit b1ec143

Browse files
committed
Fix other test
1 parent 27c41bd commit b1ec143

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/test/MachineVerifier/AMDGPU/unsupported-subreg-index-aligned-vgpr-check.mir

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ body: |
1919
; CHECK-NEXT: - basic block: %bb.0
2020
; CHECK-NEXT: - instruction: GLOBAL_STORE_DWORDX4_SADDR %0:vgpr_32, %1.sub16_sub17_sub18_sub19:vreg_512_align2, undef $sgpr8_sgpr9, 80, 0, implicit $exec :: (store (s128), addrspace 1)
2121
; CHECK-NEXT: - operand 1: %1.sub16_sub17_sub18_sub19:vreg_512_align2
22-
; CHECK-NEXT: Register class VReg_512_Align2 does not support subreg index 166
22+
; CHECK-NEXT: Register class VReg_512_Align2 does not support subreg index sub16_sub17_sub18_sub19
2323
2424
; CHECK: *** Bad machine code: Subtarget requires even aligned vector registers ***
2525
; CHECK-NEXT: - function: uses_invalid_subregister_for_regclass
@@ -33,7 +33,7 @@ body: |
3333
; CHECK-NEXT: - basic block: %bb.0
3434
; CHECK-NEXT: - instruction: GLOBAL_STORE_DWORDX4_SADDR %0:vgpr_32, %2.sub16_sub17_sub18_sub19:vreg_512, undef $sgpr8_sgpr9, 80, 0, implicit $exec :: (store (s128), addrspace 1)
3535
; CHECK-NEXT: - operand 1: %2.sub16_sub17_sub18_sub19:vreg_512
36-
; CHECK-NEXT: Register class VReg_512 does not support subreg index 166
36+
; CHECK-NEXT: Register class VReg_512 does not support subreg index sub16_sub17_sub18_sub19
3737
S_NOP 0, implicit-def %2:vreg_512
3838
GLOBAL_STORE_DWORDX4_SADDR %0, %2.sub16_sub17_sub18_sub19, undef $sgpr8_sgpr9, 80, 0, implicit $exec :: (store (s128), addrspace 1)
3939
S_ENDPGM 0

0 commit comments

Comments
 (0)