[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
Fri Jan 17 07:15:26 PST 2025
================
@@ -30,6 +30,7 @@
!0 = !{i24 0, i24 1048575}
!1 = !{!"omnipotent char", !2}
!2 = !{!"Simple C/C++ TBAA"}
+ !3 = !{i32 0, i32 1048575}
----------------
parsifal-47 wrote:
sorry, I do not understand how to resolve the comment, this test started to fail because i24 range is used on i32 value, I have forked this range with i32 to make the test pass, should I change this test or should I change the check? Thank you!
https://github.com/llvm/llvm-project/pull/121247
More information about the llvm-commits
mailing list