[PATCH] D103232: [AtomicExpandPass][AArch64] Promote xchg with floating-point types to integer ones
Eli Friedman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu May 27 15:16:46 PDT 2021
efriedma added a comment.
I don't really like unconditionally messing with the type of the atomic operation; not sure what kind of impact that will have.
Maybe it would make sense to add a new AtomicExpansionKind?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D103232/new/
https://reviews.llvm.org/D103232
More information about the llvm-commits
mailing list