mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-10-31 16:02:52 +01:00
5c555821bb
llvm-svn: 127363
11 lines
262 B
LLVM
11 lines
262 B
LLVM
; R UN: llc < %s -march=x86-64 | FileCheck %s
|
|
; R UN: llc < %s -march=x86 | FileCheck %s
|
|
; C HECK: _memcpy
|
|
define void @foo([40000 x i32] *%P) nounwind {
|
|
call void @bar([40000 x i32] * byval align 1 %P)
|
|
ret void
|
|
}
|
|
|
|
declare void @bar([40000 x i32] *%P )
|
|
|