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
/
select_right_alias_definition2.ll
blob
9c5c0386e0f10e607cc718b4072a7a88fe8f6087
1
2
@foo = alias i32 (...), bitcast (i32 ()* @foo2 to i32 (...)*)
3
4
define linkonce_odr i32 @foo2() {
5
%ret = add i32 42, 42
6
ret i32 %ret
7
}