diff options
author | Jim Grosbach <grosbach@apple.com> | 2010-03-25 23:47:34 +0000 |
---|---|---|
committer | Jim Grosbach <grosbach@apple.com> | 2010-03-25 23:47:34 +0000 |
commit | 71fcb4feddb5034b5786c85017add2dbadaa530f (patch) | |
tree | 837e706ad1083a31591b64cca64bd8cbf66cad25 /llvm/test/CodeGen/ARM/fnegs.ll | |
parent | 42bb89c7d9de24d4f10a33282f4c4f72506f6026 (diff) | |
download | bcm5719-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/fnegs.ll')
-rw-r--r-- | llvm/test/CodeGen/ARM/fnegs.ll | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/ARM/fnegs.ll b/llvm/test/CodeGen/ARM/fnegs.ll index d6c22f14a4c..c15005e6e8a 100644 --- a/llvm/test/CodeGen/ARM/fnegs.ll +++ b/llvm/test/CodeGen/ARM/fnegs.ll @@ -1,6 +1,5 @@ ; 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 -mattr=+neon | FileCheck %s -check-prefix=NFP0 ; RUN: llc < %s -march=arm -mcpu=cortex-a8 | FileCheck %s -check-prefix=CORTEXA8 ; RUN: llc < %s -march=arm -mcpu=cortex-a9 | FileCheck %s -check-prefix=CORTEXA9 |