[clang] [llvm] [AArch64] Add intrinsics for 16-bit non-widening FMLA/FMLS (PR #88553)

via cfe-commits cfe-commits at lists.llvm.org
Mon Apr 15 08:38:22 PDT 2024


================
@@ -0,0 +1,462 @@
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --filter-out "// kill:.*$" --version 4
+; RUN: llc -verify-machineinstrs < %s | FileCheck %s
+
----------------
CarolineConcatto wrote:

I believe we can add these tests in test/CodeGen/AArch64/sme2-intrinsics-fmlas.ll

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


More information about the cfe-commits mailing list