[PATCH] D142368: [AArch64][SME2] Add multi-vector saturating doubling multiply high intrinsics

Kerry McLaughlin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 23 07:45:30 PST 2023


kmclaughlin created this revision.
kmclaughlin added reviewers: sdesmalen, david-arm, CarolineConcatto, aemerson.
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 SME2 instructions:

- sqdmulh, 2 vector (single & multi)
- sqdmulh, 4 vector (single & multi)

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


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D142368

Files:
  llvm/include/llvm/IR/IntrinsicsAArch64.td
  llvm/lib/Target/AArch64/AArch64ISelDAGToDAG.cpp
  llvm/test/CodeGen/AArch64/sme2-intrinsics-sqdmulh.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D142368.491373.patch
Type: text/x-patch
Size: 28319 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230123/b058eb54/attachment.bin>


More information about the llvm-commits mailing list