Skip to content

Commit dd55030

Browse files
author
Dan Gohman
committed
Give this test an explicit register allocator, so that it can work even if
the default register allocator is changed. llvm-svn: 130883
1 parent dfd4b74 commit dd55030

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/test/CodeGen/ARM/lsr-unfolded-offset.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
; RUN: llc < %s | FileCheck %s
1+
; RUN: llc -regalloc=greedy < %s | FileCheck %s
22

33
; LSR shouldn't introduce more induction variables than needed, increasing
44
; register pressure and therefore spilling. There is more room for improvement

0 commit comments

Comments
 (0)