[all-commits] [llvm/llvm-project] 37f8ff: [AArch64][SME2] Add LLVM IR intrinsics for the ver...

david-arm via All-commits all-commits at lists.llvm.org
Fri Jan 20 05:01:19 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 37f8ffc64cc4a92aec993b19b13f9182d88a0af8
      https://github.com/llvm/llvm-project/commit/37f8ffc64cc4a92aec993b19b13f9182d88a0af8
  Author: David Sherwood <david.sherwood at arm.com>
  Date:   2023-01-20 (Fri, 20 Jan 2023)

  Changed paths:
    M llvm/include/llvm/IR/IntrinsicsAArch64.td
    M llvm/lib/Target/AArch64/AArch64SMEInstrInfo.td
    A llvm/test/CodeGen/AArch64/sme2-intrinsics-vdot.ll

  Log Message:
  -----------
  [AArch64][SME2] Add LLVM IR intrinsics for the vertical dot products

Adds intrinsics for the following SME2 instructions:

* BFVDOT (32-bit)
* FVDOT (32-bit)
* SVDOT (2-way) (32-bit)
* SVDOT (4-way) (32-bit and 64-bit)
* UVDOT (2-way) (32-bit)
* UVDOT (4-way) (32-bit and 64-bit)
* SUVDOT (32-bit)
* USVDOT (32-bit)

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

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




More information about the All-commits mailing list