[llvm-commits] [llvm] r130883 - /llvm/trunk/test/CodeGen/ARM/lsr-unfolded-offset.ll
Dan Gohman
gohman at apple.com
Wed May 4 16:14:02 PDT 2011
Author: djg
Date: Wed May 4 18:14:02 2011
New Revision: 130883
URL: http://llvm.org/viewvc/llvm-project?rev=130883&view=rev
Log:
Give this test an explicit register allocator, so that it can work even if
the default register allocator is changed.
Modified:
llvm/trunk/test/CodeGen/ARM/lsr-unfolded-offset.ll
Modified: llvm/trunk/test/CodeGen/ARM/lsr-unfolded-offset.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/ARM/lsr-unfolded-offset.ll?rev=130883&r1=130882&r2=130883&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/ARM/lsr-unfolded-offset.ll (original)
+++ llvm/trunk/test/CodeGen/ARM/lsr-unfolded-offset.ll Wed May 4 18:14:02 2011
@@ -1,4 +1,4 @@
-; RUN: llc < %s | FileCheck %s
+; RUN: llc -regalloc=greedy < %s | FileCheck %s
; LSR shouldn't introduce more induction variables than needed, increasing
; register pressure and therefore spilling. There is more room for improvement
More information about the llvm-commits
mailing list