[AArch64][SME2] Add LLVM IR intrinsics for multi-indexed dots
Adds intrinsics for the following SME2 instructions: * sdot (multi-indexed, 2 and 4 vectors, 32-bit and 64-bit ZA) * udot (multi-indexed, 2 and 4 vectors, 32-bit and 64-bit ZA) * usdot (multi-indexed, 2 and 4 vectors) * sudot (multi-indexed, 2 and 4 vectors) * fdot (multi-indexed, 2 and 4 vectors) * bfdot (multi-indexed, 2 and 4 vectors) NOTE: These intrinsics are still in development and are subject to future changes. Differential Revision: https://reviews.llvm.org/D142533
Loading
Please sign in to comment