[llvm-commits] [llvm] r154857 - /llvm/trunk/test/CodeGen/ARM/widen-vmovs.ll

Jakob Stoklund Olesen stoklund at 2pi.dk
Mon Apr 16 13:49:06 PDT 2012


Author: stoklund
Date: Mon Apr 16 15:49:06 2012
New Revision: 154857

URL: http://llvm.org/viewvc/llvm-project?rev=154857&view=rev
Log:
Disable code placement for this test.

It makes it less sensitive to small changes in heuristics.

Modified:
    llvm/trunk/test/CodeGen/ARM/widen-vmovs.ll

Modified: llvm/trunk/test/CodeGen/ARM/widen-vmovs.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/ARM/widen-vmovs.ll?rev=154857&r1=154856&r2=154857&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/ARM/widen-vmovs.ll (original)
+++ llvm/trunk/test/CodeGen/ARM/widen-vmovs.ll Mon Apr 16 15:49:06 2012
@@ -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 @@
 ; CHECK: , [[DN]]
 ; CHECK: %for.body.i
 ; CHECK: vadd.f32 [[DL]], [[DL]], [[DN]]
+; CHECK: %rInnerproduct.exit
 ;
 ; This test is verifying:
 ; - The VMOVS widening is happening.





More information about the llvm-commits mailing list