[llvm] [AArch64] Extend vecreduce to udot/sdot transformation to support usdot (PR #120094)
David Green via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 16 07:42:34 PST 2024
================
@@ -2866,6 +4497,362 @@ entry:
%x = add i32 %r1, %r2
ret i32 %x
}
+
+define i32 @test_usdot_v33i8(ptr nocapture readonly %a, ptr nocapture readonly %b, i32 %sum) {
----------------
davemgreen wrote:
Do we need all these non-standard vector types in the tests?
https://github.com/llvm/llvm-project/pull/120094
More information about the llvm-commits
mailing list