forked from OSchip/llvm-project
[LV] Add basic check lines to test added in 00200dbda3
.
This commit is contained in:
parent
4c56f734b3
commit
dead1c11ff
|
@ -76,7 +76,10 @@ exit:
|
||||||
ret void
|
ret void
|
||||||
}
|
}
|
||||||
|
|
||||||
define void @test_pr52024(i32* %dst, i16 %N) {
|
; CHECK-LABEL: @pr52024(
|
||||||
|
; CHECK: vector.body:
|
||||||
|
;
|
||||||
|
define void @pr52024(i32* %dst, i16 %N) {
|
||||||
entry:
|
entry:
|
||||||
br label %loop.1
|
br label %loop.1
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue