[clang] [llvm] [AArch64] Add FP8 Neon intrinsics for dot-product (PR #119911)
via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 10 03:54:20 PST 2025
================
@@ -0,0 +1,143 @@
+// NOTE: Assertions have been autogenerated by utils/update_cc_test_checks.py UTC_ARGS: --version 5
+
+// RUN: %clang_cc1 -triple aarch64-none-linux-gnu -target-feature +neon -target-feature +bf16 -target-feature +fp8 -target-feature +fp8dot2 -target-feature +fp8dot4 -disable-O0-optnone -Werror -Wall -emit-llvm -o - %s | opt -S -p mem2reg,instcombine,tailcallelim | FileCheck %s
----------------
CarolineConcatto wrote:
Same comment as the cvt, do we need instcombine here?
https://github.com/llvm/llvm-project/pull/119911
More information about the llvm-commits
mailing list