[PATCH] D120554: [AArch64][SME] Add addsvl and addspl instructions

Hsiangkai Wang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 25 03:32:36 PST 2022


HsiangKai created this revision.
HsiangKai added reviewers: c-rhodes, rsandifo-arm, paulwalker-arm, david-arm.
Herald added subscribers: hiraditya, kristof.beyls.
HsiangKai requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

This patch adds support for the following SME instructions:

- ADDSPL, ADDSVL

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


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D120554

Files:
  llvm/lib/Target/AArch64/AArch64SMEInstrInfo.td
  llvm/lib/Target/AArch64/SVEInstrFormats.td
  llvm/test/MC/AArch64/SME/addspl-diagnostics.s
  llvm/test/MC/AArch64/SME/addspl.s
  llvm/test/MC/AArch64/SME/addsvl-diagnostics.s
  llvm/test/MC/AArch64/SME/addsvl.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D120554.411371.patch
Type: text/x-patch
Size: 5947 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220225/50db839c/attachment.bin>


More information about the llvm-commits mailing list