1 ; RUN: llc -mcpu=generic -mtriple=arm-eabi -verify-machineinstrs < %s | FileCheck %s
3 %struct.comment = type { i8**, i32*, i32, i8* }
4 %struct.info = type { i32, i32, i32, i32, i32, i32, i32, i8* }
5 %struct.state = type { i32, %struct.info*, float**, i32, i32, i32, i32, i32, i32, i32, i32, i32, i64, i64, i64, i64, i64, i64, i8* }
7 @str215 = external global [2 x i8]
9 define void @t1(%struct.state* %v) {
11 ; Make sure we generate:
18 ; CHECK: bic [[REG1:r[0-9]+]],
19 ; CHECK-NOT: sub r{{[0-9]+}}, sp, [[REG1]]
20 ; CHECK: sub sp, sp, [[REG1]]
22 %tmp6 = load i32, i32* null
23 %tmp8 = alloca float, i32 %tmp6
24 store i32 1, i32* null
25 br i1 false, label %bb123.preheader, label %return
27 bb123.preheader: ; preds = %0
28 br i1 false, label %bb43, label %return
30 bb43: ; preds = %bb123.preheader
31 call fastcc void @f1(float* %tmp8, float* null, i32 0)
32 %tmp70 = load i32, i32* null
33 %tmp85 = getelementptr float, float* %tmp8, i32 0
34 call fastcc void @f2(float* null, float* null, float* %tmp85, i32 %tmp70)
37 return: ; preds = %bb123.preheader, %0
41 declare fastcc void @f1(float*, float*, i32)
43 declare fastcc void @f2(float*, float*, float*, i32)
45 define void @t2(%struct.comment* %vc, i8* %tag, i8* %contents) {
46 %tmp1 = call i32 @strlen(i8* %tag)
47 %tmp3 = call i32 @strlen(i8* %contents)
48 %tmp4 = add i32 %tmp1, 2
49 %tmp5 = add i32 %tmp4, %tmp3
50 %tmp6 = alloca i8, i32 %tmp5
51 %tmp9 = call i8* @strcpy(i8* %tmp6, i8* %tag)
52 %tmp6.len = call i32 @strlen(i8* %tmp6)
53 %tmp6.indexed = getelementptr i8, i8* %tmp6, i32 %tmp6.len
54 call void @llvm.memcpy.p0i8.p0i8.i32(i8* align 1 %tmp6.indexed, i8* align 1 getelementptr inbounds ([2 x i8], [2 x i8]* @str215, i32 0, i32 0), i32 2, i1 false)
55 %tmp15 = call i8* @strcat(i8* %tmp6, i8* %contents)
56 call fastcc void @comment_add(%struct.comment* %vc, i8* %tmp6)
60 declare i32 @strlen(i8*)
62 declare i8* @strcat(i8*, i8*)
64 declare fastcc void @comment_add(%struct.comment*, i8*)
66 declare i8* @strcpy(i8*, i8*)
68 declare void @llvm.memcpy.p0i8.p0i8.i32(i8* nocapture, i8* nocapture, i32, i1) nounwind