repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[ORC] Add std::tuple support to SimplePackedSerialization.
[llvm-project.git]
/
llvm
/
test
/
Transforms
/
FunctionImport
/
Inputs
/
noinline.ll
blob
719d7644fbc518422e7a9bceea888a34c7462c5a
1
define void @foo(i64* %v) #0 {
2
entry:
3
%v.addr = alloca i64*, align 8
4
store i64* %v, i64** %v.addr, align 8
5
ret void
6
}
7
8
attributes #0 = { noinline }