repo.or.cz
/
llvm-core.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[ARM] Rewrite how VCMP are lowered, using a single node
[llvm-core.git]
/
test
/
ExecutionEngine
/
OrcMCJIT
/
2003-05-11-PHIRegAllocBug.ll
blob
47988b9c0f0568662473caf1225c434cb2b9a98b
1
; RUN: %lli -jit-kind=orc-mcjit %s > /dev/null
2
3
define i32 @main() {
4
entry:
5
br label %endif
6
then: ; No predecessors!
7
br label %endif
8
endif: ; preds = %then, %entry
9
%x = phi i32 [ 4, %entry ], [ 27, %then ] ; <i32> [#uses=0]
10
%result = phi i32 [ 32, %then ], [ 0, %entry ] ; <i32> [#uses=0]
11
ret i32 0
12
}
13