[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
Loading
Please sign in to comment