[clang] [llvm] [AArch64][NEON] Add intrinsics for LUTI (PR #96883)
via cfe-commits
cfe-commits at lists.llvm.org
Mon Jul 1 01:38:51 PDT 2024
================
@@ -0,0 +1,433 @@
+// NOTE: Assertions have been autogenerated by utils/update_cc_test_checks.py UTC_ARGS: --version 4
+#include <arm_neon.h>
+// RUN: %clang_cc1 -triple aarch64-none-linux-gnu -target-feature +neon -target-feature +lut -target-feature +bf16 -O3 -emit-llvm -o - %s | FileCheck %s
----------------
CarolineConcatto wrote:
We tend to add this RUN line to check if all the tests can lower:
// RUN: %clang_cc1 -triple aarch64-none-linux-gnu -target-feature +neon -target-feature +lut -target-feature +bf16 -S -disable-O0-optnone -Werror -Wall -o /dev/null %s
https://github.com/llvm/llvm-project/pull/96883
More information about the cfe-commits
mailing list