[llvm] [X86][APX] Fix issues of suppressing APX for relocation (PR #139285)

Phoebe Wang via llvm-commits llvm-commits at lists.llvm.org
Sun May 11 03:03:43 PDT 2025


phoebewang wrote:

It looks to me like both 2) and 4) are caused due to we only changed the register class in MI but not in its use. Can we simply iterate all their uses and change to the same register class?

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


More information about the llvm-commits mailing list