[llvm] [AArch64] Add ISel support for partial reductions to use SVE2.1 udot/sdot (PR #158310)
Damian Heaton via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 12 09:11:15 PDT 2025
================
@@ -0,0 +1,62 @@
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 5
+; RUN: llc -mtriple=aarch64-linux-gnu -mattr=+sve2p1 < %s | FileCheck %s
+
+define <vscale x 4 x i32> @udot(<vscale x 4 x i32> %acc, <vscale x 8 x i16> %a, <vscale x 8 x i16> %b) {
----------------
dheaton-arm wrote:
Ahh, I missed that change in the examples, sorry.
https://github.com/llvm/llvm-project/pull/158310
More information about the llvm-commits
mailing list