[PATCH] D62599: [AArch64][SVE2] Asm: support SVE2 store instructions

Cullen Rhodes via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 29 08:23:12 PDT 2019


c-rhodes created this revision.
c-rhodes added reviewers: sdesmalen, SjoerdMeijer, rovka, chill.
Herald added subscribers: kristof.beyls, tschuett, javed.absar.
Herald added a project: LLVM.
c-rhodes added a parent revision: D62530: [AArch64][SVE2] Asm: support SVE2 vector splice (constructive).

Patch adds support for the following instructions:

- STNT1B, STNT1H, STNT1S, STNT1D

The specification can be found here:
https://developer.arm.com/docs/ddi0602/latest


Repository:
  rL LLVM

https://reviews.llvm.org/D62599

Files:
  lib/Target/AArch64/AArch64SVEInstrInfo.td
  lib/Target/AArch64/SVEInstrFormats.td
  test/MC/AArch64/SVE/stnt1b-diagnostics.s
  test/MC/AArch64/SVE2/stnt1b-diagnostics.s
  test/MC/AArch64/SVE2/stnt1b.s
  test/MC/AArch64/SVE2/stnt1d-diagnostics.s
  test/MC/AArch64/SVE2/stnt1d.s
  test/MC/AArch64/SVE2/stnt1h-diagnostics.s
  test/MC/AArch64/SVE2/stnt1h.s
  test/MC/AArch64/SVE2/stnt1w-diagnostics.s
  test/MC/AArch64/SVE2/stnt1w.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D62599.201921.patch
Type: text/x-patch
Size: 28377 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190529/d75e999f/attachment.bin>


More information about the llvm-commits mailing list