[clang] [llvm] [AArch64][clang][llvm] Add ACLE Armv9.7 lookup table intrinsics (PR #187046)
via cfe-commits
cfe-commits at lists.llvm.org
Fri Jun 12 04:01:55 PDT 2026
================
@@ -0,0 +1,20 @@
+// REQUIRES: aarch64-registered-target
+
+// RUN: %clang_cc1 -triple aarch64-none-linux-gnu -target-feature +sme -target-feature +sme2 -target-feature +bf16 -verify -emit-llvm -o - %s
+
+#include <arm_sme.h>
----------------
CarolineConcatto wrote:
Why we need this test?
https://github.com/llvm/llvm-project/pull/187046
More information about the cfe-commits
mailing list