summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/ARM/fnmacs.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
commit71fcb4feddb5034b5786c85017add2dbadaa530f (patch)
tree837e706ad1083a31591b64cca64bd8cbf66cad25 /llvm/test/CodeGen/ARM/fnmacs.ll
parent42bb89c7d9de24d4f10a33282f4c4f72506f6026 (diff)
downloadbcm5719-llvm-71fcb4feddb5034b5786c85017add2dbadaa530f.tar.gz
bcm5719-llvm-71fcb4feddb5034b5786c85017add2dbadaa530f.zip
switch the flag for using NEON for SP floating point to a subtarget 'feature'.
Re-commit. This time complete with testsuite updates. llvm-svn: 99570
Diffstat (limited to 'llvm/test/CodeGen/ARM/fnmacs.ll')
-rw-r--r--llvm/test/CodeGen/ARM/fnmacs.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/ARM/fnmacs.ll b/llvm/test/CodeGen/ARM/fnmacs.ll
index 724947ea04d..1d1d06a70ea 100644
--- a/llvm/test/CodeGen/ARM/fnmacs.ll
+++ b/llvm/test/CodeGen/ARM/fnmacs.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=0 | FileCheck %s -check-prefix=NEON
-; RUN: llc < %s -march=arm -mattr=+neon -arm-use-neon-fp=1 | FileCheck %s -check-prefix=NEONFP
+; RUN: llc < %s -march=arm -mattr=+neon | FileCheck %s -check-prefix=NEON
+; RUN: llc < %s -march=arm -mcpu=cortex-a8 | FileCheck %s -check-prefix=NEONFP
define float @test(float %acc, float %a, float %b) {
entry:
OpenPOWER on IntegriCloud