[AArch64][SVE] Add missing target require to test
authorBradley Smith <bradley.smith@arm.com>
Mon, 21 Jun 2021 14:18:25 +0000 (15:18 +0100)
committerBradley Smith <bradley.smith@arm.com>
Mon, 21 Jun 2021 14:36:44 +0000 (15:36 +0100)
Differential revision: https://reviews.llvm.org/D104643

clang/test/CodeGen/aarch64-sve-vector-bits-codegen.c

index fbae8c2..2ef8698 100644 (file)
@@ -2,6 +2,7 @@
 // RUN: %clang_cc1 -triple aarch64-none-linux-gnu -target-feature +sve -fallow-half-arguments-and-returns -O2 -S -o - %s -msve-vector-bits=512  | FileCheck %s --check-prefixes=CHECK,CHECK512
 // RUN: %clang_cc1 -triple aarch64-none-linux-gnu -target-feature +sve -fallow-half-arguments-and-returns -O2 -S -o - %s -msve-vector-bits=1024 | FileCheck %s --check-prefixes=CHECK,CHECK1024
 // RUN: %clang_cc1 -triple aarch64-none-linux-gnu -target-feature +sve -fallow-half-arguments-and-returns -O2 -S -o - %s -msve-vector-bits=2048 | FileCheck %s --check-prefixes=CHECK,CHECK2048
+// REQUIRES: aarch64-registered-target
 
 #include <arm_sve.h>