]> granicus.if.org Git - clang/commitdiff
AArch64: re-enable tests that were looking for a non-existent backend.
authorTim Northover <tnorthover@apple.com>
Wed, 18 Jun 2014 08:37:28 +0000 (08:37 +0000)
committerTim Northover <tnorthover@apple.com>
Wed, 18 Jun 2014 08:37:28 +0000 (08:37 +0000)
In the final phase of the merge, I managed to disable a bunch of Clang
tests accidentally. Fortunately none of them seem to have broken in
the interim.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@211149 91177308-0d34-0410-b5e6-96231b3b80d8

32 files changed:
test/CodeGen/aarch64-neon-2velem.c
test/CodeGen/aarch64-neon-3v.c
test/CodeGen/aarch64-neon-across.c
test/CodeGen/aarch64-neon-extract.c
test/CodeGen/aarch64-neon-fcvt-intrinsics.c
test/CodeGen/aarch64-neon-fma.c
test/CodeGen/aarch64-neon-intrinsics.c
test/CodeGen/aarch64-neon-ldst-one.c
test/CodeGen/aarch64-neon-misc.c
test/CodeGen/aarch64-neon-perm.c
test/CodeGen/aarch64-neon-scalar-copy.c
test/CodeGen/aarch64-neon-scalar-x-indexed-elem.c
test/CodeGen/aarch64-neon-shifts.c
test/CodeGen/aarch64-neon-tbl.c
test/CodeGen/aarch64-neon-vcombine.c
test/CodeGen/aarch64-neon-vget-hilo.c
test/CodeGen/aarch64-poly128.c
test/CodeGen/aarch64-poly64.c
test/CodeGen/arm64-crc32.c
test/CodeGen/arm64-scalar-test.c
test/CodeGen/arm64_crypto.c
test/CodeGen/arm64_neon_high_half.c
test/CodeGen/arm64_vMaxMin.c
test/CodeGen/arm64_vdupq_n_f64.c
test/CodeGen/arm64_vecCmpBr.c
test/CodeGen/arm64_vqmov.c
test/CodeGen/arm64_vrecps.c
test/CodeGen/arm64_vsli.c
test/CodeGen/arm64_vsri.c
test/CodeGenCXX/aarch64-mangle-neon-vectors.cpp
test/CodeGenCXX/aarch64-neon.cpp
test/CodeGenCXX/int64_uint64.cpp

index d292b85020ec5cf2b3857804ad9a26f081e7887c..fa910ff78251d031f40ea4aa33dc256e7e2f003a 100644 (file)
@@ -1,4 +1,4 @@
-// REQUIRES: arm64-registered-target
+// REQUIRES: aarch64-registered-target
 // RUN: %clang_cc1 -triple arm64-none-linux-gnu -target-feature +neon -S -O3 -o - %s | FileCheck %s
 
 // Test new aarch64 intrinsics and types
index 866f8f55ec0d8ae1c1a9b0df935990b65691b005..ca3265214f93bc8033ef9c14a60dc4583fafb2ba 100644 (file)
@@ -1,4 +1,4 @@
-// REQUIRES: arm64-registered-target
+// REQUIRES: aarch64-registered-target
 // RUN: %clang_cc1 -triple arm64-none-linux-gnu -target-feature +neon -S -O3 -o - %s | FileCheck %s
 
 // Test new aarch64 intrinsics and types
index 986574a901e4a7eb88404b96ca4c9bdb87ae3670..00eb2e45b089087c11a407a8af7af53647d7a2e2 100644 (file)
@@ -1,4 +1,4 @@
-// REQUIRES: arm64-registered-target
+// REQUIRES: aarch64-registered-target
 // RUN: %clang_cc1 -triple arm64-none-linux-gnu -target-feature +neon \
 // RUN:   -ffp-contract=fast -S -O3 -o - %s | FileCheck %s
 
