forked from OSchip/llvm-project
Fix test typo and add usual "br %r14" test
llvm-svn: 188775
This commit is contained in:
parent
96aa93d5f1
commit
bdd81d76f8
|
@ -83,12 +83,13 @@ define float @f7(float %in) {
|
|||
|
||||
; Test that both registers in a GR128 pair get hoisted.
|
||||
define void @f8(i32 %count) {
|
||||
; CHECK-LABE: f8
|
||||
; CHECK-LABEL: f8
|
||||
; CHECK-DAG: lhi %r0, 0
|
||||
; CHECK-DAG: lhi %r1, 1
|
||||
; CHECK: %loop
|
||||
; CHECK-NOT: %r
|
||||
; CHECK: blah %r0, %r1
|
||||
; CHECK: br %r14
|
||||
entry:
|
||||
br label %loop
|
||||
|
||||
|
|
Loading…
Reference in New Issue