[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 24 07:45:37 PST 2025


parsifal-47 wrote:

> Test still failing

Should be good now, but
1. switching from checking value type to rhs makes new negative test to pass
2. this in turn made me reverse the change for `legalize-load-memory-metadata.mir`
3. multiple checks for error messages within one negative test do not work because it crashes once, I can split three negative cases in three files or keep single check for error message

Let me know what do you think, thank you!

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


More information about the llvm-commits mailing list