[llvm] [AArch64] Lower partial add reduction to udot or svdot (PR #101010)
David Green via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 13 01:12:20 PDT 2024
================
@@ -0,0 +1,109 @@
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 5
+; RUN: llc -mtriple=aarch64-unknwon-linux-gnu -mattr=+sve2 -O3 %s -o - | FileCheck %s
----------------
davemgreen wrote:
We can usually remove -O3
https://github.com/llvm/llvm-project/pull/101010
More information about the llvm-commits
mailing list