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 2432946 commit fcbbb80Copy full SHA for fcbbb80
clang/test/CodeGen/aarch64-neon-faminmax-intrinsics.c
@@ -1,9 +1,11 @@
1
// NOTE: Assertions have been autogenerated by utils/update_cc_test_checks.py UTC_ARGS: --version 5
2
-#include <arm_neon.h>
3
-
4
// RUN: %clang_cc1 -triple aarch64-none-linux-gnu -target-feature +neon -target-feature +faminmax -O3 -emit-llvm -o - %s | FileCheck %s
5
// RUN: %clang_cc1 -triple aarch64-none-linux-gnu -target-feature +neon -target-feature +faminmax -S -O3 -Werror -Wall -o /dev/null %s
6
+// REQUIRES: aarch64-registered-target
+
7
+#include <arm_neon.h>
8
9
// CHECK-LABEL: define dso_local <4 x half> @test_vamin_f16(
10
// CHECK-SAME: <4 x half> noundef [[VN:%.*]], <4 x half> noundef [[VM:%.*]]) local_unnamed_addr #[[ATTR0:[0-9]+]] {
11
// CHECK-NEXT: [[ENTRY:.*:]]
0 commit comments