index 341fb9ea967854a5158e6b23b31fdbaafa7f479c..cc654cc9bc3e4981f53f2b4c5e549f252ef086a1 100644 (file)
@@ -1,4 +1,4 @@
-// REQUIRES: arm64-registered-target
+// REQUIRES: aarch64-registered-target
 // RUN: %clang_cc1 -triple arm64-none-linux-gnu -target-feature +neon \
 // RUN:   -ffp-contract=fast -S -O3 -o - %s | FileCheck %s
 
index b4dfe14e24b390b295d4f187aa733d43b03140b6..d1b9996b0b6853ca556df09aa453d7c29b2fd90c 100644 (file)
@@ -1,4 +1,4 @@
-// REQUIRES: arm64-registered-target
+// REQUIRES: aarch64-registered-target
 // RUN: %clang_cc1 -triple arm64-none-linux-gnu -target-feature +neon \
 // RUN:   -ffp-contract=fast -S -O3 -o - %s | FileCheck %s
 
index 753edfac9af9fa449f266bd54653e15cb2ba0e03..ac808333365e756fecfc7aa8c1e47e33fccc0e69 100644 (file)
@@ -1,4 +1,4 @@
-// REQUIRES: arm64-registered-target
+// REQUIRES: aarch64-registered-target
 // RUN: %clang_cc1 -triple arm64-none-linux-gnu -target-feature +neon -S -O3 -o - %s | FileCheck %s
 
 // Test new aarch64 intrinsics and types
index 5c5209cbee6484cb2d0afce1c63e6c06169fd426..b1207795900e2e2789b3bd029f3efb7451979d24 100644 (file)
@@ -1,4 +1,4 @@
-// REQUIRES: arm64-registered-target
+// REQUIRES: aarch64-registered-target
 // RUN: %clang_cc1 -triple arm64-none-linux-gnu -target-feature +neon \
 // RUN:   -ffp-contract=fast -S -O3 -o - %s | FileCheck %s --check-prefix=CHECK --check-prefix=CHECK-ARM64
 
index e163fe91b88281f9c1ff765b820242555b2d402d..dc888c2cf72d74e85933ed7fe1b86d097ef5d97a 100644 (file)
@@ -1,4 +1,4 @@
-// REQUIRES: arm64-registered-target
+// REQUIRES: aarch64-registered-target
 // RUN: %clang_cc1 -triple arm64-none-linux-gnu -target-feature +neon \
 // RUN:   -ffp-contract=fast -S -O3 -o - %s | FileCheck %s
 
index bab98eaf37d675a39be3bd23105927f0ffd23881..a2511976a4fab1ace50156a26f0deeef4692ebcd 100644 (file)
@@ -1,4 +1,4 @@
-// REQUIRES: arm64-registered-target
+// REQUIRES: aarch64-registered-target
 // RUN: %clang_cc1 -triple arm64-none-linux-gnu -target-feature +neon \
 // RUN:   -ffp-contract=fast -S -O3 -o - %s | FileCheck %s
 
index 1a42470b4f83cf6e98145d35e5c1b2c644a83f22..07edc11a255a037821261c5c97b26dbcbfc9db44 100644 (file)
@@ -1,4 +1,4 @@
-// REQUIRES: arm64-registered-target
+// REQUIRES: aarch64-registered-target
 // RUN: %clang_cc1 -triple arm64-none-linux-gnu -target-feature +neon \
 // RUN:   -ffp-contract=fast -S -O3 -o - %s | FileCheck %s
 
index e43a66e350abd18bc523ac61e168bbade764e5bb..a50a0b964441e5ce6594f70031671ef0bd8a9e86 100644 (file)
@@ -1,4 +1,4 @@
-// REQUIRES: arm64-registered-target
+// REQUIRES: aarch64-registered-target
 // RUN: %clang_cc1 -triple arm64-none-linux-gnu -target-feature +neon \
 // RUN:   -ffp-contract=fast -S -O3 -o - %s | FileCheck %s
 
