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
[InstCombine] Signed saturation patterns
[llvm-core.git]
/
test
/
Linker
/
Inputs
/
comdat15.ll
blob
5d2d41bba6aa090bfea8dc3a0015d5b4162af73f
1
$a1 = comdat any
2
@baz = private global i32 42, comdat($a1)
3
@a1 = internal alias i32, i32* @baz
4
define i32* @abc() {
5
ret i32* @a1
6
}