[PATCH] D101163: [AArch64] Prevent spilling between ldxr/stxr pairs
Tomas Matheson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 23 07:44:31 PDT 2021
tmatheson added a comment.
The same problem exists in the ARM backend, which I fixed internally by implementing new pseudos for the atomicrmw instructions, but hadn't got round to upstreaming it yet. Here it is for comparison: D101164 <https://reviews.llvm.org/D101164>.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D101163/new/
https://reviews.llvm.org/D101163
More information about the llvm-commits
mailing list