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_import.ll
blob
328603d20c46b11d36d965548bcdb001adbf6f5f
1
target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
2
3
@G = internal global i32 7
4
define i32 @g() {
5
entry:
6
%0 = load i32, i32* @G
7
ret i32 %0
8
}
9
10
@analias = alias void (...), bitcast (void ()* @aliasee to void (...)*)
11
define void @aliasee() {
12
entry:
13
ret void
14
}