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
[ARM] Adjust how NEON shifts are lowered
[llvm-core.git]
/
test
/
ExecutionEngine
/
OrcLazy
/
Inputs
/
weak-function-2.ll
blob
a7ff83df03989100e8b0c634d7e432e73183f562
1
define linkonce_odr i32 @baz() #0 {
2
entry:
3
ret i32 0
4
}
5
6
define i8* @bar() {
7
entry:
8
ret i8* bitcast (i32 ()* @baz to i8*)
9
}