[clang] [llvm] [AArch64] Add FP8 Neon intrinsics for dot-product (PR #119911)
Momchil Velikov via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 14 04:09:22 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
----------------
momchil-velikov wrote:
Removed.
https://github.com/llvm/llvm-project/pull/119911
More information about the llvm-commits
mailing list