[llvm-commits] [llvm] r144473 - /llvm/trunk/test/CodeGen/ARM/memcpy-inline.ll

Jakob Stoklund Olesen stoklund at 2pi.dk
Sat Nov 12 14:39:37 PST 2011


Author: stoklund
Date: Sat Nov 12 16:39:37 2011
New Revision: 144473

URL: http://llvm.org/viewvc/llvm-project?rev=144473&view=rev
Log:
RAGreedy is better about hinting now.

Or maybe we are just getting lucky.

Modified:
    llvm/trunk/test/CodeGen/ARM/memcpy-inline.ll

Modified: llvm/trunk/test/CodeGen/ARM/memcpy-inline.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/ARM/memcpy-inline.ll?rev=144473&r1=144472&r2=144473&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/ARM/memcpy-inline.ll (original)
+++ llvm/trunk/test/CodeGen/ARM/memcpy-inline.ll Sat Nov 12 16:39:37 2011
@@ -1,4 +1,4 @@
-; RUN: llc < %s -mtriple=thumbv7-apple-darwin -regalloc=linearscan -disable-post-ra | FileCheck %s
+; RUN: llc < %s -mtriple=thumbv7-apple-darwin -disable-post-ra | FileCheck %s
 
 ; The ARM magic hinting works best with linear scan.
 ; CHECK: ldrd





More information about the llvm-commits mailing list