[PATCH] D141849: [AArch64][SME2] Add SME2 outer product intrinsics

Kerry McLaughlin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 16 06:52:54 PST 2023


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

Adds intrinsics for the following:

- smopa / smops
- umopa / umops
- bmopa / bmops

Tests for existing SME mopa/mops intrinsics have also been updated
to use the maximum allowed ZA tile number.

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


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D141849

Files:
  llvm/include/llvm/IR/IntrinsicsAArch64.td
  llvm/lib/Target/AArch64/AArch64SMEInstrInfo.td
  llvm/lib/Target/AArch64/SMEInstrFormats.td
  llvm/test/CodeGen/AArch64/sme-intrinsics-mopa.ll
  llvm/test/CodeGen/AArch64/sme-intrinsics-mops.ll
  llvm/test/CodeGen/AArch64/sme2-intrinsics-mop.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D141849.489539.patch
Type: text/x-patch
Size: 24715 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230116/66f3932c/attachment.bin>


More information about the llvm-commits mailing list