[Mlir-commits] [mlir] Adds Arm Neon SMMLA, UMMLA, and USMMLA Intrinsics (PR #80511)
Diego Caballero
llvmlistbot at llvm.org
Fri Feb 2 16:31:48 PST 2024
================
@@ -25,3 +25,36 @@ func.func @arm_neon_sdot(%a: vector<2xi32>, %b: vector<8xi8>, %c: vector<8xi8>)
%0 = arm_neon.intr.sdot %a, %b, %c : vector<8xi8>, vector<8xi8> to vector<2xi32>
return %0 : vector<2xi32>
}
+
+// -----
+
----------------
dcaballe wrote:
add CHECK-LABEL to the new tests?
https://github.com/llvm/llvm-project/pull/80511
More information about the Mlir-commits
mailing list