[llvm] [docs] Reword the alignment implications for atomic instructions. (PR #75871)
James Y Knight via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 20 13:13:49 PST 2023
jyknight wrote:
Overall, yes.
I don't think the mention of AtomicExpandPass belongs here. It should instead just say something like "Note: if the alignment is not greater than the size, the atomic operation is likely to require a lock and have poor performance."
https://github.com/llvm/llvm-project/pull/75871
More information about the llvm-commits
mailing list