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
/
CodeGen
/
Generic
/
2010-11-04-BigByval.ll
blob
39b98a77552a4e7dbba518346f4c63bd38e7efe2
1
; RUN: llc < %s
2
; PR7170
3
4
%big = type [131072 x i8]
5
6
declare void @foo(%big* byval(%big) align 1)
7
8
define void @bar(%big* byval(%big) align 1 %x) {
9
call void @foo(%big* byval(%big) align 1 %x)
10
ret void
11
}