mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-06 03:38:34 +00:00
Give this test an explicit register allocator, so that it can work even if
the default register allocator is changed. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@130883 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
d29052bf26
commit
becfb889aa
@ -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
Block a user