[PATCH] D62528: [AArch64][SVE2] Asm: support SVE2 load instructions

Cullen Rhodes via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 28 07:49:22 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: D62526: [AArch64][SVE2] Asm: support FCVTX/FLOGB instructions.

Patch adds support for the following instructions:

- LDNT1SB, LDNT1B, LDNT1SH, LDNT1H, LDNT1SW, LDNT1W, LDNT1D

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


Repository:
  rL LLVM

https://reviews.llvm.org/D62528

Files:
  lib/Target/AArch64/AArch64SVEInstrInfo.td
  lib/Target/AArch64/SVEInstrFormats.td
  test/MC/AArch64/SVE/ldnt1b-diagnostics.s
  test/MC/AArch64/SVE2/ldnt1b-diagnostics.s
  test/MC/AArch64/SVE2/ldnt1b.s
  test/MC/AArch64/SVE2/ldnt1d-diagnostics.s
  test/MC/AArch64/SVE2/ldnt1d.s
  test/MC/AArch64/SVE2/ldnt1h-diagnostics.s
  test/MC/AArch64/SVE2/ldnt1h.s
  test/MC/AArch64/SVE2/ldnt1sb-diagnostics.s
  test/MC/AArch64/SVE2/ldnt1sb.s
  test/MC/AArch64/SVE2/ldnt1sh-diagnostics.s
  test/MC/AArch64/SVE2/ldnt1sh.s
  test/MC/AArch64/SVE2/ldnt1sw-diagnostics.s
  test/MC/AArch64/SVE2/ldnt1sw.s
  test/MC/AArch64/SVE2/ldnt1w-diagnostics.s
  test/MC/AArch64/SVE2/ldnt1w.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D62528.201671.patch
Type: text/x-patch
Size: 49949 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190528/2cfb8110/attachment.bin>


More information about the llvm-commits mailing list