-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path0D2590985D6E1FF8.ll
368 lines (316 loc) · 20.3 KB
/
0D2590985D6E1FF8.ll
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
; ModuleID = '/usr/local/google/home/aeubanks/repos/test-suite/MultiSource/Benchmarks/Prolangs-C/TimberWolfMC/outpin.c'
source_filename = "/usr/local/google/home/aeubanks/repos/test-suite/MultiSource/Benchmarks/Prolangs-C/TimberWolfMC/outpin.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-unknown-linux-gnu"
%struct.cellbox = type { ptr, i32, i32, i32, [9 x i32], i32, i32, i32, i32, i32, i32, i32, double, double, double, double, double, i32, i32, ptr, ptr, [8 x ptr], ptr }
%struct.netbox = type { ptr, i32, i32, i32, i32, i32, i32, i32, i32, i32 }
%struct.dimbox = type { ptr, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, double, double, ptr }
@.str = private unnamed_addr constant [7 x i8] c"%s.pin\00", align 1
@cktName = external local_unnamed_addr global ptr, align 8
@.str.1 = private unnamed_addr constant [2 x i8] c"w\00", align 1
@fpo = external local_unnamed_addr global ptr, align 8
@.str.2 = private unnamed_addr constant [15 x i8] c"can't open %s\0A\00", align 1
@numcells = external local_unnamed_addr global i32, align 4
@numpads = external local_unnamed_addr global i32, align 4
@cellarray = external local_unnamed_addr global ptr, align 8
@numnets = external local_unnamed_addr global i32, align 4
@netarray = external local_unnamed_addr global ptr, align 8
@.str.3 = private unnamed_addr constant [8 x i8] c"net %s\0A\00", align 1
@.str.4 = private unnamed_addr constant [44 x i8] c"pin %s x %d y %d cell %d PinOrEquiv %d\0A\00", align 1
@pinnames = external local_unnamed_addr global ptr, align 8
; Function Attrs: nounwind uwtable
define dso_local void @outpin() local_unnamed_addr #0 {
entry:
%filename = alloca [1024 x i8], align 16
call void @llvm.lifetime.start.p0(i64 1024, ptr nonnull %filename) #6
%0 = load ptr, ptr @cktName, align 8, !tbaa !5
%call = call i32 (ptr, ptr, ...) @sprintf(ptr noundef nonnull dereferenceable(1) %filename, ptr noundef nonnull dereferenceable(1) @.str, ptr noundef %0) #6
%call2 = call noalias ptr @fopen(ptr noundef nonnull %filename, ptr noundef nonnull @.str.1)
%cmp = icmp eq ptr %call2, null
br i1 %cmp, label %if.then, label %if.end
if.then: ; preds = %entry
%1 = load ptr, ptr @fpo, align 8, !tbaa !5
%call4 = call i32 (ptr, ptr, ...) @fprintf(ptr noundef %1, ptr noundef nonnull @.str.2, ptr noundef nonnull %filename)
call void @exit(i32 noundef 0) #7
unreachable
if.end: ; preds = %entry
%2 = load i32, ptr @numcells, align 4, !tbaa !9
%add = add i32 %2, 1
%3 = load i32, ptr @numpads, align 4, !tbaa !9
%add8 = add i32 %3, %2
%cmp9.not.not212 = icmp slt i32 %3, 1
br i1 %cmp9.not.not212, label %.thread.thread, label %for.body.lr.ph
for.body.lr.ph: ; preds = %if.end
%4 = load ptr, ptr @cellarray, align 8, !tbaa !5
%5 = sext i32 %add to i64
%6 = sext i32 %add8 to i64
br label %for.body
for.body: ; preds = %for.body, %for.body.lr.ph
%indvars.iv = phi i64 [ %5, %for.body.lr.ph ], [ %indvars.iv.next, %for.body ]
%arrayidx10 = getelementptr inbounds ptr, ptr %4, i64 %indvars.iv
%7 = load ptr, ptr %arrayidx10, align 8, !tbaa !5
%padside = getelementptr inbounds %struct.cellbox, ptr %7, i64 0, i32 11
%8 = load i32, ptr %padside, align 8, !tbaa !11
%cmp11.not.not = icmp ne i32 %8, 1
%indvars.iv.next = add nsw i64 %indvars.iv, 1
%cmp9.not.not.not = icmp slt i64 %indvars.iv, %6
%or.cond = select i1 %cmp11.not.not, i1 %cmp9.not.not.not, i1 false
br i1 %or.cond, label %for.body, label %for.end, !llvm.loop !14
for.end: ; preds = %for.body
br i1 %cmp9.not.not212, label %for.end59, label %for.body19.lr.ph
for.body19.lr.ph: ; preds = %for.end
%9 = load ptr, ptr @cellarray, align 8, !tbaa !5
%10 = sext i32 %add to i64
%11 = sext i32 %add8 to i64
br label %for.body19
for.body19: ; preds = %for.body19, %for.body19.lr.ph
%indvars.iv248 = phi i64 [ %10, %for.body19.lr.ph ], [ %indvars.iv.next249, %for.body19 ]
%arrayidx21 = getelementptr inbounds ptr, ptr %9, i64 %indvars.iv248
%12 = load ptr, ptr %arrayidx21, align 8, !tbaa !5
%padside22 = getelementptr inbounds %struct.cellbox, ptr %12, i64 0, i32 11
%13 = load i32, ptr %padside22, align 8, !tbaa !11
%cmp23.not = icmp ne i32 %13, 2
%indvars.iv.next249 = add nsw i64 %indvars.iv248, 1
%cmp18.not.not.not = icmp slt i64 %indvars.iv248, %11
%or.cond333 = select i1 %cmp23.not, i1 %cmp18.not.not.not, i1 false
br i1 %or.cond333, label %for.body19, label %for.end29, !llvm.loop !16
for.end29: ; preds = %for.body19
br i1 %cmp9.not.not212, label %for.end59, label %for.body34.lr.ph
for.body34.lr.ph: ; preds = %for.end29
%14 = load ptr, ptr @cellarray, align 8, !tbaa !5
%15 = sext i32 %add to i64
%16 = sext i32 %add8 to i64
br label %for.body34
for.body34: ; preds = %for.body34, %for.body34.lr.ph
%indvars.iv250 = phi i64 [ %15, %for.body34.lr.ph ], [ %indvars.iv.next251, %for.body34 ]
%arrayidx36 = getelementptr inbounds ptr, ptr %14, i64 %indvars.iv250
%17 = load ptr, ptr %arrayidx36, align 8, !tbaa !5
%padside37 = getelementptr inbounds %struct.cellbox, ptr %17, i64 0, i32 11
%18 = load i32, ptr %padside37, align 8, !tbaa !11
%cmp38.not = icmp ne i32 %18, 3
%indvars.iv.next251 = add nsw i64 %indvars.iv250, 1
%cmp33.not.not.not = icmp slt i64 %indvars.iv250, %16
%or.cond334 = select i1 %cmp38.not, i1 %cmp33.not.not.not, i1 false
br i1 %or.cond334, label %for.body34, label %for.end44, !llvm.loop !17
for.end44: ; preds = %for.body34
br i1 %cmp9.not.not212, label %for.end59, label %for.body49.lr.ph
for.body49.lr.ph: ; preds = %for.end44
%19 = load ptr, ptr @cellarray, align 8, !tbaa !5
%20 = sext i32 %add to i64
%21 = sext i32 %add8 to i64
%smax = tail call i32 @llvm.smax.i32(i32 %add8, i32 %add)
%22 = add i32 %smax, 1
br label %for.body49
for.body49: ; preds = %for.body49.lr.ph, %for.inc57
%indvars.iv252 = phi i64 [ %20, %for.body49.lr.ph ], [ %indvars.iv.next253, %for.inc57 ]
%arrayidx51 = getelementptr inbounds ptr, ptr %19, i64 %indvars.iv252
%23 = load ptr, ptr %arrayidx51, align 8, !tbaa !5
%padside52 = getelementptr inbounds %struct.cellbox, ptr %23, i64 0, i32 11
%24 = load i32, ptr %padside52, align 8, !tbaa !11
%cmp53.not = icmp eq i32 %24, 4
br i1 %cmp53.not, label %for.end59.loopexit.split.loop.exit, label %for.inc57
for.inc57: ; preds = %for.body49
%indvars.iv.next253 = add nsw i64 %indvars.iv252, 1
%cmp48.not.not.not = icmp slt i64 %indvars.iv252, %21
br i1 %cmp48.not.not.not, label %for.body49, label %for.end59, !llvm.loop !18
for.end59.loopexit.split.loop.exit: ; preds = %for.body49
%25 = trunc i64 %indvars.iv252 to i32
br label %for.end59
for.end59: ; preds = %for.inc57, %for.end59.loopexit.split.loop.exit, %for.end, %for.end29, %for.end44
%cmp33.not.not.lcssa270 = phi i1 [ %cmp38.not, %for.end44 ], [ true, %for.end29 ], [ true, %for.end ], [ %cmp38.not, %for.end59.loopexit.split.loop.exit ], [ %cmp38.not, %for.inc57 ]
%cmp18.not.not.lcssa264268 = phi i1 [ %cmp23.not, %for.end44 ], [ %cmp23.not, %for.end29 ], [ true, %for.end ], [ %cmp23.not, %for.end59.loopexit.split.loop.exit ], [ %cmp23.not, %for.inc57 ]
%cell.3.lcssa = phi i32 [ %add, %for.end44 ], [ %add, %for.end29 ], [ %add, %for.end ], [ %25, %for.end59.loopexit.split.loop.exit ], [ %22, %for.inc57 ]
%cmp48.not.not.lcssa = phi i1 [ true, %for.end44 ], [ true, %for.end29 ], [ true, %for.end ], [ false, %for.end59.loopexit.split.loop.exit ], [ true, %for.inc57 ]
br i1 %cmp11.not.not, label %26, label %28
26: ; preds = %for.end59
br i1 %cmp18.not.not.lcssa264268, label %.thread, label %27
.thread: ; preds = %26
br i1 %cmp33.not.not.lcssa270, label %.thread.thread, label %30
27: ; preds = %26
%c.sroa.0.1295 = add i32 %2, 2
br i1 %cmp33.not.not.lcssa270, label %.thread.thread, label %30
28: ; preds = %for.end59
%inc66 = add nsw i32 %2, 2
%c.sroa.16.1 = select i1 %cmp18.not.not.lcssa264268, i32 0, i32 %inc66
%not.cmp18.not.not.lcssa = xor i1 %cmp18.not.not.lcssa264268, true
%inc73 = zext i1 %not.cmp18.not.not.lcssa to i32
%c.sroa.0.1 = add nsw i32 %inc66, %inc73
br i1 %cmp33.not.not.lcssa270, label %.thread.thread, label %30
.thread.thread: ; preds = %if.end, %.thread, %27, %28
%c.sroa.0.1305 = phi i32 [ %c.sroa.0.1295, %27 ], [ %c.sroa.0.1, %28 ], [ %add, %.thread ], [ %add, %if.end ]
%c.sroa.16.1303 = phi i32 [ %add, %27 ], [ %c.sroa.16.1, %28 ], [ 0, %.thread ], [ 0, %if.end ]
%29 = phi i32 [ 0, %27 ], [ %add, %28 ], [ 0, %.thread ], [ 0, %if.end ]
%cell.3.lcssa285299 = phi i32 [ %cell.3.lcssa, %27 ], [ %cell.3.lcssa, %28 ], [ %cell.3.lcssa, %.thread ], [ %add, %if.end ]
%cmp48.not.not.lcssa287297 = phi i1 [ %cmp48.not.not.lcssa, %27 ], [ %cmp48.not.not.lcssa, %28 ], [ %cmp48.not.not.lcssa, %.thread ], [ true, %if.end ]
br label %30
30: ; preds = %.thread, %27, %28, %.thread.thread
%c.sroa.0.1304 = phi i32 [ %c.sroa.0.1305, %.thread.thread ], [ %c.sroa.0.1, %28 ], [ %c.sroa.0.1295, %27 ], [ %add, %.thread ]
%c.sroa.16.1302 = phi i32 [ %c.sroa.16.1303, %.thread.thread ], [ %c.sroa.16.1, %28 ], [ %add, %27 ], [ 0, %.thread ]
%31 = phi i32 [ %29, %.thread.thread ], [ %add, %28 ], [ 0, %27 ], [ 0, %.thread ]
%cmp33.not.not.lcssa270279300 = phi i32 [ 0, %.thread.thread ], [ 1, %28 ], [ 1, %27 ], [ 1, %.thread ]
%cell.3.lcssa285298 = phi i32 [ %cell.3.lcssa285299, %.thread.thread ], [ %cell.3.lcssa, %28 ], [ %cell.3.lcssa, %27 ], [ %cell.3.lcssa, %.thread ]
%cmp48.not.not.lcssa287296 = phi i1 [ %cmp48.not.not.lcssa287297, %.thread.thread ], [ %cmp48.not.not.lcssa, %28 ], [ %cmp48.not.not.lcssa, %27 ], [ %cmp48.not.not.lcssa, %.thread ]
%32 = phi i32 [ 0, %.thread.thread ], [ %c.sroa.0.1, %28 ], [ %c.sroa.0.1295, %27 ], [ %add, %.thread ]
%c.sroa.0.2 = add nsw i32 %c.sroa.0.1304, %cmp33.not.not.lcssa270279300
%c.sroa.26.1 = select i1 %cmp48.not.not.lcssa287296, i32 0, i32 %c.sroa.0.2
%33 = load i32, ptr @numnets, align 4, !tbaa !9
%cmp91.not245 = icmp slt i32 %33, 1
br i1 %cmp91.not245, label %for.end165, label %for.body92.preheader
for.body92.preheader: ; preds = %30
%.pre257 = load ptr, ptr @netarray, align 8, !tbaa !5
br label %for.body92
for.body92: ; preds = %for.body92.preheader, %for.inc163
%34 = phi i32 [ %33, %for.body92.preheader ], [ %50, %for.inc163 ]
%35 = phi ptr [ %.pre257, %for.body92.preheader ], [ %51, %for.inc163 ]
%indvars.iv254 = phi i64 [ 1, %for.body92.preheader ], [ %indvars.iv.next255, %for.inc163 ]
%cell.4247 = phi i32 [ %cell.3.lcssa285298, %for.body92.preheader ], [ %cell.7, %for.inc163 ]
%arrayidx94 = getelementptr inbounds ptr, ptr %35, i64 %indvars.iv254
%36 = load ptr, ptr %arrayidx94, align 8, !tbaa !5
%netptr.0235 = load ptr, ptr %36, align 8, !tbaa !5
%cmp97.not236 = icmp eq ptr %netptr.0235, null
br i1 %cmp97.not236, label %for.inc163, label %for.body98
for.body98: ; preds = %for.body92, %for.body98
%netptr.0238 = phi ptr [ %netptr.0, %for.body98 ], [ %netptr.0235, %for.body92 ]
%count.0237 = phi i32 [ %spec.select211, %for.body98 ], [ 0, %for.body92 ]
%PorE = getelementptr inbounds %struct.netbox, ptr %netptr.0238, i64 0, i32 8
%37 = load i32, ptr %PorE, align 4, !tbaa !19
%cmp99 = icmp sgt i32 %37, 0
%inc101 = zext i1 %cmp99 to i32
%spec.select211 = add nuw nsw i32 %count.0237, %inc101
%netptr.0 = load ptr, ptr %netptr.0238, align 8, !tbaa !5
%cmp97.not = icmp eq ptr %netptr.0, null
br i1 %cmp97.not, label %for.end104, label %for.body98, !llvm.loop !21
for.end104: ; preds = %for.body98
%cmp105 = icmp ult i32 %spec.select211, 2
br i1 %cmp105, label %for.inc163, label %if.end107
if.end107: ; preds = %for.end104
%nname = getelementptr inbounds %struct.dimbox, ptr %36, i64 0, i32 13
%38 = load ptr, ptr %nname, align 8, !tbaa !22
%call110 = tail call i32 (ptr, ptr, ...) @fprintf(ptr noundef nonnull %call2, ptr noundef nonnull @.str.3, ptr noundef %38)
%netptr.1240 = load ptr, ptr %36, align 8, !tbaa !5
%cmp113.not241 = icmp eq ptr %netptr.1240, null
br i1 %cmp113.not241, label %for.end161, label %for.body114
for.body114: ; preds = %if.end107, %if.end154
%netptr.1243 = phi ptr [ %netptr.1, %if.end154 ], [ %netptr.1240, %if.end107 ]
%cell.5242 = phi i32 [ %cell.6, %if.end154 ], [ %cell.4247, %if.end107 ]
%cell115 = getelementptr inbounds %struct.netbox, ptr %netptr.1243, i64 0, i32 7
%39 = load i32, ptr %cell115, align 8, !tbaa !24
%40 = load i32, ptr @numcells, align 4, !tbaa !9
%cmp116.not = icmp sgt i32 %39, %40
br i1 %cmp116.not, label %if.else, label %if.end154
if.else: ; preds = %for.body114
%41 = load ptr, ptr @cellarray, align 8, !tbaa !5
%idxprom120 = sext i32 %39 to i64
%arrayidx121 = getelementptr inbounds ptr, ptr %41, i64 %idxprom120
%42 = load ptr, ptr %arrayidx121, align 8, !tbaa !5
%padside122 = getelementptr inbounds %struct.cellbox, ptr %42, i64 0, i32 11
%43 = load i32, ptr %padside122, align 8, !tbaa !11
switch i32 %43, label %if.end154.fold.split [
i32 1, label %if.end154
i32 2, label %if.then132
i32 3, label %if.then140
i32 4, label %if.then148
]
if.then132: ; preds = %if.else
br label %if.end154
if.then140: ; preds = %if.else
br label %if.end154
if.then148: ; preds = %if.else
br label %if.end154
if.end154.fold.split: ; preds = %if.else
br label %if.end154
if.end154: ; preds = %if.else, %if.end154.fold.split, %for.body114, %if.then140, %if.then148, %if.then132
%cell.6 = phi i32 [ %c.sroa.16.1302, %if.then132 ], [ %32, %if.then140 ], [ %c.sroa.26.1, %if.then148 ], [ %39, %for.body114 ], [ %31, %if.else ], [ %cell.5242, %if.end154.fold.split ]
%44 = load ptr, ptr @pinnames, align 8, !tbaa !5
%terminal = getelementptr inbounds %struct.netbox, ptr %netptr.1243, i64 0, i32 5
%45 = load i32, ptr %terminal, align 8, !tbaa !25
%idxprom155 = sext i32 %45 to i64
%arrayidx156 = getelementptr inbounds ptr, ptr %44, i64 %idxprom155
%46 = load ptr, ptr %arrayidx156, align 8, !tbaa !5
%xpos = getelementptr inbounds %struct.netbox, ptr %netptr.1243, i64 0, i32 1
%47 = load i32, ptr %xpos, align 8, !tbaa !26
%ypos = getelementptr inbounds %struct.netbox, ptr %netptr.1243, i64 0, i32 2
%48 = load i32, ptr %ypos, align 4, !tbaa !27
%PorE157 = getelementptr inbounds %struct.netbox, ptr %netptr.1243, i64 0, i32 8
%49 = load i32, ptr %PorE157, align 4, !tbaa !19
%call158 = tail call i32 (ptr, ptr, ...) @fprintf(ptr noundef nonnull %call2, ptr noundef nonnull @.str.4, ptr noundef %46, i32 noundef %47, i32 noundef %48, i32 noundef %cell.6, i32 noundef %49)
%netptr.1 = load ptr, ptr %netptr.1243, align 8, !tbaa !5
%cmp113.not = icmp eq ptr %netptr.1, null
br i1 %cmp113.not, label %for.end161, label %for.body114, !llvm.loop !28
for.end161: ; preds = %if.end154, %if.end107
%cell.5.lcssa = phi i32 [ %cell.4247, %if.end107 ], [ %cell.6, %if.end154 ]
%fputc = tail call i32 @fputc(i32 10, ptr nonnull %call2)
%.pre = load ptr, ptr @netarray, align 8, !tbaa !5
%.pre258 = load i32, ptr @numnets, align 4, !tbaa !9
br label %for.inc163
for.inc163: ; preds = %for.body92, %for.end104, %for.end161
%50 = phi i32 [ %34, %for.end104 ], [ %.pre258, %for.end161 ], [ %34, %for.body92 ]
%51 = phi ptr [ %35, %for.end104 ], [ %.pre, %for.end161 ], [ %35, %for.body92 ]
%cell.7 = phi i32 [ %cell.4247, %for.end104 ], [ %cell.5.lcssa, %for.end161 ], [ %cell.4247, %for.body92 ]
%indvars.iv.next255 = add nuw nsw i64 %indvars.iv254, 1
%52 = sext i32 %50 to i64
%cmp91.not.not = icmp slt i64 %indvars.iv254, %52
br i1 %cmp91.not.not, label %for.body92, label %for.end165, !llvm.loop !29
for.end165: ; preds = %for.inc163, %30
%call166 = tail call i32 @fclose(ptr noundef nonnull %call2)
call void @llvm.lifetime.end.p0(i64 1024, ptr nonnull %filename) #6
ret void
}
; Function Attrs: mustprogress nocallback nofree nosync nounwind willreturn memory(argmem: readwrite)
declare void @llvm.lifetime.start.p0(i64 immarg, ptr nocapture) #1
; Function Attrs: nofree nounwind
declare noundef i32 @sprintf(ptr noalias nocapture noundef writeonly, ptr nocapture noundef readonly, ...) local_unnamed_addr #2
; Function Attrs: nofree nounwind
declare noalias noundef ptr @fopen(ptr nocapture noundef readonly, ptr nocapture noundef readonly) local_unnamed_addr #2
; Function Attrs: nofree nounwind
declare noundef i32 @fprintf(ptr nocapture noundef, ptr nocapture noundef readonly, ...) local_unnamed_addr #2
; Function Attrs: noreturn nounwind
declare void @exit(i32 noundef) local_unnamed_addr #3
; Function Attrs: nofree nounwind
declare noundef i32 @fclose(ptr nocapture noundef) local_unnamed_addr #2
; Function Attrs: mustprogress nocallback nofree nosync nounwind willreturn memory(argmem: readwrite)
declare void @llvm.lifetime.end.p0(i64 immarg, ptr nocapture) #1
; Function Attrs: nofree nounwind
declare noundef i32 @fputc(i32 noundef, ptr nocapture noundef) local_unnamed_addr #4
; Function Attrs: nocallback nofree nosync nounwind speculatable willreturn memory(none)
declare i32 @llvm.smax.i32(i32, i32) #5
attributes #0 = { nounwind uwtable "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { mustprogress nocallback nofree nosync nounwind willreturn memory(argmem: readwrite) }
attributes #2 = { nofree nounwind "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #3 = { noreturn nounwind "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #4 = { nofree nounwind }
attributes #5 = { nocallback nofree nosync nounwind speculatable willreturn memory(none) }
attributes #6 = { nounwind }
attributes #7 = { noreturn nounwind }
!llvm.module.flags = !{!0, !1, !2, !3}
!llvm.ident = !{!4}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{!"clang version 17.0.0"}
!5 = !{!6, !6, i64 0}
!6 = !{!"any pointer", !7, i64 0}
!7 = !{!"omnipotent char", !8, i64 0}
!8 = !{!"Simple C/C++ TBAA"}
!9 = !{!10, !10, i64 0}
!10 = !{!"int", !7, i64 0}
!11 = !{!12, !10, i64 80}
!12 = !{!"cellbox", !6, i64 0, !10, i64 8, !10, i64 12, !10, i64 16, !7, i64 20, !10, i64 56, !10, i64 60, !10, i64 64, !10, i64 68, !10, i64 72, !10, i64 76, !10, i64 80, !13, i64 88, !13, i64 96, !13, i64 104, !13, i64 112, !13, i64 120, !10, i64 128, !10, i64 132, !6, i64 136, !6, i64 144, !7, i64 152, !6, i64 216}
!13 = !{!"double", !7, i64 0}
!14 = distinct !{!14, !15}
!15 = !{!"llvm.loop.mustprogress"}
!16 = distinct !{!16, !15}
!17 = distinct !{!17, !15}
!18 = distinct !{!18, !15}
!19 = !{!20, !10, i64 36}
!20 = !{!"netbox", !6, i64 0, !10, i64 8, !10, i64 12, !10, i64 16, !10, i64 20, !10, i64 24, !10, i64 28, !10, i64 32, !10, i64 36, !10, i64 40}
!21 = distinct !{!21, !15}
!22 = !{!23, !6, i64 64}
!23 = !{!"dimbox", !6, i64 0, !10, i64 8, !10, i64 12, !10, i64 16, !10, i64 20, !10, i64 24, !10, i64 28, !10, i64 32, !10, i64 36, !10, i64 40, !10, i64 44, !13, i64 48, !13, i64 56, !6, i64 64}
!24 = !{!20, !10, i64 32}
!25 = !{!20, !10, i64 24}
!26 = !{!20, !10, i64 8}
!27 = !{!20, !10, i64 12}
!28 = distinct !{!28, !15}
!29 = distinct !{!29, !15}