repo.or.cz
/
llvm-complete.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[InstCombine] Signed saturation patterns
[llvm-complete.git]
/
test
/
DebugInfo
/
Generic
/
2009-10-16-Phi.ll
blob
e14653f6fcf2866954eac7c2b5130d8e87bd6d74
1
; RUN: llvm-as %s -disable-output
2
3
define i32 @foo() {
4
E:
5
br label %B2
6
B1:
7
br label %B2
8
B2:
9
%0 = phi i32 [ 0, %E ], [ 1, %B1 ], !dbg !0
10
ret i32 %0
11
}
12
13
!0 = !{i32 42}