[llvm] [ARM] Fix failure to register-allocate CMP_SWAP_64 pseudo-inst (PR #104039)
Oliver Stannard via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 30 05:46:30 PDT 2024
ostannard wrote:
I've figured out a way to change the CMP_SWAP_64 pseudo-instruction to fix this, avoiding any performance impact on fast-isel or other targets: #106721
https://github.com/llvm/llvm-project/pull/104039
More information about the llvm-commits
mailing list