summaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/fsubs.ll
diff options
context:
space:
mode:
authorJim Grosbach <grosbach@apple.com>2010-03-25 23:47:34 +0000
committerJim Grosbach <grosbach@apple.com>2010-03-25 23:47:34 +0000
commit7ec7a0e96b34fedf11445c1dde27a4fac8e8a1a7 (patch)
tree844f71bed4cb30bffca7bb3ce57d8c8c493f73f8 /test/CodeGen/ARM/fsubs.ll
parent78e496e165e3093f3d7373e50da1c91b9937bc69 (diff)
downloadllvm-7ec7a0e96b34fedf11445c1dde27a4fac8e8a1a7.tar.gz
llvm-7ec7a0e96b34fedf11445c1dde27a4fac8e8a1a7.tar.bz2
llvm-7ec7a0e96b34fedf11445c1dde27a4fac8e8a1a7.tar.xz
switch the flag for using NEON for SP floating point to a subtarget 'feature'.
Re-commit. This time complete with testsuite updates. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@99570 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/ARM/fsubs.ll')
-rw-r--r--test/CodeGen/ARM/fsubs.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/ARM/fsubs.ll b/test/CodeGen/ARM/fsubs.ll
index ae98be3078..bea8d5f4f3 100644
--- a/test/CodeGen/ARM/fsubs.ll
+++ b/test/CodeGen/ARM/fsubs.ll
@@ -1,6 +1,6 @@
; RUN: llc < %s -march=arm -mattr=+vfp2 | FileCheck %s -check-prefix=VFP2
-; RUN: llc < %s -march=arm -mattr=+neon -arm-use-neon-fp=1 | FileCheck %s -check-prefix=NFP1
-; RUN: llc < %s -march=arm -mattr=+neon -arm-use-neon-fp=0 | FileCheck %s -check-prefix=NFP0
+; RUN: llc < %s -march=arm -mcpu=cortex-a8 | FileCheck %s -check-prefix=NFP1
+; RUN: llc < %s -march=arm -mattr=+neon | FileCheck %s -check-prefix=NFP0
define float @test(float %a, float %b) {
entry: