Skip to content

Commit fcbbb80

Browse files
[fixup] Add a REQUIRES clause to a test and rebase
1 parent 2432946 commit fcbbb80

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

clang/test/CodeGen/aarch64-neon-faminmax-intrinsics.c

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
// NOTE: Assertions have been autogenerated by utils/update_cc_test_checks.py UTC_ARGS: --version 5
2-
#include <arm_neon.h>
3-
42
// RUN: %clang_cc1 -triple aarch64-none-linux-gnu -target-feature +neon -target-feature +faminmax -O3 -emit-llvm -o - %s | FileCheck %s
53
// RUN: %clang_cc1 -triple aarch64-none-linux-gnu -target-feature +neon -target-feature +faminmax -S -O3 -Werror -Wall -o /dev/null %s
64

5+
// REQUIRES: aarch64-registered-target
6+
7+
#include <arm_neon.h>
8+
79
// CHECK-LABEL: define dso_local <4 x half> @test_vamin_f16(
810
// CHECK-SAME: <4 x half> noundef [[VN:%.*]], <4 x half> noundef [[VM:%.*]]) local_unnamed_addr #[[ATTR0:[0-9]+]] {
911
// CHECK-NEXT: [[ENTRY:.*:]]

0 commit comments

Comments
 (0)