diff options
author | Jim Grosbach <grosbach@apple.com> | 2009-10-31 22:57:36 +0000 |
---|---|---|
committer | Jim Grosbach <grosbach@apple.com> | 2009-10-31 22:57:36 +0000 |
commit | 5cba8de2c8e784d3cbcd2ad77c5d443ea5b28a73 (patch) | |
tree | c044443ed70cf9873ae2124e17b015715138100e /llvm/test/CodeGen/Thumb2/cross-rc-coalescing-2.ll | |
parent | 403202aef16be45b395171647b7b5fb4a57594f4 (diff) | |
download | bcm5719-llvm-5cba8de2c8e784d3cbcd2ad77c5d443ea5b28a73.tar.gz bcm5719-llvm-5cba8de2c8e784d3cbcd2ad77c5d443ea5b28a73.zip |
vml[as].f32 cause stalls in following advanced SIMD instructions. Avoid using
them for scalar floating point operations for now.
llvm-svn: 85697
Diffstat (limited to 'llvm/test/CodeGen/Thumb2/cross-rc-coalescing-2.ll')
-rw-r--r-- | llvm/test/CodeGen/Thumb2/cross-rc-coalescing-2.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/Thumb2/cross-rc-coalescing-2.ll b/llvm/test/CodeGen/Thumb2/cross-rc-coalescing-2.ll index ea88a2680f3..4320328e9c1 100644 --- a/llvm/test/CodeGen/Thumb2/cross-rc-coalescing-2.ll +++ b/llvm/test/CodeGen/Thumb2/cross-rc-coalescing-2.ll @@ -1,4 +1,4 @@ -; RUN: llc < %s -mtriple=thumbv7-apple-darwin9 -mcpu=cortex-a8 | grep fcpys | count 5 +; RUN: llc < %s -mtriple=thumbv7-apple-darwin9 -mcpu=cortex-a8 | grep fcpys | count 4 define arm_apcscc void @fht(float* nocapture %fz, i16 signext %n) nounwind { entry: |