[PATCH] D142210: [AArch64][SME2] Add Multi-vector add/sub and accumulate into ZA intrinsic

Caroline via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 20 06:47:34 PST 2023


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.

Add the following intrinsic:

  ADD
  SUB
  FADD
  FSUB

NOTE: These intrinsics are still in development and are subject to future changes.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D142210

Files:
  llvm/include/llvm/IR/IntrinsicsAArch64.td
  llvm/lib/Target/AArch64/AArch64SMEInstrInfo.td
  llvm/lib/Target/AArch64/SMEInstrFormats.td
  llvm/test/CodeGen/AArch64/sme2-intrinsics-add.ll
  llvm/test/CodeGen/AArch64/sme2-intrinsics-sub.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D142210.490817.patch
Type: text/x-patch
Size: 33926 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230120/86cc7c58/attachment.bin>


More information about the llvm-commits mailing list