We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 057626b commit 01a26faCopy full SHA for 01a26fa
clang/test/CodeGen/arm-neon-vcadd.c
@@ -1,4 +1,7 @@
1
-// RUN: %clang -target arm-arm-none-eabi -march=armv8.3-a+fp16 %s -S -emit-llvm -o - | opt -S -sroa | FileCheck %s
+// REQUIRES: arm-registered-target
2
+// RUN: %clang_cc1 -triple armv8.3a-arm-none-eabi -target-cpu generic \
3
+// RUN: -target-feature +fullfp16 -mfloat-abi soft -S -emit-llvm -o - %s | \
4
+// RUN: opt -S -sroa -o - | FileCheck %s
5
6
#include <arm_neon.h>
7
0 commit comments