1*9880d681SAndroid Build Coastguard Worker; RUN: llc < %s -mcpu=cortex-a15 | FileCheck %s 2*9880d681SAndroid Build Coastguard Worker; ModuleID = 'attri_16.c' 3*9880d681SAndroid Build Coastguard Workertarget datalayout = "e-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:64:128-a0:0:64-n32-S64" 4*9880d681SAndroid Build Coastguard Workertarget triple = "armv4t--linux-gnueabihf" 5*9880d681SAndroid Build Coastguard Worker 6*9880d681SAndroid Build Coastguard Worker%big_struct0 = type { [517 x i32] } 7*9880d681SAndroid Build Coastguard Worker%big_struct1 = type { [516 x i32] } 8*9880d681SAndroid Build Coastguard Worker 9*9880d681SAndroid Build Coastguard Worker;CHECK-LABEL: f: 10*9880d681SAndroid Build Coastguard Workerdefine void @f(%big_struct0* %p0, %big_struct1* %p1) { 11*9880d681SAndroid Build Coastguard Worker 12*9880d681SAndroid Build Coastguard Worker;CHECK: sub sp, sp, #8 13*9880d681SAndroid Build Coastguard Worker;CHECK: sub sp, sp, #2048 14*9880d681SAndroid Build Coastguard Worker;CHECK: bl callme0 15*9880d681SAndroid Build Coastguard Worker call void @callme0(%big_struct0* byval %p0) 16*9880d681SAndroid Build Coastguard Worker 17*9880d681SAndroid Build Coastguard Worker;CHECK: add sp, sp, #8 18*9880d681SAndroid Build Coastguard Worker;CHECK: add sp, sp, #2048 19*9880d681SAndroid Build Coastguard Worker;CHECK: sub sp, sp, #2048 20*9880d681SAndroid Build Coastguard Worker;CHECK: bl callme1 21*9880d681SAndroid Build Coastguard Worker call void @callme1(%big_struct1* byval %p1) 22*9880d681SAndroid Build Coastguard Worker 23*9880d681SAndroid Build Coastguard Worker;CHECK: add sp, sp, #2048 24*9880d681SAndroid Build Coastguard Worker 25*9880d681SAndroid Build Coastguard Worker ret void 26*9880d681SAndroid Build Coastguard Worker} 27*9880d681SAndroid Build Coastguard Worker 28*9880d681SAndroid Build Coastguard Workerdeclare void @callme0(%big_struct0* byval) 29*9880d681SAndroid Build Coastguard Workerdeclare void @callme1(%big_struct1* byval) 30*9880d681SAndroid Build Coastguard Worker 31