llvm-ir
stringlengths
479
303k
llvm-optimized-ir
stringlengths
468
303k
; ModuleID = '/tmp/tmpvxsyooxd.c' source_filename = "/tmp/tmpvxsyooxd.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-pc-linux-gnu" @stderr = dso_local global i32 0, align 4 @.str = private unnamed_addr constant [13 x i8] c"\0AError - %c\0A\00", align 1 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local void @elfwait(i32 noundef %0, ptr noundef %1) #0 { %3 = alloca i32, align 4 %4 = alloca ptr, align 8 %5 = alloca i32, align 4 store i32 %0, ptr %3, align 4 store ptr %1, ptr %4, align 8 br label %6 6: ; preds = %27, %2 %7 = load ptr, ptr %4, align 8 %8 = call i32 @megetc(ptr noundef %7) store i32 %8, ptr %5, align 4 %9 = icmp ne i32 %8, 62 br i1 %9, label %10, label %13 10: ; preds = %6 %11 = load i32, ptr %5, align 4 %12 = icmp ne i32 %11, 107 br label %13 13: ; preds = %10, %6 %14 = phi i1 [ false, %6 ], [ %12, %10 ] br i1 %14, label %15, label %28 15: ; preds = %13 %16 = load i32, ptr %5, align 4 %17 = load i32, ptr @stderr, align 4 %18 = call i32 @fputc(i32 noundef %16, i32 noundef %17) %19 = load i32, ptr %5, align 4 %20 = load i32, ptr %3, align 4 %21 = icmp eq i32 %19, %20 br i1 %21, label %22, label %27 22: ; preds = %15 %23 = load i32, ptr @stderr, align 4 %24 = load i32, ptr %3, align 4 %25 = call i32 @fprintf(i32 noundef %23, ptr noundef @.str, i32 noundef %24) %26 = call i32 @exit(i32 noundef 2) #3 unreachable 27: ; preds = %15 br label %6, !llvm.loop !6 28: ; preds = %13 %29 = load i32, ptr %5, align 4 %30 = load i32, ptr @stderr, align 4 %31 = call i32 @fputc(i32 noundef %29, i32 noundef %30) ret void } declare i32 @megetc(ptr noundef) #1 declare i32 @fputc(i32 noundef, i32 noundef) #1 declare i32 @fprintf(i32 noundef, ptr noundef, i32 noundef) #1 ; Function Attrs: noreturn declare i32 @exit(i32 noundef) #2 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #2 = { noreturn "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #3 = { noreturn } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !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 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"} !6 = distinct !{!6, !7} !7 = !{!"llvm.loop.mustprogress"}
; ModuleID = '<stdin>' source_filename = "/tmp/tmpvxsyooxd.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-pc-linux-gnu" @stderr = dso_local global i32 0, align 4 @.str = private unnamed_addr constant [13 x i8] c"\0AError - %c\0A\00", align 1 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local void @elfwait(i32 noundef %0, ptr noundef %1) #0 { %3 = alloca i32, align 4 %4 = alloca ptr, align 8 %5 = alloca i32, align 4 store i32 %0, ptr %3, align 4 store ptr %1, ptr %4, align 8 br label %6 6: ; preds = %15, %2 %7 = load ptr, ptr %4, align 8 %8 = call i32 @megetc(ptr noundef %7) store i32 %8, ptr %5, align 4 %9 = icmp ne i32 %8, 62 br i1 %9, label %10, label %13 10: ; preds = %6 %11 = load i32, ptr %5, align 4 %12 = icmp ne i32 %11, 107 br label %13 13: ; preds = %10, %6 %14 = phi i1 [ false, %6 ], [ %12, %10 ] br i1 %14, label %15, label %27 15: ; preds = %13 %16 = load i32, ptr %5, align 4 %17 = load i32, ptr @stderr, align 4 %18 = call i32 @fputc(i32 noundef %16, i32 noundef %17) %19 = load i32, ptr %5, align 4 %20 = load i32, ptr %3, align 4 %21 = icmp eq i32 %19, %20 br i1 %21, label %22, label %6, !llvm.loop !6 22: ; preds = %15 %23 = load i32, ptr @stderr, align 4 %24 = load i32, ptr %3, align 4 %25 = call i32 @fprintf(i32 noundef %23, ptr noundef @.str, i32 noundef %24) %26 = call i32 @exit(i32 noundef 2) #3 unreachable 27: ; preds = %13 %28 = load i32, ptr %5, align 4 %29 = load i32, ptr @stderr, align 4 %30 = call i32 @fputc(i32 noundef %28, i32 noundef %29) ret void } declare i32 @megetc(ptr noundef) #1 declare i32 @fputc(i32 noundef, i32 noundef) #1 declare i32 @fprintf(i32 noundef, ptr noundef, i32 noundef) #1 ; Function Attrs: noreturn declare i32 @exit(i32 noundef) #2 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #2 = { noreturn "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #3 = { noreturn } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !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 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"} !6 = distinct !{!6, !7} !7 = !{!"llvm.loop.mustprogress"}
; ModuleID = '/tmp/tmpeppucp0p.c' source_filename = "/tmp/tmpeppucp0p.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-pc-linux-gnu" ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local ptr @grow_seq(ptr noundef %0, i32 noundef %1) #0 { %3 = alloca ptr, align 8 %4 = alloca i32, align 4 %5 = alloca i32, align 4 %6 = alloca ptr, align 8 store ptr %0, ptr %3, align 8 store i32 %1, ptr %4, align 4 %7 = load i32, ptr %4, align 4 %8 = mul nsw i32 2, %7 %9 = call i64 @malloc(i32 noundef %8) %10 = inttoptr i64 %9 to ptr store ptr %10, ptr %6, align 8 store i32 0, ptr %5, align 4 br label %11 11: ; preds = %25, %2 %12 = load i32, ptr %5, align 4 %13 = load i32, ptr %4, align 4 %14 = icmp slt i32 %12, %13 br i1 %14, label %15, label %28 15: ; preds = %11 %16 = load ptr, ptr %3, align 8 %17 = load i32, ptr %5, align 4 %18 = sext i32 %17 to i64 %19 = getelementptr inbounds i8, ptr %16, i64 %18 %20 = load i8, ptr %19, align 1 %21 = load ptr, ptr %6, align 8 %22 = load i32, ptr %5, align 4 %23 = sext i32 %22 to i64 %24 = getelementptr inbounds i8, ptr %21, i64 %23 store i8 %20, ptr %24, align 1 br label %25 25: ; preds = %15 %26 = load i32, ptr %5, align 4 %27 = add nsw i32 %26, 1 store i32 %27, ptr %5, align 4 br label %11, !llvm.loop !6 28: ; preds = %11 %29 = load ptr, ptr %3, align 8 %30 = call i32 @free(ptr noundef %29) %31 = load ptr, ptr %6, align 8 ret ptr %31 } declare i64 @malloc(i32 noundef) #1 declare i32 @free(ptr noundef) #1 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !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 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"} !6 = distinct !{!6, !7} !7 = !{!"llvm.loop.mustprogress"}
; ModuleID = '<stdin>' source_filename = "/tmp/tmpeppucp0p.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-pc-linux-gnu" ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local ptr @grow_seq(ptr noundef %0, i32 noundef %1) #0 { %3 = alloca ptr, align 8 %4 = alloca i32, align 4 %5 = alloca i32, align 4 %6 = alloca ptr, align 8 store ptr %0, ptr %3, align 8 store i32 %1, ptr %4, align 4 %7 = load i32, ptr %4, align 4 %8 = mul nsw i32 2, %7 %9 = call i64 @malloc(i32 noundef %8) %10 = inttoptr i64 %9 to ptr store ptr %10, ptr %6, align 8 store i32 0, ptr %5, align 4 %11 = load i32, ptr %5, align 4 %12 = load i32, ptr %4, align 4 %13 = icmp slt i32 %11, %12 br i1 %13, label %.lr.ph, label %30 .lr.ph: ; preds = %2 br label %14 14: ; preds = %.lr.ph, %24 %15 = load ptr, ptr %3, align 8 %16 = load i32, ptr %5, align 4 %17 = sext i32 %16 to i64 %18 = getelementptr inbounds i8, ptr %15, i64 %17 %19 = load i8, ptr %18, align 1 %20 = load ptr, ptr %6, align 8 %21 = load i32, ptr %5, align 4 %22 = sext i32 %21 to i64 %23 = getelementptr inbounds i8, ptr %20, i64 %22 store i8 %19, ptr %23, align 1 br label %24 24: ; preds = %14 %25 = load i32, ptr %5, align 4 %26 = add nsw i32 %25, 1 store i32 %26, ptr %5, align 4 %27 = load i32, ptr %5, align 4 %28 = load i32, ptr %4, align 4 %29 = icmp slt i32 %27, %28 br i1 %29, label %14, label %._crit_edge, !llvm.loop !6 ._crit_edge: ; preds = %24 br label %30 30: ; preds = %._crit_edge, %2 %31 = load ptr, ptr %3, align 8 %32 = call i32 @free(ptr noundef %31) %33 = load ptr, ptr %6, align 8 ret ptr %33 } declare i64 @malloc(i32 noundef) #1 declare i32 @free(ptr noundef) #1 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !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 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"} !6 = distinct !{!6, !7} !7 = !{!"llvm.loop.mustprogress"}
; ModuleID = '/tmp/tmpm4laruon.c' source_filename = "/tmp/tmpm4laruon.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-pc-linux-gnu" @.str = private unnamed_addr constant [90 x i8] c"Usage: %s [OPTIONS] trianingFile imageNamesFile.[list/srt] [distanceDirectory distName]+\0A\00", align 1 @.str.1 = private unnamed_addr constant [15 x i8] c" Parameters:\0A\00", align 1 @.str.2 = private unnamed_addr constant [81 x i8] c" trainingFile .... Name of file containing subspace generated by training.\0A\00", align 1 @.str.3 = private unnamed_addr constant [104 x i8] c" imageNamesFile... Name of file containing test images: union of possible probe and gallery sets.\0A\00", align 1 @.str.4 = private unnamed_addr constant [70 x i8] c" List of distance measures and corresponding distance directories: \0A\00", align 1 @.str.5 = private unnamed_addr constant [75 x i8] c" distDirectory ... Directory where distances files are to be written\0A\00", align 1 @.str.6 = private unnamed_addr constant [70 x i8] c" distName ........ The distance measure to use, must be one of:\0A\00", align 1 @.str.7 = private unnamed_addr constant [68 x i8] c" Euclidean .... Standard Euclidean Distance, i.e. L2 norm.\0A\00", align 1 @.str.8 = private unnamed_addr constant [43 x i8] c" Cityblock .... Standard L1 norm.\0A\00", align 1 @.str.9 = private unnamed_addr constant [96 x i8] c" Covariance ... Sometimes called angle in FERET: dot product after unit normalization.\0A\00", align 1 @.str.10 = private unnamed_addr constant [106 x i8] c" Correlation .. Normalize images to mean zero and standard deviation one, then take dot product.\0A\00", align 1 @.str.11 = private unnamed_addr constant [118 x i8] c" MahCosine .... This measure is the cosine of the angle between the two feature vectors in Mahlinobis space.\0A\00", align 1 @.str.12 = private unnamed_addr constant [64 x i8] c" MahL1 ........ L1 norm distance in Mahalanobis space.\0A\00", align 1 @.str.13 = private unnamed_addr constant [64 x i8] c" MahL2 ........ L2 norm distance in Mahalanobis space.\0A\00", align 1 @.str.14 = private unnamed_addr constant [285 x i8] c" YamborAngle .. This is the same measure as \22MahAngle\22 in \0A version 4.0 and before. It has been depricated \0A because the measure is not properly formulated. \0A MahCosine has replaced it in newer versions. \0A\00", align 1 @.str.15 = private unnamed_addr constant [204 x i8] c" YamborDist ... This is the distance measure presented as \0A \22Mahalinobis Distance\22 in Wendy Yambor's \0A Thesis. It is included here for completness.\0A\00", align 1 @.str.16 = private unnamed_addr constant [108 x i8] c" ldaSoft ...... For LDA only, a variant of L2 use by Wenyi Zhao that weights dimensions by lambda.\0A\00", align 1 @.str.17 = private unnamed_addr constant [56 x i8] c" -imDir <dir>: image directory. DEFAULT = \22.\22\0A\00", align 1 @.str.18 = private unnamed_addr constant [76 x i8] c" -debuglevel <int>: Level of debug information to display. DEFAULT = 0\0A\00", align 1 @.str.19 = private unnamed_addr constant [70 x i8] c" -quiet: Turn off all messages. DEFAULT = messages on\0A\00", align 1 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local void @usage(ptr noundef %0) #0 { %2 = alloca ptr, align 8 store ptr %0, ptr %2, align 8 %3 = load ptr, ptr %2, align 8 %4 = call i32 (ptr, ...) @printf(ptr noundef @.str, ptr noundef %3) %5 = call i32 (ptr, ...) @printf(ptr noundef @.str.1) %6 = call i32 (ptr, ...) @printf(ptr noundef @.str.2) %7 = call i32 (ptr, ...) @printf(ptr noundef @.str.3) %8 = call i32 (ptr, ...) @printf(ptr noundef @.str.4) %9 = call i32 (ptr, ...) @printf(ptr noundef @.str.5) %10 = call i32 (ptr, ...) @printf(ptr noundef @.str.6) %11 = call i32 (ptr, ...) @printf(ptr noundef @.str.7) %12 = call i32 (ptr, ...) @printf(ptr noundef @.str.8) %13 = call i32 (ptr, ...) @printf(ptr noundef @.str.9) %14 = call i32 (ptr, ...) @printf(ptr noundef @.str.10) %15 = call i32 (ptr, ...) @printf(ptr noundef @.str.11) %16 = call i32 (ptr, ...) @printf(ptr noundef @.str.12) %17 = call i32 (ptr, ...) @printf(ptr noundef @.str.13) %18 = call i32 (ptr, ...) @printf(ptr noundef @.str.14) %19 = call i32 (ptr, ...) @printf(ptr noundef @.str.15) %20 = call i32 (ptr, ...) @printf(ptr noundef @.str.16) %21 = call i32 (ptr, ...) @printf(ptr noundef @.str.17) %22 = call i32 (ptr, ...) @printf(ptr noundef @.str.18) %23 = call i32 (ptr, ...) @printf(ptr noundef @.str.19) %24 = call i32 @exit(i32 noundef 1) #3 unreachable } declare i32 @printf(ptr noundef, ...) #1 ; Function Attrs: noreturn declare i32 @exit(i32 noundef) #2 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #2 = { noreturn "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #3 = { noreturn } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !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 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '<stdin>' source_filename = "/tmp/tmpm4laruon.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-pc-linux-gnu" @.str = private unnamed_addr constant [90 x i8] c"Usage: %s [OPTIONS] trianingFile imageNamesFile.[list/srt] [distanceDirectory distName]+\0A\00", align 1 @.str.1 = private unnamed_addr constant [15 x i8] c" Parameters:\0A\00", align 1 @.str.2 = private unnamed_addr constant [81 x i8] c" trainingFile .... Name of file containing subspace generated by training.\0A\00", align 1 @.str.3 = private unnamed_addr constant [104 x i8] c" imageNamesFile... Name of file containing test images: union of possible probe and gallery sets.\0A\00", align 1 @.str.4 = private unnamed_addr constant [70 x i8] c" List of distance measures and corresponding distance directories: \0A\00", align 1 @.str.5 = private unnamed_addr constant [75 x i8] c" distDirectory ... Directory where distances files are to be written\0A\00", align 1 @.str.6 = private unnamed_addr constant [70 x i8] c" distName ........ The distance measure to use, must be one of:\0A\00", align 1 @.str.7 = private unnamed_addr constant [68 x i8] c" Euclidean .... Standard Euclidean Distance, i.e. L2 norm.\0A\00", align 1 @.str.8 = private unnamed_addr constant [43 x i8] c" Cityblock .... Standard L1 norm.\0A\00", align 1 @.str.9 = private unnamed_addr constant [96 x i8] c" Covariance ... Sometimes called angle in FERET: dot product after unit normalization.\0A\00", align 1 @.str.10 = private unnamed_addr constant [106 x i8] c" Correlation .. Normalize images to mean zero and standard deviation one, then take dot product.\0A\00", align 1 @.str.11 = private unnamed_addr constant [118 x i8] c" MahCosine .... This measure is the cosine of the angle between the two feature vectors in Mahlinobis space.\0A\00", align 1 @.str.12 = private unnamed_addr constant [64 x i8] c" MahL1 ........ L1 norm distance in Mahalanobis space.\0A\00", align 1 @.str.13 = private unnamed_addr constant [64 x i8] c" MahL2 ........ L2 norm distance in Mahalanobis space.\0A\00", align 1 @.str.14 = private unnamed_addr constant [285 x i8] c" YamborAngle .. This is the same measure as \22MahAngle\22 in \0A version 4.0 and before. It has been depricated \0A because the measure is not properly formulated. \0A MahCosine has replaced it in newer versions. \0A\00", align 1 @.str.15 = private unnamed_addr constant [204 x i8] c" YamborDist ... This is the distance measure presented as \0A \22Mahalinobis Distance\22 in Wendy Yambor's \0A Thesis. It is included here for completness.\0A\00", align 1 @.str.16 = private unnamed_addr constant [108 x i8] c" ldaSoft ...... For LDA only, a variant of L2 use by Wenyi Zhao that weights dimensions by lambda.\0A\00", align 1 @.str.17 = private unnamed_addr constant [56 x i8] c" -imDir <dir>: image directory. DEFAULT = \22.\22\0A\00", align 1 @.str.18 = private unnamed_addr constant [76 x i8] c" -debuglevel <int>: Level of debug information to display. DEFAULT = 0\0A\00", align 1 @.str.19 = private unnamed_addr constant [70 x i8] c" -quiet: Turn off all messages. DEFAULT = messages on\0A\00", align 1 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local void @usage(ptr noundef %0) #0 { %2 = alloca ptr, align 8 store ptr %0, ptr %2, align 8 %3 = load ptr, ptr %2, align 8 %4 = call i32 (ptr, ...) @printf(ptr noundef @.str, ptr noundef %3) %5 = call i32 (ptr, ...) @printf(ptr noundef @.str.1) %6 = call i32 (ptr, ...) @printf(ptr noundef @.str.2) %7 = call i32 (ptr, ...) @printf(ptr noundef @.str.3) %8 = call i32 (ptr, ...) @printf(ptr noundef @.str.4) %9 = call i32 (ptr, ...) @printf(ptr noundef @.str.5) %10 = call i32 (ptr, ...) @printf(ptr noundef @.str.6) %11 = call i32 (ptr, ...) @printf(ptr noundef @.str.7) %12 = call i32 (ptr, ...) @printf(ptr noundef @.str.8) %13 = call i32 (ptr, ...) @printf(ptr noundef @.str.9) %14 = call i32 (ptr, ...) @printf(ptr noundef @.str.10) %15 = call i32 (ptr, ...) @printf(ptr noundef @.str.11) %16 = call i32 (ptr, ...) @printf(ptr noundef @.str.12) %17 = call i32 (ptr, ...) @printf(ptr noundef @.str.13) %18 = call i32 (ptr, ...) @printf(ptr noundef @.str.14) %19 = call i32 (ptr, ...) @printf(ptr noundef @.str.15) %20 = call i32 (ptr, ...) @printf(ptr noundef @.str.16) %21 = call i32 (ptr, ...) @printf(ptr noundef @.str.17) %22 = call i32 (ptr, ...) @printf(ptr noundef @.str.18) %23 = call i32 (ptr, ...) @printf(ptr noundef @.str.19) %24 = call i32 @exit(i32 noundef 1) #3 unreachable } declare i32 @printf(ptr noundef, ...) #1 ; Function Attrs: noreturn declare i32 @exit(i32 noundef) #2 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #2 = { noreturn "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #3 = { noreturn } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !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 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '/tmp/tmpz3_i84c8.c' source_filename = "/tmp/tmpz3_i84c8.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-pc-linux-gnu" @.str = private unnamed_addr constant [46 x i8] c" /// /// \00", align 1 @.str.1 = private unnamed_addr constant [46 x i8] c" ///// // // // // // // ///// \00", align 1 @.str.2 = private unnamed_addr constant [46 x i8] c" //// // // // ////// \00", align 1 @.str.3 = private unnamed_addr constant [46 x i8] c" ///// // ///// // ///// \00", align 1 @.str.4 = private unnamed_addr constant [46 x i8] c" ///// // ///// // ///// \00", align 1 @.str.5 = private unnamed_addr constant [46 x i8] c" // // // // //////// // // \00", align 1 @.str.6 = private unnamed_addr constant [46 x i8] c" ///// // ///// // ///// \00", align 1 @.str.7 = private unnamed_addr constant [46 x i8] c" ///// // ///// // // ///// \00", align 1 @.str.8 = private unnamed_addr constant [46 x i8] c" ///// // // // // \00", align 1 @.str.9 = private unnamed_addr constant [46 x i8] c" ///// // // ///// // // ///// \00", align 1 @.str.10 = private unnamed_addr constant [46 x i8] c" ///// // // ///// // ///// \00", align 1 @__const.clock_num.clock = private unnamed_addr constant [10 x ptr] [ptr @.str.1, ptr @.str.2, ptr @.str.3, ptr @.str.4, ptr @.str.5, ptr @.str.6, ptr @.str.7, ptr @.str.8, ptr @.str.9, ptr @.str.10], align 16 @.str.11 = private unnamed_addr constant [10 x i8] c" \00", align 1 @.str.12 = private unnamed_addr constant [2 x i8] c"\0A\00", align 1 @.str.13 = private unnamed_addr constant [3 x i8] c"%s\00", align 1 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local void @clock_num(i32 noundef %0, i32 noundef %1, i32 noundef %2) #0 { %4 = alloca i32, align 4 %5 = alloca i32, align 4 %6 = alloca i32, align 4 %7 = alloca [4096 x i8], align 16 %8 = alloca ptr, align 8 %9 = alloca [10 x ptr], align 16 %10 = alloca i32, align 4 %11 = alloca i32, align 4 %12 = alloca i32, align 4 %13 = alloca i32, align 4 %14 = alloca i32, align 4 store i32 %0, ptr %4, align 4 store i32 %1, ptr %5, align 4 store i32 %2, ptr %6, align 4 %15 = getelementptr inbounds [4096 x i8], ptr %7, i64 0, i64 0 %16 = call i32 @memset(ptr noundef %15, i32 noundef 0, i32 noundef 4096) store ptr @.str, ptr %8, align 8 call void @llvm.memcpy.p0.p0.i64(ptr align 16 %9, ptr align 16 @__const.clock_num.clock, i64 80, i1 false) %17 = load i32, ptr %4, align 4 %18 = sdiv i32 %17, 10 store i32 %18, ptr %10, align 4 %19 = load i32, ptr %4, align 4 %20 = srem i32 %19, 10 store i32 %20, ptr %11, align 4 %21 = load i32, ptr %5, align 4 %22 = sdiv i32 %21, 10 store i32 %22, ptr %12, align 4 %23 = load i32, ptr %5, align 4 %24 = srem i32 %23, 10 store i32 %24, ptr %13, align 4 store i32 0, ptr %14, align 4 br label %25 25: ; preds = %85, %3 %26 = load i32, ptr %14, align 4 %27 = icmp slt i32 %26, 5 br i1 %27, label %28, label %88 28: ; preds = %25 %29 = getelementptr inbounds [4096 x i8], ptr %7, i64 0, i64 0 %30 = load i32, ptr %10, align 4 %31 = sext i32 %30 to i64 %32 = getelementptr inbounds [10 x ptr], ptr %9, i64 0, i64 %31 %33 = load ptr, ptr %32, align 8 %34 = load i32, ptr %14, align 4 %35 = mul nsw i32 %34, 9 %36 = sext i32 %35 to i64 %37 = getelementptr inbounds i8, ptr %33, i64 %36 %38 = call i32 @strncat(ptr noundef %29, ptr noundef %37, i32 noundef 9) %39 = getelementptr inbounds [4096 x i8], ptr %7, i64 0, i64 0 %40 = load i32, ptr %11, align 4 %41 = sext i32 %40 to i64 %42 = getelementptr inbounds [10 x ptr], ptr %9, i64 0, i64 %41 %43 = load ptr, ptr %42, align 8 %44 = load i32, ptr %14, align 4 %45 = mul nsw i32 %44, 9 %46 = sext i32 %45 to i64 %47 = getelementptr inbounds i8, ptr %43, i64 %46 %48 = call i32 @strncat(ptr noundef %39, ptr noundef %47, i32 noundef 9) %49 = load i32, ptr %6, align 4 %50 = icmp eq i32 %49, 1 br i1 %50, label %51, label %59 51: ; preds = %28 %52 = getelementptr inbounds [4096 x i8], ptr %7, i64 0, i64 0 %53 = load ptr, ptr %8, align 8 %54 = load i32, ptr %14, align 4 %55 = mul nsw i32 %54, 9 %56 = sext i32 %55 to i64 %57 = getelementptr inbounds i8, ptr %53, i64 %56 %58 = call i32 @strncat(ptr noundef %52, ptr noundef %57, i32 noundef 9) br label %62 59: ; preds = %28 %60 = getelementptr inbounds [4096 x i8], ptr %7, i64 0, i64 0 %61 = call i32 @strncat(ptr noundef %60, ptr noundef @.str.11, i32 noundef 9) br label %62 62: ; preds = %59, %51 %63 = getelementptr inbounds [4096 x i8], ptr %7, i64 0, i64 0 %64 = load i32, ptr %12, align 4 %65 = sext i32 %64 to i64 %66 = getelementptr inbounds [10 x ptr], ptr %9, i64 0, i64 %65 %67 = load ptr, ptr %66, align 8 %68 = load i32, ptr %14, align 4 %69 = mul nsw i32 %68, 9 %70 = sext i32 %69 to i64 %71 = getelementptr inbounds i8, ptr %67, i64 %70 %72 = call i32 @strncat(ptr noundef %63, ptr noundef %71, i32 noundef 9) %73 = getelementptr inbounds [4096 x i8], ptr %7, i64 0, i64 0 %74 = load i32, ptr %13, align 4 %75 = sext i32 %74 to i64 %76 = getelementptr inbounds [10 x ptr], ptr %9, i64 0, i64 %75 %77 = load ptr, ptr %76, align 8 %78 = load i32, ptr %14, align 4 %79 = mul nsw i32 %78, 9 %80 = sext i32 %79 to i64 %81 = getelementptr inbounds i8, ptr %77, i64 %80 %82 = call i32 @strncat(ptr noundef %73, ptr noundef %81, i32 noundef 9) %83 = getelementptr inbounds [4096 x i8], ptr %7, i64 0, i64 0 %84 = call i32 @strcat(ptr noundef %83, ptr noundef @.str.12) br label %85 85: ; preds = %62 %86 = load i32, ptr %14, align 4 %87 = add nsw i32 %86, 1 store i32 %87, ptr %14, align 4 br label %25, !llvm.loop !6 88: ; preds = %25 %89 = getelementptr inbounds [4096 x i8], ptr %7, i64 0, i64 0 %90 = call i32 @green_str_print(ptr noundef @.str.13, ptr noundef %89) ret void } declare i32 @memset(ptr noundef, i32 noundef, i32 noundef) #1 ; Function Attrs: nocallback nofree nounwind willreturn memory(argmem: readwrite) declare void @llvm.memcpy.p0.p0.i64(ptr noalias nocapture writeonly, ptr noalias nocapture readonly, i64, i1 immarg) #2 declare i32 @strncat(ptr noundef, ptr noundef, i32 noundef) #1 declare i32 @strcat(ptr noundef, ptr noundef) #1 declare i32 @green_str_print(ptr noundef, ptr noundef) #1 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #2 = { nocallback nofree nounwind willreturn memory(argmem: readwrite) } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !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 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"} !6 = distinct !{!6, !7} !7 = !{!"llvm.loop.mustprogress"}
; ModuleID = '<stdin>' source_filename = "/tmp/tmpz3_i84c8.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-pc-linux-gnu" @.str = private unnamed_addr constant [46 x i8] c" /// /// \00", align 1 @.str.1 = private unnamed_addr constant [46 x i8] c" ///// // // // // // // ///// \00", align 1 @.str.2 = private unnamed_addr constant [46 x i8] c" //// // // // ////// \00", align 1 @.str.3 = private unnamed_addr constant [46 x i8] c" ///// // ///// // ///// \00", align 1 @.str.4 = private unnamed_addr constant [46 x i8] c" ///// // ///// // ///// \00", align 1 @.str.5 = private unnamed_addr constant [46 x i8] c" // // // // //////// // // \00", align 1 @.str.6 = private unnamed_addr constant [46 x i8] c" ///// // ///// // ///// \00", align 1 @.str.7 = private unnamed_addr constant [46 x i8] c" ///// // ///// // // ///// \00", align 1 @.str.8 = private unnamed_addr constant [46 x i8] c" ///// // // // // \00", align 1 @.str.9 = private unnamed_addr constant [46 x i8] c" ///// // // ///// // // ///// \00", align 1 @.str.10 = private unnamed_addr constant [46 x i8] c" ///// // // ///// // ///// \00", align 1 @__const.clock_num.clock = private unnamed_addr constant [10 x ptr] [ptr @.str.1, ptr @.str.2, ptr @.str.3, ptr @.str.4, ptr @.str.5, ptr @.str.6, ptr @.str.7, ptr @.str.8, ptr @.str.9, ptr @.str.10], align 16 @.str.11 = private unnamed_addr constant [10 x i8] c" \00", align 1 @.str.12 = private unnamed_addr constant [2 x i8] c"\0A\00", align 1 @.str.13 = private unnamed_addr constant [3 x i8] c"%s\00", align 1 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local void @clock_num(i32 noundef %0, i32 noundef %1, i32 noundef %2) #0 { %4 = alloca i32, align 4 %5 = alloca i32, align 4 %6 = alloca i32, align 4 %7 = alloca [4096 x i8], align 16 %8 = alloca ptr, align 8 %9 = alloca [10 x ptr], align 16 %10 = alloca i32, align 4 %11 = alloca i32, align 4 %12 = alloca i32, align 4 %13 = alloca i32, align 4 %14 = alloca i32, align 4 store i32 %0, ptr %4, align 4 store i32 %1, ptr %5, align 4 store i32 %2, ptr %6, align 4 %15 = getelementptr inbounds [4096 x i8], ptr %7, i64 0, i64 0 %16 = call i32 @memset(ptr noundef %15, i32 noundef 0, i32 noundef 4096) store ptr @.str, ptr %8, align 8 call void @llvm.memcpy.p0.p0.i64(ptr align 16 %9, ptr align 16 @__const.clock_num.clock, i64 80, i1 false) %17 = load i32, ptr %4, align 4 %18 = sdiv i32 %17, 10 store i32 %18, ptr %10, align 4 %19 = load i32, ptr %4, align 4 %20 = srem i32 %19, 10 store i32 %20, ptr %11, align 4 %21 = load i32, ptr %5, align 4 %22 = sdiv i32 %21, 10 store i32 %22, ptr %12, align 4 %23 = load i32, ptr %5, align 4 %24 = srem i32 %23, 10 store i32 %24, ptr %13, align 4 store i32 0, ptr %14, align 4 %25 = load i32, ptr %14, align 4 %26 = icmp slt i32 %25, 5 br i1 %26, label %.lr.ph, label %89 .lr.ph: ; preds = %3 br label %27 27: ; preds = %.lr.ph, %84 %28 = getelementptr inbounds [4096 x i8], ptr %7, i64 0, i64 0 %29 = load i32, ptr %10, align 4 %30 = sext i32 %29 to i64 %31 = getelementptr inbounds [10 x ptr], ptr %9, i64 0, i64 %30 %32 = load ptr, ptr %31, align 8 %33 = load i32, ptr %14, align 4 %34 = mul nsw i32 %33, 9 %35 = sext i32 %34 to i64 %36 = getelementptr inbounds i8, ptr %32, i64 %35 %37 = call i32 @strncat(ptr noundef %28, ptr noundef %36, i32 noundef 9) %38 = getelementptr inbounds [4096 x i8], ptr %7, i64 0, i64 0 %39 = load i32, ptr %11, align 4 %40 = sext i32 %39 to i64 %41 = getelementptr inbounds [10 x ptr], ptr %9, i64 0, i64 %40 %42 = load ptr, ptr %41, align 8 %43 = load i32, ptr %14, align 4 %44 = mul nsw i32 %43, 9 %45 = sext i32 %44 to i64 %46 = getelementptr inbounds i8, ptr %42, i64 %45 %47 = call i32 @strncat(ptr noundef %38, ptr noundef %46, i32 noundef 9) %48 = load i32, ptr %6, align 4 %49 = icmp eq i32 %48, 1 br i1 %49, label %50, label %58 50: ; preds = %27 %51 = getelementptr inbounds [4096 x i8], ptr %7, i64 0, i64 0 %52 = load ptr, ptr %8, align 8 %53 = load i32, ptr %14, align 4 %54 = mul nsw i32 %53, 9 %55 = sext i32 %54 to i64 %56 = getelementptr inbounds i8, ptr %52, i64 %55 %57 = call i32 @strncat(ptr noundef %51, ptr noundef %56, i32 noundef 9) br label %61 58: ; preds = %27 %59 = getelementptr inbounds [4096 x i8], ptr %7, i64 0, i64 0 %60 = call i32 @strncat(ptr noundef %59, ptr noundef @.str.11, i32 noundef 9) br label %61 61: ; preds = %58, %50 %62 = getelementptr inbounds [4096 x i8], ptr %7, i64 0, i64 0 %63 = load i32, ptr %12, align 4 %64 = sext i32 %63 to i64 %65 = getelementptr inbounds [10 x ptr], ptr %9, i64 0, i64 %64 %66 = load ptr, ptr %65, align 8 %67 = load i32, ptr %14, align 4 %68 = mul nsw i32 %67, 9 %69 = sext i32 %68 to i64 %70 = getelementptr inbounds i8, ptr %66, i64 %69 %71 = call i32 @strncat(ptr noundef %62, ptr noundef %70, i32 noundef 9) %72 = getelementptr inbounds [4096 x i8], ptr %7, i64 0, i64 0 %73 = load i32, ptr %13, align 4 %74 = sext i32 %73 to i64 %75 = getelementptr inbounds [10 x ptr], ptr %9, i64 0, i64 %74 %76 = load ptr, ptr %75, align 8 %77 = load i32, ptr %14, align 4 %78 = mul nsw i32 %77, 9 %79 = sext i32 %78 to i64 %80 = getelementptr inbounds i8, ptr %76, i64 %79 %81 = call i32 @strncat(ptr noundef %72, ptr noundef %80, i32 noundef 9) %82 = getelementptr inbounds [4096 x i8], ptr %7, i64 0, i64 0 %83 = call i32 @strcat(ptr noundef %82, ptr noundef @.str.12) br label %84 84: ; preds = %61 %85 = load i32, ptr %14, align 4 %86 = add nsw i32 %85, 1 store i32 %86, ptr %14, align 4 %87 = load i32, ptr %14, align 4 %88 = icmp slt i32 %87, 5 br i1 %88, label %27, label %._crit_edge, !llvm.loop !6 ._crit_edge: ; preds = %84 br label %89 89: ; preds = %._crit_edge, %3 %90 = getelementptr inbounds [4096 x i8], ptr %7, i64 0, i64 0 %91 = call i32 @green_str_print(ptr noundef @.str.13, ptr noundef %90) ret void } declare i32 @memset(ptr noundef, i32 noundef, i32 noundef) #1 ; Function Attrs: nocallback nofree nounwind willreturn memory(argmem: readwrite) declare void @llvm.memcpy.p0.p0.i64(ptr noalias nocapture writeonly, ptr noalias nocapture readonly, i64, i1 immarg) #2 declare i32 @strncat(ptr noundef, ptr noundef, i32 noundef) #1 declare i32 @strcat(ptr noundef, ptr noundef) #1 declare i32 @green_str_print(ptr noundef, ptr noundef) #1 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #2 = { nocallback nofree nounwind willreturn memory(argmem: readwrite) } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !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 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"} !6 = distinct !{!6, !7} !7 = !{!"llvm.loop.mustprogress"}
; ModuleID = '/tmp/tmp3o_d3usq.c' source_filename = "/tmp/tmp3o_d3usq.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-pc-linux-gnu" !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !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 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '<stdin>' source_filename = "/tmp/tmp3o_d3usq.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-pc-linux-gnu" !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !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 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '/tmp/tmpmj7mx75k.c' source_filename = "/tmp/tmpmj7mx75k.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-pc-linux-gnu" @.str = private unnamed_addr constant [4 x i8] c"%f\0A\00", align 1 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local i32 @main(i32 noundef %0, ptr noundef %1) #0 { %3 = alloca i32, align 4 %4 = alloca i32, align 4 %5 = alloca ptr, align 8 store i32 0, ptr %3, align 4 store i32 %0, ptr %4, align 4 store ptr %1, ptr %5, align 8 %6 = call double @geometric_mean(i32 noundef 3, double noundef 1.000000e+00, double noundef 2.000000e+00, double noundef 3.000000e+00) %7 = call i32 @printf(ptr noundef @.str, double noundef %6) ret i32 0 } declare i32 @printf(ptr noundef, double noundef) #1 declare double @geometric_mean(i32 noundef, double noundef, double noundef, double noundef) #1 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !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 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '<stdin>' source_filename = "/tmp/tmpmj7mx75k.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-pc-linux-gnu" @.str = private unnamed_addr constant [4 x i8] c"%f\0A\00", align 1 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local i32 @main(i32 noundef %0, ptr noundef %1) #0 { %3 = alloca i32, align 4 %4 = alloca i32, align 4 %5 = alloca ptr, align 8 store i32 0, ptr %3, align 4 store i32 %0, ptr %4, align 4 store ptr %1, ptr %5, align 8 %6 = call double @geometric_mean(i32 noundef 3, double noundef 1.000000e+00, double noundef 2.000000e+00, double noundef 3.000000e+00) %7 = call i32 @printf(ptr noundef @.str, double noundef %6) ret i32 0 } declare i32 @printf(ptr noundef, double noundef) #1 declare double @geometric_mean(i32 noundef, double noundef, double noundef, double noundef) #1 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !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 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '/tmp/tmp54xkwsyv.c' source_filename = "/tmp/tmp54xkwsyv.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-pc-linux-gnu" ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local ptr @unweight(ptr noundef %0) #0 { %2 = alloca ptr, align 8 %3 = alloca i32, align 4 %4 = alloca i32, align 4 %5 = alloca ptr, align 8 %6 = alloca ptr, align 8 store ptr %0, ptr %2, align 8 %7 = load ptr, ptr %2, align 8 %8 = call i32 @strlen(ptr noundef %7) %9 = mul nsw i32 4, %8 %10 = add nsw i32 %9, 1 %11 = call i64 @vrna_alloc(i32 noundef %10) %12 = inttoptr i64 %11 to ptr store ptr %12, ptr %6, align 8 store i32 0, ptr %4, align 4 store i32 0, ptr %3, align 4 br label %13 13: ; preds = %40, %1 %14 = load ptr, ptr %2, align 8 %15 = load i32, ptr %3, align 4 %16 = sext i32 %15 to i64 %17 = getelementptr inbounds i8, ptr %14, i64 %16 %18 = load i8, ptr %17, align 1 %19 = icmp ne i8 %18, 0 br i1 %19, label %20, label %43 20: ; preds = %13 %21 = load ptr, ptr %2, align 8 %22 = load i32, ptr %3, align 4 %23 = sext i32 %22 to i64 %24 = getelementptr inbounds i8, ptr %21, i64 %23 %25 = load i8, ptr %24, align 1 %26 = sext i8 %25 to i32 %27 = call i32 @isdigit(i32 noundef %26) #3 %28 = icmp ne i32 %27, 0 br i1 %28, label %40, label %29 29: ; preds = %20 %30 = load ptr, ptr %2, align 8 %31 = load i32, ptr %3, align 4 %32 = sext i32 %31 to i64 %33 = getelementptr inbounds i8, ptr %30, i64 %32 %34 = load i8, ptr %33, align 1 %35 = load ptr, ptr %6, align 8 %36 = load i32, ptr %4, align 4 %37 = add nsw i32 %36, 1 store i32 %37, ptr %4, align 4 %38 = sext i32 %36 to i64 %39 = getelementptr inbounds i8, ptr %35, i64 %38 store i8 %34, ptr %39, align 1 br label %40 40: ; preds = %29, %20 %41 = load i32, ptr %3, align 4 %42 = add nsw i32 %41, 1 store i32 %42, ptr %3, align 4 br label %13, !llvm.loop !6 43: ; preds = %13 %44 = load ptr, ptr %6, align 8 %45 = load i32, ptr %4, align 4 %46 = sext i32 %45 to i64 %47 = getelementptr inbounds i8, ptr %44, i64 %46 store i8 0, ptr %47, align 1 %48 = load i32, ptr %4, align 4 %49 = add nsw i32 %48, 1 %50 = sext i32 %49 to i64 %51 = mul i64 1, %50 %52 = trunc i64 %51 to i32 %53 = call i64 @vrna_alloc(i32 noundef %52) %54 = inttoptr i64 %53 to ptr store ptr %54, ptr %5, align 8 %55 = load ptr, ptr %5, align 8 %56 = load ptr, ptr %6, align 8 %57 = call i32 @strcpy(ptr noundef %55, ptr noundef %56) %58 = load ptr, ptr %6, align 8 %59 = call i32 @free(ptr noundef %58) %60 = load ptr, ptr %5, align 8 ret ptr %60 } declare i64 @vrna_alloc(i32 noundef) #1 declare i32 @strlen(ptr noundef) #1 ; Function Attrs: nounwind willreturn memory(read) declare i32 @isdigit(i32 noundef) #2 declare i32 @strcpy(ptr noundef, ptr noundef) #1 declare i32 @free(ptr noundef) #1 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #2 = { nounwind willreturn memory(read) "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #3 = { nounwind willreturn memory(read) } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !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 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"} !6 = distinct !{!6, !7} !7 = !{!"llvm.loop.mustprogress"}
; ModuleID = '<stdin>' source_filename = "/tmp/tmp54xkwsyv.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-pc-linux-gnu" ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local ptr @unweight(ptr noundef %0) #0 { %2 = alloca ptr, align 8 %3 = alloca i32, align 4 %4 = alloca i32, align 4 %5 = alloca ptr, align 8 %6 = alloca ptr, align 8 store ptr %0, ptr %2, align 8 %7 = load ptr, ptr %2, align 8 %8 = call i32 @strlen(ptr noundef %7) %9 = mul nsw i32 4, %8 %10 = add nsw i32 %9, 1 %11 = call i64 @vrna_alloc(i32 noundef %10) %12 = inttoptr i64 %11 to ptr store ptr %12, ptr %6, align 8 store i32 0, ptr %4, align 4 store i32 0, ptr %3, align 4 %13 = load ptr, ptr %2, align 8 %14 = load i32, ptr %3, align 4 %15 = sext i32 %14 to i64 %16 = getelementptr inbounds i8, ptr %13, i64 %15 %17 = load i8, ptr %16, align 1 %18 = icmp ne i8 %17, 0 br i1 %18, label %.lr.ph, label %48 .lr.ph: ; preds = %1 br label %19 19: ; preds = %.lr.ph, %39 %20 = load ptr, ptr %2, align 8 %21 = load i32, ptr %3, align 4 %22 = sext i32 %21 to i64 %23 = getelementptr inbounds i8, ptr %20, i64 %22 %24 = load i8, ptr %23, align 1 %25 = sext i8 %24 to i32 %26 = call i32 @isdigit(i32 noundef %25) #3 %27 = icmp ne i32 %26, 0 br i1 %27, label %39, label %28 28: ; preds = %19 %29 = load ptr, ptr %2, align 8 %30 = load i32, ptr %3, align 4 %31 = sext i32 %30 to i64 %32 = getelementptr inbounds i8, ptr %29, i64 %31 %33 = load i8, ptr %32, align 1 %34 = load ptr, ptr %6, align 8 %35 = load i32, ptr %4, align 4 %36 = add nsw i32 %35, 1 store i32 %36, ptr %4, align 4 %37 = sext i32 %35 to i64 %38 = getelementptr inbounds i8, ptr %34, i64 %37 store i8 %33, ptr %38, align 1 br label %39 39: ; preds = %28, %19 %40 = load i32, ptr %3, align 4 %41 = add nsw i32 %40, 1 store i32 %41, ptr %3, align 4 %42 = load ptr, ptr %2, align 8 %43 = load i32, ptr %3, align 4 %44 = sext i32 %43 to i64 %45 = getelementptr inbounds i8, ptr %42, i64 %44 %46 = load i8, ptr %45, align 1 %47 = icmp ne i8 %46, 0 br i1 %47, label %19, label %._crit_edge, !llvm.loop !6 ._crit_edge: ; preds = %39 br label %48 48: ; preds = %._crit_edge, %1 %49 = load ptr, ptr %6, align 8 %50 = load i32, ptr %4, align 4 %51 = sext i32 %50 to i64 %52 = getelementptr inbounds i8, ptr %49, i64 %51 store i8 0, ptr %52, align 1 %53 = load i32, ptr %4, align 4 %54 = add nsw i32 %53, 1 %55 = sext i32 %54 to i64 %56 = mul i64 1, %55 %57 = trunc i64 %56 to i32 %58 = call i64 @vrna_alloc(i32 noundef %57) %59 = inttoptr i64 %58 to ptr store ptr %59, ptr %5, align 8 %60 = load ptr, ptr %5, align 8 %61 = load ptr, ptr %6, align 8 %62 = call i32 @strcpy(ptr noundef %60, ptr noundef %61) %63 = load ptr, ptr %6, align 8 %64 = call i32 @free(ptr noundef %63) %65 = load ptr, ptr %5, align 8 ret ptr %65 } declare i64 @vrna_alloc(i32 noundef) #1 declare i32 @strlen(ptr noundef) #1 ; Function Attrs: nounwind willreturn memory(read) declare i32 @isdigit(i32 noundef) #2 declare i32 @strcpy(ptr noundef, ptr noundef) #1 declare i32 @free(ptr noundef) #1 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #2 = { nounwind willreturn memory(read) "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #3 = { nounwind willreturn memory(read) } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !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 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"} !6 = distinct !{!6, !7} !7 = !{!"llvm.loop.mustprogress"}
; ModuleID = '/tmp/tmpofxzyifn.c' source_filename = "/tmp/tmpofxzyifn.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-pc-linux-gnu" ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local i32 @aes_ccms_board_enc(ptr noundef %0, i32 noundef %1, ptr noundef %2, ptr noundef %3, ptr noundef %4, ptr noundef %5, ptr noundef %6) #0 { %8 = alloca ptr, align 8 %9 = alloca i32, align 4 %10 = alloca ptr, align 8 %11 = alloca ptr, align 8 %12 = alloca ptr, align 8 %13 = alloca ptr, align 8 %14 = alloca ptr, align 8 store ptr %0, ptr %8, align 8 store i32 %1, ptr %9, align 4 store ptr %2, ptr %10, align 8 store ptr %3, ptr %11, align 8 store ptr %4, ptr %12, align 8 store ptr %5, ptr %13, align 8 store ptr %6, ptr %14, align 8 ret i32 -1 } attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !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 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '<stdin>' source_filename = "/tmp/tmpofxzyifn.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-pc-linux-gnu" ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local i32 @aes_ccms_board_enc(ptr noundef %0, i32 noundef %1, ptr noundef %2, ptr noundef %3, ptr noundef %4, ptr noundef %5, ptr noundef %6) #0 { %8 = alloca ptr, align 8 %9 = alloca i32, align 4 %10 = alloca ptr, align 8 %11 = alloca ptr, align 8 %12 = alloca ptr, align 8 %13 = alloca ptr, align 8 %14 = alloca ptr, align 8 store ptr %0, ptr %8, align 8 store i32 %1, ptr %9, align 4 store ptr %2, ptr %10, align 8 store ptr %3, ptr %11, align 8 store ptr %4, ptr %12, align 8 store ptr %5, ptr %13, align 8 store ptr %6, ptr %14, align 8 ret i32 -1 } attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !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 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '/tmp/tmpreswesta.c' source_filename = "/tmp/tmpreswesta.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-pc-linux-gnu" @.str = private unnamed_addr constant [25 x i8] c"should get giraffe\0Agot: \00", align 1 @.str.1 = private unnamed_addr constant [10 x i8] c"elephant\0A\00", align 1 @.str.2 = private unnamed_addr constant [9 x i8] c"giraffe\0A\00", align 1 @.str.3 = private unnamed_addr constant [2 x i8] c"\0A\00", align 1 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local void @main() #0 { %1 = alloca i32, align 4 %2 = alloca i32, align 4 %3 = alloca i32, align 4 store i32 1, ptr %1, align 4 store i32 2, ptr %2, align 4 store i32 3, ptr %3, align 4 %4 = call i32 @print_string(ptr noundef @.str) %5 = load i32, ptr %1, align 4 %6 = icmp eq i32 %5, 2 br i1 %6, label %7, label %9 7: ; preds = %0 %8 = call i32 @print_string(ptr noundef @.str.1) br label %11 9: ; preds = %0 %10 = call i32 @print_string(ptr noundef @.str.2) br label %11 11: ; preds = %9, %7 %12 = call i32 @print_string(ptr noundef @.str.3) ret void } declare i32 @print_string(ptr noundef) #1 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !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 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '<stdin>' source_filename = "/tmp/tmpreswesta.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-pc-linux-gnu" @.str = private unnamed_addr constant [25 x i8] c"should get giraffe\0Agot: \00", align 1 @.str.1 = private unnamed_addr constant [10 x i8] c"elephant\0A\00", align 1 @.str.2 = private unnamed_addr constant [9 x i8] c"giraffe\0A\00", align 1 @.str.3 = private unnamed_addr constant [2 x i8] c"\0A\00", align 1 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local void @main() #0 { %1 = alloca i32, align 4 %2 = alloca i32, align 4 %3 = alloca i32, align 4 store i32 1, ptr %1, align 4 store i32 2, ptr %2, align 4 store i32 3, ptr %3, align 4 %4 = call i32 @print_string(ptr noundef @.str) %5 = load i32, ptr %1, align 4 %6 = icmp eq i32 %5, 2 br i1 %6, label %7, label %9 7: ; preds = %0 %8 = call i32 @print_string(ptr noundef @.str.1) br label %11 9: ; preds = %0 %10 = call i32 @print_string(ptr noundef @.str.2) br label %11 11: ; preds = %9, %7 %12 = call i32 @print_string(ptr noundef @.str.3) ret void } declare i32 @print_string(ptr noundef) #1 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !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 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '/tmp/tmp8nfikfpq.c' source_filename = "/tmp/tmp8nfikfpq.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-pc-linux-gnu" @__const.rawModus.tmpfile = private unnamed_addr constant [20 x i8] c"/tmp/vitotmp-XXXXXX\00", align 16 @LOG_ERR = dso_local global i32 0, align 4 @.str = private unnamed_addr constant [3 x i8] c"%s\00", align 1 @.str.1 = private unnamed_addr constant [25 x i8] c"Fehler Erzeugung mkstemp\00", align 1 @.str.2 = private unnamed_addr constant [3 x i8] c"w+\00", align 1 @.str.3 = private unnamed_addr constant [31 x i8] c"Kann Tmp File %s nicht anlegen\00", align 1 @LOG_INFO = dso_local global i32 0, align 4 @.str.4 = private unnamed_addr constant [26 x i8] c"Raw Modus: Temp Datei: %s\00", align 1 @.str.5 = private unnamed_addr constant [4 x i8] c"END\00", align 1 @.str.6 = private unnamed_addr constant [12 x i8] c"Result: %s\0A\00", align 1 @.str.7 = private unnamed_addr constant [17 x i8] c"Raw: Gelesen: %s\00", align 1 @EOF = dso_local global i64 0, align 8 @.str.8 = private unnamed_addr constant [32 x i8] c"Fehler beim schreiben tmp Datei\00", align 1 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local i32 @rawModus(i32 noundef %0, ptr noundef %1) #0 { %3 = alloca i32, align 4 %4 = alloca i32, align 4 %5 = alloca ptr, align 8 %6 = alloca [4096 x i8], align 16 %7 = alloca [256 x i8], align 16 %8 = alloca [20 x i8], align 16 %9 = alloca ptr, align 8 %10 = alloca [4096 x i8], align 16 %11 = alloca i32, align 4 %12 = alloca [4096 x i8], align 16 store i32 %0, ptr %4, align 4 store ptr %1, ptr %5, align 8 call void @llvm.memcpy.p0.p0.i64(ptr align 16 %8, ptr align 16 @__const.rawModus.tmpfile, i64 20, i1 false) %13 = getelementptr inbounds [20 x i8], ptr %8, i64 0, i64 0 %14 = call i32 @mkstemp(ptr noundef %13) %15 = icmp ne i32 %14, 0 br i1 %15, label %24, label %16 16: ; preds = %2 %17 = getelementptr inbounds [20 x i8], ptr %8, i64 0, i64 0 %18 = call i32 @mkstemp(ptr noundef %17) %19 = icmp ne i32 %18, 0 br i1 %19, label %23, label %20 20: ; preds = %16 %21 = load i32, ptr @LOG_ERR, align 4 %22 = call i32 @logIT(i32 noundef %21, ptr noundef @.str, ptr noundef @.str.1) store i32 0, ptr %3, align 4 br label %89 23: ; preds = %16 br label %24 24: ; preds = %23, %2 %25 = getelementptr inbounds [20 x i8], ptr %8, i64 0, i64 0 %26 = call ptr @fopen(ptr noundef %25, ptr noundef @.str.2) store ptr %26, ptr %9, align 8 %27 = load ptr, ptr %9, align 8 %28 = icmp ne ptr %27, null br i1 %28, label %33, label %29 29: ; preds = %24 %30 = load i32, ptr @LOG_ERR, align 4 %31 = getelementptr inbounds [20 x i8], ptr %8, i64 0, i64 0 %32 = call i32 @logIT(i32 noundef %30, ptr noundef @.str.3, ptr noundef %31) store i32 0, ptr %3, align 4 br label %89 33: ; preds = %24 %34 = load i32, ptr @LOG_INFO, align 4 %35 = getelementptr inbounds [20 x i8], ptr %8, i64 0, i64 0 %36 = call i32 @logIT(i32 noundef %34, ptr noundef @.str.4, ptr noundef %35) br label %37 37: ; preds = %87, %33 %38 = load i32, ptr %4, align 4 %39 = getelementptr inbounds [4096 x i8], ptr %6, i64 0, i64 0 %40 = call i64 @Readline(i32 noundef %38, ptr noundef %39, i32 noundef 4096) %41 = icmp ne i64 %40, 0 br i1 %41, label %42, label %88 42: ; preds = %37 %43 = getelementptr inbounds [4096 x i8], ptr %6, i64 0, i64 0 %44 = call ptr @strstr(ptr noundef %43, ptr noundef @.str.5) %45 = getelementptr inbounds [4096 x i8], ptr %6, i64 0, i64 0 %46 = icmp eq ptr %44, %45 br i1 %46, label %47, label %74 47: ; preds = %42 %48 = load ptr, ptr %9, align 8 %49 = call i32 @fclose(ptr noundef %48) store i32 4096, ptr %11, align 4 %50 = getelementptr inbounds [20 x i8], ptr %8, i64 0, i64 0 %51 = getelementptr inbounds [4096 x i8], ptr %10, i64 0, i64 0 %52 = load ptr, ptr %5, align 8 %53 = call i32 @readCmdFile(ptr noundef %50, ptr noundef %51, ptr noundef %11, ptr noundef %52) %54 = load i32, ptr %11, align 4 %55 = icmp ne i32 %54, 0 br i1 %55, label %56, label %71 56: ; preds = %47 %57 = getelementptr inbounds [4096 x i8], ptr %12, i64 0, i64 0 %58 = call i32 @bzero(ptr noundef %57, i32 noundef 4096) %59 = getelementptr inbounds [4096 x i8], ptr %12, i64 0, i64 0 %60 = getelementptr inbounds [4096 x i8], ptr %10, i64 0, i64 0 %61 = load i32, ptr %11, align 4 %62 = call i32 @char2hex(ptr noundef %59, ptr noundef %60, i32 noundef %61) %63 = getelementptr inbounds [256 x i8], ptr %7, i64 0, i64 0 %64 = getelementptr inbounds [4096 x i8], ptr %12, i64 0, i64 0 %65 = call i32 @snprintf(ptr noundef %63, i32 noundef 256, ptr noundef @.str.6, ptr noundef %64) %66 = load i32, ptr %4, align 4 %67 = getelementptr inbounds [256 x i8], ptr %7, i64 0, i64 0 %68 = getelementptr inbounds [256 x i8], ptr %7, i64 0, i64 0 %69 = call i32 @strlen(ptr noundef %68) %70 = call i32 @Writen(i32 noundef %66, ptr noundef %67, i32 noundef %69) br label %71 71: ; preds = %56, %47 %72 = getelementptr inbounds [20 x i8], ptr %8, i64 0, i64 0 %73 = call i32 @remove(ptr noundef %72) store i32 1, ptr %3, align 4 br label %89 74: ; preds = %42 %75 = load i32, ptr @LOG_INFO, align 4 %76 = getelementptr inbounds [4096 x i8], ptr %6, i64 0, i64 0 %77 = call i32 @logIT(i32 noundef %75, ptr noundef @.str.7, ptr noundef %76) %78 = getelementptr inbounds [4096 x i8], ptr %6, i64 0, i64 0 %79 = load ptr, ptr %9, align 8 %80 = call i64 @fputs(ptr noundef %78, ptr noundef %79) %81 = load i64, ptr @EOF, align 8 %82 = icmp eq i64 %80, %81 br i1 %82, label %83, label %86 83: ; preds = %74 %84 = load i32, ptr @LOG_ERR, align 4 %85 = call i32 @logIT(i32 noundef %84, ptr noundef @.str, ptr noundef @.str.8) br label %87 86: ; preds = %74 br label %87 87: ; preds = %86, %83 br label %37, !llvm.loop !6 88: ; preds = %37 store i32 0, ptr %3, align 4 br label %89 89: ; preds = %88, %71, %29, %20 %90 = load i32, ptr %3, align 4 ret i32 %90 } ; Function Attrs: nocallback nofree nounwind willreturn memory(argmem: readwrite) declare void @llvm.memcpy.p0.p0.i64(ptr noalias nocapture writeonly, ptr noalias nocapture readonly, i64, i1 immarg) #1 declare i32 @mkstemp(ptr noundef) #2 declare i32 @logIT(i32 noundef, ptr noundef, ptr noundef) #2 declare ptr @fopen(ptr noundef, ptr noundef) #2 declare i64 @Readline(i32 noundef, ptr noundef, i32 noundef) #2 declare ptr @strstr(ptr noundef, ptr noundef) #2 declare i32 @fclose(ptr noundef) #2 declare i32 @readCmdFile(ptr noundef, ptr noundef, ptr noundef, ptr noundef) #2 declare i32 @bzero(ptr noundef, i32 noundef) #2 declare i32 @char2hex(ptr noundef, ptr noundef, i32 noundef) #2 declare i32 @snprintf(ptr noundef, i32 noundef, ptr noundef, ptr noundef) #2 declare i32 @Writen(i32 noundef, ptr noundef, i32 noundef) #2 declare i32 @strlen(ptr noundef) #2 declare i32 @remove(ptr noundef) #2 declare i64 @fputs(ptr noundef, ptr noundef) #2 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { nocallback nofree nounwind willreturn memory(argmem: readwrite) } attributes #2 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !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 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"} !6 = distinct !{!6, !7} !7 = !{!"llvm.loop.mustprogress"}
; ModuleID = '<stdin>' source_filename = "/tmp/tmp8nfikfpq.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-pc-linux-gnu" @__const.rawModus.tmpfile = private unnamed_addr constant [20 x i8] c"/tmp/vitotmp-XXXXXX\00", align 16 @LOG_ERR = dso_local global i32 0, align 4 @.str = private unnamed_addr constant [3 x i8] c"%s\00", align 1 @.str.1 = private unnamed_addr constant [25 x i8] c"Fehler Erzeugung mkstemp\00", align 1 @.str.2 = private unnamed_addr constant [3 x i8] c"w+\00", align 1 @.str.3 = private unnamed_addr constant [31 x i8] c"Kann Tmp File %s nicht anlegen\00", align 1 @LOG_INFO = dso_local global i32 0, align 4 @.str.4 = private unnamed_addr constant [26 x i8] c"Raw Modus: Temp Datei: %s\00", align 1 @.str.5 = private unnamed_addr constant [4 x i8] c"END\00", align 1 @.str.6 = private unnamed_addr constant [12 x i8] c"Result: %s\0A\00", align 1 @.str.7 = private unnamed_addr constant [17 x i8] c"Raw: Gelesen: %s\00", align 1 @EOF = dso_local global i64 0, align 8 @.str.8 = private unnamed_addr constant [32 x i8] c"Fehler beim schreiben tmp Datei\00", align 1 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local i32 @rawModus(i32 noundef %0, ptr noundef %1) #0 { %3 = alloca i32, align 4 %4 = alloca i32, align 4 %5 = alloca ptr, align 8 %6 = alloca [4096 x i8], align 16 %7 = alloca [256 x i8], align 16 %8 = alloca [20 x i8], align 16 %9 = alloca ptr, align 8 %10 = alloca [4096 x i8], align 16 %11 = alloca i32, align 4 %12 = alloca [4096 x i8], align 16 store i32 %0, ptr %4, align 4 store ptr %1, ptr %5, align 8 call void @llvm.memcpy.p0.p0.i64(ptr align 16 %8, ptr align 16 @__const.rawModus.tmpfile, i64 20, i1 false) %13 = getelementptr inbounds [20 x i8], ptr %8, i64 0, i64 0 %14 = call i32 @mkstemp(ptr noundef %13) %15 = icmp ne i32 %14, 0 br i1 %15, label %24, label %16 16: ; preds = %2 %17 = getelementptr inbounds [20 x i8], ptr %8, i64 0, i64 0 %18 = call i32 @mkstemp(ptr noundef %17) %19 = icmp ne i32 %18, 0 br i1 %19, label %23, label %20 20: ; preds = %16 %21 = load i32, ptr @LOG_ERR, align 4 %22 = call i32 @logIT(i32 noundef %21, ptr noundef @.str, ptr noundef @.str.1) store i32 0, ptr %3, align 4 br label %91 23: ; preds = %16 br label %24 24: ; preds = %23, %2 %25 = getelementptr inbounds [20 x i8], ptr %8, i64 0, i64 0 %26 = call ptr @fopen(ptr noundef %25, ptr noundef @.str.2) store ptr %26, ptr %9, align 8 %27 = load ptr, ptr %9, align 8 %28 = icmp ne ptr %27, null br i1 %28, label %33, label %29 29: ; preds = %24 %30 = load i32, ptr @LOG_ERR, align 4 %31 = getelementptr inbounds [20 x i8], ptr %8, i64 0, i64 0 %32 = call i32 @logIT(i32 noundef %30, ptr noundef @.str.3, ptr noundef %31) store i32 0, ptr %3, align 4 br label %91 33: ; preds = %24 %34 = load i32, ptr @LOG_INFO, align 4 %35 = getelementptr inbounds [20 x i8], ptr %8, i64 0, i64 0 %36 = call i32 @logIT(i32 noundef %34, ptr noundef @.str.4, ptr noundef %35) %37 = load i32, ptr %4, align 4 %38 = getelementptr inbounds [4096 x i8], ptr %6, i64 0, i64 0 %39 = call i64 @Readline(i32 noundef %37, ptr noundef %38, i32 noundef 4096) %40 = icmp ne i64 %39, 0 br i1 %40, label %.lr.ph, label %90 .lr.ph: ; preds = %33 br label %41 41: ; preds = %.lr.ph, %86 %42 = getelementptr inbounds [4096 x i8], ptr %6, i64 0, i64 0 %43 = call ptr @strstr(ptr noundef %42, ptr noundef @.str.5) %44 = getelementptr inbounds [4096 x i8], ptr %6, i64 0, i64 0 %45 = icmp eq ptr %43, %44 br i1 %45, label %46, label %73 46: ; preds = %41 %47 = load ptr, ptr %9, align 8 %48 = call i32 @fclose(ptr noundef %47) store i32 4096, ptr %11, align 4 %49 = getelementptr inbounds [20 x i8], ptr %8, i64 0, i64 0 %50 = getelementptr inbounds [4096 x i8], ptr %10, i64 0, i64 0 %51 = load ptr, ptr %5, align 8 %52 = call i32 @readCmdFile(ptr noundef %49, ptr noundef %50, ptr noundef %11, ptr noundef %51) %53 = load i32, ptr %11, align 4 %54 = icmp ne i32 %53, 0 br i1 %54, label %55, label %70 55: ; preds = %46 %56 = getelementptr inbounds [4096 x i8], ptr %12, i64 0, i64 0 %57 = call i32 @bzero(ptr noundef %56, i32 noundef 4096) %58 = getelementptr inbounds [4096 x i8], ptr %12, i64 0, i64 0 %59 = getelementptr inbounds [4096 x i8], ptr %10, i64 0, i64 0 %60 = load i32, ptr %11, align 4 %61 = call i32 @char2hex(ptr noundef %58, ptr noundef %59, i32 noundef %60) %62 = getelementptr inbounds [256 x i8], ptr %7, i64 0, i64 0 %63 = getelementptr inbounds [4096 x i8], ptr %12, i64 0, i64 0 %64 = call i32 @snprintf(ptr noundef %62, i32 noundef 256, ptr noundef @.str.6, ptr noundef %63) %65 = load i32, ptr %4, align 4 %66 = getelementptr inbounds [256 x i8], ptr %7, i64 0, i64 0 %67 = getelementptr inbounds [256 x i8], ptr %7, i64 0, i64 0 %68 = call i32 @strlen(ptr noundef %67) %69 = call i32 @Writen(i32 noundef %65, ptr noundef %66, i32 noundef %68) br label %70 70: ; preds = %55, %46 %71 = getelementptr inbounds [20 x i8], ptr %8, i64 0, i64 0 %72 = call i32 @remove(ptr noundef %71) store i32 1, ptr %3, align 4 br label %91 73: ; preds = %41 %74 = load i32, ptr @LOG_INFO, align 4 %75 = getelementptr inbounds [4096 x i8], ptr %6, i64 0, i64 0 %76 = call i32 @logIT(i32 noundef %74, ptr noundef @.str.7, ptr noundef %75) %77 = getelementptr inbounds [4096 x i8], ptr %6, i64 0, i64 0 %78 = load ptr, ptr %9, align 8 %79 = call i64 @fputs(ptr noundef %77, ptr noundef %78) %80 = load i64, ptr @EOF, align 8 %81 = icmp eq i64 %79, %80 br i1 %81, label %82, label %85 82: ; preds = %73 %83 = load i32, ptr @LOG_ERR, align 4 %84 = call i32 @logIT(i32 noundef %83, ptr noundef @.str, ptr noundef @.str.8) br label %86 85: ; preds = %73 br label %86 86: ; preds = %85, %82 %87 = load i32, ptr %4, align 4 %88 = call i64 @Readline(i32 noundef %87, ptr noundef %38, i32 noundef 4096) %89 = icmp ne i64 %88, 0 br i1 %89, label %41, label %._crit_edge, !llvm.loop !6 ._crit_edge: ; preds = %86 br label %90 90: ; preds = %._crit_edge, %33 store i32 0, ptr %3, align 4 br label %91 91: ; preds = %90, %70, %29, %20 %92 = load i32, ptr %3, align 4 ret i32 %92 } ; Function Attrs: nocallback nofree nounwind willreturn memory(argmem: readwrite) declare void @llvm.memcpy.p0.p0.i64(ptr noalias nocapture writeonly, ptr noalias nocapture readonly, i64, i1 immarg) #1 declare i32 @mkstemp(ptr noundef) #2 declare i32 @logIT(i32 noundef, ptr noundef, ptr noundef) #2 declare ptr @fopen(ptr noundef, ptr noundef) #2 declare i64 @Readline(i32 noundef, ptr noundef, i32 noundef) #2 declare ptr @strstr(ptr noundef, ptr noundef) #2 declare i32 @fclose(ptr noundef) #2 declare i32 @readCmdFile(ptr noundef, ptr noundef, ptr noundef, ptr noundef) #2 declare i32 @bzero(ptr noundef, i32 noundef) #2 declare i32 @char2hex(ptr noundef, ptr noundef, i32 noundef) #2 declare i32 @snprintf(ptr noundef, i32 noundef, ptr noundef, ptr noundef) #2 declare i32 @Writen(i32 noundef, ptr noundef, i32 noundef) #2 declare i32 @strlen(ptr noundef) #2 declare i32 @remove(ptr noundef) #2 declare i64 @fputs(ptr noundef, ptr noundef) #2 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { nocallback nofree nounwind willreturn memory(argmem: readwrite) } attributes #2 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !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 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"} !6 = distinct !{!6, !7} !7 = !{!"llvm.loop.mustprogress"}
; ModuleID = '/tmp/tmpows1dha5.c' source_filename = "/tmp/tmpows1dha5.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-pc-linux-gnu" !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !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 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '<stdin>' source_filename = "/tmp/tmpows1dha5.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-pc-linux-gnu" !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !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 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '/tmp/tmpvfn1ksvg.c' source_filename = "/tmp/tmpvfn1ksvg.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-pc-linux-gnu" @SIGHUP = dso_local global i32 0, align 4 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local void @sighandler(i32 noundef %0) #0 { %2 = alloca i32, align 4 store i32 %0, ptr %2, align 4 %3 = call i32 (...) @read_config() %4 = load i32, ptr @SIGHUP, align 4 %5 = call i32 @signal(i32 noundef %4, ptr noundef @sighandler) ret void } declare i32 @read_config(...) #1 declare i32 @signal(i32 noundef, ptr noundef) #1 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !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 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '<stdin>' source_filename = "/tmp/tmpvfn1ksvg.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-pc-linux-gnu" @SIGHUP = dso_local global i32 0, align 4 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local void @sighandler(i32 noundef %0) #0 { %2 = alloca i32, align 4 store i32 %0, ptr %2, align 4 %3 = call i32 (...) @read_config() %4 = load i32, ptr @SIGHUP, align 4 %5 = call i32 @signal(i32 noundef %4, ptr noundef @sighandler) ret void } declare i32 @read_config(...) #1 declare i32 @signal(i32 noundef, ptr noundef) #1 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !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 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '/tmp/tmp4czwjd3u.c' source_filename = "/tmp/tmp4czwjd3u.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-pc-linux-gnu" ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local i32 @main() #0 { %1 = alloca i32, align 4 %2 = alloca i32, align 4 store i32 0, ptr %1, align 4 store i32 10, ptr %2, align 4 %3 = load i32, ptr %2, align 4 %4 = icmp sle i32 %3, 5 br i1 %4, label %5, label %7 5: ; preds = %0 %6 = call i32 (...) @__poet_fail() br label %7 7: ; preds = %5, %0 %8 = load i32, ptr %1, align 4 ret i32 %8 } declare i32 @__poet_fail(...) #1 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !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 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '<stdin>' source_filename = "/tmp/tmp4czwjd3u.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-pc-linux-gnu" ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local i32 @main() #0 { %1 = alloca i32, align 4 %2 = alloca i32, align 4 store i32 0, ptr %1, align 4 store i32 10, ptr %2, align 4 %3 = load i32, ptr %2, align 4 %4 = icmp sle i32 %3, 5 br i1 %4, label %5, label %7 5: ; preds = %0 %6 = call i32 (...) @__poet_fail() br label %7 7: ; preds = %5, %0 %8 = load i32, ptr %1, align 4 ret i32 %8 } declare i32 @__poet_fail(...) #1 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !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 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '/tmp/tmp6j53l97y.c' source_filename = "/tmp/tmp6j53l97y.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-pc-linux-gnu" @.str = private unnamed_addr constant [72 x i8] c"ERROR: non-negative integers and quotients cannot be a password length!\00", align 1 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local void @detect_idiots(ptr noundef %0) #0 { %2 = alloca ptr, align 8 %3 = alloca double, align 8 store ptr %0, ptr %2, align 8 %4 = load ptr, ptr %2, align 8 %5 = call double @strtod(ptr noundef %4, ptr noundef null) store double %5, ptr %3, align 8 %6 = load double, ptr %3, align 8 %7 = fcmp olt double %6, 0.000000e+00 br i1 %7, label %12, label %8 8: ; preds = %1 %9 = load double, ptr %3, align 8 %10 = call i64 @fmod(double noundef %9, i32 noundef 1) %11 = icmp ne i64 %10, 0 br i1 %11, label %12, label %15 12: ; preds = %8, %1 %13 = call i32 @puts(ptr noundef @.str) %14 = call i32 @exit(i32 noundef 1) #3 unreachable 15: ; preds = %8 ret void } declare double @strtod(ptr noundef, ptr noundef) #1 declare i64 @fmod(double noundef, i32 noundef) #1 declare i32 @puts(ptr noundef) #1 ; Function Attrs: noreturn declare i32 @exit(i32 noundef) #2 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #2 = { noreturn "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #3 = { noreturn } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !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 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '<stdin>' source_filename = "/tmp/tmp6j53l97y.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-pc-linux-gnu" @.str = private unnamed_addr constant [72 x i8] c"ERROR: non-negative integers and quotients cannot be a password length!\00", align 1 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local void @detect_idiots(ptr noundef %0) #0 { %2 = alloca ptr, align 8 %3 = alloca double, align 8 store ptr %0, ptr %2, align 8 %4 = load ptr, ptr %2, align 8 %5 = call double @strtod(ptr noundef %4, ptr noundef null) store double %5, ptr %3, align 8 %6 = load double, ptr %3, align 8 %7 = fcmp olt double %6, 0.000000e+00 br i1 %7, label %12, label %8 8: ; preds = %1 %9 = load double, ptr %3, align 8 %10 = call i64 @fmod(double noundef %9, i32 noundef 1) %11 = icmp ne i64 %10, 0 br i1 %11, label %12, label %15 12: ; preds = %8, %1 %13 = call i32 @puts(ptr noundef @.str) %14 = call i32 @exit(i32 noundef 1) #3 unreachable 15: ; preds = %8 ret void } declare double @strtod(ptr noundef, ptr noundef) #1 declare i64 @fmod(double noundef, i32 noundef) #1 declare i32 @puts(ptr noundef) #1 ; Function Attrs: noreturn declare i32 @exit(i32 noundef) #2 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #2 = { noreturn "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #3 = { noreturn } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !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 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '/tmp/tmpnfwazvv3.c' source_filename = "/tmp/tmpnfwazvv3.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-pc-linux-gnu" @.str = private unnamed_addr constant [3 x i8] c"rb\00", align 1 @fatargs.sep = internal constant ptr @.str.1, align 8 @.str.1 = private unnamed_addr constant [7 x i8] c"\0C\0A\0D\09\0B \00", align 1 @SEEK_SET = dso_local global i32 0, align 4 @INT_MAX = dso_local global i32 0, align 4 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local void @fatargs(ptr noundef %0, ptr noundef %1) #0 { %3 = alloca ptr, align 8 %4 = alloca ptr, align 8 %5 = alloca i32, align 4 %6 = alloca i32, align 4 %7 = alloca ptr, align 8 %8 = alloca i32, align 4 %9 = alloca ptr, align 8 %10 = alloca i64, align 8 %11 = alloca i64, align 8 %12 = alloca ptr, align 8 %13 = alloca ptr, align 8 %14 = alloca i64, align 8 store ptr %0, ptr %3, align 8 store ptr %1, ptr %4, align 8 store i32 0, ptr %6, align 4 %15 = load ptr, ptr %3, align 8 %16 = load i32, ptr %15, align 4 store i32 %16, ptr %8, align 4 %17 = load i32, ptr %8, align 4 %18 = icmp slt i32 %17, 2 br i1 %18, label %19, label %20 19: ; preds = %2 br label %213 20: ; preds = %2 store i32 1, ptr %5, align 4 br label %21 21: ; preds = %38, %20 %22 = load i32, ptr %5, align 4 %23 = load i32, ptr %8, align 4 %24 = icmp slt i32 %22, %23 br i1 %24, label %25, label %41 25: ; preds = %21 %26 = load ptr, ptr %4, align 8 %27 = load ptr, ptr %26, align 8 %28 = load i32, ptr %5, align 4 %29 = sext i32 %28 to i64 %30 = getelementptr inbounds ptr, ptr %27, i64 %29 %31 = load ptr, ptr %30, align 8 %32 = getelementptr inbounds i8, ptr %31, i64 0 %33 = load i8, ptr %32, align 1 %34 = sext i8 %33 to i32 %35 = icmp eq i32 %34, 64 br i1 %35, label %36, label %37 36: ; preds = %25 br label %41 37: ; preds = %25 br label %38 38: ; preds = %37 %39 = load i32, ptr %5, align 4 %40 = add nsw i32 %39, 1 store i32 %40, ptr %5, align 4 br label %21, !llvm.loop !6 41: ; preds = %36, %21 %42 = load i32, ptr %5, align 4 %43 = load i32, ptr %8, align 4 %44 = icmp sge i32 %42, %43 br i1 %44, label %45, label %46 45: ; preds = %41 br label %213 46: ; preds = %41 %47 = load i32, ptr %8, align 4 %48 = add nsw i32 %47, 1 store i32 %48, ptr %8, align 4 %49 = sext i32 %48 to i64 %50 = mul i64 %49, 8 %51 = call ptr @malloc(i64 noundef %50) #3 store ptr %51, ptr %7, align 8 %52 = icmp eq ptr %51, null br i1 %52, label %53, label %55 53: ; preds = %46 %54 = call i32 (...) @errMem() br label %55 55: ; preds = %53, %46 %56 = load ptr, ptr %4, align 8 %57 = load ptr, ptr %56, align 8 %58 = getelementptr inbounds ptr, ptr %57, i64 0 %59 = load ptr, ptr %58, align 8 %60 = load ptr, ptr %7, align 8 %61 = load i32, ptr %6, align 4 %62 = add nsw i32 %61, 1 store i32 %62, ptr %6, align 4 %63 = sext i32 %61 to i64 %64 = getelementptr inbounds ptr, ptr %60, i64 %63 store ptr %59, ptr %64, align 8 store i32 1, ptr %5, align 4 br label %65 65: ; preds = %201, %55 %66 = load i32, ptr %5, align 4 %67 = load ptr, ptr %3, align 8 %68 = load i32, ptr %67, align 4 %69 = icmp slt i32 %66, %68 br i1 %69, label %70, label %204 70: ; preds = %65 %71 = load ptr, ptr %4, align 8 %72 = load ptr, ptr %71, align 8 %73 = load i32, ptr %5, align 4 %74 = sext i32 %73 to i64 %75 = getelementptr inbounds ptr, ptr %72, i64 %74 %76 = load ptr, ptr %75, align 8 %77 = getelementptr inbounds i8, ptr %76, i64 0 %78 = load i8, ptr %77, align 1 %79 = sext i8 %78 to i32 %80 = icmp ne i32 %79, 64 br i1 %80, label %81, label %93 81: ; preds = %70 %82 = load ptr, ptr %4, align 8 %83 = load ptr, ptr %82, align 8 %84 = load i32, ptr %5, align 4 %85 = sext i32 %84 to i64 %86 = getelementptr inbounds ptr, ptr %83, i64 %85 %87 = load ptr, ptr %86, align 8 %88 = load ptr, ptr %7, align 8 %89 = load i32, ptr %6, align 4 %90 = add nsw i32 %89, 1 store i32 %90, ptr %6, align 4 %91 = sext i32 %89 to i64 %92 = getelementptr inbounds ptr, ptr %88, i64 %91 store ptr %87, ptr %92, align 8 br label %200 93: ; preds = %70 %94 = load ptr, ptr %4, align 8 %95 = load ptr, ptr %94, align 8 %96 = load i32, ptr %5, align 4 %97 = sext i32 %96 to i64 %98 = getelementptr inbounds ptr, ptr %95, i64 %97 %99 = load ptr, ptr %98, align 8 %100 = getelementptr inbounds i8, ptr %99, i64 1 %101 = call ptr @fopen(ptr noundef %100, ptr noundef @.str) store ptr %101, ptr %9, align 8 %102 = icmp ne ptr %101, null br i1 %102, label %115, label %103 103: ; preds = %93 %104 = load ptr, ptr %4, align 8 %105 = load ptr, ptr %104, align 8 %106 = load i32, ptr %5, align 4 %107 = sext i32 %106 to i64 %108 = getelementptr inbounds ptr, ptr %105, i64 %107 %109 = load ptr, ptr %108, align 8 %110 = load ptr, ptr %7, align 8 %111 = load i32, ptr %6, align 4 %112 = add nsw i32 %111, 1 store i32 %112, ptr %6, align 4 %113 = sext i32 %111 to i64 %114 = getelementptr inbounds ptr, ptr %110, i64 %113 store ptr %109, ptr %114, align 8 br label %201 115: ; preds = %93 %116 = load ptr, ptr %9, align 8 %117 = call i64 @fsize(ptr noundef %116) store i64 %117, ptr %10, align 8 %118 = icmp slt i64 %117, 0 br i1 %118, label %119, label %123 119: ; preds = %115 %120 = load ptr, ptr %9, align 8 %121 = call i32 @fclose(ptr noundef %120) %122 = call i32 (...) @errMem() br label %123 123: ; preds = %119, %115 %124 = load i64, ptr %10, align 8 %125 = icmp sgt i64 %124, 0 br i1 %125, label %126, label %197 126: ; preds = %123 %127 = load i64, ptr %10, align 8 store i64 %127, ptr %11, align 8 %128 = load i64, ptr %10, align 8 %129 = icmp eq i64 %127, %128 br i1 %129, label %130, label %192 130: ; preds = %126 %131 = load i64, ptr %11, align 8 %132 = add i64 %131, 1 %133 = load i64, ptr %11, align 8 %134 = icmp ugt i64 %132, %133 br i1 %134, label %135, label %192 135: ; preds = %130 %136 = load i64, ptr %11, align 8 %137 = add i64 %136, 1 %138 = call ptr @malloc(i64 noundef %137) #3 store ptr %138, ptr %12, align 8 %139 = icmp ne ptr %138, null br i1 %139, label %140, label %192 140: ; preds = %135 %141 = load ptr, ptr %12, align 8 %142 = load i64, ptr %11, align 8 %143 = add i64 %142, 1 %144 = call i32 @memset(ptr noundef %141, i8 noundef signext 0, i64 noundef %143) %145 = load ptr, ptr %9, align 8 %146 = load i32, ptr @SEEK_SET, align 4 %147 = call i32 @fseek(ptr noundef %145, i32 noundef 0, i32 noundef %146) %148 = load ptr, ptr %12, align 8 %149 = load ptr, ptr %12, align 8 %150 = load i64, ptr %11, align 8 %151 = load ptr, ptr %9, align 8 %152 = call i64 @fread(ptr noundef %149, i32 noundef 1, i64 noundef %150, ptr noundef %151) %153 = getelementptr inbounds i8, ptr %148, i64 %152 store i8 0, ptr %153, align 1 %154 = load ptr, ptr %12, align 8 %155 = call ptr @strtok(ptr noundef %154, ptr noundef @.str.1) store ptr %155, ptr %13, align 8 %156 = load i32, ptr %8, align 4 %157 = add nsw i32 %156, -1 store i32 %157, ptr %8, align 4 br label %158 158: ; preds = %183, %140 %159 = load ptr, ptr %13, align 8 %160 = icmp ne ptr %159, null br i1 %160, label %161, label %191 161: ; preds = %158 %162 = load i32, ptr %8, align 4 %163 = add nsw i32 %162, 1 store i32 %163, ptr %8, align 4 %164 = load i32, ptr @INT_MAX, align 4 %165 = icmp eq i32 %163, %164 br i1 %165, label %179, label %166 166: ; preds = %161 %167 = load i32, ptr %8, align 4 %168 = zext i32 %167 to i64 %169 = mul i64 %168, 8 store i64 %169, ptr %14, align 8 %170 = udiv i64 %169, 8 %171 = load i32, ptr %8, align 4 %172 = zext i32 %171 to i64 %173 = icmp ne i64 %170, %172 br i1 %173, label %179, label %174 174: ; preds = %166 %175 = load ptr, ptr %7, align 8 %176 = load i64, ptr %14, align 8 %177 = call ptr @realloc(ptr noundef %175, i64 noundef %176) store ptr %177, ptr %7, align 8 %178 = icmp eq ptr %177, null br i1 %178, label %179, label %183 179: ; preds = %174, %166, %161 %180 = load ptr, ptr %9, align 8 %181 = call i32 @fclose(ptr noundef %180) %182 = call i32 (...) @errMem() br label %183 183: ; preds = %179, %174 %184 = load ptr, ptr %13, align 8 %185 = load ptr, ptr %7, align 8 %186 = load i32, ptr %6, align 4 %187 = add nsw i32 %186, 1 store i32 %187, ptr %6, align 4 %188 = sext i32 %186 to i64 %189 = getelementptr inbounds ptr, ptr %185, i64 %188 store ptr %184, ptr %189, align 8 %190 = call ptr @strtok(ptr noundef null, ptr noundef @.str.1) store ptr %190, ptr %13, align 8 br label %158, !llvm.loop !8 191: ; preds = %158 br label %196 192: ; preds = %135, %130, %126 %193 = load ptr, ptr %9, align 8 %194 = call i32 @fclose(ptr noundef %193) %195 = call i32 (...) @errMem() br label %196 196: ; preds = %192, %191 br label %197 197: ; preds = %196, %123 %198 = load ptr, ptr %9, align 8 %199 = call i32 @fclose(ptr noundef %198) br label %200 200: ; preds = %197, %81 br label %201 201: ; preds = %200, %103 %202 = load i32, ptr %5, align 4 %203 = add nsw i32 %202, 1 store i32 %203, ptr %5, align 4 br label %65, !llvm.loop !9 204: ; preds = %65 %205 = load ptr, ptr %7, align 8 %206 = load i32, ptr %6, align 4 %207 = sext i32 %206 to i64 %208 = getelementptr inbounds ptr, ptr %205, i64 %207 store ptr null, ptr %208, align 8 %209 = load i32, ptr %6, align 4 %210 = load ptr, ptr %3, align 8 store i32 %209, ptr %210, align 4 %211 = load ptr, ptr %7, align 8 %212 = load ptr, ptr %4, align 8 store ptr %211, ptr %212, align 8 br label %213 213: ; preds = %204, %45, %19 ret void } ; Function Attrs: allocsize(0) declare ptr @malloc(i64 noundef) #1 declare i32 @errMem(...) #2 declare ptr @fopen(ptr noundef, ptr noundef) #2 declare i64 @fsize(ptr noundef) #2 declare i32 @fclose(ptr noundef) #2 declare i32 @memset(ptr noundef, i8 noundef signext, i64 noundef) #2 declare i32 @fseek(ptr noundef, i32 noundef, i32 noundef) #2 declare i64 @fread(ptr noundef, i32 noundef, i64 noundef, ptr noundef) #2 declare ptr @strtok(ptr noundef, ptr noundef) #2 declare ptr @realloc(ptr noundef, i64 noundef) #2 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { allocsize(0) "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #2 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #3 = { allocsize(0) } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !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 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"} !6 = distinct !{!6, !7} !7 = !{!"llvm.loop.mustprogress"} !8 = distinct !{!8, !7} !9 = distinct !{!9, !7}
; ModuleID = '<stdin>' source_filename = "/tmp/tmpnfwazvv3.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-pc-linux-gnu" @.str = private unnamed_addr constant [3 x i8] c"rb\00", align 1 @fatargs.sep = internal constant ptr @.str.1, align 8 @.str.1 = private unnamed_addr constant [7 x i8] c"\0C\0A\0D\09\0B \00", align 1 @SEEK_SET = dso_local global i32 0, align 4 @INT_MAX = dso_local global i32 0, align 4 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local void @fatargs(ptr noundef %0, ptr noundef %1) #0 { %3 = alloca ptr, align 8 %4 = alloca ptr, align 8 %5 = alloca i32, align 4 %6 = alloca i32, align 4 %7 = alloca ptr, align 8 %8 = alloca i32, align 4 %9 = alloca ptr, align 8 %10 = alloca i64, align 8 %11 = alloca i64, align 8 %12 = alloca ptr, align 8 %13 = alloca ptr, align 8 %14 = alloca i64, align 8 store ptr %0, ptr %3, align 8 store ptr %1, ptr %4, align 8 store i32 0, ptr %6, align 4 %15 = load ptr, ptr %3, align 8 %16 = load i32, ptr %15, align 4 store i32 %16, ptr %8, align 4 %17 = load i32, ptr %8, align 4 %18 = icmp slt i32 %17, 2 br i1 %18, label %19, label %20 19: ; preds = %2 br label %219 20: ; preds = %2 store i32 1, ptr %5, align 4 %21 = load i32, ptr %5, align 4 %22 = load i32, ptr %8, align 4 %23 = icmp slt i32 %21, %22 br i1 %23, label %.lr.ph, label %.loopexit .lr.ph: ; preds = %20 br label %24 24: ; preds = %.lr.ph, %37 %25 = load ptr, ptr %4, align 8 %26 = load ptr, ptr %25, align 8 %27 = load i32, ptr %5, align 4 %28 = sext i32 %27 to i64 %29 = getelementptr inbounds ptr, ptr %26, i64 %28 %30 = load ptr, ptr %29, align 8 %31 = getelementptr inbounds i8, ptr %30, i64 0 %32 = load i8, ptr %31, align 1 %33 = sext i8 %32 to i32 %34 = icmp eq i32 %33, 64 br i1 %34, label %35, label %36 35: ; preds = %24 br label %43 36: ; preds = %24 br label %37 37: ; preds = %36 %38 = load i32, ptr %5, align 4 %39 = add nsw i32 %38, 1 store i32 %39, ptr %5, align 4 %40 = load i32, ptr %5, align 4 %41 = load i32, ptr %8, align 4 %42 = icmp slt i32 %40, %41 br i1 %42, label %24, label %..loopexit_crit_edge, !llvm.loop !6 ..loopexit_crit_edge: ; preds = %37 br label %.loopexit .loopexit: ; preds = %..loopexit_crit_edge, %20 br label %43 43: ; preds = %.loopexit, %35 %44 = load i32, ptr %5, align 4 %45 = load i32, ptr %8, align 4 %46 = icmp sge i32 %44, %45 br i1 %46, label %47, label %48 47: ; preds = %43 br label %219 48: ; preds = %43 %49 = load i32, ptr %8, align 4 %50 = add nsw i32 %49, 1 store i32 %50, ptr %8, align 4 %51 = sext i32 %50 to i64 %52 = mul i64 %51, 8 %53 = call ptr @malloc(i64 noundef %52) #3 store ptr %53, ptr %7, align 8 %54 = icmp eq ptr %53, null br i1 %54, label %55, label %57 55: ; preds = %48 %56 = call i32 (...) @errMem() br label %57 57: ; preds = %55, %48 %58 = load ptr, ptr %4, align 8 %59 = load ptr, ptr %58, align 8 %60 = getelementptr inbounds ptr, ptr %59, i64 0 %61 = load ptr, ptr %60, align 8 %62 = load ptr, ptr %7, align 8 %63 = load i32, ptr %6, align 4 %64 = add nsw i32 %63, 1 store i32 %64, ptr %6, align 4 %65 = sext i32 %63 to i64 %66 = getelementptr inbounds ptr, ptr %62, i64 %65 store ptr %61, ptr %66, align 8 store i32 1, ptr %5, align 4 %67 = load i32, ptr %5, align 4 %68 = load ptr, ptr %3, align 8 %69 = load i32, ptr %68, align 4 %70 = icmp slt i32 %67, %69 br i1 %70, label %.lr.ph3, label %210 .lr.ph3: ; preds = %57 br label %71 71: ; preds = %.lr.ph3, %203 %72 = load ptr, ptr %4, align 8 %73 = load ptr, ptr %72, align 8 %74 = load i32, ptr %5, align 4 %75 = sext i32 %74 to i64 %76 = getelementptr inbounds ptr, ptr %73, i64 %75 %77 = load ptr, ptr %76, align 8 %78 = getelementptr inbounds i8, ptr %77, i64 0 %79 = load i8, ptr %78, align 1 %80 = sext i8 %79 to i32 %81 = icmp ne i32 %80, 64 br i1 %81, label %82, label %94 82: ; preds = %71 %83 = load ptr, ptr %4, align 8 %84 = load ptr, ptr %83, align 8 %85 = load i32, ptr %5, align 4 %86 = sext i32 %85 to i64 %87 = getelementptr inbounds ptr, ptr %84, i64 %86 %88 = load ptr, ptr %87, align 8 %89 = load ptr, ptr %7, align 8 %90 = load i32, ptr %6, align 4 %91 = add nsw i32 %90, 1 store i32 %91, ptr %6, align 4 %92 = sext i32 %90 to i64 %93 = getelementptr inbounds ptr, ptr %89, i64 %92 store ptr %88, ptr %93, align 8 br label %202 94: ; preds = %71 %95 = load ptr, ptr %4, align 8 %96 = load ptr, ptr %95, align 8 %97 = load i32, ptr %5, align 4 %98 = sext i32 %97 to i64 %99 = getelementptr inbounds ptr, ptr %96, i64 %98 %100 = load ptr, ptr %99, align 8 %101 = getelementptr inbounds i8, ptr %100, i64 1 %102 = call ptr @fopen(ptr noundef %101, ptr noundef @.str) store ptr %102, ptr %9, align 8 %103 = icmp ne ptr %102, null br i1 %103, label %116, label %104 104: ; preds = %94 %105 = load ptr, ptr %4, align 8 %106 = load ptr, ptr %105, align 8 %107 = load i32, ptr %5, align 4 %108 = sext i32 %107 to i64 %109 = getelementptr inbounds ptr, ptr %106, i64 %108 %110 = load ptr, ptr %109, align 8 %111 = load ptr, ptr %7, align 8 %112 = load i32, ptr %6, align 4 %113 = add nsw i32 %112, 1 store i32 %113, ptr %6, align 4 %114 = sext i32 %112 to i64 %115 = getelementptr inbounds ptr, ptr %111, i64 %114 store ptr %110, ptr %115, align 8 br label %203 116: ; preds = %94 %117 = load ptr, ptr %9, align 8 %118 = call i64 @fsize(ptr noundef %117) store i64 %118, ptr %10, align 8 %119 = icmp slt i64 %118, 0 br i1 %119, label %120, label %124 120: ; preds = %116 %121 = load ptr, ptr %9, align 8 %122 = call i32 @fclose(ptr noundef %121) %123 = call i32 (...) @errMem() br label %124 124: ; preds = %120, %116 %125 = load i64, ptr %10, align 8 %126 = icmp sgt i64 %125, 0 br i1 %126, label %127, label %199 127: ; preds = %124 %128 = load i64, ptr %10, align 8 store i64 %128, ptr %11, align 8 %129 = load i64, ptr %10, align 8 %130 = icmp eq i64 %128, %129 br i1 %130, label %131, label %194 131: ; preds = %127 %132 = load i64, ptr %11, align 8 %133 = add i64 %132, 1 %134 = load i64, ptr %11, align 8 %135 = icmp ugt i64 %133, %134 br i1 %135, label %136, label %194 136: ; preds = %131 %137 = load i64, ptr %11, align 8 %138 = add i64 %137, 1 %139 = call ptr @malloc(i64 noundef %138) #3 store ptr %139, ptr %12, align 8 %140 = icmp ne ptr %139, null br i1 %140, label %141, label %194 141: ; preds = %136 %142 = load ptr, ptr %12, align 8 %143 = load i64, ptr %11, align 8 %144 = add i64 %143, 1 %145 = call i32 @memset(ptr noundef %142, i8 noundef signext 0, i64 noundef %144) %146 = load ptr, ptr %9, align 8 %147 = load i32, ptr @SEEK_SET, align 4 %148 = call i32 @fseek(ptr noundef %146, i32 noundef 0, i32 noundef %147) %149 = load ptr, ptr %12, align 8 %150 = load ptr, ptr %12, align 8 %151 = load i64, ptr %11, align 8 %152 = load ptr, ptr %9, align 8 %153 = call i64 @fread(ptr noundef %150, i32 noundef 1, i64 noundef %151, ptr noundef %152) %154 = getelementptr inbounds i8, ptr %149, i64 %153 store i8 0, ptr %154, align 1 %155 = load ptr, ptr %12, align 8 %156 = call ptr @strtok(ptr noundef %155, ptr noundef @.str.1) store ptr %156, ptr %13, align 8 %157 = load i32, ptr %8, align 4 %158 = add nsw i32 %157, -1 store i32 %158, ptr %8, align 4 %159 = load ptr, ptr %13, align 8 %160 = icmp ne ptr %159, null br i1 %160, label %.lr.ph1, label %193 .lr.ph1: ; preds = %141 br label %161 161: ; preds = %.lr.ph1, %183 %162 = load i32, ptr %8, align 4 %163 = add nsw i32 %162, 1 store i32 %163, ptr %8, align 4 %164 = load i32, ptr @INT_MAX, align 4 %165 = icmp eq i32 %163, %164 br i1 %165, label %179, label %166 166: ; preds = %161 %167 = load i32, ptr %8, align 4 %168 = zext i32 %167 to i64 %169 = mul i64 %168, 8 store i64 %169, ptr %14, align 8 %170 = udiv i64 %169, 8 %171 = load i32, ptr %8, align 4 %172 = zext i32 %171 to i64 %173 = icmp ne i64 %170, %172 br i1 %173, label %179, label %174 174: ; preds = %166 %175 = load ptr, ptr %7, align 8 %176 = load i64, ptr %14, align 8 %177 = call ptr @realloc(ptr noundef %175, i64 noundef %176) store ptr %177, ptr %7, align 8 %178 = icmp eq ptr %177, null br i1 %178, label %179, label %183 179: ; preds = %174, %166, %161 %180 = load ptr, ptr %9, align 8 %181 = call i32 @fclose(ptr noundef %180) %182 = call i32 (...) @errMem() br label %183 183: ; preds = %179, %174 %184 = load ptr, ptr %13, align 8 %185 = load ptr, ptr %7, align 8 %186 = load i32, ptr %6, align 4 %187 = add nsw i32 %186, 1 store i32 %187, ptr %6, align 4 %188 = sext i32 %186 to i64 %189 = getelementptr inbounds ptr, ptr %185, i64 %188 store ptr %184, ptr %189, align 8 %190 = call ptr @strtok(ptr noundef null, ptr noundef @.str.1) store ptr %190, ptr %13, align 8 %191 = load ptr, ptr %13, align 8 %192 = icmp ne ptr %191, null br i1 %192, label %161, label %._crit_edge, !llvm.loop !8 ._crit_edge: ; preds = %183 br label %193 193: ; preds = %._crit_edge, %141 br label %198 194: ; preds = %136, %131, %127 %195 = load ptr, ptr %9, align 8 %196 = call i32 @fclose(ptr noundef %195) %197 = call i32 (...) @errMem() br label %198 198: ; preds = %194, %193 br label %199 199: ; preds = %198, %124 %200 = load ptr, ptr %9, align 8 %201 = call i32 @fclose(ptr noundef %200) br label %202 202: ; preds = %199, %82 br label %203 203: ; preds = %202, %104 %204 = load i32, ptr %5, align 4 %205 = add nsw i32 %204, 1 store i32 %205, ptr %5, align 4 %206 = load i32, ptr %5, align 4 %207 = load ptr, ptr %3, align 8 %208 = load i32, ptr %207, align 4 %209 = icmp slt i32 %206, %208 br i1 %209, label %71, label %._crit_edge4, !llvm.loop !9 ._crit_edge4: ; preds = %203 br label %210 210: ; preds = %._crit_edge4, %57 %211 = load ptr, ptr %7, align 8 %212 = load i32, ptr %6, align 4 %213 = sext i32 %212 to i64 %214 = getelementptr inbounds ptr, ptr %211, i64 %213 store ptr null, ptr %214, align 8 %215 = load i32, ptr %6, align 4 %216 = load ptr, ptr %3, align 8 store i32 %215, ptr %216, align 4 %217 = load ptr, ptr %7, align 8 %218 = load ptr, ptr %4, align 8 store ptr %217, ptr %218, align 8 br label %219 219: ; preds = %210, %47, %19 ret void } ; Function Attrs: allocsize(0) declare ptr @malloc(i64 noundef) #1 declare i32 @errMem(...) #2 declare ptr @fopen(ptr noundef, ptr noundef) #2 declare i64 @fsize(ptr noundef) #2 declare i32 @fclose(ptr noundef) #2 declare i32 @memset(ptr noundef, i8 noundef signext, i64 noundef) #2 declare i32 @fseek(ptr noundef, i32 noundef, i32 noundef) #2 declare i64 @fread(ptr noundef, i32 noundef, i64 noundef, ptr noundef) #2 declare ptr @strtok(ptr noundef, ptr noundef) #2 declare ptr @realloc(ptr noundef, i64 noundef) #2 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { allocsize(0) "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #2 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #3 = { allocsize(0) } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !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 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"} !6 = distinct !{!6, !7} !7 = !{!"llvm.loop.mustprogress"} !8 = distinct !{!8, !7} !9 = distinct !{!9, !7}
; ModuleID = '/tmp/tmpgau5apim.c' source_filename = "/tmp/tmpgau5apim.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-pc-linux-gnu" @.str = private unnamed_addr constant [2 x i8] c".\00", align 1 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local void @sleep(i32 noundef %0) #0 { %2 = alloca i32, align 4 %3 = alloca i32, align 4 %4 = alloca i64, align 8 %5 = alloca double, align 8 %6 = alloca double, align 8 store i32 %0, ptr %2, align 4 store double 3.000000e+00, ptr %5, align 8 store i32 0, ptr %3, align 4 br label %7 7: ; preds = %24, %1 %8 = load i32, ptr %3, align 4 %9 = load i32, ptr %2, align 4 %10 = icmp slt i32 %8, %9 br i1 %10, label %11, label %27 11: ; preds = %7 store i64 0, ptr %4, align 8 br label %12 12: ; preds = %18, %11 %13 = load i64, ptr %4, align 8 %14 = icmp slt i64 %13, 1000 br i1 %14, label %15, label %21 15: ; preds = %12 %16 = load double, ptr %5, align 8 %17 = call double @sqrt(double noundef %16) #3 store double %17, ptr %6, align 8 br label %18 18: ; preds = %15 %19 = load i64, ptr %4, align 8 %20 = add nsw i64 %19, 1 store i64 %20, ptr %4, align 8 br label %12, !llvm.loop !6 21: ; preds = %12 %22 = call i32 @tnoua(ptr noundef @.str) %23 = call i32 (...) @showtext() br label %24 24: ; preds = %21 %25 = load i32, ptr %3, align 4 %26 = add nsw i32 %25, 1 store i32 %26, ptr %3, align 4 br label %7, !llvm.loop !8 27: ; preds = %7 %28 = load double, ptr %6, align 8 %29 = fadd double %28, -1.000000e+00 store double %29, ptr %6, align 8 store double %28, ptr %6, align 8 ret void } ; Function Attrs: nounwind declare double @sqrt(double noundef) #1 declare i32 @tnoua(ptr noundef) #2 declare i32 @showtext(...) #2 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { nounwind "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #2 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #3 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !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 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"} !6 = distinct !{!6, !7} !7 = !{!"llvm.loop.mustprogress"} !8 = distinct !{!8, !7}
; ModuleID = '<stdin>' source_filename = "/tmp/tmpgau5apim.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-pc-linux-gnu" @.str = private unnamed_addr constant [2 x i8] c".\00", align 1 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local void @sleep(i32 noundef %0) #0 { %2 = alloca i32, align 4 %3 = alloca i32, align 4 %4 = alloca i64, align 8 %5 = alloca double, align 8 %6 = alloca double, align 8 store i32 %0, ptr %2, align 4 store double 3.000000e+00, ptr %5, align 8 store i32 0, ptr %3, align 4 %7 = load i32, ptr %3, align 4 %8 = load i32, ptr %2, align 4 %9 = icmp slt i32 %7, %8 br i1 %9, label %.lr.ph2, label %30 .lr.ph2: ; preds = %1 br label %10 10: ; preds = %.lr.ph2, %24 store i64 0, ptr %4, align 8 %11 = load i64, ptr %4, align 8 %12 = icmp slt i64 %11, 1000 br i1 %12, label %.lr.ph, label %21 .lr.ph: ; preds = %10 br label %13 13: ; preds = %.lr.ph, %16 %14 = load double, ptr %5, align 8 %15 = call double @sqrt(double noundef %14) #3 store double %15, ptr %6, align 8 br label %16 16: ; preds = %13 %17 = load i64, ptr %4, align 8 %18 = add nsw i64 %17, 1 store i64 %18, ptr %4, align 8 %19 = load i64, ptr %4, align 8 %20 = icmp slt i64 %19, 1000 br i1 %20, label %13, label %._crit_edge, !llvm.loop !6 ._crit_edge: ; preds = %16 br label %21 21: ; preds = %._crit_edge, %10 %22 = call i32 @tnoua(ptr noundef @.str) %23 = call i32 (...) @showtext() br label %24 24: ; preds = %21 %25 = load i32, ptr %3, align 4 %26 = add nsw i32 %25, 1 store i32 %26, ptr %3, align 4 %27 = load i32, ptr %3, align 4 %28 = load i32, ptr %2, align 4 %29 = icmp slt i32 %27, %28 br i1 %29, label %10, label %._crit_edge3, !llvm.loop !8 ._crit_edge3: ; preds = %24 br label %30 30: ; preds = %._crit_edge3, %1 %31 = load double, ptr %6, align 8 %32 = fadd double %31, -1.000000e+00 store double %32, ptr %6, align 8 store double %31, ptr %6, align 8 ret void } ; Function Attrs: nounwind declare double @sqrt(double noundef) #1 declare i32 @tnoua(ptr noundef) #2 declare i32 @showtext(...) #2 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { nounwind "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #2 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #3 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !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 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"} !6 = distinct !{!6, !7} !7 = !{!"llvm.loop.mustprogress"} !8 = distinct !{!8, !7}
; ModuleID = '/tmp/tmp_nuek3iz.c' source_filename = "/tmp/tmp_nuek3iz.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-pc-linux-gnu" !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !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 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '<stdin>' source_filename = "/tmp/tmp_nuek3iz.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-pc-linux-gnu" !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !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 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '/tmp/tmp86bu3yl5.c' source_filename = "/tmp/tmp86bu3yl5.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-pc-linux-gnu" @stdin = dso_local global i32 0, align 4 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local void @get_input(ptr noundef %0) #0 { %2 = alloca ptr, align 8 %3 = alloca ptr, align 8 store ptr %0, ptr %2, align 8 %4 = load ptr, ptr %2, align 8 %5 = load i32, ptr @stdin, align 4 %6 = call i32 @fgets(ptr noundef %4, i32 noundef 80, i32 noundef %5) %7 = load ptr, ptr %2, align 8 %8 = call ptr @strchr(ptr noundef %7, i8 noundef signext 10) store ptr %8, ptr %3, align 8 %9 = load ptr, ptr %3, align 8 %10 = icmp ne ptr %9, null br i1 %10, label %11, label %13 11: ; preds = %1 %12 = load ptr, ptr %3, align 8 store i8 0, ptr %12, align 1 br label %13 13: ; preds = %11, %1 ret void } declare i32 @fgets(ptr noundef, i32 noundef, i32 noundef) #1 declare ptr @strchr(ptr noundef, i8 noundef signext) #1 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !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 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '<stdin>' source_filename = "/tmp/tmp86bu3yl5.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-pc-linux-gnu" @stdin = dso_local global i32 0, align 4 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local void @get_input(ptr noundef %0) #0 { %2 = alloca ptr, align 8 %3 = alloca ptr, align 8 store ptr %0, ptr %2, align 8 %4 = load ptr, ptr %2, align 8 %5 = load i32, ptr @stdin, align 4 %6 = call i32 @fgets(ptr noundef %4, i32 noundef 80, i32 noundef %5) %7 = load ptr, ptr %2, align 8 %8 = call ptr @strchr(ptr noundef %7, i8 noundef signext 10) store ptr %8, ptr %3, align 8 %9 = load ptr, ptr %3, align 8 %10 = icmp ne ptr %9, null br i1 %10, label %11, label %13 11: ; preds = %1 %12 = load ptr, ptr %3, align 8 store i8 0, ptr %12, align 1 br label %13 13: ; preds = %11, %1 ret void } declare i32 @fgets(ptr noundef, i32 noundef, i32 noundef) #1 declare ptr @strchr(ptr noundef, i8 noundef signext) #1 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !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 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '/tmp/tmphi9v0jmw.c' source_filename = "/tmp/tmphi9v0jmw.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-pc-linux-gnu" ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local i32 @ilog2(i32 noundef %0) #0 { %2 = alloca i32, align 4 %3 = alloca i32, align 4 %4 = alloca i32, align 4 %5 = alloca i32, align 4 store i32 %0, ptr %3, align 4 %6 = load i32, ptr %3, align 4 %7 = icmp sle i32 %6, 1 br i1 %7, label %8, label %9 8: ; preds = %1 store i32 1, ptr %2, align 4 br label %21 9: ; preds = %1 store i32 0, ptr %4, align 4 store i32 1, ptr %5, align 4 br label %10 10: ; preds = %14, %9 %11 = load i32, ptr %5, align 4 %12 = load i32, ptr %3, align 4 %13 = icmp slt i32 %11, %12 br i1 %13, label %14, label %19 14: ; preds = %10 %15 = load i32, ptr %4, align 4 %16 = add nsw i32 %15, 1 store i32 %16, ptr %4, align 4 %17 = load i32, ptr %5, align 4 %18 = mul nsw i32 %17, 2 store i32 %18, ptr %5, align 4 br label %10, !llvm.loop !6 19: ; preds = %10 %20 = load i32, ptr %4, align 4 store i32 %20, ptr %2, align 4 br label %21 21: ; preds = %19, %8 %22 = load i32, ptr %2, align 4 ret i32 %22 } attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !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 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"} !6 = distinct !{!6, !7} !7 = !{!"llvm.loop.mustprogress"}
; ModuleID = '<stdin>' source_filename = "/tmp/tmphi9v0jmw.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-pc-linux-gnu" ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local i32 @ilog2(i32 noundef %0) #0 { %2 = alloca i32, align 4 %3 = alloca i32, align 4 %4 = alloca i32, align 4 %5 = alloca i32, align 4 store i32 %0, ptr %3, align 4 %6 = load i32, ptr %3, align 4 %7 = icmp sle i32 %6, 1 br i1 %7, label %8, label %9 8: ; preds = %1 store i32 1, ptr %2, align 4 br label %23 9: ; preds = %1 store i32 0, ptr %4, align 4 store i32 1, ptr %5, align 4 %10 = load i32, ptr %5, align 4 %11 = load i32, ptr %3, align 4 %12 = icmp slt i32 %10, %11 br i1 %12, label %.lr.ph, label %21 .lr.ph: ; preds = %9 br label %13 13: ; preds = %.lr.ph, %13 %14 = load i32, ptr %4, align 4 %15 = add nsw i32 %14, 1 store i32 %15, ptr %4, align 4 %16 = load i32, ptr %5, align 4 %17 = mul nsw i32 %16, 2 store i32 %17, ptr %5, align 4 %18 = load i32, ptr %5, align 4 %19 = load i32, ptr %3, align 4 %20 = icmp slt i32 %18, %19 br i1 %20, label %13, label %._crit_edge, !llvm.loop !6 ._crit_edge: ; preds = %13 br label %21 21: ; preds = %._crit_edge, %9 %22 = load i32, ptr %4, align 4 store i32 %22, ptr %2, align 4 br label %23 23: ; preds = %21, %8 %24 = load i32, ptr %2, align 4 ret i32 %24 } attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !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 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"} !6 = distinct !{!6, !7} !7 = !{!"llvm.loop.mustprogress"}
; ModuleID = '/tmp/tmp9d6d3d0g.c' source_filename = "/tmp/tmp9d6d3d0g.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-pc-linux-gnu" @.str = private unnamed_addr constant [168 x i8] c"/scratch/repos/new/home/jordi_armengol_estape/c-scraper/outputs/2022-01-22/02-19-57/repos/bitfixer/bitfixer/refs/heads/master/dg/z88dk/test/suites/ctype/test_isascii.c\00", align 1 @.str.1 = private unnamed_addr constant [29 x i8] c"isascii should be 0 for 0xf5\00", align 1 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local void @t_isascii_0xf5() #0 { %1 = call i64 @isascii(i32 noundef 245) %2 = icmp eq i64 %1, 0 %3 = zext i1 %2 to i32 %4 = call i32 @Assert_real(i32 noundef %3, ptr noundef @.str, i32 noundef 1230, ptr noundef @.str.1) ret void } declare i32 @Assert_real(i32 noundef, ptr noundef, i32 noundef, ptr noundef) #1 declare i64 @isascii(i32 noundef) #1 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !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 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '<stdin>' source_filename = "/tmp/tmp9d6d3d0g.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-pc-linux-gnu" @.str = private unnamed_addr constant [168 x i8] c"/scratch/repos/new/home/jordi_armengol_estape/c-scraper/outputs/2022-01-22/02-19-57/repos/bitfixer/bitfixer/refs/heads/master/dg/z88dk/test/suites/ctype/test_isascii.c\00", align 1 @.str.1 = private unnamed_addr constant [29 x i8] c"isascii should be 0 for 0xf5\00", align 1 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local void @t_isascii_0xf5() #0 { %1 = call i64 @isascii(i32 noundef 245) %2 = icmp eq i64 %1, 0 %3 = zext i1 %2 to i32 %4 = call i32 @Assert_real(i32 noundef %3, ptr noundef @.str, i32 noundef 1230, ptr noundef @.str.1) ret void } declare i32 @Assert_real(i32 noundef, ptr noundef, i32 noundef, ptr noundef) #1 declare i64 @isascii(i32 noundef) #1 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !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 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '/tmp/tmpqy2e4xlw.c' source_filename = "/tmp/tmpqy2e4xlw.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-pc-linux-gnu" !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !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 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '<stdin>' source_filename = "/tmp/tmpqy2e4xlw.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-pc-linux-gnu" !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !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 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '/tmp/tmp8vhy7xpz.c' source_filename = "/tmp/tmp8vhy7xpz.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-pc-linux-gnu" ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local void @init_ptr_(ptr noundef %0, ptr noundef %1) #0 { %3 = alloca ptr, align 8 %4 = alloca ptr, align 8 store ptr %0, ptr %3, align 8 store ptr %1, ptr %4, align 8 %5 = load ptr, ptr %4, align 8 %6 = call i32 @hold_ptr(ptr noundef %5) %7 = load ptr, ptr %4, align 8 %8 = load ptr, ptr %3, align 8 store ptr %7, ptr %8, align 8 ret void } declare i32 @hold_ptr(ptr noundef) #1 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !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 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '<stdin>' source_filename = "/tmp/tmp8vhy7xpz.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-pc-linux-gnu" ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local void @init_ptr_(ptr noundef %0, ptr noundef %1) #0 { %3 = alloca ptr, align 8 %4 = alloca ptr, align 8 store ptr %0, ptr %3, align 8 store ptr %1, ptr %4, align 8 %5 = load ptr, ptr %4, align 8 %6 = call i32 @hold_ptr(ptr noundef %5) %7 = load ptr, ptr %4, align 8 %8 = load ptr, ptr %3, align 8 store ptr %7, ptr %8, align 8 ret void } declare i32 @hold_ptr(ptr noundef) #1 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !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 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '/tmp/tmph47_e5d5.c' source_filename = "/tmp/tmph47_e5d5.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-pc-linux-gnu" @.str = private unnamed_addr constant [2 x i8] c"-\00", align 1 @.str.1 = private unnamed_addr constant [7 x i8] c"SELECT\00", align 1 @.str.2 = private unnamed_addr constant [2 x i8] c"*\00", align 1 @.str.3 = private unnamed_addr constant [5 x i8] c"FROM\00", align 1 @.str.4 = private unnamed_addr constant [9 x i8] c"TestCase\00", align 1 @.str.5 = private unnamed_addr constant [6 x i8] c"WHERE\00", align 1 @.str.6 = private unnamed_addr constant [17 x i8] c"TestCase.passing\00", align 1 @.str.7 = private unnamed_addr constant [3 x i8] c"is\00", align 1 @.str.8 = private unnamed_addr constant [6 x i8] c"TRUE;\00", align 1 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local void @run_expectish_lace_tool_pipem_callback(i32 noundef %0, i32 noundef %1, ptr noundef %2) #0 { %4 = alloca i32, align 4 %5 = alloca i32, align 4 %6 = alloca ptr, align 8 %7 = alloca i32, align 4 store i32 %0, ptr %4, align 4 store i32 %1, ptr %5, align 4 store ptr %2, ptr %6, align 8 %8 = load i32, ptr %4, align 4 %9 = load i32, ptr %5, align 4 %10 = load ptr, ptr %6, align 8 %11 = call i32 @lace_compat_fd_spawnlp_wait(i32 noundef %8, i32 noundef %9, i32 noundef 2, ptr noundef null, ptr noundef %10, ptr noundef @.str, ptr noundef @.str.1, ptr noundef @.str.2, ptr noundef @.str.3, ptr noundef @.str.4, ptr noundef @.str.5, ptr noundef @.str.6, ptr noundef @.str.7, ptr noundef @.str.8, ptr noundef null) store i32 %11, ptr %7, align 4 %12 = load i32, ptr %7, align 4 %13 = icmp eq i32 %12, 0 %14 = zext i1 %13 to i32 %15 = call i32 @assert(i32 noundef %14) ret void } declare i32 @lace_compat_fd_spawnlp_wait(i32 noundef, i32 noundef, i32 noundef, ptr noundef, ptr noundef, ptr noundef, ptr noundef, ptr noundef, ptr noundef, ptr noundef, ptr noundef, ptr noundef, ptr noundef, ptr noundef, ptr noundef) #1 declare i32 @assert(i32 noundef) #1 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !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 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '<stdin>' source_filename = "/tmp/tmph47_e5d5.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-pc-linux-gnu" @.str = private unnamed_addr constant [2 x i8] c"-\00", align 1 @.str.1 = private unnamed_addr constant [7 x i8] c"SELECT\00", align 1 @.str.2 = private unnamed_addr constant [2 x i8] c"*\00", align 1 @.str.3 = private unnamed_addr constant [5 x i8] c"FROM\00", align 1 @.str.4 = private unnamed_addr constant [9 x i8] c"TestCase\00", align 1 @.str.5 = private unnamed_addr constant [6 x i8] c"WHERE\00", align 1 @.str.6 = private unnamed_addr constant [17 x i8] c"TestCase.passing\00", align 1 @.str.7 = private unnamed_addr constant [3 x i8] c"is\00", align 1 @.str.8 = private unnamed_addr constant [6 x i8] c"TRUE;\00", align 1 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local void @run_expectish_lace_tool_pipem_callback(i32 noundef %0, i32 noundef %1, ptr noundef %2) #0 { %4 = alloca i32, align 4 %5 = alloca i32, align 4 %6 = alloca ptr, align 8 %7 = alloca i32, align 4 store i32 %0, ptr %4, align 4 store i32 %1, ptr %5, align 4 store ptr %2, ptr %6, align 8 %8 = load i32, ptr %4, align 4 %9 = load i32, ptr %5, align 4 %10 = load ptr, ptr %6, align 8 %11 = call i32 @lace_compat_fd_spawnlp_wait(i32 noundef %8, i32 noundef %9, i32 noundef 2, ptr noundef null, ptr noundef %10, ptr noundef @.str, ptr noundef @.str.1, ptr noundef @.str.2, ptr noundef @.str.3, ptr noundef @.str.4, ptr noundef @.str.5, ptr noundef @.str.6, ptr noundef @.str.7, ptr noundef @.str.8, ptr noundef null) store i32 %11, ptr %7, align 4 %12 = load i32, ptr %7, align 4 %13 = icmp eq i32 %12, 0 %14 = zext i1 %13 to i32 %15 = call i32 @assert(i32 noundef %14) ret void } declare i32 @lace_compat_fd_spawnlp_wait(i32 noundef, i32 noundef, i32 noundef, ptr noundef, ptr noundef, ptr noundef, ptr noundef, ptr noundef, ptr noundef, ptr noundef, ptr noundef, ptr noundef, ptr noundef, ptr noundef, ptr noundef) #1 declare i32 @assert(i32 noundef) #1 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !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 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '/tmp/tmpke3bwymp.c' source_filename = "/tmp/tmpke3bwymp.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-pc-linux-gnu" @.str = private unnamed_addr constant [12 x i8] c"token = %s\0A\00", align 1 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local i32 @dump_token_inplace(ptr noundef %0, ptr noundef %1) #0 { %3 = alloca ptr, align 8 %4 = alloca ptr, align 8 store ptr %0, ptr %3, align 8 store ptr %1, ptr %4, align 8 %5 = load ptr, ptr %3, align 8 %6 = call i32 @printf(ptr noundef @.str, ptr noundef %5) ret i32 0 } declare i32 @printf(ptr noundef, ptr noundef) #1 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !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 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '<stdin>' source_filename = "/tmp/tmpke3bwymp.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-pc-linux-gnu" @.str = private unnamed_addr constant [12 x i8] c"token = %s\0A\00", align 1 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local i32 @dump_token_inplace(ptr noundef %0, ptr noundef %1) #0 { %3 = alloca ptr, align 8 %4 = alloca ptr, align 8 store ptr %0, ptr %3, align 8 store ptr %1, ptr %4, align 8 %5 = load ptr, ptr %3, align 8 %6 = call i32 @printf(ptr noundef @.str, ptr noundef %5) ret i32 0 } declare i32 @printf(ptr noundef, ptr noundef) #1 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !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 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '/tmp/tmp50944t3g.c' source_filename = "/tmp/tmp50944t3g.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-pc-linux-gnu" %struct.stat = type { i32 } ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local i32 @main(i32 noundef %0, ptr noundef %1) #0 { %3 = alloca i32, align 4 %4 = alloca i32, align 4 %5 = alloca ptr, align 8 %6 = alloca %struct.stat, align 4 store i32 0, ptr %3, align 4 store i32 %0, ptr %4, align 4 store ptr %1, ptr %5, align 8 %7 = getelementptr inbounds %struct.stat, ptr %6, i32 0, i32 0 %8 = load i32, ptr %7, align 4 %9 = call i32 @S_ISREG(i32 noundef %8) ret i32 %9 } declare i32 @S_ISREG(i32 noundef) #1 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !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 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '<stdin>' source_filename = "/tmp/tmp50944t3g.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-pc-linux-gnu" %struct.stat = type { i32 } ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local i32 @main(i32 noundef %0, ptr noundef %1) #0 { %3 = alloca i32, align 4 %4 = alloca i32, align 4 %5 = alloca ptr, align 8 %6 = alloca %struct.stat, align 4 store i32 0, ptr %3, align 4 store i32 %0, ptr %4, align 4 store ptr %1, ptr %5, align 8 %7 = getelementptr inbounds %struct.stat, ptr %6, i32 0, i32 0 %8 = load i32, ptr %7, align 4 %9 = call i32 @S_ISREG(i32 noundef %8) ret i32 %9 } declare i32 @S_ISREG(i32 noundef) #1 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !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 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '/tmp/tmpf1guklxp.c' source_filename = "/tmp/tmpf1guklxp.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-pc-linux-gnu" ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local void @quit(i32 noundef %0) #0 { %2 = alloca i32, align 4 store i32 %0, ptr %2, align 4 %3 = call i32 (...) @cleanup() %4 = call i32 @exit(i32 noundef 1) #3 unreachable } declare i32 @cleanup(...) #1 ; Function Attrs: noreturn declare i32 @exit(i32 noundef) #2 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #2 = { noreturn "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #3 = { noreturn } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !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 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '<stdin>' source_filename = "/tmp/tmpf1guklxp.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-pc-linux-gnu" ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local void @quit(i32 noundef %0) #0 { %2 = alloca i32, align 4 store i32 %0, ptr %2, align 4 %3 = call i32 (...) @cleanup() %4 = call i32 @exit(i32 noundef 1) #3 unreachable } declare i32 @cleanup(...) #1 ; Function Attrs: noreturn declare i32 @exit(i32 noundef) #2 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #2 = { noreturn "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #3 = { noreturn } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !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 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '/tmp/tmp723wgauz.c' source_filename = "/tmp/tmp723wgauz.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-pc-linux-gnu" !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !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 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '<stdin>' source_filename = "/tmp/tmp723wgauz.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-pc-linux-gnu" !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !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 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '/tmp/tmpdkbx04xa.c' source_filename = "/tmp/tmpdkbx04xa.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-pc-linux-gnu" ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local i32 @utlisspace(i32 noundef %0) #0 { %2 = alloca i32, align 4 store i32 %0, ptr %2, align 4 %3 = load i32, ptr %2, align 4 %4 = icmp sle i32 %3, 255 br i1 %4, label %5, label %9 5: ; preds = %1 %6 = load i32, ptr %2, align 4 %7 = call i64 @isspace(i32 noundef %6) %8 = icmp ne i64 %7, 0 br label %9 9: ; preds = %5, %1 %10 = phi i1 [ false, %1 ], [ %8, %5 ] %11 = zext i1 %10 to i32 ret i32 %11 } declare i64 @isspace(i32 noundef) #1 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !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 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '<stdin>' source_filename = "/tmp/tmpdkbx04xa.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-pc-linux-gnu" ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local i32 @utlisspace(i32 noundef %0) #0 { %2 = alloca i32, align 4 store i32 %0, ptr %2, align 4 %3 = load i32, ptr %2, align 4 %4 = icmp sle i32 %3, 255 br i1 %4, label %5, label %9 5: ; preds = %1 %6 = load i32, ptr %2, align 4 %7 = call i64 @isspace(i32 noundef %6) %8 = icmp ne i64 %7, 0 br label %9 9: ; preds = %5, %1 %10 = phi i1 [ false, %1 ], [ %8, %5 ] %11 = zext i1 %10 to i32 ret i32 %11 } declare i64 @isspace(i32 noundef) #1 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !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 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '/tmp/tmp9m_0lp16.c' source_filename = "/tmp/tmp9m_0lp16.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-pc-linux-gnu" @ENOTRECOVERABLE = dso_local global i32 0, align 4 @MS_RDONLY = dso_local global i32 0, align 4 @O_CLOEXEC = dso_local global i32 0, align 4 @O_RDONLY = dso_local global i32 0, align 4 !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !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 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '<stdin>' source_filename = "/tmp/tmp9m_0lp16.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-pc-linux-gnu" @ENOTRECOVERABLE = dso_local global i32 0, align 4 @MS_RDONLY = dso_local global i32 0, align 4 @O_CLOEXEC = dso_local global i32 0, align 4 @O_RDONLY = dso_local global i32 0, align 4 !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !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 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '/tmp/tmphqe0utyt.c' source_filename = "/tmp/tmphqe0utyt.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-pc-linux-gnu" ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local void @PECIIntDisable(i64 noundef %0, i64 noundef %1) #0 { %3 = alloca i64, align 8 %4 = alloca i64, align 8 store i64 %0, ptr %3, align 8 store i64 %1, ptr %4, align 8 %5 = load i64, ptr %3, align 8 %6 = icmp eq i64 %5, 1074462720 %7 = zext i1 %6 to i32 %8 = call i32 @DEBUG_ASSERT(i32 noundef %7) %9 = load i64, ptr %4, align 8 %10 = xor i64 %9, -1 %11 = load i64, ptr %3, align 8 %12 = add i64 %11, 128 %13 = inttoptr i64 %12 to ptr %14 = load volatile i64, ptr %13, align 8 %15 = and i64 %14, %10 store volatile i64 %15, ptr %13, align 8 ret void } declare i32 @DEBUG_ASSERT(i32 noundef) #1 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !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 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '<stdin>' source_filename = "/tmp/tmphqe0utyt.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-pc-linux-gnu" ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local void @PECIIntDisable(i64 noundef %0, i64 noundef %1) #0 { %3 = alloca i64, align 8 %4 = alloca i64, align 8 store i64 %0, ptr %3, align 8 store i64 %1, ptr %4, align 8 %5 = load i64, ptr %3, align 8 %6 = icmp eq i64 %5, 1074462720 %7 = zext i1 %6 to i32 %8 = call i32 @DEBUG_ASSERT(i32 noundef %7) %9 = load i64, ptr %4, align 8 %10 = xor i64 %9, -1 %11 = load i64, ptr %3, align 8 %12 = add i64 %11, 128 %13 = inttoptr i64 %12 to ptr %14 = load volatile i64, ptr %13, align 8 %15 = and i64 %14, %10 store volatile i64 %15, ptr %13, align 8 ret void } declare i32 @DEBUG_ASSERT(i32 noundef) #1 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !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 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '/tmp/tmpubkizx3b.c' source_filename = "/tmp/tmpubkizx3b.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-pc-linux-gnu" !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !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 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '<stdin>' source_filename = "/tmp/tmpubkizx3b.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-pc-linux-gnu" !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !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 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '/tmp/tmpzh95_xhy.c' source_filename = "/tmp/tmpzh95_xhy.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-pc-linux-gnu" ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local float @lgammaf(float noundef %0) #0 { %2 = alloca float, align 4 store float %0, ptr %2, align 4 %3 = call float (...) @__infer_nondet_float() ret float %3 } declare float @__infer_nondet_float(...) #1 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !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 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '<stdin>' source_filename = "/tmp/tmpzh95_xhy.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-pc-linux-gnu" ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local float @lgammaf(float noundef %0) #0 { %2 = alloca float, align 4 store float %0, ptr %2, align 4 %3 = call float (...) @__infer_nondet_float() ret float %3 } declare float @__infer_nondet_float(...) #1 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !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 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '/tmp/tmpz7h7bx1o.c' source_filename = "/tmp/tmpz7h7bx1o.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-pc-linux-gnu" !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !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 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '<stdin>' source_filename = "/tmp/tmpz7h7bx1o.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-pc-linux-gnu" !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !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 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '/tmp/tmp29mehw6c.c' source_filename = "/tmp/tmp29mehw6c.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-pc-linux-gnu" ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local float @hgetde_() #0 { %1 = call float (...) @hgetdecender() ret float %1 } declare float @hgetdecender(...) #1 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !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 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '<stdin>' source_filename = "/tmp/tmp29mehw6c.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-pc-linux-gnu" ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local float @hgetde_() #0 { %1 = call float (...) @hgetdecender() ret float %1 } declare float @hgetdecender(...) #1 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !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 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '/tmp/tmp0rom6tho.c' source_filename = "/tmp/tmp0rom6tho.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-pc-linux-gnu" ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local i32 @YCbYCrToRGB(ptr noundef %0, i32 noundef %1, ptr noundef %2, i32 noundef %3, i32 noundef %4, i32 noundef %5, i32 noundef %6) #0 { %8 = alloca i32, align 4 %9 = alloca ptr, align 8 %10 = alloca i32, align 4 %11 = alloca ptr, align 8 %12 = alloca i32, align 4 %13 = alloca i32, align 4 %14 = alloca i32, align 4 %15 = alloca i32, align 4 %16 = alloca ptr, align 8 %17 = alloca ptr, align 8 %18 = alloca ptr, align 8 %19 = alloca i32, align 4 %20 = alloca i32, align 4 %21 = alloca i32, align 4 store ptr %0, ptr %9, align 8 store i32 %1, ptr %10, align 4 store ptr %2, ptr %11, align 8 store i32 %3, ptr %12, align 4 store i32 %4, ptr %13, align 4 store i32 %5, ptr %14, align 4 store i32 %6, ptr %15, align 4 %22 = load i32, ptr %12, align 4 %23 = srem i32 %22, 2 %24 = icmp ne i32 %23, 0 br i1 %24, label %25, label %28 25: ; preds = %7 %26 = load i32, ptr %12, align 4 %27 = sub nsw i32 %26, 1 store i32 %27, ptr %12, align 4 br label %28 28: ; preds = %25, %7 %29 = load i32, ptr %13, align 4 %30 = srem i32 %29, 2 %31 = icmp ne i32 %30, 0 br i1 %31, label %32, label %35 32: ; preds = %28 %33 = load i32, ptr %13, align 4 %34 = sub nsw i32 %33, 1 store i32 %34, ptr %13, align 4 br label %35 35: ; preds = %32, %28 %36 = load i32, ptr %12, align 4 %37 = mul nsw i32 3, %36 %38 = load i32, ptr %13, align 4 %39 = mul nsw i32 %37, %38 %40 = sdiv i32 %39, 2 %41 = add nsw i32 %40, 1 %42 = call i64 @malloc(i32 noundef %41) %43 = inttoptr i64 %42 to ptr store ptr %43, ptr %16, align 8 %44 = load ptr, ptr %16, align 8 %45 = icmp eq ptr %44, null br i1 %45, label %46, label %47 46: ; preds = %35 store i32 2, ptr %8, align 4 br label %173 47: ; preds = %35 %48 = load ptr, ptr %16, align 8 %49 = load i32, ptr %12, align 4 %50 = load i32, ptr %13, align 4 %51 = mul nsw i32 %49, %50 %52 = sext i32 %51 to i64 %53 = getelementptr inbounds i8, ptr %48, i64 %52 store ptr %53, ptr %17, align 8 %54 = load ptr, ptr %17, align 8 %55 = load i32, ptr %12, align 4 %56 = load i32, ptr %13, align 4 %57 = mul nsw i32 %55, %56 %58 = sdiv i32 %57, 4 %59 = sext i32 %58 to i64 %60 = getelementptr inbounds i8, ptr %54, i64 %59 store ptr %60, ptr %18, align 8 store i32 0, ptr %20, align 4 br label %61 61: ; preds = %154, %47 %62 = load i32, ptr %20, align 4 %63 = load i32, ptr %13, align 4 %64 = icmp slt i32 %62, %63 br i1 %64, label %65, label %157 65: ; preds = %61 store i32 0, ptr %19, align 4 br label %66 66: ; preds = %150, %65 %67 = load i32, ptr %19, align 4 %68 = load i32, ptr %12, align 4 %69 = icmp slt i32 %67, %68 br i1 %69, label %70, label %153 70: ; preds = %66 %71 = load ptr, ptr %9, align 8 %72 = load i32, ptr %20, align 4 %73 = load i32, ptr %10, align 4 %74 = mul nsw i32 %72, %73 %75 = sext i32 %74 to i64 %76 = getelementptr inbounds i8, ptr %71, i64 %75 %77 = load i32, ptr %19, align 4 %78 = mul nsw i32 2, %77 %79 = sext i32 %78 to i64 %80 = getelementptr inbounds i8, ptr %76, i64 %79 %81 = load i8, ptr %80, align 1 %82 = load ptr, ptr %16, align 8 %83 = load i32, ptr %20, align 4 %84 = load i32, ptr %12, align 4 %85 = mul nsw i32 %83, %84 %86 = sext i32 %85 to i64 %87 = getelementptr inbounds i8, ptr %82, i64 %86 %88 = load i32, ptr %19, align 4 %89 = sext i32 %88 to i64 %90 = getelementptr inbounds i8, ptr %87, i64 %89 store i8 %81, ptr %90, align 1 %91 = load i32, ptr %20, align 4 %92 = srem i32 %91, 2 %93 = icmp eq i32 %92, 0 br i1 %93, label %94, label %149 94: ; preds = %70 %95 = load i32, ptr %19, align 4 %96 = srem i32 %95, 2 %97 = icmp eq i32 %96, 0 br i1 %97, label %98, label %149 98: ; preds = %94 %99 = load ptr, ptr %9, align 8 %100 = load i32, ptr %10, align 4 %101 = load i32, ptr %20, align 4 %102 = mul nsw i32 %100, %101 %103 = sext i32 %102 to i64 %104 = getelementptr inbounds i8, ptr %99, i64 %103 %105 = load i32, ptr %19, align 4 %106 = sdiv i32 %105, 2 %107 = mul nsw i32 4, %106 %108 = sext i32 %107 to i64 %109 = getelementptr inbounds i8, ptr %104, i64 %108 %110 = getelementptr inbounds i8, ptr %109, i64 1 %111 = load i8, ptr %110, align 1 %112 = load ptr, ptr %17, align 8 %113 = load i32, ptr %12, align 4 %114 = sdiv i32 %113, 2 %115 = load i32, ptr %20, align 4 %116 = mul nsw i32 %114, %115 %117 = sdiv i32 %116, 2 %118 = sext i32 %117 to i64 %119 = getelementptr inbounds i8, ptr %112, i64 %118 %120 = load i32, ptr %19, align 4 %121 = sdiv i32 %120, 2 %122 = sext i32 %121 to i64 %123 = getelementptr inbounds i8, ptr %119, i64 %122 store i8 %111, ptr %123, align 1 %124 = load ptr, ptr %9, align 8 %125 = load i32, ptr %10, align 4 %126 = load i32, ptr %20, align 4 %127 = mul nsw i32 %125, %126 %128 = sext i32 %127 to i64 %129 = getelementptr inbounds i8, ptr %124, i64 %128 %130 = load i32, ptr %19, align 4 %131 = sdiv i32 %130, 2 %132 = mul nsw i32 4, %131 %133 = sext i32 %132 to i64 %134 = getelementptr inbounds i8, ptr %129, i64 %133 %135 = getelementptr inbounds i8, ptr %134, i64 3 %136 = load i8, ptr %135, align 1 %137 = load ptr, ptr %18, align 8 %138 = load i32, ptr %12, align 4 %139 = sdiv i32 %138, 2 %140 = load i32, ptr %20, align 4 %141 = mul nsw i32 %139, %140 %142 = sdiv i32 %141, 2 %143 = sext i32 %142 to i64 %144 = getelementptr inbounds i8, ptr %137, i64 %143 %145 = load i32, ptr %19, align 4 %146 = sdiv i32 %145, 2 %147 = sext i32 %146 to i64 %148 = getelementptr inbounds i8, ptr %144, i64 %147 store i8 %136, ptr %148, align 1 br label %149 149: ; preds = %98, %94, %70 br label %150 150: ; preds = %149 %151 = load i32, ptr %19, align 4 %152 = add nsw i32 %151, 1 store i32 %152, ptr %19, align 4 br label %66, !llvm.loop !6 153: ; preds = %66 br label %154 154: ; preds = %153 %155 = load i32, ptr %20, align 4 %156 = add nsw i32 %155, 1 store i32 %156, ptr %20, align 4 br label %61, !llvm.loop !8 157: ; preds = %61 %158 = load ptr, ptr %16, align 8 %159 = load i32, ptr %12, align 4 %160 = load ptr, ptr %17, align 8 %161 = load ptr, ptr %18, align 8 %162 = load i32, ptr %12, align 4 %163 = sdiv i32 %162, 2 %164 = load ptr, ptr %11, align 8 %165 = load i32, ptr %12, align 4 %166 = load i32, ptr %13, align 4 %167 = load i32, ptr %14, align 4 %168 = load i32, ptr %15, align 4 %169 = call i32 @YCbCrToRGB(ptr noundef %158, i32 noundef %159, ptr noundef %160, ptr noundef %161, i32 noundef %163, ptr noundef %164, i32 noundef %165, i32 noundef %166, i32 noundef %167, i32 noundef %168) store i32 %169, ptr %21, align 4 %170 = load ptr, ptr %16, align 8 %171 = call i32 @free(ptr noundef %170) %172 = load i32, ptr %21, align 4 store i32 %172, ptr %8, align 4 br label %173 173: ; preds = %157, %46 %174 = load i32, ptr %8, align 4 ret i32 %174 } declare i64 @malloc(i32 noundef) #1 declare i32 @YCbCrToRGB(ptr noundef, i32 noundef, ptr noundef, ptr noundef, i32 noundef, ptr noundef, i32 noundef, i32 noundef, i32 noundef, i32 noundef) #1 declare i32 @free(ptr noundef) #1 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !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 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"} !6 = distinct !{!6, !7} !7 = !{!"llvm.loop.mustprogress"} !8 = distinct !{!8, !7}
; ModuleID = '<stdin>' source_filename = "/tmp/tmp0rom6tho.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-pc-linux-gnu" ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local i32 @YCbYCrToRGB(ptr noundef %0, i32 noundef %1, ptr noundef %2, i32 noundef %3, i32 noundef %4, i32 noundef %5, i32 noundef %6) #0 { %8 = alloca i32, align 4 %9 = alloca ptr, align 8 %10 = alloca i32, align 4 %11 = alloca ptr, align 8 %12 = alloca i32, align 4 %13 = alloca i32, align 4 %14 = alloca i32, align 4 %15 = alloca i32, align 4 %16 = alloca ptr, align 8 %17 = alloca ptr, align 8 %18 = alloca ptr, align 8 %19 = alloca i32, align 4 %20 = alloca i32, align 4 %21 = alloca i32, align 4 store ptr %0, ptr %9, align 8 store i32 %1, ptr %10, align 4 store ptr %2, ptr %11, align 8 store i32 %3, ptr %12, align 4 store i32 %4, ptr %13, align 4 store i32 %5, ptr %14, align 4 store i32 %6, ptr %15, align 4 %22 = load i32, ptr %12, align 4 %23 = srem i32 %22, 2 %24 = icmp ne i32 %23, 0 br i1 %24, label %25, label %28 25: ; preds = %7 %26 = load i32, ptr %12, align 4 %27 = sub nsw i32 %26, 1 store i32 %27, ptr %12, align 4 br label %28 28: ; preds = %25, %7 %29 = load i32, ptr %13, align 4 %30 = srem i32 %29, 2 %31 = icmp ne i32 %30, 0 br i1 %31, label %32, label %35 32: ; preds = %28 %33 = load i32, ptr %13, align 4 %34 = sub nsw i32 %33, 1 store i32 %34, ptr %13, align 4 br label %35 35: ; preds = %32, %28 %36 = load i32, ptr %12, align 4 %37 = mul nsw i32 3, %36 %38 = load i32, ptr %13, align 4 %39 = mul nsw i32 %37, %38 %40 = sdiv i32 %39, 2 %41 = add nsw i32 %40, 1 %42 = call i64 @malloc(i32 noundef %41) %43 = inttoptr i64 %42 to ptr store ptr %43, ptr %16, align 8 %44 = load ptr, ptr %16, align 8 %45 = icmp eq ptr %44, null br i1 %45, label %46, label %47 46: ; preds = %35 store i32 2, ptr %8, align 4 br label %177 47: ; preds = %35 %48 = load ptr, ptr %16, align 8 %49 = load i32, ptr %12, align 4 %50 = load i32, ptr %13, align 4 %51 = mul nsw i32 %49, %50 %52 = sext i32 %51 to i64 %53 = getelementptr inbounds i8, ptr %48, i64 %52 store ptr %53, ptr %17, align 8 %54 = load ptr, ptr %17, align 8 %55 = load i32, ptr %12, align 4 %56 = load i32, ptr %13, align 4 %57 = mul nsw i32 %55, %56 %58 = sdiv i32 %57, 4 %59 = sext i32 %58 to i64 %60 = getelementptr inbounds i8, ptr %54, i64 %59 store ptr %60, ptr %18, align 8 store i32 0, ptr %20, align 4 %61 = load i32, ptr %20, align 4 %62 = load i32, ptr %13, align 4 %63 = icmp slt i32 %61, %62 br i1 %63, label %.lr.ph2, label %161 .lr.ph2: ; preds = %47 br label %64 64: ; preds = %.lr.ph2, %155 store i32 0, ptr %19, align 4 %65 = load i32, ptr %19, align 4 %66 = load i32, ptr %12, align 4 %67 = icmp slt i32 %65, %66 br i1 %67, label %.lr.ph, label %154 .lr.ph: ; preds = %64 br label %68 68: ; preds = %.lr.ph, %148 %69 = load ptr, ptr %9, align 8 %70 = load i32, ptr %20, align 4 %71 = load i32, ptr %10, align 4 %72 = mul nsw i32 %70, %71 %73 = sext i32 %72 to i64 %74 = getelementptr inbounds i8, ptr %69, i64 %73 %75 = load i32, ptr %19, align 4 %76 = mul nsw i32 2, %75 %77 = sext i32 %76 to i64 %78 = getelementptr inbounds i8, ptr %74, i64 %77 %79 = load i8, ptr %78, align 1 %80 = load ptr, ptr %16, align 8 %81 = load i32, ptr %20, align 4 %82 = load i32, ptr %12, align 4 %83 = mul nsw i32 %81, %82 %84 = sext i32 %83 to i64 %85 = getelementptr inbounds i8, ptr %80, i64 %84 %86 = load i32, ptr %19, align 4 %87 = sext i32 %86 to i64 %88 = getelementptr inbounds i8, ptr %85, i64 %87 store i8 %79, ptr %88, align 1 %89 = load i32, ptr %20, align 4 %90 = srem i32 %89, 2 %91 = icmp eq i32 %90, 0 br i1 %91, label %92, label %147 92: ; preds = %68 %93 = load i32, ptr %19, align 4 %94 = srem i32 %93, 2 %95 = icmp eq i32 %94, 0 br i1 %95, label %96, label %147 96: ; preds = %92 %97 = load ptr, ptr %9, align 8 %98 = load i32, ptr %10, align 4 %99 = load i32, ptr %20, align 4 %100 = mul nsw i32 %98, %99 %101 = sext i32 %100 to i64 %102 = getelementptr inbounds i8, ptr %97, i64 %101 %103 = load i32, ptr %19, align 4 %104 = sdiv i32 %103, 2 %105 = mul nsw i32 4, %104 %106 = sext i32 %105 to i64 %107 = getelementptr inbounds i8, ptr %102, i64 %106 %108 = getelementptr inbounds i8, ptr %107, i64 1 %109 = load i8, ptr %108, align 1 %110 = load ptr, ptr %17, align 8 %111 = load i32, ptr %12, align 4 %112 = sdiv i32 %111, 2 %113 = load i32, ptr %20, align 4 %114 = mul nsw i32 %112, %113 %115 = sdiv i32 %114, 2 %116 = sext i32 %115 to i64 %117 = getelementptr inbounds i8, ptr %110, i64 %116 %118 = load i32, ptr %19, align 4 %119 = sdiv i32 %118, 2 %120 = sext i32 %119 to i64 %121 = getelementptr inbounds i8, ptr %117, i64 %120 store i8 %109, ptr %121, align 1 %122 = load ptr, ptr %9, align 8 %123 = load i32, ptr %10, align 4 %124 = load i32, ptr %20, align 4 %125 = mul nsw i32 %123, %124 %126 = sext i32 %125 to i64 %127 = getelementptr inbounds i8, ptr %122, i64 %126 %128 = load i32, ptr %19, align 4 %129 = sdiv i32 %128, 2 %130 = mul nsw i32 4, %129 %131 = sext i32 %130 to i64 %132 = getelementptr inbounds i8, ptr %127, i64 %131 %133 = getelementptr inbounds i8, ptr %132, i64 3 %134 = load i8, ptr %133, align 1 %135 = load ptr, ptr %18, align 8 %136 = load i32, ptr %12, align 4 %137 = sdiv i32 %136, 2 %138 = load i32, ptr %20, align 4 %139 = mul nsw i32 %137, %138 %140 = sdiv i32 %139, 2 %141 = sext i32 %140 to i64 %142 = getelementptr inbounds i8, ptr %135, i64 %141 %143 = load i32, ptr %19, align 4 %144 = sdiv i32 %143, 2 %145 = sext i32 %144 to i64 %146 = getelementptr inbounds i8, ptr %142, i64 %145 store i8 %134, ptr %146, align 1 br label %147 147: ; preds = %96, %92, %68 br label %148 148: ; preds = %147 %149 = load i32, ptr %19, align 4 %150 = add nsw i32 %149, 1 store i32 %150, ptr %19, align 4 %151 = load i32, ptr %19, align 4 %152 = load i32, ptr %12, align 4 %153 = icmp slt i32 %151, %152 br i1 %153, label %68, label %._crit_edge, !llvm.loop !6 ._crit_edge: ; preds = %148 br label %154 154: ; preds = %._crit_edge, %64 br label %155 155: ; preds = %154 %156 = load i32, ptr %20, align 4 %157 = add nsw i32 %156, 1 store i32 %157, ptr %20, align 4 %158 = load i32, ptr %20, align 4 %159 = load i32, ptr %13, align 4 %160 = icmp slt i32 %158, %159 br i1 %160, label %64, label %._crit_edge3, !llvm.loop !8 ._crit_edge3: ; preds = %155 br label %161 161: ; preds = %._crit_edge3, %47 %162 = load ptr, ptr %16, align 8 %163 = load i32, ptr %12, align 4 %164 = load ptr, ptr %17, align 8 %165 = load ptr, ptr %18, align 8 %166 = load i32, ptr %12, align 4 %167 = sdiv i32 %166, 2 %168 = load ptr, ptr %11, align 8 %169 = load i32, ptr %12, align 4 %170 = load i32, ptr %13, align 4 %171 = load i32, ptr %14, align 4 %172 = load i32, ptr %15, align 4 %173 = call i32 @YCbCrToRGB(ptr noundef %162, i32 noundef %163, ptr noundef %164, ptr noundef %165, i32 noundef %167, ptr noundef %168, i32 noundef %169, i32 noundef %170, i32 noundef %171, i32 noundef %172) store i32 %173, ptr %21, align 4 %174 = load ptr, ptr %16, align 8 %175 = call i32 @free(ptr noundef %174) %176 = load i32, ptr %21, align 4 store i32 %176, ptr %8, align 4 br label %177 177: ; preds = %161, %46 %178 = load i32, ptr %8, align 4 ret i32 %178 } declare i64 @malloc(i32 noundef) #1 declare i32 @YCbCrToRGB(ptr noundef, i32 noundef, ptr noundef, ptr noundef, i32 noundef, ptr noundef, i32 noundef, i32 noundef, i32 noundef, i32 noundef) #1 declare i32 @free(ptr noundef) #1 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !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 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"} !6 = distinct !{!6, !7} !7 = !{!"llvm.loop.mustprogress"} !8 = distinct !{!8, !7}
; ModuleID = '/tmp/tmpdbzgqm8t.c' source_filename = "/tmp/tmpdbzgqm8t.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-pc-linux-gnu" !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !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 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '<stdin>' source_filename = "/tmp/tmpdbzgqm8t.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-pc-linux-gnu" !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !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 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '/tmp/tmpwah5pbnd.c' source_filename = "/tmp/tmpwah5pbnd.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-pc-linux-gnu" !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !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 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '<stdin>' source_filename = "/tmp/tmpwah5pbnd.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-pc-linux-gnu" !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !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 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '/tmp/tmp6o16q7xy.c' source_filename = "/tmp/tmp6o16q7xy.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-pc-linux-gnu" %struct.sockaddr_storage = type { i32 } %struct.sockaddr_in = type { i32, i32 } @INET6_ADDRSTRLEN = dso_local global i32 0, align 4 @AF_INET = dso_local global i32 0, align 4 @.str = private unnamed_addr constant [48 x i8] c"identify: received new request from %s port %d\0A\00", align 1 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local void @identify(i32 noundef %0) #0 { %2 = alloca i32, align 4 %3 = alloca ptr, align 8 %4 = alloca i64, align 8 %5 = alloca i32, align 4 %6 = alloca ptr, align 8 %7 = alloca i32, align 4 %8 = alloca %struct.sockaddr_storage, align 4 store i32 %0, ptr %2, align 4 %9 = load i32, ptr @INET6_ADDRSTRLEN, align 4 %10 = zext i32 %9 to i64 %11 = call ptr @llvm.stacksave() store ptr %11, ptr %3, align 8 %12 = alloca i8, i64 %10, align 16 store i64 %10, ptr %4, align 8 store i32 4, ptr %5, align 4 %13 = load i32, ptr %2, align 4 %14 = call i32 @getpeername(i32 noundef %13, ptr noundef %8, ptr noundef %5) store ptr %8, ptr %6, align 8 %15 = load ptr, ptr %6, align 8 %16 = getelementptr inbounds %struct.sockaddr_in, ptr %15, i32 0, i32 1 %17 = load i32, ptr %16, align 4 %18 = call i32 @ntohs(i32 noundef %17) store i32 %18, ptr %7, align 4 %19 = load i32, ptr @AF_INET, align 4 %20 = load ptr, ptr %6, align 8 %21 = getelementptr inbounds %struct.sockaddr_in, ptr %20, i32 0, i32 0 %22 = trunc i64 %10 to i32 %23 = call i32 @inet_ntop(i32 noundef %19, ptr noundef %21, ptr noundef %12, i32 noundef %22) %24 = load i32, ptr %7, align 4 %25 = call i32 @printf(ptr noundef @.str, ptr noundef %12, i32 noundef %24) %26 = load ptr, ptr %3, align 8 call void @llvm.stackrestore(ptr %26) ret void } ; Function Attrs: nocallback nofree nosync nounwind willreturn declare ptr @llvm.stacksave() #1 declare i32 @getpeername(i32 noundef, ptr noundef, ptr noundef) #2 declare i32 @ntohs(i32 noundef) #2 declare i32 @inet_ntop(i32 noundef, ptr noundef, ptr noundef, i32 noundef) #2 declare i32 @printf(ptr noundef, ptr noundef, i32 noundef) #2 ; Function Attrs: nocallback nofree nosync nounwind willreturn declare void @llvm.stackrestore(ptr) #1 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { nocallback nofree nosync nounwind willreturn } attributes #2 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !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 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '<stdin>' source_filename = "/tmp/tmp6o16q7xy.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-pc-linux-gnu" %struct.sockaddr_storage = type { i32 } %struct.sockaddr_in = type { i32, i32 } @INET6_ADDRSTRLEN = dso_local global i32 0, align 4 @AF_INET = dso_local global i32 0, align 4 @.str = private unnamed_addr constant [48 x i8] c"identify: received new request from %s port %d\0A\00", align 1 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local void @identify(i32 noundef %0) #0 { %2 = alloca i32, align 4 %3 = alloca ptr, align 8 %4 = alloca i64, align 8 %5 = alloca i32, align 4 %6 = alloca ptr, align 8 %7 = alloca i32, align 4 %8 = alloca %struct.sockaddr_storage, align 4 store i32 %0, ptr %2, align 4 %9 = load i32, ptr @INET6_ADDRSTRLEN, align 4 %10 = zext i32 %9 to i64 %11 = call ptr @llvm.stacksave() store ptr %11, ptr %3, align 8 %12 = alloca i8, i64 %10, align 16 store i64 %10, ptr %4, align 8 store i32 4, ptr %5, align 4 %13 = load i32, ptr %2, align 4 %14 = call i32 @getpeername(i32 noundef %13, ptr noundef %8, ptr noundef %5) store ptr %8, ptr %6, align 8 %15 = load ptr, ptr %6, align 8 %16 = getelementptr inbounds %struct.sockaddr_in, ptr %15, i32 0, i32 1 %17 = load i32, ptr %16, align 4 %18 = call i32 @ntohs(i32 noundef %17) store i32 %18, ptr %7, align 4 %19 = load i32, ptr @AF_INET, align 4 %20 = load ptr, ptr %6, align 8 %21 = getelementptr inbounds %struct.sockaddr_in, ptr %20, i32 0, i32 0 %22 = trunc i64 %10 to i32 %23 = call i32 @inet_ntop(i32 noundef %19, ptr noundef %21, ptr noundef %12, i32 noundef %22) %24 = load i32, ptr %7, align 4 %25 = call i32 @printf(ptr noundef @.str, ptr noundef %12, i32 noundef %24) %26 = load ptr, ptr %3, align 8 call void @llvm.stackrestore(ptr %26) ret void } ; Function Attrs: nocallback nofree nosync nounwind willreturn declare ptr @llvm.stacksave() #1 declare i32 @getpeername(i32 noundef, ptr noundef, ptr noundef) #2 declare i32 @ntohs(i32 noundef) #2 declare i32 @inet_ntop(i32 noundef, ptr noundef, ptr noundef, i32 noundef) #2 declare i32 @printf(ptr noundef, ptr noundef, i32 noundef) #2 ; Function Attrs: nocallback nofree nosync nounwind willreturn declare void @llvm.stackrestore(ptr) #1 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { nocallback nofree nosync nounwind willreturn } attributes #2 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !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 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '/tmp/tmp5bwes913.c' source_filename = "/tmp/tmp5bwes913.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-pc-linux-gnu" @.str = private unnamed_addr constant [5 x i8] c"p1\0D\0A\00", align 1 @.str.1 = private unnamed_addr constant [5 x i8] c"p2\0D\0A\00", align 1 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local ptr @fun(ptr noundef %0, ptr noundef %1) #0 { %3 = alloca ptr, align 8 %4 = alloca ptr, align 8 %5 = alloca ptr, align 8 %6 = alloca i32, align 4 store ptr %0, ptr %4, align 8 store ptr %1, ptr %5, align 8 store i32 0, ptr %6, align 4 %7 = load ptr, ptr %4, align 8 %8 = load ptr, ptr %5, align 8 %9 = call i32 @strcmp(ptr noundef %7, ptr noundef %8) store i32 %9, ptr %6, align 4 %10 = load i32, ptr %6, align 4 %11 = icmp eq i32 0, %10 br i1 %11, label %12, label %15 12: ; preds = %2 %13 = call i32 @printf(ptr noundef @.str) %14 = load ptr, ptr %4, align 8 store ptr %14, ptr %3, align 8 br label %18 15: ; preds = %2 %16 = call i32 @printf(ptr noundef @.str.1) %17 = load ptr, ptr %5, align 8 store ptr %17, ptr %3, align 8 br label %18 18: ; preds = %15, %12 %19 = load ptr, ptr %3, align 8 ret ptr %19 } declare i32 @strcmp(ptr noundef, ptr noundef) #1 declare i32 @printf(ptr noundef) #1 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !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 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '<stdin>' source_filename = "/tmp/tmp5bwes913.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-pc-linux-gnu" @.str = private unnamed_addr constant [5 x i8] c"p1\0D\0A\00", align 1 @.str.1 = private unnamed_addr constant [5 x i8] c"p2\0D\0A\00", align 1 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local ptr @fun(ptr noundef %0, ptr noundef %1) #0 { %3 = alloca ptr, align 8 %4 = alloca ptr, align 8 %5 = alloca ptr, align 8 %6 = alloca i32, align 4 store ptr %0, ptr %4, align 8 store ptr %1, ptr %5, align 8 store i32 0, ptr %6, align 4 %7 = load ptr, ptr %4, align 8 %8 = load ptr, ptr %5, align 8 %9 = call i32 @strcmp(ptr noundef %7, ptr noundef %8) store i32 %9, ptr %6, align 4 %10 = load i32, ptr %6, align 4 %11 = icmp eq i32 0, %10 br i1 %11, label %12, label %15 12: ; preds = %2 %13 = call i32 @printf(ptr noundef @.str) %14 = load ptr, ptr %4, align 8 store ptr %14, ptr %3, align 8 br label %18 15: ; preds = %2 %16 = call i32 @printf(ptr noundef @.str.1) %17 = load ptr, ptr %5, align 8 store ptr %17, ptr %3, align 8 br label %18 18: ; preds = %15, %12 %19 = load ptr, ptr %3, align 8 ret ptr %19 } declare i32 @strcmp(ptr noundef, ptr noundef) #1 declare i32 @printf(ptr noundef) #1 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !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 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '/tmp/tmpqc22fscl.c' source_filename = "/tmp/tmpqc22fscl.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-pc-linux-gnu" !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !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 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '<stdin>' source_filename = "/tmp/tmpqc22fscl.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-pc-linux-gnu" !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !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 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '/tmp/tmpvuorsvce.c' source_filename = "/tmp/tmpvuorsvce.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-pc-linux-gnu" ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local void @traverse_files(ptr noundef %0, i32 noundef %1) #0 { %3 = alloca ptr, align 8 %4 = alloca i32, align 4 store ptr %0, ptr %3, align 8 store i32 %1, ptr %4, align 4 br label %5 5: ; preds = %8, %2 %6 = load i32, ptr %4, align 4 %7 = icmp sgt i32 %6, 0 br i1 %7, label %8, label %16 8: ; preds = %5 %9 = load ptr, ptr %3, align 8 %10 = load ptr, ptr %9, align 8 %11 = call i32 @traverse_file(ptr noundef %10) %12 = load ptr, ptr %3, align 8 %13 = getelementptr inbounds ptr, ptr %12, i32 1 store ptr %13, ptr %3, align 8 %14 = load i32, ptr %4, align 4 %15 = add nsw i32 %14, -1 store i32 %15, ptr %4, align 4 br label %5, !llvm.loop !6 16: ; preds = %5 ret void } declare i32 @traverse_file(ptr noundef) #1 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !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 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"} !6 = distinct !{!6, !7} !7 = !{!"llvm.loop.mustprogress"}
; ModuleID = '<stdin>' source_filename = "/tmp/tmpvuorsvce.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-pc-linux-gnu" ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local void @traverse_files(ptr noundef %0, i32 noundef %1) #0 { %3 = alloca ptr, align 8 %4 = alloca i32, align 4 store ptr %0, ptr %3, align 8 store i32 %1, ptr %4, align 4 %5 = load i32, ptr %4, align 4 %6 = icmp sgt i32 %5, 0 br i1 %6, label %.lr.ph, label %17 .lr.ph: ; preds = %2 br label %7 7: ; preds = %.lr.ph, %7 %8 = load ptr, ptr %3, align 8 %9 = load ptr, ptr %8, align 8 %10 = call i32 @traverse_file(ptr noundef %9) %11 = load ptr, ptr %3, align 8 %12 = getelementptr inbounds ptr, ptr %11, i32 1 store ptr %12, ptr %3, align 8 %13 = load i32, ptr %4, align 4 %14 = add nsw i32 %13, -1 store i32 %14, ptr %4, align 4 %15 = load i32, ptr %4, align 4 %16 = icmp sgt i32 %15, 0 br i1 %16, label %7, label %._crit_edge, !llvm.loop !6 ._crit_edge: ; preds = %7 br label %17 17: ; preds = %._crit_edge, %2 ret void } declare i32 @traverse_file(ptr noundef) #1 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !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 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"} !6 = distinct !{!6, !7} !7 = !{!"llvm.loop.mustprogress"}
; ModuleID = '/tmp/tmpgvnq__3_.c' source_filename = "/tmp/tmpgvnq__3_.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-pc-linux-gnu" @.str = private unnamed_addr constant [5 x i8] c"%lld\00", align 1 @.str.1 = private unnamed_addr constant [10 x i8] c"%lld %lld\00", align 1 @.str.2 = private unnamed_addr constant [15 x i8] c"%lld %lld %lld\00", align 1 @.str.3 = private unnamed_addr constant [4 x i8] c"No\0A\00", align 1 @.str.4 = private unnamed_addr constant [10 x i8] c"Yes %lld\0A\00", align 1 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local i32 @main() #0 { %1 = alloca i32, align 4 %2 = alloca i64, align 8 %3 = alloca i64, align 8 %4 = alloca i64, align 8 %5 = alloca i64, align 8 %6 = alloca i64, align 8 %7 = alloca i64, align 8 %8 = alloca i64, align 8 %9 = alloca i64, align 8 %10 = alloca i64, align 8 %11 = alloca ptr, align 8 %12 = alloca i64, align 8 store i32 0, ptr %1, align 4 %13 = call i32 (ptr, ptr, ...) @scanf(ptr noundef @.str, ptr noundef %2) br label %14 14: ; preds = %72, %0 %15 = load i64, ptr %2, align 8 %16 = add nsw i64 %15, -1 store i64 %16, ptr %2, align 8 %17 = icmp ne i64 %15, 0 br i1 %17, label %18, label %74 18: ; preds = %14 %19 = call i32 (ptr, ptr, ...) @scanf(ptr noundef @.str.1, ptr noundef %5, ptr noundef %6) %20 = load i64, ptr %5, align 8 %21 = call ptr @llvm.stacksave() store ptr %21, ptr %11, align 8 %22 = alloca i64, i64 %20, align 16 store i64 %20, ptr %12, align 8 store i64 0, ptr %3, align 8 br label %23 23: ; preds = %31, %18 %24 = load i64, ptr %3, align 8 %25 = load i64, ptr %5, align 8 %26 = icmp slt i64 %24, %25 br i1 %26, label %27, label %34 27: ; preds = %23 %28 = load i64, ptr %3, align 8 %29 = getelementptr inbounds i64, ptr %22, i64 %28 %30 = call i32 (ptr, ptr, ...) @scanf(ptr noundef @.str, ptr noundef %29) br label %31 31: ; preds = %27 %32 = load i64, ptr %3, align 8 %33 = add nsw i64 %32, 1 store i64 %33, ptr %3, align 8 br label %23, !llvm.loop !6 34: ; preds = %23 store i64 0, ptr %3, align 8 br label %35 35: ; preds = %69, %34 %36 = load i64, ptr %3, align 8 %37 = load i64, ptr %6, align 8 %38 = icmp slt i64 %36, %37 br i1 %38, label %39, label %72 39: ; preds = %35 store i64 0, ptr %10, align 8 %40 = call i32 (ptr, ptr, ...) @scanf(ptr noundef @.str.2, ptr noundef %7, ptr noundef %8, ptr noundef %9) %41 = load i64, ptr %8, align 8 %42 = sub nsw i64 %41, 1 store i64 %42, ptr %4, align 8 br label %43 43: ; preds = %57, %39 %44 = load i64, ptr %4, align 8 %45 = load i64, ptr %9, align 8 %46 = icmp slt i64 %44, %45 br i1 %46, label %47, label %60 47: ; preds = %43 %48 = load i64, ptr %4, align 8 %49 = getelementptr inbounds i64, ptr %22, i64 %48 %50 = load i64, ptr %49, align 8 %51 = load i64, ptr %7, align 8 %52 = icmp eq i64 %50, %51 br i1 %52, label %53, label %56 53: ; preds = %47 %54 = load i64, ptr %10, align 8 %55 = add nsw i64 %54, 1 store i64 %55, ptr %10, align 8 br label %56 56: ; preds = %53, %47 br label %57 57: ; preds = %56 %58 = load i64, ptr %4, align 8 %59 = add nsw i64 %58, 1 store i64 %59, ptr %4, align 8 br label %43, !llvm.loop !8 60: ; preds = %43 %61 = load i64, ptr %10, align 8 %62 = icmp eq i64 %61, 0 br i1 %62, label %63, label %65 63: ; preds = %60 %64 = call i32 (ptr, ...) @printf(ptr noundef @.str.3) br label %68 65: ; preds = %60 %66 = load i64, ptr %10, align 8 %67 = call i32 (ptr, ...) @printf(ptr noundef @.str.4, i64 noundef %66) br label %68 68: ; preds = %65, %63 br label %69 69: ; preds = %68 %70 = load i64, ptr %3, align 8 %71 = add nsw i64 %70, 1 store i64 %71, ptr %3, align 8 br label %35, !llvm.loop !9 72: ; preds = %35 %73 = load ptr, ptr %11, align 8 call void @llvm.stackrestore(ptr %73) br label %14, !llvm.loop !10 74: ; preds = %14 ret i32 0 } declare i32 @scanf(ptr noundef, ptr noundef, ...) #1 ; Function Attrs: nocallback nofree nosync nounwind willreturn declare ptr @llvm.stacksave() #2 declare i32 @printf(ptr noundef, ...) #1 ; Function Attrs: nocallback nofree nosync nounwind willreturn declare void @llvm.stackrestore(ptr) #2 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #2 = { nocallback nofree nosync nounwind willreturn } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !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 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"} !6 = distinct !{!6, !7} !7 = !{!"llvm.loop.mustprogress"} !8 = distinct !{!8, !7} !9 = distinct !{!9, !7} !10 = distinct !{!10, !7}
; ModuleID = '<stdin>' source_filename = "/tmp/tmpgvnq__3_.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-pc-linux-gnu" @.str = private unnamed_addr constant [5 x i8] c"%lld\00", align 1 @.str.1 = private unnamed_addr constant [10 x i8] c"%lld %lld\00", align 1 @.str.2 = private unnamed_addr constant [15 x i8] c"%lld %lld %lld\00", align 1 @.str.3 = private unnamed_addr constant [4 x i8] c"No\0A\00", align 1 @.str.4 = private unnamed_addr constant [10 x i8] c"Yes %lld\0A\00", align 1 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local i32 @main() #0 { %1 = alloca i32, align 4 %2 = alloca i64, align 8 %3 = alloca i64, align 8 %4 = alloca i64, align 8 %5 = alloca i64, align 8 %6 = alloca i64, align 8 %7 = alloca i64, align 8 %8 = alloca i64, align 8 %9 = alloca i64, align 8 %10 = alloca i64, align 8 %11 = alloca ptr, align 8 %12 = alloca i64, align 8 store i32 0, ptr %1, align 4 %13 = call i32 (ptr, ptr, ...) @scanf(ptr noundef @.str, ptr noundef %2) %14 = load i64, ptr %2, align 8 %15 = add nsw i64 %14, -1 store i64 %15, ptr %2, align 8 %16 = icmp ne i64 %14, 0 br i1 %16, label %.lr.ph8, label %82 .lr.ph8: ; preds = %0 br label %17 17: ; preds = %.lr.ph8, %77 %18 = call i32 (ptr, ptr, ...) @scanf(ptr noundef @.str.1, ptr noundef %5, ptr noundef %6) %19 = load i64, ptr %5, align 8 %20 = call ptr @llvm.stacksave() store ptr %20, ptr %11, align 8 %21 = alloca i64, i64 %19, align 16 store i64 %19, ptr %12, align 8 store i64 0, ptr %3, align 8 %22 = load i64, ptr %3, align 8 %23 = load i64, ptr %5, align 8 %24 = icmp slt i64 %22, %23 br i1 %24, label %.lr.ph, label %35 .lr.ph: ; preds = %17 br label %25 25: ; preds = %.lr.ph, %29 %26 = load i64, ptr %3, align 8 %27 = getelementptr inbounds i64, ptr %21, i64 %26 %28 = call i32 (ptr, ptr, ...) @scanf(ptr noundef @.str, ptr noundef %27) br label %29 29: ; preds = %25 %30 = load i64, ptr %3, align 8 %31 = add nsw i64 %30, 1 store i64 %31, ptr %3, align 8 %32 = load i64, ptr %3, align 8 %33 = load i64, ptr %5, align 8 %34 = icmp slt i64 %32, %33 br i1 %34, label %25, label %._crit_edge, !llvm.loop !6 ._crit_edge: ; preds = %29 br label %35 35: ; preds = %._crit_edge, %17 store i64 0, ptr %3, align 8 %36 = load i64, ptr %3, align 8 %37 = load i64, ptr %6, align 8 %38 = icmp slt i64 %36, %37 br i1 %38, label %.lr.ph5, label %77 .lr.ph5: ; preds = %35 br label %39 39: ; preds = %.lr.ph5, %71 store i64 0, ptr %10, align 8 %40 = call i32 (ptr, ptr, ...) @scanf(ptr noundef @.str.2, ptr noundef %7, ptr noundef %8, ptr noundef %9) %41 = load i64, ptr %8, align 8 %42 = sub nsw i64 %41, 1 store i64 %42, ptr %4, align 8 %43 = load i64, ptr %4, align 8 %44 = load i64, ptr %9, align 8 %45 = icmp slt i64 %43, %44 br i1 %45, label %.lr.ph2, label %62 .lr.ph2: ; preds = %39 br label %46 46: ; preds = %.lr.ph2, %56 %47 = load i64, ptr %4, align 8 %48 = getelementptr inbounds i64, ptr %21, i64 %47 %49 = load i64, ptr %48, align 8 %50 = load i64, ptr %7, align 8 %51 = icmp eq i64 %49, %50 br i1 %51, label %52, label %55 52: ; preds = %46 %53 = load i64, ptr %10, align 8 %54 = add nsw i64 %53, 1 store i64 %54, ptr %10, align 8 br label %55 55: ; preds = %52, %46 br label %56 56: ; preds = %55 %57 = load i64, ptr %4, align 8 %58 = add nsw i64 %57, 1 store i64 %58, ptr %4, align 8 %59 = load i64, ptr %4, align 8 %60 = load i64, ptr %9, align 8 %61 = icmp slt i64 %59, %60 br i1 %61, label %46, label %._crit_edge3, !llvm.loop !8 ._crit_edge3: ; preds = %56 br label %62 62: ; preds = %._crit_edge3, %39 %63 = load i64, ptr %10, align 8 %64 = icmp eq i64 %63, 0 br i1 %64, label %65, label %67 65: ; preds = %62 %66 = call i32 (ptr, ...) @printf(ptr noundef @.str.3) br label %70 67: ; preds = %62 %68 = load i64, ptr %10, align 8 %69 = call i32 (ptr, ...) @printf(ptr noundef @.str.4, i64 noundef %68) br label %70 70: ; preds = %67, %65 br label %71 71: ; preds = %70 %72 = load i64, ptr %3, align 8 %73 = add nsw i64 %72, 1 store i64 %73, ptr %3, align 8 %74 = load i64, ptr %3, align 8 %75 = load i64, ptr %6, align 8 %76 = icmp slt i64 %74, %75 br i1 %76, label %39, label %._crit_edge6, !llvm.loop !9 ._crit_edge6: ; preds = %71 br label %77 77: ; preds = %._crit_edge6, %35 %78 = load ptr, ptr %11, align 8 call void @llvm.stackrestore(ptr %78) %79 = load i64, ptr %2, align 8 %80 = add nsw i64 %79, -1 store i64 %80, ptr %2, align 8 %81 = icmp ne i64 %79, 0 br i1 %81, label %17, label %._crit_edge9, !llvm.loop !10 ._crit_edge9: ; preds = %77 br label %82 82: ; preds = %._crit_edge9, %0 ret i32 0 } declare i32 @scanf(ptr noundef, ptr noundef, ...) #1 ; Function Attrs: nocallback nofree nosync nounwind willreturn declare ptr @llvm.stacksave() #2 declare i32 @printf(ptr noundef, ...) #1 ; Function Attrs: nocallback nofree nosync nounwind willreturn declare void @llvm.stackrestore(ptr) #2 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #2 = { nocallback nofree nosync nounwind willreturn } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !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 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"} !6 = distinct !{!6, !7} !7 = !{!"llvm.loop.mustprogress"} !8 = distinct !{!8, !7} !9 = distinct !{!9, !7} !10 = distinct !{!10, !7}
; ModuleID = '/tmp/tmpdk8tlx16.c' source_filename = "/tmp/tmpdk8tlx16.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-pc-linux-gnu" @.str = private unnamed_addr constant [106 x i8] c"iptables -D INPUT -p tcp -m multiport --sport 53,80 --tcp-flags SYN,ACK SYN,ACK -j NFQUEUE --queue-num %d\00", align 1 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local i32 @x8_teardown() #0 { %1 = alloca [256 x i8], align 16 %2 = getelementptr inbounds [256 x i8], ptr %1, i64 0, i64 0 %3 = call i32 @sprintf(ptr noundef %2, ptr noundef @.str, i32 noundef 1) %4 = getelementptr inbounds [256 x i8], ptr %1, i64 0, i64 0 %5 = call i32 @system(ptr noundef %4) ret i32 0 } declare i32 @sprintf(ptr noundef, ptr noundef, i32 noundef) #1 declare i32 @system(ptr noundef) #1 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !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 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '<stdin>' source_filename = "/tmp/tmpdk8tlx16.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-pc-linux-gnu" @.str = private unnamed_addr constant [106 x i8] c"iptables -D INPUT -p tcp -m multiport --sport 53,80 --tcp-flags SYN,ACK SYN,ACK -j NFQUEUE --queue-num %d\00", align 1 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local i32 @x8_teardown() #0 { %1 = alloca [256 x i8], align 16 %2 = getelementptr inbounds [256 x i8], ptr %1, i64 0, i64 0 %3 = call i32 @sprintf(ptr noundef %2, ptr noundef @.str, i32 noundef 1) %4 = getelementptr inbounds [256 x i8], ptr %1, i64 0, i64 0 %5 = call i32 @system(ptr noundef %4) ret i32 0 } declare i32 @sprintf(ptr noundef, ptr noundef, i32 noundef) #1 declare i32 @system(ptr noundef) #1 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !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 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '/tmp/tmp7ghjr04b.c' source_filename = "/tmp/tmp7ghjr04b.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-pc-linux-gnu" @EINVAL = dso_local global i32 0, align 4 @ENOMEM = dso_local global i32 0, align 4 !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !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 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '<stdin>' source_filename = "/tmp/tmp7ghjr04b.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-pc-linux-gnu" @EINVAL = dso_local global i32 0, align 4 @ENOMEM = dso_local global i32 0, align 4 !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !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 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '/tmp/tmp_stno7y9.c' source_filename = "/tmp/tmp_stno7y9.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-pc-linux-gnu" @.str = private unnamed_addr constant [114 x i8] c"LibCGI Examples - Simple form<br>This example shows you various ways to manipulate HTML<br>forms and data<br><br>\00", align 1 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local void @example_description() #0 { %1 = call i32 @puts(ptr noundef @.str) ret void } declare i32 @puts(ptr noundef) #1 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !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 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '<stdin>' source_filename = "/tmp/tmp_stno7y9.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-pc-linux-gnu" @.str = private unnamed_addr constant [114 x i8] c"LibCGI Examples - Simple form<br>This example shows you various ways to manipulate HTML<br>forms and data<br><br>\00", align 1 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local void @example_description() #0 { %1 = call i32 @puts(ptr noundef @.str) ret void } declare i32 @puts(ptr noundef) #1 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !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 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '/tmp/tmpp81t60ar.c' source_filename = "/tmp/tmpp81t60ar.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-pc-linux-gnu" !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !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 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '<stdin>' source_filename = "/tmp/tmpp81t60ar.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-pc-linux-gnu" !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !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 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '/tmp/tmpfdyra9yp.c' source_filename = "/tmp/tmpfdyra9yp.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-pc-linux-gnu" !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !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 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '<stdin>' source_filename = "/tmp/tmpfdyra9yp.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-pc-linux-gnu" !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !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 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '/tmp/tmpryzxy8wy.c' source_filename = "/tmp/tmpryzxy8wy.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-pc-linux-gnu" %struct.stat = type { i32 } %struct.dirent = type { ptr } @stderr = dso_local global i32 0, align 4 @.str = private unnamed_addr constant [7 x i8] c"ERROR\0A\00", align 1 @.str.1 = private unnamed_addr constant [2 x i8] c"/\00", align 1 @.str.2 = private unnamed_addr constant [2 x i8] c".\00", align 1 @.str.3 = private unnamed_addr constant [3 x i8] c"..\00", align 1 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local void @ForAllImages(ptr noundef %0, ptr noundef %1) #0 { %3 = alloca ptr, align 8 %4 = alloca ptr, align 8 %5 = alloca [1024 x i8], align 16 %6 = alloca ptr, align 8 %7 = alloca ptr, align 8 %8 = alloca %struct.stat, align 4 store ptr %0, ptr %3, align 8 store ptr %1, ptr %4, align 8 store ptr null, ptr %6, align 8 store ptr null, ptr %7, align 8 %9 = load ptr, ptr %3, align 8 %10 = call ptr @opendir(ptr noundef %9) store ptr %10, ptr %6, align 8 %11 = load ptr, ptr %6, align 8 %12 = icmp ne ptr %11, null br i1 %12, label %16, label %13 13: ; preds = %2 %14 = load i32, ptr @stderr, align 4 %15 = call i32 @fprintf(i32 noundef %14, ptr noundef @.str) br label %16 16: ; preds = %13, %2 br label %17 17: ; preds = %70, %16 %18 = load ptr, ptr %6, align 8 %19 = call ptr @readdir(ptr noundef %18) store ptr %19, ptr %7, align 8 %20 = icmp ne ptr %19, null br i1 %20, label %21, label %71 21: ; preds = %17 %22 = call i32 @memset(ptr noundef %8, i32 noundef 0, i32 noundef 4) %23 = getelementptr inbounds [1024 x i8], ptr %5, i64 0, i64 0 %24 = load ptr, ptr %3, align 8 %25 = call i32 @strcpy(ptr noundef %23, ptr noundef %24) %26 = getelementptr inbounds [1024 x i8], ptr %5, i64 0, i64 0 %27 = call i32 @strcat(ptr noundef %26, ptr noundef @.str.1) %28 = getelementptr inbounds [1024 x i8], ptr %5, i64 0, i64 0 %29 = load ptr, ptr %7, align 8 %30 = getelementptr inbounds %struct.dirent, ptr %29, i32 0, i32 0 %31 = load ptr, ptr %30, align 8 %32 = call i32 @strcat(ptr noundef %28, ptr noundef %31) %33 = getelementptr inbounds [1024 x i8], ptr %5, i64 0, i64 0 %34 = call i32 @lstat(ptr noundef %33, ptr noundef %8) %35 = load ptr, ptr %7, align 8 %36 = getelementptr inbounds %struct.dirent, ptr %35, i32 0, i32 0 %37 = load ptr, ptr %36, align 8 %38 = call i64 @strcmp(ptr noundef %37, ptr noundef @.str.2) %39 = icmp ne i64 %38, 0 br i1 %39, label %40, label %54 40: ; preds = %21 %41 = load ptr, ptr %7, align 8 %42 = getelementptr inbounds %struct.dirent, ptr %41, i32 0, i32 0 %43 = load ptr, ptr %42, align 8 %44 = call i64 @strcmp(ptr noundef %43, ptr noundef @.str.3) %45 = icmp ne i64 %44, 0 br i1 %45, label %46, label %54 46: ; preds = %40 %47 = getelementptr inbounds %struct.stat, ptr %8, i32 0, i32 0 %48 = load i32, ptr %47, align 4 %49 = call i64 @S_ISDIR(i32 noundef %48) %50 = icmp ne i64 %49, 0 br i1 %50, label %51, label %54 51: ; preds = %46 %52 = getelementptr inbounds [1024 x i8], ptr %5, i64 0, i64 0 %53 = load ptr, ptr %4, align 8 call void @ForAllImages(ptr noundef %52, ptr noundef %53) br label %70 54: ; preds = %46, %40, %21 %55 = getelementptr inbounds %struct.stat, ptr %8, i32 0, i32 0 %56 = load i32, ptr %55, align 4 %57 = call i64 @S_ISREG(i32 noundef %56) %58 = icmp ne i64 %57, 0 br i1 %58, label %59, label %69 59: ; preds = %54 %60 = load ptr, ptr %7, align 8 %61 = getelementptr inbounds %struct.dirent, ptr %60, i32 0, i32 0 %62 = load ptr, ptr %61, align 8 %63 = call i64 @IsImageFile(ptr noundef %62) %64 = icmp ne i64 %63, 0 br i1 %64, label %65, label %68 65: ; preds = %59 %66 = load ptr, ptr %4, align 8 %67 = getelementptr inbounds [1024 x i8], ptr %5, i64 0, i64 0 call void %66(ptr noundef %67) br label %68 68: ; preds = %65, %59 br label %69 69: ; preds = %68, %54 br label %70 70: ; preds = %69, %51 br label %17, !llvm.loop !6 71: ; preds = %17 %72 = load ptr, ptr %6, align 8 %73 = call i32 @closedir(ptr noundef %72) ret void } declare ptr @opendir(ptr noundef) #1 declare i32 @fprintf(i32 noundef, ptr noundef) #1 declare ptr @readdir(ptr noundef) #1 declare i32 @memset(ptr noundef, i32 noundef, i32 noundef) #1 declare i32 @strcpy(ptr noundef, ptr noundef) #1 declare i32 @strcat(ptr noundef, ptr noundef) #1 declare i32 @lstat(ptr noundef, ptr noundef) #1 declare i64 @strcmp(ptr noundef, ptr noundef) #1 declare i64 @S_ISDIR(i32 noundef) #1 declare i64 @S_ISREG(i32 noundef) #1 declare i64 @IsImageFile(ptr noundef) #1 declare i32 @closedir(ptr noundef) #1 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !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 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"} !6 = distinct !{!6, !7} !7 = !{!"llvm.loop.mustprogress"}
; ModuleID = '<stdin>' source_filename = "/tmp/tmpryzxy8wy.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-pc-linux-gnu" %struct.stat = type { i32 } %struct.dirent = type { ptr } @stderr = dso_local global i32 0, align 4 @.str = private unnamed_addr constant [7 x i8] c"ERROR\0A\00", align 1 @.str.1 = private unnamed_addr constant [2 x i8] c"/\00", align 1 @.str.2 = private unnamed_addr constant [2 x i8] c".\00", align 1 @.str.3 = private unnamed_addr constant [3 x i8] c"..\00", align 1 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local void @ForAllImages(ptr noundef %0, ptr noundef %1) #0 { %3 = alloca ptr, align 8 %4 = alloca ptr, align 8 %5 = alloca [1024 x i8], align 16 %6 = alloca ptr, align 8 %7 = alloca ptr, align 8 %8 = alloca %struct.stat, align 4 store ptr %0, ptr %3, align 8 store ptr %1, ptr %4, align 8 store ptr null, ptr %6, align 8 store ptr null, ptr %7, align 8 %9 = load ptr, ptr %3, align 8 %10 = call ptr @opendir(ptr noundef %9) store ptr %10, ptr %6, align 8 %11 = load ptr, ptr %6, align 8 %12 = icmp ne ptr %11, null br i1 %12, label %16, label %13 13: ; preds = %2 %14 = load i32, ptr @stderr, align 4 %15 = call i32 @fprintf(i32 noundef %14, ptr noundef @.str) br label %16 16: ; preds = %13, %2 %17 = load ptr, ptr %6, align 8 %18 = call ptr @readdir(ptr noundef %17) store ptr %18, ptr %7, align 8 %19 = icmp ne ptr %18, null br i1 %19, label %.lr.ph, label %73 .lr.ph: ; preds = %16 br label %20 20: ; preds = %.lr.ph, %69 %21 = call i32 @memset(ptr noundef %8, i32 noundef 0, i32 noundef 4) %22 = getelementptr inbounds [1024 x i8], ptr %5, i64 0, i64 0 %23 = load ptr, ptr %3, align 8 %24 = call i32 @strcpy(ptr noundef %22, ptr noundef %23) %25 = getelementptr inbounds [1024 x i8], ptr %5, i64 0, i64 0 %26 = call i32 @strcat(ptr noundef %25, ptr noundef @.str.1) %27 = getelementptr inbounds [1024 x i8], ptr %5, i64 0, i64 0 %28 = load ptr, ptr %7, align 8 %29 = getelementptr inbounds %struct.dirent, ptr %28, i32 0, i32 0 %30 = load ptr, ptr %29, align 8 %31 = call i32 @strcat(ptr noundef %27, ptr noundef %30) %32 = getelementptr inbounds [1024 x i8], ptr %5, i64 0, i64 0 %33 = call i32 @lstat(ptr noundef %32, ptr noundef %8) %34 = load ptr, ptr %7, align 8 %35 = getelementptr inbounds %struct.dirent, ptr %34, i32 0, i32 0 %36 = load ptr, ptr %35, align 8 %37 = call i64 @strcmp(ptr noundef %36, ptr noundef @.str.2) %38 = icmp ne i64 %37, 0 br i1 %38, label %39, label %53 39: ; preds = %20 %40 = load ptr, ptr %7, align 8 %41 = getelementptr inbounds %struct.dirent, ptr %40, i32 0, i32 0 %42 = load ptr, ptr %41, align 8 %43 = call i64 @strcmp(ptr noundef %42, ptr noundef @.str.3) %44 = icmp ne i64 %43, 0 br i1 %44, label %45, label %53 45: ; preds = %39 %46 = getelementptr inbounds %struct.stat, ptr %8, i32 0, i32 0 %47 = load i32, ptr %46, align 4 %48 = call i64 @S_ISDIR(i32 noundef %47) %49 = icmp ne i64 %48, 0 br i1 %49, label %50, label %53 50: ; preds = %45 %51 = getelementptr inbounds [1024 x i8], ptr %5, i64 0, i64 0 %52 = load ptr, ptr %4, align 8 call void @ForAllImages(ptr noundef %51, ptr noundef %52) br label %69 53: ; preds = %45, %39, %20 %54 = getelementptr inbounds %struct.stat, ptr %8, i32 0, i32 0 %55 = load i32, ptr %54, align 4 %56 = call i64 @S_ISREG(i32 noundef %55) %57 = icmp ne i64 %56, 0 br i1 %57, label %58, label %68 58: ; preds = %53 %59 = load ptr, ptr %7, align 8 %60 = getelementptr inbounds %struct.dirent, ptr %59, i32 0, i32 0 %61 = load ptr, ptr %60, align 8 %62 = call i64 @IsImageFile(ptr noundef %61) %63 = icmp ne i64 %62, 0 br i1 %63, label %64, label %67 64: ; preds = %58 %65 = load ptr, ptr %4, align 8 %66 = getelementptr inbounds [1024 x i8], ptr %5, i64 0, i64 0 call void %65(ptr noundef %66) br label %67 67: ; preds = %64, %58 br label %68 68: ; preds = %67, %53 br label %69 69: ; preds = %68, %50 %70 = load ptr, ptr %6, align 8 %71 = call ptr @readdir(ptr noundef %70) store ptr %71, ptr %7, align 8 %72 = icmp ne ptr %71, null br i1 %72, label %20, label %._crit_edge, !llvm.loop !6 ._crit_edge: ; preds = %69 br label %73 73: ; preds = %._crit_edge, %16 %74 = load ptr, ptr %6, align 8 %75 = call i32 @closedir(ptr noundef %74) ret void } declare ptr @opendir(ptr noundef) #1 declare i32 @fprintf(i32 noundef, ptr noundef) #1 declare ptr @readdir(ptr noundef) #1 declare i32 @memset(ptr noundef, i32 noundef, i32 noundef) #1 declare i32 @strcpy(ptr noundef, ptr noundef) #1 declare i32 @strcat(ptr noundef, ptr noundef) #1 declare i32 @lstat(ptr noundef, ptr noundef) #1 declare i64 @strcmp(ptr noundef, ptr noundef) #1 declare i64 @S_ISDIR(i32 noundef) #1 declare i64 @S_ISREG(i32 noundef) #1 declare i64 @IsImageFile(ptr noundef) #1 declare i32 @closedir(ptr noundef) #1 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !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 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"} !6 = distinct !{!6, !7} !7 = !{!"llvm.loop.mustprogress"}
; ModuleID = '/tmp/tmpt35le0vd.c' source_filename = "/tmp/tmpt35le0vd.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-pc-linux-gnu" @.str = private unnamed_addr constant [2 x i8] c"\0A\00", align 1 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local void @print_edges(ptr noundef %0, i32 noundef %1) #0 { %3 = alloca ptr, align 8 %4 = alloca i32, align 4 %5 = alloca i32, align 4 store ptr %0, ptr %3, align 8 store i32 %1, ptr %4, align 4 store i32 0, ptr %5, align 4 br label %6 6: ; preds = %15, %2 %7 = load i32, ptr %5, align 4 %8 = load i32, ptr %4, align 4 %9 = icmp slt i32 %7, %8 br i1 %9, label %10, label %18 10: ; preds = %6 %11 = load ptr, ptr %3, align 8 %12 = call i32 @array_print(ptr noundef %11, i32 noundef 2) %13 = load ptr, ptr %3, align 8 %14 = getelementptr inbounds i32, ptr %13, i64 2 store ptr %14, ptr %3, align 8 br label %15 15: ; preds = %10 %16 = load i32, ptr %5, align 4 %17 = add nsw i32 %16, 1 store i32 %17, ptr %5, align 4 br label %6, !llvm.loop !6 18: ; preds = %6 %19 = call i32 @printf(ptr noundef @.str) ret void } declare i32 @array_print(ptr noundef, i32 noundef) #1 declare i32 @printf(ptr noundef) #1 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !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 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"} !6 = distinct !{!6, !7} !7 = !{!"llvm.loop.mustprogress"}
; ModuleID = '<stdin>' source_filename = "/tmp/tmpt35le0vd.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-pc-linux-gnu" @.str = private unnamed_addr constant [2 x i8] c"\0A\00", align 1 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local void @print_edges(ptr noundef %0, i32 noundef %1) #0 { %3 = alloca ptr, align 8 %4 = alloca i32, align 4 %5 = alloca i32, align 4 store ptr %0, ptr %3, align 8 store i32 %1, ptr %4, align 4 store i32 0, ptr %5, align 4 %6 = load i32, ptr %5, align 4 %7 = load i32, ptr %4, align 4 %8 = icmp slt i32 %6, %7 br i1 %8, label %.lr.ph, label %20 .lr.ph: ; preds = %2 br label %9 9: ; preds = %.lr.ph, %14 %10 = load ptr, ptr %3, align 8 %11 = call i32 @array_print(ptr noundef %10, i32 noundef 2) %12 = load ptr, ptr %3, align 8 %13 = getelementptr inbounds i32, ptr %12, i64 2 store ptr %13, ptr %3, align 8 br label %14 14: ; preds = %9 %15 = load i32, ptr %5, align 4 %16 = add nsw i32 %15, 1 store i32 %16, ptr %5, align 4 %17 = load i32, ptr %5, align 4 %18 = load i32, ptr %4, align 4 %19 = icmp slt i32 %17, %18 br i1 %19, label %9, label %._crit_edge, !llvm.loop !6 ._crit_edge: ; preds = %14 br label %20 20: ; preds = %._crit_edge, %2 %21 = call i32 @printf(ptr noundef @.str) ret void } declare i32 @array_print(ptr noundef, i32 noundef) #1 declare i32 @printf(ptr noundef) #1 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !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 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"} !6 = distinct !{!6, !7} !7 = !{!"llvm.loop.mustprogress"}
; ModuleID = '/tmp/tmpnpov5uow.c' source_filename = "/tmp/tmpnpov5uow.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-pc-linux-gnu" @.str = private unnamed_addr constant [21 x i8] c"Message a envoyer : \00", align 1 @.str.1 = private unnamed_addr constant [3 x i8] c"%c\00", align 1 @.str.2 = private unnamed_addr constant [3 x i8] c", \00", align 1 @.str.3 = private unnamed_addr constant [2 x i8] c"\0A\00", align 1 @.str.4 = private unnamed_addr constant [49 x i8] c"--------------------Crypter--------------------\0A\00", align 1 @.str.5 = private unnamed_addr constant [18 x i8] c"Message crypte : \00", align 1 @.str.6 = private unnamed_addr constant [4 x i8] c"%ld\00", align 1 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local ptr @crypt_messageA(ptr noundef %0, i64 noundef %1, i64 noundef %2) #0 { %4 = alloca ptr, align 8 %5 = alloca i64, align 8 %6 = alloca i64, align 8 %7 = alloca i32, align 4 %8 = alloca ptr, align 8 %9 = alloca ptr, align 8 %10 = alloca i32, align 4 store ptr %0, ptr %4, align 8 store i64 %1, ptr %5, align 8 store i64 %2, ptr %6, align 8 %11 = call i32 (ptr, ...) @printf(ptr noundef @.str) store i32 0, ptr %7, align 4 br label %12 12: ; preds = %28, %3 %13 = load i32, ptr %7, align 4 %14 = icmp slt i32 %13, 4 br i1 %14, label %15, label %31 15: ; preds = %12 %16 = load ptr, ptr %4, align 8 %17 = load i32, ptr %7, align 4 %18 = sext i32 %17 to i64 %19 = getelementptr inbounds i8, ptr %16, i64 %18 %20 = load i8, ptr %19, align 1 %21 = sext i8 %20 to i32 %22 = call i32 (ptr, ...) @printf(ptr noundef @.str.1, i32 noundef %21) %23 = load i32, ptr %7, align 4 %24 = icmp slt i32 %23, 3 br i1 %24, label %25, label %27 25: ; preds = %15 %26 = call i32 (ptr, ...) @printf(ptr noundef @.str.2) br label %27 27: ; preds = %25, %15 br label %28 28: ; preds = %27 %29 = load i32, ptr %7, align 4 %30 = add nsw i32 %29, 1 store i32 %30, ptr %7, align 4 br label %12, !llvm.loop !6 31: ; preds = %12 %32 = call i32 (ptr, ...) @printf(ptr noundef @.str.3) %33 = call i32 (ptr, ...) @printf(ptr noundef @.str.4) %34 = load ptr, ptr %4, align 8 %35 = call ptr @CharToDecimalA(ptr noundef %34) store ptr %35, ptr %8, align 8 %36 = load ptr, ptr %8, align 8 %37 = load i64, ptr %5, align 8 %38 = load i64, ptr %6, align 8 %39 = call ptr @powmodA(ptr noundef %36, i64 noundef %37, i64 noundef %38) store ptr %39, ptr %9, align 8 %40 = call i32 (ptr, ...) @printf(ptr noundef @.str.5) store i32 0, ptr %10, align 4 br label %41 41: ; preds = %56, %31 %42 = load i32, ptr %10, align 4 %43 = icmp slt i32 %42, 4 br i1 %43, label %44, label %59 44: ; preds = %41 %45 = load ptr, ptr %9, align 8 %46 = load i32, ptr %10, align 4 %47 = sext i32 %46 to i64 %48 = getelementptr inbounds i64, ptr %45, i64 %47 %49 = load i64, ptr %48, align 8 %50 = call i32 (ptr, ...) @printf(ptr noundef @.str.6, i64 noundef %49) %51 = load i32, ptr %10, align 4 %52 = icmp slt i32 %51, 3 br i1 %52, label %53, label %55 53: ; preds = %44 %54 = call i32 (ptr, ...) @printf(ptr noundef @.str.2) br label %55 55: ; preds = %53, %44 br label %56 56: ; preds = %55 %57 = load i32, ptr %10, align 4 %58 = add nsw i32 %57, 1 store i32 %58, ptr %10, align 4 br label %41, !llvm.loop !8 59: ; preds = %41 %60 = call i32 (ptr, ...) @printf(ptr noundef @.str.3) %61 = load ptr, ptr %9, align 8 ret ptr %61 } declare i32 @printf(ptr noundef, ...) #1 declare ptr @CharToDecimalA(ptr noundef) #1 declare ptr @powmodA(ptr noundef, i64 noundef, i64 noundef) #1 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !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 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"} !6 = distinct !{!6, !7} !7 = !{!"llvm.loop.mustprogress"} !8 = distinct !{!8, !7}
; ModuleID = '<stdin>' source_filename = "/tmp/tmpnpov5uow.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-pc-linux-gnu" @.str = private unnamed_addr constant [21 x i8] c"Message a envoyer : \00", align 1 @.str.1 = private unnamed_addr constant [3 x i8] c"%c\00", align 1 @.str.2 = private unnamed_addr constant [3 x i8] c", \00", align 1 @.str.3 = private unnamed_addr constant [2 x i8] c"\0A\00", align 1 @.str.4 = private unnamed_addr constant [49 x i8] c"--------------------Crypter--------------------\0A\00", align 1 @.str.5 = private unnamed_addr constant [18 x i8] c"Message crypte : \00", align 1 @.str.6 = private unnamed_addr constant [4 x i8] c"%ld\00", align 1 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local ptr @crypt_messageA(ptr noundef %0, i64 noundef %1, i64 noundef %2) #0 { %4 = alloca ptr, align 8 %5 = alloca i64, align 8 %6 = alloca i64, align 8 %7 = alloca i32, align 4 %8 = alloca ptr, align 8 %9 = alloca ptr, align 8 %10 = alloca i32, align 4 store ptr %0, ptr %4, align 8 store i64 %1, ptr %5, align 8 store i64 %2, ptr %6, align 8 %11 = call i32 (ptr, ...) @printf(ptr noundef @.str) store i32 0, ptr %7, align 4 %12 = load i32, ptr %7, align 4 %13 = icmp slt i32 %12, 4 br i1 %13, label %.lr.ph, label %32 .lr.ph: ; preds = %3 br label %14 14: ; preds = %.lr.ph, %27 %15 = load ptr, ptr %4, align 8 %16 = load i32, ptr %7, align 4 %17 = sext i32 %16 to i64 %18 = getelementptr inbounds i8, ptr %15, i64 %17 %19 = load i8, ptr %18, align 1 %20 = sext i8 %19 to i32 %21 = call i32 (ptr, ...) @printf(ptr noundef @.str.1, i32 noundef %20) %22 = load i32, ptr %7, align 4 %23 = icmp slt i32 %22, 3 br i1 %23, label %24, label %26 24: ; preds = %14 %25 = call i32 (ptr, ...) @printf(ptr noundef @.str.2) br label %26 26: ; preds = %24, %14 br label %27 27: ; preds = %26 %28 = load i32, ptr %7, align 4 %29 = add nsw i32 %28, 1 store i32 %29, ptr %7, align 4 %30 = load i32, ptr %7, align 4 %31 = icmp slt i32 %30, 4 br i1 %31, label %14, label %._crit_edge, !llvm.loop !6 ._crit_edge: ; preds = %27 br label %32 32: ; preds = %._crit_edge, %3 %33 = call i32 (ptr, ...) @printf(ptr noundef @.str.3) %34 = call i32 (ptr, ...) @printf(ptr noundef @.str.4) %35 = load ptr, ptr %4, align 8 %36 = call ptr @CharToDecimalA(ptr noundef %35) store ptr %36, ptr %8, align 8 %37 = load ptr, ptr %8, align 8 %38 = load i64, ptr %5, align 8 %39 = load i64, ptr %6, align 8 %40 = call ptr @powmodA(ptr noundef %37, i64 noundef %38, i64 noundef %39) store ptr %40, ptr %9, align 8 %41 = call i32 (ptr, ...) @printf(ptr noundef @.str.5) store i32 0, ptr %10, align 4 %42 = load i32, ptr %10, align 4 %43 = icmp slt i32 %42, 4 br i1 %43, label %.lr.ph2, label %61 .lr.ph2: ; preds = %32 br label %44 44: ; preds = %.lr.ph2, %56 %45 = load ptr, ptr %9, align 8 %46 = load i32, ptr %10, align 4 %47 = sext i32 %46 to i64 %48 = getelementptr inbounds i64, ptr %45, i64 %47 %49 = load i64, ptr %48, align 8 %50 = call i32 (ptr, ...) @printf(ptr noundef @.str.6, i64 noundef %49) %51 = load i32, ptr %10, align 4 %52 = icmp slt i32 %51, 3 br i1 %52, label %53, label %55 53: ; preds = %44 %54 = call i32 (ptr, ...) @printf(ptr noundef @.str.2) br label %55 55: ; preds = %53, %44 br label %56 56: ; preds = %55 %57 = load i32, ptr %10, align 4 %58 = add nsw i32 %57, 1 store i32 %58, ptr %10, align 4 %59 = load i32, ptr %10, align 4 %60 = icmp slt i32 %59, 4 br i1 %60, label %44, label %._crit_edge3, !llvm.loop !8 ._crit_edge3: ; preds = %56 br label %61 61: ; preds = %._crit_edge3, %32 %62 = call i32 (ptr, ...) @printf(ptr noundef @.str.3) %63 = load ptr, ptr %9, align 8 ret ptr %63 } declare i32 @printf(ptr noundef, ...) #1 declare ptr @CharToDecimalA(ptr noundef) #1 declare ptr @powmodA(ptr noundef, i64 noundef, i64 noundef) #1 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !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 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"} !6 = distinct !{!6, !7} !7 = !{!"llvm.loop.mustprogress"} !8 = distinct !{!8, !7}
; ModuleID = '/tmp/tmp_ib5hfei.c' source_filename = "/tmp/tmp_ib5hfei.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-pc-linux-gnu" @.str = private unnamed_addr constant [29 x i8] c"Usage: %s [master | slave ]\0A\00", align 1 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local void @showUsage(ptr noundef %0) #0 { %2 = alloca ptr, align 8 store ptr %0, ptr %2, align 8 %3 = load ptr, ptr %2, align 8 %4 = call i32 @printf(ptr noundef @.str, ptr noundef %3) ret void } declare i32 @printf(ptr noundef, ptr noundef) #1 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !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 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '<stdin>' source_filename = "/tmp/tmp_ib5hfei.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-pc-linux-gnu" @.str = private unnamed_addr constant [29 x i8] c"Usage: %s [master | slave ]\0A\00", align 1 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local void @showUsage(ptr noundef %0) #0 { %2 = alloca ptr, align 8 store ptr %0, ptr %2, align 8 %3 = load ptr, ptr %2, align 8 %4 = call i32 @printf(ptr noundef @.str, ptr noundef %3) ret void } declare i32 @printf(ptr noundef, ptr noundef) #1 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !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 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '/tmp/tmpkk9sauop.c' source_filename = "/tmp/tmpkk9sauop.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-pc-linux-gnu" @.str = private unnamed_addr constant [13 x i8] c"arnold.layne\00", align 1 @EXIT_FAILURE = dso_local global i32 0, align 4 @EXIT_SUCCESS = dso_local global i32 0, align 4 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local i32 @main() #0 { %1 = alloca i32, align 4 %2 = alloca i32, align 4 %3 = alloca i32, align 4 store i32 0, ptr %1, align 4 %4 = call i32 (...) @geteuid() store i32 %4, ptr %2, align 4 %5 = call i32 (...) @getegid() store i32 %5, ptr %3, align 4 %6 = load i32, ptr %2, align 4 %7 = load i32, ptr %3, align 4 %8 = call i64 @chown(ptr noundef @.str, i32 noundef %6, i32 noundef %7) %9 = icmp sgt i64 0, %8 br i1 %9, label %10, label %12 10: ; preds = %0 %11 = load i32, ptr @EXIT_FAILURE, align 4 store i32 %11, ptr %1, align 4 br label %14 12: ; preds = %0 %13 = load i32, ptr @EXIT_SUCCESS, align 4 store i32 %13, ptr %1, align 4 br label %14 14: ; preds = %12, %10 %15 = load i32, ptr %1, align 4 ret i32 %15 } declare i32 @geteuid(...) #1 declare i32 @getegid(...) #1 declare i64 @chown(ptr noundef, i32 noundef, i32 noundef) #1 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !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 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '<stdin>' source_filename = "/tmp/tmpkk9sauop.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-pc-linux-gnu" @.str = private unnamed_addr constant [13 x i8] c"arnold.layne\00", align 1 @EXIT_FAILURE = dso_local global i32 0, align 4 @EXIT_SUCCESS = dso_local global i32 0, align 4 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local i32 @main() #0 { %1 = alloca i32, align 4 %2 = alloca i32, align 4 %3 = alloca i32, align 4 store i32 0, ptr %1, align 4 %4 = call i32 (...) @geteuid() store i32 %4, ptr %2, align 4 %5 = call i32 (...) @getegid() store i32 %5, ptr %3, align 4 %6 = load i32, ptr %2, align 4 %7 = load i32, ptr %3, align 4 %8 = call i64 @chown(ptr noundef @.str, i32 noundef %6, i32 noundef %7) %9 = icmp sgt i64 0, %8 br i1 %9, label %10, label %12 10: ; preds = %0 %11 = load i32, ptr @EXIT_FAILURE, align 4 store i32 %11, ptr %1, align 4 br label %14 12: ; preds = %0 %13 = load i32, ptr @EXIT_SUCCESS, align 4 store i32 %13, ptr %1, align 4 br label %14 14: ; preds = %12, %10 %15 = load i32, ptr %1, align 4 ret i32 %15 } declare i32 @geteuid(...) #1 declare i32 @getegid(...) #1 declare i64 @chown(ptr noundef, i32 noundef, i32 noundef) #1 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !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 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '/tmp/tmp9w29nj3f.c' source_filename = "/tmp/tmp9w29nj3f.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-pc-linux-gnu" ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local i32 @test() #0 { %1 = alloca double, align 8 %2 = call double (...) @foo() store double %2, ptr %1, align 8 %3 = load double, ptr %1, align 8 %4 = call double @bar(double noundef %3) store double %4, ptr %1, align 8 %5 = load double, ptr %1, align 8 %6 = fdiv double %5, 0x41D0000000000000 store double %6, ptr %1, align 8 %7 = load double, ptr %1, align 8 %8 = fmul double %7, 7.000000e+01 store double %8, ptr %1, align 8 %9 = load double, ptr %1, align 8 %10 = fcmp olt double %9, 7.000000e+01 br i1 %10, label %11, label %13 11: ; preds = %0 %12 = load double, ptr %1, align 8 br label %14 13: ; preds = %0 br label %14 14: ; preds = %13, %11 %15 = phi double [ %12, %11 ], [ 7.000000e+01, %13 ] store double %15, ptr %1, align 8 %16 = load double, ptr %1, align 8 %17 = fadd double %16, 3.000000e+01 store double %17, ptr %1, align 8 %18 = load double, ptr %1, align 8 %19 = fptosi double %18 to i32 ret i32 %19 } declare double @foo(...) #1 declare double @bar(double noundef) #1 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !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 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '<stdin>' source_filename = "/tmp/tmp9w29nj3f.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-pc-linux-gnu" ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local i32 @test() #0 { %1 = alloca double, align 8 %2 = call double (...) @foo() store double %2, ptr %1, align 8 %3 = load double, ptr %1, align 8 %4 = call double @bar(double noundef %3) store double %4, ptr %1, align 8 %5 = load double, ptr %1, align 8 %6 = fdiv double %5, 0x41D0000000000000 store double %6, ptr %1, align 8 %7 = load double, ptr %1, align 8 %8 = fmul double %7, 7.000000e+01 store double %8, ptr %1, align 8 %9 = load double, ptr %1, align 8 %10 = fcmp olt double %9, 7.000000e+01 br i1 %10, label %11, label %13 11: ; preds = %0 %12 = load double, ptr %1, align 8 br label %14 13: ; preds = %0 br label %14 14: ; preds = %13, %11 %15 = phi double [ %12, %11 ], [ 7.000000e+01, %13 ] store double %15, ptr %1, align 8 %16 = load double, ptr %1, align 8 %17 = fadd double %16, 3.000000e+01 store double %17, ptr %1, align 8 %18 = load double, ptr %1, align 8 %19 = fptosi double %18 to i32 ret i32 %19 } declare double @foo(...) #1 declare double @bar(double noundef) #1 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !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 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '/tmp/tmpdr8n8dj3.c' source_filename = "/tmp/tmpdr8n8dj3.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-pc-linux-gnu" @.str = private unnamed_addr constant [61 x i8] c"begin_measurement_date,begin_measurement_time,expected_count\00", align 1 @.str.1 = private unnamed_addr constant [26 x i8] c"data_collection_frequency\00", align 1 @.str.2 = private unnamed_addr constant [135 x i8] c"echo \22select %s\09\09\09\09\09 from %s\09\09\09\09\09 \09 where station = '%s'\09\09\09\09 \09 and datatype = '%s'\09\09\09\09 \09 order by %s;\22\09\09\09\09\09|sql.e '%c'\09\09\09\09\09\09 \00", align 1 @.str.3 = private unnamed_addr constant [2 x i8] c"r\00", align 1 @.str.4 = private unnamed_addr constant [3 x i8] c"%s\00", align 1 @.str.5 = private unnamed_addr constant [5 x i8] c"%c%s\00", align 1 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local ptr @hydrology_library_get_expected_count_list_string(ptr noundef %0, ptr noundef %1, ptr noundef %2, i8 noundef signext %3) #0 { %5 = alloca ptr, align 8 %6 = alloca ptr, align 8 %7 = alloca ptr, align 8 %8 = alloca i8, align 1 %9 = alloca [1024 x i8], align 16 %10 = alloca ptr, align 8 %11 = alloca [1024 x i8], align 16 %12 = alloca ptr, align 8 %13 = alloca [2048 x i8], align 16 %14 = alloca ptr, align 8 %15 = alloca ptr, align 8 store ptr %0, ptr %5, align 8 store ptr %1, ptr %6, align 8 store ptr %2, ptr %7, align 8 store i8 %3, ptr %8, align 1 %16 = getelementptr inbounds [2048 x i8], ptr %13, i64 0, i64 0 store ptr %16, ptr %14, align 8 store ptr @.str, ptr %15, align 8 %17 = load ptr, ptr %5, align 8 %18 = call ptr @get_table_name(ptr noundef %17, ptr noundef @.str.1) store ptr %18, ptr %10, align 8 %19 = getelementptr inbounds [1024 x i8], ptr %9, i64 0, i64 0 %20 = load ptr, ptr %15, align 8 %21 = load ptr, ptr %10, align 8 %22 = load ptr, ptr %6, align 8 %23 = load ptr, ptr %7, align 8 %24 = load ptr, ptr %15, align 8 %25 = call i32 (ptr, ptr, ...) @sprintf(ptr noundef %19, ptr noundef @.str.2, ptr noundef %20, ptr noundef %21, ptr noundef %22, ptr noundef %23, ptr noundef %24, i32 noundef 94) %26 = getelementptr inbounds [1024 x i8], ptr %9, i64 0, i64 0 %27 = call ptr @popen(ptr noundef %26, ptr noundef @.str.3) store ptr %27, ptr %12, align 8 br label %28 28: ; preds = %53, %4 %29 = getelementptr inbounds [1024 x i8], ptr %11, i64 0, i64 0 %30 = load ptr, ptr %12, align 8 %31 = call i64 @get_line(ptr noundef %29, ptr noundef %30) %32 = icmp ne i64 %31, 0 br i1 %32, label %33, label %54 33: ; preds = %28 %34 = load ptr, ptr %14, align 8 %35 = getelementptr inbounds [2048 x i8], ptr %13, i64 0, i64 0 %36 = icmp eq ptr %34, %35 br i1 %36, label %37, label %44 37: ; preds = %33 %38 = load ptr, ptr %14, align 8 %39 = getelementptr inbounds [1024 x i8], ptr %11, i64 0, i64 0 %40 = call i32 (ptr, ptr, ...) @sprintf(ptr noundef %38, ptr noundef @.str.4, ptr noundef %39) %41 = load ptr, ptr %14, align 8 %42 = sext i32 %40 to i64 %43 = getelementptr inbounds i8, ptr %41, i64 %42 store ptr %43, ptr %14, align 8 br label %53 44: ; preds = %33 %45 = load ptr, ptr %14, align 8 %46 = load i8, ptr %8, align 1 %47 = sext i8 %46 to i32 %48 = getelementptr inbounds [1024 x i8], ptr %11, i64 0, i64 0 %49 = call i32 (ptr, ptr, ...) @sprintf(ptr noundef %45, ptr noundef @.str.5, i32 noundef %47, ptr noundef %48) %50 = load ptr, ptr %14, align 8 %51 = sext i32 %49 to i64 %52 = getelementptr inbounds i8, ptr %50, i64 %51 store ptr %52, ptr %14, align 8 br label %53 53: ; preds = %44, %37 br label %28, !llvm.loop !6 54: ; preds = %28 %55 = load ptr, ptr %14, align 8 store i8 0, ptr %55, align 1 %56 = load ptr, ptr %12, align 8 %57 = call i32 @pclose(ptr noundef %56) %58 = getelementptr inbounds [2048 x i8], ptr %13, i64 0, i64 0 %59 = call ptr @strdup(ptr noundef %58) ret ptr %59 } declare ptr @get_table_name(ptr noundef, ptr noundef) #1 declare i32 @sprintf(ptr noundef, ptr noundef, ...) #1 declare ptr @popen(ptr noundef, ptr noundef) #1 declare i64 @get_line(ptr noundef, ptr noundef) #1 declare i32 @pclose(ptr noundef) #1 declare ptr @strdup(ptr noundef) #1 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !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 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"} !6 = distinct !{!6, !7} !7 = !{!"llvm.loop.mustprogress"}
; ModuleID = '<stdin>' source_filename = "/tmp/tmpdr8n8dj3.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-pc-linux-gnu" @.str = private unnamed_addr constant [61 x i8] c"begin_measurement_date,begin_measurement_time,expected_count\00", align 1 @.str.1 = private unnamed_addr constant [26 x i8] c"data_collection_frequency\00", align 1 @.str.2 = private unnamed_addr constant [135 x i8] c"echo \22select %s\09\09\09\09\09 from %s\09\09\09\09\09 \09 where station = '%s'\09\09\09\09 \09 and datatype = '%s'\09\09\09\09 \09 order by %s;\22\09\09\09\09\09|sql.e '%c'\09\09\09\09\09\09 \00", align 1 @.str.3 = private unnamed_addr constant [2 x i8] c"r\00", align 1 @.str.4 = private unnamed_addr constant [3 x i8] c"%s\00", align 1 @.str.5 = private unnamed_addr constant [5 x i8] c"%c%s\00", align 1 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local ptr @hydrology_library_get_expected_count_list_string(ptr noundef %0, ptr noundef %1, ptr noundef %2, i8 noundef signext %3) #0 { %5 = alloca ptr, align 8 %6 = alloca ptr, align 8 %7 = alloca ptr, align 8 %8 = alloca i8, align 1 %9 = alloca [1024 x i8], align 16 %10 = alloca ptr, align 8 %11 = alloca [1024 x i8], align 16 %12 = alloca ptr, align 8 %13 = alloca [2048 x i8], align 16 %14 = alloca ptr, align 8 %15 = alloca ptr, align 8 store ptr %0, ptr %5, align 8 store ptr %1, ptr %6, align 8 store ptr %2, ptr %7, align 8 store i8 %3, ptr %8, align 1 %16 = getelementptr inbounds [2048 x i8], ptr %13, i64 0, i64 0 store ptr %16, ptr %14, align 8 store ptr @.str, ptr %15, align 8 %17 = load ptr, ptr %5, align 8 %18 = call ptr @get_table_name(ptr noundef %17, ptr noundef @.str.1) store ptr %18, ptr %10, align 8 %19 = getelementptr inbounds [1024 x i8], ptr %9, i64 0, i64 0 %20 = load ptr, ptr %15, align 8 %21 = load ptr, ptr %10, align 8 %22 = load ptr, ptr %6, align 8 %23 = load ptr, ptr %7, align 8 %24 = load ptr, ptr %15, align 8 %25 = call i32 (ptr, ptr, ...) @sprintf(ptr noundef %19, ptr noundef @.str.2, ptr noundef %20, ptr noundef %21, ptr noundef %22, ptr noundef %23, ptr noundef %24, i32 noundef 94) %26 = getelementptr inbounds [1024 x i8], ptr %9, i64 0, i64 0 %27 = call ptr @popen(ptr noundef %26, ptr noundef @.str.3) store ptr %27, ptr %12, align 8 %28 = getelementptr inbounds [1024 x i8], ptr %11, i64 0, i64 0 %29 = load ptr, ptr %12, align 8 %30 = call i64 @get_line(ptr noundef %28, ptr noundef %29) %31 = icmp ne i64 %30, 0 br i1 %31, label %.lr.ph, label %56 .lr.ph: ; preds = %4 br label %32 32: ; preds = %.lr.ph, %52 %33 = load ptr, ptr %14, align 8 %34 = getelementptr inbounds [2048 x i8], ptr %13, i64 0, i64 0 %35 = icmp eq ptr %33, %34 br i1 %35, label %36, label %43 36: ; preds = %32 %37 = load ptr, ptr %14, align 8 %38 = getelementptr inbounds [1024 x i8], ptr %11, i64 0, i64 0 %39 = call i32 (ptr, ptr, ...) @sprintf(ptr noundef %37, ptr noundef @.str.4, ptr noundef %38) %40 = load ptr, ptr %14, align 8 %41 = sext i32 %39 to i64 %42 = getelementptr inbounds i8, ptr %40, i64 %41 store ptr %42, ptr %14, align 8 br label %52 43: ; preds = %32 %44 = load ptr, ptr %14, align 8 %45 = load i8, ptr %8, align 1 %46 = sext i8 %45 to i32 %47 = getelementptr inbounds [1024 x i8], ptr %11, i64 0, i64 0 %48 = call i32 (ptr, ptr, ...) @sprintf(ptr noundef %44, ptr noundef @.str.5, i32 noundef %46, ptr noundef %47) %49 = load ptr, ptr %14, align 8 %50 = sext i32 %48 to i64 %51 = getelementptr inbounds i8, ptr %49, i64 %50 store ptr %51, ptr %14, align 8 br label %52 52: ; preds = %43, %36 %53 = load ptr, ptr %12, align 8 %54 = call i64 @get_line(ptr noundef %28, ptr noundef %53) %55 = icmp ne i64 %54, 0 br i1 %55, label %32, label %._crit_edge, !llvm.loop !6 ._crit_edge: ; preds = %52 br label %56 56: ; preds = %._crit_edge, %4 %57 = load ptr, ptr %14, align 8 store i8 0, ptr %57, align 1 %58 = load ptr, ptr %12, align 8 %59 = call i32 @pclose(ptr noundef %58) %60 = getelementptr inbounds [2048 x i8], ptr %13, i64 0, i64 0 %61 = call ptr @strdup(ptr noundef %60) ret ptr %61 } declare ptr @get_table_name(ptr noundef, ptr noundef) #1 declare i32 @sprintf(ptr noundef, ptr noundef, ...) #1 declare ptr @popen(ptr noundef, ptr noundef) #1 declare i64 @get_line(ptr noundef, ptr noundef) #1 declare i32 @pclose(ptr noundef) #1 declare ptr @strdup(ptr noundef) #1 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !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 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"} !6 = distinct !{!6, !7} !7 = !{!"llvm.loop.mustprogress"}
; ModuleID = '/tmp/tmpb5k6gwaf.c' source_filename = "/tmp/tmpb5k6gwaf.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-pc-linux-gnu" !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !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 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '<stdin>' source_filename = "/tmp/tmpb5k6gwaf.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-pc-linux-gnu" !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !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 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '/tmp/tmpiapmgml2.c' source_filename = "/tmp/tmpiapmgml2.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-pc-linux-gnu" @.str = private unnamed_addr constant [20 x i8] c"Bir cumle giriniz.\0A\00", align 1 @.str.1 = private unnamed_addr constant [21 x i8] c"Bellek ayrilamiyor!\0A\00", align 1 @.str.2 = private unnamed_addr constant [11 x i8] c"cumle: %s\0A\00", align 1 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local i32 @main() #0 { %1 = alloca i32, align 4 %2 = alloca [256 x i8], align 16 %3 = alloca ptr, align 8 store i32 0, ptr %1, align 4 %4 = call i32 (ptr, ...) @printf(ptr noundef @.str) %5 = getelementptr inbounds [256 x i8], ptr %2, i64 0, i64 0 %6 = call i32 @gets(ptr noundef %5) %7 = load ptr, ptr %3, align 8 %8 = icmp eq ptr %7, null br i1 %8, label %9, label %11 9: ; preds = %0 %10 = call i32 (ptr, ...) @printf(ptr noundef @.str.1) store i32 -1, ptr %1, align 4 br label %25 11: ; preds = %0 %12 = getelementptr inbounds [256 x i8], ptr %2, i64 0, i64 0 %13 = call i64 @strlen(ptr noundef %12) %14 = add nsw i64 %13, 1 %15 = call i64 @malloc(i64 noundef %14) %16 = inttoptr i64 %15 to ptr store ptr %16, ptr %3, align 8 %17 = getelementptr inbounds [256 x i8], ptr %2, i64 0, i64 0 %18 = getelementptr inbounds i8, ptr %17, i64 2 %19 = getelementptr inbounds [256 x i8], ptr %2, i64 0, i64 0 %20 = call i32 @memmove(ptr noundef %18, ptr noundef %19, i32 noundef 5) %21 = getelementptr inbounds [256 x i8], ptr %2, i64 0, i64 0 %22 = call i32 (ptr, ...) @printf(ptr noundef @.str.2, ptr noundef %21) %23 = load ptr, ptr %3, align 8 %24 = call i32 @free(ptr noundef %23) store i32 0, ptr %1, align 4 br label %25 25: ; preds = %11, %9 %26 = load i32, ptr %1, align 4 ret i32 %26 } declare i32 @printf(ptr noundef, ...) #1 declare i32 @gets(ptr noundef) #1 declare i64 @malloc(i64 noundef) #1 declare i64 @strlen(ptr noundef) #1 declare i32 @memmove(ptr noundef, ptr noundef, i32 noundef) #1 declare i32 @free(ptr noundef) #1 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !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 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '<stdin>' source_filename = "/tmp/tmpiapmgml2.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-pc-linux-gnu" @.str = private unnamed_addr constant [20 x i8] c"Bir cumle giriniz.\0A\00", align 1 @.str.1 = private unnamed_addr constant [21 x i8] c"Bellek ayrilamiyor!\0A\00", align 1 @.str.2 = private unnamed_addr constant [11 x i8] c"cumle: %s\0A\00", align 1 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local i32 @main() #0 { %1 = alloca i32, align 4 %2 = alloca [256 x i8], align 16 %3 = alloca ptr, align 8 store i32 0, ptr %1, align 4 %4 = call i32 (ptr, ...) @printf(ptr noundef @.str) %5 = getelementptr inbounds [256 x i8], ptr %2, i64 0, i64 0 %6 = call i32 @gets(ptr noundef %5) %7 = load ptr, ptr %3, align 8 %8 = icmp eq ptr %7, null br i1 %8, label %9, label %11 9: ; preds = %0 %10 = call i32 (ptr, ...) @printf(ptr noundef @.str.1) store i32 -1, ptr %1, align 4 br label %25 11: ; preds = %0 %12 = getelementptr inbounds [256 x i8], ptr %2, i64 0, i64 0 %13 = call i64 @strlen(ptr noundef %12) %14 = add nsw i64 %13, 1 %15 = call i64 @malloc(i64 noundef %14) %16 = inttoptr i64 %15 to ptr store ptr %16, ptr %3, align 8 %17 = getelementptr inbounds [256 x i8], ptr %2, i64 0, i64 0 %18 = getelementptr inbounds i8, ptr %17, i64 2 %19 = getelementptr inbounds [256 x i8], ptr %2, i64 0, i64 0 %20 = call i32 @memmove(ptr noundef %18, ptr noundef %19, i32 noundef 5) %21 = getelementptr inbounds [256 x i8], ptr %2, i64 0, i64 0 %22 = call i32 (ptr, ...) @printf(ptr noundef @.str.2, ptr noundef %21) %23 = load ptr, ptr %3, align 8 %24 = call i32 @free(ptr noundef %23) store i32 0, ptr %1, align 4 br label %25 25: ; preds = %11, %9 %26 = load i32, ptr %1, align 4 ret i32 %26 } declare i32 @printf(ptr noundef, ...) #1 declare i32 @gets(ptr noundef) #1 declare i64 @malloc(i64 noundef) #1 declare i64 @strlen(ptr noundef) #1 declare i32 @memmove(ptr noundef, ptr noundef, i32 noundef) #1 declare i32 @free(ptr noundef) #1 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !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 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '/tmp/tmplw4_aq2f.c' source_filename = "/tmp/tmplw4_aq2f.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-pc-linux-gnu" @.str = private unnamed_addr constant [48 x i8] c"Fibonacci de %d e %ld em tempo %0.4f segundos.\0A\00", align 1 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local i32 @main() #0 { %1 = alloca i32, align 4 %2 = alloca i32, align 4 %3 = alloca i64, align 8 %4 = alloca double, align 8 %5 = alloca double, align 8 %6 = alloca double, align 8 store i32 0, ptr %1, align 4 store i32 20, ptr %2, align 4 store i64 0, ptr %3, align 8 %7 = call double (...) @omp_get_wtime() store double %7, ptr %4, align 8 %8 = load i32, ptr %2, align 4 %9 = call i64 @fib(i32 noundef %8) store i64 %9, ptr %3, align 8 %10 = call double (...) @omp_get_wtime() store double %10, ptr %5, align 8 %11 = load double, ptr %5, align 8 %12 = load double, ptr %4, align 8 %13 = fsub double %11, %12 store double %13, ptr %6, align 8 %14 = load i32, ptr %2, align 4 %15 = load i64, ptr %3, align 8 %16 = load double, ptr %6, align 8 %17 = call i32 @printf(ptr noundef @.str, i32 noundef %14, i64 noundef %15, double noundef %16) ret i32 0 } declare double @omp_get_wtime(...) #1 declare i64 @fib(i32 noundef) #1 declare i32 @printf(ptr noundef, i32 noundef, i64 noundef, double noundef) #1 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !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 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '<stdin>' source_filename = "/tmp/tmplw4_aq2f.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-pc-linux-gnu" @.str = private unnamed_addr constant [48 x i8] c"Fibonacci de %d e %ld em tempo %0.4f segundos.\0A\00", align 1 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local i32 @main() #0 { %1 = alloca i32, align 4 %2 = alloca i32, align 4 %3 = alloca i64, align 8 %4 = alloca double, align 8 %5 = alloca double, align 8 %6 = alloca double, align 8 store i32 0, ptr %1, align 4 store i32 20, ptr %2, align 4 store i64 0, ptr %3, align 8 %7 = call double (...) @omp_get_wtime() store double %7, ptr %4, align 8 %8 = load i32, ptr %2, align 4 %9 = call i64 @fib(i32 noundef %8) store i64 %9, ptr %3, align 8 %10 = call double (...) @omp_get_wtime() store double %10, ptr %5, align 8 %11 = load double, ptr %5, align 8 %12 = load double, ptr %4, align 8 %13 = fsub double %11, %12 store double %13, ptr %6, align 8 %14 = load i32, ptr %2, align 4 %15 = load i64, ptr %3, align 8 %16 = load double, ptr %6, align 8 %17 = call i32 @printf(ptr noundef @.str, i32 noundef %14, i64 noundef %15, double noundef %16) ret i32 0 } declare double @omp_get_wtime(...) #1 declare i64 @fib(i32 noundef) #1 declare i32 @printf(ptr noundef, i32 noundef, i64 noundef, double noundef) #1 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !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 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '/tmp/tmpw_hm_k7f.c' source_filename = "/tmp/tmpw_hm_k7f.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-pc-linux-gnu" !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !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 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '<stdin>' source_filename = "/tmp/tmpw_hm_k7f.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-pc-linux-gnu" !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !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 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '/tmp/tmpvm84x8jt.c' source_filename = "/tmp/tmpvm84x8jt.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-pc-linux-gnu" ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local void @setMain(i32 noundef %0) #0 { %2 = alloca i32, align 4 store i32 %0, ptr %2, align 4 %3 = load i32, ptr %2, align 4 switch i32 %3, label %14 [ i32 1, label %4 i32 2, label %6 i32 3, label %8 i32 4, label %10 i32 5, label %12 ] 4: ; preds = %1 %5 = call i32 (...) @edit() br label %14 6: ; preds = %1 %7 = call i32 (...) @go() br label %14 8: ; preds = %1 %9 = call i32 (...) @stop() br label %14 10: ; preds = %1 %11 = call i32 (...) @reverse() br label %14 12: ; preds = %1 %13 = call i32 @exit(i32 noundef 0) #3 unreachable 14: ; preds = %1, %10, %8, %6, %4 ret void } declare i32 @edit(...) #1 declare i32 @go(...) #1 declare i32 @stop(...) #1 declare i32 @reverse(...) #1 ; Function Attrs: noreturn declare i32 @exit(i32 noundef) #2 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #2 = { noreturn "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #3 = { noreturn } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !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 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '<stdin>' source_filename = "/tmp/tmpvm84x8jt.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-pc-linux-gnu" ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local void @setMain(i32 noundef %0) #0 { %2 = alloca i32, align 4 store i32 %0, ptr %2, align 4 %3 = load i32, ptr %2, align 4 switch i32 %3, label %14 [ i32 1, label %4 i32 2, label %6 i32 3, label %8 i32 4, label %10 i32 5, label %12 ] 4: ; preds = %1 %5 = call i32 (...) @edit() br label %14 6: ; preds = %1 %7 = call i32 (...) @go() br label %14 8: ; preds = %1 %9 = call i32 (...) @stop() br label %14 10: ; preds = %1 %11 = call i32 (...) @reverse() br label %14 12: ; preds = %1 %13 = call i32 @exit(i32 noundef 0) #3 unreachable 14: ; preds = %10, %8, %6, %4, %1 ret void } declare i32 @edit(...) #1 declare i32 @go(...) #1 declare i32 @stop(...) #1 declare i32 @reverse(...) #1 ; Function Attrs: noreturn declare i32 @exit(i32 noundef) #2 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #2 = { noreturn "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #3 = { noreturn } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !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 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '/tmp/tmp8shv4nw6.c' source_filename = "/tmp/tmp8shv4nw6.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-pc-linux-gnu" !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !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 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '<stdin>' source_filename = "/tmp/tmp8shv4nw6.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-pc-linux-gnu" !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !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 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '/tmp/tmpqii06_24.c' source_filename = "/tmp/tmpqii06_24.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-pc-linux-gnu" @RAND_MAX = dso_local global i64 0, align 8 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local i32 @Random(i32 noundef %0) #0 { %2 = alloca i32, align 4 %3 = alloca float, align 4 store i32 %0, ptr %2, align 4 %4 = call i64 (...) @rand() %5 = sitofp i64 %4 to float store float %5, ptr %3, align 4 %6 = load i64, ptr @RAND_MAX, align 8 %7 = sitofp i64 %6 to float %8 = load float, ptr %3, align 4 %9 = fdiv float %8, %7 store float %9, ptr %3, align 4 %10 = load i32, ptr %2, align 4 %11 = sitofp i32 %10 to float %12 = load float, ptr %3, align 4 %13 = fmul float %12, %11 store float %13, ptr %3, align 4 %14 = load float, ptr %3, align 4 %15 = fptosi float %14 to i32 ret i32 %15 } declare i64 @rand(...) #1 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !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 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '<stdin>' source_filename = "/tmp/tmpqii06_24.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-pc-linux-gnu" @RAND_MAX = dso_local global i64 0, align 8 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local i32 @Random(i32 noundef %0) #0 { %2 = alloca i32, align 4 %3 = alloca float, align 4 store i32 %0, ptr %2, align 4 %4 = call i64 (...) @rand() %5 = sitofp i64 %4 to float store float %5, ptr %3, align 4 %6 = load i64, ptr @RAND_MAX, align 8 %7 = sitofp i64 %6 to float %8 = load float, ptr %3, align 4 %9 = fdiv float %8, %7 store float %9, ptr %3, align 4 %10 = load i32, ptr %2, align 4 %11 = sitofp i32 %10 to float %12 = load float, ptr %3, align 4 %13 = fmul float %12, %11 store float %13, ptr %3, align 4 %14 = load float, ptr %3, align 4 %15 = fptosi float %14 to i32 ret i32 %15 } declare i64 @rand(...) #1 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !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 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '/tmp/tmp5_24flbp.c' source_filename = "/tmp/tmp5_24flbp.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-pc-linux-gnu" @__const.main.host = private unnamed_addr constant [100 x i8] c"localhost\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00", align 16 @__const.main.rob_name = private unnamed_addr constant [20 x i8] c"robsample\00\00\00\00\00\00\00\00\00\00\00", align 16 @.str = private unnamed_addr constant [63 x i8] c" Sample Robot\0A Copyright (C) 2001-2013 Universidade de Aveiro\0A\00", align 1 @.str.1 = private unnamed_addr constant [6 x i8] c"-host\00", align 1 @.str.2 = private unnamed_addr constant [9 x i8] c"-robname\00", align 1 @.str.3 = private unnamed_addr constant [5 x i8] c"-pos\00", align 1 @.str.4 = private unnamed_addr constant [3 x i8] c"%d\00", align 1 @stderr = dso_local global i32 0, align 4 @.str.5 = private unnamed_addr constant [99 x i8] c"Bad number of parameters\0ASYNOPSIS: mainRob [-host hostname] [-robname robotname] [-pos posnumber]\0A\00", align 1 @.str.6 = private unnamed_addr constant [22 x i8] c"%s Failed to connect\0A\00", align 1 @.str.7 = private unnamed_addr constant [14 x i8] c"%s Connected\0A\00", align 1 @.str.8 = private unnamed_addr constant [12 x i8] c"%s Exiting\0A\00", align 1 @.str.9 = private unnamed_addr constant [25 x i8] c"%s visited target at %d\0A\00", align 1 @.str.10 = private unnamed_addr constant [21 x i8] c"%s found home at %d\0A\00", align 1 @.str.11 = private unnamed_addr constant [10 x i8] c"IRSensor1\00", align 1 @.str.12 = private unnamed_addr constant [10 x i8] c"IRSensor2\00", align 1 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local i32 @main(i32 noundef %0, ptr noundef %1) #0 { %3 = alloca i32, align 4 %4 = alloca i32, align 4 %5 = alloca ptr, align 8 %6 = alloca [100 x i8], align 16 %7 = alloca [20 x i8], align 16 %8 = alloca float, align 4 %9 = alloca float, align 4 %10 = alloca i32, align 4 %11 = alloca i32, align 4 %12 = alloca i32, align 4 %13 = alloca i32, align 4 store i32 0, ptr %3, align 4 store i32 %0, ptr %4, align 4 store ptr %1, ptr %5, align 8 call void @llvm.memcpy.p0.p0.i64(ptr align 16 %6, ptr align 16 @__const.main.host, i64 100, i1 false) call void @llvm.memcpy.p0.p0.i64(ptr align 16 %7, ptr align 16 @__const.main.rob_name, i64 20, i1 false) store i32 2, ptr %10, align 4 store i32 1, ptr %11, align 4 store i32 1, ptr %12, align 4 store i32 0, ptr %13, align 4 %14 = call i32 (ptr, ...) @printf(ptr noundef @.str) br label %15 15: ; preds = %61, %2 %16 = load i32, ptr %4, align 4 %17 = icmp sgt i32 %16, 2 br i1 %17, label %18, label %66 18: ; preds = %15 %19 = load ptr, ptr %5, align 8 %20 = getelementptr inbounds ptr, ptr %19, i64 1 %21 = load ptr, ptr %20, align 8 %22 = call i64 @strcmp(ptr noundef %21, ptr noundef @.str.1) %23 = icmp eq i64 %22, 0 br i1 %23, label %24, label %31 24: ; preds = %18 %25 = getelementptr inbounds [100 x i8], ptr %6, i64 0, i64 0 %26 = load ptr, ptr %5, align 8 %27 = getelementptr inbounds ptr, ptr %26, i64 2 %28 = load ptr, ptr %27, align 8 %29 = call i32 @strncpy(ptr noundef %25, ptr noundef %28, i32 noundef 99) %30 = getelementptr inbounds [100 x i8], ptr %6, i64 0, i64 99 store i8 0, ptr %30, align 1 br label %61 31: ; preds = %18 %32 = load ptr, ptr %5, align 8 %33 = getelementptr inbounds ptr, ptr %32, i64 1 %34 = load ptr, ptr %33, align 8 %35 = call i64 @strcmp(ptr noundef %34, ptr noundef @.str.2) %36 = icmp eq i64 %35, 0 br i1 %36, label %37, label %44 37: ; preds = %31 %38 = getelementptr inbounds [20 x i8], ptr %7, i64 0, i64 0 %39 = load ptr, ptr %5, align 8 %40 = getelementptr inbounds ptr, ptr %39, i64 2 %41 = load ptr, ptr %40, align 8 %42 = call i32 @strncpy(ptr noundef %38, ptr noundef %41, i32 noundef 19) %43 = getelementptr inbounds [20 x i8], ptr %7, i64 0, i64 19 store i8 0, ptr %43, align 1 br label %60 44: ; preds = %31 %45 = load ptr, ptr %5, align 8 %46 = getelementptr inbounds ptr, ptr %45, i64 1 %47 = load ptr, ptr %46, align 8 %48 = call i64 @strcmp(ptr noundef %47, ptr noundef @.str.3) %49 = icmp eq i64 %48, 0 br i1 %49, label %50, label %58 50: ; preds = %44 %51 = load ptr, ptr %5, align 8 %52 = getelementptr inbounds ptr, ptr %51, i64 2 %53 = load ptr, ptr %52, align 8 %54 = call i32 @sscanf(ptr noundef %53, ptr noundef @.str.4, ptr noundef %12) %55 = icmp ne i32 %54, 1 br i1 %55, label %56, label %57 56: ; preds = %50 store i32 0, ptr %4, align 4 br label %57 57: ; preds = %56, %50 br label %59 58: ; preds = %44 br label %66 59: ; preds = %57 br label %60 60: ; preds = %59, %37 br label %61 61: ; preds = %60, %24 %62 = load i32, ptr %4, align 4 %63 = sub nsw i32 %62, 2 store i32 %63, ptr %4, align 4 %64 = load ptr, ptr %5, align 8 %65 = getelementptr inbounds ptr, ptr %64, i64 2 store ptr %65, ptr %5, align 8 br label %15, !llvm.loop !6 66: ; preds = %58, %15 %67 = load i32, ptr %4, align 4 %68 = icmp ne i32 %67, 1 br i1 %68, label %69, label %72 69: ; preds = %66 %70 = load i32, ptr @stderr, align 4 %71 = call i32 @fprintf(i32 noundef %70, ptr noundef @.str.5) ret i32 1 72: ; preds = %66 %73 = getelementptr inbounds [20 x i8], ptr %7, i64 0, i64 0 %74 = load i32, ptr %12, align 4 %75 = getelementptr inbounds [100 x i8], ptr %6, i64 0, i64 0 %76 = call i32 @InitRobot(ptr noundef %73, i32 noundef %74, ptr noundef %75) %77 = icmp eq i32 %76, -1 br i1 %77, label %78, label %82 78: ; preds = %72 %79 = getelementptr inbounds [20 x i8], ptr %7, i64 0, i64 0 %80 = call i32 (ptr, ...) @printf(ptr noundef @.str.6, ptr noundef %79) %81 = call i32 @exit(i32 noundef 1) #4 unreachable 82: ; preds = %72 %83 = getelementptr inbounds [20 x i8], ptr %7, i64 0, i64 0 %84 = call i32 (ptr, ...) @printf(ptr noundef @.str.7, ptr noundef %83) store i32 2, ptr %10, align 4 br label %85 85: ; preds = %82, %172 %86 = call i32 (...) @ReadSensors() %87 = call i64 (...) @GetFinished() %88 = icmp ne i64 %87, 0 br i1 %88, label %89, label %93 89: ; preds = %85 %90 = getelementptr inbounds [20 x i8], ptr %7, i64 0, i64 0 %91 = call i32 (ptr, ...) @printf(ptr noundef @.str.8, ptr noundef %90) %92 = call i32 @exit(i32 noundef 0) #4 unreachable 93: ; preds = %85 %94 = load i32, ptr %10, align 4 %95 = icmp eq i32 %94, 2 br i1 %95, label %96, label %101 96: ; preds = %93 %97 = call i64 (...) @GetStartButton() %98 = icmp ne i64 %97, 0 br i1 %98, label %99, label %101 99: ; preds = %96 %100 = load i32, ptr %11, align 4 store i32 %100, ptr %10, align 4 br label %101 101: ; preds = %99, %96, %93 %102 = load i32, ptr %10, align 4 %103 = icmp ne i32 %102, 2 br i1 %103, label %104, label %109 104: ; preds = %101 %105 = call i64 (...) @GetStopButton() %106 = icmp ne i64 %105, 0 br i1 %106, label %107, label %109 107: ; preds = %104 %108 = load i32, ptr %10, align 4 store i32 %108, ptr %11, align 4 store i32 2, ptr %10, align 4 br label %109 109: ; preds = %107, %104, %101 %110 = load i32, ptr %10, align 4 switch i32 %110, label %149 [ i32 1, label %111 i32 3, label %129 i32 4, label %135 ] 111: ; preds = %109 %112 = call i32 (...) @GetVisitingLed() %113 = icmp ne i32 %112, 0 br i1 %113, label %114, label %115 114: ; preds = %111 store i32 3, ptr %10, align 4 br label %115 115: ; preds = %114, %111 %116 = call i32 (...) @GetGroundSensor() %117 = icmp eq i32 %116, 0 br i1 %117, label %118, label %123 118: ; preds = %115 %119 = call i32 @SetVisitingLed(i32 noundef 1) %120 = getelementptr inbounds [20 x i8], ptr %7, i64 0, i64 0 %121 = call i32 (...) @GetTime() %122 = call i32 (ptr, ...) @printf(ptr noundef @.str.9, ptr noundef %120, i32 noundef %121) br label %128 123: ; preds = %115 %124 = call i32 @DetermineAction(i32 noundef 0, ptr noundef %8, ptr noundef %9) %125 = load float, ptr %8, align 4 %126 = load float, ptr %9, align 4 %127 = call i32 @DriveMotors(float noundef %125, float noundef %126) br label %128 128: ; preds = %123, %118 br label %149 129: ; preds = %109 %130 = call i32 (...) @GetReturningLed() %131 = icmp ne i32 %130, 0 br i1 %131, label %132, label %133 132: ; preds = %129 store i32 4, ptr %10, align 4 br label %133 133: ; preds = %132, %129 %134 = call i32 @DriveMotors(float noundef 0.000000e+00, float noundef 0.000000e+00) br label %149 135: ; preds = %109 %136 = call i32 (...) @GetGroundSensor() %137 = icmp eq i32 %136, 1 br i1 %137, label %138, label %143 138: ; preds = %135 %139 = call i32 (...) @Finish() %140 = getelementptr inbounds [20 x i8], ptr %7, i64 0, i64 0 %141 = call i32 (...) @GetTime() %142 = call i32 (ptr, ...) @printf(ptr noundef @.str.10, ptr noundef %140, i32 noundef %141) br label %148 143: ; preds = %135 %144 = call i32 @DetermineAction(i32 noundef 1, ptr noundef %8, ptr noundef %9) %145 = load float, ptr %8, align 4 %146 = load float, ptr %9, align 4 %147 = call i32 @DriveMotors(float noundef %145, float noundef %146) br label %148 148: ; preds = %143, %138 br label %149 149: ; preds = %109, %148, %133, %128 %150 = getelementptr inbounds [20 x i8], ptr %7, i64 0, i64 0 %151 = call i32 @Say(ptr noundef %150) %152 = call i32 (...) @GetTime() %153 = srem i32 %152, 2 %154 = icmp eq i32 %153, 0 br i1 %154, label %155, label %170 155: ; preds = %149 %156 = call i32 @RequestObstacleSensor(i32 noundef 0) %157 = call i32 (...) @GetTime() %158 = srem i32 %157, 8 %159 = icmp eq i32 %158, 0 br i1 %159, label %164, label %160 160: ; preds = %155 %161 = load i32, ptr %13, align 4 %162 = call i32 (...) @GetNumberOfBeacons() %163 = icmp eq i32 %161, %162 br i1 %163, label %164, label %166 164: ; preds = %160, %155 %165 = call i32 (...) @RequestGroundSensor() br label %169 166: ; preds = %160 %167 = load i32, ptr %13, align 4 %168 = call i32 @RequestBeaconSensor(i32 noundef %167) br label %169 169: ; preds = %166, %164 br label %172 170: ; preds = %149 %171 = call i32 @RequestSensors(i32 noundef 2, ptr noundef @.str.11, ptr noundef @.str.12) br label %172 172: ; preds = %170, %169 br label %85 } ; Function Attrs: nocallback nofree nounwind willreturn memory(argmem: readwrite) declare void @llvm.memcpy.p0.p0.i64(ptr noalias nocapture writeonly, ptr noalias nocapture readonly, i64, i1 immarg) #1 declare i32 @printf(ptr noundef, ...) #2 declare i64 @strcmp(ptr noundef, ptr noundef) #2 declare i32 @strncpy(ptr noundef, ptr noundef, i32 noundef) #2 declare i32 @sscanf(ptr noundef, ptr noundef, ptr noundef) #2 declare i32 @fprintf(i32 noundef, ptr noundef) #2 declare i32 @InitRobot(ptr noundef, i32 noundef, ptr noundef) #2 ; Function Attrs: noreturn declare i32 @exit(i32 noundef) #3 declare i32 @ReadSensors(...) #2 declare i64 @GetFinished(...) #2 declare i64 @GetStartButton(...) #2 declare i64 @GetStopButton(...) #2 declare i32 @GetVisitingLed(...) #2 declare i32 @GetGroundSensor(...) #2 declare i32 @SetVisitingLed(i32 noundef) #2 declare i32 @GetTime(...) #2 declare i32 @DetermineAction(i32 noundef, ptr noundef, ptr noundef) #2 declare i32 @DriveMotors(float noundef, float noundef) #2 declare i32 @GetReturningLed(...) #2 declare i32 @Finish(...) #2 declare i32 @Say(ptr noundef) #2 declare i32 @RequestObstacleSensor(i32 noundef) #2 declare i32 @GetNumberOfBeacons(...) #2 declare i32 @RequestGroundSensor(...) #2 declare i32 @RequestBeaconSensor(i32 noundef) #2 declare i32 @RequestSensors(i32 noundef, ptr noundef, ptr noundef) #2 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { nocallback nofree nounwind willreturn memory(argmem: readwrite) } attributes #2 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #3 = { noreturn "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #4 = { noreturn } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !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 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"} !6 = distinct !{!6, !7} !7 = !{!"llvm.loop.mustprogress"}
; ModuleID = '<stdin>' source_filename = "/tmp/tmp5_24flbp.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-pc-linux-gnu" @__const.main.host = private unnamed_addr constant [100 x i8] c"localhost\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00", align 16 @__const.main.rob_name = private unnamed_addr constant [20 x i8] c"robsample\00\00\00\00\00\00\00\00\00\00\00", align 16 @.str = private unnamed_addr constant [63 x i8] c" Sample Robot\0A Copyright (C) 2001-2013 Universidade de Aveiro\0A\00", align 1 @.str.1 = private unnamed_addr constant [6 x i8] c"-host\00", align 1 @.str.2 = private unnamed_addr constant [9 x i8] c"-robname\00", align 1 @.str.3 = private unnamed_addr constant [5 x i8] c"-pos\00", align 1 @.str.4 = private unnamed_addr constant [3 x i8] c"%d\00", align 1 @stderr = dso_local global i32 0, align 4 @.str.5 = private unnamed_addr constant [99 x i8] c"Bad number of parameters\0ASYNOPSIS: mainRob [-host hostname] [-robname robotname] [-pos posnumber]\0A\00", align 1 @.str.6 = private unnamed_addr constant [22 x i8] c"%s Failed to connect\0A\00", align 1 @.str.7 = private unnamed_addr constant [14 x i8] c"%s Connected\0A\00", align 1 @.str.8 = private unnamed_addr constant [12 x i8] c"%s Exiting\0A\00", align 1 @.str.9 = private unnamed_addr constant [25 x i8] c"%s visited target at %d\0A\00", align 1 @.str.10 = private unnamed_addr constant [21 x i8] c"%s found home at %d\0A\00", align 1 @.str.11 = private unnamed_addr constant [10 x i8] c"IRSensor1\00", align 1 @.str.12 = private unnamed_addr constant [10 x i8] c"IRSensor2\00", align 1 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local i32 @main(i32 noundef %0, ptr noundef %1) #0 { %3 = alloca i32, align 4 %4 = alloca i32, align 4 %5 = alloca ptr, align 8 %6 = alloca [100 x i8], align 16 %7 = alloca [20 x i8], align 16 %8 = alloca float, align 4 %9 = alloca float, align 4 %10 = alloca i32, align 4 %11 = alloca i32, align 4 %12 = alloca i32, align 4 %13 = alloca i32, align 4 store i32 0, ptr %3, align 4 store i32 %0, ptr %4, align 4 store ptr %1, ptr %5, align 8 call void @llvm.memcpy.p0.p0.i64(ptr align 16 %6, ptr align 16 @__const.main.host, i64 100, i1 false) call void @llvm.memcpy.p0.p0.i64(ptr align 16 %7, ptr align 16 @__const.main.rob_name, i64 20, i1 false) store i32 2, ptr %10, align 4 store i32 1, ptr %11, align 4 store i32 1, ptr %12, align 4 store i32 0, ptr %13, align 4 %14 = call i32 (ptr, ...) @printf(ptr noundef @.str) %15 = load i32, ptr %4, align 4 %16 = icmp sgt i32 %15, 2 br i1 %16, label %.lr.ph, label %.loopexit .lr.ph: ; preds = %2 br label %17 17: ; preds = %.lr.ph, %60 %18 = load ptr, ptr %5, align 8 %19 = getelementptr inbounds ptr, ptr %18, i64 1 %20 = load ptr, ptr %19, align 8 %21 = call i64 @strcmp(ptr noundef %20, ptr noundef @.str.1) %22 = icmp eq i64 %21, 0 br i1 %22, label %23, label %30 23: ; preds = %17 %24 = getelementptr inbounds [100 x i8], ptr %6, i64 0, i64 0 %25 = load ptr, ptr %5, align 8 %26 = getelementptr inbounds ptr, ptr %25, i64 2 %27 = load ptr, ptr %26, align 8 %28 = call i32 @strncpy(ptr noundef %24, ptr noundef %27, i32 noundef 99) %29 = getelementptr inbounds [100 x i8], ptr %6, i64 0, i64 99 store i8 0, ptr %29, align 1 br label %60 30: ; preds = %17 %31 = load ptr, ptr %5, align 8 %32 = getelementptr inbounds ptr, ptr %31, i64 1 %33 = load ptr, ptr %32, align 8 %34 = call i64 @strcmp(ptr noundef %33, ptr noundef @.str.2) %35 = icmp eq i64 %34, 0 br i1 %35, label %36, label %43 36: ; preds = %30 %37 = getelementptr inbounds [20 x i8], ptr %7, i64 0, i64 0 %38 = load ptr, ptr %5, align 8 %39 = getelementptr inbounds ptr, ptr %38, i64 2 %40 = load ptr, ptr %39, align 8 %41 = call i32 @strncpy(ptr noundef %37, ptr noundef %40, i32 noundef 19) %42 = getelementptr inbounds [20 x i8], ptr %7, i64 0, i64 19 store i8 0, ptr %42, align 1 br label %59 43: ; preds = %30 %44 = load ptr, ptr %5, align 8 %45 = getelementptr inbounds ptr, ptr %44, i64 1 %46 = load ptr, ptr %45, align 8 %47 = call i64 @strcmp(ptr noundef %46, ptr noundef @.str.3) %48 = icmp eq i64 %47, 0 br i1 %48, label %49, label %57 49: ; preds = %43 %50 = load ptr, ptr %5, align 8 %51 = getelementptr inbounds ptr, ptr %50, i64 2 %52 = load ptr, ptr %51, align 8 %53 = call i32 @sscanf(ptr noundef %52, ptr noundef @.str.4, ptr noundef %12) %54 = icmp ne i32 %53, 1 br i1 %54, label %55, label %56 55: ; preds = %49 store i32 0, ptr %4, align 4 br label %56 56: ; preds = %55, %49 br label %58 57: ; preds = %43 br label %67 58: ; preds = %56 br label %59 59: ; preds = %58, %36 br label %60 60: ; preds = %59, %23 %61 = load i32, ptr %4, align 4 %62 = sub nsw i32 %61, 2 store i32 %62, ptr %4, align 4 %63 = load ptr, ptr %5, align 8 %64 = getelementptr inbounds ptr, ptr %63, i64 2 store ptr %64, ptr %5, align 8 %65 = load i32, ptr %4, align 4 %66 = icmp sgt i32 %65, 2 br i1 %66, label %17, label %..loopexit_crit_edge, !llvm.loop !6 ..loopexit_crit_edge: ; preds = %60 br label %.loopexit .loopexit: ; preds = %..loopexit_crit_edge, %2 br label %67 67: ; preds = %.loopexit, %57 %68 = load i32, ptr %4, align 4 %69 = icmp ne i32 %68, 1 br i1 %69, label %70, label %73 70: ; preds = %67 %71 = load i32, ptr @stderr, align 4 %72 = call i32 @fprintf(i32 noundef %71, ptr noundef @.str.5) ret i32 1 73: ; preds = %67 %74 = getelementptr inbounds [20 x i8], ptr %7, i64 0, i64 0 %75 = load i32, ptr %12, align 4 %76 = getelementptr inbounds [100 x i8], ptr %6, i64 0, i64 0 %77 = call i32 @InitRobot(ptr noundef %74, i32 noundef %75, ptr noundef %76) %78 = icmp eq i32 %77, -1 br i1 %78, label %79, label %83 79: ; preds = %73 %80 = getelementptr inbounds [20 x i8], ptr %7, i64 0, i64 0 %81 = call i32 (ptr, ...) @printf(ptr noundef @.str.6, ptr noundef %80) %82 = call i32 @exit(i32 noundef 1) #4 unreachable 83: ; preds = %73 %84 = getelementptr inbounds [20 x i8], ptr %7, i64 0, i64 0 %85 = call i32 (ptr, ...) @printf(ptr noundef @.str.7, ptr noundef %84) store i32 2, ptr %10, align 4 %86 = call i32 (...) @ReadSensors() %87 = call i64 (...) @GetFinished() %88 = icmp ne i64 %87, 0 br i1 %88, label %89, label %.lr.ph1 .lr.ph1: ; preds = %83 br label %93 ._crit_edge: ; preds = %172 br label %89 89: ; preds = %._crit_edge, %83 %90 = getelementptr inbounds [20 x i8], ptr %7, i64 0, i64 0 %91 = call i32 (ptr, ...) @printf(ptr noundef @.str.8, ptr noundef %90) %92 = call i32 @exit(i32 noundef 0) #4 unreachable 93: ; preds = %.lr.ph1, %172 %94 = load i32, ptr %10, align 4 %95 = icmp eq i32 %94, 2 br i1 %95, label %96, label %101 96: ; preds = %93 %97 = call i64 (...) @GetStartButton() %98 = icmp ne i64 %97, 0 br i1 %98, label %99, label %101 99: ; preds = %96 %100 = load i32, ptr %11, align 4 store i32 %100, ptr %10, align 4 br label %101 101: ; preds = %99, %96, %93 %102 = load i32, ptr %10, align 4 %103 = icmp ne i32 %102, 2 br i1 %103, label %104, label %109 104: ; preds = %101 %105 = call i64 (...) @GetStopButton() %106 = icmp ne i64 %105, 0 br i1 %106, label %107, label %109 107: ; preds = %104 %108 = load i32, ptr %10, align 4 store i32 %108, ptr %11, align 4 store i32 2, ptr %10, align 4 br label %109 109: ; preds = %107, %104, %101 %110 = load i32, ptr %10, align 4 switch i32 %110, label %149 [ i32 1, label %111 i32 3, label %129 i32 4, label %135 ] 111: ; preds = %109 %112 = call i32 (...) @GetVisitingLed() %113 = icmp ne i32 %112, 0 br i1 %113, label %114, label %115 114: ; preds = %111 store i32 3, ptr %10, align 4 br label %115 115: ; preds = %114, %111 %116 = call i32 (...) @GetGroundSensor() %117 = icmp eq i32 %116, 0 br i1 %117, label %118, label %123 118: ; preds = %115 %119 = call i32 @SetVisitingLed(i32 noundef 1) %120 = getelementptr inbounds [20 x i8], ptr %7, i64 0, i64 0 %121 = call i32 (...) @GetTime() %122 = call i32 (ptr, ...) @printf(ptr noundef @.str.9, ptr noundef %120, i32 noundef %121) br label %128 123: ; preds = %115 %124 = call i32 @DetermineAction(i32 noundef 0, ptr noundef %8, ptr noundef %9) %125 = load float, ptr %8, align 4 %126 = load float, ptr %9, align 4 %127 = call i32 @DriveMotors(float noundef %125, float noundef %126) br label %128 128: ; preds = %123, %118 br label %149 129: ; preds = %109 %130 = call i32 (...) @GetReturningLed() %131 = icmp ne i32 %130, 0 br i1 %131, label %132, label %133 132: ; preds = %129 store i32 4, ptr %10, align 4 br label %133 133: ; preds = %132, %129 %134 = call i32 @DriveMotors(float noundef 0.000000e+00, float noundef 0.000000e+00) br label %149 135: ; preds = %109 %136 = call i32 (...) @GetGroundSensor() %137 = icmp eq i32 %136, 1 br i1 %137, label %138, label %143 138: ; preds = %135 %139 = call i32 (...) @Finish() %140 = getelementptr inbounds [20 x i8], ptr %7, i64 0, i64 0 %141 = call i32 (...) @GetTime() %142 = call i32 (ptr, ...) @printf(ptr noundef @.str.10, ptr noundef %140, i32 noundef %141) br label %148 143: ; preds = %135 %144 = call i32 @DetermineAction(i32 noundef 1, ptr noundef %8, ptr noundef %9) %145 = load float, ptr %8, align 4 %146 = load float, ptr %9, align 4 %147 = call i32 @DriveMotors(float noundef %145, float noundef %146) br label %148 148: ; preds = %143, %138 br label %149 149: ; preds = %148, %133, %128, %109 %150 = getelementptr inbounds [20 x i8], ptr %7, i64 0, i64 0 %151 = call i32 @Say(ptr noundef %150) %152 = call i32 (...) @GetTime() %153 = srem i32 %152, 2 %154 = icmp eq i32 %153, 0 br i1 %154, label %155, label %170 155: ; preds = %149 %156 = call i32 @RequestObstacleSensor(i32 noundef 0) %157 = call i32 (...) @GetTime() %158 = srem i32 %157, 8 %159 = icmp eq i32 %158, 0 br i1 %159, label %164, label %160 160: ; preds = %155 %161 = load i32, ptr %13, align 4 %162 = call i32 (...) @GetNumberOfBeacons() %163 = icmp eq i32 %161, %162 br i1 %163, label %164, label %166 164: ; preds = %160, %155 %165 = call i32 (...) @RequestGroundSensor() br label %169 166: ; preds = %160 %167 = load i32, ptr %13, align 4 %168 = call i32 @RequestBeaconSensor(i32 noundef %167) br label %169 169: ; preds = %166, %164 br label %172 170: ; preds = %149 %171 = call i32 @RequestSensors(i32 noundef 2, ptr noundef @.str.11, ptr noundef @.str.12) br label %172 172: ; preds = %170, %169 %173 = call i32 (...) @ReadSensors() %174 = call i64 (...) @GetFinished() %175 = icmp ne i64 %174, 0 br i1 %175, label %._crit_edge, label %93 } ; Function Attrs: nocallback nofree nounwind willreturn memory(argmem: readwrite) declare void @llvm.memcpy.p0.p0.i64(ptr noalias nocapture writeonly, ptr noalias nocapture readonly, i64, i1 immarg) #1 declare i32 @printf(ptr noundef, ...) #2 declare i64 @strcmp(ptr noundef, ptr noundef) #2 declare i32 @strncpy(ptr noundef, ptr noundef, i32 noundef) #2 declare i32 @sscanf(ptr noundef, ptr noundef, ptr noundef) #2 declare i32 @fprintf(i32 noundef, ptr noundef) #2 declare i32 @InitRobot(ptr noundef, i32 noundef, ptr noundef) #2 ; Function Attrs: noreturn declare i32 @exit(i32 noundef) #3 declare i32 @ReadSensors(...) #2 declare i64 @GetFinished(...) #2 declare i64 @GetStartButton(...) #2 declare i64 @GetStopButton(...) #2 declare i32 @GetVisitingLed(...) #2 declare i32 @GetGroundSensor(...) #2 declare i32 @SetVisitingLed(i32 noundef) #2 declare i32 @GetTime(...) #2 declare i32 @DetermineAction(i32 noundef, ptr noundef, ptr noundef) #2 declare i32 @DriveMotors(float noundef, float noundef) #2 declare i32 @GetReturningLed(...) #2 declare i32 @Finish(...) #2 declare i32 @Say(ptr noundef) #2 declare i32 @RequestObstacleSensor(i32 noundef) #2 declare i32 @GetNumberOfBeacons(...) #2 declare i32 @RequestGroundSensor(...) #2 declare i32 @RequestBeaconSensor(i32 noundef) #2 declare i32 @RequestSensors(i32 noundef, ptr noundef, ptr noundef) #2 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { nocallback nofree nounwind willreturn memory(argmem: readwrite) } attributes #2 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #3 = { noreturn "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #4 = { noreturn } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !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 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"} !6 = distinct !{!6, !7} !7 = !{!"llvm.loop.mustprogress"}
; ModuleID = '/tmp/tmpp1ptyi2k.c' source_filename = "/tmp/tmpp1ptyi2k.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-pc-linux-gnu" @.str = private unnamed_addr constant [3 x i8] c"%s\00", align 1 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local i32 @main(i32 noundef %0, ptr noundef %1) #0 { %3 = alloca i32, align 4 %4 = alloca i32, align 4 %5 = alloca ptr, align 8 %6 = alloca i32, align 4 %7 = alloca i32, align 4 %8 = alloca [1000 x i8], align 16 %9 = alloca [1000 x i8], align 16 store i32 0, ptr %3, align 4 store i32 %0, ptr %4, align 4 store ptr %1, ptr %5, align 8 store i32 0, ptr %7, align 4 br label %10 10: ; preds = %23, %2 %11 = getelementptr inbounds [1000 x i8], ptr %8, i64 0, i64 0 %12 = call i32 @n_getline(ptr noundef %11, i32 noundef 1000) store i32 %12, ptr %6, align 4 %13 = icmp sgt i32 %12, 0 br i1 %13, label %14, label %24 14: ; preds = %10 %15 = load i32, ptr %6, align 4 %16 = load i32, ptr %7, align 4 %17 = icmp sgt i32 %15, %16 br i1 %17, label %18, label %23 18: ; preds = %14 %19 = load i32, ptr %6, align 4 store i32 %19, ptr %7, align 4 %20 = getelementptr inbounds [1000 x i8], ptr %9, i64 0, i64 0 %21 = getelementptr inbounds [1000 x i8], ptr %8, i64 0, i64 0 %22 = call i32 @copy(ptr noundef %20, ptr noundef %21) br label %23 23: ; preds = %18, %14 br label %10, !llvm.loop !6 24: ; preds = %10 %25 = load i32, ptr %7, align 4 %26 = icmp sgt i32 %25, 0 br i1 %26, label %27, label %30 27: ; preds = %24 %28 = getelementptr inbounds [1000 x i8], ptr %9, i64 0, i64 0 %29 = call i32 @printf(ptr noundef @.str, ptr noundef %28) br label %30 30: ; preds = %27, %24 ret i32 0 } declare i32 @n_getline(ptr noundef, i32 noundef) #1 declare i32 @copy(ptr noundef, ptr noundef) #1 declare i32 @printf(ptr noundef, ptr noundef) #1 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !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 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"} !6 = distinct !{!6, !7} !7 = !{!"llvm.loop.mustprogress"}
; ModuleID = '<stdin>' source_filename = "/tmp/tmpp1ptyi2k.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-pc-linux-gnu" @.str = private unnamed_addr constant [3 x i8] c"%s\00", align 1 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local i32 @main(i32 noundef %0, ptr noundef %1) #0 { %3 = alloca i32, align 4 %4 = alloca i32, align 4 %5 = alloca ptr, align 8 %6 = alloca i32, align 4 %7 = alloca i32, align 4 %8 = alloca [1000 x i8], align 16 %9 = alloca [1000 x i8], align 16 store i32 0, ptr %3, align 4 store i32 %0, ptr %4, align 4 store ptr %1, ptr %5, align 8 store i32 0, ptr %7, align 4 %10 = getelementptr inbounds [1000 x i8], ptr %8, i64 0, i64 0 %11 = call i32 @n_getline(ptr noundef %10, i32 noundef 1000) store i32 %11, ptr %6, align 4 %12 = icmp sgt i32 %11, 0 br i1 %12, label %.lr.ph, label %25 .lr.ph: ; preds = %2 br label %13 13: ; preds = %.lr.ph, %22 %14 = load i32, ptr %6, align 4 %15 = load i32, ptr %7, align 4 %16 = icmp sgt i32 %14, %15 br i1 %16, label %17, label %22 17: ; preds = %13 %18 = load i32, ptr %6, align 4 store i32 %18, ptr %7, align 4 %19 = getelementptr inbounds [1000 x i8], ptr %9, i64 0, i64 0 %20 = getelementptr inbounds [1000 x i8], ptr %8, i64 0, i64 0 %21 = call i32 @copy(ptr noundef %19, ptr noundef %20) br label %22 22: ; preds = %17, %13 %23 = call i32 @n_getline(ptr noundef %10, i32 noundef 1000) store i32 %23, ptr %6, align 4 %24 = icmp sgt i32 %23, 0 br i1 %24, label %13, label %._crit_edge, !llvm.loop !6 ._crit_edge: ; preds = %22 br label %25 25: ; preds = %._crit_edge, %2 %26 = load i32, ptr %7, align 4 %27 = icmp sgt i32 %26, 0 br i1 %27, label %28, label %31 28: ; preds = %25 %29 = getelementptr inbounds [1000 x i8], ptr %9, i64 0, i64 0 %30 = call i32 @printf(ptr noundef @.str, ptr noundef %29) br label %31 31: ; preds = %28, %25 ret i32 0 } declare i32 @n_getline(ptr noundef, i32 noundef) #1 declare i32 @copy(ptr noundef, ptr noundef) #1 declare i32 @printf(ptr noundef, ptr noundef) #1 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !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 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"} !6 = distinct !{!6, !7} !7 = !{!"llvm.loop.mustprogress"}
; ModuleID = '/tmp/tmpz7sawoyl.c' source_filename = "/tmp/tmpz7sawoyl.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-pc-linux-gnu" !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !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 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '<stdin>' source_filename = "/tmp/tmpz7sawoyl.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-pc-linux-gnu" !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !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 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '/tmp/tmpyzl076ct.c' source_filename = "/tmp/tmpyzl076ct.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-pc-linux-gnu" @EXIT_SUCCESS = dso_local global i32 0, align 4 !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !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 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '<stdin>' source_filename = "/tmp/tmpyzl076ct.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-pc-linux-gnu" @EXIT_SUCCESS = dso_local global i32 0, align 4 !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !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 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '/tmp/tmpv_3qbfx2.c' source_filename = "/tmp/tmpv_3qbfx2.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-pc-linux-gnu" @.str = private unnamed_addr constant [29 x i8] c"/sys/class/gpio/gpio%d/value\00", align 1 @O_RDONLY = dso_local global i32 0, align 4 @O_NONBLOCK = dso_local global i32 0, align 4 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local i32 @sysfs_gpio_open(i32 noundef %0) #0 { %2 = alloca i32, align 4 %3 = alloca [64 x i8], align 16 %4 = alloca i32, align 4 store i32 %0, ptr %2, align 4 %5 = getelementptr inbounds [64 x i8], ptr %3, i64 0, i64 0 %6 = load i32, ptr %2, align 4 %7 = call i32 @snprintf(ptr noundef %5, i32 noundef 64, ptr noundef @.str, i32 noundef %6) %8 = getelementptr inbounds [64 x i8], ptr %3, i64 0, i64 0 %9 = load i32, ptr @O_RDONLY, align 4 %10 = load i32, ptr @O_NONBLOCK, align 4 %11 = or i32 %9, %10 %12 = call i32 @open(ptr noundef %8, i32 noundef %11) store i32 %12, ptr %4, align 4 %13 = load i32, ptr %4, align 4 ret i32 %13 } declare i32 @snprintf(ptr noundef, i32 noundef, ptr noundef, i32 noundef) #1 declare i32 @open(ptr noundef, i32 noundef) #1 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !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 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '<stdin>' source_filename = "/tmp/tmpv_3qbfx2.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-pc-linux-gnu" @.str = private unnamed_addr constant [29 x i8] c"/sys/class/gpio/gpio%d/value\00", align 1 @O_RDONLY = dso_local global i32 0, align 4 @O_NONBLOCK = dso_local global i32 0, align 4 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local i32 @sysfs_gpio_open(i32 noundef %0) #0 { %2 = alloca i32, align 4 %3 = alloca [64 x i8], align 16 %4 = alloca i32, align 4 store i32 %0, ptr %2, align 4 %5 = getelementptr inbounds [64 x i8], ptr %3, i64 0, i64 0 %6 = load i32, ptr %2, align 4 %7 = call i32 @snprintf(ptr noundef %5, i32 noundef 64, ptr noundef @.str, i32 noundef %6) %8 = getelementptr inbounds [64 x i8], ptr %3, i64 0, i64 0 %9 = load i32, ptr @O_RDONLY, align 4 %10 = load i32, ptr @O_NONBLOCK, align 4 %11 = or i32 %9, %10 %12 = call i32 @open(ptr noundef %8, i32 noundef %11) store i32 %12, ptr %4, align 4 %13 = load i32, ptr %4, align 4 ret i32 %13 } declare i32 @snprintf(ptr noundef, i32 noundef, ptr noundef, i32 noundef) #1 declare i32 @open(ptr noundef, i32 noundef) #1 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !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 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '/tmp/tmpljee9jd_.c' source_filename = "/tmp/tmpljee9jd_.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-pc-linux-gnu" !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !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 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '<stdin>' source_filename = "/tmp/tmpljee9jd_.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-pc-linux-gnu" !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !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 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '/tmp/tmp9peuggdv.c' source_filename = "/tmp/tmp9peuggdv.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-pc-linux-gnu" ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local void @json_emit_string(ptr noundef %0, ptr noundef %1) #0 { %3 = alloca ptr, align 8 %4 = alloca ptr, align 8 store ptr %0, ptr %3, align 8 store ptr %1, ptr %4, align 8 %5 = load ptr, ptr %3, align 8 %6 = load ptr, ptr %4, align 8 %7 = load ptr, ptr %4, align 8 %8 = call i32 @strlen(ptr noundef %7) %9 = call i32 @json_emit_string_n(ptr noundef %5, ptr noundef %6, i32 noundef %8) ret void } declare i32 @json_emit_string_n(ptr noundef, ptr noundef, i32 noundef) #1 declare i32 @strlen(ptr noundef) #1 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !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 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '<stdin>' source_filename = "/tmp/tmp9peuggdv.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-pc-linux-gnu" ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local void @json_emit_string(ptr noundef %0, ptr noundef %1) #0 { %3 = alloca ptr, align 8 %4 = alloca ptr, align 8 store ptr %0, ptr %3, align 8 store ptr %1, ptr %4, align 8 %5 = load ptr, ptr %3, align 8 %6 = load ptr, ptr %4, align 8 %7 = load ptr, ptr %4, align 8 %8 = call i32 @strlen(ptr noundef %7) %9 = call i32 @json_emit_string_n(ptr noundef %5, ptr noundef %6, i32 noundef %8) ret void } declare i32 @json_emit_string_n(ptr noundef, ptr noundef, i32 noundef) #1 declare i32 @strlen(ptr noundef) #1 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !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 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '/tmp/tmpe4n52y4m.c' source_filename = "/tmp/tmpe4n52y4m.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-pc-linux-gnu" ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local i32 @f(i32 noundef %0) #0 { %2 = alloca i32, align 4 store i32 %0, ptr %2, align 4 %3 = call i32 @g(i32 noundef 1, i32 noundef 2, i32 noundef 3) %4 = call i32 @g(i32 noundef 4, i32 noundef 5, i32 noundef 6) %5 = call i32 @g(i32 noundef 7, i32 noundef 8, i32 noundef 9) %6 = call i32 @g(i32 noundef %3, i32 noundef %4, i32 noundef %5) ret i32 %6 } declare i32 @g(i32 noundef, i32 noundef, i32 noundef) #1 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !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 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '<stdin>' source_filename = "/tmp/tmpe4n52y4m.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-pc-linux-gnu" ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local i32 @f(i32 noundef %0) #0 { %2 = alloca i32, align 4 store i32 %0, ptr %2, align 4 %3 = call i32 @g(i32 noundef 1, i32 noundef 2, i32 noundef 3) %4 = call i32 @g(i32 noundef 4, i32 noundef 5, i32 noundef 6) %5 = call i32 @g(i32 noundef 7, i32 noundef 8, i32 noundef 9) %6 = call i32 @g(i32 noundef %3, i32 noundef %4, i32 noundef %5) ret i32 %6 } declare i32 @g(i32 noundef, i32 noundef, i32 noundef) #1 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !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 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '/tmp/tmp8sgvnc0t.c' source_filename = "/tmp/tmp8sgvnc0t.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-pc-linux-gnu" ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local i32 @xfwrite(ptr noundef %0, i32 noundef %1, i32 noundef %2, ptr noundef %3) #0 { %5 = alloca ptr, align 8 %6 = alloca i32, align 4 %7 = alloca i32, align 4 %8 = alloca ptr, align 8 %9 = alloca i32, align 4 %10 = alloca ptr, align 8 store ptr %0, ptr %5, align 8 store i32 %1, ptr %6, align 4 store i32 %2, ptr %7, align 4 store ptr %3, ptr %8, align 8 %11 = load ptr, ptr %5, align 8 store ptr %11, ptr %10, align 8 %12 = load ptr, ptr %10, align 8 %13 = load i32, ptr %6, align 4 %14 = load i32, ptr %7, align 4 %15 = load ptr, ptr %8, align 8 %16 = call i32 @fwrite(ptr noundef %12, i32 noundef %13, i32 noundef %14, ptr noundef %15) store i32 %16, ptr %9, align 4 %17 = load i32, ptr %9, align 4 ret i32 %17 } declare i32 @fwrite(ptr noundef, i32 noundef, i32 noundef, ptr noundef) #1 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !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 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '<stdin>' source_filename = "/tmp/tmp8sgvnc0t.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-pc-linux-gnu" ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local i32 @xfwrite(ptr noundef %0, i32 noundef %1, i32 noundef %2, ptr noundef %3) #0 { %5 = alloca ptr, align 8 %6 = alloca i32, align 4 %7 = alloca i32, align 4 %8 = alloca ptr, align 8 %9 = alloca i32, align 4 %10 = alloca ptr, align 8 store ptr %0, ptr %5, align 8 store i32 %1, ptr %6, align 4 store i32 %2, ptr %7, align 4 store ptr %3, ptr %8, align 8 %11 = load ptr, ptr %5, align 8 store ptr %11, ptr %10, align 8 %12 = load ptr, ptr %10, align 8 %13 = load i32, ptr %6, align 4 %14 = load i32, ptr %7, align 4 %15 = load ptr, ptr %8, align 8 %16 = call i32 @fwrite(ptr noundef %12, i32 noundef %13, i32 noundef %14, ptr noundef %15) store i32 %16, ptr %9, align 4 %17 = load i32, ptr %9, align 4 ret i32 %17 } declare i32 @fwrite(ptr noundef, i32 noundef, i32 noundef, ptr noundef) #1 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !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 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '/tmp/tmpcxsuyod6.c' source_filename = "/tmp/tmpcxsuyod6.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-pc-linux-gnu" %struct.TYPE_3__ = type { i32 } ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local i32 @count_in_str(ptr noundef %0, ptr noundef %1) #0 { %3 = alloca i32, align 4 %4 = alloca ptr, align 8 %5 = alloca ptr, align 8 %6 = alloca i32, align 4 %7 = alloca i32, align 4 %8 = alloca i32, align 4 %9 = alloca [1 x %struct.TYPE_3__], align 4 store ptr %0, ptr %4, align 8 store ptr %1, ptr %5, align 8 store i32 0, ptr %6, align 4 %10 = load ptr, ptr %4, align 8 %11 = call i64 @regcomp(ptr noundef %8, ptr noundef %10, i32 noundef 0) %12 = icmp ne i64 %11, 0 br i1 %12, label %13, label %14 13: ; preds = %2 store i32 -1, ptr %3, align 4 br label %33 14: ; preds = %2 br label %15 15: ; preds = %14, %22 %16 = load ptr, ptr %5, align 8 %17 = getelementptr inbounds [1 x %struct.TYPE_3__], ptr %9, i64 0, i64 0 %18 = call i32 @regexec(ptr noundef %8, ptr noundef %16, i32 noundef 1, ptr noundef %17, i32 noundef 0) store i32 %18, ptr %7, align 4 %19 = load i32, ptr %7, align 4 %20 = icmp ne i32 %19, 0 br i1 %20, label %21, label %22 21: ; preds = %15 br label %31 22: ; preds = %15 %23 = getelementptr inbounds [1 x %struct.TYPE_3__], ptr %9, i64 0, i64 0 %24 = getelementptr inbounds %struct.TYPE_3__, ptr %23, i32 0, i32 0 %25 = load i32, ptr %24, align 4 %26 = load ptr, ptr %5, align 8 %27 = sext i32 %25 to i64 %28 = getelementptr inbounds i8, ptr %26, i64 %27 store ptr %28, ptr %5, align 8 %29 = load i32, ptr %6, align 4 %30 = add nsw i32 %29, 1 store i32 %30, ptr %6, align 4 br label %15 31: ; preds = %21 %32 = load i32, ptr %6, align 4 store i32 %32, ptr %3, align 4 br label %33 33: ; preds = %31, %13 %34 = load i32, ptr %3, align 4 ret i32 %34 } declare i64 @regcomp(ptr noundef, ptr noundef, i32 noundef) #1 declare i32 @regexec(ptr noundef, ptr noundef, i32 noundef, ptr noundef, i32 noundef) #1 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !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 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '<stdin>' source_filename = "/tmp/tmpcxsuyod6.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-pc-linux-gnu" %struct.TYPE_3__ = type { i32 } ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local i32 @count_in_str(ptr noundef %0, ptr noundef %1) #0 { %3 = alloca i32, align 4 %4 = alloca ptr, align 8 %5 = alloca ptr, align 8 %6 = alloca i32, align 4 %7 = alloca i32, align 4 %8 = alloca i32, align 4 %9 = alloca [1 x %struct.TYPE_3__], align 4 store ptr %0, ptr %4, align 8 store ptr %1, ptr %5, align 8 store i32 0, ptr %6, align 4 %10 = load ptr, ptr %4, align 8 %11 = call i64 @regcomp(ptr noundef %8, ptr noundef %10, i32 noundef 0) %12 = icmp ne i64 %11, 0 br i1 %12, label %13, label %14 13: ; preds = %2 store i32 -1, ptr %3, align 4 br label %36 14: ; preds = %2 %15 = load ptr, ptr %5, align 8 %16 = getelementptr inbounds [1 x %struct.TYPE_3__], ptr %9, i64 0, i64 0 %17 = call i32 @regexec(ptr noundef %8, ptr noundef %15, i32 noundef 1, ptr noundef %16, i32 noundef 0) store i32 %17, ptr %7, align 4 %18 = load i32, ptr %7, align 4 %19 = icmp ne i32 %18, 0 br i1 %19, label %20, label %.lr.ph .lr.ph: ; preds = %14 br label %21 ._crit_edge: ; preds = %21 br label %20 20: ; preds = %._crit_edge, %14 br label %34 21: ; preds = %.lr.ph, %21 %22 = getelementptr inbounds [1 x %struct.TYPE_3__], ptr %9, i64 0, i64 0 %23 = getelementptr inbounds %struct.TYPE_3__, ptr %22, i32 0, i32 0 %24 = load i32, ptr %23, align 4 %25 = load ptr, ptr %5, align 8 %26 = sext i32 %24 to i64 %27 = getelementptr inbounds i8, ptr %25, i64 %26 store ptr %27, ptr %5, align 8 %28 = load i32, ptr %6, align 4 %29 = add nsw i32 %28, 1 store i32 %29, ptr %6, align 4 %30 = load ptr, ptr %5, align 8 %31 = call i32 @regexec(ptr noundef %8, ptr noundef %30, i32 noundef 1, ptr noundef %16, i32 noundef 0) store i32 %31, ptr %7, align 4 %32 = load i32, ptr %7, align 4 %33 = icmp ne i32 %32, 0 br i1 %33, label %._crit_edge, label %21 34: ; preds = %20 %35 = load i32, ptr %6, align 4 store i32 %35, ptr %3, align 4 br label %36 36: ; preds = %34, %13 %37 = load i32, ptr %3, align 4 ret i32 %37 } declare i64 @regcomp(ptr noundef, ptr noundef, i32 noundef) #1 declare i32 @regexec(ptr noundef, ptr noundef, i32 noundef, ptr noundef, i32 noundef) #1 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !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 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '/tmp/tmpiu5ykc49.c' source_filename = "/tmp/tmpiu5ykc49.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-pc-linux-gnu" ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local i64 @ones_to_twos_complement2(i64 noundef %0) #0 { %2 = alloca i64, align 8 store i64 %0, ptr %2, align 8 %3 = load i64, ptr %2, align 8 %4 = icmp slt i64 %3, 0 br i1 %4, label %5, label %8 5: ; preds = %1 %6 = load i64, ptr %2, align 8 %7 = add nsw i64 %6, 1 br label %10 8: ; preds = %1 %9 = load i64, ptr %2, align 8 br label %10 10: ; preds = %8, %5 %11 = phi i64 [ %7, %5 ], [ %9, %8 ] ret i64 %11 } attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !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 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '<stdin>' source_filename = "/tmp/tmpiu5ykc49.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-pc-linux-gnu" ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local i64 @ones_to_twos_complement2(i64 noundef %0) #0 { %2 = alloca i64, align 8 store i64 %0, ptr %2, align 8 %3 = load i64, ptr %2, align 8 %4 = icmp slt i64 %3, 0 br i1 %4, label %5, label %8 5: ; preds = %1 %6 = load i64, ptr %2, align 8 %7 = add nsw i64 %6, 1 br label %10 8: ; preds = %1 %9 = load i64, ptr %2, align 8 br label %10 10: ; preds = %8, %5 %11 = phi i64 [ %7, %5 ], [ %9, %8 ] ret i64 %11 } attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !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 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '/tmp/tmpbbt064er.c' source_filename = "/tmp/tmpbbt064er.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-pc-linux-gnu" ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local void @ps1_m2121_init() #0 { %1 = call i32 (...) @ps1_common_init() %2 = call i32 (...) @ps1mb_m2121_init() %3 = call i32 (...) @fdc_set_ps1() ret void } declare i32 @ps1_common_init(...) #1 declare i32 @ps1mb_m2121_init(...) #1 declare i32 @fdc_set_ps1(...) #1 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !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 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '<stdin>' source_filename = "/tmp/tmpbbt064er.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-pc-linux-gnu" ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local void @ps1_m2121_init() #0 { %1 = call i32 (...) @ps1_common_init() %2 = call i32 (...) @ps1mb_m2121_init() %3 = call i32 (...) @fdc_set_ps1() ret void } declare i32 @ps1_common_init(...) #1 declare i32 @ps1mb_m2121_init(...) #1 declare i32 @fdc_set_ps1(...) #1 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !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 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '/tmp/tmp0val0aix.c' source_filename = "/tmp/tmp0val0aix.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-pc-linux-gnu" !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !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 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '<stdin>' source_filename = "/tmp/tmp0val0aix.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-pc-linux-gnu" !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !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 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '/tmp/tmp7umm1lf3.c' source_filename = "/tmp/tmp7umm1lf3.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-pc-linux-gnu" %struct.peak = type { [50 x i8], i32, i32 } @.str = private unnamed_addr constant [2 x i8] c"r\00", align 1 @.str.1 = private unnamed_addr constant [62 x i8] c"\0Aerror occurred when opening the input file to combine peaks!\00", align 1 @.str.2 = private unnamed_addr constant [3 x i8] c"wb\00", align 1 @.str.3 = private unnamed_addr constant [27 x i8] c"\0Acreate output file error\0A\00", align 1 @EOF = dso_local global i8 0, align 1 @.str.4 = private unnamed_addr constant [16 x i8] c"%s\09%d\09%d\09%s\09%s\0A\00", align 1 @.str.5 = private unnamed_addr constant [29 x i8] c"%s\09%d\09%d\09MACS_peak_order_%d\09\00", align 1 @.str.6 = private unnamed_addr constant [2 x i8] c"1\00", align 1 @.str.7 = private unnamed_addr constant [2 x i8] c"0\00", align 1 @.str.8 = private unnamed_addr constant [2 x i8] c"\0A\00", align 1 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local void @ptoo(ptr noundef %0, ptr noundef %1, ptr noundef %2, ptr noundef %3) #0 { %5 = alloca ptr, align 8 %6 = alloca ptr, align 8 %7 = alloca ptr, align 8 %8 = alloca ptr, align 8 %9 = alloca %struct.peak, align 4 %10 = alloca ptr, align 8 %11 = alloca ptr, align 8 %12 = alloca [50 x i8], align 16 %13 = alloca i32, align 4 %14 = alloca i32, align 4 %15 = alloca i32, align 4 %16 = alloca i32, align 4 %17 = alloca i8, align 1 store ptr %0, ptr %5, align 8 store ptr %1, ptr %6, align 8 store ptr %2, ptr %7, align 8 store ptr %3, ptr %8, align 8 %18 = load ptr, ptr %7, align 8 %19 = call i32 @atoi(ptr noundef %18) store i32 %19, ptr %13, align 4 %20 = load ptr, ptr %8, align 8 %21 = call i32 @atoi(ptr noundef %20) store i32 %21, ptr %14, align 4 %22 = load ptr, ptr %5, align 8 %23 = call ptr @fopen(ptr noundef %22, ptr noundef @.str) store ptr %23, ptr %10, align 8 %24 = icmp eq ptr %23, null br i1 %24, label %25, label %29 25: ; preds = %4 %26 = call i32 @printf(ptr noundef @.str.1) %27 = call i32 (...) @getchar() %28 = call i32 @exit(i32 noundef 1) #3 unreachable 29: ; preds = %4 %30 = load ptr, ptr %6, align 8 %31 = call ptr @fopen(ptr noundef %30, ptr noundef @.str.2) store ptr %31, ptr %11, align 8 %32 = icmp eq ptr %31, null br i1 %32, label %33, label %37 33: ; preds = %29 %34 = call i32 @printf(ptr noundef @.str.3) %35 = call i32 (...) @getchar() %36 = call i32 @exit(i32 noundef 1) #3 unreachable 37: ; preds = %29 store i32 1, ptr %15, align 4 %38 = load ptr, ptr %10, align 8 %39 = call signext i8 @fgetc(ptr noundef %38) store i8 %39, ptr %17, align 1 %40 = load ptr, ptr %10, align 8 %41 = call i32 @rewind(ptr noundef %40) %42 = load i8, ptr %17, align 1 %43 = sext i8 %42 to i32 %44 = load i8, ptr @EOF, align 1 %45 = sext i8 %44 to i32 %46 = icmp ne i32 %43, %45 br i1 %46, label %47, label %95 47: ; preds = %37 br label %48 48: ; preds = %91, %47 %49 = load ptr, ptr %10, align 8 %50 = call i32 @feof(ptr noundef %49) %51 = icmp ne i32 %50, 0 %52 = xor i1 %51, true br i1 %52, label %53, label %94 53: ; preds = %48 %54 = load ptr, ptr %10, align 8 %55 = getelementptr inbounds %struct.peak, ptr %9, i32 0, i32 0 %56 = getelementptr inbounds %struct.peak, ptr %9, i32 0, i32 1 %57 = getelementptr inbounds %struct.peak, ptr %9, i32 0, i32 2 %58 = call i32 @fscanf(ptr noundef %54, ptr noundef @.str.4, ptr noundef %55, ptr noundef %56, ptr noundef %57, ptr noundef %12, ptr noundef %12) %59 = load ptr, ptr %11, align 8 %60 = getelementptr inbounds %struct.peak, ptr %9, i32 0, i32 0 %61 = getelementptr inbounds [50 x i8], ptr %60, i64 0, i64 0 %62 = getelementptr inbounds %struct.peak, ptr %9, i32 0, i32 1 %63 = load i32, ptr %62, align 4 %64 = getelementptr inbounds %struct.peak, ptr %9, i32 0, i32 2 %65 = load i32, ptr %64, align 4 %66 = load i32, ptr %15, align 4 %67 = call i32 (ptr, ptr, ...) @fprintf(ptr noundef %59, ptr noundef @.str.5, ptr noundef %61, i32 noundef %63, i32 noundef %65, i32 noundef %66) %68 = load i32, ptr %15, align 4 %69 = add nsw i32 %68, 1 store i32 %69, ptr %15, align 4 store i32 0, ptr %16, align 4 br label %70 70: ; preds = %88, %53 %71 = load i32, ptr %16, align 4 %72 = load i32, ptr %13, align 4 %73 = load i32, ptr %13, align 4 %74 = mul nsw i32 %72, %73 %75 = sub nsw i32 %74, 1 %76 = icmp sle i32 %71, %75 br i1 %76, label %77, label %91 77: ; preds = %70 %78 = load i32, ptr %16, align 4 %79 = load i32, ptr %14, align 4 %80 = icmp eq i32 %78, %79 br i1 %80, label %81, label %84 81: ; preds = %77 %82 = load ptr, ptr %11, align 8 %83 = call i32 (ptr, ptr, ...) @fprintf(ptr noundef %82, ptr noundef @.str.6) br label %87 84: ; preds = %77 %85 = load ptr, ptr %11, align 8 %86 = call i32 (ptr, ptr, ...) @fprintf(ptr noundef %85, ptr noundef @.str.7) br label %87 87: ; preds = %84, %81 br label %88 88: ; preds = %87 %89 = load i32, ptr %16, align 4 %90 = add nsw i32 %89, 1 store i32 %90, ptr %16, align 4 br label %70, !llvm.loop !6 91: ; preds = %70 %92 = load ptr, ptr %11, align 8 %93 = call i32 (ptr, ptr, ...) @fprintf(ptr noundef %92, ptr noundef @.str.8) br label %48, !llvm.loop !8 94: ; preds = %48 br label %95 95: ; preds = %94, %37 ret void } declare i32 @atoi(ptr noundef) #1 declare ptr @fopen(ptr noundef, ptr noundef) #1 declare i32 @printf(ptr noundef) #1 declare i32 @getchar(...) #1 ; Function Attrs: noreturn declare i32 @exit(i32 noundef) #2 declare signext i8 @fgetc(ptr noundef) #1 declare i32 @rewind(ptr noundef) #1 declare i32 @feof(ptr noundef) #1 declare i32 @fscanf(ptr noundef, ptr noundef, ptr noundef, ptr noundef, ptr noundef, ptr noundef, ptr noundef) #1 declare i32 @fprintf(ptr noundef, ptr noundef, ...) #1 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #2 = { noreturn "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #3 = { noreturn } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !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 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"} !6 = distinct !{!6, !7} !7 = !{!"llvm.loop.mustprogress"} !8 = distinct !{!8, !7}
; ModuleID = '<stdin>' source_filename = "/tmp/tmp7umm1lf3.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-pc-linux-gnu" %struct.peak = type { [50 x i8], i32, i32 } @.str = private unnamed_addr constant [2 x i8] c"r\00", align 1 @.str.1 = private unnamed_addr constant [62 x i8] c"\0Aerror occurred when opening the input file to combine peaks!\00", align 1 @.str.2 = private unnamed_addr constant [3 x i8] c"wb\00", align 1 @.str.3 = private unnamed_addr constant [27 x i8] c"\0Acreate output file error\0A\00", align 1 @EOF = dso_local global i8 0, align 1 @.str.4 = private unnamed_addr constant [16 x i8] c"%s\09%d\09%d\09%s\09%s\0A\00", align 1 @.str.5 = private unnamed_addr constant [29 x i8] c"%s\09%d\09%d\09MACS_peak_order_%d\09\00", align 1 @.str.6 = private unnamed_addr constant [2 x i8] c"1\00", align 1 @.str.7 = private unnamed_addr constant [2 x i8] c"0\00", align 1 @.str.8 = private unnamed_addr constant [2 x i8] c"\0A\00", align 1 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local void @ptoo(ptr noundef %0, ptr noundef %1, ptr noundef %2, ptr noundef %3) #0 { %5 = alloca ptr, align 8 %6 = alloca ptr, align 8 %7 = alloca ptr, align 8 %8 = alloca ptr, align 8 %9 = alloca %struct.peak, align 4 %10 = alloca ptr, align 8 %11 = alloca ptr, align 8 %12 = alloca [50 x i8], align 16 %13 = alloca i32, align 4 %14 = alloca i32, align 4 %15 = alloca i32, align 4 %16 = alloca i32, align 4 %17 = alloca i8, align 1 store ptr %0, ptr %5, align 8 store ptr %1, ptr %6, align 8 store ptr %2, ptr %7, align 8 store ptr %3, ptr %8, align 8 %18 = load ptr, ptr %7, align 8 %19 = call i32 @atoi(ptr noundef %18) store i32 %19, ptr %13, align 4 %20 = load ptr, ptr %8, align 8 %21 = call i32 @atoi(ptr noundef %20) store i32 %21, ptr %14, align 4 %22 = load ptr, ptr %5, align 8 %23 = call ptr @fopen(ptr noundef %22, ptr noundef @.str) store ptr %23, ptr %10, align 8 %24 = icmp eq ptr %23, null br i1 %24, label %25, label %29 25: ; preds = %4 %26 = call i32 @printf(ptr noundef @.str.1) %27 = call i32 (...) @getchar() %28 = call i32 @exit(i32 noundef 1) #3 unreachable 29: ; preds = %4 %30 = load ptr, ptr %6, align 8 %31 = call ptr @fopen(ptr noundef %30, ptr noundef @.str.2) store ptr %31, ptr %11, align 8 %32 = icmp eq ptr %31, null br i1 %32, label %33, label %37 33: ; preds = %29 %34 = call i32 @printf(ptr noundef @.str.3) %35 = call i32 (...) @getchar() %36 = call i32 @exit(i32 noundef 1) #3 unreachable 37: ; preds = %29 store i32 1, ptr %15, align 4 %38 = load ptr, ptr %10, align 8 %39 = call signext i8 @fgetc(ptr noundef %38) store i8 %39, ptr %17, align 1 %40 = load ptr, ptr %10, align 8 %41 = call i32 @rewind(ptr noundef %40) %42 = load i8, ptr %17, align 1 %43 = sext i8 %42 to i32 %44 = load i8, ptr @EOF, align 1 %45 = sext i8 %44 to i32 %46 = icmp ne i32 %43, %45 br i1 %46, label %47, label %103 47: ; preds = %37 %48 = load ptr, ptr %10, align 8 %49 = call i32 @feof(ptr noundef %48) %50 = icmp ne i32 %49, 0 %51 = xor i1 %50, true br i1 %51, label %.lr.ph2, label %102 .lr.ph2: ; preds = %47 br label %52 52: ; preds = %.lr.ph2, %95 %53 = load ptr, ptr %10, align 8 %54 = getelementptr inbounds %struct.peak, ptr %9, i32 0, i32 0 %55 = getelementptr inbounds %struct.peak, ptr %9, i32 0, i32 1 %56 = getelementptr inbounds %struct.peak, ptr %9, i32 0, i32 2 %57 = call i32 @fscanf(ptr noundef %53, ptr noundef @.str.4, ptr noundef %54, ptr noundef %55, ptr noundef %56, ptr noundef %12, ptr noundef %12) %58 = load ptr, ptr %11, align 8 %59 = getelementptr inbounds %struct.peak, ptr %9, i32 0, i32 0 %60 = getelementptr inbounds [50 x i8], ptr %59, i64 0, i64 0 %61 = getelementptr inbounds %struct.peak, ptr %9, i32 0, i32 1 %62 = load i32, ptr %61, align 4 %63 = getelementptr inbounds %struct.peak, ptr %9, i32 0, i32 2 %64 = load i32, ptr %63, align 4 %65 = load i32, ptr %15, align 4 %66 = call i32 (ptr, ptr, ...) @fprintf(ptr noundef %58, ptr noundef @.str.5, ptr noundef %60, i32 noundef %62, i32 noundef %64, i32 noundef %65) %67 = load i32, ptr %15, align 4 %68 = add nsw i32 %67, 1 store i32 %68, ptr %15, align 4 store i32 0, ptr %16, align 4 %69 = load i32, ptr %16, align 4 %70 = load i32, ptr %13, align 4 %71 = load i32, ptr %13, align 4 %72 = mul nsw i32 %70, %71 %73 = sub nsw i32 %72, 1 %74 = icmp sle i32 %69, %73 br i1 %74, label %.lr.ph, label %95 .lr.ph: ; preds = %52 br label %75 75: ; preds = %.lr.ph, %86 %76 = load i32, ptr %16, align 4 %77 = load i32, ptr %14, align 4 %78 = icmp eq i32 %76, %77 br i1 %78, label %79, label %82 79: ; preds = %75 %80 = load ptr, ptr %11, align 8 %81 = call i32 (ptr, ptr, ...) @fprintf(ptr noundef %80, ptr noundef @.str.6) br label %85 82: ; preds = %75 %83 = load ptr, ptr %11, align 8 %84 = call i32 (ptr, ptr, ...) @fprintf(ptr noundef %83, ptr noundef @.str.7) br label %85 85: ; preds = %82, %79 br label %86 86: ; preds = %85 %87 = load i32, ptr %16, align 4 %88 = add nsw i32 %87, 1 store i32 %88, ptr %16, align 4 %89 = load i32, ptr %16, align 4 %90 = load i32, ptr %13, align 4 %91 = load i32, ptr %13, align 4 %92 = mul nsw i32 %90, %91 %93 = sub nsw i32 %92, 1 %94 = icmp sle i32 %89, %93 br i1 %94, label %75, label %._crit_edge, !llvm.loop !6 ._crit_edge: ; preds = %86 br label %95 95: ; preds = %._crit_edge, %52 %96 = load ptr, ptr %11, align 8 %97 = call i32 (ptr, ptr, ...) @fprintf(ptr noundef %96, ptr noundef @.str.8) %98 = load ptr, ptr %10, align 8 %99 = call i32 @feof(ptr noundef %98) %100 = icmp ne i32 %99, 0 %101 = xor i1 %100, true br i1 %101, label %52, label %._crit_edge3, !llvm.loop !8 ._crit_edge3: ; preds = %95 br label %102 102: ; preds = %._crit_edge3, %47 br label %103 103: ; preds = %102, %37 ret void } declare i32 @atoi(ptr noundef) #1 declare ptr @fopen(ptr noundef, ptr noundef) #1 declare i32 @printf(ptr noundef) #1 declare i32 @getchar(...) #1 ; Function Attrs: noreturn declare i32 @exit(i32 noundef) #2 declare signext i8 @fgetc(ptr noundef) #1 declare i32 @rewind(ptr noundef) #1 declare i32 @feof(ptr noundef) #1 declare i32 @fscanf(ptr noundef, ptr noundef, ptr noundef, ptr noundef, ptr noundef, ptr noundef, ptr noundef) #1 declare i32 @fprintf(ptr noundef, ptr noundef, ...) #1 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #2 = { noreturn "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #3 = { noreturn } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !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 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"} !6 = distinct !{!6, !7} !7 = !{!"llvm.loop.mustprogress"} !8 = distinct !{!8, !7}
; ModuleID = '/tmp/tmpz73kwz4r.c' source_filename = "/tmp/tmpz73kwz4r.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-pc-linux-gnu" !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !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 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '<stdin>' source_filename = "/tmp/tmpz73kwz4r.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-pc-linux-gnu" !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !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 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '/tmp/tmppxevm66g.c' source_filename = "/tmp/tmppxevm66g.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-pc-linux-gnu" @.str = private unnamed_addr constant [5 x i8] c" \00", align 1 @.str.1 = private unnamed_addr constant [8 x i8] c"%4d \00", align 1 @.str.2 = private unnamed_addr constant [2 x i8] c"\0A\00", align 1 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local void @print_pascal_triangle(i32 noundef %0) #0 { %2 = alloca i32, align 4 %3 = alloca i32, align 4 %4 = alloca i32, align 4 store i32 %0, ptr %2, align 4 %5 = load i32, ptr %2, align 4 %6 = icmp eq i32 %5, 0 br i1 %6, label %7, label %8 7: ; preds = %1 br label %45 8: ; preds = %1 store i32 0, ptr %3, align 4 br label %9 9: ; preds = %42, %8 %10 = load i32, ptr %3, align 4 %11 = load i32, ptr %2, align 4 %12 = icmp slt i32 %10, %11 br i1 %12, label %13, label %45 13: ; preds = %9 store i32 0, ptr %4, align 4 br label %14 14: ; preds = %23, %13 %15 = load i32, ptr %4, align 4 %16 = load i32, ptr %2, align 4 %17 = sub nsw i32 %16, 1 %18 = load i32, ptr %3, align 4 %19 = sub nsw i32 %17, %18 %20 = icmp slt i32 %15, %19 br i1 %20, label %21, label %26 21: ; preds = %14 %22 = call i32 (ptr, ...) @printf(ptr noundef @.str) br label %23 23: ; preds = %21 %24 = load i32, ptr %4, align 4 %25 = add nsw i32 %24, 1 store i32 %25, ptr %4, align 4 br label %14, !llvm.loop !6 26: ; preds = %14 store i32 0, ptr %4, align 4 br label %27 27: ; preds = %37, %26 %28 = load i32, ptr %4, align 4 %29 = load i32, ptr %3, align 4 %30 = add nsw i32 %29, 1 %31 = icmp slt i32 %28, %30 br i1 %31, label %32, label %40 32: ; preds = %27 %33 = load i32, ptr %3, align 4 %34 = load i32, ptr %4, align 4 %35 = call i32 @get_current_val(i32 noundef %33, i32 noundef %34) %36 = call i32 (ptr, ...) @printf(ptr noundef @.str.1, i32 noundef %35) br label %37 37: ; preds = %32 %38 = load i32, ptr %4, align 4 %39 = add nsw i32 %38, 1 store i32 %39, ptr %4, align 4 br label %27, !llvm.loop !8 40: ; preds = %27 %41 = call i32 (ptr, ...) @printf(ptr noundef @.str.2) br label %42 42: ; preds = %40 %43 = load i32, ptr %3, align 4 %44 = add nsw i32 %43, 1 store i32 %44, ptr %3, align 4 br label %9, !llvm.loop !9 45: ; preds = %7, %9 ret void } declare i32 @printf(ptr noundef, ...) #1 declare i32 @get_current_val(i32 noundef, i32 noundef) #1 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !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 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"} !6 = distinct !{!6, !7} !7 = !{!"llvm.loop.mustprogress"} !8 = distinct !{!8, !7} !9 = distinct !{!9, !7}
; ModuleID = '<stdin>' source_filename = "/tmp/tmppxevm66g.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-pc-linux-gnu" @.str = private unnamed_addr constant [5 x i8] c" \00", align 1 @.str.1 = private unnamed_addr constant [8 x i8] c"%4d \00", align 1 @.str.2 = private unnamed_addr constant [2 x i8] c"\0A\00", align 1 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local void @print_pascal_triangle(i32 noundef %0) #0 { %2 = alloca i32, align 4 %3 = alloca i32, align 4 %4 = alloca i32, align 4 store i32 %0, ptr %2, align 4 %5 = load i32, ptr %2, align 4 %6 = icmp eq i32 %5, 0 br i1 %6, label %7, label %8 7: ; preds = %1 br label %55 8: ; preds = %1 store i32 0, ptr %3, align 4 %9 = load i32, ptr %3, align 4 %10 = load i32, ptr %2, align 4 %11 = icmp slt i32 %9, %10 br i1 %11, label %.lr.ph5, label %.loopexit .lr.ph5: ; preds = %8 br label %12 12: ; preds = %.lr.ph5, %49 store i32 0, ptr %4, align 4 %13 = load i32, ptr %4, align 4 %14 = load i32, ptr %2, align 4 %15 = sub nsw i32 %14, 1 %16 = load i32, ptr %3, align 4 %17 = sub nsw i32 %15, %16 %18 = icmp slt i32 %13, %17 br i1 %18, label %.lr.ph, label %30 .lr.ph: ; preds = %12 br label %19 19: ; preds = %.lr.ph, %21 %20 = call i32 (ptr, ...) @printf(ptr noundef @.str) br label %21 21: ; preds = %19 %22 = load i32, ptr %4, align 4 %23 = add nsw i32 %22, 1 store i32 %23, ptr %4, align 4 %24 = load i32, ptr %4, align 4 %25 = load i32, ptr %2, align 4 %26 = sub nsw i32 %25, 1 %27 = load i32, ptr %3, align 4 %28 = sub nsw i32 %26, %27 %29 = icmp slt i32 %24, %28 br i1 %29, label %19, label %._crit_edge, !llvm.loop !6 ._crit_edge: ; preds = %21 br label %30 30: ; preds = %._crit_edge, %12 store i32 0, ptr %4, align 4 %31 = load i32, ptr %4, align 4 %32 = load i32, ptr %3, align 4 %33 = add nsw i32 %32, 1 %34 = icmp slt i32 %31, %33 br i1 %34, label %.lr.ph2, label %47 .lr.ph2: ; preds = %30 br label %35 35: ; preds = %.lr.ph2, %40 %36 = load i32, ptr %3, align 4 %37 = load i32, ptr %4, align 4 %38 = call i32 @get_current_val(i32 noundef %36, i32 noundef %37) %39 = call i32 (ptr, ...) @printf(ptr noundef @.str.1, i32 noundef %38) br label %40 40: ; preds = %35 %41 = load i32, ptr %4, align 4 %42 = add nsw i32 %41, 1 store i32 %42, ptr %4, align 4 %43 = load i32, ptr %4, align 4 %44 = load i32, ptr %3, align 4 %45 = add nsw i32 %44, 1 %46 = icmp slt i32 %43, %45 br i1 %46, label %35, label %._crit_edge3, !llvm.loop !8 ._crit_edge3: ; preds = %40 br label %47 47: ; preds = %._crit_edge3, %30 %48 = call i32 (ptr, ...) @printf(ptr noundef @.str.2) br label %49 49: ; preds = %47 %50 = load i32, ptr %3, align 4 %51 = add nsw i32 %50, 1 store i32 %51, ptr %3, align 4 %52 = load i32, ptr %3, align 4 %53 = load i32, ptr %2, align 4 %54 = icmp slt i32 %52, %53 br i1 %54, label %12, label %..loopexit_crit_edge, !llvm.loop !9 ..loopexit_crit_edge: ; preds = %49 br label %.loopexit .loopexit: ; preds = %..loopexit_crit_edge, %8 br label %55 55: ; preds = %.loopexit, %7 ret void } declare i32 @printf(ptr noundef, ...) #1 declare i32 @get_current_val(i32 noundef, i32 noundef) #1 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !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 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"} !6 = distinct !{!6, !7} !7 = !{!"llvm.loop.mustprogress"} !8 = distinct !{!8, !7} !9 = distinct !{!9, !7}
; ModuleID = '/tmp/tmpxwkoxcxz.c' source_filename = "/tmp/tmpxwkoxcxz.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-pc-linux-gnu" !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !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 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '<stdin>' source_filename = "/tmp/tmpxwkoxcxz.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-pc-linux-gnu" !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !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 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '/tmp/tmpzsdx45uz.c' source_filename = "/tmp/tmpzsdx45uz.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-pc-linux-gnu" @.str = private unnamed_addr constant [6 x i8] c"%d %d\00", align 1 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local i32 @main() #0 { %1 = alloca i32, align 4 %2 = alloca i32, align 4 %3 = alloca i32, align 4 store i32 0, ptr %1, align 4 %4 = call i32 @scanf(ptr noundef @.str, ptr noundef %2, ptr noundef %3) ret i32 0 } declare i32 @scanf(ptr noundef, ptr noundef, ptr noundef) #1 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !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 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '<stdin>' source_filename = "/tmp/tmpzsdx45uz.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-pc-linux-gnu" @.str = private unnamed_addr constant [6 x i8] c"%d %d\00", align 1 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local i32 @main() #0 { %1 = alloca i32, align 4 %2 = alloca i32, align 4 %3 = alloca i32, align 4 store i32 0, ptr %1, align 4 %4 = call i32 @scanf(ptr noundef @.str, ptr noundef %2, ptr noundef %3) ret i32 0 } declare i32 @scanf(ptr noundef, ptr noundef, ptr noundef) #1 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !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 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '/tmp/tmp4_mqk3m3.c' source_filename = "/tmp/tmp4_mqk3m3.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-pc-linux-gnu" @__const.main.myarray = private unnamed_addr constant [7 x i32] [i32 32, i32 67, i32 25, i32 48, i32 5, i32 17, i32 23], align 16 @.str = private unnamed_addr constant [26 x i8] c"length of myarray is %d \0A\00", align 1 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local i32 @main() #0 { %1 = alloca i32, align 4 %2 = alloca [7 x i32], align 16 %3 = alloca i32, align 4 store i32 0, ptr %1, align 4 call void @llvm.memcpy.p0.p0.i64(ptr align 16 %2, ptr align 16 @__const.main.myarray, i64 28, i1 false) store i32 7, ptr %3, align 4 %4 = load i32, ptr %3, align 4 %5 = call i32 @printf(ptr noundef @.str, i32 noundef %4) ret i32 0 } ; Function Attrs: nocallback nofree nounwind willreturn memory(argmem: readwrite) declare void @llvm.memcpy.p0.p0.i64(ptr noalias nocapture writeonly, ptr noalias nocapture readonly, i64, i1 immarg) #1 declare i32 @printf(ptr noundef, i32 noundef) #2 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { nocallback nofree nounwind willreturn memory(argmem: readwrite) } attributes #2 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !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 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '<stdin>' source_filename = "/tmp/tmp4_mqk3m3.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-pc-linux-gnu" @__const.main.myarray = private unnamed_addr constant [7 x i32] [i32 32, i32 67, i32 25, i32 48, i32 5, i32 17, i32 23], align 16 @.str = private unnamed_addr constant [26 x i8] c"length of myarray is %d \0A\00", align 1 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local i32 @main() #0 { %1 = alloca i32, align 4 %2 = alloca [7 x i32], align 16 %3 = alloca i32, align 4 store i32 0, ptr %1, align 4 call void @llvm.memcpy.p0.p0.i64(ptr align 16 %2, ptr align 16 @__const.main.myarray, i64 28, i1 false) store i32 7, ptr %3, align 4 %4 = load i32, ptr %3, align 4 %5 = call i32 @printf(ptr noundef @.str, i32 noundef %4) ret i32 0 } ; Function Attrs: nocallback nofree nounwind willreturn memory(argmem: readwrite) declare void @llvm.memcpy.p0.p0.i64(ptr noalias nocapture writeonly, ptr noalias nocapture readonly, i64, i1 immarg) #1 declare i32 @printf(ptr noundef, i32 noundef) #2 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { nocallback nofree nounwind willreturn memory(argmem: readwrite) } attributes #2 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !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 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '/tmp/tmpatgz1p6v.c' source_filename = "/tmp/tmpatgz1p6v.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-pc-linux-gnu" ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local i32 @stdin_eof(ptr noundef %0, i32 noundef %1, i32 noundef %2, ptr noundef %3) #0 { %5 = alloca ptr, align 8 %6 = alloca i32, align 4 %7 = alloca i32, align 4 %8 = alloca ptr, align 8 store ptr %0, ptr %5, align 8 store i32 %1, ptr %6, align 4 store i32 %2, ptr %7, align 4 store ptr %3, ptr %8, align 8 %9 = load i32, ptr %6, align 4 %10 = call i32 @sockbuf_delete(i32 noundef %9) ret i32 0 } declare i32 @sockbuf_delete(i32 noundef) #1 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !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 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '<stdin>' source_filename = "/tmp/tmpatgz1p6v.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-pc-linux-gnu" ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local i32 @stdin_eof(ptr noundef %0, i32 noundef %1, i32 noundef %2, ptr noundef %3) #0 { %5 = alloca ptr, align 8 %6 = alloca i32, align 4 %7 = alloca i32, align 4 %8 = alloca ptr, align 8 store ptr %0, ptr %5, align 8 store i32 %1, ptr %6, align 4 store i32 %2, ptr %7, align 4 store ptr %3, ptr %8, align 8 %9 = load i32, ptr %6, align 4 %10 = call i32 @sockbuf_delete(i32 noundef %9) ret i32 0 } declare i32 @sockbuf_delete(i32 noundef) #1 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !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 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '/tmp/tmptko8c45o.c' source_filename = "/tmp/tmptko8c45o.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-pc-linux-gnu" @.str = private unnamed_addr constant [27 x i8] c"Please enter 2 integers: \0A\00", align 1 @.str.1 = private unnamed_addr constant [6 x i8] c"%d %d\00", align 1 @.str.2 = private unnamed_addr constant [32 x i8] c"Result of the expression is %f\0A\00", align 1 @EXIT_SUCCESS = dso_local global i32 0, align 4 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local i32 @main() #0 { %1 = alloca i32, align 4 %2 = alloca i32, align 4 %3 = alloca i32, align 4 %4 = alloca i32, align 4 %5 = alloca float, align 4 store i32 0, ptr %1, align 4 %6 = call i32 (ptr, ...) @printf(ptr noundef @.str) %7 = call i32 @scanf(ptr noundef @.str.1, ptr noundef %2, ptr noundef %3) store i32 0, ptr %4, align 4 br label %8 8: ; preds = %15, %0 %9 = load i32, ptr %4, align 4 %10 = icmp slt i32 %9, 10000 br i1 %10, label %11, label %18 11: ; preds = %8 %12 = load i32, ptr %2, align 4 %13 = load i32, ptr %3, align 4 %14 = call float @calculateExpression(i32 noundef %12, i32 noundef %13) store float %14, ptr %5, align 4 br label %15 15: ; preds = %11 %16 = load i32, ptr %4, align 4 %17 = add nsw i32 %16, 1 store i32 %17, ptr %4, align 4 br label %8, !llvm.loop !6 18: ; preds = %8 %19 = load float, ptr %5, align 4 %20 = fpext float %19 to double %21 = call i32 (ptr, ...) @printf(ptr noundef @.str.2, double noundef %20) %22 = load i32, ptr @EXIT_SUCCESS, align 4 ret i32 %22 } declare i32 @printf(ptr noundef, ...) #1 declare i32 @scanf(ptr noundef, ptr noundef, ptr noundef) #1 declare float @calculateExpression(i32 noundef, i32 noundef) #1 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !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 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"} !6 = distinct !{!6, !7} !7 = !{!"llvm.loop.mustprogress"}
; ModuleID = '<stdin>' source_filename = "/tmp/tmptko8c45o.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-pc-linux-gnu" @.str = private unnamed_addr constant [27 x i8] c"Please enter 2 integers: \0A\00", align 1 @.str.1 = private unnamed_addr constant [6 x i8] c"%d %d\00", align 1 @.str.2 = private unnamed_addr constant [32 x i8] c"Result of the expression is %f\0A\00", align 1 @EXIT_SUCCESS = dso_local global i32 0, align 4 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local i32 @main() #0 { %1 = alloca i32, align 4 %2 = alloca i32, align 4 %3 = alloca i32, align 4 %4 = alloca i32, align 4 %5 = alloca float, align 4 store i32 0, ptr %1, align 4 %6 = call i32 (ptr, ...) @printf(ptr noundef @.str) %7 = call i32 @scanf(ptr noundef @.str.1, ptr noundef %2, ptr noundef %3) store i32 0, ptr %4, align 4 %8 = load i32, ptr %4, align 4 %9 = icmp slt i32 %8, 10000 br i1 %9, label %.lr.ph, label %19 .lr.ph: ; preds = %0 br label %10 10: ; preds = %.lr.ph, %14 %11 = load i32, ptr %2, align 4 %12 = load i32, ptr %3, align 4 %13 = call float @calculateExpression(i32 noundef %11, i32 noundef %12) store float %13, ptr %5, align 4 br label %14 14: ; preds = %10 %15 = load i32, ptr %4, align 4 %16 = add nsw i32 %15, 1 store i32 %16, ptr %4, align 4 %17 = load i32, ptr %4, align 4 %18 = icmp slt i32 %17, 10000 br i1 %18, label %10, label %._crit_edge, !llvm.loop !6 ._crit_edge: ; preds = %14 br label %19 19: ; preds = %._crit_edge, %0 %20 = load float, ptr %5, align 4 %21 = fpext float %20 to double %22 = call i32 (ptr, ...) @printf(ptr noundef @.str.2, double noundef %21) %23 = load i32, ptr @EXIT_SUCCESS, align 4 ret i32 %23 } declare i32 @printf(ptr noundef, ...) #1 declare i32 @scanf(ptr noundef, ptr noundef, ptr noundef) #1 declare float @calculateExpression(i32 noundef, i32 noundef) #1 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !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 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"} !6 = distinct !{!6, !7} !7 = !{!"llvm.loop.mustprogress"}
; ModuleID = '/tmp/tmpw1cuomgp.c' source_filename = "/tmp/tmpw1cuomgp.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-pc-linux-gnu" !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !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 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '<stdin>' source_filename = "/tmp/tmpw1cuomgp.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-pc-linux-gnu" !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !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 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '/tmp/tmpgjkv9wzk.c' source_filename = "/tmp/tmpgjkv9wzk.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-pc-linux-gnu" @.str = private unnamed_addr constant [5 x i8] c"abab\00", align 1 @.str.1 = private unnamed_addr constant [7 x i8] c"abcabc\00", align 1 @EXIT_SUCCESS = dso_local global i32 0, align 4 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local i32 @main(i32 noundef %0, ptr noundef %1) #0 { %3 = alloca i32, align 4 %4 = alloca i32, align 4 %5 = alloca ptr, align 8 %6 = alloca [81 x i8], align 16 %7 = alloca [81 x i32], align 16 store i32 0, ptr %3, align 4 store i32 %0, ptr %4, align 4 store ptr %1, ptr %5, align 8 %8 = getelementptr inbounds [81 x i8], ptr %6, i64 0, i64 0 %9 = call i32 @strcpy(ptr noundef %8, ptr noundef @.str) %10 = getelementptr inbounds [81 x i8], ptr %6, i64 0, i64 0 %11 = getelementptr inbounds [81 x i32], ptr %7, i64 0, i64 0 %12 = call i32 @GetNextValue(ptr noundef %10, ptr noundef %11) %13 = getelementptr inbounds [81 x i8], ptr %6, i64 0, i64 0 %14 = call i32 @strcpy(ptr noundef %13, ptr noundef @.str.1) %15 = getelementptr inbounds [81 x i8], ptr %6, i64 0, i64 0 %16 = getelementptr inbounds [81 x i32], ptr %7, i64 0, i64 0 %17 = call i32 @GetNextValue(ptr noundef %15, ptr noundef %16) %18 = load i32, ptr @EXIT_SUCCESS, align 4 ret i32 %18 } declare i32 @strcpy(ptr noundef, ptr noundef) #1 declare i32 @GetNextValue(ptr noundef, ptr noundef) #1 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !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 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '<stdin>' source_filename = "/tmp/tmpgjkv9wzk.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-pc-linux-gnu" @.str = private unnamed_addr constant [5 x i8] c"abab\00", align 1 @.str.1 = private unnamed_addr constant [7 x i8] c"abcabc\00", align 1 @EXIT_SUCCESS = dso_local global i32 0, align 4 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local i32 @main(i32 noundef %0, ptr noundef %1) #0 { %3 = alloca i32, align 4 %4 = alloca i32, align 4 %5 = alloca ptr, align 8 %6 = alloca [81 x i8], align 16 %7 = alloca [81 x i32], align 16 store i32 0, ptr %3, align 4 store i32 %0, ptr %4, align 4 store ptr %1, ptr %5, align 8 %8 = getelementptr inbounds [81 x i8], ptr %6, i64 0, i64 0 %9 = call i32 @strcpy(ptr noundef %8, ptr noundef @.str) %10 = getelementptr inbounds [81 x i8], ptr %6, i64 0, i64 0 %11 = getelementptr inbounds [81 x i32], ptr %7, i64 0, i64 0 %12 = call i32 @GetNextValue(ptr noundef %10, ptr noundef %11) %13 = getelementptr inbounds [81 x i8], ptr %6, i64 0, i64 0 %14 = call i32 @strcpy(ptr noundef %13, ptr noundef @.str.1) %15 = getelementptr inbounds [81 x i8], ptr %6, i64 0, i64 0 %16 = getelementptr inbounds [81 x i32], ptr %7, i64 0, i64 0 %17 = call i32 @GetNextValue(ptr noundef %15, ptr noundef %16) %18 = load i32, ptr @EXIT_SUCCESS, align 4 ret i32 %18 } declare i32 @strcpy(ptr noundef, ptr noundef) #1 declare i32 @GetNextValue(ptr noundef, ptr noundef) #1 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !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 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '/tmp/tmp76ei229r.c' source_filename = "/tmp/tmp76ei229r.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-pc-linux-gnu" ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local double @AUX2bp2a(double noundef %0) #0 { %2 = alloca double, align 8 store double %0, ptr %2, align 8 %3 = load double, ptr %2, align 8 %4 = fneg double %3 %5 = call double @exp(double noundef %4) #2 ret double %5 } ; Function Attrs: nounwind declare double @exp(double noundef) #1 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { nounwind "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #2 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !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 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '<stdin>' source_filename = "/tmp/tmp76ei229r.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-pc-linux-gnu" ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local double @AUX2bp2a(double noundef %0) #0 { %2 = alloca double, align 8 store double %0, ptr %2, align 8 %3 = load double, ptr %2, align 8 %4 = fneg double %3 %5 = call double @exp(double noundef %4) #2 ret double %5 } ; Function Attrs: nounwind declare double @exp(double noundef) #1 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { nounwind "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #2 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !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 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '/tmp/tmpwiy1dp96.c' source_filename = "/tmp/tmpwiy1dp96.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-pc-linux-gnu" !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !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 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '<stdin>' source_filename = "/tmp/tmpwiy1dp96.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-pc-linux-gnu" !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !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 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '/tmp/tmpt_qlf7ix.c' source_filename = "/tmp/tmpt_qlf7ix.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-pc-linux-gnu" @.str = private unnamed_addr constant [31 x i8] c"[+] Testing MAC calculation...\00", align 1 @__const.testMAC.cc_nr = private unnamed_addr constant [12 x i32] [i32 254, i32 255, i32 255, i32 255, i32 255, i32 255, i32 255, i32 255, i32 0, i32 0, i32 0, i32 0], align 16 @__const.testMAC.div_key = private unnamed_addr constant [8 x i32] [i32 224, i32 51, i32 202, i32 65, i32 154, i32 238, i32 67, i32 249], align 16 @__const.testMAC.correct_MAC = private unnamed_addr constant [4 x i32] [i32 29, i32 73, i32 201, i32 218], align 16 @.str.1 = private unnamed_addr constant [24 x i8] c"[+] MAC calculation OK!\00", align 1 @.str.2 = private unnamed_addr constant [36 x i8] c"[+] FAILED: MAC calculation failed:\00", align 1 @.str.3 = private unnamed_addr constant [19 x i8] c" Calculated_MAC\00", align 1 @.str.4 = private unnamed_addr constant [19 x i8] c" Correct_MAC \00", align 1 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local i32 @testMAC() #0 { %1 = alloca i32, align 4 %2 = alloca [12 x i32], align 16 %3 = alloca [8 x i32], align 16 %4 = alloca [4 x i32], align 16 %5 = alloca [4 x i32], align 16 %6 = call i32 @prnlog(ptr noundef @.str) call void @llvm.memcpy.p0.p0.i64(ptr align 16 %2, ptr align 16 @__const.testMAC.cc_nr, i64 48, i1 false) call void @llvm.memcpy.p0.p0.i64(ptr align 16 %3, ptr align 16 @__const.testMAC.div_key, i64 32, i1 false) call void @llvm.memcpy.p0.p0.i64(ptr align 16 %4, ptr align 16 @__const.testMAC.correct_MAC, i64 16, i1 false) call void @llvm.memset.p0.i64(ptr align 16 %5, i8 0, i64 16, i1 false) %7 = getelementptr inbounds [12 x i32], ptr %2, i64 0, i64 0 %8 = getelementptr inbounds [8 x i32], ptr %3, i64 0, i64 0 %9 = getelementptr inbounds [4 x i32], ptr %5, i64 0, i64 0 %10 = call i32 @doMAC(ptr noundef %7, ptr noundef %8, ptr noundef %9) %11 = getelementptr inbounds [4 x i32], ptr %5, i64 0, i64 0 %12 = getelementptr inbounds [4 x i32], ptr %4, i64 0, i64 0 %13 = call i64 @memcmp(ptr noundef %11, ptr noundef %12, i32 noundef 4) %14 = icmp eq i64 %13, 0 br i1 %14, label %15, label %17 15: ; preds = %0 %16 = call i32 @prnlog(ptr noundef @.str.1) br label %23 17: ; preds = %0 %18 = call i32 @prnlog(ptr noundef @.str.2) %19 = getelementptr inbounds [4 x i32], ptr %5, i64 0, i64 0 %20 = call i32 @printarr(ptr noundef @.str.3, ptr noundef %19, i32 noundef 4) %21 = getelementptr inbounds [4 x i32], ptr %4, i64 0, i64 0 %22 = call i32 @printarr(ptr noundef @.str.4, ptr noundef %21, i32 noundef 4) store i32 1, ptr %1, align 4 br label %24 23: ; preds = %15 store i32 0, ptr %1, align 4 br label %24 24: ; preds = %23, %17 %25 = load i32, ptr %1, align 4 ret i32 %25 } declare i32 @prnlog(ptr noundef) #1 ; Function Attrs: nocallback nofree nounwind willreturn memory(argmem: readwrite) declare void @llvm.memcpy.p0.p0.i64(ptr noalias nocapture writeonly, ptr noalias nocapture readonly, i64, i1 immarg) #2 ; Function Attrs: nocallback nofree nounwind willreturn memory(argmem: write) declare void @llvm.memset.p0.i64(ptr nocapture writeonly, i8, i64, i1 immarg) #3 declare i32 @doMAC(ptr noundef, ptr noundef, ptr noundef) #1 declare i64 @memcmp(ptr noundef, ptr noundef, i32 noundef) #1 declare i32 @printarr(ptr noundef, ptr noundef, i32 noundef) #1 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #2 = { nocallback nofree nounwind willreturn memory(argmem: readwrite) } attributes #3 = { nocallback nofree nounwind willreturn memory(argmem: write) } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !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 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '<stdin>' source_filename = "/tmp/tmpt_qlf7ix.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-pc-linux-gnu" @.str = private unnamed_addr constant [31 x i8] c"[+] Testing MAC calculation...\00", align 1 @__const.testMAC.cc_nr = private unnamed_addr constant [12 x i32] [i32 254, i32 255, i32 255, i32 255, i32 255, i32 255, i32 255, i32 255, i32 0, i32 0, i32 0, i32 0], align 16 @__const.testMAC.div_key = private unnamed_addr constant [8 x i32] [i32 224, i32 51, i32 202, i32 65, i32 154, i32 238, i32 67, i32 249], align 16 @__const.testMAC.correct_MAC = private unnamed_addr constant [4 x i32] [i32 29, i32 73, i32 201, i32 218], align 16 @.str.1 = private unnamed_addr constant [24 x i8] c"[+] MAC calculation OK!\00", align 1 @.str.2 = private unnamed_addr constant [36 x i8] c"[+] FAILED: MAC calculation failed:\00", align 1 @.str.3 = private unnamed_addr constant [19 x i8] c" Calculated_MAC\00", align 1 @.str.4 = private unnamed_addr constant [19 x i8] c" Correct_MAC \00", align 1 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local i32 @testMAC() #0 { %1 = alloca i32, align 4 %2 = alloca [12 x i32], align 16 %3 = alloca [8 x i32], align 16 %4 = alloca [4 x i32], align 16 %5 = alloca [4 x i32], align 16 %6 = call i32 @prnlog(ptr noundef @.str) call void @llvm.memcpy.p0.p0.i64(ptr align 16 %2, ptr align 16 @__const.testMAC.cc_nr, i64 48, i1 false) call void @llvm.memcpy.p0.p0.i64(ptr align 16 %3, ptr align 16 @__const.testMAC.div_key, i64 32, i1 false) call void @llvm.memcpy.p0.p0.i64(ptr align 16 %4, ptr align 16 @__const.testMAC.correct_MAC, i64 16, i1 false) call void @llvm.memset.p0.i64(ptr align 16 %5, i8 0, i64 16, i1 false) %7 = getelementptr inbounds [12 x i32], ptr %2, i64 0, i64 0 %8 = getelementptr inbounds [8 x i32], ptr %3, i64 0, i64 0 %9 = getelementptr inbounds [4 x i32], ptr %5, i64 0, i64 0 %10 = call i32 @doMAC(ptr noundef %7, ptr noundef %8, ptr noundef %9) %11 = getelementptr inbounds [4 x i32], ptr %5, i64 0, i64 0 %12 = getelementptr inbounds [4 x i32], ptr %4, i64 0, i64 0 %13 = call i64 @memcmp(ptr noundef %11, ptr noundef %12, i32 noundef 4) %14 = icmp eq i64 %13, 0 br i1 %14, label %15, label %17 15: ; preds = %0 %16 = call i32 @prnlog(ptr noundef @.str.1) br label %23 17: ; preds = %0 %18 = call i32 @prnlog(ptr noundef @.str.2) %19 = getelementptr inbounds [4 x i32], ptr %5, i64 0, i64 0 %20 = call i32 @printarr(ptr noundef @.str.3, ptr noundef %19, i32 noundef 4) %21 = getelementptr inbounds [4 x i32], ptr %4, i64 0, i64 0 %22 = call i32 @printarr(ptr noundef @.str.4, ptr noundef %21, i32 noundef 4) store i32 1, ptr %1, align 4 br label %24 23: ; preds = %15 store i32 0, ptr %1, align 4 br label %24 24: ; preds = %23, %17 %25 = load i32, ptr %1, align 4 ret i32 %25 } declare i32 @prnlog(ptr noundef) #1 ; Function Attrs: nocallback nofree nounwind willreturn memory(argmem: readwrite) declare void @llvm.memcpy.p0.p0.i64(ptr noalias nocapture writeonly, ptr noalias nocapture readonly, i64, i1 immarg) #2 ; Function Attrs: nocallback nofree nounwind willreturn memory(argmem: write) declare void @llvm.memset.p0.i64(ptr nocapture writeonly, i8, i64, i1 immarg) #3 declare i32 @doMAC(ptr noundef, ptr noundef, ptr noundef) #1 declare i64 @memcmp(ptr noundef, ptr noundef, i32 noundef) #1 declare i32 @printarr(ptr noundef, ptr noundef, i32 noundef) #1 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #2 = { nocallback nofree nounwind willreturn memory(argmem: readwrite) } attributes #3 = { nocallback nofree nounwind willreturn memory(argmem: write) } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !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 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '/tmp/tmpfmazfopm.c' source_filename = "/tmp/tmpfmazfopm.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-pc-linux-gnu" @stderr = dso_local global i32 0, align 4 @.str = private unnamed_addr constant [67 x i8] c"usage: mph [-a] [-m maxlen] [-l] [-d (2|3)] [-c x.y] [-s|-S seed]\0A\00", align 1 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local void @usage() #0 { %1 = load i32, ptr @stderr, align 4 %2 = call i32 @fprintf(i32 noundef %1, ptr noundef @.str) %3 = call i32 @exit(i32 noundef 1) #3 unreachable } declare i32 @fprintf(i32 noundef, ptr noundef) #1 ; Function Attrs: noreturn declare i32 @exit(i32 noundef) #2 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #2 = { noreturn "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #3 = { noreturn } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !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 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '<stdin>' source_filename = "/tmp/tmpfmazfopm.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-pc-linux-gnu" @stderr = dso_local global i32 0, align 4 @.str = private unnamed_addr constant [67 x i8] c"usage: mph [-a] [-m maxlen] [-l] [-d (2|3)] [-c x.y] [-s|-S seed]\0A\00", align 1 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local void @usage() #0 { %1 = load i32, ptr @stderr, align 4 %2 = call i32 @fprintf(i32 noundef %1, ptr noundef @.str) %3 = call i32 @exit(i32 noundef 1) #3 unreachable } declare i32 @fprintf(i32 noundef, ptr noundef) #1 ; Function Attrs: noreturn declare i32 @exit(i32 noundef) #2 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #2 = { noreturn "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #3 = { noreturn } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !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 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '/tmp/tmpbrliuhhd.c' source_filename = "/tmp/tmpbrliuhhd.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-pc-linux-gnu" @.str = private unnamed_addr constant [10 x i8] c"Spinning\0A\00", align 1 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local void @spinner() #0 { %1 = call i32 @serial_puts(ptr noundef @.str) br label %2 2: ; preds = %2, %0 br label %2 } declare i32 @serial_puts(ptr noundef) #1 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !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 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '<stdin>' source_filename = "/tmp/tmpbrliuhhd.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-pc-linux-gnu" @.str = private unnamed_addr constant [10 x i8] c"Spinning\0A\00", align 1 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local void @spinner() #0 { %1 = call i32 @serial_puts(ptr noundef @.str) br label %2 2: ; preds = %2, %0 br label %2 } declare i32 @serial_puts(ptr noundef) #1 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !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 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '/tmp/tmpbsonljxu.c' source_filename = "/tmp/tmpbsonljxu.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-pc-linux-gnu" @RAND_MAX = dso_local global i32 0, align 4 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local i32 @random_in_range(i32 noundef %0, i32 noundef %1) #0 { %3 = alloca i32, align 4 %4 = alloca i32, align 4 %5 = alloca i32, align 4 %6 = alloca i32, align 4 %7 = alloca i32, align 4 %8 = alloca i32, align 4 %9 = alloca i32, align 4 store i32 %0, ptr %4, align 4 store i32 %1, ptr %5, align 4 %10 = call i32 (...) @rand() store i32 %10, ptr %9, align 4 %11 = load i32, ptr @RAND_MAX, align 4 %12 = load i32, ptr %9, align 4 %13 = icmp eq i32 %11, %12 br i1 %13, label %14, label %18 14: ; preds = %2 %15 = load i32, ptr %4, align 4 %16 = load i32, ptr %5, align 4 %17 = call i32 @random_in_range(i32 noundef %15, i32 noundef %16) store i32 %17, ptr %3, align 4 br label %43 18: ; preds = %2 %19 = load i32, ptr %5, align 4 %20 = load i32, ptr %4, align 4 %21 = sub i32 %19, %20 store i32 %21, ptr %6, align 4 %22 = load i32, ptr @RAND_MAX, align 4 %23 = load i32, ptr %6, align 4 %24 = srem i32 %22, %23 store i32 %24, ptr %7, align 4 %25 = load i32, ptr @RAND_MAX, align 4 %26 = load i32, ptr %6, align 4 %27 = sdiv i32 %25, %26 store i32 %27, ptr %8, align 4 %28 = load i32, ptr %9, align 4 %29 = load i32, ptr @RAND_MAX, align 4 %30 = load i32, ptr %7, align 4 %31 = sub nsw i32 %29, %30 %32 = icmp slt i32 %28, %31 br i1 %32, label %33, label %39 33: ; preds = %18 %34 = load i32, ptr %4, align 4 %35 = load i32, ptr %9, align 4 %36 = load i32, ptr %8, align 4 %37 = sdiv i32 %35, %36 %38 = add i32 %34, %37 store i32 %38, ptr %3, align 4 br label %43 39: ; preds = %18 %40 = load i32, ptr %4, align 4 %41 = load i32, ptr %5, align 4 %42 = call i32 @random_in_range(i32 noundef %40, i32 noundef %41) store i32 %42, ptr %3, align 4 br label %43 43: ; preds = %39, %33, %14 %44 = load i32, ptr %3, align 4 ret i32 %44 } declare i32 @rand(...) #1 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !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 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '<stdin>' source_filename = "/tmp/tmpbsonljxu.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-pc-linux-gnu" @RAND_MAX = dso_local global i32 0, align 4 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local i32 @random_in_range(i32 noundef %0, i32 noundef %1) #0 { %3 = alloca i32, align 4 %4 = alloca i32, align 4 %5 = alloca i32, align 4 %6 = alloca i32, align 4 %7 = alloca i32, align 4 %8 = alloca i32, align 4 %9 = alloca i32, align 4 store i32 %0, ptr %4, align 4 store i32 %1, ptr %5, align 4 %10 = call i32 (...) @rand() store i32 %10, ptr %9, align 4 %11 = load i32, ptr @RAND_MAX, align 4 %12 = load i32, ptr %9, align 4 %13 = icmp eq i32 %11, %12 br i1 %13, label %14, label %18 14: ; preds = %2 %15 = load i32, ptr %4, align 4 %16 = load i32, ptr %5, align 4 %17 = call i32 @random_in_range(i32 noundef %15, i32 noundef %16) store i32 %17, ptr %3, align 4 br label %43 18: ; preds = %2 %19 = load i32, ptr %5, align 4 %20 = load i32, ptr %4, align 4 %21 = sub i32 %19, %20 store i32 %21, ptr %6, align 4 %22 = load i32, ptr @RAND_MAX, align 4 %23 = load i32, ptr %6, align 4 %24 = srem i32 %22, %23 store i32 %24, ptr %7, align 4 %25 = load i32, ptr @RAND_MAX, align 4 %26 = load i32, ptr %6, align 4 %27 = sdiv i32 %25, %26 store i32 %27, ptr %8, align 4 %28 = load i32, ptr %9, align 4 %29 = load i32, ptr @RAND_MAX, align 4 %30 = load i32, ptr %7, align 4 %31 = sub nsw i32 %29, %30 %32 = icmp slt i32 %28, %31 br i1 %32, label %33, label %39 33: ; preds = %18 %34 = load i32, ptr %4, align 4 %35 = load i32, ptr %9, align 4 %36 = load i32, ptr %8, align 4 %37 = sdiv i32 %35, %36 %38 = add i32 %34, %37 store i32 %38, ptr %3, align 4 br label %43 39: ; preds = %18 %40 = load i32, ptr %4, align 4 %41 = load i32, ptr %5, align 4 %42 = call i32 @random_in_range(i32 noundef %40, i32 noundef %41) store i32 %42, ptr %3, align 4 br label %43 43: ; preds = %39, %33, %14 %44 = load i32, ptr %3, align 4 ret i32 %44 } declare i32 @rand(...) #1 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !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 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '/tmp/tmpmjsuu3fg.c' source_filename = "/tmp/tmpmjsuu3fg.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-pc-linux-gnu" @.str = private unnamed_addr constant [3 x i8] c"%d\00", align 1 @.str.1 = private unnamed_addr constant [7 x i8] c"Jolly\0A\00", align 1 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local i32 @main() #0 { %1 = alloca i32, align 4 %2 = alloca i32, align 4 %3 = alloca i32, align 4 %4 = alloca [3010 x i32], align 16 %5 = alloca [3009 x i32], align 16 %6 = alloca i32, align 4 store i32 0, ptr %1, align 4 br label %7 7: ; preds = %58, %0 %8 = call i32 @scanf(ptr noundef @.str, ptr noundef %2) %9 = icmp eq i32 %8, 1 br i1 %9, label %10, label %59 10: ; preds = %7 call void @llvm.memset.p0.i64(ptr align 16 %5, i8 0, i64 12036, i1 false) store i32 0, ptr %3, align 4 br label %11 11: ; preds = %20, %10 %12 = load i32, ptr %3, align 4 %13 = load i32, ptr %2, align 4 %14 = icmp slt i32 %12, %13 br i1 %14, label %15, label %23 15: ; preds = %11 %16 = load i32, ptr %3, align 4 %17 = sext i32 %16 to i64 %18 = getelementptr inbounds [3010 x i32], ptr %4, i64 0, i64 %17 %19 = call i32 @scanf(ptr noundef @.str, ptr noundef %18) br label %20 20: ; preds = %15 %21 = load i32, ptr %3, align 4 %22 = add nsw i32 %21, 1 store i32 %22, ptr %3, align 4 br label %11, !llvm.loop !6 23: ; preds = %11 store i32 0, ptr %3, align 4 br label %24 24: ; preds = %46, %23 %25 = load i32, ptr %3, align 4 %26 = load i32, ptr %2, align 4 %27 = sub nsw i32 %26, 1 %28 = icmp slt i32 %25, %27 br i1 %28, label %29, label %49 29: ; preds = %24 %30 = load i32, ptr %3, align 4 %31 = sext i32 %30 to i64 %32 = getelementptr inbounds [3010 x i32], ptr %4, i64 0, i64 %31 %33 = load i32, ptr %32, align 4 %34 = load i32, ptr %3, align 4 %35 = add nsw i32 %34, 1 %36 = sext i32 %35 to i64 %37 = getelementptr inbounds [3010 x i32], ptr %4, i64 0, i64 %36 %38 = load i32, ptr %37, align 4 %39 = sub nsw i32 %33, %38 %40 = call i32 @abs(i32 noundef %39) #4 store i32 %40, ptr %6, align 4 %41 = load i32, ptr %6, align 4 %42 = sext i32 %41 to i64 %43 = getelementptr inbounds [3009 x i32], ptr %5, i64 0, i64 %42 %44 = load i32, ptr %43, align 4 %45 = add nsw i32 %44, 1 store i32 %45, ptr %43, align 4 br label %46 46: ; preds = %29 %47 = load i32, ptr %3, align 4 %48 = add nsw i32 %47, 1 store i32 %48, ptr %3, align 4 br label %24, !llvm.loop !8 49: ; preds = %24 %50 = load i32, ptr %2, align 4 %51 = icmp eq i32 %50, 1 br i1 %51, label %52, label %54 52: ; preds = %49 %53 = call i32 @printf(ptr noundef @.str.1) br label %58 54: ; preds = %49 %55 = getelementptr inbounds [3009 x i32], ptr %5, i64 0, i64 0 %56 = load i32, ptr %2, align 4 %57 = call i32 @jollycheck(ptr noundef %55, i32 noundef %56) br label %58 58: ; preds = %54, %52 br label %7, !llvm.loop !9 59: ; preds = %7 ret i32 0 } declare i32 @scanf(ptr noundef, ptr noundef) #1 ; Function Attrs: nocallback nofree nounwind willreturn memory(argmem: write) declare void @llvm.memset.p0.i64(ptr nocapture writeonly, i8, i64, i1 immarg) #2 ; Function Attrs: nounwind willreturn memory(none) declare i32 @abs(i32 noundef) #3 declare i32 @printf(ptr noundef) #1 declare i32 @jollycheck(ptr noundef, i32 noundef) #1 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #2 = { nocallback nofree nounwind willreturn memory(argmem: write) } attributes #3 = { nounwind willreturn memory(none) "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #4 = { nounwind willreturn memory(none) } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !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 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"} !6 = distinct !{!6, !7} !7 = !{!"llvm.loop.mustprogress"} !8 = distinct !{!8, !7} !9 = distinct !{!9, !7}
; ModuleID = '<stdin>' source_filename = "/tmp/tmpmjsuu3fg.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-pc-linux-gnu" @.str = private unnamed_addr constant [3 x i8] c"%d\00", align 1 @.str.1 = private unnamed_addr constant [7 x i8] c"Jolly\0A\00", align 1 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local i32 @main() #0 { %1 = alloca i32, align 4 %2 = alloca i32, align 4 %3 = alloca i32, align 4 %4 = alloca [3010 x i32], align 16 %5 = alloca [3009 x i32], align 16 %6 = alloca i32, align 4 store i32 0, ptr %1, align 4 %7 = call i32 @scanf(ptr noundef @.str, ptr noundef %2) %8 = icmp eq i32 %7, 1 br i1 %8, label %.lr.ph5, label %65 .lr.ph5: ; preds = %0 br label %9 9: ; preds = %.lr.ph5, %62 call void @llvm.memset.p0.i64(ptr align 16 %5, i8 0, i64 12036, i1 false) store i32 0, ptr %3, align 4 %10 = load i32, ptr %3, align 4 %11 = load i32, ptr %2, align 4 %12 = icmp slt i32 %10, %11 br i1 %12, label %.lr.ph, label %24 .lr.ph: ; preds = %9 br label %13 13: ; preds = %.lr.ph, %18 %14 = load i32, ptr %3, align 4 %15 = sext i32 %14 to i64 %16 = getelementptr inbounds [3010 x i32], ptr %4, i64 0, i64 %15 %17 = call i32 @scanf(ptr noundef @.str, ptr noundef %16) br label %18 18: ; preds = %13 %19 = load i32, ptr %3, align 4 %20 = add nsw i32 %19, 1 store i32 %20, ptr %3, align 4 %21 = load i32, ptr %3, align 4 %22 = load i32, ptr %2, align 4 %23 = icmp slt i32 %21, %22 br i1 %23, label %13, label %._crit_edge, !llvm.loop !6 ._crit_edge: ; preds = %18 br label %24 24: ; preds = %._crit_edge, %9 store i32 0, ptr %3, align 4 %25 = load i32, ptr %3, align 4 %26 = load i32, ptr %2, align 4 %27 = sub nsw i32 %26, 1 %28 = icmp slt i32 %25, %27 br i1 %28, label %.lr.ph2, label %53 .lr.ph2: ; preds = %24 br label %29 29: ; preds = %.lr.ph2, %46 %30 = load i32, ptr %3, align 4 %31 = sext i32 %30 to i64 %32 = getelementptr inbounds [3010 x i32], ptr %4, i64 0, i64 %31 %33 = load i32, ptr %32, align 4 %34 = load i32, ptr %3, align 4 %35 = add nsw i32 %34, 1 %36 = sext i32 %35 to i64 %37 = getelementptr inbounds [3010 x i32], ptr %4, i64 0, i64 %36 %38 = load i32, ptr %37, align 4 %39 = sub nsw i32 %33, %38 %40 = call i32 @abs(i32 noundef %39) #4 store i32 %40, ptr %6, align 4 %41 = load i32, ptr %6, align 4 %42 = sext i32 %41 to i64 %43 = getelementptr inbounds [3009 x i32], ptr %5, i64 0, i64 %42 %44 = load i32, ptr %43, align 4 %45 = add nsw i32 %44, 1 store i32 %45, ptr %43, align 4 br label %46 46: ; preds = %29 %47 = load i32, ptr %3, align 4 %48 = add nsw i32 %47, 1 store i32 %48, ptr %3, align 4 %49 = load i32, ptr %3, align 4 %50 = load i32, ptr %2, align 4 %51 = sub nsw i32 %50, 1 %52 = icmp slt i32 %49, %51 br i1 %52, label %29, label %._crit_edge3, !llvm.loop !8 ._crit_edge3: ; preds = %46 br label %53 53: ; preds = %._crit_edge3, %24 %54 = load i32, ptr %2, align 4 %55 = icmp eq i32 %54, 1 br i1 %55, label %56, label %58 56: ; preds = %53 %57 = call i32 @printf(ptr noundef @.str.1) br label %62 58: ; preds = %53 %59 = getelementptr inbounds [3009 x i32], ptr %5, i64 0, i64 0 %60 = load i32, ptr %2, align 4 %61 = call i32 @jollycheck(ptr noundef %59, i32 noundef %60) br label %62 62: ; preds = %58, %56 %63 = call i32 @scanf(ptr noundef @.str, ptr noundef %2) %64 = icmp eq i32 %63, 1 br i1 %64, label %9, label %._crit_edge6, !llvm.loop !9 ._crit_edge6: ; preds = %62 br label %65 65: ; preds = %._crit_edge6, %0 ret i32 0 } declare i32 @scanf(ptr noundef, ptr noundef) #1 ; Function Attrs: nocallback nofree nounwind willreturn memory(argmem: write) declare void @llvm.memset.p0.i64(ptr nocapture writeonly, i8, i64, i1 immarg) #2 ; Function Attrs: nounwind willreturn memory(none) declare i32 @abs(i32 noundef) #3 declare i32 @printf(ptr noundef) #1 declare i32 @jollycheck(ptr noundef, i32 noundef) #1 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #2 = { nocallback nofree nounwind willreturn memory(argmem: write) } attributes #3 = { nounwind willreturn memory(none) "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #4 = { nounwind willreturn memory(none) } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !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 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"} !6 = distinct !{!6, !7} !7 = !{!"llvm.loop.mustprogress"} !8 = distinct !{!8, !7} !9 = distinct !{!9, !7}
; ModuleID = '/tmp/tmpwx8h_uq2.c' source_filename = "/tmp/tmpwx8h_uq2.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-pc-linux-gnu" ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local i32 @main(i32 noundef %0, ptr noundef %1) #0 { %3 = alloca i32, align 4 %4 = alloca i32, align 4 %5 = alloca ptr, align 8 store i32 0, ptr %3, align 4 store i32 %0, ptr %4, align 4 store ptr %1, ptr %5, align 8 %6 = call i32 (...) @test_string() %7 = call i32 (...) @test_number() %8 = call i32 (...) @test_boolean() %9 = call i32 (...) @test_null() %10 = call i32 (...) @test_object() %11 = call i32 (...) @test_array() %12 = call i32 (...) @test_dotget_clone() %13 = call i32 (...) @test_write() %14 = call i32 (...) @test_parser() ret i32 0 } declare i32 @test_string(...) #1 declare i32 @test_number(...) #1 declare i32 @test_boolean(...) #1 declare i32 @test_null(...) #1 declare i32 @test_object(...) #1 declare i32 @test_array(...) #1 declare i32 @test_dotget_clone(...) #1 declare i32 @test_write(...) #1 declare i32 @test_parser(...) #1 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !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 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '<stdin>' source_filename = "/tmp/tmpwx8h_uq2.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-pc-linux-gnu" ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local i32 @main(i32 noundef %0, ptr noundef %1) #0 { %3 = alloca i32, align 4 %4 = alloca i32, align 4 %5 = alloca ptr, align 8 store i32 0, ptr %3, align 4 store i32 %0, ptr %4, align 4 store ptr %1, ptr %5, align 8 %6 = call i32 (...) @test_string() %7 = call i32 (...) @test_number() %8 = call i32 (...) @test_boolean() %9 = call i32 (...) @test_null() %10 = call i32 (...) @test_object() %11 = call i32 (...) @test_array() %12 = call i32 (...) @test_dotget_clone() %13 = call i32 (...) @test_write() %14 = call i32 (...) @test_parser() ret i32 0 } declare i32 @test_string(...) #1 declare i32 @test_number(...) #1 declare i32 @test_boolean(...) #1 declare i32 @test_null(...) #1 declare i32 @test_object(...) #1 declare i32 @test_array(...) #1 declare i32 @test_dotget_clone(...) #1 declare i32 @test_write(...) #1 declare i32 @test_parser(...) #1 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !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 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '/tmp/tmpqyxgimsf.c' source_filename = "/tmp/tmpqyxgimsf.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-pc-linux-gnu" @stderr = dso_local global i32 0, align 4 !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !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 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '<stdin>' source_filename = "/tmp/tmpqyxgimsf.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-pc-linux-gnu" @stderr = dso_local global i32 0, align 4 !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !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 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '/tmp/tmp99nugm24.c' source_filename = "/tmp/tmp99nugm24.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-pc-linux-gnu" %struct.epoll_event = type { %struct.TYPE_2__, i32 } %struct.TYPE_2__ = type { i32 } @.str = private unnamed_addr constant [29 x i8] c"/sys/class/gpio/gpio17/value\00", align 1 @O_RDWR = dso_local global i32 0, align 4 @O_NONBLOCK = dso_local global i32 0, align 4 @.str.1 = private unnamed_addr constant [22 x i8] c"open returned %d: %s\0A\00", align 1 @errno = dso_local global i32 0, align 4 @EPOLLPRI = dso_local global i32 0, align 4 @EPOLL_CTL_ADD = dso_local global i32 0, align 4 @.str.2 = private unnamed_addr constant [27 x i8] c"epoll_ctl returned %d: %s\0A\00", align 1 @.str.3 = private unnamed_addr constant [23 x i8] c"epoll returned %d: %s\0A\00", align 1 @SEEK_SET = dso_local global i32 0, align 4 @.str.4 = private unnamed_addr constant [19 x i8] c"seek %d bytes: %s\0A\00", align 1 @.str.5 = private unnamed_addr constant [19 x i8] c"read %d bytes: %s\0A\00", align 1 @.str.6 = private unnamed_addr constant [12 x i8] c"buf = 0x%x\0A\00", align 1 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local i32 @main(i32 noundef %0, ptr noundef %1) #0 { %3 = alloca i32, align 4 %4 = alloca i32, align 4 %5 = alloca ptr, align 8 %6 = alloca i32, align 4 %7 = alloca i32, align 4 %8 = alloca i32, align 4 %9 = alloca i8, align 1 %10 = alloca %struct.epoll_event, align 4 %11 = alloca %struct.epoll_event, align 4 store i32 0, ptr %3, align 4 store i32 %0, ptr %4, align 4 store ptr %1, ptr %5, align 8 %12 = call i32 @epoll_create(i32 noundef 1) store i32 %12, ptr %7, align 4 %13 = load i32, ptr @O_RDWR, align 4 %14 = load i32, ptr @O_NONBLOCK, align 4 %15 = or i32 %13, %14 %16 = call i32 @open(ptr noundef @.str, i32 noundef %15) store i32 %16, ptr %8, align 4 %17 = load i32, ptr %8, align 4 %18 = trunc i32 %17 to i8 %19 = load i32, ptr @errno, align 4 %20 = call ptr @strerror(i32 noundef %19) %21 = call i32 (ptr, i8, ...) @printf(ptr noundef @.str.1, i8 noundef signext %18, ptr noundef %20) %22 = load i32, ptr %8, align 4 %23 = icmp sgt i32 %22, 0 br i1 %23, label %24, label %68 24: ; preds = %2 store i8 0, ptr %9, align 1 %25 = load i32, ptr @EPOLLPRI, align 4 %26 = getelementptr inbounds %struct.epoll_event, ptr %10, i32 0, i32 1 store i32 %25, ptr %26, align 4 %27 = load i32, ptr %8, align 4 %28 = getelementptr inbounds %struct.epoll_event, ptr %10, i32 0, i32 0 %29 = getelementptr inbounds %struct.TYPE_2__, ptr %28, i32 0, i32 0 store i32 %27, ptr %29, align 4 %30 = load i32, ptr %7, align 4 %31 = load i32, ptr @EPOLL_CTL_ADD, align 4 %32 = load i32, ptr %8, align 4 %33 = call i32 @epoll_ctl(i32 noundef %30, i32 noundef %31, i32 noundef %32, ptr noundef %10) store i32 %33, ptr %6, align 4 %34 = load i32, ptr %6, align 4 %35 = trunc i32 %34 to i8 %36 = load i32, ptr @errno, align 4 %37 = call ptr @strerror(i32 noundef %36) %38 = call i32 (ptr, i8, ...) @printf(ptr noundef @.str.2, i8 noundef signext %35, ptr noundef %37) br label %39 39: ; preds = %24, %67 %40 = load i32, ptr %7, align 4 %41 = call i32 @epoll_wait(i32 noundef %40, ptr noundef %11, i32 noundef 1, i32 noundef -1) store i32 %41, ptr %6, align 4 %42 = load i32, ptr %6, align 4 %43 = trunc i32 %42 to i8 %44 = load i32, ptr @errno, align 4 %45 = call ptr @strerror(i32 noundef %44) %46 = call i32 (ptr, i8, ...) @printf(ptr noundef @.str.3, i8 noundef signext %43, ptr noundef %45) %47 = load i32, ptr %6, align 4 %48 = icmp sgt i32 %47, 0 br i1 %48, label %49, label %67 49: ; preds = %39 %50 = load i32, ptr %8, align 4 %51 = load i32, ptr @SEEK_SET, align 4 %52 = call i32 @lseek(i32 noundef %50, i32 noundef 0, i32 noundef %51) store i32 %52, ptr %6, align 4 %53 = load i32, ptr %6, align 4 %54 = trunc i32 %53 to i8 %55 = load i32, ptr @errno, align 4 %56 = call ptr @strerror(i32 noundef %55) %57 = call i32 (ptr, i8, ...) @printf(ptr noundef @.str.4, i8 noundef signext %54, ptr noundef %56) %58 = load i32, ptr %8, align 4 %59 = call i32 @read(i32 noundef %58, ptr noundef %9, i32 noundef 1) store i32 %59, ptr %6, align 4 %60 = load i32, ptr %6, align 4 %61 = trunc i32 %60 to i8 %62 = load i32, ptr @errno, align 4 %63 = call ptr @strerror(i32 noundef %62) %64 = call i32 (ptr, i8, ...) @printf(ptr noundef @.str.5, i8 noundef signext %61, ptr noundef %63) %65 = load i8, ptr %9, align 1 %66 = call i32 (ptr, i8, ...) @printf(ptr noundef @.str.6, i8 noundef signext %65) br label %67 67: ; preds = %49, %39 br label %39 68: ; preds = %2 ret i32 0 } declare i32 @epoll_create(i32 noundef) #1 declare i32 @open(ptr noundef, i32 noundef) #1 declare i32 @printf(ptr noundef, i8 noundef signext, ...) #1 declare ptr @strerror(i32 noundef) #1 declare i32 @epoll_ctl(i32 noundef, i32 noundef, i32 noundef, ptr noundef) #1 declare i32 @epoll_wait(i32 noundef, ptr noundef, i32 noundef, i32 noundef) #1 declare i32 @lseek(i32 noundef, i32 noundef, i32 noundef) #1 declare i32 @read(i32 noundef, ptr noundef, i32 noundef) #1 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !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 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '<stdin>' source_filename = "/tmp/tmp99nugm24.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-pc-linux-gnu" %struct.epoll_event = type { %struct.TYPE_2__, i32 } %struct.TYPE_2__ = type { i32 } @.str = private unnamed_addr constant [29 x i8] c"/sys/class/gpio/gpio17/value\00", align 1 @O_RDWR = dso_local global i32 0, align 4 @O_NONBLOCK = dso_local global i32 0, align 4 @.str.1 = private unnamed_addr constant [22 x i8] c"open returned %d: %s\0A\00", align 1 @errno = dso_local global i32 0, align 4 @EPOLLPRI = dso_local global i32 0, align 4 @EPOLL_CTL_ADD = dso_local global i32 0, align 4 @.str.2 = private unnamed_addr constant [27 x i8] c"epoll_ctl returned %d: %s\0A\00", align 1 @.str.3 = private unnamed_addr constant [23 x i8] c"epoll returned %d: %s\0A\00", align 1 @SEEK_SET = dso_local global i32 0, align 4 @.str.4 = private unnamed_addr constant [19 x i8] c"seek %d bytes: %s\0A\00", align 1 @.str.5 = private unnamed_addr constant [19 x i8] c"read %d bytes: %s\0A\00", align 1 @.str.6 = private unnamed_addr constant [12 x i8] c"buf = 0x%x\0A\00", align 1 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local i32 @main(i32 noundef %0, ptr noundef %1) #0 { %3 = alloca i32, align 4 %4 = alloca i32, align 4 %5 = alloca ptr, align 8 %6 = alloca i32, align 4 %7 = alloca i32, align 4 %8 = alloca i32, align 4 %9 = alloca i8, align 1 %10 = alloca %struct.epoll_event, align 4 %11 = alloca %struct.epoll_event, align 4 store i32 0, ptr %3, align 4 store i32 %0, ptr %4, align 4 store ptr %1, ptr %5, align 8 %12 = call i32 @epoll_create(i32 noundef 1) store i32 %12, ptr %7, align 4 %13 = load i32, ptr @O_RDWR, align 4 %14 = load i32, ptr @O_NONBLOCK, align 4 %15 = or i32 %13, %14 %16 = call i32 @open(ptr noundef @.str, i32 noundef %15) store i32 %16, ptr %8, align 4 %17 = load i32, ptr %8, align 4 %18 = trunc i32 %17 to i8 %19 = load i32, ptr @errno, align 4 %20 = call ptr @strerror(i32 noundef %19) %21 = call i32 (ptr, i8, ...) @printf(ptr noundef @.str.1, i8 noundef signext %18, ptr noundef %20) %22 = load i32, ptr %8, align 4 %23 = icmp sgt i32 %22, 0 br i1 %23, label %24, label %68 24: ; preds = %2 store i8 0, ptr %9, align 1 %25 = load i32, ptr @EPOLLPRI, align 4 %26 = getelementptr inbounds %struct.epoll_event, ptr %10, i32 0, i32 1 store i32 %25, ptr %26, align 4 %27 = load i32, ptr %8, align 4 %28 = getelementptr inbounds %struct.epoll_event, ptr %10, i32 0, i32 0 %29 = getelementptr inbounds %struct.TYPE_2__, ptr %28, i32 0, i32 0 store i32 %27, ptr %29, align 4 %30 = load i32, ptr %7, align 4 %31 = load i32, ptr @EPOLL_CTL_ADD, align 4 %32 = load i32, ptr %8, align 4 %33 = call i32 @epoll_ctl(i32 noundef %30, i32 noundef %31, i32 noundef %32, ptr noundef %10) store i32 %33, ptr %6, align 4 %34 = load i32, ptr %6, align 4 %35 = trunc i32 %34 to i8 %36 = load i32, ptr @errno, align 4 %37 = call ptr @strerror(i32 noundef %36) %38 = call i32 (ptr, i8, ...) @printf(ptr noundef @.str.2, i8 noundef signext %35, ptr noundef %37) br label %39 39: ; preds = %67, %24 %40 = load i32, ptr %7, align 4 %41 = call i32 @epoll_wait(i32 noundef %40, ptr noundef %11, i32 noundef 1, i32 noundef -1) store i32 %41, ptr %6, align 4 %42 = load i32, ptr %6, align 4 %43 = trunc i32 %42 to i8 %44 = load i32, ptr @errno, align 4 %45 = call ptr @strerror(i32 noundef %44) %46 = call i32 (ptr, i8, ...) @printf(ptr noundef @.str.3, i8 noundef signext %43, ptr noundef %45) %47 = load i32, ptr %6, align 4 %48 = icmp sgt i32 %47, 0 br i1 %48, label %49, label %67 49: ; preds = %39 %50 = load i32, ptr %8, align 4 %51 = load i32, ptr @SEEK_SET, align 4 %52 = call i32 @lseek(i32 noundef %50, i32 noundef 0, i32 noundef %51) store i32 %52, ptr %6, align 4 %53 = load i32, ptr %6, align 4 %54 = trunc i32 %53 to i8 %55 = load i32, ptr @errno, align 4 %56 = call ptr @strerror(i32 noundef %55) %57 = call i32 (ptr, i8, ...) @printf(ptr noundef @.str.4, i8 noundef signext %54, ptr noundef %56) %58 = load i32, ptr %8, align 4 %59 = call i32 @read(i32 noundef %58, ptr noundef %9, i32 noundef 1) store i32 %59, ptr %6, align 4 %60 = load i32, ptr %6, align 4 %61 = trunc i32 %60 to i8 %62 = load i32, ptr @errno, align 4 %63 = call ptr @strerror(i32 noundef %62) %64 = call i32 (ptr, i8, ...) @printf(ptr noundef @.str.5, i8 noundef signext %61, ptr noundef %63) %65 = load i8, ptr %9, align 1 %66 = call i32 (ptr, i8, ...) @printf(ptr noundef @.str.6, i8 noundef signext %65) br label %67 67: ; preds = %49, %39 br label %39 68: ; preds = %2 ret i32 0 } declare i32 @epoll_create(i32 noundef) #1 declare i32 @open(ptr noundef, i32 noundef) #1 declare i32 @printf(ptr noundef, i8 noundef signext, ...) #1 declare ptr @strerror(i32 noundef) #1 declare i32 @epoll_ctl(i32 noundef, i32 noundef, i32 noundef, ptr noundef) #1 declare i32 @epoll_wait(i32 noundef, ptr noundef, i32 noundef, i32 noundef) #1 declare i32 @lseek(i32 noundef, i32 noundef, i32 noundef) #1 declare i32 @read(i32 noundef, ptr noundef, i32 noundef) #1 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !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 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '/tmp/tmp3mxxxgy4.c' source_filename = "/tmp/tmp3mxxxgy4.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-pc-linux-gnu" @__const.main.B = private unnamed_addr constant [5 x i32] [i32 1, i32 2, i32 3, i32 4, i32 5], align 16 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local i32 @main(i32 noundef %0, ptr noundef %1) #0 { %3 = alloca i32, align 4 %4 = alloca ptr, align 8 %5 = alloca [10 x i32], align 16 %6 = alloca [5 x i32], align 16 %7 = alloca i32, align 4 %8 = alloca i32, align 4 store i32 %0, ptr %3, align 4 store ptr %1, ptr %4, align 8 call void @llvm.memset.p0.i64(ptr align 16 %5, i8 0, i64 40, i1 false) %9 = getelementptr inbounds [10 x i32], ptr %5, i32 0, i32 0 store i32 1, ptr %9, align 16 %10 = getelementptr inbounds [10 x i32], ptr %5, i32 0, i32 1 store i32 2, ptr %10, align 4 %11 = getelementptr inbounds [10 x i32], ptr %5, i32 0, i32 2 store i32 3, ptr %11, align 8 %12 = getelementptr inbounds [10 x i32], ptr %5, i32 0, i32 3 store i32 4, ptr %12, align 4 %13 = getelementptr inbounds [10 x i32], ptr %5, i32 0, i32 4 store i32 5, ptr %13, align 16 call void @llvm.memcpy.p0.p0.i64(ptr align 16 %6, ptr align 16 @__const.main.B, i64 20, i1 false) store i32 5, ptr %7, align 4 store i32 5, ptr %8, align 4 %14 = getelementptr inbounds [10 x i32], ptr %5, i64 0, i64 0 %15 = load i32, ptr %7, align 4 %16 = call i32 @printArray(ptr noundef %14, i32 noundef %15) %17 = getelementptr inbounds [5 x i32], ptr %6, i64 0, i64 0 %18 = load i32, ptr %8, align 4 %19 = call i32 @printArray(ptr noundef %17, i32 noundef %18) %20 = getelementptr inbounds [10 x i32], ptr %5, i64 0, i64 0 %21 = getelementptr inbounds [5 x i32], ptr %6, i64 0, i64 0 %22 = load i32, ptr %7, align 4 %23 = load i32, ptr %8, align 4 %24 = call i32 @mergeInPlace(ptr noundef %20, ptr noundef %21, i32 noundef %22, i32 noundef %23) %25 = getelementptr inbounds [10 x i32], ptr %5, i64 0, i64 0 %26 = call i32 @printArray(ptr noundef %25, i32 noundef 10) ret i32 0 } ; Function Attrs: nocallback nofree nounwind willreturn memory(argmem: write) declare void @llvm.memset.p0.i64(ptr nocapture writeonly, i8, i64, i1 immarg) #1 ; Function Attrs: nocallback nofree nounwind willreturn memory(argmem: readwrite) declare void @llvm.memcpy.p0.p0.i64(ptr noalias nocapture writeonly, ptr noalias nocapture readonly, i64, i1 immarg) #2 declare i32 @printArray(ptr noundef, i32 noundef) #3 declare i32 @mergeInPlace(ptr noundef, ptr noundef, i32 noundef, i32 noundef) #3 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { nocallback nofree nounwind willreturn memory(argmem: write) } attributes #2 = { nocallback nofree nounwind willreturn memory(argmem: readwrite) } attributes #3 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !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 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '<stdin>' source_filename = "/tmp/tmp3mxxxgy4.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-pc-linux-gnu" @__const.main.B = private unnamed_addr constant [5 x i32] [i32 1, i32 2, i32 3, i32 4, i32 5], align 16 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local i32 @main(i32 noundef %0, ptr noundef %1) #0 { %3 = alloca i32, align 4 %4 = alloca ptr, align 8 %5 = alloca [10 x i32], align 16 %6 = alloca [5 x i32], align 16 %7 = alloca i32, align 4 %8 = alloca i32, align 4 store i32 %0, ptr %3, align 4 store ptr %1, ptr %4, align 8 call void @llvm.memset.p0.i64(ptr align 16 %5, i8 0, i64 40, i1 false) %9 = getelementptr inbounds [10 x i32], ptr %5, i32 0, i32 0 store i32 1, ptr %9, align 16 %10 = getelementptr inbounds [10 x i32], ptr %5, i32 0, i32 1 store i32 2, ptr %10, align 4 %11 = getelementptr inbounds [10 x i32], ptr %5, i32 0, i32 2 store i32 3, ptr %11, align 8 %12 = getelementptr inbounds [10 x i32], ptr %5, i32 0, i32 3 store i32 4, ptr %12, align 4 %13 = getelementptr inbounds [10 x i32], ptr %5, i32 0, i32 4 store i32 5, ptr %13, align 16 call void @llvm.memcpy.p0.p0.i64(ptr align 16 %6, ptr align 16 @__const.main.B, i64 20, i1 false) store i32 5, ptr %7, align 4 store i32 5, ptr %8, align 4 %14 = getelementptr inbounds [10 x i32], ptr %5, i64 0, i64 0 %15 = load i32, ptr %7, align 4 %16 = call i32 @printArray(ptr noundef %14, i32 noundef %15) %17 = getelementptr inbounds [5 x i32], ptr %6, i64 0, i64 0 %18 = load i32, ptr %8, align 4 %19 = call i32 @printArray(ptr noundef %17, i32 noundef %18) %20 = getelementptr inbounds [10 x i32], ptr %5, i64 0, i64 0 %21 = getelementptr inbounds [5 x i32], ptr %6, i64 0, i64 0 %22 = load i32, ptr %7, align 4 %23 = load i32, ptr %8, align 4 %24 = call i32 @mergeInPlace(ptr noundef %20, ptr noundef %21, i32 noundef %22, i32 noundef %23) %25 = getelementptr inbounds [10 x i32], ptr %5, i64 0, i64 0 %26 = call i32 @printArray(ptr noundef %25, i32 noundef 10) ret i32 0 } ; Function Attrs: nocallback nofree nounwind willreturn memory(argmem: write) declare void @llvm.memset.p0.i64(ptr nocapture writeonly, i8, i64, i1 immarg) #1 ; Function Attrs: nocallback nofree nounwind willreturn memory(argmem: readwrite) declare void @llvm.memcpy.p0.p0.i64(ptr noalias nocapture writeonly, ptr noalias nocapture readonly, i64, i1 immarg) #2 declare i32 @printArray(ptr noundef, i32 noundef) #3 declare i32 @mergeInPlace(ptr noundef, ptr noundef, i32 noundef, i32 noundef) #3 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { nocallback nofree nounwind willreturn memory(argmem: write) } attributes #2 = { nocallback nofree nounwind willreturn memory(argmem: readwrite) } attributes #3 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !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 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '/tmp/tmpfj_qxouw.c' source_filename = "/tmp/tmpfj_qxouw.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-pc-linux-gnu" ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local ptr @stringcutter(ptr noundef %0, i32 noundef %1, i8 noundef signext %2, i8 noundef signext %3, ptr noundef %4) #0 { %6 = alloca ptr, align 8 %7 = alloca ptr, align 8 %8 = alloca i32, align 4 %9 = alloca i8, align 1 %10 = alloca i8, align 1 %11 = alloca ptr, align 8 %12 = alloca i32, align 4 %13 = alloca ptr, align 8 store ptr %0, ptr %7, align 8 store i32 %1, ptr %8, align 4 store i8 %2, ptr %9, align 1 store i8 %3, ptr %10, align 1 store ptr %4, ptr %11, align 8 store i32 0, ptr %12, align 4 %14 = call ptr @malloc(i32 noundef 10) store ptr %14, ptr %13, align 8 br label %15 15: ; preds = %40, %5 %16 = load ptr, ptr %7, align 8 %17 = load i32, ptr %12, align 4 %18 = sext i32 %17 to i64 %19 = getelementptr inbounds i8, ptr %16, i64 %18 %20 = load i8, ptr %19, align 1 %21 = sext i8 %20 to i32 %22 = load i8, ptr %9, align 1 %23 = sext i8 %22 to i32 %24 = icmp ne i32 %21, %23 br i1 %24, label %25, label %38 25: ; preds = %15 %26 = load ptr, ptr %7, align 8 %27 = load i32, ptr %12, align 4 %28 = sext i32 %27 to i64 %29 = getelementptr inbounds i8, ptr %26, i64 %28 %30 = load i8, ptr %29, align 1 %31 = sext i8 %30 to i32 %32 = load i8, ptr %10, align 1 %33 = sext i8 %32 to i32 %34 = icmp ne i32 %31, %33 br i1 %34, label %35, label %38 35: ; preds = %25 %36 = load i32, ptr %8, align 4 %37 = icmp ne i32 %36, 0 br label %38 38: ; preds = %35, %25, %15 %39 = phi i1 [ false, %25 ], [ false, %15 ], [ %37, %35 ] br i1 %39, label %40, label %54 40: ; preds = %38 %41 = load ptr, ptr %7, align 8 %42 = load i32, ptr %12, align 4 %43 = sext i32 %42 to i64 %44 = getelementptr inbounds i8, ptr %41, i64 %43 %45 = load i8, ptr %44, align 1 %46 = load ptr, ptr %13, align 8 %47 = load i32, ptr %12, align 4 %48 = sext i32 %47 to i64 %49 = getelementptr inbounds i8, ptr %46, i64 %48 store i8 %45, ptr %49, align 1 %50 = load i32, ptr %12, align 4 %51 = add nsw i32 %50, 1 store i32 %51, ptr %12, align 4 %52 = load i32, ptr %8, align 4 %53 = add nsw i32 %52, -1 store i32 %53, ptr %8, align 4 br label %15, !llvm.loop !6 54: ; preds = %38 %55 = load ptr, ptr %7, align 8 %56 = load i32, ptr %12, align 4 %57 = sext i32 %56 to i64 %58 = getelementptr inbounds i8, ptr %55, i64 %57 %59 = load i8, ptr %58, align 1 %60 = sext i8 %59 to i32 %61 = load i8, ptr %10, align 1 %62 = sext i8 %61 to i32 %63 = icmp eq i32 %60, %62 br i1 %63, label %64, label %71 64: ; preds = %54 %65 = load ptr, ptr %11, align 8 store i32 2, ptr %65, align 4 %66 = load ptr, ptr %13, align 8 %67 = load i32, ptr %12, align 4 %68 = sext i32 %67 to i64 %69 = getelementptr inbounds i8, ptr %66, i64 %68 store i8 0, ptr %69, align 1 %70 = load ptr, ptr %13, align 8 store ptr %70, ptr %6, align 8 br label %100 71: ; preds = %54 %72 = load ptr, ptr %7, align 8 %73 = load i32, ptr %12, align 4 %74 = sext i32 %73 to i64 %75 = getelementptr inbounds i8, ptr %72, i64 %74 %76 = load i8, ptr %75, align 1 %77 = sext i8 %76 to i32 %78 = load i8, ptr %9, align 1 %79 = sext i8 %78 to i32 %80 = icmp eq i32 %77, %79 br i1 %80, label %81, label %88 81: ; preds = %71 %82 = load ptr, ptr %11, align 8 store i32 1, ptr %82, align 4 %83 = load ptr, ptr %13, align 8 %84 = load i32, ptr %12, align 4 %85 = sext i32 %84 to i64 %86 = getelementptr inbounds i8, ptr %83, i64 %85 store i8 0, ptr %86, align 1 %87 = load ptr, ptr %13, align 8 store ptr %87, ptr %6, align 8 br label %100 88: ; preds = %71 %89 = load i32, ptr %8, align 4 %90 = icmp eq i32 %89, 0 br i1 %90, label %91, label %98 91: ; preds = %88 %92 = load ptr, ptr %11, align 8 store i32 0, ptr %92, align 4 %93 = load ptr, ptr %13, align 8 %94 = load i32, ptr %12, align 4 %95 = sext i32 %94 to i64 %96 = getelementptr inbounds i8, ptr %93, i64 %95 store i8 0, ptr %96, align 1 %97 = load ptr, ptr %13, align 8 store ptr %97, ptr %6, align 8 br label %100 98: ; preds = %88 %99 = load ptr, ptr %13, align 8 store ptr %99, ptr %6, align 8 br label %100 100: ; preds = %98, %91, %81, %64 %101 = load ptr, ptr %6, align 8 ret ptr %101 } declare ptr @malloc(i32 noundef) #1 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !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 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"} !6 = distinct !{!6, !7} !7 = !{!"llvm.loop.mustprogress"}
; ModuleID = '<stdin>' source_filename = "/tmp/tmpfj_qxouw.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-pc-linux-gnu" ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local ptr @stringcutter(ptr noundef %0, i32 noundef %1, i8 noundef signext %2, i8 noundef signext %3, ptr noundef %4) #0 { %6 = alloca ptr, align 8 %7 = alloca ptr, align 8 %8 = alloca i32, align 4 %9 = alloca i8, align 1 %10 = alloca i8, align 1 %11 = alloca ptr, align 8 %12 = alloca i32, align 4 %13 = alloca ptr, align 8 store ptr %0, ptr %7, align 8 store i32 %1, ptr %8, align 4 store i8 %2, ptr %9, align 1 store i8 %3, ptr %10, align 1 store ptr %4, ptr %11, align 8 store i32 0, ptr %12, align 4 %14 = call ptr @malloc(i32 noundef 10) store ptr %14, ptr %13, align 8 br label %15 15: ; preds = %40, %5 %16 = load ptr, ptr %7, align 8 %17 = load i32, ptr %12, align 4 %18 = sext i32 %17 to i64 %19 = getelementptr inbounds i8, ptr %16, i64 %18 %20 = load i8, ptr %19, align 1 %21 = sext i8 %20 to i32 %22 = load i8, ptr %9, align 1 %23 = sext i8 %22 to i32 %24 = icmp ne i32 %21, %23 br i1 %24, label %25, label %38 25: ; preds = %15 %26 = load ptr, ptr %7, align 8 %27 = load i32, ptr %12, align 4 %28 = sext i32 %27 to i64 %29 = getelementptr inbounds i8, ptr %26, i64 %28 %30 = load i8, ptr %29, align 1 %31 = sext i8 %30 to i32 %32 = load i8, ptr %10, align 1 %33 = sext i8 %32 to i32 %34 = icmp ne i32 %31, %33 br i1 %34, label %35, label %38 35: ; preds = %25 %36 = load i32, ptr %8, align 4 %37 = icmp ne i32 %36, 0 br label %38 38: ; preds = %35, %25, %15 %39 = phi i1 [ false, %25 ], [ false, %15 ], [ %37, %35 ] br i1 %39, label %40, label %54 40: ; preds = %38 %41 = load ptr, ptr %7, align 8 %42 = load i32, ptr %12, align 4 %43 = sext i32 %42 to i64 %44 = getelementptr inbounds i8, ptr %41, i64 %43 %45 = load i8, ptr %44, align 1 %46 = load ptr, ptr %13, align 8 %47 = load i32, ptr %12, align 4 %48 = sext i32 %47 to i64 %49 = getelementptr inbounds i8, ptr %46, i64 %48 store i8 %45, ptr %49, align 1 %50 = load i32, ptr %12, align 4 %51 = add nsw i32 %50, 1 store i32 %51, ptr %12, align 4 %52 = load i32, ptr %8, align 4 %53 = add nsw i32 %52, -1 store i32 %53, ptr %8, align 4 br label %15, !llvm.loop !6 54: ; preds = %38 %55 = load ptr, ptr %7, align 8 %56 = load i32, ptr %12, align 4 %57 = sext i32 %56 to i64 %58 = getelementptr inbounds i8, ptr %55, i64 %57 %59 = load i8, ptr %58, align 1 %60 = sext i8 %59 to i32 %61 = load i8, ptr %10, align 1 %62 = sext i8 %61 to i32 %63 = icmp eq i32 %60, %62 br i1 %63, label %64, label %71 64: ; preds = %54 %65 = load ptr, ptr %11, align 8 store i32 2, ptr %65, align 4 %66 = load ptr, ptr %13, align 8 %67 = load i32, ptr %12, align 4 %68 = sext i32 %67 to i64 %69 = getelementptr inbounds i8, ptr %66, i64 %68 store i8 0, ptr %69, align 1 %70 = load ptr, ptr %13, align 8 store ptr %70, ptr %6, align 8 br label %100 71: ; preds = %54 %72 = load ptr, ptr %7, align 8 %73 = load i32, ptr %12, align 4 %74 = sext i32 %73 to i64 %75 = getelementptr inbounds i8, ptr %72, i64 %74 %76 = load i8, ptr %75, align 1 %77 = sext i8 %76 to i32 %78 = load i8, ptr %9, align 1 %79 = sext i8 %78 to i32 %80 = icmp eq i32 %77, %79 br i1 %80, label %81, label %88 81: ; preds = %71 %82 = load ptr, ptr %11, align 8 store i32 1, ptr %82, align 4 %83 = load ptr, ptr %13, align 8 %84 = load i32, ptr %12, align 4 %85 = sext i32 %84 to i64 %86 = getelementptr inbounds i8, ptr %83, i64 %85 store i8 0, ptr %86, align 1 %87 = load ptr, ptr %13, align 8 store ptr %87, ptr %6, align 8 br label %100 88: ; preds = %71 %89 = load i32, ptr %8, align 4 %90 = icmp eq i32 %89, 0 br i1 %90, label %91, label %98 91: ; preds = %88 %92 = load ptr, ptr %11, align 8 store i32 0, ptr %92, align 4 %93 = load ptr, ptr %13, align 8 %94 = load i32, ptr %12, align 4 %95 = sext i32 %94 to i64 %96 = getelementptr inbounds i8, ptr %93, i64 %95 store i8 0, ptr %96, align 1 %97 = load ptr, ptr %13, align 8 store ptr %97, ptr %6, align 8 br label %100 98: ; preds = %88 %99 = load ptr, ptr %13, align 8 store ptr %99, ptr %6, align 8 br label %100 100: ; preds = %98, %91, %81, %64 %101 = load ptr, ptr %6, align 8 ret ptr %101 } declare ptr @malloc(i32 noundef) #1 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !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 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"} !6 = distinct !{!6, !7} !7 = !{!"llvm.loop.mustprogress"}
; ModuleID = '/tmp/tmp9jdfg8be.c' source_filename = "/tmp/tmp9jdfg8be.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-pc-linux-gnu" @SEEK_END = dso_local global i32 0, align 4 @SEEK_SET = dso_local global i32 0, align 4 !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !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 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '<stdin>' source_filename = "/tmp/tmp9jdfg8be.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-pc-linux-gnu" @SEEK_END = dso_local global i32 0, align 4 @SEEK_SET = dso_local global i32 0, align 4 !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !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 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '/tmp/tmpegp1d9oc.c' source_filename = "/tmp/tmpegp1d9oc.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-pc-linux-gnu" ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local void @finish() #0 { %1 = call i32 (...) @killsound() %2 = call i32 (...) @soundoff() %3 = call i32 (...) @soundkillglob() %4 = call i32 (...) @restorekeyb() %5 = call i32 (...) @graphicsoff() ret void } declare i32 @killsound(...) #1 declare i32 @soundoff(...) #1 declare i32 @soundkillglob(...) #1 declare i32 @restorekeyb(...) #1 declare i32 @graphicsoff(...) #1 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !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 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '<stdin>' source_filename = "/tmp/tmpegp1d9oc.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-pc-linux-gnu" ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local void @finish() #0 { %1 = call i32 (...) @killsound() %2 = call i32 (...) @soundoff() %3 = call i32 (...) @soundkillglob() %4 = call i32 (...) @restorekeyb() %5 = call i32 (...) @graphicsoff() ret void } declare i32 @killsound(...) #1 declare i32 @soundoff(...) #1 declare i32 @soundkillglob(...) #1 declare i32 @restorekeyb(...) #1 declare i32 @graphicsoff(...) #1 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !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 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '/tmp/tmp8bgwskeq.c' source_filename = "/tmp/tmp8bgwskeq.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-pc-linux-gnu" ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local i32 @grub_strword(ptr noundef %0, ptr noundef %1) #0 { %3 = alloca i32, align 4 %4 = alloca ptr, align 8 %5 = alloca ptr, align 8 %6 = alloca ptr, align 8 store ptr %0, ptr %4, align 8 store ptr %1, ptr %5, align 8 %7 = load ptr, ptr %5, align 8 store ptr %7, ptr %6, align 8 br label %8 8: ; preds = %13, %2 %9 = load ptr, ptr %4, align 8 %10 = load i8, ptr %9, align 1 %11 = call i64 @grub_iswordseparator(i8 noundef signext %10) %12 = icmp ne i64 %11, 0 br i1 %12, label %13, label %16 13: ; preds = %8 %14 = load ptr, ptr %4, align 8 %15 = getelementptr inbounds i8, ptr %14, i32 1 store ptr %15, ptr %4, align 8 br label %8, !llvm.loop !6 16: ; preds = %8 br label %17 17: ; preds = %94, %16 %18 = load ptr, ptr %4, align 8 %19 = load i8, ptr %18, align 1 %20 = icmp ne i8 %19, 0 br i1 %20, label %21, label %95 21: ; preds = %17 br label %22 22: ; preds = %42, %21 %23 = load ptr, ptr %4, align 8 %24 = load i8, ptr %23, align 1 %25 = sext i8 %24 to i32 %26 = icmp ne i32 %25, 0 br i1 %26, label %27, label %40 27: ; preds = %22 %28 = load ptr, ptr %4, align 8 %29 = load i8, ptr %28, align 1 %30 = call i64 @grub_iswordseparator(i8 noundef signext %29) %31 = icmp ne i64 %30, 0 br i1 %31, label %40, label %32 32: ; preds = %27 %33 = load ptr, ptr %4, align 8 %34 = load i8, ptr %33, align 1 %35 = sext i8 %34 to i32 %36 = load ptr, ptr %6, align 8 %37 = load i8, ptr %36, align 1 %38 = sext i8 %37 to i32 %39 = icmp eq i32 %35, %38 br label %40 40: ; preds = %32, %27, %22 %41 = phi i1 [ false, %27 ], [ false, %22 ], [ %39, %32 ] br i1 %41, label %42, label %47 42: ; preds = %40 %43 = load ptr, ptr %4, align 8 %44 = getelementptr inbounds i8, ptr %43, i32 1 store ptr %44, ptr %4, align 8 %45 = load ptr, ptr %6, align 8 %46 = getelementptr inbounds i8, ptr %45, i32 1 store ptr %46, ptr %6, align 8 br label %22, !llvm.loop !8 47: ; preds = %40 %48 = load ptr, ptr %4, align 8 %49 = load i8, ptr %48, align 1 %50 = icmp ne i8 %49, 0 br i1 %50, label %51, label %56 51: ; preds = %47 %52 = load ptr, ptr %4, align 8 %53 = load i8, ptr %52, align 1 %54 = call i64 @grub_iswordseparator(i8 noundef signext %53) %55 = icmp ne i64 %54, 0 br i1 %55, label %56, label %66 56: ; preds = %51, %47 %57 = load ptr, ptr %6, align 8 %58 = load i8, ptr %57, align 1 %59 = icmp ne i8 %58, 0 br i1 %59, label %60, label %65 60: ; preds = %56 %61 = load ptr, ptr %6, align 8 %62 = load i8, ptr %61, align 1 %63 = call i64 @grub_iswordseparator(i8 noundef signext %62) %64 = icmp ne i64 %63, 0 br i1 %64, label %65, label %66 65: ; preds = %60, %56 store i32 1, ptr %3, align 4 br label %96 66: ; preds = %60, %51 %67 = load ptr, ptr %5, align 8 store ptr %67, ptr %6, align 8 br label %68 68: ; preds = %81, %66 %69 = load ptr, ptr %4, align 8 %70 = load i8, ptr %69, align 1 %71 = sext i8 %70 to i32 %72 = icmp ne i32 %71, 0 br i1 %72, label %73, label %79 73: ; preds = %68 %74 = load ptr, ptr %4, align 8 %75 = load i8, ptr %74, align 1 %76 = call i64 @grub_iswordseparator(i8 noundef signext %75) %77 = icmp ne i64 %76, 0 %78 = xor i1 %77, true br label %79 79: ; preds = %73, %68 %80 = phi i1 [ false, %68 ], [ %78, %73 ] br i1 %80, label %81, label %84 81: ; preds = %79 %82 = load ptr, ptr %4, align 8 %83 = getelementptr inbounds i8, ptr %82, i32 1 store ptr %83, ptr %4, align 8 br label %68, !llvm.loop !9 84: ; preds = %79 br label %85 85: ; preds = %90, %84 %86 = load ptr, ptr %4, align 8 %87 = load i8, ptr %86, align 1 %88 = call i64 @grub_iswordseparator(i8 noundef signext %87) %89 = icmp ne i64 %88, 0 br i1 %89, label %90, label %93 90: ; preds = %85 %91 = load ptr, ptr %4, align 8 %92 = getelementptr inbounds i8, ptr %91, i32 1 store ptr %92, ptr %4, align 8 br label %85, !llvm.loop !10 93: ; preds = %85 br label %94 94: ; preds = %93 br label %17, !llvm.loop !11 95: ; preds = %17 store i32 0, ptr %3, align 4 br label %96 96: ; preds = %95, %65 %97 = load i32, ptr %3, align 4 ret i32 %97 } declare i64 @grub_iswordseparator(i8 noundef signext) #1 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !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 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"} !6 = distinct !{!6, !7} !7 = !{!"llvm.loop.mustprogress"} !8 = distinct !{!8, !7} !9 = distinct !{!9, !7} !10 = distinct !{!10, !7} !11 = distinct !{!11, !7}
; ModuleID = '<stdin>' source_filename = "/tmp/tmp8bgwskeq.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-pc-linux-gnu" ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local i32 @grub_strword(ptr noundef %0, ptr noundef %1) #0 { %3 = alloca i32, align 4 %4 = alloca ptr, align 8 %5 = alloca ptr, align 8 %6 = alloca ptr, align 8 store ptr %0, ptr %4, align 8 store ptr %1, ptr %5, align 8 %7 = load ptr, ptr %5, align 8 store ptr %7, ptr %6, align 8 %8 = load ptr, ptr %4, align 8 %9 = load i8, ptr %8, align 1 %10 = call i64 @grub_iswordseparator(i8 noundef signext %9) %11 = icmp ne i64 %10, 0 br i1 %11, label %.lr.ph, label %19 .lr.ph: ; preds = %2 br label %12 12: ; preds = %.lr.ph, %12 %13 = load ptr, ptr %4, align 8 %14 = getelementptr inbounds i8, ptr %13, i32 1 store ptr %14, ptr %4, align 8 %15 = load ptr, ptr %4, align 8 %16 = load i8, ptr %15, align 1 %17 = call i64 @grub_iswordseparator(i8 noundef signext %16) %18 = icmp ne i64 %17, 0 br i1 %18, label %12, label %._crit_edge, !llvm.loop !6 ._crit_edge: ; preds = %12 br label %19 19: ; preds = %._crit_edge, %2 %20 = load ptr, ptr %4, align 8 %21 = load i8, ptr %20, align 1 %22 = icmp ne i8 %21, 0 br i1 %22, label %.lr.ph5, label %103 .lr.ph5: ; preds = %19 br label %23 23: ; preds = %.lr.ph5, %99 br label %24 24: ; preds = %44, %23 %25 = load ptr, ptr %4, align 8 %26 = load i8, ptr %25, align 1 %27 = sext i8 %26 to i32 %28 = icmp ne i32 %27, 0 br i1 %28, label %29, label %42 29: ; preds = %24 %30 = load ptr, ptr %4, align 8 %31 = load i8, ptr %30, align 1 %32 = call i64 @grub_iswordseparator(i8 noundef signext %31) %33 = icmp ne i64 %32, 0 br i1 %33, label %42, label %34 34: ; preds = %29 %35 = load ptr, ptr %4, align 8 %36 = load i8, ptr %35, align 1 %37 = sext i8 %36 to i32 %38 = load ptr, ptr %6, align 8 %39 = load i8, ptr %38, align 1 %40 = sext i8 %39 to i32 %41 = icmp eq i32 %37, %40 br label %42 42: ; preds = %34, %29, %24 %43 = phi i1 [ false, %29 ], [ false, %24 ], [ %41, %34 ] br i1 %43, label %44, label %49 44: ; preds = %42 %45 = load ptr, ptr %4, align 8 %46 = getelementptr inbounds i8, ptr %45, i32 1 store ptr %46, ptr %4, align 8 %47 = load ptr, ptr %6, align 8 %48 = getelementptr inbounds i8, ptr %47, i32 1 store ptr %48, ptr %6, align 8 br label %24, !llvm.loop !8 49: ; preds = %42 %50 = load ptr, ptr %4, align 8 %51 = load i8, ptr %50, align 1 %52 = icmp ne i8 %51, 0 br i1 %52, label %53, label %58 53: ; preds = %49 %54 = load ptr, ptr %4, align 8 %55 = load i8, ptr %54, align 1 %56 = call i64 @grub_iswordseparator(i8 noundef signext %55) %57 = icmp ne i64 %56, 0 br i1 %57, label %58, label %68 58: ; preds = %53, %49 %59 = load ptr, ptr %6, align 8 %60 = load i8, ptr %59, align 1 %61 = icmp ne i8 %60, 0 br i1 %61, label %62, label %67 62: ; preds = %58 %63 = load ptr, ptr %6, align 8 %64 = load i8, ptr %63, align 1 %65 = call i64 @grub_iswordseparator(i8 noundef signext %64) %66 = icmp ne i64 %65, 0 br i1 %66, label %67, label %68 67: ; preds = %62, %58 store i32 1, ptr %3, align 4 br label %104 68: ; preds = %62, %53 %69 = load ptr, ptr %5, align 8 store ptr %69, ptr %6, align 8 br label %70 70: ; preds = %83, %68 %71 = load ptr, ptr %4, align 8 %72 = load i8, ptr %71, align 1 %73 = sext i8 %72 to i32 %74 = icmp ne i32 %73, 0 br i1 %74, label %75, label %81 75: ; preds = %70 %76 = load ptr, ptr %4, align 8 %77 = load i8, ptr %76, align 1 %78 = call i64 @grub_iswordseparator(i8 noundef signext %77) %79 = icmp ne i64 %78, 0 %80 = xor i1 %79, true br label %81 81: ; preds = %75, %70 %82 = phi i1 [ false, %70 ], [ %80, %75 ] br i1 %82, label %83, label %86 83: ; preds = %81 %84 = load ptr, ptr %4, align 8 %85 = getelementptr inbounds i8, ptr %84, i32 1 store ptr %85, ptr %4, align 8 br label %70, !llvm.loop !9 86: ; preds = %81 %87 = load ptr, ptr %4, align 8 %88 = load i8, ptr %87, align 1 %89 = call i64 @grub_iswordseparator(i8 noundef signext %88) %90 = icmp ne i64 %89, 0 br i1 %90, label %.lr.ph2, label %98 .lr.ph2: ; preds = %86 br label %91 91: ; preds = %.lr.ph2, %91 %92 = load ptr, ptr %4, align 8 %93 = getelementptr inbounds i8, ptr %92, i32 1 store ptr %93, ptr %4, align 8 %94 = load ptr, ptr %4, align 8 %95 = load i8, ptr %94, align 1 %96 = call i64 @grub_iswordseparator(i8 noundef signext %95) %97 = icmp ne i64 %96, 0 br i1 %97, label %91, label %._crit_edge3, !llvm.loop !10 ._crit_edge3: ; preds = %91 br label %98 98: ; preds = %._crit_edge3, %86 br label %99 99: ; preds = %98 %100 = load ptr, ptr %4, align 8 %101 = load i8, ptr %100, align 1 %102 = icmp ne i8 %101, 0 br i1 %102, label %23, label %._crit_edge6, !llvm.loop !11 ._crit_edge6: ; preds = %99 br label %103 103: ; preds = %._crit_edge6, %19 store i32 0, ptr %3, align 4 br label %104 104: ; preds = %103, %67 %105 = load i32, ptr %3, align 4 ret i32 %105 } declare i64 @grub_iswordseparator(i8 noundef signext) #1 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !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 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"} !6 = distinct !{!6, !7} !7 = !{!"llvm.loop.mustprogress"} !8 = distinct !{!8, !7} !9 = distinct !{!9, !7} !10 = distinct !{!10, !7} !11 = distinct !{!11, !7}
; ModuleID = '/tmp/tmpbrjv5vwc.c' source_filename = "/tmp/tmpbrjv5vwc.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-pc-linux-gnu" ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local void @dd_sin(ptr noundef %0, ptr noundef %1) #0 { %3 = alloca ptr, align 8 %4 = alloca ptr, align 8 %5 = alloca [2 x double], align 16 %6 = alloca i32, align 4 %7 = alloca i32, align 4 %8 = alloca i32, align 4 %9 = alloca i32, align 4 %10 = alloca [2 x double], align 16 %11 = alloca [2 x double], align 16 %12 = alloca [2 x double], align 16 %13 = alloca [2 x double], align 16 %14 = alloca [2 x double], align 16 %15 = alloca [4 x double], align 16 %16 = alloca [4 x double], align 16 %17 = alloca [4 x double], align 16 %18 = alloca [4 x double], align 16 store ptr %0, ptr %3, align 8 store ptr %1, ptr %4, align 8 %19 = load ptr, ptr %3, align 8 %20 = call i32 @dd_is_zero(ptr noundef %19) %21 = icmp eq i32 %20, 1 br i1 %21, label %22, label %27 22: ; preds = %2 %23 = load ptr, ptr %4, align 8 %24 = getelementptr inbounds double, ptr %23, i64 0 store double 0.000000e+00, ptr %24, align 8 %25 = load ptr, ptr %4, align 8 %26 = getelementptr inbounds double, ptr %25, i64 1 store double 0.000000e+00, ptr %26, align 8 br label %204 27: ; preds = %2 %28 = load ptr, ptr %3, align 8 %29 = getelementptr inbounds [2 x double], ptr %5, i64 0, i64 0 %30 = call i32 @dd_reduce_modulo_2pi(ptr noundef %28, ptr noundef %29, ptr noundef %6, ptr noundef %7, ptr noundef %8, ptr noundef %9) %31 = load i32, ptr %9, align 4 %32 = icmp eq i32 %31, 1 br i1 %32, label %33, label %38 33: ; preds = %27 %34 = load ptr, ptr %4, align 8 %35 = getelementptr inbounds double, ptr %34, i64 0 store double -2.000000e+00, ptr %35, align 8 %36 = load ptr, ptr %4, align 8 %37 = getelementptr inbounds double, ptr %36, i64 1 store double 0.000000e+00, ptr %37, align 8 br label %203 38: ; preds = %27 %39 = load i32, ptr %7, align 4 %40 = icmp eq i32 %39, 0 br i1 %40, label %41, label %73 41: ; preds = %38 %42 = load i32, ptr %6, align 4 %43 = icmp eq i32 %42, 0 br i1 %43, label %44, label %48 44: ; preds = %41 %45 = getelementptr inbounds [2 x double], ptr %5, i64 0, i64 0 %46 = load ptr, ptr %4, align 8 %47 = call i32 @dd_sin_taylor(ptr noundef %45, ptr noundef %46) br label %72 48: ; preds = %41 %49 = load i32, ptr %6, align 4 %50 = icmp eq i32 %49, 1 br i1 %50, label %51, label %55 51: ; preds = %48 %52 = getelementptr inbounds [2 x double], ptr %5, i64 0, i64 0 %53 = load ptr, ptr %4, align 8 %54 = call i32 @dd_cos_taylor(ptr noundef %52, ptr noundef %53) br label %71 55: ; preds = %48 %56 = load i32, ptr %6, align 4 %57 = icmp eq i32 %56, -1 br i1 %57, label %58, label %64 58: ; preds = %55 %59 = getelementptr inbounds [2 x double], ptr %5, i64 0, i64 0 %60 = load ptr, ptr %4, align 8 %61 = call i32 @dd_cos_taylor(ptr noundef %59, ptr noundef %60) %62 = load ptr, ptr %4, align 8 %63 = call i32 @dd_minus(ptr noundef %62) br label %70 64: ; preds = %55 %65 = getelementptr inbounds [2 x double], ptr %5, i64 0, i64 0 %66 = load ptr, ptr %4, align 8 %67 = call i32 @dd_sin_taylor(ptr noundef %65, ptr noundef %66) %68 = load ptr, ptr %4, align 8 %69 = call i32 @dd_minus(ptr noundef %68) br label %70 70: ; preds = %64, %58 br label %71 71: ; preds = %70, %51 br label %72 72: ; preds = %71, %44 br label %202 73: ; preds = %38 %74 = getelementptr inbounds [4 x double], ptr %15, i64 0, i64 0 %75 = getelementptr inbounds [4 x double], ptr %16, i64 0, i64 0 %76 = getelementptr inbounds [4 x double], ptr %17, i64 0, i64 0 %77 = getelementptr inbounds [4 x double], ptr %18, i64 0, i64 0 %78 = call i32 @sincostables(ptr noundef %74, ptr noundef %75, ptr noundef %76, ptr noundef %77) %79 = load i32, ptr %8, align 4 %80 = sub nsw i32 %79, 1 %81 = sext i32 %80 to i64 %82 = getelementptr inbounds [4 x double], ptr %17, i64 0, i64 %81 %83 = load double, ptr %82, align 8 %84 = getelementptr inbounds [2 x double], ptr %10, i64 0, i64 0 store double %83, ptr %84, align 16 %85 = load i32, ptr %8, align 4 %86 = sub nsw i32 %85, 1 %87 = sext i32 %86 to i64 %88 = getelementptr inbounds [4 x double], ptr %18, i64 0, i64 %87 %89 = load double, ptr %88, align 8 %90 = getelementptr inbounds [2 x double], ptr %10, i64 0, i64 1 store double %89, ptr %90, align 8 %91 = load i32, ptr %8, align 4 %92 = sub nsw i32 %91, 1 %93 = sext i32 %92 to i64 %94 = getelementptr inbounds [4 x double], ptr %15, i64 0, i64 %93 %95 = load double, ptr %94, align 8 %96 = getelementptr inbounds [2 x double], ptr %11, i64 0, i64 0 store double %95, ptr %96, align 16 %97 = load i32, ptr %8, align 4 %98 = sub nsw i32 %97, 1 %99 = sext i32 %98 to i64 %100 = getelementptr inbounds [4 x double], ptr %16, i64 0, i64 %99 %101 = load double, ptr %100, align 8 %102 = getelementptr inbounds [2 x double], ptr %11, i64 0, i64 1 store double %101, ptr %102, align 8 %103 = getelementptr inbounds [2 x double], ptr %5, i64 0, i64 0 %104 = getelementptr inbounds [2 x double], ptr %13, i64 0, i64 0 %105 = getelementptr inbounds [2 x double], ptr %14, i64 0, i64 0 %106 = call i32 @dd_sincos_taylor(ptr noundef %103, ptr noundef %104, ptr noundef %105) %107 = load i32, ptr %6, align 4 %108 = icmp eq i32 %107, 0 br i1 %108, label %109, label %129 109: ; preds = %73 %110 = getelementptr inbounds [2 x double], ptr %10, i64 0, i64 0 %111 = getelementptr inbounds [2 x double], ptr %13, i64 0, i64 0 %112 = load ptr, ptr %4, align 8 %113 = call i32 @dd_mul(ptr noundef %110, ptr noundef %111, ptr noundef %112) %114 = getelementptr inbounds [2 x double], ptr %11, i64 0, i64 0 %115 = getelementptr inbounds [2 x double], ptr %14, i64 0, i64 0 %116 = getelementptr inbounds [2 x double], ptr %12, i64 0, i64 0 %117 = call i32 @dd_mul(ptr noundef %114, ptr noundef %115, ptr noundef %116) %118 = load i32, ptr %7, align 4 %119 = icmp sgt i32 %118, 0 br i1 %119, label %120, label %124 120: ; preds = %109 %121 = load ptr, ptr %4, align 8 %122 = getelementptr inbounds [2 x double], ptr %12, i64 0, i64 0 %123 = call i32 @dd_inc(ptr noundef %121, ptr noundef %122) br label %128 124: ; preds = %109 %125 = load ptr, ptr %4, align 8 %126 = getelementptr inbounds [2 x double], ptr %12, i64 0, i64 0 %127 = call i32 @dd_dec(ptr noundef %125, ptr noundef %126) br label %128 128: ; preds = %124, %120 br label %201 129: ; preds = %73 %130 = load i32, ptr %6, align 4 %131 = icmp eq i32 %130, 1 br i1 %131, label %132, label %152 132: ; preds = %129 %133 = getelementptr inbounds [2 x double], ptr %10, i64 0, i64 0 %134 = getelementptr inbounds [2 x double], ptr %14, i64 0, i64 0 %135 = load ptr, ptr %4, align 8 %136 = call i32 @dd_mul(ptr noundef %133, ptr noundef %134, ptr noundef %135) %137 = getelementptr inbounds [2 x double], ptr %11, i64 0, i64 0 %138 = getelementptr inbounds [2 x double], ptr %13, i64 0, i64 0 %139 = getelementptr inbounds [2 x double], ptr %12, i64 0, i64 0 %140 = call i32 @dd_mul(ptr noundef %137, ptr noundef %138, ptr noundef %139) %141 = load i32, ptr %7, align 4 %142 = icmp sgt i32 %141, 0 br i1 %142, label %143, label %147 143: ; preds = %132 %144 = load ptr, ptr %4, align 8 %145 = getelementptr inbounds [2 x double], ptr %12, i64 0, i64 0 %146 = call i32 @dd_dec(ptr noundef %144, ptr noundef %145) br label %151 147: ; preds = %132 %148 = load ptr, ptr %4, align 8 %149 = getelementptr inbounds [2 x double], ptr %12, i64 0, i64 0 %150 = call i32 @dd_inc(ptr noundef %148, ptr noundef %149) br label %151 151: ; preds = %147, %143 br label %200 152: ; preds = %129 %153 = load i32, ptr %6, align 4 %154 = icmp eq i32 %153, -1 br i1 %154, label %155, label %177 155: ; preds = %152 %156 = getelementptr inbounds [2 x double], ptr %11, i64 0, i64 0 %157 = getelementptr inbounds [2 x double], ptr %13, i64 0, i64 0 %158 = load ptr, ptr %4, align 8 %159 = call i32 @dd_mul(ptr noundef %156, ptr noundef %157, ptr noundef %158) %160 = getelementptr inbounds [2 x double], ptr %10, i64 0, i64 0 %161 = getelementptr inbounds [2 x double], ptr %14, i64 0, i64 0 %162 = getelementptr inbounds [2 x double], ptr %12, i64 0, i64 0 %163 = call i32 @dd_mul(ptr noundef %160, ptr noundef %161, ptr noundef %162) %164 = load i32, ptr %7, align 4 %165 = icmp sgt i32 %164, 0 br i1 %165, label %166, label %170 166: ; preds = %155 %167 = load ptr, ptr %4, align 8 %168 = getelementptr inbounds [2 x double], ptr %12, i64 0, i64 0 %169 = call i32 @dd_dec(ptr noundef %167, ptr noundef %168) br label %176 170: ; preds = %155 %171 = load ptr, ptr %4, align 8 %172 = call i32 @dd_minus(ptr noundef %171) %173 = load ptr, ptr %4, align 8 %174 = getelementptr inbounds [2 x double], ptr %12, i64 0, i64 0 %175 = call i32 @dd_dec(ptr noundef %173, ptr noundef %174) br label %176 176: ; preds = %170, %166 br label %199 177: ; preds = %152 %178 = getelementptr inbounds [2 x double], ptr %11, i64 0, i64 0 %179 = getelementptr inbounds [2 x double], ptr %14, i64 0, i64 0 %180 = load ptr, ptr %4, align 8 %181 = call i32 @dd_mul(ptr noundef %178, ptr noundef %179, ptr noundef %180) %182 = getelementptr inbounds [2 x double], ptr %10, i64 0, i64 0 %183 = getelementptr inbounds [2 x double], ptr %13, i64 0, i64 0 %184 = getelementptr inbounds [2 x double], ptr %12, i64 0, i64 0 %185 = call i32 @dd_mul(ptr noundef %182, ptr noundef %183, ptr noundef %184) %186 = load i32, ptr %7, align 4 %187 = icmp sgt i32 %186, 0 br i1 %187, label %188, label %194 188: ; preds = %177 %189 = load ptr, ptr %4, align 8 %190 = call i32 @dd_minus(ptr noundef %189) %191 = load ptr, ptr %4, align 8 %192 = getelementptr inbounds [2 x double], ptr %12, i64 0, i64 0 %193 = call i32 @dd_dec(ptr noundef %191, ptr noundef %192) br label %198 194: ; preds = %177 %195 = load ptr, ptr %4, align 8 %196 = getelementptr inbounds [2 x double], ptr %12, i64 0, i64 0 %197 = call i32 @dd_dec(ptr noundef %195, ptr noundef %196) br label %198 198: ; preds = %194, %188 br label %199 199: ; preds = %198, %176 br label %200 200: ; preds = %199, %151 br label %201 201: ; preds = %200, %128 br label %202 202: ; preds = %201, %72 br label %203 203: ; preds = %202, %33 br label %204 204: ; preds = %203, %22 ret void } declare i32 @dd_is_zero(ptr noundef) #1 declare i32 @dd_reduce_modulo_2pi(ptr noundef, ptr noundef, ptr noundef, ptr noundef, ptr noundef, ptr noundef) #1 declare i32 @dd_sin_taylor(ptr noundef, ptr noundef) #1 declare i32 @dd_cos_taylor(ptr noundef, ptr noundef) #1 declare i32 @dd_minus(ptr noundef) #1 declare i32 @sincostables(ptr noundef, ptr noundef, ptr noundef, ptr noundef) #1 declare i32 @dd_sincos_taylor(ptr noundef, ptr noundef, ptr noundef) #1 declare i32 @dd_mul(ptr noundef, ptr noundef, ptr noundef) #1 declare i32 @dd_inc(ptr noundef, ptr noundef) #1 declare i32 @dd_dec(ptr noundef, ptr noundef) #1 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !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 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '<stdin>' source_filename = "/tmp/tmpbrjv5vwc.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-pc-linux-gnu" ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local void @dd_sin(ptr noundef %0, ptr noundef %1) #0 { %3 = alloca ptr, align 8 %4 = alloca ptr, align 8 %5 = alloca [2 x double], align 16 %6 = alloca i32, align 4 %7 = alloca i32, align 4 %8 = alloca i32, align 4 %9 = alloca i32, align 4 %10 = alloca [2 x double], align 16 %11 = alloca [2 x double], align 16 %12 = alloca [2 x double], align 16 %13 = alloca [2 x double], align 16 %14 = alloca [2 x double], align 16 %15 = alloca [4 x double], align 16 %16 = alloca [4 x double], align 16 %17 = alloca [4 x double], align 16 %18 = alloca [4 x double], align 16 store ptr %0, ptr %3, align 8 store ptr %1, ptr %4, align 8 %19 = load ptr, ptr %3, align 8 %20 = call i32 @dd_is_zero(ptr noundef %19) %21 = icmp eq i32 %20, 1 br i1 %21, label %22, label %27 22: ; preds = %2 %23 = load ptr, ptr %4, align 8 %24 = getelementptr inbounds double, ptr %23, i64 0 store double 0.000000e+00, ptr %24, align 8 %25 = load ptr, ptr %4, align 8 %26 = getelementptr inbounds double, ptr %25, i64 1 store double 0.000000e+00, ptr %26, align 8 br label %204 27: ; preds = %2 %28 = load ptr, ptr %3, align 8 %29 = getelementptr inbounds [2 x double], ptr %5, i64 0, i64 0 %30 = call i32 @dd_reduce_modulo_2pi(ptr noundef %28, ptr noundef %29, ptr noundef %6, ptr noundef %7, ptr noundef %8, ptr noundef %9) %31 = load i32, ptr %9, align 4 %32 = icmp eq i32 %31, 1 br i1 %32, label %33, label %38 33: ; preds = %27 %34 = load ptr, ptr %4, align 8 %35 = getelementptr inbounds double, ptr %34, i64 0 store double -2.000000e+00, ptr %35, align 8 %36 = load ptr, ptr %4, align 8 %37 = getelementptr inbounds double, ptr %36, i64 1 store double 0.000000e+00, ptr %37, align 8 br label %203 38: ; preds = %27 %39 = load i32, ptr %7, align 4 %40 = icmp eq i32 %39, 0 br i1 %40, label %41, label %73 41: ; preds = %38 %42 = load i32, ptr %6, align 4 %43 = icmp eq i32 %42, 0 br i1 %43, label %44, label %48 44: ; preds = %41 %45 = getelementptr inbounds [2 x double], ptr %5, i64 0, i64 0 %46 = load ptr, ptr %4, align 8 %47 = call i32 @dd_sin_taylor(ptr noundef %45, ptr noundef %46) br label %72 48: ; preds = %41 %49 = load i32, ptr %6, align 4 %50 = icmp eq i32 %49, 1 br i1 %50, label %51, label %55 51: ; preds = %48 %52 = getelementptr inbounds [2 x double], ptr %5, i64 0, i64 0 %53 = load ptr, ptr %4, align 8 %54 = call i32 @dd_cos_taylor(ptr noundef %52, ptr noundef %53) br label %71 55: ; preds = %48 %56 = load i32, ptr %6, align 4 %57 = icmp eq i32 %56, -1 br i1 %57, label %58, label %64 58: ; preds = %55 %59 = getelementptr inbounds [2 x double], ptr %5, i64 0, i64 0 %60 = load ptr, ptr %4, align 8 %61 = call i32 @dd_cos_taylor(ptr noundef %59, ptr noundef %60) %62 = load ptr, ptr %4, align 8 %63 = call i32 @dd_minus(ptr noundef %62) br label %70 64: ; preds = %55 %65 = getelementptr inbounds [2 x double], ptr %5, i64 0, i64 0 %66 = load ptr, ptr %4, align 8 %67 = call i32 @dd_sin_taylor(ptr noundef %65, ptr noundef %66) %68 = load ptr, ptr %4, align 8 %69 = call i32 @dd_minus(ptr noundef %68) br label %70 70: ; preds = %64, %58 br label %71 71: ; preds = %70, %51 br label %72 72: ; preds = %71, %44 br label %202 73: ; preds = %38 %74 = getelementptr inbounds [4 x double], ptr %15, i64 0, i64 0 %75 = getelementptr inbounds [4 x double], ptr %16, i64 0, i64 0 %76 = getelementptr inbounds [4 x double], ptr %17, i64 0, i64 0 %77 = getelementptr inbounds [4 x double], ptr %18, i64 0, i64 0 %78 = call i32 @sincostables(ptr noundef %74, ptr noundef %75, ptr noundef %76, ptr noundef %77) %79 = load i32, ptr %8, align 4 %80 = sub nsw i32 %79, 1 %81 = sext i32 %80 to i64 %82 = getelementptr inbounds [4 x double], ptr %17, i64 0, i64 %81 %83 = load double, ptr %82, align 8 %84 = getelementptr inbounds [2 x double], ptr %10, i64 0, i64 0 store double %83, ptr %84, align 16 %85 = load i32, ptr %8, align 4 %86 = sub nsw i32 %85, 1 %87 = sext i32 %86 to i64 %88 = getelementptr inbounds [4 x double], ptr %18, i64 0, i64 %87 %89 = load double, ptr %88, align 8 %90 = getelementptr inbounds [2 x double], ptr %10, i64 0, i64 1 store double %89, ptr %90, align 8 %91 = load i32, ptr %8, align 4 %92 = sub nsw i32 %91, 1 %93 = sext i32 %92 to i64 %94 = getelementptr inbounds [4 x double], ptr %15, i64 0, i64 %93 %95 = load double, ptr %94, align 8 %96 = getelementptr inbounds [2 x double], ptr %11, i64 0, i64 0 store double %95, ptr %96, align 16 %97 = load i32, ptr %8, align 4 %98 = sub nsw i32 %97, 1 %99 = sext i32 %98 to i64 %100 = getelementptr inbounds [4 x double], ptr %16, i64 0, i64 %99 %101 = load double, ptr %100, align 8 %102 = getelementptr inbounds [2 x double], ptr %11, i64 0, i64 1 store double %101, ptr %102, align 8 %103 = getelementptr inbounds [2 x double], ptr %5, i64 0, i64 0 %104 = getelementptr inbounds [2 x double], ptr %13, i64 0, i64 0 %105 = getelementptr inbounds [2 x double], ptr %14, i64 0, i64 0 %106 = call i32 @dd_sincos_taylor(ptr noundef %103, ptr noundef %104, ptr noundef %105) %107 = load i32, ptr %6, align 4 %108 = icmp eq i32 %107, 0 br i1 %108, label %109, label %129 109: ; preds = %73 %110 = getelementptr inbounds [2 x double], ptr %10, i64 0, i64 0 %111 = getelementptr inbounds [2 x double], ptr %13, i64 0, i64 0 %112 = load ptr, ptr %4, align 8 %113 = call i32 @dd_mul(ptr noundef %110, ptr noundef %111, ptr noundef %112) %114 = getelementptr inbounds [2 x double], ptr %11, i64 0, i64 0 %115 = getelementptr inbounds [2 x double], ptr %14, i64 0, i64 0 %116 = getelementptr inbounds [2 x double], ptr %12, i64 0, i64 0 %117 = call i32 @dd_mul(ptr noundef %114, ptr noundef %115, ptr noundef %116) %118 = load i32, ptr %7, align 4 %119 = icmp sgt i32 %118, 0 br i1 %119, label %120, label %124 120: ; preds = %109 %121 = load ptr, ptr %4, align 8 %122 = getelementptr inbounds [2 x double], ptr %12, i64 0, i64 0 %123 = call i32 @dd_inc(ptr noundef %121, ptr noundef %122) br label %128 124: ; preds = %109 %125 = load ptr, ptr %4, align 8 %126 = getelementptr inbounds [2 x double], ptr %12, i64 0, i64 0 %127 = call i32 @dd_dec(ptr noundef %125, ptr noundef %126) br label %128 128: ; preds = %124, %120 br label %201 129: ; preds = %73 %130 = load i32, ptr %6, align 4 %131 = icmp eq i32 %130, 1 br i1 %131, label %132, label %152 132: ; preds = %129 %133 = getelementptr inbounds [2 x double], ptr %10, i64 0, i64 0 %134 = getelementptr inbounds [2 x double], ptr %14, i64 0, i64 0 %135 = load ptr, ptr %4, align 8 %136 = call i32 @dd_mul(ptr noundef %133, ptr noundef %134, ptr noundef %135) %137 = getelementptr inbounds [2 x double], ptr %11, i64 0, i64 0 %138 = getelementptr inbounds [2 x double], ptr %13, i64 0, i64 0 %139 = getelementptr inbounds [2 x double], ptr %12, i64 0, i64 0 %140 = call i32 @dd_mul(ptr noundef %137, ptr noundef %138, ptr noundef %139) %141 = load i32, ptr %7, align 4 %142 = icmp sgt i32 %141, 0 br i1 %142, label %143, label %147 143: ; preds = %132 %144 = load ptr, ptr %4, align 8 %145 = getelementptr inbounds [2 x double], ptr %12, i64 0, i64 0 %146 = call i32 @dd_dec(ptr noundef %144, ptr noundef %145) br label %151 147: ; preds = %132 %148 = load ptr, ptr %4, align 8 %149 = getelementptr inbounds [2 x double], ptr %12, i64 0, i64 0 %150 = call i32 @dd_inc(ptr noundef %148, ptr noundef %149) br label %151 151: ; preds = %147, %143 br label %200 152: ; preds = %129 %153 = load i32, ptr %6, align 4 %154 = icmp eq i32 %153, -1 br i1 %154, label %155, label %177 155: ; preds = %152 %156 = getelementptr inbounds [2 x double], ptr %11, i64 0, i64 0 %157 = getelementptr inbounds [2 x double], ptr %13, i64 0, i64 0 %158 = load ptr, ptr %4, align 8 %159 = call i32 @dd_mul(ptr noundef %156, ptr noundef %157, ptr noundef %158) %160 = getelementptr inbounds [2 x double], ptr %10, i64 0, i64 0 %161 = getelementptr inbounds [2 x double], ptr %14, i64 0, i64 0 %162 = getelementptr inbounds [2 x double], ptr %12, i64 0, i64 0 %163 = call i32 @dd_mul(ptr noundef %160, ptr noundef %161, ptr noundef %162) %164 = load i32, ptr %7, align 4 %165 = icmp sgt i32 %164, 0 br i1 %165, label %166, label %170 166: ; preds = %155 %167 = load ptr, ptr %4, align 8 %168 = getelementptr inbounds [2 x double], ptr %12, i64 0, i64 0 %169 = call i32 @dd_dec(ptr noundef %167, ptr noundef %168) br label %176 170: ; preds = %155 %171 = load ptr, ptr %4, align 8 %172 = call i32 @dd_minus(ptr noundef %171) %173 = load ptr, ptr %4, align 8 %174 = getelementptr inbounds [2 x double], ptr %12, i64 0, i64 0 %175 = call i32 @dd_dec(ptr noundef %173, ptr noundef %174) br label %176 176: ; preds = %170, %166 br label %199 177: ; preds = %152 %178 = getelementptr inbounds [2 x double], ptr %11, i64 0, i64 0 %179 = getelementptr inbounds [2 x double], ptr %14, i64 0, i64 0 %180 = load ptr, ptr %4, align 8 %181 = call i32 @dd_mul(ptr noundef %178, ptr noundef %179, ptr noundef %180) %182 = getelementptr inbounds [2 x double], ptr %10, i64 0, i64 0 %183 = getelementptr inbounds [2 x double], ptr %13, i64 0, i64 0 %184 = getelementptr inbounds [2 x double], ptr %12, i64 0, i64 0 %185 = call i32 @dd_mul(ptr noundef %182, ptr noundef %183, ptr noundef %184) %186 = load i32, ptr %7, align 4 %187 = icmp sgt i32 %186, 0 br i1 %187, label %188, label %194 188: ; preds = %177 %189 = load ptr, ptr %4, align 8 %190 = call i32 @dd_minus(ptr noundef %189) %191 = load ptr, ptr %4, align 8 %192 = getelementptr inbounds [2 x double], ptr %12, i64 0, i64 0 %193 = call i32 @dd_dec(ptr noundef %191, ptr noundef %192) br label %198 194: ; preds = %177 %195 = load ptr, ptr %4, align 8 %196 = getelementptr inbounds [2 x double], ptr %12, i64 0, i64 0 %197 = call i32 @dd_dec(ptr noundef %195, ptr noundef %196) br label %198 198: ; preds = %194, %188 br label %199 199: ; preds = %198, %176 br label %200 200: ; preds = %199, %151 br label %201 201: ; preds = %200, %128 br label %202 202: ; preds = %201, %72 br label %203 203: ; preds = %202, %33 br label %204 204: ; preds = %203, %22 ret void } declare i32 @dd_is_zero(ptr noundef) #1 declare i32 @dd_reduce_modulo_2pi(ptr noundef, ptr noundef, ptr noundef, ptr noundef, ptr noundef, ptr noundef) #1 declare i32 @dd_sin_taylor(ptr noundef, ptr noundef) #1 declare i32 @dd_cos_taylor(ptr noundef, ptr noundef) #1 declare i32 @dd_minus(ptr noundef) #1 declare i32 @sincostables(ptr noundef, ptr noundef, ptr noundef, ptr noundef) #1 declare i32 @dd_sincos_taylor(ptr noundef, ptr noundef, ptr noundef) #1 declare i32 @dd_mul(ptr noundef, ptr noundef, ptr noundef) #1 declare i32 @dd_inc(ptr noundef, ptr noundef) #1 declare i32 @dd_dec(ptr noundef, ptr noundef) #1 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !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 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}