[PATCH] D135567: [AArch64] SME2 Multiple vectors binary int/float and two/four ZA single-vector

Caroline via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 10 02:43:23 PDT 2022


CarolineConcatto created this revision.
Herald added subscribers: hiraditya, kristof.beyls.
Herald added a project: All.
CarolineConcatto requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

This patch adds the following instructions:
For int:
 ADD, SUB,
For FP:
 FADD, FSUB

They are multi-vector to ZA array vector accumulators instructions.

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

Depends on: D135563 <https://reviews.llvm.org/D135563>


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D135567

Files:
  llvm/lib/Target/AArch64/AArch64SMEInstrInfo.td
  llvm/lib/Target/AArch64/SMEInstrFormats.td
  llvm/test/MC/AArch64/SME2/add-diagnostics.s
  llvm/test/MC/AArch64/SME2/add.s
  llvm/test/MC/AArch64/SME2/fadd-diagnostics.s
  llvm/test/MC/AArch64/SME2/fadd.s
  llvm/test/MC/AArch64/SME2/fsub-diagnostics.s
  llvm/test/MC/AArch64/SME2/fsub.s
  llvm/test/MC/AArch64/SME2/sub-diagnostics.s
  llvm/test/MC/AArch64/SME2/sub.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D135567.466457.patch
Type: text/x-patch
Size: 117999 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221010/b3b8b15a/attachment-0001.bin>


More information about the llvm-commits mailing list