[PATCH] D41443: [AArch64][SVE] Asm: Add predicated ADD/SUB instructions

Sander de Smalen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 20 06:27:46 PST 2017


sdesmalen created this revision.
sdesmalen added reviewers: rengolin, mcrosier, evandro, fhahn, echristo.
Herald added subscribers: kristof.beyls, tschuett, javed.absar, aemerson.

Add the predicated ADD/SUB instructions and corresponding tests.

Patch [3/3] in a series to add predicated ADD/SUB instructions for SVE.


https://reviews.llvm.org/D41443

Files:
  lib/Target/AArch64/AArch64SVEInstrInfo.td
  lib/Target/AArch64/Disassembler/AArch64Disassembler.cpp
  lib/Target/AArch64/SVEInstrFormats.td
  test/MC/AArch64/SVE/add-diagnostics.s
  test/MC/AArch64/SVE/add.s
  test/MC/AArch64/SVE/sub-diagnostics.s
  test/MC/AArch64/SVE/sub.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D41443.127706.patch
Type: text/x-patch
Size: 17077 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171220/2ccd1de7/attachment.bin>


More information about the llvm-commits mailing list