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

Sander de Smalen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 23 06:51:16 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 [7/8] in series to add support for SVE's gather load instructions
that use scalar+vector addressing modes.


https://reviews.llvm.org/D45957

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D45957.143543.patch
Type: text/x-patch
Size: 11453 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180423/63d1f206/attachment.bin>


More information about the llvm-commits mailing list