index 3bba353d8638e0a0e5f3386302aeea38572bcd6a..4c2f4d72d891005bf1ba0af2e6845c52a4bb1480 100644 (file)
@@ -1,4 +1,4 @@
-// REQUIRES: arm64-registered-target
+// REQUIRES: aarch64-registered-target
 // RUN: %clang_cc1 -triple arm64-none-linux-gnu -target-feature +neon -target-cpu cyclone \
 // RUN:   -ffp-contract=fast -S -O3 -o - %s | FileCheck %s
 
index c0b7e177bf76925ce4deaacda0103150bf8414d5..02d8ca155649a0360ca2dd2ae882ee5dadfc0b70 100644 (file)
@@ -1,4 +1,4 @@
-// REQUIRES: arm64-registered-target
+// REQUIRES: aarch64-registered-target
 // RUN: %clang_cc1 -triple arm64-none-linux-gnu -target-feature +neon \
 // RUN:   -ffp-contract=fast -S -emit-llvm -O1 -o - %s | FileCheck %s
 
index ed542f624eb7916656a7d6adb7905ea29a5461cb..902fc459108706da2d1e2c07a349d05989cebf02 100644 (file)
@@ -1,4 +1,4 @@
-// REQUIRES: arm64-registered-target
+// REQUIRES: aarch64-registered-target
 // RUN: %clang_cc1 -triple arm64-none-linux-gnu -target-feature +neon \
 // RUN:   -ffp-contract=fast -S -O3 -o - %s | FileCheck %s
 
index 3989f6b17993fa839de4a6c5a6f963695e4970a3..a750b8e70e8f5e4f566784cf49ced0540954ade8 100644 (file)
@@ -1,4 +1,4 @@
-// REQUIRES: arm64-registered-target
+// REQUIRES: aarch64-registered-target
 // RUN: %clang_cc1 -triple arm64-none-linux-gnu -target-feature +neon -S -O3 -o - %s | FileCheck %s
 
 // Test new aarch64 intrinsics and types
index 6b11d20009795f951740f79199eed4d2f603da4d..0959d097bdc7e16b317ea13ae723796f007ec170 100644 (file)
@@ -1,4 +1,4 @@
-// REQUIRES: arm64-registered-target
+// REQUIRES: aarch64-registered-target
 // RUN: %clang_cc1 -triple arm64-none-linux-gnu -target-feature +neon \
 // RUN:   -ffp-contract=fast -S -O3 -o - %s | FileCheck %s --check-prefix CHECK-COMMON --check-prefix CHECK-ARM64
 
index 85b8a84d42a51575785f374c9008b52473d8880a..eebecf74a156773fd10b898b1d06a438c3f83eac 100644 (file)
@@ -1,4 +1,4 @@
-// REQUIRES: arm64-registered-target
+// REQUIRES: aarch64-registered-target
 // RUN: %clang_cc1 -triple arm64-none-linux-gnu -target-feature +neon \
 // RUN:  -ffp-contract=fast -S -O3 -o - %s | FileCheck %s --check-prefix=CHECK \
 // RUN:  --check-prefix=CHECK-ARM64
index 8cfa0bc102ac2893c236ac84f7a47fc27709937e..290cc69bd43fba11152437bfa20898f820697062 100644 (file)
@@ -1,4 +1,4 @@
-// REQUIRES: arm64-registered-target
+// REQUIRES: aarch64-registered-target
 // RUN: %clang_cc1 -triple arm64-none-linux-gnu -target-feature +neon \
 // RUN:  -ffp-contract=fast -S -O3 -o - %s | FileCheck %s --check-prefix=CHECK \
 // RUN:  --check-prefix=CHECK-ARM64
index a1c447a72398cdf2aabc649c116bd020e78d5a0e..37ced18d76218855ffb8447d9776d4078f5f03aa 100644 (file)
@@ -1,4 +1,4 @@
-// REQUIRES: arm64-registered-target
+// REQUIRES: aarch64-registered-target
 // RUN: %clang_cc1 -triple arm64-none-linux-gnu \
 // RUN:   -O3 -S -emit-llvm -o - %s | FileCheck %s
 
index a956c845f94e51a3d32ff7e734453b137417e2f1..e2328b18ed0163b98231e0dd5f57c565c00bf914 100644 (file)
@@ -1,4 +1,4 @@
-// REQUIRES: arm64-registered-target
+// REQUIRES: aarch64-registered-target
 // RUN: %clang_cc1 -triple arm64-apple-ios7.0 -target-feature +neon  \
 // RUN:   -S -O1 -o - -ffreestanding %s | FileCheck %s
 
index c672d2d0ed47bcdaae221510b6fa520b9019bbfd..e63009a3109c149ec1cf84fb9c07e4cd4258e765 100644 (file)
@@ -1,5 +1,5 @@
 // RUN: %clang_cc1 -triple arm64-apple-ios7.0 -target-feature +neon -target-feature +crypto -ffreestanding -Os -S -o - %s | FileCheck %s
-// REQUIRES: arm64-registered-target
+// REQUIRES: aarch64-registered-target
 
 #include <arm_neon.h>
 
index 0cda5e19ea03b2ad855b142c88622e9279ace151..577a09e3a2255c2e0ba3c1e03db2726ac8c8c49d 100644 (file)
@@ -1,5 +1,5 @@
 // RUN: %clang_cc1 -triple arm64-apple-ios7.0 -target-feature +neon -ffreestanding -Os -S -o - %s | FileCheck %s
-// REQUIRES: arm64-registered-target
+// REQUIRES: aarch64-registered-target
 
 #include <arm_neon.h>
 
index 379033e0c878e102c2badf45d67491e5fac48987..5f77b6c846a1651f8d6f74e4efe68cdec737a37a 100644 (file)
@@ -1,6 +1,6 @@
 // RUN: %clang_cc1 -O1 -triple arm64-apple-ios7 -target-feature +neon -ffreestanding -S -o - -emit-llvm %s | FileCheck %s
 // RUN: %clang_cc1 -O1 -triple arm64-apple-ios7 -target-feature +neon -ffreestanding -S -o - %s | FileCheck -check-prefix=CHECK-CODEGEN %s
-// REQUIRES: arm64-registered-target
+// REQUIRES: aarch64-registered-target
 // Test ARM64 SIMD max/min intrinsics
 
 #include <arm_neon.h>
index 73e1cc4bf9e285e9d178fc24c4a4c45dfd222787..ffba55cf8f560e28c1f4f574fcb463c3f2a9b845 100644 (file)
@@ -1,7 +1,7 @@
 // RUN: %clang_cc1 -O3 -triple arm64-apple-ios7 -target-feature +neon -ffreestanding -S -o - %s | FileCheck %s
 // RUN: %clang_cc1 -O3 -triple arm64-apple-ios7 -target-feature +neon -ffreestanding -S -o - -emit-llvm %s | \
 // RUN:   FileCheck -check-prefix=CHECK-IR %s
-// REQUIRES: arm64-registered-target
+// REQUIRES: aarch64-registered-target
 
 /// Test vdupq_n_f64 and vmovq_nf64 ARM64 intrinsics
 // <rdar://problem/11778405> ARM64: vdupq_n_f64 and vdupq_lane_f64 intrinsics
index 08fa6f7e7b32575624890756745324647e884872..3ae7433baed192ba98fa21500db55e2269669151 100644 (file)
@@ -1,5 +1,5 @@
 // RUN: %clang_cc1 -O3 -triple arm64-apple-ios7 -target-feature +neon -S -ffreestanding %s -o - -target-cpu cyclone | FileCheck %s
-// REQUIRES: arm64-registered-target
+// REQUIRES: aarch64-registered-target
 // test code generation for <rdar://problem/11487757>
 #include <arm_neon.h>
 
index 38acc0c3b3a6130e0ef1eab91145dc9addd0ed3c..6480e669e5c7c322918aea8e5c3807b463ff6b85 100644 (file)
@@ -1,5 +1,5 @@
 // RUN: %clang_cc1 -O3 -triple arm64-apple-ios7 -target-feature +neon -ffreestanding -S -o - %s | FileCheck %s
