forked from OSchip/llvm-project
[ARM64] Update tests to reflect the change of the default CPU in llvm.
llvm-svn: 206314
This commit is contained in:
parent
72dad56c53
commit
9d8105130a
|
@ -2,7 +2,7 @@
|
||||||
// REQUIRES: arm64-registered-target
|
// REQUIRES: arm64-registered-target
|
||||||
// RUN: %clang_cc1 -triple aarch64-none-linux-gnu -target-feature +neon \
|
// RUN: %clang_cc1 -triple aarch64-none-linux-gnu -target-feature +neon \
|
||||||
// RUN: -ffp-contract=fast -S -O3 -o - %s | FileCheck %s
|
// RUN: -ffp-contract=fast -S -O3 -o - %s | FileCheck %s
|
||||||
// RUN: %clang_cc1 -triple arm64-none-linux-gnu \
|
// RUN: %clang_cc1 -triple arm64-none-linux-gnu -target-cpu cyclone \
|
||||||
// RUN: -ffp-contract=fast -S -O3 -o - %s | FileCheck %s
|
// RUN: -ffp-contract=fast -S -O3 -o - %s | FileCheck %s
|
||||||
|
|
||||||
// Test new aarch64 intrinsics and types
|
// Test new aarch64 intrinsics and types
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
// RUN: %clang_cc1 -O3 -triple arm64-apple-ios7 -S -ffreestanding %s -o - | FileCheck %s
|
// RUN: %clang_cc1 -O3 -triple arm64-apple-ios7 -S -ffreestanding %s -o - -target-cpu cyclone | FileCheck %s
|
||||||
// REQUIRES: arm64-registered-target
|
// REQUIRES: arm64-registered-target
|
||||||
// test code generation for <rdar://problem/11487757>
|
// test code generation for <rdar://problem/11487757>
|
||||||
#include <arm_neon.h>
|
#include <arm_neon.h>
|
||||||
|
|
Loading…
Reference in New Issue