From 5cba8de2c8e784d3cbcd2ad77c5d443ea5b28a73 Mon Sep 17 00:00:00 2001 From: Jim Grosbach Date: Sat, 31 Oct 2009 22:57:36 +0000 Subject: vml[as].f32 cause stalls in following advanced SIMD instructions. Avoid using them for scalar floating point operations for now. llvm-svn: 85697 --- llvm/test/CodeGen/Thumb2/cross-rc-coalescing-2.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/test/CodeGen/Thumb2/cross-rc-coalescing-2.ll') 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: -- cgit v1.2.3