[llvm] AtomicExpand: Allow incrementally legalizing atomicrmw (PR #103371)
Eli Friedman via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 13 14:13:36 PDT 2024
efriedma-quic wrote:
To be clear, I think this patch is doing the right thing. As the code notes, we can't stick an fadd inside an ll/sc loop, so we need to expand in two stages... and doing the second stage early is consistent with the rest of the code.
https://github.com/llvm/llvm-project/pull/103371
More information about the llvm-commits
mailing list