[PATCH] D35309: [AArch64] Add preliminary support for ARMv8.1 SUB/AND atomics

Matthew Simpson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 12 08:55:05 PDT 2017


mssimpso created this revision.
Herald added subscribers: kristof.beyls, javed.absar, rengolin, aemerson.

This patch is a follow-up to r305893 and adds preliminary support for the fetch_sub and fetch_and operations.


https://reviews.llvm.org/D35309

Files:
  lib/Target/AArch64/AArch64DeadRegisterDefinitionsPass.cpp
  lib/Target/AArch64/AArch64ISelLowering.cpp
  lib/Target/AArch64/AArch64InstrAtomics.td
  test/CodeGen/AArch64/atomic-ops-lse.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D35309.106232.patch
Type: text/x-patch
Size: 8020 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170712/833ad2ea/attachment.bin>


More information about the llvm-commits mailing list