forked from OSchip/llvm-project
Give this test an explicit register allocator, so that it can work even if
the default register allocator is changed. llvm-svn: 130883
This commit is contained in:
parent
dfd4b74131
commit
dd550305e6
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue