[all-commits] [llvm/llvm-project] 6c1842: [AArch64][SVE2p1] Add 2-way SVE2p1 dot product int...

david-arm via All-commits all-commits at lists.llvm.org
Fri Feb 3 04:08:15 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 6c1842845fdc4bf50f15dd774085ca4781fe1fbd
      https://github.com/llvm/llvm-project/commit/6c1842845fdc4bf50f15dd774085ca4781fe1fbd
  Author: David Sherwood <david.sherwood at arm.com>
  Date:   2023-02-03 (Fri, 03 Feb 2023)

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

  Log Message:
  -----------
  [AArch64][SVE2p1] Add 2-way SVE2p1 dot product intrinsics

This patch adds the LLVM IR intrinsics for the following:

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

Differential Revision: https://reviews.llvm.org/D143066




More information about the All-commits mailing list