forked from OSchip/llvm-project
RAGreedy is better about hinting now.
Or maybe we are just getting lucky. llvm-svn: 144473
This commit is contained in:
parent
8ec1a92afd
commit
0eac531bc2
|
@ -1,4 +1,4 @@
|
|||
; RUN: llc < %s -mtriple=thumbv7-apple-darwin -regalloc=linearscan -disable-post-ra | FileCheck %s
|
||||
; RUN: llc < %s -mtriple=thumbv7-apple-darwin -disable-post-ra | FileCheck %s
|
||||
|
||||
; The ARM magic hinting works best with linear scan.
|
||||
; CHECK: ldrd
|
||||
|
|
Loading…
Reference in New Issue