repo.or.cz
/
llvm-complete.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[ARM] Cortex-M4 schedule additions
[llvm-complete.git]
/
test
/
CodeGen
/
Generic
/
2010-11-04-BigByval.ll
blob
df2ca4c18a0590847b810d5997c8c692d02f1757
1
; RUN: llc < %s
2
; PR7170
3
4
%big = type [131072 x i8]
5
6
declare void @foo(%big* byval align 1)
7
8
define void @bar(%big* byval align 1 %x) {
9
call void @foo(%big* byval align 1 %x)
10
ret void
11
}