[clang] [llvm] [AArch64] Add Neon FP8 conversion intrinsics (PR #119033)
via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 10 02:55:14 PST 2025
================
@@ -0,0 +1,308 @@
+// 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 -disable-O0-optnone -Werror -Wall -emit-llvm -o - %s | opt -S -p mem2reg,instcombine,tailcallelim | FileCheck %s
+// RUN: %clang_cc1 -x c++ -triple aarch64-none-linux-gnu -target-feature +neon -target-feature +bf16 -target-feature +fp8 -disable-O0-optnone -Werror -Wall -emit-llvm -o - %s | opt -S -p mem2reg,instcombine,tailcallelim | FileCheck %s -check-prefix CHECK-CXX
----------------
CarolineConcatto wrote:
Do we need instcombine here? Once you get to a result in your previous patch, we should remember to change this one too.
https://github.com/llvm/llvm-project/pull/119033
More information about the llvm-commits
mailing list