[PATCH] D143066: [AArch64][SVE2p1] Add 2-way SVE2p1 dot product intrinsics

David Sherwood via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 1 06:14:20 PST 2023


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

This patch adds the LLVM IR intrinsics for the following:

- sdot (2-way, vectors + indexed)
- udot (2-way, vectors + indexed)
- fdot (vectors + indexed)


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D143066

Files:
  llvm/include/llvm/IR/IntrinsicsAArch64.td
  llvm/lib/Target/AArch64/AArch64SVEInstrInfo.td
  llvm/lib/Target/AArch64/SVEInstrFormats.td
  llvm/test/CodeGen/AArch64/sve2p1-intrinsics-dots.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D143066.493927.patch
Type: text/x-patch
Size: 7270 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230201/c34d6a3e/attachment.bin>


More information about the llvm-commits mailing list