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
/
ThinLTO
/
X86
/
Inputs
/
distributed_indexes.ll
blob
65c3bb6116465e8ad23c2a4a91a9fff0e41e5e11
1
target datalayout = "e-m:o-i64:64-f80:128-n8:16:32:64-S128"
2
3
define void @g() {
4
entry:
5
ret void
6
}
7
8
@analias = alias void (...), bitcast (void ()* @aliasee to void (...)*)
9
define void @aliasee() {
10
entry:
11
ret void
12
}