[PATCH] Use the load-acquire/store-release instructions optimally in AArch32

Artyom Skrobov Artyom.Skrobov at arm.com
Tue Sep 10 01:16:56 PDT 2013


Hello,

This patch improves handling of atomic instructions in ARMv8 AArch32, basically porting Tim's earlier work (r179005, http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20130408/170822.html) to the ARM backend.
The objective is to remove the barriers and to use the new load-acquire/store-release instructions, where possible.
The justification for this change is the same as in http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20130408/170832.html


-- IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be privileged. If you are not the intended recipient, please notify the sender immediately and do not disclose the contents to any other person, use it for any purpose, or store or copy the information in any medium.  Thank you.

ARM Limited, Registered office 110 Fulbourn Road, Cambridge CB1 9NJ, Registered in England & Wales, Company No:  2557590
ARM Holdings plc, Registered office 110 Fulbourn Road, Cambridge CB1 9NJ, Registered in England & Wales, Company No:  2548782
-------------- next part --------------
A non-text attachment was scrubbed...
Name: ldacq-strel-AArch32.patch
Type: application/octet-stream
Size: 103764 bytes
Desc: ldacq-strel-AArch32.patch
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20130910/b681d348/attachment.obj>


More information about the llvm-commits mailing list