[PATCH] D142114: [AArch64][SME2] Add Multi-vector add/sub, storing into ZA intrinsic

Caroline via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 19 06:58:23 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 sinle & multi
  SUB single & multi

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


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D142114

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D142114.490502.patch
Type: text/x-patch
Size: 21827 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230119/6edb993d/attachment.bin>


More information about the llvm-commits mailing list