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 | fbefc9125d3b8121c7fa590f1184884f4a104c2a (patch) | |
tree | 68eace1476915ec540e48c0bba3d08e907056c71 /test | |
parent | 2867c85a3754320f96e36afb63325bb76269caa4 (diff) | |
download | external_llvm-fbefc9125d3b8121c7fa590f1184884f4a104c2a.zip external_llvm-fbefc9125d3b8121c7fa590f1184884f4a104c2a.tar.gz external_llvm-fbefc9125d3b8121c7fa590f1184884f4a104c2a.tar.bz2 |
Disable code placement for this test.
It makes it less sensitive to small changes in heuristics.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@154857 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r-- | test/CodeGen/ARM/widen-vmovs.ll | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/CodeGen/ARM/widen-vmovs.ll b/test/CodeGen/ARM/widen-vmovs.ll index 2cffda3..679e3f4 100644 --- a/test/CodeGen/ARM/widen-vmovs.ll +++ b/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. |