projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d29052b
)
Give this test an explicit register allocator, so that it can work even if
author
Dan Gohman
<gohman@apple.com>
Wed, 4 May 2011 23:14:02 +0000
(23:14 +0000)
committer
Dan Gohman
<gohman@apple.com>
Wed, 4 May 2011 23:14:02 +0000
(23:14 +0000)
the default register allocator is changed.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@130883
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/CodeGen/ARM/lsr-unfolded-offset.ll
patch
|
blob
|
history
diff --git
a/test/CodeGen/ARM/lsr-unfolded-offset.ll
b/test/CodeGen/ARM/lsr-unfolded-offset.ll
index a3342c6bde786980c00cf81065ac08cfeca6a779..c5f0b466d6549b6fa3a0322874c83c98a1cc1799 100644
(file)
--- a/
test/CodeGen/ARM/lsr-unfolded-offset.ll
+++ b/
test/CodeGen/ARM/lsr-unfolded-offset.ll
@@
-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