[llvm-dev] AArch64 enabling out-of-line atomics by default

Pavel Iliin via llvm-dev llvm-dev at lists.llvm.org
Sat Dec 19 12:49:37 PST 2020


Hi all,
I am going to enable outline atomics "-moutline-atomics" by default for baseline AArch64 architecture.
This will allow AArch64 generic compiled code to take advantage of LSE instructions when they are available.
You can always disable outline atomics specifying "-mno-outline-atomics" option.
If you have any concerns please reply here or follow up in review: https://reviews.llvm.org/D93585
Best regards,
Pavel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20201219/22e8702b/attachment.html>


More information about the llvm-dev mailing list