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
/
inalloca-type-input.ll
blob
7fa2d8fdb3f3dbd5a067cdb6b5675856bce59674
1
%a = type { i64 }
2
%struct = type { i32, i8 }
3
4
define void @g(%a* inalloca(%a)) {
5
ret void
6
}
7
8
declare void @baz(%struct* inalloca(%struct))
9
10
define void @foo(%struct* inalloca(%struct) %a) {
11
call void @baz(%struct* inalloca(%struct) %a)
12
ret void
13
}