[llvm] [AArch64][NEON] Lower fixed-width add partial reductions to dot product (PR #107078)
Sam Tebbs via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 5 06:31:53 PDT 2024
================
@@ -0,0 +1,209 @@
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 5
+; RUN: llc -mtriple aarch64 -mattr=+neon,+dotprod < %s | FileCheck %s
+; RUN: llc -mtriple aarch64 -mattr=+neon < %s | FileCheck %s --check-prefix=CHECK-NODOTPROD
----------------
SamTebbs33 wrote:
Done.
https://github.com/llvm/llvm-project/pull/107078
More information about the llvm-commits
mailing list