diff options
| author | David Goodwin <david_goodwin@apple.com> | 2009-10-01 22:19:57 +0000 |
|---|---|---|
| committer | David Goodwin <david_goodwin@apple.com> | 2009-10-01 22:19:57 +0000 |
| commit | 1cc6dd97dac3da3605aa5e71362f24e9a6c10db5 (patch) | |
| tree | 1dde36065d9ccc44394dde8f5694bf7e7eb67b5b /llvm/test/CodeGen/ARM/fp_convert.ll | |
| parent | a0f91ad59c4be3bc6425d74da768e51a603c43a9 (diff) | |
| download | bcm5719-llvm-1cc6dd97dac3da3605aa5e71362f24e9a6c10db5.tar.gz bcm5719-llvm-1cc6dd97dac3da3605aa5e71362f24e9a6c10db5.zip | |
Remove neonfp attribute and instead set default based on CPU string. Add -arm-use-neon-fp to override the default.
llvm-svn: 83218
Diffstat (limited to 'llvm/test/CodeGen/ARM/fp_convert.ll')
| -rw-r--r-- | llvm/test/CodeGen/ARM/fp_convert.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/ARM/fp_convert.ll b/llvm/test/CodeGen/ARM/fp_convert.ll index 01d2321073d..9ce2ac549b5 100644 --- a/llvm/test/CodeGen/ARM/fp_convert.ll +++ b/llvm/test/CodeGen/ARM/fp_convert.ll @@ -1,6 +1,6 @@ ; RUN: llc < %s -march=arm -mattr=+vfp2 | FileCheck %s -check-prefix=VFP2 -; RUN: llc < %s -march=arm -mattr=+neon,+neonfp | FileCheck %s -check-prefix=NEON -; RUN: llc < %s -march=arm -mattr=+neon,-neonfp | FileCheck %s -check-prefix=VFP2 +; RUN: llc < %s -march=arm -mattr=+neon -arm-use-neon-fp=1 | FileCheck %s -check-prefix=NEON +; RUN: llc < %s -march=arm -mattr=+neon -arm-use-neon-fp=0 | FileCheck %s -check-prefix=VFP2 ; RUN: llc < %s -march=arm -mcpu=cortex-a8 | FileCheck %s -check-prefix=NEON ; RUN: llc < %s -march=arm -mcpu=cortex-a9 | FileCheck %s -check-prefix=VFP2 |

