Skip to content

Commit cd6958b

Browse files
committed
Addressing review feedback
1 parent f2ddff5 commit cd6958b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

llvm/test/MachineVerifier/test_g_incompatible_range.mir

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
}
66

77
!0 = !{i64 -4294967295, i64 4294967296}
8-
!1 = !{i64 -8589934591, i64 8589934592}
98

109
...
1110
---
@@ -20,7 +19,7 @@ body: |
2019
%0:_(p1) = G_MERGE_VALUES %1(s32), %2(s32)
2120
2221
; CHECK: Bad machine code: range is incompatible with the value it gets assigned to
23-
%3:_(<2 x s32>) = G_LOAD %0(p1) :: (volatile load (s64), align 4, !range !1, addrspace 1)
22+
%3:_(<2 x s32>) = G_LOAD %0(p1) :: (volatile load (s64), align 4, !range !0, addrspace 1)
2423
2524
; CHECK: Bad machine code: range is incompatible with the value it gets assigned to
2625
%4:_(p0) = G_LOAD %0(p1) :: (volatile load (s64), align 4, !range !0, addrspace 1)

0 commit comments

Comments
 (0)