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
/
Linker
/
Inputs
/
byval-types-1.ll
blob
3da8b91f619e38c6c312b31cb5f1823988058c83
1
%struct = type {i32, i8}
2
3
declare void @baz(%struct* byval(%struct))
4
5
define void @foo(%struct* byval(%struct) %a) {
6
call void @baz(%struct* byval(%struct) %a)
7
ret void
8
}