Sign in
cobalt
/
cobalt
/
ac9ac065c5083565917b15e7a672a79599f2f00b
/
.
/
src
/
third_party
/
llvm-project
/
llvm
/
test
/
ExecutionEngine
/
OrcMCJIT
/
2003-01-04-PhiTest.ll
blob: a24e188438fb5c0c9c7156b24baa20d3cb91ca82 [
file
] [
log
] [
blame
]
; RUN: %lli -jit-kind=orc-mcjit %s > /dev/null
define
i32
@main
()
{
; <label>:0
br
label
%Loop
Loop
:
; preds = %Loop, %0
%X
=
phi
i32
[
0
,
%0
],
[
1
,
%Loop
]
; <i32> [#uses=1]
br
i1
true
,
label
%Out
,
label
%Loop
Out
:
; preds = %Loop
ret
i32
%X
}