-// REQUIRES: arm64-registered-target
+// REQUIRES: aarch64-registered-target
 /// Test vqmov[u]n_high_<su>{16,32,64) ARM64 intrinsics
 
 #include <arm_neon.h>
index 1febaa18527260a475160f5c848644fd856efac0..a3af13c37fca6fae54809c09fe4cc34b592bf3da 100644 (file)
@@ -1,5 +1,5 @@
 // RUN: %clang_cc1 -O3 -triple arm64-apple-ios7 -target-feature +neon -ffreestanding -S -o - %s | FileCheck %s
-// REQUIRES: arm64-registered-target
+// REQUIRES: aarch64-registered-target
 /// Test vrecpss_f32, vrecpsd_f64 ARM64 intrinsics
 
 
index eb74bd3903069dbe754f1359c71ecba6ddf1b49d..b2a30abe382aa1c1e2f7bf8f42418a7413aeaec3 100644 (file)
@@ -1,7 +1,7 @@
 // RUN: %clang_cc1 -O1 -triple arm64-apple-ios7 -target-feature +neon -ffreestanding -S -o - -emit-llvm %s | FileCheck %s
 // RUN: %clang_cc1 -O1 -triple arm64-apple-ios7 -target-feature +neon -ffreestanding -S -o - %s | \
 // RUN:   FileCheck -check-prefix=CHECK_CODEGEN %s
-// REQUIRES: arm64-registered-target
+// REQUIRES: aarch64-registered-target
 // Test
 
 #include <arm_neon.h>
index 237e32ee8f975d10ee4a50ae038976d7184b28f0..579431ddf02098de31e91810fa4aebcdb63c31b8 100644 (file)
@@ -1,7 +1,7 @@
 // RUN: %clang_cc1 -O1 -triple arm64-apple-ios7 -target-feature +neon -ffreestanding -S -o - -emit-llvm %s | FileCheck %s
 // RUN: %clang_cc1 -O1 -triple arm64-apple-ios7 -target-feature +neon -ffreestanding -S -o - %s | \
 // RUN:   FileCheck -check-prefix=CHECK_CODEGEN %s
-// REQUIRES: arm64-registered-target
+// REQUIRES: aarch64-registered-target
 
 // Test ARM64 SIMD vector shift right and insert: vsri[q]_n_*
 
index 7543a1c474e249f7e677475785e45ebbcdaa2171..1e662a02b93e7e64d7707d21191bbbf98d4ac362 100644 (file)
@@ -1,4 +1,4 @@
-// REQUIRES: arm64-registered-target
+// REQUIRES: aarch64-registered-target
 // RUN: %clang_cc1 -triple arm64-none-linux-gnu -target-feature +neon %s -emit-llvm -o - | FileCheck %s
 
 typedef unsigned char uint8_t;
index fc7de1ddfac8f965c92a3261f3f277c6d74442ba..8929c1704326016221d3f54124f0207859f95eef 100644 (file)
@@ -1,4 +1,4 @@
-// REQUIRES: arm64-registered-target
+// REQUIRES: aarch64-registered-target
 // RUN: %clang_cc1 -triple arm64-none-linux-gnu -target-feature +neon \
 // RUN:   -ffp-contract=fast -S -O3 -o - %s | FileCheck %s
 
index ed31dda123cdd9831d7fe3afe17fce423e7acac3..f09a5e6f1a009b9df2994120dd58682a2963361f 100644 (file)
@@ -3,7 +3,7 @@
 // RUN:   -target-cpu cortex-a8 \
 // RUN:   -emit-llvm -w -O1 -o - %s | FileCheck --check-prefix=CHECK-ARM %s
 
-// REQUIRES: arm64-registered-target
+// REQUIRES: aarch64-registered-target
 // RUN: %clang_cc1 -triple arm64-linux-gnueabi \
 // RUN:   -target-feature +neon \
 // RUN:   -emit-llvm -w -O1 -o - %s | FileCheck --check-prefix=CHECK-AARCH64 %s