diff options
| author | Jakob Stoklund Olesen <stoklund@2pi.dk> | 2012-04-16 20:49:06 +0000 |
|---|---|---|
| committer | Jakob Stoklund Olesen <stoklund@2pi.dk> | 2012-04-16 20:49:06 +0000 |
| commit | e8ee9d1c8c65815017d524f67f7c258a1b8de26e (patch) | |
| tree | 6384777c45a026526895947e29a5ed9f5b8fbe91 | |
| parent | 365cfb4d1ef730bb640456cb794722f8b3793c2c (diff) | |
| download | bcm5719-llvm-e8ee9d1c8c65815017d524f67f7c258a1b8de26e.tar.gz bcm5719-llvm-e8ee9d1c8c65815017d524f67f7c258a1b8de26e.zip | |
Disable code placement for this test.
It makes it less sensitive to small changes in heuristics.
llvm-svn: 154857
| -rw-r--r-- | llvm/test/CodeGen/ARM/widen-vmovs.ll | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/ARM/widen-vmovs.ll b/llvm/test/CodeGen/ARM/widen-vmovs.ll index 2cffda31790..679e3f43473 100644 --- a/llvm/test/CodeGen/ARM/widen-vmovs.ll +++ b/llvm/test/CodeGen/ARM/widen-vmovs.ll @@ -1,4 +1,4 @@ -; RUN: llc < %s -widen-vmovs -mcpu=cortex-a8 -verify-machineinstrs | FileCheck %s +; RUN: llc < %s -widen-vmovs -mcpu=cortex-a8 -verify-machineinstrs -disable-code-place | FileCheck %s target triple = "thumbv7-apple-ios" ; The 1.0e+10 constant is loaded from the constant pool and kept in a register. @@ -10,6 +10,7 @@ target triple = "thumbv7-apple-ios" ; CHECK: , [[DN]] ; CHECK: %for.body.i ; CHECK: vadd.f32 [[DL]], [[DL]], [[DN]] +; CHECK: %rInnerproduct.exit ; ; This test is verifying: ; - The VMOVS widening is happening. |

