diff options
| author | James Molloy <james.molloy@arm.com> | 2014-04-16 15:33:48 +0000 |
|---|---|---|
| committer | James Molloy <james.molloy@arm.com> | 2014-04-16 15:33:48 +0000 |
| commit | 75f5f9e629082c2ee084bfbedf6e52504d4d1d01 (patch) | |
| tree | 604f04d2024aaadff7ab96118c72db6815012364 /clang/test/CodeGen/arm64_vMaxMin.c | |
| parent | ef7b34d403b85aea930f69241d77ad23ff10073d (diff) | |
| download | bcm5719-llvm-75f5f9e629082c2ee084bfbedf6e52504d4d1d01.tar.gz bcm5719-llvm-75f5f9e629082c2ee084bfbedf6e52504d4d1d01.zip | |
[ARM64] Allow the disabling of NEON and crypto instructions. Update tests to pass -target-feature +neon.
llvm-svn: 206394
Diffstat (limited to 'clang/test/CodeGen/arm64_vMaxMin.c')
| -rw-r--r-- | clang/test/CodeGen/arm64_vMaxMin.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/test/CodeGen/arm64_vMaxMin.c b/clang/test/CodeGen/arm64_vMaxMin.c index d53c0bb63df..631df08a314 100644 --- a/clang/test/CodeGen/arm64_vMaxMin.c +++ b/clang/test/CodeGen/arm64_vMaxMin.c @@ -1,5 +1,5 @@ -// RUN: %clang_cc1 -O1 -triple arm64-apple-ios7 -ffreestanding -S -o - -emit-llvm %s | FileCheck %s -// RUN: %clang_cc1 -O1 -triple arm64-apple-ios7 -ffreestanding -S -o - %s | FileCheck -check-prefix=CHECK-CODEGEN %s +// 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 // Test ARM64 SIMD max/min intrinsics |

