forked from OSchip/llvm-project
parent
9c196795e6
commit
0733759b5a
|
@ -1,5 +1,5 @@
|
|||
; RUN: llvm-as < %s | llc -march=x86 -relocation-model=pic | \
|
||||
; RUN: grep {A-} | count 1
|
||||
; RUN: grep {, 4} | count 1
|
||||
;
|
||||
; Make sure the common loop invariant A is hoisted up to preheader,
|
||||
; since too many registers are needed to subsume it into the addressing modes.
|
||||
|
|
Loading…
Reference in New Issue