[PATCH] D135683: [AArch64]SME2 single-multi and multi-multi FP dot product instructions

Caroline via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 11 08:48:07 PDT 2022


CarolineConcatto created this revision.
Herald added subscribers: wenlei, 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.

It implements for 2 and 4 registers:
FDOT and BFDOT

The reference can be found here:

  https://developer.arm.com/documentation/ddi0602/2022-09

This patch also adds a new register operand to represent the ZA multi-vectors.
It adds:

ZZ_h_r,  ZZZZ_h_r

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


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D135683

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D135683.466829.patch
Type: text/x-patch
Size: 64635 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221011/bf662145/attachment.bin>


More information about the llvm-commits mailing list