[PATCH] D136680: [AArch64][SVE2] Add the SVE2.1 contiguous load to multiple consecutive vector

David Sherwood via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 25 06:30:42 PDT 2022


david-arm created this revision.
david-arm added reviewers: sdesmalen, CarolineConcatto, aemerson, paulwalker-arm, kmclaughlin.
Herald added subscribers: hiraditya, kristof.beyls, tschuett.
Herald added a reviewer: efriedma.
Herald added a project: All.
david-arm requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

This patch adds the assembly/disassembly for the following instructions:

ld1*   : Contiguous load of bytes to multiple consecutive vectors -
 (scalar + scalar) and (scalar + immediate)
ldnt1* : Contiguous load non-temporal of bytes to multiple consecutive
 vectors - (scalar + scalar) and (scalar + immediate)

The reference can be found here:
https://developer.arm.com/documentation/ddi0602/2022-09


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D136680

Files:
  llvm/lib/Target/AArch64/AArch64SVEInstrInfo.td
  llvm/lib/Target/AArch64/SVEInstrFormats.td
  llvm/test/MC/AArch64/SVE2p1/ld1b-diagnostics.s
  llvm/test/MC/AArch64/SVE2p1/ld1b.s
  llvm/test/MC/AArch64/SVE2p1/ld1d-diagnostics.s
  llvm/test/MC/AArch64/SVE2p1/ld1d.s
  llvm/test/MC/AArch64/SVE2p1/ld1h-diagnostics.s
  llvm/test/MC/AArch64/SVE2p1/ld1h.s
  llvm/test/MC/AArch64/SVE2p1/ld1w-diagnostics.s
  llvm/test/MC/AArch64/SVE2p1/ld1w.s
  llvm/test/MC/AArch64/SVE2p1/ldnt1b-diagnostics.s
  llvm/test/MC/AArch64/SVE2p1/ldnt1b.s
  llvm/test/MC/AArch64/SVE2p1/ldnt1d-diagnostics.s
  llvm/test/MC/AArch64/SVE2p1/ldnt1d.s
  llvm/test/MC/AArch64/SVE2p1/ldnt1h-diagnostics.s
  llvm/test/MC/AArch64/SVE2p1/ldnt1h.s
  llvm/test/MC/AArch64/SVE2p1/ldnt1w-diagnostics.s
  llvm/test/MC/AArch64/SVE2p1/ldnt1w.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D136680.470461.patch
Type: text/x-patch
Size: 76982 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221025/dcd29cce/attachment-0001.bin>


More information about the llvm-commits mailing list