1 ; RUN: llc < %s -march=xcore | FileCheck %s
7 %struct.st0 = type { [0 x i32] }
8 declare void @f0(%struct.st0*) nounwind
9 define void @f0Test(%struct.st0* byval %s0) nounwind {
11 call void @f0(%struct.st0* %s0) nounwind
17 ; CHECK: stw r4, sp[12]
18 ; CHECK: stw r5, sp[11]
20 ; CHECK: ldaw r5, sp[1]
23 ; CHECK: bl __memcpy_4
27 ; CHECK: ldw r5, sp[11]
28 ; CHECK: ldw r4, sp[12]
30 %struct.st1 = type { [10 x i32] }
31 declare void @f1(%struct.st1*) nounwind
32 define i32 @f1Test(i32 %i, %struct.st1* byval %s1) nounwind {
34 call void @f1(%struct.st1* %s1) nounwind
40 ; CHECK: stw lr, sp[1]
42 ; CHECK-DAG: stw r2, sp[3]
43 ; CHECK-DAG: stw r3, sp[4]
44 ; CHECK: ldw r0, r0[0]
45 ; CHECK: stw r0, sp[2]
46 ; CHECK: ldaw r1, sp[2]
49 ; CHECK: ldw lr, sp[1]
50 ; CHECK: ldaw sp, sp[4]
52 %struct.st2 = type { i32 }
53 declare void @f2(i32, %struct.st2*) nounwind
54 define void @f2Test(%struct.st2* byval %s2, i32 %i, ...) nounwind {
56 call void @f2(i32 %i, %struct.st2* %s2)
63 ; CHECK: ld8u r2, r0[r1]
64 ; CHECK: ldaw r0, sp[1]
65 ; CHECK: st8 r2, r0[r1]
68 declare void @f3(i8*) nounwind
69 define void @f3Test(i8* byval %v) nounwind {
71 call void @f3(i8* %v) nounwind