[PATCH] D135575: [AArch64]SME2 Multi-vector-Multiple Vectors SVE Destructive

Caroline via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 10 06:21:54 PDT 2022


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

This patch implements:

  SQDMULH (multiple vectors)

For 2 and 4 ZA registers

The reference can be found here:
https://developer.arm.com/documentation/ddi0602/2022-09/SME-Instructions/SQDMULH--multiple-vectors---Multi-vector-signed-saturating-doubling-multiply-high-?lang=en

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


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D135575

Files:
  llvm/lib/Target/AArch64/AArch64SMEInstrInfo.td
  llvm/lib/Target/AArch64/SMEInstrFormats.td
  llvm/test/MC/AArch64/SME2/sqdmulh-diagnostics.s
  llvm/test/MC/AArch64/SME2/sqdmulh.s

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


More information about the llvm-commits mailing list