Skip to content

Commit 4f16afa

Browse files
parsifal-47arsenm
andauthored
Update llvm/test/MachineVerifier/test_g_incompatible_range.mir
Co-authored-by: Matt Arsenault <[email protected]>
1 parent da70608 commit 4f16afa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/test/MachineVerifier/test_g_incompatible_range.mir

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ body: |
2626
%4:_(p0) = G_LOAD %0(p1) :: (volatile load (s64), align 4, !range !0, addrspace 1)
2727
2828
; CHECK: Bad machine code: range is incompatible with the value it gets assigned to
29-
%5:_(<2 x s32>) = G_LOAD %0(p1) :: (volatile load (s64), align 4, !range !0, addrspace 1)
29+
%5:_(<2 x p0>) = G_LOAD %0(p1) :: (volatile load (s64), align 4, !range !0, addrspace 1)
3030
3131
$vgpr0_vgpr1 = COPY %3
3232
SI_RETURN implicit $vgpr0_vgpr1

0 commit comments

Comments
 (0)