[clang] [llvm] [AArch64] Implement FP8 SVE Intrinsics for narrowing conversions (PR #118124)
via cfe-commits
cfe-commits at lists.llvm.org
Tue Dec 3 10:47:21 PST 2024
================
@@ -0,0 +1,33 @@
+// REQUIRES: aarch64-registered-target
+
+// RUN: %clang_cc1 -triple aarch64-none-linux-gnu -target-feature +sve -target-feature +bf16 -verify -emit-llvm %s
----------------
CarolineConcatto wrote:
I think @SpencerAbson asked on the previous PR, but just in case why are we adding -target-feature +bf16 only for the Sema tests? So this will be probably fixed in the previous patch
https://github.com/llvm/llvm-project/pull/118124
More information about the cfe-commits
mailing list