[PATCH] D57820: [AArch64] Use CAS loops for all atomic operations when available.

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 19 17:12:31 PST 2019


efriedma added a comment.

The atomics documentation is out of date; the implementation was changed to lower "unsupported" atomic operations to __atomic_*& calls.


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D57820/new/

https://reviews.llvm.org/D57820





More information about the llvm-commits mailing list