[PATCH] D45953: [AArch64][SVE] Asm: Support for gather LD1/LDFF1 (scalar + vector (32bit elts, scaled)) load instructions.

Sander de Smalen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 23 06:51:15 PDT 2018


sdesmalen created this revision.
sdesmalen added reviewers: fhahn, rengolin, samparker, SjoerdMeijer, t.p.northover, echristo, evandro.
Herald added a reviewer: javed.absar.
Herald added subscribers: kristof.beyls, tschuett.

Patch [3/8] in series to add support for SVE's gather load instructions
that use scalar+vector addressing modes.


https://reviews.llvm.org/D45953

Files:
  lib/Target/AArch64/AArch64SVEInstrInfo.td
  lib/Target/AArch64/SVEInstrFormats.td
  test/MC/AArch64/SVE/ld1h.s
  test/MC/AArch64/SVE/ld1sh.s
  test/MC/AArch64/SVE/ld1w.s
  test/MC/AArch64/SVE/ldff1h.s
  test/MC/AArch64/SVE/ldff1sh.s
  test/MC/AArch64/SVE/ldff1w.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D45953.143539.patch
Type: text/x-patch
Size: 7971 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180423/ce4da7c2/attachment-0001.bin>


More information about the llvm-commits mailing list