[llvm] [GlobalISel] Catching inconsistencies in load memory, result, and range metadata type (PR #121247)

Renat Idrisov via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 23 07:19:16 PST 2025


================
@@ -17,6 +17,7 @@
   !0 = !{i96 0, i96 9223372036854775808}
   !1 = !{!"omnipotent char", !2}
   !2 = !{!"Simple C/C++ TBAA"}
+  !3 = !{i32 0, i32 4294967295}
----------------
parsifal-47 wrote:

the instruction here:
```
    %1:_(<3 x s32>) = G_LOAD %0 :: (load (<3 x s32>), align 8, addrspace 4, !range !3)
```
how would you recommend to alter the test to make it pass?

https://github.com/llvm/llvm-project/pull/121247


More information about the llvm-commits mailing list