Change these tests to feed the assembly files to opt directly, instead
[oota-llvm.git] / test / Transforms / ScalarRepl / 2007-05-24-LargeAggregate.ll
1 ; RUN: opt %s -scalarrepl | llvm-dis | grep {alloca.*client_t}
2 ; PR1446
3 target datalayout = "e-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:32:64-f32:32:32-f64:32:64-v64:64:64-v128:128:128-a0:0:64"
4 target triple = "i686-pc-linux-gnu"
5
6         %struct.clientSnapshot_t = type { i32, [32 x i8], %struct.playerState_t, i32, i32, i32, i32, i32 }
7         %struct.client_t = type { i32, [1024 x i8], [64 x [1024 x i8]], i32, i32, i32, i32, i32, i32, %struct.usercmd_t, i32, i32, [1024 x i8], %struct.sharedEntity_t*, [32 x i8], [64 x i8], i32, i32, i32, i32, i32, i32, [8 x i8*], [8 x i32], i32, i32, i32, i32, i32, i32, i32, i32, i32, [32 x %struct.clientSnapshot_t], i32, i32, i32, i32, i32, %struct.netchan_t, %struct.netchan_buffer_t*, %struct.netchan_buffer_t**, i32, [1025 x i32] }
8         %struct.entityShared_t = type { %struct.entityState_t, i32, i32, i32, i32, i32, [3 x float], [3 x float], i32, [3 x float], [3 x float], [3 x float], [3 x float], i32 }
9         %struct.entityState_t = type { i32, i32, i32, %struct.trajectory_t, %struct.trajectory_t, i32, i32, [3 x float], [3 x float], [3 x float], [3 x float], i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32 }
10         %struct.msg_t = type { i32, i32, i32, i8*, i32, i32, i32, i32 }
11         %struct.netadr_t = type { i32, [4 x i8], [10 x i8], i16 }
12         %struct.netchan_buffer_t = type { %struct.msg_t, [16384 x i8], %struct.netchan_buffer_t* }
13         %struct.netchan_t = type { i32, i32, %struct.netadr_t, i32, i32, i32, i32, i32, [16384 x i8], i32, i32, i32, [16384 x i8] }
14         %struct.playerState_t = type { i32, i32, i32, i32, i32, [3 x float], [3 x float], i32, i32, i32, [3 x i32], i32, i32, i32, i32, i32, i32, [3 x float], i32, i32, [2 x i32], [2 x i32], i32, i32, i32, i32, i32, i32, [3 x float], i32, i32, i32, i32, i32, [16 x i32], [16 x i32], [16 x i32], [16 x i32], i32, i32, i32, i32, i32, i32, i32 }
15         %struct.sharedEntity_t = type { %struct.entityState_t, %struct.entityShared_t }
16         %struct.trajectory_t = type { i32, i32, i32, [3 x float], [3 x float] }
17         %struct.usercmd_t = type { i32, [3 x i32], i32, i8, i8, i8, i8 }
18
19 declare void @llvm.memcpy.i32(i8*, i8*, i32, i32)
20
21 define void @SV_DirectConnect(i64 %from.0.0, i64 %from.0.1, i32 %from.1) {
22 entry:
23         %temp = alloca %struct.client_t, align 16               ; <%struct.client_t*> [#uses=1]
24         %temp586 = bitcast %struct.client_t* %temp to i8*               ; <i8*> [#uses=1]
25         call void @llvm.memcpy.i32( i8* null, i8* %temp586, i32 121596, i32 0 )
26         unreachable
27 }