[clang] [llvm] [AArch64] Add intrinsics for multi-vector to ZA array vector accumulators (PR #88266)

via cfe-commits cfe-commits at lists.llvm.org
Mon Apr 15 07:49:41 PDT 2024


================
@@ -0,0 +1,146 @@
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 4
+; RUN: llc -verify-machineinstrs < %s | FileCheck %s
+
+target triple = "aarch64-linux"
----------------
CarolineConcatto wrote:

I think we should add the tests in test/CodeGen/AArch64/sme2-intrinsics-add.ll

https://github.com/llvm/llvm-project/pull/88266


More information about the cfe-commits mailing list