llvm-ir
stringlengths
479
303k
llvm-optimized-ir
stringlengths
468
303k
; ModuleID = '/tmp/tmp2h3dz98z.c' source_filename = "/tmp/tmp2h3dz98z.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 [18 x i8] c"* Mittente: %s *\0A\00", align 1 @.str.1 = private unnamed_addr constant [2 x i8] c" \00", align 1 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local void @str_split(ptr noundef %0, i8 noundef signext %1, ptr noundef %2) #0 { %4 = alloca ptr, align 8 %5 = alloca i8, align 1 %6 = alloca ptr, align 8 %7 = alloca i32, align 4 %8 = alloca [2 x i8], align 1 %9 = alloca ptr, align 8 %10 = alloca i8, align 1 store ptr %0, ptr %4, align 8 store i8 %1, ptr %5, align 1 store ptr %2, ptr %6, align 8 store i32 0, ptr %7, align 4 %11 = getelementptr inbounds [2 x i8], ptr %8, i64 0, i64 0 %12 = load i8, ptr %5, align 1 store i8 %12, ptr %11, align 1 %13 = getelementptr inbounds i8, ptr %11, i64 1 store i8 0, ptr %13, align 1 %14 = load ptr, ptr %4, align 8 %15 = getelementptr inbounds [2 x i8], ptr %8, i64 0, i64 0 %16 = call ptr @strtok(ptr noundef %14, ptr noundef %15) store ptr %16, ptr %9, align 8 br label %17 17: ; preds = %37, %3 %18 = load ptr, ptr %9, align 8 %19 = icmp ne ptr %18, null br i1 %19, label %20, label %38 20: ; preds = %17 %21 = load ptr, ptr %9, align 8 %22 = load i8, ptr %21, align 1 store i8 %22, ptr %10, align 1 %23 = load ptr, ptr %9, align 8 %24 = call ptr @strdup(ptr noundef %23) %25 = load ptr, ptr %6, align 8 %26 = load i32, ptr %7, align 4 %27 = sext i32 %26 to i64 %28 = getelementptr inbounds ptr, ptr %25, i64 %27 store ptr %24, ptr %28, align 8 %29 = getelementptr inbounds [2 x i8], ptr %8, i64 0, i64 0 %30 = call ptr @strtok(ptr noundef null, ptr noundef %29) store ptr %30, ptr %9, align 8 %31 = load i32, ptr %7, align 4 %32 = add nsw i32 %31, 1 store i32 %32, ptr %7, align 4 %33 = load i8, ptr %10, align 1 %34 = sext i8 %33 to i32 %35 = icmp eq i32 %34, 36 br i1 %35, label %36, label %37 36: ; preds = %20 br label %38 37: ; preds = %20 br label %17, !llvm.loop !6 38: ; preds = %36, %17 %39 = call ptr @malloc(i32 noundef 4096) %40 = load ptr, ptr %6, align 8 %41 = load i32, ptr %7, align 4 %42 = sext i32 %41 to i64 %43 = getelementptr inbounds ptr, ptr %40, i64 %42 store ptr %39, ptr %43, align 8 %44 = load ptr, ptr %6, align 8 %45 = load i32, ptr %7, align 4 %46 = sext i32 %45 to i64 %47 = getelementptr inbounds ptr, ptr %44, i64 %46 %48 = load ptr, ptr %47, align 8 %49 = load ptr, ptr %6, align 8 %50 = load i32, ptr %7, align 4 %51 = sub nsw i32 %50, 1 %52 = sext i32 %51 to i64 %53 = getelementptr inbounds ptr, ptr %49, i64 %52 %54 = load ptr, ptr %53, align 8 %55 = call i32 @sprintf(ptr noundef %48, ptr noundef @.str, ptr noundef %54) br label %56 56: ; preds = %59, %38 %57 = load ptr, ptr %9, align 8 %58 = icmp ne ptr %57, null br i1 %58, label %59, label %75 59: ; preds = %56 %60 = load ptr, ptr %6, align 8 %61 = load i32, ptr %7, align 4 %62 = sext i32 %61 to i64 %63 = getelementptr inbounds ptr, ptr %60, i64 %62 %64 = load ptr, ptr %63, align 8 %65 = load ptr, ptr %9, align 8 %66 = call i32 @strcat(ptr noundef %64, ptr noundef %65) %67 = load ptr, ptr %6, align 8 %68 = load i32, ptr %7, align 4 %69 = sext i32 %68 to i64 %70 = getelementptr inbounds ptr, ptr %67, i64 %69 %71 = load ptr, ptr %70, align 8 %72 = call i32 @strcat(ptr noundef %71, ptr noundef @.str.1) %73 = getelementptr inbounds [2 x i8], ptr %8, i64 0, i64 0 %74 = call ptr @strtok(ptr noundef null, ptr noundef %73) store ptr %74, ptr %9, align 8 br label %56, !llvm.loop !8 75: ; preds = %56 %76 = load ptr, ptr %6, align 8 %77 = load i32, ptr %7, align 4 %78 = add nsw i32 %77, 1 store i32 %78, ptr %7, align 4 %79 = sext i32 %78 to i64 %80 = getelementptr inbounds ptr, ptr %76, i64 %79 store ptr null, ptr %80, align 8 ret void } declare ptr @strtok(ptr noundef, ptr noundef) #1 declare ptr @strdup(ptr noundef) #1 declare ptr @malloc(i32 noundef) #1 declare i32 @sprintf(ptr noundef, ptr noundef, ptr noundef) #1 declare i32 @strcat(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"} !8 = distinct !{!8, !7}
; ModuleID = '<stdin>' source_filename = "/tmp/tmp2h3dz98z.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 [18 x i8] c"* Mittente: %s *\0A\00", align 1 @.str.1 = private unnamed_addr constant [2 x i8] c" \00", align 1 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local void @str_split(ptr noundef %0, i8 noundef signext %1, ptr noundef %2) #0 { %4 = alloca ptr, align 8 %5 = alloca i8, align 1 %6 = alloca ptr, align 8 %7 = alloca i32, align 4 %8 = alloca [2 x i8], align 1 %9 = alloca ptr, align 8 %10 = alloca i8, align 1 store ptr %0, ptr %4, align 8 store i8 %1, ptr %5, align 1 store ptr %2, ptr %6, align 8 store i32 0, ptr %7, align 4 %11 = getelementptr inbounds [2 x i8], ptr %8, i64 0, i64 0 %12 = load i8, ptr %5, align 1 store i8 %12, ptr %11, align 1 %13 = getelementptr inbounds i8, ptr %11, i64 1 store i8 0, ptr %13, align 1 %14 = load ptr, ptr %4, align 8 %15 = getelementptr inbounds [2 x i8], ptr %8, i64 0, i64 0 %16 = call ptr @strtok(ptr noundef %14, ptr noundef %15) store ptr %16, ptr %9, align 8 %17 = load ptr, ptr %9, align 8 %18 = icmp ne ptr %17, null br i1 %18, label %.lr.ph, label %.loopexit .lr.ph: ; preds = %3 br label %22 19: ; preds = %22 %20 = load ptr, ptr %9, align 8 %21 = icmp ne ptr %20, null br i1 %21, label %22, label %..loopexit_crit_edge, !llvm.loop !6 22: ; preds = %.lr.ph, %19 %23 = load ptr, ptr %9, align 8 %24 = load i8, ptr %23, align 1 store i8 %24, ptr %10, align 1 %25 = load ptr, ptr %9, align 8 %26 = call ptr @strdup(ptr noundef %25) %27 = load ptr, ptr %6, align 8 %28 = load i32, ptr %7, align 4 %29 = sext i32 %28 to i64 %30 = getelementptr inbounds ptr, ptr %27, i64 %29 store ptr %26, ptr %30, align 8 %31 = getelementptr inbounds [2 x i8], ptr %8, i64 0, i64 0 %32 = call ptr @strtok(ptr noundef null, ptr noundef %31) store ptr %32, ptr %9, align 8 %33 = load i32, ptr %7, align 4 %34 = add nsw i32 %33, 1 store i32 %34, ptr %7, align 4 %35 = load i8, ptr %10, align 1 %36 = sext i8 %35 to i32 %37 = icmp eq i32 %36, 36 br i1 %37, label %38, label %19 38: ; preds = %22 br label %39 ..loopexit_crit_edge: ; preds = %19 br label %.loopexit .loopexit: ; preds = %..loopexit_crit_edge, %3 br label %39 39: ; preds = %.loopexit, %38 %40 = call ptr @malloc(i32 noundef 4096) %41 = load ptr, ptr %6, align 8 %42 = load i32, ptr %7, align 4 %43 = sext i32 %42 to i64 %44 = getelementptr inbounds ptr, ptr %41, i64 %43 store ptr %40, ptr %44, align 8 %45 = load ptr, ptr %6, align 8 %46 = load i32, ptr %7, align 4 %47 = sext i32 %46 to i64 %48 = getelementptr inbounds ptr, ptr %45, i64 %47 %49 = load ptr, ptr %48, align 8 %50 = load ptr, ptr %6, align 8 %51 = load i32, ptr %7, align 4 %52 = sub nsw i32 %51, 1 %53 = sext i32 %52 to i64 %54 = getelementptr inbounds ptr, ptr %50, i64 %53 %55 = load ptr, ptr %54, align 8 %56 = call i32 @sprintf(ptr noundef %49, ptr noundef @.str, ptr noundef %55) %57 = load ptr, ptr %9, align 8 %58 = icmp ne ptr %57, null br i1 %58, label %.lr.ph1, label %77 .lr.ph1: ; preds = %39 br label %59 59: ; preds = %.lr.ph1, %59 %60 = load ptr, ptr %6, align 8 %61 = load i32, ptr %7, align 4 %62 = sext i32 %61 to i64 %63 = getelementptr inbounds ptr, ptr %60, i64 %62 %64 = load ptr, ptr %63, align 8 %65 = load ptr, ptr %9, align 8 %66 = call i32 @strcat(ptr noundef %64, ptr noundef %65) %67 = load ptr, ptr %6, align 8 %68 = load i32, ptr %7, align 4 %69 = sext i32 %68 to i64 %70 = getelementptr inbounds ptr, ptr %67, i64 %69 %71 = load ptr, ptr %70, align 8 %72 = call i32 @strcat(ptr noundef %71, ptr noundef @.str.1) %73 = getelementptr inbounds [2 x i8], ptr %8, i64 0, i64 0 %74 = call ptr @strtok(ptr noundef null, ptr noundef %73) store ptr %74, ptr %9, align 8 %75 = load ptr, ptr %9, align 8 %76 = icmp ne ptr %75, null br i1 %76, label %59, label %._crit_edge, !llvm.loop !8 ._crit_edge: ; preds = %59 br label %77 77: ; preds = %._crit_edge, %39 %78 = load ptr, ptr %6, align 8 %79 = load i32, ptr %7, align 4 %80 = add nsw i32 %79, 1 store i32 %80, ptr %7, align 4 %81 = sext i32 %80 to i64 %82 = getelementptr inbounds ptr, ptr %78, i64 %81 store ptr null, ptr %82, align 8 ret void } declare ptr @strtok(ptr noundef, ptr noundef) #1 declare ptr @strdup(ptr noundef) #1 declare ptr @malloc(i32 noundef) #1 declare i32 @sprintf(ptr noundef, ptr noundef, ptr noundef) #1 declare i32 @strcat(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"} !8 = distinct !{!8, !7}
; ModuleID = '/tmp/tmpe3zf_agn.c' source_filename = "/tmp/tmpe3zf_agn.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 [19 x i8] c"compressed bytes: \00", align 1 @.str.1 = private unnamed_addr constant [6 x i8] c"%02x \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_result(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 %6 = call i32 (ptr, ...) @printf(ptr noundef @.str) store i32 0, ptr %5, align 4 br label %7 7: ; preds = %19, %2 %8 = load i32, ptr %5, align 4 %9 = load i32, ptr %4, align 4 %10 = icmp slt i32 %8, %9 br i1 %10, label %11, label %22 11: ; preds = %7 %12 = load ptr, ptr %3, align 8 %13 = load i32, ptr %5, align 4 %14 = sext i32 %13 to i64 %15 = getelementptr inbounds i8, ptr %12, i64 %14 %16 = load i8, ptr %15, align 1 %17 = zext i8 %16 to i32 %18 = call i32 (ptr, ...) @printf(ptr noundef @.str.1, i32 noundef %17) br label %19 19: ; preds = %11 %20 = load i32, ptr %5, align 4 %21 = add nsw i32 %20, 1 store i32 %21, ptr %5, align 4 br label %7, !llvm.loop !6 22: ; preds = %7 %23 = call i32 (ptr, ...) @printf(ptr noundef @.str.2) ret void } 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/tmpe3zf_agn.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 [19 x i8] c"compressed bytes: \00", align 1 @.str.1 = private unnamed_addr constant [6 x i8] c"%02x \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_result(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 %6 = call i32 (ptr, ...) @printf(ptr noundef @.str) store i32 0, ptr %5, align 4 %7 = load i32, ptr %5, align 4 %8 = load i32, ptr %4, align 4 %9 = icmp slt i32 %7, %8 br i1 %9, label %.lr.ph, label %24 .lr.ph: ; preds = %2 br label %10 10: ; preds = %.lr.ph, %18 %11 = load ptr, ptr %3, align 8 %12 = load i32, ptr %5, align 4 %13 = sext i32 %12 to i64 %14 = getelementptr inbounds i8, ptr %11, i64 %13 %15 = load i8, ptr %14, align 1 %16 = zext i8 %15 to i32 %17 = call i32 (ptr, ...) @printf(ptr noundef @.str.1, i32 noundef %16) br label %18 18: ; preds = %10 %19 = load i32, ptr %5, align 4 %20 = add nsw i32 %19, 1 store i32 %20, ptr %5, align 4 %21 = load i32, ptr %5, align 4 %22 = load i32, ptr %4, align 4 %23 = icmp slt i32 %21, %22 br i1 %23, label %10, label %._crit_edge, !llvm.loop !6 ._crit_edge: ; preds = %18 br label %24 24: ; preds = %._crit_edge, %2 %25 = call i32 (ptr, ...) @printf(ptr noundef @.str.2) ret void } 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/tmp5prkvj_k.c' source_filename = "/tmp/tmp5prkvj_k.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 @chaos_realloc(ptr noundef %0, i32 noundef %1, i32 noundef %2) #0 { %4 = alloca ptr, align 8 %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 %9 = load i32, ptr %6, align 4 %10 = icmp eq i32 %9, 0 br i1 %10, label %11, label %14 11: ; preds = %3 %12 = load ptr, ptr %5, align 8 %13 = call i32 @sStbFree(ptr noundef %12) store ptr null, ptr %4, align 8 br label %36 14: ; preds = %3 %15 = load ptr, ptr %5, align 8 %16 = icmp eq ptr %15, null br i1 %16, label %17, label %20 17: ; preds = %14 %18 = load i32, ptr %6, align 4 %19 = call ptr @sStbAlloc(i32 noundef %18) store ptr %19, ptr %4, align 8 br label %36 20: ; preds = %14 %21 = load i32, ptr %6, align 4 %22 = load i32, ptr %7, align 4 %23 = icmp sle i32 %21, %22 br i1 %23, label %24, label %26 24: ; preds = %20 %25 = load ptr, ptr %5, align 8 store ptr %25, ptr %4, align 8 br label %36 26: ; preds = %20 %27 = load i32, ptr %6, align 4 %28 = call ptr @sStbAlloc(i32 noundef %27) store ptr %28, ptr %8, align 8 %29 = load ptr, ptr %8, align 8 %30 = load ptr, ptr %5, align 8 %31 = load i32, ptr %7, align 4 %32 = call i32 @memcpy(ptr noundef %29, ptr noundef %30, i32 noundef %31) %33 = load ptr, ptr %5, align 8 %34 = call i32 @sStbFree(ptr noundef %33) %35 = load ptr, ptr %8, align 8 store ptr %35, ptr %4, align 8 br label %36 36: ; preds = %26, %24, %17, %11 %37 = load ptr, ptr %4, align 8 ret ptr %37 } declare i32 @sStbFree(ptr noundef) #1 declare ptr @sStbAlloc(i32 noundef) #1 declare i32 @memcpy(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" } !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/tmp5prkvj_k.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 @chaos_realloc(ptr noundef %0, i32 noundef %1, i32 noundef %2) #0 { %4 = alloca ptr, align 8 %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 %9 = load i32, ptr %6, align 4 %10 = icmp eq i32 %9, 0 br i1 %10, label %11, label %14 11: ; preds = %3 %12 = load ptr, ptr %5, align 8 %13 = call i32 @sStbFree(ptr noundef %12) store ptr null, ptr %4, align 8 br label %36 14: ; preds = %3 %15 = load ptr, ptr %5, align 8 %16 = icmp eq ptr %15, null br i1 %16, label %17, label %20 17: ; preds = %14 %18 = load i32, ptr %6, align 4 %19 = call ptr @sStbAlloc(i32 noundef %18) store ptr %19, ptr %4, align 8 br label %36 20: ; preds = %14 %21 = load i32, ptr %6, align 4 %22 = load i32, ptr %7, align 4 %23 = icmp sle i32 %21, %22 br i1 %23, label %24, label %26 24: ; preds = %20 %25 = load ptr, ptr %5, align 8 store ptr %25, ptr %4, align 8 br label %36 26: ; preds = %20 %27 = load i32, ptr %6, align 4 %28 = call ptr @sStbAlloc(i32 noundef %27) store ptr %28, ptr %8, align 8 %29 = load ptr, ptr %8, align 8 %30 = load ptr, ptr %5, align 8 %31 = load i32, ptr %7, align 4 %32 = call i32 @memcpy(ptr noundef %29, ptr noundef %30, i32 noundef %31) %33 = load ptr, ptr %5, align 8 %34 = call i32 @sStbFree(ptr noundef %33) %35 = load ptr, ptr %8, align 8 store ptr %35, ptr %4, align 8 br label %36 36: ; preds = %26, %24, %17, %11 %37 = load ptr, ptr %4, align 8 ret ptr %37 } declare i32 @sStbFree(ptr noundef) #1 declare ptr @sStbAlloc(i32 noundef) #1 declare i32 @memcpy(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" } !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/tmpyoded7zf.c' source_filename = "/tmp/tmpyoded7zf.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() #0 { %1 = alloca i32, align 4 %2 = alloca [100 x i8], align 16 %3 = alloca [100 x i8], align 16 %4 = alloca i32, align 4 %5 = alloca i32, align 4 store i32 0, ptr %1, align 4 store i32 0, ptr %4, align 4 store i32 0, ptr %5, align 4 %6 = getelementptr inbounds [100 x i8], ptr %2, i64 0, i64 0 %7 = call i32 @scanf(ptr noundef @.str, ptr noundef %6) br label %8 8: ; preds = %15, %0 %9 = load i32, ptr %4, align 4 %10 = sext i32 %9 to i64 %11 = getelementptr inbounds [100 x i8], ptr %2, i64 0, i64 %10 %12 = load i8, ptr %11, align 1 %13 = sext i8 %12 to i32 %14 = icmp ne i32 %13, 0 br i1 %14, label %15, label %18 15: ; preds = %8 %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 i32, ptr %4, align 4 %20 = add nsw i32 %19, -1 store i32 %20, ptr %4, align 4 br label %21 21: ; preds = %24, %18 %22 = load i32, ptr %4, align 4 %23 = icmp sge i32 %22, 0 br i1 %23, label %24, label %36 24: ; preds = %21 %25 = load i32, ptr %4, align 4 %26 = sext i32 %25 to i64 %27 = getelementptr inbounds [100 x i8], ptr %2, i64 0, i64 %26 %28 = load i8, ptr %27, align 1 %29 = load i32, ptr %5, align 4 %30 = sext i32 %29 to i64 %31 = getelementptr inbounds [100 x i8], ptr %3, i64 0, i64 %30 store i8 %28, ptr %31, align 1 %32 = load i32, ptr %4, align 4 %33 = add nsw i32 %32, -1 store i32 %33, ptr %4, align 4 %34 = load i32, ptr %5, align 4 %35 = add nsw i32 %34, 1 store i32 %35, ptr %5, align 4 br label %21, !llvm.loop !8 36: ; preds = %21 %37 = load i32, ptr %5, align 4 %38 = sext i32 %37 to i64 %39 = getelementptr inbounds [100 x i8], ptr %3, i64 0, i64 %38 store i8 0, ptr %39, align 1 %40 = getelementptr inbounds [100 x i8], ptr %3, i64 0, i64 0 %41 = call i32 @printf(ptr noundef @.str, ptr noundef %40) ret i32 0 } declare i32 @scanf(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"} !8 = distinct !{!8, !7}
; ModuleID = '<stdin>' source_filename = "/tmp/tmpyoded7zf.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() #0 { %1 = alloca i32, align 4 %2 = alloca [100 x i8], align 16 %3 = alloca [100 x i8], align 16 %4 = alloca i32, align 4 %5 = alloca i32, align 4 store i32 0, ptr %1, align 4 store i32 0, ptr %4, align 4 store i32 0, ptr %5, align 4 %6 = getelementptr inbounds [100 x i8], ptr %2, i64 0, i64 0 %7 = call i32 @scanf(ptr noundef @.str, ptr noundef %6) %8 = load i32, ptr %4, align 4 %9 = sext i32 %8 to i64 %10 = getelementptr inbounds [100 x i8], ptr %2, i64 0, i64 %9 %11 = load i8, ptr %10, align 1 %12 = sext i8 %11 to i32 %13 = icmp ne i32 %12, 0 br i1 %13, label %.lr.ph, label %23 .lr.ph: ; preds = %0 br label %14 14: ; preds = %.lr.ph, %14 %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 = sext i32 %17 to i64 %19 = getelementptr inbounds [100 x i8], ptr %2, i64 0, i64 %18 %20 = load i8, ptr %19, align 1 %21 = sext i8 %20 to i32 %22 = icmp ne i32 %21, 0 br i1 %22, label %14, label %._crit_edge, !llvm.loop !6 ._crit_edge: ; preds = %14 br label %23 23: ; preds = %._crit_edge, %0 %24 = load i32, ptr %4, align 4 %25 = add nsw i32 %24, -1 store i32 %25, ptr %4, align 4 %26 = load i32, ptr %4, align 4 %27 = icmp sge i32 %26, 0 br i1 %27, label %.lr.ph2, label %42 .lr.ph2: ; preds = %23 br label %28 28: ; preds = %.lr.ph2, %28 %29 = load i32, ptr %4, align 4 %30 = sext i32 %29 to i64 %31 = getelementptr inbounds [100 x i8], ptr %2, i64 0, i64 %30 %32 = load i8, ptr %31, align 1 %33 = load i32, ptr %5, align 4 %34 = sext i32 %33 to i64 %35 = getelementptr inbounds [100 x i8], ptr %3, i64 0, i64 %34 store i8 %32, ptr %35, align 1 %36 = load i32, ptr %4, align 4 %37 = add nsw i32 %36, -1 store i32 %37, ptr %4, align 4 %38 = load i32, ptr %5, align 4 %39 = add nsw i32 %38, 1 store i32 %39, ptr %5, align 4 %40 = load i32, ptr %4, align 4 %41 = icmp sge i32 %40, 0 br i1 %41, label %28, label %._crit_edge3, !llvm.loop !8 ._crit_edge3: ; preds = %28 br label %42 42: ; preds = %._crit_edge3, %23 %43 = load i32, ptr %5, align 4 %44 = sext i32 %43 to i64 %45 = getelementptr inbounds [100 x i8], ptr %3, i64 0, i64 %44 store i8 0, ptr %45, align 1 %46 = getelementptr inbounds [100 x i8], ptr %3, i64 0, i64 0 %47 = call i32 @printf(ptr noundef @.str, ptr noundef %46) ret i32 0 } declare i32 @scanf(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"} !8 = distinct !{!8, !7}
; ModuleID = '/tmp/tmpd03rbub5.c' source_filename = "/tmp/tmpd03rbub5.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 @verifprenom(ptr noundef %0) #0 { %2 = alloca i32, align 4 %3 = alloca ptr, align 8 %4 = alloca i32, align 4 store ptr %0, ptr %3, align 8 %5 = load ptr, ptr %3, align 8 %6 = call i32 @charlong(ptr noundef %5) %7 = icmp sgt i32 %6, 0 br i1 %7, label %8, label %68 8: ; preds = %1 %9 = load ptr, ptr %3, align 8 %10 = call i32 @charlong(ptr noundef %9) %11 = icmp sle i32 %10, 30 br i1 %11, label %12, label %68 12: ; preds = %8 %13 = load ptr, ptr %3, align 8 %14 = getelementptr inbounds i8, ptr %13, i64 0 %15 = load i8, ptr %14, align 1 %16 = sext i8 %15 to i32 %17 = icmp ne i32 %16, 32 br i1 %17, label %18, label %68 18: ; preds = %12 %19 = load ptr, ptr %3, align 8 %20 = getelementptr inbounds i8, ptr %19, i64 0 %21 = load i8, ptr %20, align 1 %22 = sext i8 %21 to i32 %23 = icmp ne i32 %22, 45 br i1 %23, label %24, label %68 24: ; preds = %18 store i32 0, ptr %4, align 4 br label %25 25: ; preds = %64, %24 %26 = load i32, ptr %4, align 4 %27 = load ptr, ptr %3, align 8 %28 = call i32 @charlong(ptr noundef %27) %29 = icmp slt i32 %26, %28 br i1 %29, label %30, label %67 30: ; preds = %25 %31 = load ptr, ptr %3, align 8 %32 = load i32, ptr %4, align 4 %33 = sext i32 %32 to i64 %34 = getelementptr inbounds i8, ptr %31, i64 %33 %35 = load i8, ptr %34, align 1 %36 = sext i8 %35 to i32 %37 = icmp slt i32 %36, 65 br i1 %37, label %46, label %38 38: ; preds = %30 %39 = load ptr, ptr %3, align 8 %40 = load i32, ptr %4, align 4 %41 = sext i32 %40 to i64 %42 = getelementptr inbounds i8, ptr %39, i64 %41 %43 = load i8, ptr %42, align 1 %44 = sext i8 %43 to i32 %45 = icmp sgt i32 %44, 90 br i1 %45, label %46, label %63 46: ; preds = %38, %30 %47 = load ptr, ptr %3, align 8 %48 = load i32, ptr %4, align 4 %49 = sext i32 %48 to i64 %50 = getelementptr inbounds i8, ptr %47, i64 %49 %51 = load i8, ptr %50, align 1 %52 = sext i8 %51 to i32 %53 = icmp ne i32 %52, 32 br i1 %53, label %54, label %63 54: ; preds = %46 %55 = load ptr, ptr %3, align 8 %56 = load i32, ptr %4, 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 = icmp ne i32 %60, 45 br i1 %61, label %62, label %63 62: ; preds = %54 store i32 0, ptr %2, align 4 br label %69 63: ; preds = %54, %46, %38 br label %64 64: ; preds = %63 %65 = load i32, ptr %4, align 4 %66 = add nsw i32 %65, 1 store i32 %66, ptr %4, align 4 br label %25, !llvm.loop !6 67: ; preds = %25 store i32 1, ptr %2, align 4 br label %69 68: ; preds = %18, %12, %8, %1 store i32 0, ptr %2, align 4 br label %69 69: ; preds = %68, %67, %62 %70 = load i32, ptr %2, align 4 ret i32 %70 } declare i32 @charlong(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/tmpd03rbub5.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 @verifprenom(ptr noundef %0) #0 { %2 = alloca i32, align 4 %3 = alloca ptr, align 8 %4 = alloca i32, align 4 store ptr %0, ptr %3, align 8 %5 = load ptr, ptr %3, align 8 %6 = call i32 @charlong(ptr noundef %5) %7 = icmp sgt i32 %6, 0 br i1 %7, label %8, label %71 8: ; preds = %1 %9 = load ptr, ptr %3, align 8 %10 = call i32 @charlong(ptr noundef %9) %11 = icmp sle i32 %10, 30 br i1 %11, label %12, label %71 12: ; preds = %8 %13 = load ptr, ptr %3, align 8 %14 = getelementptr inbounds i8, ptr %13, i64 0 %15 = load i8, ptr %14, align 1 %16 = sext i8 %15 to i32 %17 = icmp ne i32 %16, 32 br i1 %17, label %18, label %71 18: ; preds = %12 %19 = load ptr, ptr %3, align 8 %20 = getelementptr inbounds i8, ptr %19, i64 0 %21 = load i8, ptr %20, align 1 %22 = sext i8 %21 to i32 %23 = icmp ne i32 %22, 45 br i1 %23, label %24, label %71 24: ; preds = %18 store i32 0, ptr %4, align 4 %25 = load i32, ptr %4, align 4 %26 = load ptr, ptr %3, align 8 %27 = call i32 @charlong(ptr noundef %26) %28 = icmp slt i32 %25, %27 br i1 %28, label %.lr.ph, label %70 .lr.ph: ; preds = %24 br label %29 29: ; preds = %.lr.ph, %63 %30 = load ptr, ptr %3, align 8 %31 = load i32, ptr %4, align 4 %32 = sext i32 %31 to i64 %33 = getelementptr inbounds i8, ptr %30, i64 %32 %34 = load i8, ptr %33, align 1 %35 = sext i8 %34 to i32 %36 = icmp slt i32 %35, 65 br i1 %36, label %45, label %37 37: ; preds = %29 %38 = load ptr, ptr %3, align 8 %39 = load i32, ptr %4, align 4 %40 = sext i32 %39 to i64 %41 = getelementptr inbounds i8, ptr %38, i64 %40 %42 = load i8, ptr %41, align 1 %43 = sext i8 %42 to i32 %44 = icmp sgt i32 %43, 90 br i1 %44, label %45, label %62 45: ; preds = %37, %29 %46 = load ptr, ptr %3, align 8 %47 = load i32, ptr %4, align 4 %48 = sext i32 %47 to i64 %49 = getelementptr inbounds i8, ptr %46, i64 %48 %50 = load i8, ptr %49, align 1 %51 = sext i8 %50 to i32 %52 = icmp ne i32 %51, 32 br i1 %52, label %53, label %62 53: ; preds = %45 %54 = load ptr, ptr %3, align 8 %55 = load i32, ptr %4, align 4 %56 = sext i32 %55 to i64 %57 = getelementptr inbounds i8, ptr %54, i64 %56 %58 = load i8, ptr %57, align 1 %59 = sext i8 %58 to i32 %60 = icmp ne i32 %59, 45 br i1 %60, label %61, label %62 61: ; preds = %53 store i32 0, ptr %2, align 4 br label %72 62: ; preds = %53, %45, %37 br label %63 63: ; preds = %62 %64 = load i32, ptr %4, align 4 %65 = add nsw i32 %64, 1 store i32 %65, ptr %4, align 4 %66 = load i32, ptr %4, align 4 %67 = load ptr, ptr %3, align 8 %68 = call i32 @charlong(ptr noundef %67) %69 = icmp slt i32 %66, %68 br i1 %69, label %29, label %._crit_edge, !llvm.loop !6 ._crit_edge: ; preds = %63 br label %70 70: ; preds = %._crit_edge, %24 store i32 1, ptr %2, align 4 br label %72 71: ; preds = %18, %12, %8, %1 store i32 0, ptr %2, align 4 br label %72 72: ; preds = %71, %70, %61 %73 = load i32, ptr %2, align 4 ret i32 %73 } declare i32 @charlong(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/tmp7w4si40h.c' source_filename = "/tmp/tmp7w4si40h.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 @epoll_create1(i32 noundef %0) #0 { %2 = alloca i32, align 4 store i32 %0, ptr %2, align 4 %3 = load i32, ptr %2, align 4 %4 = call i32 @syscall(i32 noundef 357, i32 noundef %3) ret i32 %4 } declare i32 @syscall(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/tmp7w4si40h.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 @epoll_create1(i32 noundef %0) #0 { %2 = alloca i32, align 4 store i32 %0, ptr %2, align 4 %3 = load i32, ptr %2, align 4 %4 = call i32 @syscall(i32 noundef 357, i32 noundef %3) ret i32 %4 } declare i32 @syscall(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/tmpjzdx89cf.c' source_filename = "/tmp/tmpjzdx89cf.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/tmpjzdx89cf.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/tmpydi5k122.c' source_filename = "/tmp/tmpydi5k122.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 @heapsort(ptr noundef %0, i32 noundef %1) #0 { %3 = alloca ptr, align 8 %4 = alloca i32, align 4 %5 = alloca i32, align 4 %6 = alloca i32, align 4 store ptr %0, ptr %3, align 8 store i32 %1, ptr %4, align 4 %7 = load ptr, ptr %3, align 8 %8 = load i32, ptr %4, align 4 %9 = call i32 @build_max_heap(ptr noundef %7, i32 noundef %8) %10 = load i32, ptr %4, align 4 store i32 %10, ptr %5, align 4 br label %11 11: ; preds = %34, %2 %12 = load i32, ptr %5, align 4 %13 = icmp sge i32 %12, 2 br i1 %13, label %14, label %37 14: ; preds = %11 %15 = load ptr, ptr %3, align 8 %16 = getelementptr inbounds i32, ptr %15, i64 1 %17 = load i32, ptr %16, align 4 store i32 %17, ptr %6, align 4 %18 = load ptr, ptr %3, align 8 %19 = load i32, ptr %5, align 4 %20 = sext i32 %19 to i64 %21 = getelementptr inbounds i32, ptr %18, i64 %20 %22 = load i32, ptr %21, align 4 %23 = load ptr, ptr %3, align 8 %24 = getelementptr inbounds i32, ptr %23, i64 1 store i32 %22, ptr %24, align 4 %25 = load i32, ptr %6, align 4 %26 = load ptr, ptr %3, align 8 %27 = load i32, ptr %5, align 4 %28 = sext i32 %27 to i64 %29 = getelementptr inbounds i32, ptr %26, i64 %28 store i32 %25, ptr %29, align 4 %30 = load ptr, ptr %3, align 8 %31 = load i32, ptr %5, align 4 %32 = sub nsw i32 %31, 1 %33 = call i32 @max_heapify(ptr noundef %30, i32 noundef %32, i32 noundef 1) br label %34 34: ; preds = %14 %35 = load i32, ptr %5, align 4 %36 = add nsw i32 %35, -1 store i32 %36, ptr %5, align 4 br label %11, !llvm.loop !6 37: ; preds = %11 ret void } declare i32 @build_max_heap(ptr noundef, i32 noundef) #1 declare i32 @max_heapify(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"} !6 = distinct !{!6, !7} !7 = !{!"llvm.loop.mustprogress"}
; ModuleID = '<stdin>' source_filename = "/tmp/tmpydi5k122.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 @heapsort(ptr noundef %0, i32 noundef %1) #0 { %3 = alloca ptr, align 8 %4 = alloca i32, align 4 %5 = alloca i32, align 4 %6 = alloca i32, align 4 store ptr %0, ptr %3, align 8 store i32 %1, ptr %4, align 4 %7 = load ptr, ptr %3, align 8 %8 = load i32, ptr %4, align 4 %9 = call i32 @build_max_heap(ptr noundef %7, i32 noundef %8) %10 = load i32, ptr %4, align 4 store i32 %10, ptr %5, align 4 %11 = load i32, ptr %5, align 4 %12 = icmp sge i32 %11, 2 br i1 %12, label %.lr.ph, label %38 .lr.ph: ; preds = %2 br label %13 13: ; preds = %.lr.ph, %33 %14 = load ptr, ptr %3, align 8 %15 = getelementptr inbounds i32, ptr %14, i64 1 %16 = load i32, ptr %15, align 4 store i32 %16, ptr %6, align 4 %17 = load ptr, ptr %3, align 8 %18 = load i32, ptr %5, align 4 %19 = sext i32 %18 to i64 %20 = getelementptr inbounds i32, ptr %17, i64 %19 %21 = load i32, ptr %20, align 4 %22 = load ptr, ptr %3, align 8 %23 = getelementptr inbounds i32, ptr %22, i64 1 store i32 %21, ptr %23, align 4 %24 = load i32, ptr %6, align 4 %25 = load ptr, ptr %3, align 8 %26 = load i32, ptr %5, align 4 %27 = sext i32 %26 to i64 %28 = getelementptr inbounds i32, ptr %25, i64 %27 store i32 %24, ptr %28, align 4 %29 = load ptr, ptr %3, align 8 %30 = load i32, ptr %5, align 4 %31 = sub nsw i32 %30, 1 %32 = call i32 @max_heapify(ptr noundef %29, i32 noundef %31, i32 noundef 1) br label %33 33: ; preds = %13 %34 = load i32, ptr %5, align 4 %35 = add nsw i32 %34, -1 store i32 %35, ptr %5, align 4 %36 = load i32, ptr %5, align 4 %37 = icmp sge i32 %36, 2 br i1 %37, label %13, label %._crit_edge, !llvm.loop !6 ._crit_edge: ; preds = %33 br label %38 38: ; preds = %._crit_edge, %2 ret void } declare i32 @build_max_heap(ptr noundef, i32 noundef) #1 declare i32 @max_heapify(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"} !6 = distinct !{!6, !7} !7 = !{!"llvm.loop.mustprogress"}
; ModuleID = '/tmp/tmpx8e28z_j.c' source_filename = "/tmp/tmpx8e28z_j.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 [4 x i8] c"%s\0A\00", align 1 @.str.1 = private unnamed_addr constant [66 x i8] c"bad command\0Asyntax: [command] [optional recipient] [optional msg]\00", align 1 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local void @error() #0 { %1 = load i32, ptr @stderr, align 4 %2 = call i32 @fprintf(i32 noundef %1, ptr noundef @.str, ptr noundef @.str.1) ret void } declare i32 @fprintf(i32 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/tmpx8e28z_j.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 [4 x i8] c"%s\0A\00", align 1 @.str.1 = private unnamed_addr constant [66 x i8] c"bad command\0Asyntax: [command] [optional recipient] [optional msg]\00", align 1 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local void @error() #0 { %1 = load i32, ptr @stderr, align 4 %2 = call i32 @fprintf(i32 noundef %1, ptr noundef @.str, ptr noundef @.str.1) ret void } declare i32 @fprintf(i32 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/tmpi2kinwuu.c' source_filename = "/tmp/tmpi2kinwuu.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"Cannot process ASCII data yet.\00", align 1 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local void @ProcessASCIIData(ptr noundef %0, i32 noundef %1, i32 noundef %2) #0 { %4 = alloca ptr, align 8 %5 = alloca i32, align 4 %6 = alloca i32, align 4 store ptr %0, ptr %4, align 8 store i32 %1, ptr %5, align 4 store i32 %2, ptr %6, align 4 store ptr null, ptr %4, align 8 store i32 0, ptr %5, align 4 store i32 0, ptr %6, align 4 %7 = call i32 @LogLine(ptr noundef @.str) ret void } declare i32 @LogLine(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/tmpi2kinwuu.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"Cannot process ASCII data yet.\00", align 1 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local void @ProcessASCIIData(ptr noundef %0, i32 noundef %1, i32 noundef %2) #0 { %4 = alloca ptr, align 8 %5 = alloca i32, align 4 %6 = alloca i32, align 4 store ptr %0, ptr %4, align 8 store i32 %1, ptr %5, align 4 store i32 %2, ptr %6, align 4 store ptr null, ptr %4, align 8 store i32 0, ptr %5, align 4 store i32 0, ptr %6, align 4 %7 = call i32 @LogLine(ptr noundef @.str) ret void } declare i32 @LogLine(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/tmpficduiyk.c' source_filename = "/tmp/tmpficduiyk.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 @char_find(ptr noundef %0, i32 noundef %1, ptr noundef %2, i32 noundef %3) #0 { %5 = alloca ptr, align 8 %6 = alloca i32, align 4 %7 = alloca ptr, align 8 %8 = alloca i32, align 4 store ptr %0, ptr %5, align 8 store i32 %1, ptr %6, align 4 store ptr %2, ptr %7, align 8 store i32 %3, ptr %8, align 4 %9 = load ptr, ptr %5, align 8 %10 = load i32, ptr %6, align 4 %11 = load ptr, ptr %7, align 8 %12 = load i32, ptr %8, align 4 %13 = call i32 @char_find_from(ptr noundef %9, i32 noundef %10, ptr noundef %11, i32 noundef %12, i32 noundef 0) ret i32 %13 } declare i32 @char_find_from(ptr noundef, i32 noundef, 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/tmpficduiyk.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 @char_find(ptr noundef %0, i32 noundef %1, ptr noundef %2, i32 noundef %3) #0 { %5 = alloca ptr, align 8 %6 = alloca i32, align 4 %7 = alloca ptr, align 8 %8 = alloca i32, align 4 store ptr %0, ptr %5, align 8 store i32 %1, ptr %6, align 4 store ptr %2, ptr %7, align 8 store i32 %3, ptr %8, align 4 %9 = load ptr, ptr %5, align 8 %10 = load i32, ptr %6, align 4 %11 = load ptr, ptr %7, align 8 %12 = load i32, ptr %8, align 4 %13 = call i32 @char_find_from(ptr noundef %9, i32 noundef %10, ptr noundef %11, i32 noundef %12, i32 noundef 0) ret i32 %13 } declare i32 @char_find_from(ptr noundef, i32 noundef, 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/tmp_qqzyzgx.c' source_filename = "/tmp/tmp_qqzyzgx.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 [4 x double], align 16 %3 = alloca [1 x i32], align 4 %4 = alloca [100 x i32], align 16 store i32 0, ptr %1, align 4 %5 = getelementptr inbounds [1 x i32], ptr %3, i64 0, i64 0 store i32 2, ptr %5, align 4 %6 = getelementptr inbounds [100 x i32], ptr %4, i64 0, i64 0 store i32 0, ptr %6, align 16 %7 = getelementptr inbounds [100 x i32], ptr %4, i64 0, i64 1 store i32 1, ptr %7, align 4 %8 = getelementptr inbounds [4 x double], ptr %2, i64 0, i64 0 %9 = getelementptr inbounds [100 x i32], ptr %4, i64 0, i64 0 %10 = getelementptr inbounds [1 x i32], ptr %3, i64 0, i64 0 %11 = call i32 @simanneal(i32 noundef 2, i32 noundef 1, i32 noundef 100, i32 noundef 4, ptr noundef %8, ptr noundef %9, i32 noundef 1, ptr noundef %10) ret i32 0 } declare i32 @simanneal(i32 noundef, i32 noundef, i32 noundef, i32 noundef, ptr noundef, ptr 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/tmp_qqzyzgx.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 [4 x double], align 16 %3 = alloca [1 x i32], align 4 %4 = alloca [100 x i32], align 16 store i32 0, ptr %1, align 4 %5 = getelementptr inbounds [1 x i32], ptr %3, i64 0, i64 0 store i32 2, ptr %5, align 4 %6 = getelementptr inbounds [100 x i32], ptr %4, i64 0, i64 0 store i32 0, ptr %6, align 16 %7 = getelementptr inbounds [100 x i32], ptr %4, i64 0, i64 1 store i32 1, ptr %7, align 4 %8 = getelementptr inbounds [4 x double], ptr %2, i64 0, i64 0 %9 = getelementptr inbounds [100 x i32], ptr %4, i64 0, i64 0 %10 = getelementptr inbounds [1 x i32], ptr %3, i64 0, i64 0 %11 = call i32 @simanneal(i32 noundef 2, i32 noundef 1, i32 noundef 100, i32 noundef 4, ptr noundef %8, ptr noundef %9, i32 noundef 1, ptr noundef %10) ret i32 0 } declare i32 @simanneal(i32 noundef, i32 noundef, i32 noundef, i32 noundef, ptr noundef, ptr 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/tmpbwx00zpl.c' source_filename = "/tmp/tmpbwx00zpl.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/tmpbwx00zpl.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/tmper_5qfa_.c' source_filename = "/tmp/tmper_5qfa_.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/tmper_5qfa_.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/tmptnrg87o8.c' source_filename = "/tmp/tmptnrg87o8.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 %3 = alloca i32, align 4 %4 = alloca i32, align 4 %5 = alloca i32, align 4 store i32 0, ptr %1, align 4 store i32 7, ptr %2, align 4 store i32 3, ptr %3, align 4 %6 = load i32, ptr %2, align 4 %7 = load i32, ptr %3, align 4 %8 = sdiv i32 %6, %7 store i32 %8, ptr %4, align 4 %9 = load i32, ptr %2, align 4 %10 = load i32, ptr %3, align 4 %11 = srem i32 %9, %10 store i32 %11, ptr %5, align 4 ret i32 0 } 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/tmptnrg87o8.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 %3 = alloca i32, align 4 %4 = alloca i32, align 4 %5 = alloca i32, align 4 store i32 0, ptr %1, align 4 store i32 7, ptr %2, align 4 store i32 3, ptr %3, align 4 %6 = load i32, ptr %2, align 4 %7 = load i32, ptr %3, align 4 %8 = sdiv i32 %6, %7 store i32 %8, ptr %4, align 4 %9 = load i32, ptr %2, align 4 %10 = load i32, ptr %3, align 4 %11 = srem i32 %9, %10 store i32 %11, ptr %5, align 4 ret i32 0 } 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/tmpy9s4eioa.c' source_filename = "/tmp/tmpy9s4eioa.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/tmpy9s4eioa.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/tmpijb_3gga.c' source_filename = "/tmp/tmpijb_3gga.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 @do_insertfile_void() #0 { %1 = alloca i32, align 4 store i32 0, ptr %1, align 4 %2 = call i32 @do_insertfile(i32 noundef 0) store i32 %2, ptr %1, align 4 %3 = call i32 (...) @display_main_list() %4 = load i32, ptr %1, align 4 ret i32 %4 } declare i32 @do_insertfile(i32 noundef) #1 declare i32 @display_main_list(...) #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/tmpijb_3gga.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 @do_insertfile_void() #0 { %1 = alloca i32, align 4 store i32 0, ptr %1, align 4 %2 = call i32 @do_insertfile(i32 noundef 0) store i32 %2, ptr %1, align 4 %3 = call i32 (...) @display_main_list() %4 = load i32, ptr %1, align 4 ret i32 %4 } declare i32 @do_insertfile(i32 noundef) #1 declare i32 @display_main_list(...) #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/tmp_uh9e8vg.c' source_filename = "/tmp/tmp_uh9e8vg.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_2__ = type { ptr } ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local void @set_XmbTextItem_chars(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 = load ptr, ptr %3, align 8 %7 = getelementptr inbounds %struct.TYPE_2__, ptr %6, i32 0, i32 0 store ptr %5, ptr %7, align 8 ret void } 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/tmp_uh9e8vg.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_2__ = type { ptr } ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local void @set_XmbTextItem_chars(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 = load ptr, ptr %3, align 8 %7 = getelementptr inbounds %struct.TYPE_2__, ptr %6, i32 0, i32 0 store ptr %5, ptr %7, align 8 ret void } 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/tmpy5xgx2nb.c' source_filename = "/tmp/tmpy5xgx2nb.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 @sort_puple(ptr noundef %0, i32 noundef %1) #0 { %3 = alloca ptr, align 8 %4 = alloca i32, align 4 %5 = alloca i32, align 4 %6 = alloca i32, align 4 %7 = alloca i32, align 4 %8 = alloca i8, align 1 store ptr %0, ptr %3, align 8 store i32 %1, ptr %4, align 4 store i32 0, ptr %5, align 4 br label %9 9: ; preds = %96, %2 %10 = load i32, ptr %5, align 4 %11 = load i32, ptr %4, align 4 %12 = sub nsw i32 %11, 1 %13 = icmp slt i32 %10, %12 br i1 %13, label %14, label %99 14: ; preds = %9 store i32 0, ptr %6, align 4 br label %15 15: ; preds = %92, %14 %16 = load i32, ptr %6, align 4 %17 = load i32, ptr %4, align 4 %18 = load i32, ptr %5, align 4 %19 = sub nsw i32 %17, %18 %20 = sub nsw i32 %19, 1 %21 = icmp slt i32 %16, %20 br i1 %21, label %22, label %95 22: ; preds = %15 %23 = load ptr, ptr %3, align 8 %24 = load i32, ptr %6, align 4 %25 = sext i32 %24 to i64 %26 = getelementptr inbounds i8, ptr %23, i64 %25 %27 = load i8, ptr %26, align 1 %28 = call i32 @isalpha(i8 noundef signext %27) %29 = icmp ne i32 %28, 0 br i1 %29, label %31, label %30 30: ; preds = %22 br label %92 31: ; preds = %22 %32 = load i32, ptr %6, align 4 %33 = add nsw i32 %32, 1 store i32 %33, ptr %7, align 4 br label %34 34: ; preds = %49, %31 %35 = load i32, ptr %7, align 4 %36 = load i32, ptr %4, align 4 %37 = icmp slt i32 %35, %36 br i1 %37, label %38, label %47 38: ; preds = %34 %39 = load ptr, ptr %3, align 8 %40 = load i32, ptr %7, align 4 %41 = sext i32 %40 to i64 %42 = getelementptr inbounds i8, ptr %39, i64 %41 %43 = load i8, ptr %42, align 1 %44 = call i32 @isalpha(i8 noundef signext %43) %45 = icmp ne i32 %44, 0 %46 = xor i1 %45, true br label %47 47: ; preds = %38, %34 %48 = phi i1 [ false, %34 ], [ %46, %38 ] br i1 %48, label %49, label %52 49: ; preds = %47 %50 = load i32, ptr %7, align 4 %51 = add nsw i32 %50, 1 store i32 %51, ptr %7, align 4 br label %34, !llvm.loop !6 52: ; preds = %47 %53 = load i32, ptr %7, align 4 %54 = load i32, ptr %4, align 4 %55 = icmp eq i32 %53, %54 br i1 %55, label %56, label %57 56: ; preds = %52 br label %95 57: ; preds = %52 %58 = load ptr, ptr %3, align 8 %59 = load i32, ptr %6, align 4 %60 = sext i32 %59 to i64 %61 = getelementptr inbounds i8, ptr %58, i64 %60 %62 = load i8, ptr %61, align 1 %63 = call i64 @toupper(i8 noundef signext %62) %64 = load ptr, ptr %3, align 8 %65 = load i32, ptr %7, align 4 %66 = sext i32 %65 to i64 %67 = getelementptr inbounds i8, ptr %64, i64 %66 %68 = load i8, ptr %67, align 1 %69 = call i64 @toupper(i8 noundef signext %68) %70 = icmp sgt i64 %63, %69 br i1 %70, label %71, label %91 71: ; preds = %57 %72 = load ptr, ptr %3, align 8 %73 = load i32, ptr %6, align 4 %74 = sext i32 %73 to i64 %75 = getelementptr inbounds i8, ptr %72, i64 %74 %76 = load i8, ptr %75, align 1 store i8 %76, ptr %8, align 1 %77 = load ptr, ptr %3, align 8 %78 = load i32, ptr %7, align 4 %79 = sext i32 %78 to i64 %80 = getelementptr inbounds i8, ptr %77, i64 %79 %81 = load i8, ptr %80, align 1 %82 = load ptr, ptr %3, align 8 %83 = load i32, ptr %6, align 4 %84 = sext i32 %83 to i64 %85 = getelementptr inbounds i8, ptr %82, i64 %84 store i8 %81, ptr %85, align 1 %86 = load i8, ptr %8, align 1 %87 = load ptr, ptr %3, align 8 %88 = load i32, ptr %7, align 4 %89 = sext i32 %88 to i64 %90 = getelementptr inbounds i8, ptr %87, i64 %89 store i8 %86, ptr %90, align 1 br label %91 91: ; preds = %71, %57 br label %92 92: ; preds = %91, %30 %93 = load i32, ptr %6, align 4 %94 = add nsw i32 %93, 1 store i32 %94, ptr %6, align 4 br label %15, !llvm.loop !8 95: ; preds = %56, %15 br label %96 96: ; preds = %95 %97 = load i32, ptr %5, align 4 %98 = add nsw i32 %97, 1 store i32 %98, ptr %5, align 4 br label %9, !llvm.loop !9 99: ; preds = %9 ret void } declare i32 @isalpha(i8 noundef signext) #1 declare i64 @toupper(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}
; ModuleID = '<stdin>' source_filename = "/tmp/tmpy5xgx2nb.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 @sort_puple(ptr noundef %0, i32 noundef %1) #0 { %3 = alloca ptr, align 8 %4 = alloca i32, align 4 %5 = alloca i32, align 4 %6 = alloca i32, align 4 %7 = alloca i32, align 4 %8 = alloca i8, align 1 store ptr %0, ptr %3, align 8 store i32 %1, ptr %4, align 4 store i32 0, ptr %5, align 4 %9 = load i32, ptr %5, align 4 %10 = load i32, ptr %4, align 4 %11 = sub nsw i32 %10, 1 %12 = icmp slt i32 %9, %11 br i1 %12, label %.lr.ph1, label %107 .lr.ph1: ; preds = %2 br label %13 13: ; preds = %.lr.ph1, %100 store i32 0, ptr %6, align 4 %14 = load i32, ptr %6, align 4 %15 = load i32, ptr %4, align 4 %16 = load i32, ptr %5, align 4 %17 = sub nsw i32 %15, %16 %18 = sub nsw i32 %17, 1 %19 = icmp slt i32 %14, %18 br i1 %19, label %.lr.ph, label %.loopexit .lr.ph: ; preds = %13 br label %20 20: ; preds = %.lr.ph, %90 %21 = load ptr, ptr %3, align 8 %22 = load i32, ptr %6, align 4 %23 = sext i32 %22 to i64 %24 = getelementptr inbounds i8, ptr %21, i64 %23 %25 = load i8, ptr %24, align 1 %26 = call i32 @isalpha(i8 noundef signext %25) %27 = icmp ne i32 %26, 0 br i1 %27, label %29, label %28 28: ; preds = %20 br label %90 29: ; preds = %20 %30 = load i32, ptr %6, align 4 %31 = add nsw i32 %30, 1 store i32 %31, ptr %7, align 4 br label %32 32: ; preds = %47, %29 %33 = load i32, ptr %7, align 4 %34 = load i32, ptr %4, align 4 %35 = icmp slt i32 %33, %34 br i1 %35, label %36, label %45 36: ; preds = %32 %37 = load ptr, ptr %3, align 8 %38 = load i32, ptr %7, align 4 %39 = sext i32 %38 to i64 %40 = getelementptr inbounds i8, ptr %37, i64 %39 %41 = load i8, ptr %40, align 1 %42 = call i32 @isalpha(i8 noundef signext %41) %43 = icmp ne i32 %42, 0 %44 = xor i1 %43, true br label %45 45: ; preds = %36, %32 %46 = phi i1 [ false, %32 ], [ %44, %36 ] br i1 %46, label %47, label %50 47: ; preds = %45 %48 = load i32, ptr %7, align 4 %49 = add nsw i32 %48, 1 store i32 %49, ptr %7, align 4 br label %32, !llvm.loop !6 50: ; preds = %45 %51 = load i32, ptr %7, align 4 %52 = load i32, ptr %4, align 4 %53 = icmp eq i32 %51, %52 br i1 %53, label %54, label %55 54: ; preds = %50 br label %99 55: ; preds = %50 %56 = load ptr, ptr %3, align 8 %57 = load i32, ptr %6, align 4 %58 = sext i32 %57 to i64 %59 = getelementptr inbounds i8, ptr %56, i64 %58 %60 = load i8, ptr %59, align 1 %61 = call i64 @toupper(i8 noundef signext %60) %62 = load ptr, ptr %3, align 8 %63 = load i32, ptr %7, align 4 %64 = sext i32 %63 to i64 %65 = getelementptr inbounds i8, ptr %62, i64 %64 %66 = load i8, ptr %65, align 1 %67 = call i64 @toupper(i8 noundef signext %66) %68 = icmp sgt i64 %61, %67 br i1 %68, label %69, label %89 69: ; preds = %55 %70 = load ptr, ptr %3, align 8 %71 = load i32, ptr %6, align 4 %72 = sext i32 %71 to i64 %73 = getelementptr inbounds i8, ptr %70, i64 %72 %74 = load i8, ptr %73, align 1 store i8 %74, ptr %8, align 1 %75 = load ptr, ptr %3, align 8 %76 = load i32, ptr %7, align 4 %77 = sext i32 %76 to i64 %78 = getelementptr inbounds i8, ptr %75, i64 %77 %79 = load i8, ptr %78, align 1 %80 = load ptr, ptr %3, align 8 %81 = load i32, ptr %6, align 4 %82 = sext i32 %81 to i64 %83 = getelementptr inbounds i8, ptr %80, i64 %82 store i8 %79, ptr %83, align 1 %84 = load i8, ptr %8, align 1 %85 = load ptr, ptr %3, align 8 %86 = load i32, ptr %7, align 4 %87 = sext i32 %86 to i64 %88 = getelementptr inbounds i8, ptr %85, i64 %87 store i8 %84, ptr %88, align 1 br label %89 89: ; preds = %69, %55 br label %90 90: ; preds = %89, %28 %91 = load i32, ptr %6, align 4 %92 = add nsw i32 %91, 1 store i32 %92, ptr %6, align 4 %93 = load i32, ptr %6, align 4 %94 = load i32, ptr %4, align 4 %95 = load i32, ptr %5, align 4 %96 = sub nsw i32 %94, %95 %97 = sub nsw i32 %96, 1 %98 = icmp slt i32 %93, %97 br i1 %98, label %20, label %..loopexit_crit_edge, !llvm.loop !8 ..loopexit_crit_edge: ; preds = %90 br label %.loopexit .loopexit: ; preds = %..loopexit_crit_edge, %13 br label %99 99: ; preds = %.loopexit, %54 br label %100 100: ; preds = %99 %101 = load i32, ptr %5, align 4 %102 = add nsw i32 %101, 1 store i32 %102, ptr %5, align 4 %103 = load i32, ptr %5, align 4 %104 = load i32, ptr %4, align 4 %105 = sub nsw i32 %104, 1 %106 = icmp slt i32 %103, %105 br i1 %106, label %13, label %._crit_edge, !llvm.loop !9 ._crit_edge: ; preds = %100 br label %107 107: ; preds = %._crit_edge, %2 ret void } declare i32 @isalpha(i8 noundef signext) #1 declare i64 @toupper(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}
; ModuleID = '/tmp/tmphoc42ibf.c' source_filename = "/tmp/tmphoc42ibf.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 store i32 0, ptr %1, align 4 %2 = call i64 @test__udivdi3(i32 noundef 0, i32 noundef 1, i32 noundef 0) %3 = icmp ne i64 %2, 0 br i1 %3, label %4, label %5 4: ; preds = %0 store i32 1, ptr %1, align 4 br label %22 5: ; preds = %0 %6 = call i64 @test__udivdi3(i32 noundef 2, i32 noundef 1, i32 noundef 2) %7 = icmp ne i64 %6, 0 br i1 %7, label %8, label %9 8: ; preds = %5 store i32 1, ptr %1, align 4 br label %22 9: ; preds = %5 %10 = call i64 @test__udivdi3(i32 noundef 0, i32 noundef 1, i32 noundef 0) %11 = icmp ne i64 %10, 0 br i1 %11, label %12, label %13 12: ; preds = %9 store i32 1, ptr %1, align 4 br label %22 13: ; preds = %9 %14 = call i64 @test__udivdi3(i32 noundef 0, i32 noundef 2, i32 noundef 0) %15 = icmp ne i64 %14, 0 br i1 %15, label %16, label %17 16: ; preds = %13 store i32 1, ptr %1, align 4 br label %22 17: ; preds = %13 %18 = call i64 @test__udivdi3(i32 noundef -1, i32 noundef 2, i32 noundef -1) %19 = icmp ne i64 %18, 0 br i1 %19, label %20, label %21 20: ; preds = %17 store i32 1, ptr %1, align 4 br label %22 21: ; preds = %17 store i32 0, ptr %1, align 4 br label %22 22: ; preds = %21, %20, %16, %12, %8, %4 %23 = load i32, ptr %1, align 4 ret i32 %23 } declare i64 @test__udivdi3(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/tmphoc42ibf.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 store i32 0, ptr %1, align 4 %2 = call i64 @test__udivdi3(i32 noundef 0, i32 noundef 1, i32 noundef 0) %3 = icmp ne i64 %2, 0 br i1 %3, label %4, label %5 4: ; preds = %0 store i32 1, ptr %1, align 4 br label %22 5: ; preds = %0 %6 = call i64 @test__udivdi3(i32 noundef 2, i32 noundef 1, i32 noundef 2) %7 = icmp ne i64 %6, 0 br i1 %7, label %8, label %9 8: ; preds = %5 store i32 1, ptr %1, align 4 br label %22 9: ; preds = %5 %10 = call i64 @test__udivdi3(i32 noundef 0, i32 noundef 1, i32 noundef 0) %11 = icmp ne i64 %10, 0 br i1 %11, label %12, label %13 12: ; preds = %9 store i32 1, ptr %1, align 4 br label %22 13: ; preds = %9 %14 = call i64 @test__udivdi3(i32 noundef 0, i32 noundef 2, i32 noundef 0) %15 = icmp ne i64 %14, 0 br i1 %15, label %16, label %17 16: ; preds = %13 store i32 1, ptr %1, align 4 br label %22 17: ; preds = %13 %18 = call i64 @test__udivdi3(i32 noundef -1, i32 noundef 2, i32 noundef -1) %19 = icmp ne i64 %18, 0 br i1 %19, label %20, label %21 20: ; preds = %17 store i32 1, ptr %1, align 4 br label %22 21: ; preds = %17 store i32 0, ptr %1, align 4 br label %22 22: ; preds = %21, %20, %16, %12, %8, %4 %23 = load i32, ptr %1, align 4 ret i32 %23 } declare i64 @test__udivdi3(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/tmp1mcv8fvk.c' source_filename = "/tmp/tmp1mcv8fvk.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_in = type { %struct.TYPE_3__, i32, i32 } %struct.TYPE_3__ = type { i32 } %struct.sockaddr_un = type { i32 } %struct.timeb = type { i32 } %struct.hostent = type { i32, i32 } @PF_INET = dso_local global i32 0, align 4 @stderr = dso_local global i32 0, align 4 @.str = private unnamed_addr constant [53 x i8] c"%s: %s non trouve dans in /etc/hosts ou dans le DNS\0A\00", align 1 @.str.1 = private unnamed_addr constant [16 x i8] c"IP address: %s\0A\00", align 1 @SOCK_DGRAM = dso_local global i32 0, align 4 @.str.2 = private unnamed_addr constant [14 x i8] c"erreur socket\00", align 1 @IPPROTO_IP = dso_local global i32 0, align 4 @IP_TTL = dso_local global i32 0, align 4 @.str.3 = private unnamed_addr constant [11 x i8] c"setsockopt\00", align 1 @.str.4 = private unnamed_addr constant [14 x i8] c"erreur sendto\00", align 1 @.str.5 = private unnamed_addr constant [30 x i8] c"Message re\C3\A7u du serveur %s \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 i32, align 4 %10 = alloca %struct.sockaddr_in, align 4 %11 = alloca %struct.sockaddr_un, align 4 %12 = alloca ptr, align 8 %13 = alloca [1500 x i8], align 16 %14 = alloca %struct.timeb, align 4 %15 = alloca ptr, align 8 %16 = alloca i32, align 4 %17 = 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 store i32 12, ptr %17, align 4 %18 = load i32, ptr %4, align 4 %19 = icmp ne i32 %18, 3 br i1 %19, label %20, label %22 20: ; preds = %2 %21 = call i32 (...) @usage() br label %22 22: ; preds = %20, %2 %23 = call i32 @memset(ptr noundef %10, i32 noundef 0, i32 noundef 12) %24 = load i32, ptr @PF_INET, align 4 %25 = getelementptr inbounds %struct.sockaddr_in, ptr %10, i32 0, i32 2 store i32 %24, ptr %25, align 4 %26 = load ptr, ptr %5, align 8 %27 = getelementptr inbounds ptr, ptr %26, i64 1 %28 = load ptr, ptr %27, align 8 %29 = call i32 @inet_addr(ptr noundef %28) %30 = getelementptr inbounds %struct.sockaddr_in, ptr %10, i32 0, i32 0 %31 = getelementptr inbounds %struct.TYPE_3__, ptr %30, i32 0, i32 0 store i32 %29, ptr %31, align 4 %32 = load ptr, ptr %5, align 8 %33 = getelementptr inbounds ptr, ptr %32, i64 2 %34 = load ptr, ptr %33, align 8 %35 = call i32 @atoi(ptr noundef %34) %36 = call i32 @htons(i32 noundef %35) %37 = getelementptr inbounds %struct.sockaddr_in, ptr %10, i32 0, i32 1 store i32 %36, ptr %37, align 4 %38 = load ptr, ptr %5, align 8 %39 = getelementptr inbounds ptr, ptr %38, i64 1 %40 = load ptr, ptr %39, align 8 %41 = call i64 @gethostbyname(ptr noundef %40) %42 = inttoptr i64 %41 to ptr store ptr %42, ptr %15, align 8 %43 = load ptr, ptr %15, align 8 %44 = icmp eq ptr %43, null br i1 %44, label %45, label %55 45: ; preds = %22 %46 = load i32, ptr @stderr, align 4 %47 = load ptr, ptr %5, align 8 %48 = getelementptr inbounds ptr, ptr %47, i64 0 %49 = load ptr, ptr %48, align 8 %50 = load ptr, ptr %5, align 8 %51 = getelementptr inbounds ptr, ptr %50, i64 1 %52 = load ptr, ptr %51, align 8 %53 = call i32 @fprintf(i32 noundef %46, ptr noundef @.str, ptr noundef %49, ptr noundef %52) %54 = call i32 @exit(i32 noundef 1) #3 unreachable 55: ; preds = %22 %56 = getelementptr inbounds %struct.sockaddr_in, ptr %10, i32 0, i32 0 %57 = load ptr, ptr %15, align 8 %58 = getelementptr inbounds %struct.hostent, ptr %57, i32 0, i32 1 %59 = load i32, ptr %58, align 4 %60 = load ptr, ptr %15, align 8 %61 = getelementptr inbounds %struct.hostent, ptr %60, i32 0, i32 0 %62 = load i32, ptr %61, align 4 %63 = call i32 @memcpy(ptr noundef %56, i32 noundef %59, i32 noundef %62) %64 = getelementptr inbounds %struct.sockaddr_in, ptr %10, i32 0, i32 0 %65 = getelementptr inbounds %struct.TYPE_3__, ptr %64, i32 0, i32 0 %66 = load i32, ptr %65, align 4 %67 = call ptr @inet_ntoa(i32 %66) %68 = call i32 (ptr, ...) @printf(ptr noundef @.str.1, ptr noundef %67) %69 = load i32, ptr @PF_INET, align 4 %70 = load i32, ptr @SOCK_DGRAM, align 4 %71 = call i32 @socket(i32 noundef %69, i32 noundef %70, i32 noundef 0) store i32 %71, ptr %6, align 4 %72 = icmp slt i32 %71, 0 br i1 %72, label %73, label %76 73: ; preds = %55 %74 = call i32 @perror(ptr noundef @.str.2) %75 = call i32 @exit(i32 noundef 1) #3 unreachable 76: ; preds = %55 store i32 1, ptr %16, align 4 %77 = load i32, ptr %6, align 4 %78 = load i32, ptr @IPPROTO_IP, align 4 %79 = load i32, ptr @IP_TTL, align 4 %80 = call i64 @setsockopt(i32 noundef %77, i32 noundef %78, i32 noundef %79, ptr noundef %16, i32 noundef 4) %81 = icmp slt i64 %80, 0 br i1 %81, label %82, label %85 82: ; preds = %76 %83 = call i32 @perror(ptr noundef @.str.3) %84 = call i32 @exit(i32 noundef 1) #3 unreachable 85: ; preds = %76 %86 = call i32 @ftime(ptr noundef %14) %87 = getelementptr inbounds %struct.timeb, ptr %14, i32 0, i32 0 %88 = call ptr @ctime(ptr noundef %87) store ptr %88, ptr %12, align 8 %89 = load i32, ptr %6, align 4 %90 = load ptr, ptr %12, align 8 %91 = load ptr, ptr %12, align 8 %92 = call i32 @strlen(ptr noundef %91) %93 = call i32 @sendto(i32 noundef %89, ptr noundef %90, i32 noundef %92, i32 noundef 0, ptr noundef %10, i32 noundef 12) store i32 %93, ptr %8, align 4 %94 = load ptr, ptr %12, align 8 %95 = call i32 @strlen(ptr noundef %94) %96 = icmp ne i32 %93, %95 br i1 %96, label %97, label %100 97: ; preds = %85 %98 = call i32 @perror(ptr noundef @.str.4) %99 = call i32 @exit(i32 noundef 1) #3 unreachable 100: ; preds = %85 %101 = load i32, ptr %6, align 4 %102 = getelementptr inbounds [1500 x i8], ptr %13, i64 0, i64 0 %103 = call i32 @recvfrom(i32 noundef %101, ptr noundef %102, i32 noundef 1499, i32 noundef 0, ptr noundef %10, ptr noundef %17) store i32 %103, ptr %8, align 4 %104 = load ptr, ptr %12, align 8 %105 = call i32 @strlen(ptr noundef %104) %106 = icmp ne i32 %103, %105 br i1 %106, label %107, label %110 107: ; preds = %100 %108 = call i32 (ptr, ...) @printf(ptr noundef @.str.4) %109 = call i32 @exit(i32 noundef 1) #3 unreachable 110: ; preds = %100 %111 = load i32, ptr %8, align 4 %112 = sext i32 %111 to i64 %113 = getelementptr inbounds [1500 x i8], ptr %13, i64 0, i64 %112 store i8 0, ptr %113, align 1 %114 = getelementptr inbounds [1500 x i8], ptr %13, i64 0, i64 0 %115 = call i32 (ptr, ...) @printf(ptr noundef @.str.5, ptr noundef %114) %116 = load i32, ptr %6, align 4 %117 = call i32 @close(i32 noundef %116) %118 = load i32, ptr %3, align 4 ret i32 %118 } declare i32 @usage(...) #1 declare i32 @memset(ptr noundef, i32 noundef, i32 noundef) #1 declare i32 @inet_addr(ptr noundef) #1 declare i32 @htons(i32 noundef) #1 declare i32 @atoi(ptr noundef) #1 declare i64 @gethostbyname(ptr noundef) #1 declare i32 @fprintf(i32 noundef, ptr noundef, ptr noundef, ptr noundef) #1 ; Function Attrs: noreturn declare i32 @exit(i32 noundef) #2 declare i32 @memcpy(ptr noundef, i32 noundef, i32 noundef) #1 declare i32 @printf(ptr noundef, ...) #1 declare ptr @inet_ntoa(i32) #1 declare i32 @socket(i32 noundef, i32 noundef, i32 noundef) #1 declare i32 @perror(ptr noundef) #1 declare i64 @setsockopt(i32 noundef, i32 noundef, i32 noundef, ptr noundef, i32 noundef) #1 declare i32 @ftime(ptr noundef) #1 declare ptr @ctime(ptr noundef) #1 declare i32 @sendto(i32 noundef, ptr noundef, i32 noundef, i32 noundef, ptr noundef, i32 noundef) #1 declare i32 @strlen(ptr noundef) #1 declare i32 @recvfrom(i32 noundef, ptr noundef, i32 noundef, i32 noundef, ptr noundef, ptr noundef) #1 declare i32 @close(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 = { 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/tmp1mcv8fvk.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_in = type { %struct.TYPE_3__, i32, i32 } %struct.TYPE_3__ = type { i32 } %struct.sockaddr_un = type { i32 } %struct.timeb = type { i32 } %struct.hostent = type { i32, i32 } @PF_INET = dso_local global i32 0, align 4 @stderr = dso_local global i32 0, align 4 @.str = private unnamed_addr constant [53 x i8] c"%s: %s non trouve dans in /etc/hosts ou dans le DNS\0A\00", align 1 @.str.1 = private unnamed_addr constant [16 x i8] c"IP address: %s\0A\00", align 1 @SOCK_DGRAM = dso_local global i32 0, align 4 @.str.2 = private unnamed_addr constant [14 x i8] c"erreur socket\00", align 1 @IPPROTO_IP = dso_local global i32 0, align 4 @IP_TTL = dso_local global i32 0, align 4 @.str.3 = private unnamed_addr constant [11 x i8] c"setsockopt\00", align 1 @.str.4 = private unnamed_addr constant [14 x i8] c"erreur sendto\00", align 1 @.str.5 = private unnamed_addr constant [30 x i8] c"Message re\C3\A7u du serveur %s \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 i32, align 4 %10 = alloca %struct.sockaddr_in, align 4 %11 = alloca %struct.sockaddr_un, align 4 %12 = alloca ptr, align 8 %13 = alloca [1500 x i8], align 16 %14 = alloca %struct.timeb, align 4 %15 = alloca ptr, align 8 %16 = alloca i32, align 4 %17 = 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 store i32 12, ptr %17, align 4 %18 = load i32, ptr %4, align 4 %19 = icmp ne i32 %18, 3 br i1 %19, label %20, label %22 20: ; preds = %2 %21 = call i32 (...) @usage() br label %22 22: ; preds = %20, %2 %23 = call i32 @memset(ptr noundef %10, i32 noundef 0, i32 noundef 12) %24 = load i32, ptr @PF_INET, align 4 %25 = getelementptr inbounds %struct.sockaddr_in, ptr %10, i32 0, i32 2 store i32 %24, ptr %25, align 4 %26 = load ptr, ptr %5, align 8 %27 = getelementptr inbounds ptr, ptr %26, i64 1 %28 = load ptr, ptr %27, align 8 %29 = call i32 @inet_addr(ptr noundef %28) %30 = getelementptr inbounds %struct.sockaddr_in, ptr %10, i32 0, i32 0 %31 = getelementptr inbounds %struct.TYPE_3__, ptr %30, i32 0, i32 0 store i32 %29, ptr %31, align 4 %32 = load ptr, ptr %5, align 8 %33 = getelementptr inbounds ptr, ptr %32, i64 2 %34 = load ptr, ptr %33, align 8 %35 = call i32 @atoi(ptr noundef %34) %36 = call i32 @htons(i32 noundef %35) %37 = getelementptr inbounds %struct.sockaddr_in, ptr %10, i32 0, i32 1 store i32 %36, ptr %37, align 4 %38 = load ptr, ptr %5, align 8 %39 = getelementptr inbounds ptr, ptr %38, i64 1 %40 = load ptr, ptr %39, align 8 %41 = call i64 @gethostbyname(ptr noundef %40) %42 = inttoptr i64 %41 to ptr store ptr %42, ptr %15, align 8 %43 = load ptr, ptr %15, align 8 %44 = icmp eq ptr %43, null br i1 %44, label %45, label %55 45: ; preds = %22 %46 = load i32, ptr @stderr, align 4 %47 = load ptr, ptr %5, align 8 %48 = getelementptr inbounds ptr, ptr %47, i64 0 %49 = load ptr, ptr %48, align 8 %50 = load ptr, ptr %5, align 8 %51 = getelementptr inbounds ptr, ptr %50, i64 1 %52 = load ptr, ptr %51, align 8 %53 = call i32 @fprintf(i32 noundef %46, ptr noundef @.str, ptr noundef %49, ptr noundef %52) %54 = call i32 @exit(i32 noundef 1) #3 unreachable 55: ; preds = %22 %56 = getelementptr inbounds %struct.sockaddr_in, ptr %10, i32 0, i32 0 %57 = load ptr, ptr %15, align 8 %58 = getelementptr inbounds %struct.hostent, ptr %57, i32 0, i32 1 %59 = load i32, ptr %58, align 4 %60 = load ptr, ptr %15, align 8 %61 = getelementptr inbounds %struct.hostent, ptr %60, i32 0, i32 0 %62 = load i32, ptr %61, align 4 %63 = call i32 @memcpy(ptr noundef %56, i32 noundef %59, i32 noundef %62) %64 = getelementptr inbounds %struct.sockaddr_in, ptr %10, i32 0, i32 0 %65 = getelementptr inbounds %struct.TYPE_3__, ptr %64, i32 0, i32 0 %66 = load i32, ptr %65, align 4 %67 = call ptr @inet_ntoa(i32 %66) %68 = call i32 (ptr, ...) @printf(ptr noundef @.str.1, ptr noundef %67) %69 = load i32, ptr @PF_INET, align 4 %70 = load i32, ptr @SOCK_DGRAM, align 4 %71 = call i32 @socket(i32 noundef %69, i32 noundef %70, i32 noundef 0) store i32 %71, ptr %6, align 4 %72 = icmp slt i32 %71, 0 br i1 %72, label %73, label %76 73: ; preds = %55 %74 = call i32 @perror(ptr noundef @.str.2) %75 = call i32 @exit(i32 noundef 1) #3 unreachable 76: ; preds = %55 store i32 1, ptr %16, align 4 %77 = load i32, ptr %6, align 4 %78 = load i32, ptr @IPPROTO_IP, align 4 %79 = load i32, ptr @IP_TTL, align 4 %80 = call i64 @setsockopt(i32 noundef %77, i32 noundef %78, i32 noundef %79, ptr noundef %16, i32 noundef 4) %81 = icmp slt i64 %80, 0 br i1 %81, label %82, label %85 82: ; preds = %76 %83 = call i32 @perror(ptr noundef @.str.3) %84 = call i32 @exit(i32 noundef 1) #3 unreachable 85: ; preds = %76 %86 = call i32 @ftime(ptr noundef %14) %87 = getelementptr inbounds %struct.timeb, ptr %14, i32 0, i32 0 %88 = call ptr @ctime(ptr noundef %87) store ptr %88, ptr %12, align 8 %89 = load i32, ptr %6, align 4 %90 = load ptr, ptr %12, align 8 %91 = load ptr, ptr %12, align 8 %92 = call i32 @strlen(ptr noundef %91) %93 = call i32 @sendto(i32 noundef %89, ptr noundef %90, i32 noundef %92, i32 noundef 0, ptr noundef %10, i32 noundef 12) store i32 %93, ptr %8, align 4 %94 = load ptr, ptr %12, align 8 %95 = call i32 @strlen(ptr noundef %94) %96 = icmp ne i32 %93, %95 br i1 %96, label %97, label %100 97: ; preds = %85 %98 = call i32 @perror(ptr noundef @.str.4) %99 = call i32 @exit(i32 noundef 1) #3 unreachable 100: ; preds = %85 %101 = load i32, ptr %6, align 4 %102 = getelementptr inbounds [1500 x i8], ptr %13, i64 0, i64 0 %103 = call i32 @recvfrom(i32 noundef %101, ptr noundef %102, i32 noundef 1499, i32 noundef 0, ptr noundef %10, ptr noundef %17) store i32 %103, ptr %8, align 4 %104 = load ptr, ptr %12, align 8 %105 = call i32 @strlen(ptr noundef %104) %106 = icmp ne i32 %103, %105 br i1 %106, label %107, label %110 107: ; preds = %100 %108 = call i32 (ptr, ...) @printf(ptr noundef @.str.4) %109 = call i32 @exit(i32 noundef 1) #3 unreachable 110: ; preds = %100 %111 = load i32, ptr %8, align 4 %112 = sext i32 %111 to i64 %113 = getelementptr inbounds [1500 x i8], ptr %13, i64 0, i64 %112 store i8 0, ptr %113, align 1 %114 = getelementptr inbounds [1500 x i8], ptr %13, i64 0, i64 0 %115 = call i32 (ptr, ...) @printf(ptr noundef @.str.5, ptr noundef %114) %116 = load i32, ptr %6, align 4 %117 = call i32 @close(i32 noundef %116) %118 = load i32, ptr %3, align 4 ret i32 %118 } declare i32 @usage(...) #1 declare i32 @memset(ptr noundef, i32 noundef, i32 noundef) #1 declare i32 @inet_addr(ptr noundef) #1 declare i32 @htons(i32 noundef) #1 declare i32 @atoi(ptr noundef) #1 declare i64 @gethostbyname(ptr noundef) #1 declare i32 @fprintf(i32 noundef, ptr noundef, ptr noundef, ptr noundef) #1 ; Function Attrs: noreturn declare i32 @exit(i32 noundef) #2 declare i32 @memcpy(ptr noundef, i32 noundef, i32 noundef) #1 declare i32 @printf(ptr noundef, ...) #1 declare ptr @inet_ntoa(i32) #1 declare i32 @socket(i32 noundef, i32 noundef, i32 noundef) #1 declare i32 @perror(ptr noundef) #1 declare i64 @setsockopt(i32 noundef, i32 noundef, i32 noundef, ptr noundef, i32 noundef) #1 declare i32 @ftime(ptr noundef) #1 declare ptr @ctime(ptr noundef) #1 declare i32 @sendto(i32 noundef, ptr noundef, i32 noundef, i32 noundef, ptr noundef, i32 noundef) #1 declare i32 @strlen(ptr noundef) #1 declare i32 @recvfrom(i32 noundef, ptr noundef, i32 noundef, i32 noundef, ptr noundef, ptr noundef) #1 declare i32 @close(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 = { 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/tmp93yc4wvk.c' source_filename = "/tmp/tmp93yc4wvk.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 @hskip(i32 noundef %0) #0 { %2 = alloca i32, align 4 store i32 %0, ptr %2, align 4 %3 = load i32, ptr %2, align 4 %4 = call i32 @repeat(i8 noundef signext 32, i32 noundef %3) ret void } declare i32 @repeat(i8 noundef signext, 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/tmp93yc4wvk.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 @hskip(i32 noundef %0) #0 { %2 = alloca i32, align 4 store i32 %0, ptr %2, align 4 %3 = load i32, ptr %2, align 4 %4 = call i32 @repeat(i8 noundef signext 32, i32 noundef %3) ret void } declare i32 @repeat(i8 noundef signext, 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/tmpvrwhyp6p.c' source_filename = "/tmp/tmpvrwhyp6p.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 @errno = dso_local global i32 0, align 4 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local double @mean(ptr noundef %0, i64 noundef %1) #0 { %3 = alloca double, align 8 %4 = alloca ptr, align 8 %5 = alloca i64, align 8 %6 = alloca i32, align 4 %7 = alloca double, align 8 store ptr %0, ptr %4, align 8 store i64 %1, ptr %5, align 8 %8 = load i64, ptr %5, align 8 %9 = icmp eq i64 %8, 0 br i1 %9, label %10, label %12 10: ; preds = %2 %11 = load i32, ptr @EINVAL, align 4 store i32 %11, ptr @errno, align 4 store double 0.000000e+00, ptr %3, align 8 br label %34 12: ; preds = %2 store double 0.000000e+00, ptr %7, align 8 store i32 0, ptr %6, align 4 br label %13 13: ; preds = %29, %12 %14 = load i32, ptr %6, align 4 %15 = zext i32 %14 to i64 %16 = load i64, ptr %5, align 8 %17 = icmp ult i64 %15, %16 br i1 %17, label %18, label %32 18: ; preds = %13 %19 = load ptr, ptr %4, align 8 %20 = load i32, ptr %6, align 4 %21 = zext i32 %20 to i64 %22 = getelementptr inbounds double, ptr %19, i64 %21 %23 = load double, ptr %22, align 8 %24 = load i64, ptr %5, align 8 %25 = uitofp i64 %24 to double %26 = fdiv double %23, %25 %27 = load double, ptr %7, align 8 %28 = fadd double %27, %26 store double %28, ptr %7, align 8 br label %29 29: ; preds = %18 %30 = load i32, ptr %6, align 4 %31 = add i32 %30, 1 store i32 %31, ptr %6, align 4 br label %13, !llvm.loop !6 32: ; preds = %13 %33 = load double, ptr %7, align 8 store double %33, ptr %3, align 8 br label %34 34: ; preds = %32, %10 %35 = load double, ptr %3, align 8 ret double %35 } 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/tmpvrwhyp6p.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 @errno = dso_local global i32 0, align 4 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local double @mean(ptr noundef %0, i64 noundef %1) #0 { %3 = alloca double, align 8 %4 = alloca ptr, align 8 %5 = alloca i64, align 8 %6 = alloca i32, align 4 %7 = alloca double, align 8 store ptr %0, ptr %4, align 8 store i64 %1, ptr %5, align 8 %8 = load i64, ptr %5, align 8 %9 = icmp eq i64 %8, 0 br i1 %9, label %10, label %12 10: ; preds = %2 %11 = load i32, ptr @EINVAL, align 4 store i32 %11, ptr @errno, align 4 store double 0.000000e+00, ptr %3, align 8 br label %37 12: ; preds = %2 store double 0.000000e+00, ptr %7, align 8 store i32 0, ptr %6, align 4 %13 = load i32, ptr %6, align 4 %14 = zext i32 %13 to i64 %15 = load i64, ptr %5, align 8 %16 = icmp ult i64 %14, %15 br i1 %16, label %.lr.ph, label %35 .lr.ph: ; preds = %12 br label %17 17: ; preds = %.lr.ph, %28 %18 = load ptr, ptr %4, align 8 %19 = load i32, ptr %6, align 4 %20 = zext i32 %19 to i64 %21 = getelementptr inbounds double, ptr %18, i64 %20 %22 = load double, ptr %21, align 8 %23 = load i64, ptr %5, align 8 %24 = uitofp i64 %23 to double %25 = fdiv double %22, %24 %26 = load double, ptr %7, align 8 %27 = fadd double %26, %25 store double %27, ptr %7, align 8 br label %28 28: ; preds = %17 %29 = load i32, ptr %6, align 4 %30 = add i32 %29, 1 store i32 %30, ptr %6, align 4 %31 = load i32, ptr %6, align 4 %32 = zext i32 %31 to i64 %33 = load i64, ptr %5, align 8 %34 = icmp ult i64 %32, %33 br i1 %34, label %17, label %._crit_edge, !llvm.loop !6 ._crit_edge: ; preds = %28 br label %35 35: ; preds = %._crit_edge, %12 %36 = load double, ptr %7, align 8 store double %36, ptr %3, align 8 br label %37 37: ; preds = %35, %10 %38 = load double, ptr %3, align 8 ret double %38 } 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/tmp48w2iqli.c' source_filename = "/tmp/tmp48w2iqli.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"trail.txt\00", align 1 @.str.1 = private unnamed_addr constant [2 x i8] c"r\00", align 1 @.str.2 = private unnamed_addr constant [3 x i8] c"%d\00", align 1 @.str.3 = private unnamed_addr constant [4 x i8] c"%f\0A\00", align 1 @.str.4 = private unnamed_addr constant [28 x i8] c"Lista en orden ascendente:\0A\00", align 1 @.str.5 = private unnamed_addr constant [5 x i8] c"%ld\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 i32, align 4 %7 = alloca i32, align 4 %8 = alloca i32, align 4 %9 = alloca [100 x i64], align 16 %10 = alloca i64, align 8 %11 = alloca float, align 4 %12 = alloca i64, align 8 %13 = alloca i64, align 8 %14 = alloca ptr, align 8 store i32 0, ptr %1, align 4 store i32 0, ptr %6, align 4 store i32 0, ptr %7, align 4 store i64 0, ptr %10, align 8 store float 0.000000e+00, ptr %11, align 4 %15 = call ptr @fopen(ptr noundef @.str, ptr noundef @.str.1) store ptr %15, ptr %14, align 8 %16 = load ptr, ptr %14, align 8 %17 = call i32 @fscanf(ptr noundef %16, ptr noundef @.str.2, ptr noundef %6) br label %18 18: ; preds = %23, %0 %19 = load ptr, ptr %14, align 8 %20 = call i32 @feof(ptr noundef %19) %21 = icmp ne i32 %20, 0 %22 = xor i1 %21, true br i1 %22, label %23, label %33 23: ; preds = %18 %24 = load i32, ptr %6, align 4 %25 = sext i32 %24 to i64 %26 = load i32, ptr %7, align 4 %27 = sext i32 %26 to i64 %28 = getelementptr inbounds [100 x i64], ptr %9, i64 0, i64 %27 store i64 %25, ptr %28, align 8 %29 = load i32, ptr %7, align 4 %30 = add nsw i32 %29, 1 store i32 %30, ptr %7, align 4 %31 = load ptr, ptr %14, align 8 %32 = call i32 @fscanf(ptr noundef %31, ptr noundef @.str.2, ptr noundef %6) br label %18, !llvm.loop !6 33: ; preds = %18 %34 = load ptr, ptr %14, align 8 %35 = call i32 @fclose(ptr noundef %34) %36 = call i64 (...) @clock() store i64 %36, ptr %12, align 8 %37 = getelementptr inbounds [100 x i64], ptr %9, i64 0, i64 0 %38 = load i32, ptr %7, align 4 %39 = call i32 @bubble_sort(ptr noundef %37, i32 noundef %38) %40 = call i64 (...) @clock() store i64 %40, ptr %13, align 8 %41 = load i64, ptr %13, align 8 %42 = load i64, ptr %12, align 8 %43 = sub i64 %41, %42 store i64 %43, ptr %10, align 8 %44 = load i64, ptr %10, align 8 %45 = udiv i64 %44, 1000 %46 = uitofp i64 %45 to float store float %46, ptr %11, align 4 %47 = load float, ptr %11, align 4 %48 = fpext float %47 to double %49 = call i32 (ptr, ...) @printf(ptr noundef @.str.3, double noundef %48) %50 = call i32 (ptr, ...) @printf(ptr noundef @.str.4) store i64 0, ptr %3, align 8 br label %51 51: ; preds = %61, %33 %52 = load i64, ptr %3, align 8 %53 = load i32, ptr %7, align 4 %54 = sext i32 %53 to i64 %55 = icmp slt i64 %52, %54 br i1 %55, label %56, label %64 56: ; preds = %51 %57 = load i64, ptr %3, align 8 %58 = getelementptr inbounds [100 x i64], ptr %9, i64 0, i64 %57 %59 = load i64, ptr %58, align 8 %60 = call i32 (ptr, ...) @printf(ptr noundef @.str.5, i64 noundef %59) br label %61 61: ; preds = %56 %62 = load i64, ptr %3, align 8 %63 = add nsw i64 %62, 1 store i64 %63, ptr %3, align 8 br label %51, !llvm.loop !8 64: ; preds = %51 ret i32 0 } declare ptr @fopen(ptr noundef, ptr noundef) #1 declare i32 @fscanf(ptr noundef, ptr noundef, ptr noundef) #1 declare i32 @feof(ptr noundef) #1 declare i32 @fclose(ptr noundef) #1 declare i64 @clock(...) #1 declare i32 @bubble_sort(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"} !8 = distinct !{!8, !7}
; ModuleID = '<stdin>' source_filename = "/tmp/tmp48w2iqli.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"trail.txt\00", align 1 @.str.1 = private unnamed_addr constant [2 x i8] c"r\00", align 1 @.str.2 = private unnamed_addr constant [3 x i8] c"%d\00", align 1 @.str.3 = private unnamed_addr constant [4 x i8] c"%f\0A\00", align 1 @.str.4 = private unnamed_addr constant [28 x i8] c"Lista en orden ascendente:\0A\00", align 1 @.str.5 = private unnamed_addr constant [5 x i8] c"%ld\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 i32, align 4 %7 = alloca i32, align 4 %8 = alloca i32, align 4 %9 = alloca [100 x i64], align 16 %10 = alloca i64, align 8 %11 = alloca float, align 4 %12 = alloca i64, align 8 %13 = alloca i64, align 8 %14 = alloca ptr, align 8 store i32 0, ptr %1, align 4 store i32 0, ptr %6, align 4 store i32 0, ptr %7, align 4 store i64 0, ptr %10, align 8 store float 0.000000e+00, ptr %11, align 4 %15 = call ptr @fopen(ptr noundef @.str, ptr noundef @.str.1) store ptr %15, ptr %14, align 8 %16 = load ptr, ptr %14, align 8 %17 = call i32 @fscanf(ptr noundef %16, ptr noundef @.str.2, ptr noundef %6) %18 = load ptr, ptr %14, align 8 %19 = call i32 @feof(ptr noundef %18) %20 = icmp ne i32 %19, 0 %21 = xor i1 %20, true br i1 %21, label %.lr.ph, label %36 .lr.ph: ; preds = %0 br label %22 22: ; preds = %.lr.ph, %22 %23 = load i32, ptr %6, align 4 %24 = sext i32 %23 to i64 %25 = load i32, ptr %7, align 4 %26 = sext i32 %25 to i64 %27 = getelementptr inbounds [100 x i64], ptr %9, i64 0, i64 %26 store i64 %24, ptr %27, align 8 %28 = load i32, ptr %7, align 4 %29 = add nsw i32 %28, 1 store i32 %29, ptr %7, align 4 %30 = load ptr, ptr %14, align 8 %31 = call i32 @fscanf(ptr noundef %30, ptr noundef @.str.2, ptr noundef %6) %32 = load ptr, ptr %14, align 8 %33 = call i32 @feof(ptr noundef %32) %34 = icmp ne i32 %33, 0 %35 = xor i1 %34, true br i1 %35, label %22, label %._crit_edge, !llvm.loop !6 ._crit_edge: ; preds = %22 br label %36 36: ; preds = %._crit_edge, %0 %37 = load ptr, ptr %14, align 8 %38 = call i32 @fclose(ptr noundef %37) %39 = call i64 (...) @clock() store i64 %39, ptr %12, align 8 %40 = getelementptr inbounds [100 x i64], ptr %9, i64 0, i64 0 %41 = load i32, ptr %7, align 4 %42 = call i32 @bubble_sort(ptr noundef %40, i32 noundef %41) %43 = call i64 (...) @clock() store i64 %43, ptr %13, align 8 %44 = load i64, ptr %13, align 8 %45 = load i64, ptr %12, align 8 %46 = sub i64 %44, %45 store i64 %46, ptr %10, align 8 %47 = load i64, ptr %10, align 8 %48 = udiv i64 %47, 1000 %49 = uitofp i64 %48 to float store float %49, ptr %11, align 4 %50 = load float, ptr %11, align 4 %51 = fpext float %50 to double %52 = call i32 (ptr, ...) @printf(ptr noundef @.str.3, double noundef %51) %53 = call i32 (ptr, ...) @printf(ptr noundef @.str.4) store i64 0, ptr %3, align 8 %54 = load i64, ptr %3, align 8 %55 = load i32, ptr %7, align 4 %56 = sext i32 %55 to i64 %57 = icmp slt i64 %54, %56 br i1 %57, label %.lr.ph2, label %70 .lr.ph2: ; preds = %36 br label %58 58: ; preds = %.lr.ph2, %63 %59 = load i64, ptr %3, align 8 %60 = getelementptr inbounds [100 x i64], ptr %9, i64 0, i64 %59 %61 = load i64, ptr %60, align 8 %62 = call i32 (ptr, ...) @printf(ptr noundef @.str.5, i64 noundef %61) br label %63 63: ; preds = %58 %64 = load i64, ptr %3, align 8 %65 = add nsw i64 %64, 1 store i64 %65, ptr %3, align 8 %66 = load i64, ptr %3, align 8 %67 = load i32, ptr %7, align 4 %68 = sext i32 %67 to i64 %69 = icmp slt i64 %66, %68 br i1 %69, label %58, label %._crit_edge3, !llvm.loop !8 ._crit_edge3: ; preds = %63 br label %70 70: ; preds = %._crit_edge3, %36 ret i32 0 } declare ptr @fopen(ptr noundef, ptr noundef) #1 declare i32 @fscanf(ptr noundef, ptr noundef, ptr noundef) #1 declare i32 @feof(ptr noundef) #1 declare i32 @fclose(ptr noundef) #1 declare i64 @clock(...) #1 declare i32 @bubble_sort(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"} !8 = distinct !{!8, !7}
; ModuleID = '/tmp/tmpo1zojm4d.c' source_filename = "/tmp/tmpo1zojm4d.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_FAILURE = dso_local global i32 0, align 4 @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/tmpo1zojm4d.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_FAILURE = dso_local global i32 0, align 4 @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/tmpkbwiix2x.c' source_filename = "/tmp/tmpkbwiix2x.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"/dev/LOCK\00", align 1 @O_RDONLY = dso_local global i32 0, align 4 @.str.1 = private unnamed_addr constant [37 x i8] c"open /dev/LOCK is not possible, %s.\0A\00", align 1 @errno = dso_local global i32 0, align 4 @.str.2 = private unnamed_addr constant [38 x i8] c"close /dev/LOCK is not possible, %s.\0A\00", align 1 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local ptr @test_openone(ptr noundef %0) #0 { %2 = alloca ptr, align 8 %3 = alloca ptr, align 8 %4 = alloca i32, align 4 %5 = alloca i32, align 4 store ptr %0, ptr %3, align 8 store i32 0, ptr %5, align 4 %6 = load i32, ptr @O_RDONLY, align 4 %7 = call i32 @open(ptr noundef @.str, i32 noundef %6) store i32 %7, ptr %4, align 4 %8 = load i32, ptr %4, align 4 %9 = icmp slt i32 %8, 0 br i1 %9, label %10, label %15 10: ; preds = %1 %11 = load i32, ptr @errno, align 4 %12 = call ptr @strerror(i32 noundef %11) %13 = call i32 @printf(ptr noundef @.str.1, ptr noundef %12) store i32 -1, ptr %5, align 4 %14 = call i32 @pthread_exit(ptr noundef %5) br label %15 15: ; preds = %10, %1 %16 = load i32, ptr %4, align 4 %17 = call i64 @close(i32 noundef %16) %18 = icmp slt i64 %17, 0 br i1 %18, label %19, label %24 19: ; preds = %15 %20 = load i32, ptr @errno, align 4 %21 = call ptr @strerror(i32 noundef %20) %22 = call i32 @printf(ptr noundef @.str.2, ptr noundef %21) store i32 -1, ptr %5, align 4 %23 = call i32 @pthread_exit(ptr noundef %5) br label %24 24: ; preds = %19, %15 %25 = call i32 @pthread_exit(ptr noundef %5) %26 = load ptr, ptr %2, align 8 ret ptr %26 } declare i32 @open(ptr noundef, i32 noundef) #1 declare i32 @printf(ptr noundef, ptr noundef) #1 declare ptr @strerror(i32 noundef) #1 declare i32 @pthread_exit(ptr noundef) #1 declare i64 @close(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/tmpkbwiix2x.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"/dev/LOCK\00", align 1 @O_RDONLY = dso_local global i32 0, align 4 @.str.1 = private unnamed_addr constant [37 x i8] c"open /dev/LOCK is not possible, %s.\0A\00", align 1 @errno = dso_local global i32 0, align 4 @.str.2 = private unnamed_addr constant [38 x i8] c"close /dev/LOCK is not possible, %s.\0A\00", align 1 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local ptr @test_openone(ptr noundef %0) #0 { %2 = alloca ptr, align 8 %3 = alloca ptr, align 8 %4 = alloca i32, align 4 %5 = alloca i32, align 4 store ptr %0, ptr %3, align 8 store i32 0, ptr %5, align 4 %6 = load i32, ptr @O_RDONLY, align 4 %7 = call i32 @open(ptr noundef @.str, i32 noundef %6) store i32 %7, ptr %4, align 4 %8 = load i32, ptr %4, align 4 %9 = icmp slt i32 %8, 0 br i1 %9, label %10, label %15 10: ; preds = %1 %11 = load i32, ptr @errno, align 4 %12 = call ptr @strerror(i32 noundef %11) %13 = call i32 @printf(ptr noundef @.str.1, ptr noundef %12) store i32 -1, ptr %5, align 4 %14 = call i32 @pthread_exit(ptr noundef %5) br label %15 15: ; preds = %10, %1 %16 = load i32, ptr %4, align 4 %17 = call i64 @close(i32 noundef %16) %18 = icmp slt i64 %17, 0 br i1 %18, label %19, label %24 19: ; preds = %15 %20 = load i32, ptr @errno, align 4 %21 = call ptr @strerror(i32 noundef %20) %22 = call i32 @printf(ptr noundef @.str.2, ptr noundef %21) store i32 -1, ptr %5, align 4 %23 = call i32 @pthread_exit(ptr noundef %5) br label %24 24: ; preds = %19, %15 %25 = call i32 @pthread_exit(ptr noundef %5) %26 = load ptr, ptr %2, align 8 ret ptr %26 } declare i32 @open(ptr noundef, i32 noundef) #1 declare i32 @printf(ptr noundef, ptr noundef) #1 declare ptr @strerror(i32 noundef) #1 declare i32 @pthread_exit(ptr noundef) #1 declare i64 @close(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/tmpshr3j9z4.c' source_filename = "/tmp/tmpshr3j9z4.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/tmpshr3j9z4.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/tmpsscseoi0.c' source_filename = "/tmp/tmpsscseoi0.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/tmpsscseoi0.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/tmpyiszmf9u.c' source_filename = "/tmp/tmpyiszmf9u.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/tmpyiszmf9u.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/tmpp5xx9dy1.c' source_filename = "/tmp/tmpp5xx9dy1.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/tmpp5xx9dy1.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/tmps0b624l_.c' source_filename = "/tmp/tmps0b624l_.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_isgraph.c\00", align 1 @.str.1 = private unnamed_addr constant [29 x i8] c"isgraph should be 0 for 0x07\00", align 1 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local void @t_isgraph_0x07() #0 { %1 = call i64 @isgraph(i32 noundef 7) %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 40, ptr noundef @.str.1) ret void } declare i32 @Assert_real(i32 noundef, ptr noundef, i32 noundef, ptr noundef) #1 declare i64 @isgraph(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/tmps0b624l_.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_isgraph.c\00", align 1 @.str.1 = private unnamed_addr constant [29 x i8] c"isgraph should be 0 for 0x07\00", align 1 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local void @t_isgraph_0x07() #0 { %1 = call i64 @isgraph(i32 noundef 7) %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 40, ptr noundef @.str.1) ret void } declare i32 @Assert_real(i32 noundef, ptr noundef, i32 noundef, ptr noundef) #1 declare i64 @isgraph(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/tmputakb6l6.c' source_filename = "/tmp/tmputakb6l6.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/tmputakb6l6.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/tmpf4kzoo1e.c' source_filename = "/tmp/tmpf4kzoo1e.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" @SIG_IGN = dso_local global i32 0, align 4 @.str = private unnamed_addr constant [5 x i8] c"%zd\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 i64, align 8 store i32 0, ptr %1, align 4 store i32 0, ptr %2, align 4 br label %4 4: ; preds = %8, %0 %5 = load i32, ptr %2, align 4 %6 = add nsw i32 %5, 1 store i32 %6, ptr %2, align 4 %7 = icmp slt i32 %6, 31 br i1 %7, label %8, label %12 8: ; preds = %4 %9 = load i32, ptr %2, align 4 %10 = load i32, ptr @SIG_IGN, align 4 %11 = call i32 @signal(i32 noundef %9, i32 noundef %10) br label %4, !llvm.loop !6 12: ; preds = %4 store i64 2, ptr %3, align 8 %13 = call i32 @close(i32 noundef 0) br label %14 14: ; preds = %12, %14 %15 = load i64, ptr %3, align 8 %16 = call i32 @printf(ptr noundef @.str, i64 noundef %15) %17 = load i64, ptr %3, align 8 %18 = load i64, ptr %3, align 8 %19 = mul i64 %18, %17 store i64 %19, ptr %3, align 8 br label %14 } declare i32 @signal(i32 noundef, i32 noundef) #1 declare i32 @close(i32 noundef) #1 declare i32 @printf(ptr 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"}
; ModuleID = '<stdin>' source_filename = "/tmp/tmpf4kzoo1e.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" @SIG_IGN = dso_local global i32 0, align 4 @.str = private unnamed_addr constant [5 x i8] c"%zd\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 i64, align 8 store i32 0, ptr %1, align 4 store i32 0, ptr %2, align 4 %4 = load i32, ptr %2, align 4 %5 = add nsw i32 %4, 1 store i32 %5, ptr %2, align 4 %6 = icmp slt i32 %5, 31 br i1 %6, label %.lr.ph, label %14 .lr.ph: ; preds = %0 br label %7 7: ; preds = %.lr.ph, %7 %8 = load i32, ptr %2, align 4 %9 = load i32, ptr @SIG_IGN, align 4 %10 = call i32 @signal(i32 noundef %8, i32 noundef %9) %11 = load i32, ptr %2, align 4 %12 = add nsw i32 %11, 1 store i32 %12, ptr %2, align 4 %13 = icmp slt i32 %12, 31 br i1 %13, label %7, label %._crit_edge, !llvm.loop !6 ._crit_edge: ; preds = %7 br label %14 14: ; preds = %._crit_edge, %0 store i64 2, ptr %3, align 8 %15 = call i32 @close(i32 noundef 0) br label %16 16: ; preds = %16, %14 %17 = load i64, ptr %3, align 8 %18 = call i32 @printf(ptr noundef @.str, i64 noundef %17) %19 = load i64, ptr %3, align 8 %20 = load i64, ptr %3, align 8 %21 = mul i64 %20, %19 store i64 %21, ptr %3, align 8 br label %16 } declare i32 @signal(i32 noundef, i32 noundef) #1 declare i32 @close(i32 noundef) #1 declare i32 @printf(ptr 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"}
; ModuleID = '/tmp/tmp_1m_vcdf.c' source_filename = "/tmp/tmp_1m_vcdf.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_1m_vcdf.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/tmpbsvmi8e4.c' source_filename = "/tmp/tmpbsvmi8e4.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/tmpbsvmi8e4.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/tmp43l92hwv.c' source_filename = "/tmp/tmp43l92hwv.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 @ddns3_sockio_close(i32 noundef %0) #0 { %2 = alloca i32, align 4 store i32 %0, ptr %2, align 4 %3 = load i32, ptr %2, align 4 %4 = call i32 @close(i32 noundef %3) ret i32 0 } declare i32 @close(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/tmp43l92hwv.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 @ddns3_sockio_close(i32 noundef %0) #0 { %2 = alloca i32, align 4 store i32 %0, ptr %2, align 4 %3 = load i32, ptr %2, align 4 %4 = call i32 @close(i32 noundef %3) ret i32 0 } declare i32 @close(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/tmpu4e55qj7.c' source_filename = "/tmp/tmpu4e55qj7.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 [24 x i8] c"rmdir: missing operand\0A\00", align 1 @.str.1 = private unnamed_addr constant [17 x i8] c"rmdir error: %d\0A\00", align 1 @errno = 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 i32, align 4 store i32 0, ptr %3, align 4 store i32 %0, ptr %4, align 4 store ptr %1, ptr %5, align 8 %7 = load i32, ptr %4, align 4 %8 = icmp slt i32 %7, 2 br i1 %8, label %9, label %11 9: ; preds = %2 %10 = call i32 (ptr, ...) @printf(ptr noundef @.str) store i32 -1, ptr %3, align 4 br label %22 11: ; preds = %2 %12 = load ptr, ptr %5, align 8 %13 = getelementptr inbounds ptr, ptr %12, i64 1 %14 = load ptr, ptr %13, align 8 %15 = call i32 @rmdir(ptr noundef %14) store i32 %15, ptr %6, align 4 %16 = load i32, ptr %6, align 4 %17 = icmp slt i32 %16, 0 br i1 %17, label %18, label %22 18: ; preds = %11 %19 = load i32, ptr @errno, align 4 %20 = call i32 (ptr, ...) @printf(ptr noundef @.str.1, i32 noundef %19) %21 = load i32, ptr @errno, align 4 store i32 %21, ptr %3, align 4 br label %22 22: ; preds = %9, %18, %11 %23 = load i32, ptr %3, align 4 ret i32 %23 } declare i32 @printf(ptr noundef, ...) #1 declare i32 @rmdir(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/tmpu4e55qj7.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 [24 x i8] c"rmdir: missing operand\0A\00", align 1 @.str.1 = private unnamed_addr constant [17 x i8] c"rmdir error: %d\0A\00", align 1 @errno = 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 i32, align 4 store i32 0, ptr %3, align 4 store i32 %0, ptr %4, align 4 store ptr %1, ptr %5, align 8 %7 = load i32, ptr %4, align 4 %8 = icmp slt i32 %7, 2 br i1 %8, label %9, label %11 9: ; preds = %2 %10 = call i32 (ptr, ...) @printf(ptr noundef @.str) store i32 -1, ptr %3, align 4 br label %22 11: ; preds = %2 %12 = load ptr, ptr %5, align 8 %13 = getelementptr inbounds ptr, ptr %12, i64 1 %14 = load ptr, ptr %13, align 8 %15 = call i32 @rmdir(ptr noundef %14) store i32 %15, ptr %6, align 4 %16 = load i32, ptr %6, align 4 %17 = icmp slt i32 %16, 0 br i1 %17, label %18, label %22 18: ; preds = %11 %19 = load i32, ptr @errno, align 4 %20 = call i32 (ptr, ...) @printf(ptr noundef @.str.1, i32 noundef %19) %21 = load i32, ptr @errno, align 4 store i32 %21, ptr %3, align 4 br label %22 22: ; preds = %18, %11, %9 %23 = load i32, ptr %3, align 4 ret i32 %23 } declare i32 @printf(ptr noundef, ...) #1 declare i32 @rmdir(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/tmpaunriq_x.c' source_filename = "/tmp/tmpaunriq_x.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.flock = type { i64, i32, i64, i32 } @.str = private unnamed_addr constant [20 x i8] c"usage: %s filename\0A\00", align 1 @O_RDONLY = dso_local global i32 0, align 4 @O_APPEND = dso_local global i32 0, align 4 @.str.1 = private unnamed_addr constant [19 x i8] c"selinux_fcntl:open\00", align 1 @F_SETFL = dso_local global i32 0, align 4 @.str.2 = private unnamed_addr constant [22 x i8] c"selinux_fcntl:F_SETFL\00", align 1 @F_GETFL = dso_local global i32 0, align 4 @.str.3 = private unnamed_addr constant [22 x i8] c"selinux_fcntl:F_GETFL\00", align 1 @F_RDLCK = dso_local global i32 0, align 4 @SEEK_CUR = dso_local global i32 0, align 4 @F_GETLK = dso_local global i32 0, align 4 @.str.4 = private unnamed_addr constant [22 x i8] c"selinux_fcntl:F_GETLK\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 %struct.flock, align 8 store i32 0, ptr %3, align 4 store i32 %0, ptr %4, align 4 store ptr %1, ptr %5, align 8 %9 = load i32, ptr %4, align 4 %10 = icmp ne i32 %9, 2 br i1 %10, label %11, label %17 11: ; preds = %2 %12 = load ptr, ptr %5, align 8 %13 = getelementptr inbounds ptr, ptr %12, i64 0 %14 = load ptr, ptr %13, align 8 %15 = call i32 @printf(ptr noundef @.str, ptr noundef %14) %16 = call i32 @exit(i32 noundef 2) #3 unreachable 17: ; preds = %2 %18 = load ptr, ptr %5, align 8 %19 = getelementptr inbounds ptr, ptr %18, i64 1 %20 = load ptr, ptr %19, align 8 %21 = load i32, ptr @O_RDONLY, align 4 %22 = load i32, ptr @O_APPEND, align 4 %23 = or i32 %21, %22 %24 = call i32 @open(ptr noundef %20, i32 noundef %23, i32 noundef 0) store i32 %24, ptr %6, align 4 %25 = load i32, ptr %6, align 4 %26 = icmp eq i32 %25, -1 br i1 %26, label %27, label %30 27: ; preds = %17 %28 = call i32 @perror(ptr noundef @.str.1) %29 = call i32 @exit(i32 noundef 2) #3 unreachable 30: ; preds = %17 %31 = load i32, ptr %6, align 4 %32 = load i32, ptr @F_SETFL, align 4 %33 = call i32 (i32, i32, ...) @fcntl(i32 noundef %31, i32 noundef %32, i32 noundef 0) store i32 %33, ptr %7, align 4 %34 = load i32, ptr %7, align 4 %35 = icmp eq i32 %34, -1 br i1 %35, label %36, label %39 36: ; preds = %30 %37 = call i32 @perror(ptr noundef @.str.2) %38 = call i32 @exit(i32 noundef 1) #3 unreachable 39: ; preds = %30 %40 = load i32, ptr %6, align 4 %41 = load i32, ptr @F_GETFL, align 4 %42 = call i32 (i32, i32, ...) @fcntl(i32 noundef %40, i32 noundef %41) store i32 %42, ptr %7, align 4 %43 = load i32, ptr %7, align 4 %44 = icmp eq i32 %43, -1 br i1 %44, label %45, label %48 45: ; preds = %39 %46 = call i32 @perror(ptr noundef @.str.3) %47 = call i32 @exit(i32 noundef 1) #3 unreachable 48: ; preds = %39 %49 = load i32, ptr @F_RDLCK, align 4 %50 = getelementptr inbounds %struct.flock, ptr %8, i32 0, i32 3 store i32 %49, ptr %50, align 8 %51 = getelementptr inbounds %struct.flock, ptr %8, i32 0, i32 2 store i64 0, ptr %51, align 8 %52 = load i32, ptr @SEEK_CUR, align 4 %53 = getelementptr inbounds %struct.flock, ptr %8, i32 0, i32 1 store i32 %52, ptr %53, align 8 %54 = getelementptr inbounds %struct.flock, ptr %8, i32 0, i32 0 store i64 0, ptr %54, align 8 %55 = load i32, ptr %6, align 4 %56 = load i32, ptr @F_GETLK, align 4 %57 = call i32 (i32, i32, ...) @fcntl(i32 noundef %55, i32 noundef %56, ptr noundef %8) store i32 %57, ptr %7, align 4 %58 = load i32, ptr %7, align 4 %59 = icmp eq i32 %58, -1 br i1 %59, label %60, label %63 60: ; preds = %48 %61 = call i32 @perror(ptr noundef @.str.4) %62 = call i32 @exit(i32 noundef 1) #3 unreachable 63: ; preds = %48 %64 = load i32, ptr %6, align 4 %65 = call i32 @close(i32 noundef %64) %66 = call i32 @exit(i32 noundef 0) #3 unreachable } declare i32 @printf(ptr noundef, ptr noundef) #1 ; Function Attrs: noreturn declare i32 @exit(i32 noundef) #2 declare i32 @open(ptr noundef, i32 noundef, i32 noundef) #1 declare i32 @perror(ptr noundef) #1 declare i32 @fcntl(i32 noundef, i32 noundef, ...) #1 declare i32 @close(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 = { 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/tmpaunriq_x.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.flock = type { i64, i32, i64, i32 } @.str = private unnamed_addr constant [20 x i8] c"usage: %s filename\0A\00", align 1 @O_RDONLY = dso_local global i32 0, align 4 @O_APPEND = dso_local global i32 0, align 4 @.str.1 = private unnamed_addr constant [19 x i8] c"selinux_fcntl:open\00", align 1 @F_SETFL = dso_local global i32 0, align 4 @.str.2 = private unnamed_addr constant [22 x i8] c"selinux_fcntl:F_SETFL\00", align 1 @F_GETFL = dso_local global i32 0, align 4 @.str.3 = private unnamed_addr constant [22 x i8] c"selinux_fcntl:F_GETFL\00", align 1 @F_RDLCK = dso_local global i32 0, align 4 @SEEK_CUR = dso_local global i32 0, align 4 @F_GETLK = dso_local global i32 0, align 4 @.str.4 = private unnamed_addr constant [22 x i8] c"selinux_fcntl:F_GETLK\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 %struct.flock, align 8 store i32 0, ptr %3, align 4 store i32 %0, ptr %4, align 4 store ptr %1, ptr %5, align 8 %9 = load i32, ptr %4, align 4 %10 = icmp ne i32 %9, 2 br i1 %10, label %11, label %17 11: ; preds = %2 %12 = load ptr, ptr %5, align 8 %13 = getelementptr inbounds ptr, ptr %12, i64 0 %14 = load ptr, ptr %13, align 8 %15 = call i32 @printf(ptr noundef @.str, ptr noundef %14) %16 = call i32 @exit(i32 noundef 2) #3 unreachable 17: ; preds = %2 %18 = load ptr, ptr %5, align 8 %19 = getelementptr inbounds ptr, ptr %18, i64 1 %20 = load ptr, ptr %19, align 8 %21 = load i32, ptr @O_RDONLY, align 4 %22 = load i32, ptr @O_APPEND, align 4 %23 = or i32 %21, %22 %24 = call i32 @open(ptr noundef %20, i32 noundef %23, i32 noundef 0) store i32 %24, ptr %6, align 4 %25 = load i32, ptr %6, align 4 %26 = icmp eq i32 %25, -1 br i1 %26, label %27, label %30 27: ; preds = %17 %28 = call i32 @perror(ptr noundef @.str.1) %29 = call i32 @exit(i32 noundef 2) #3 unreachable 30: ; preds = %17 %31 = load i32, ptr %6, align 4 %32 = load i32, ptr @F_SETFL, align 4 %33 = call i32 (i32, i32, ...) @fcntl(i32 noundef %31, i32 noundef %32, i32 noundef 0) store i32 %33, ptr %7, align 4 %34 = load i32, ptr %7, align 4 %35 = icmp eq i32 %34, -1 br i1 %35, label %36, label %39 36: ; preds = %30 %37 = call i32 @perror(ptr noundef @.str.2) %38 = call i32 @exit(i32 noundef 1) #3 unreachable 39: ; preds = %30 %40 = load i32, ptr %6, align 4 %41 = load i32, ptr @F_GETFL, align 4 %42 = call i32 (i32, i32, ...) @fcntl(i32 noundef %40, i32 noundef %41) store i32 %42, ptr %7, align 4 %43 = load i32, ptr %7, align 4 %44 = icmp eq i32 %43, -1 br i1 %44, label %45, label %48 45: ; preds = %39 %46 = call i32 @perror(ptr noundef @.str.3) %47 = call i32 @exit(i32 noundef 1) #3 unreachable 48: ; preds = %39 %49 = load i32, ptr @F_RDLCK, align 4 %50 = getelementptr inbounds %struct.flock, ptr %8, i32 0, i32 3 store i32 %49, ptr %50, align 8 %51 = getelementptr inbounds %struct.flock, ptr %8, i32 0, i32 2 store i64 0, ptr %51, align 8 %52 = load i32, ptr @SEEK_CUR, align 4 %53 = getelementptr inbounds %struct.flock, ptr %8, i32 0, i32 1 store i32 %52, ptr %53, align 8 %54 = getelementptr inbounds %struct.flock, ptr %8, i32 0, i32 0 store i64 0, ptr %54, align 8 %55 = load i32, ptr %6, align 4 %56 = load i32, ptr @F_GETLK, align 4 %57 = call i32 (i32, i32, ...) @fcntl(i32 noundef %55, i32 noundef %56, ptr noundef %8) store i32 %57, ptr %7, align 4 %58 = load i32, ptr %7, align 4 %59 = icmp eq i32 %58, -1 br i1 %59, label %60, label %63 60: ; preds = %48 %61 = call i32 @perror(ptr noundef @.str.4) %62 = call i32 @exit(i32 noundef 1) #3 unreachable 63: ; preds = %48 %64 = load i32, ptr %6, align 4 %65 = call i32 @close(i32 noundef %64) %66 = call i32 @exit(i32 noundef 0) #3 unreachable } declare i32 @printf(ptr noundef, ptr noundef) #1 ; Function Attrs: noreturn declare i32 @exit(i32 noundef) #2 declare i32 @open(ptr noundef, i32 noundef, i32 noundef) #1 declare i32 @perror(ptr noundef) #1 declare i32 @fcntl(i32 noundef, i32 noundef, ...) #1 declare i32 @close(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 = { 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/tmp6loa5n9c.c' source_filename = "/tmp/tmp6loa5n9c.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 @main() #0 { %1 = alloca i32, align 4 store i32 0, ptr %1, align 4 store i32 1, ptr %1, align 4 store i32 2, ptr %1, align 4 %2 = load i32, ptr %1, align 4 %3 = call i32 @g(i32 noundef %2) %4 = call i32 @g(i32 noundef %3) store i32 %4, ptr %1, align 4 store i32 1, ptr %1, align 4 store i32 2, ptr %1, align 4 ret void } declare i32 @g(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/tmp6loa5n9c.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 @main() #0 { %1 = alloca i32, align 4 store i32 0, ptr %1, align 4 store i32 1, ptr %1, align 4 store i32 2, ptr %1, align 4 %2 = load i32, ptr %1, align 4 %3 = call i32 @g(i32 noundef %2) %4 = call i32 @g(i32 noundef %3) store i32 %4, ptr %1, align 4 store i32 1, ptr %1, align 4 store i32 2, ptr %1, align 4 ret void } declare i32 @g(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/tmp6h82z13y.c' source_filename = "/tmp/tmp6h82z13y.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"r\00", align 1 @.str.1 = private unnamed_addr constant [14 x i8] c"%d%d%d%d%d%d\0A\00", align 1 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local void @load(ptr noundef %0, ptr noundef %1) #0 { %3 = alloca ptr, align 8 %4 = alloca ptr, align 8 %5 = alloca i32, align 4 %6 = alloca ptr, align 8 store ptr %0, ptr %3, align 8 store ptr %1, ptr %4, align 8 %7 = load ptr, ptr %4, align 8 %8 = call ptr @fopen(ptr noundef %7, ptr noundef @.str) store ptr %8, ptr %6, align 8 %9 = load ptr, ptr %6, align 8 %10 = icmp ne ptr %9, null %11 = zext i1 %10 to i32 %12 = call i32 @assert(i32 noundef %11) store i32 0, ptr %5, align 4 br label %13 13: ; preds = %64, %2 %14 = load i32, ptr %5, align 4 %15 = icmp slt i32 %14, 729 br i1 %15, label %16, label %67 16: ; preds = %13 %17 = load ptr, ptr %6, align 8 %18 = load ptr, ptr %3, align 8 %19 = load i32, ptr %5, align 4 %20 = sext i32 %19 to i64 %21 = getelementptr inbounds ptr, ptr %18, i64 %20 %22 = load ptr, ptr %21, align 8 %23 = getelementptr inbounds i32, ptr %22, i64 0 %24 = load ptr, ptr %3, align 8 %25 = load i32, ptr %5, align 4 %26 = sext i32 %25 to i64 %27 = getelementptr inbounds ptr, ptr %24, i64 %26 %28 = load ptr, ptr %27, align 8 %29 = getelementptr inbounds i32, ptr %28, i64 1 %30 = load ptr, ptr %3, align 8 %31 = load i32, ptr %5, align 4 %32 = sext i32 %31 to i64 %33 = getelementptr inbounds ptr, ptr %30, i64 %32 %34 = load ptr, ptr %33, align 8 %35 = getelementptr inbounds i32, ptr %34, i64 2 %36 = load ptr, ptr %3, align 8 %37 = load i32, ptr %5, align 4 %38 = sext i32 %37 to i64 %39 = getelementptr inbounds ptr, ptr %36, i64 %38 %40 = load ptr, ptr %39, align 8 %41 = getelementptr inbounds i32, ptr %40, i64 3 %42 = load ptr, ptr %3, align 8 %43 = load i32, ptr %5, align 4 %44 = sext i32 %43 to i64 %45 = getelementptr inbounds ptr, ptr %42, i64 %44 %46 = load ptr, ptr %45, align 8 %47 = getelementptr inbounds i32, ptr %46, i64 4 %48 = load ptr, ptr %3, align 8 %49 = load i32, ptr %5, align 4 %50 = sext i32 %49 to i64 %51 = getelementptr inbounds ptr, ptr %48, i64 %50 %52 = load ptr, ptr %51, align 8 %53 = getelementptr inbounds i32, ptr %52, i64 5 %54 = call i32 @fscanf(ptr noundef %17, ptr noundef @.str.1, ptr noundef %23, ptr noundef %29, ptr noundef %35, ptr noundef %41, ptr noundef %47, ptr noundef %53) %55 = icmp ne i32 6, %54 br i1 %55, label %56, label %63 56: ; preds = %16 %57 = load ptr, ptr %3, align 8 %58 = load i32, ptr %5, align 4 %59 = sext i32 %58 to i64 %60 = getelementptr inbounds ptr, ptr %57, i64 %59 %61 = load ptr, ptr %60, align 8 %62 = call i32 @zeroTryte(ptr noundef %61) br label %63 63: ; preds = %56, %16 br label %64 64: ; preds = %63 %65 = load i32, ptr %5, align 4 %66 = add nsw i32 %65, 1 store i32 %66, ptr %5, align 4 br label %13, !llvm.loop !6 67: ; preds = %13 ret void } declare ptr @fopen(ptr noundef, ptr noundef) #1 declare i32 @assert(i32 noundef) #1 declare i32 @fscanf(ptr noundef, ptr noundef, ptr noundef, ptr noundef, ptr noundef, ptr noundef, ptr noundef, ptr noundef) #1 declare i32 @zeroTryte(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/tmp6h82z13y.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"r\00", align 1 @.str.1 = private unnamed_addr constant [14 x i8] c"%d%d%d%d%d%d\0A\00", align 1 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local void @load(ptr noundef %0, ptr noundef %1) #0 { %3 = alloca ptr, align 8 %4 = alloca ptr, align 8 %5 = alloca i32, align 4 %6 = alloca ptr, align 8 store ptr %0, ptr %3, align 8 store ptr %1, ptr %4, align 8 %7 = load ptr, ptr %4, align 8 %8 = call ptr @fopen(ptr noundef %7, ptr noundef @.str) store ptr %8, ptr %6, align 8 %9 = load ptr, ptr %6, align 8 %10 = icmp ne ptr %9, null %11 = zext i1 %10 to i32 %12 = call i32 @assert(i32 noundef %11) store i32 0, ptr %5, align 4 %13 = load i32, ptr %5, align 4 %14 = icmp slt i32 %13, 729 br i1 %14, label %.lr.ph, label %68 .lr.ph: ; preds = %2 br label %15 15: ; preds = %.lr.ph, %63 %16 = load ptr, ptr %6, align 8 %17 = load ptr, ptr %3, align 8 %18 = load i32, ptr %5, align 4 %19 = sext i32 %18 to i64 %20 = getelementptr inbounds ptr, ptr %17, i64 %19 %21 = load ptr, ptr %20, align 8 %22 = getelementptr inbounds i32, ptr %21, i64 0 %23 = load ptr, ptr %3, align 8 %24 = load i32, ptr %5, align 4 %25 = sext i32 %24 to i64 %26 = getelementptr inbounds ptr, ptr %23, i64 %25 %27 = load ptr, ptr %26, align 8 %28 = getelementptr inbounds i32, ptr %27, i64 1 %29 = load ptr, ptr %3, align 8 %30 = load i32, ptr %5, align 4 %31 = sext i32 %30 to i64 %32 = getelementptr inbounds ptr, ptr %29, i64 %31 %33 = load ptr, ptr %32, align 8 %34 = getelementptr inbounds i32, ptr %33, i64 2 %35 = load ptr, ptr %3, align 8 %36 = load i32, ptr %5, align 4 %37 = sext i32 %36 to i64 %38 = getelementptr inbounds ptr, ptr %35, i64 %37 %39 = load ptr, ptr %38, align 8 %40 = getelementptr inbounds i32, ptr %39, i64 3 %41 = load ptr, ptr %3, align 8 %42 = load i32, ptr %5, align 4 %43 = sext i32 %42 to i64 %44 = getelementptr inbounds ptr, ptr %41, i64 %43 %45 = load ptr, ptr %44, align 8 %46 = getelementptr inbounds i32, ptr %45, i64 4 %47 = load ptr, ptr %3, align 8 %48 = load i32, ptr %5, align 4 %49 = sext i32 %48 to i64 %50 = getelementptr inbounds ptr, ptr %47, i64 %49 %51 = load ptr, ptr %50, align 8 %52 = getelementptr inbounds i32, ptr %51, i64 5 %53 = call i32 @fscanf(ptr noundef %16, ptr noundef @.str.1, ptr noundef %22, ptr noundef %28, ptr noundef %34, ptr noundef %40, ptr noundef %46, ptr noundef %52) %54 = icmp ne i32 6, %53 br i1 %54, label %55, label %62 55: ; preds = %15 %56 = load ptr, ptr %3, align 8 %57 = load i32, ptr %5, align 4 %58 = sext i32 %57 to i64 %59 = getelementptr inbounds ptr, ptr %56, i64 %58 %60 = load ptr, ptr %59, align 8 %61 = call i32 @zeroTryte(ptr noundef %60) br label %62 62: ; preds = %55, %15 br label %63 63: ; preds = %62 %64 = load i32, ptr %5, align 4 %65 = add nsw i32 %64, 1 store i32 %65, ptr %5, align 4 %66 = load i32, ptr %5, align 4 %67 = icmp slt i32 %66, 729 br i1 %67, label %15, label %._crit_edge, !llvm.loop !6 ._crit_edge: ; preds = %63 br label %68 68: ; preds = %._crit_edge, %2 ret void } declare ptr @fopen(ptr noundef, ptr noundef) #1 declare i32 @assert(i32 noundef) #1 declare i32 @fscanf(ptr noundef, ptr noundef, ptr noundef, ptr noundef, ptr noundef, ptr noundef, ptr noundef, ptr noundef) #1 declare i32 @zeroTryte(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/tmptho6n73p.c' source_filename = "/tmp/tmptho6n73p.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/tmptho6n73p.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/tmpgrk6qs7o.c' source_filename = "/tmp/tmpgrk6qs7o.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 @acoshf(float noundef %0) #0 { %2 = alloca float, align 4 store float %0, ptr %2, align 4 %3 = load float, ptr %2, align 4 %4 = call float @__nv_acoshf(float noundef %3) ret float %4 } declare float @__nv_acoshf(float 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/tmpgrk6qs7o.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 @acoshf(float noundef %0) #0 { %2 = alloca float, align 4 store float %0, ptr %2, align 4 %3 = load float, ptr %2, align 4 %4 = call float @__nv_acoshf(float noundef %3) ret float %4 } declare float @__nv_acoshf(float 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/tmp73ns_5tx.c' source_filename = "/tmp/tmp73ns_5tx.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/tmp73ns_5tx.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/tmprtu29hcl.c' source_filename = "/tmp/tmprtu29hcl.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 @.str.1 = private unnamed_addr constant [3 x i8] c"wb\00", align 1 @SEEK_END = dso_local global i32 0, align 4 @SEEK_SET = dso_local global i32 0, align 4 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local i32 @encode_file(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 %7 = alloca ptr, align 8 %8 = alloca ptr, align 8 %9 = alloca ptr, align 8 %10 = alloca i32, align 4 %11 = alloca i32, align 4 store ptr %0, ptr %4, align 8 store ptr %1, ptr %5, align 8 store i32 0, ptr %10, align 4 store i32 0, ptr %11, align 4 %12 = load ptr, ptr %4, align 8 %13 = call ptr @fopen(ptr noundef %12, ptr noundef @.str) store ptr %13, ptr %6, align 8 %14 = load ptr, ptr %5, align 8 %15 = call ptr @fopen(ptr noundef %14, ptr noundef @.str.1) store ptr %15, ptr %7, align 8 %16 = load ptr, ptr %6, align 8 %17 = icmp eq ptr %16, null br i1 %17, label %21, label %18 18: ; preds = %2 %19 = load ptr, ptr %7, align 8 %20 = icmp eq ptr %19, null br i1 %20, label %21, label %22 21: ; preds = %18, %2 store i32 -1, ptr %3, align 4 br label %61 22: ; preds = %18 %23 = load ptr, ptr %6, align 8 %24 = load i32, ptr @SEEK_END, align 4 %25 = call i32 @fseek(ptr noundef %23, i32 noundef 0, i32 noundef %24) %26 = load ptr, ptr %6, align 8 %27 = call i32 @ftell(ptr noundef %26) store i32 %27, ptr %10, align 4 %28 = load ptr, ptr %6, align 8 %29 = load i32, ptr @SEEK_SET, align 4 %30 = call i32 @fseek(ptr noundef %28, i32 noundef 0, i32 noundef %29) %31 = load i32, ptr %10, align 4 %32 = call i64 @malloc(i32 noundef %31) %33 = inttoptr i64 %32 to ptr store ptr %33, ptr %8, align 8 %34 = load i32, ptr %10, align 4 %35 = mul i32 %34, 9 %36 = call i64 @malloc(i32 noundef %35) %37 = inttoptr i64 %36 to ptr store ptr %37, ptr %9, align 8 %38 = load ptr, ptr %8, align 8 %39 = load i32, ptr %10, align 4 %40 = load ptr, ptr %6, align 8 %41 = call i32 @fread(ptr noundef %38, i32 noundef 1, i32 noundef %39, ptr noundef %40) %42 = load ptr, ptr %8, align 8 %43 = load ptr, ptr %9, align 8 %44 = call i32 @lzs_encode(ptr noundef %42, ptr noundef %43, ptr noundef %10, ptr noundef %11) %45 = load ptr, ptr %9, align 8 %46 = load i32, ptr %11, align 4 %47 = load ptr, ptr %7, align 8 %48 = call i32 @fwrite(ptr noundef %45, i32 noundef 1, i32 noundef %46, ptr noundef %47) %49 = load ptr, ptr %6, align 8 %50 = call i32 @fflush(ptr noundef %49) %51 = load ptr, ptr %7, align 8 %52 = call i32 @fflush(ptr noundef %51) %53 = load ptr, ptr %6, align 8 %54 = call i32 @fclose(ptr noundef %53) %55 = load ptr, ptr %7, align 8 %56 = call i32 @fclose(ptr noundef %55) %57 = load ptr, ptr %8, align 8 %58 = call i32 @free(ptr noundef %57) %59 = load ptr, ptr %9, align 8 %60 = call i32 @free(ptr noundef %59) store i32 0, ptr %3, align 4 br label %61 61: ; preds = %22, %21 %62 = load i32, ptr %3, align 4 ret i32 %62 } declare ptr @fopen(ptr noundef, ptr noundef) #1 declare i32 @fseek(ptr noundef, i32 noundef, i32 noundef) #1 declare i32 @ftell(ptr noundef) #1 declare i64 @malloc(i32 noundef) #1 declare i32 @fread(ptr noundef, i32 noundef, i32 noundef, ptr noundef) #1 declare i32 @lzs_encode(ptr noundef, ptr noundef, ptr noundef, ptr noundef) #1 declare i32 @fwrite(ptr noundef, i32 noundef, i32 noundef, ptr noundef) #1 declare i32 @fflush(ptr noundef) #1 declare i32 @fclose(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" } !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/tmprtu29hcl.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 @.str.1 = private unnamed_addr constant [3 x i8] c"wb\00", align 1 @SEEK_END = dso_local global i32 0, align 4 @SEEK_SET = dso_local global i32 0, align 4 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local i32 @encode_file(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 %7 = alloca ptr, align 8 %8 = alloca ptr, align 8 %9 = alloca ptr, align 8 %10 = alloca i32, align 4 %11 = alloca i32, align 4 store ptr %0, ptr %4, align 8 store ptr %1, ptr %5, align 8 store i32 0, ptr %10, align 4 store i32 0, ptr %11, align 4 %12 = load ptr, ptr %4, align 8 %13 = call ptr @fopen(ptr noundef %12, ptr noundef @.str) store ptr %13, ptr %6, align 8 %14 = load ptr, ptr %5, align 8 %15 = call ptr @fopen(ptr noundef %14, ptr noundef @.str.1) store ptr %15, ptr %7, align 8 %16 = load ptr, ptr %6, align 8 %17 = icmp eq ptr %16, null br i1 %17, label %21, label %18 18: ; preds = %2 %19 = load ptr, ptr %7, align 8 %20 = icmp eq ptr %19, null br i1 %20, label %21, label %22 21: ; preds = %18, %2 store i32 -1, ptr %3, align 4 br label %61 22: ; preds = %18 %23 = load ptr, ptr %6, align 8 %24 = load i32, ptr @SEEK_END, align 4 %25 = call i32 @fseek(ptr noundef %23, i32 noundef 0, i32 noundef %24) %26 = load ptr, ptr %6, align 8 %27 = call i32 @ftell(ptr noundef %26) store i32 %27, ptr %10, align 4 %28 = load ptr, ptr %6, align 8 %29 = load i32, ptr @SEEK_SET, align 4 %30 = call i32 @fseek(ptr noundef %28, i32 noundef 0, i32 noundef %29) %31 = load i32, ptr %10, align 4 %32 = call i64 @malloc(i32 noundef %31) %33 = inttoptr i64 %32 to ptr store ptr %33, ptr %8, align 8 %34 = load i32, ptr %10, align 4 %35 = mul i32 %34, 9 %36 = call i64 @malloc(i32 noundef %35) %37 = inttoptr i64 %36 to ptr store ptr %37, ptr %9, align 8 %38 = load ptr, ptr %8, align 8 %39 = load i32, ptr %10, align 4 %40 = load ptr, ptr %6, align 8 %41 = call i32 @fread(ptr noundef %38, i32 noundef 1, i32 noundef %39, ptr noundef %40) %42 = load ptr, ptr %8, align 8 %43 = load ptr, ptr %9, align 8 %44 = call i32 @lzs_encode(ptr noundef %42, ptr noundef %43, ptr noundef %10, ptr noundef %11) %45 = load ptr, ptr %9, align 8 %46 = load i32, ptr %11, align 4 %47 = load ptr, ptr %7, align 8 %48 = call i32 @fwrite(ptr noundef %45, i32 noundef 1, i32 noundef %46, ptr noundef %47) %49 = load ptr, ptr %6, align 8 %50 = call i32 @fflush(ptr noundef %49) %51 = load ptr, ptr %7, align 8 %52 = call i32 @fflush(ptr noundef %51) %53 = load ptr, ptr %6, align 8 %54 = call i32 @fclose(ptr noundef %53) %55 = load ptr, ptr %7, align 8 %56 = call i32 @fclose(ptr noundef %55) %57 = load ptr, ptr %8, align 8 %58 = call i32 @free(ptr noundef %57) %59 = load ptr, ptr %9, align 8 %60 = call i32 @free(ptr noundef %59) store i32 0, ptr %3, align 4 br label %61 61: ; preds = %22, %21 %62 = load i32, ptr %3, align 4 ret i32 %62 } declare ptr @fopen(ptr noundef, ptr noundef) #1 declare i32 @fseek(ptr noundef, i32 noundef, i32 noundef) #1 declare i32 @ftell(ptr noundef) #1 declare i64 @malloc(i32 noundef) #1 declare i32 @fread(ptr noundef, i32 noundef, i32 noundef, ptr noundef) #1 declare i32 @lzs_encode(ptr noundef, ptr noundef, ptr noundef, ptr noundef) #1 declare i32 @fwrite(ptr noundef, i32 noundef, i32 noundef, ptr noundef) #1 declare i32 @fflush(ptr noundef) #1 declare i32 @fclose(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" } !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/tmp4xejj65p.c' source_filename = "/tmp/tmp4xejj65p.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 weak dso_local void @CAN_RX1_IRQHandler() #0 { %1 = call i32 (...) @default_handler() ret void } declare i32 @default_handler(...) #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/tmp4xejj65p.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 weak dso_local void @CAN_RX1_IRQHandler() #0 { %1 = call i32 (...) @default_handler() ret void } declare i32 @default_handler(...) #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/tmp7t1hf3h9.c' source_filename = "/tmp/tmp7t1hf3h9.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"%d\0A\00", align 1 @.str.1 = private unnamed_addr constant [12 x i8] c"%d, %d, %d\0A\00", align 1 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local i32 @main() #0 { %1 = alloca i32, align 4 store i32 0, ptr %1, align 4 %2 = call i32 (ptr, i32, ...) @printf(ptr noundef @.str, i32 noundef 12) %3 = call i32 (ptr, i32, ...) @printf(ptr noundef @.str.1, i32 noundef 12, i32 noundef 24, i32 noundef 36) ret i32 0 } declare i32 @printf(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/tmp7t1hf3h9.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"%d\0A\00", align 1 @.str.1 = private unnamed_addr constant [12 x i8] c"%d, %d, %d\0A\00", align 1 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local i32 @main() #0 { %1 = alloca i32, align 4 store i32 0, ptr %1, align 4 %2 = call i32 (ptr, i32, ...) @printf(ptr noundef @.str, i32 noundef 12) %3 = call i32 (ptr, i32, ...) @printf(ptr noundef @.str.1, i32 noundef 12, i32 noundef 24, i32 noundef 36) ret i32 0 } declare i32 @printf(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/tmpzhaiswe3.c' source_filename = "/tmp/tmpzhaiswe3.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"original is 0x%04X\0A\00", align 1 @.str.1 = private unnamed_addr constant [14 x i8] c"htons 0x%04X\0A\00", align 1 @.str.2 = private unnamed_addr constant [14 x i8] c"ntohs 0x%04X\0A\00", align 1 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local i32 @main() #0 { %1 = alloca i32, align 4 %2 = alloca i16, align 2 store i32 0, ptr %1, align 4 store i16 -21555, ptr %2, align 2 %3 = load i16, ptr %2, align 2 %4 = zext i16 %3 to i32 %5 = call i32 @printf(ptr noundef @.str, i32 noundef %4) %6 = load i16, ptr %2, align 2 %7 = call i32 @htons(i16 noundef zeroext %6) %8 = call i32 @printf(ptr noundef @.str.1, i32 noundef %7) %9 = load i16, ptr %2, align 2 %10 = call i32 @ntohs(i16 noundef zeroext %9) %11 = call i32 @printf(ptr noundef @.str.2, i32 noundef %10) ret i32 0 } declare i32 @printf(ptr noundef, i32 noundef) #1 declare i32 @htons(i16 noundef zeroext) #1 declare i32 @ntohs(i16 noundef zeroext) #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/tmpzhaiswe3.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"original is 0x%04X\0A\00", align 1 @.str.1 = private unnamed_addr constant [14 x i8] c"htons 0x%04X\0A\00", align 1 @.str.2 = private unnamed_addr constant [14 x i8] c"ntohs 0x%04X\0A\00", align 1 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local i32 @main() #0 { %1 = alloca i32, align 4 %2 = alloca i16, align 2 store i32 0, ptr %1, align 4 store i16 -21555, ptr %2, align 2 %3 = load i16, ptr %2, align 2 %4 = zext i16 %3 to i32 %5 = call i32 @printf(ptr noundef @.str, i32 noundef %4) %6 = load i16, ptr %2, align 2 %7 = call i32 @htons(i16 noundef zeroext %6) %8 = call i32 @printf(ptr noundef @.str.1, i32 noundef %7) %9 = load i16, ptr %2, align 2 %10 = call i32 @ntohs(i16 noundef zeroext %9) %11 = call i32 @printf(ptr noundef @.str.2, i32 noundef %10) ret i32 0 } declare i32 @printf(ptr noundef, i32 noundef) #1 declare i32 @htons(i16 noundef zeroext) #1 declare i32 @ntohs(i16 noundef zeroext) #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/tmpgflszxzy.c' source_filename = "/tmp/tmpgflszxzy.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 [15 x i8] c"Enter string: \00", align 1 @.str.1 = private unnamed_addr constant [17 x i8] c"Reverse string:\0A\00", align 1 @.str.2 = private unnamed_addr constant [2 x i8] c"\0A\00", align 1 @.str.3 = private unnamed_addr constant [19 x i8] c"%s is palindrome!\0A\00", align 1 @.str.4 = private unnamed_addr constant [23 x i8] c"%s is not palindrome!\0A\00", align 1 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local i32 @main() #0 { %1 = alloca i32, align 4 %2 = alloca [100 x i8], align 16 %3 = alloca i8, align 1 %4 = alloca [100 x i8], align 16 %5 = alloca i32, align 4 %6 = alloca i32, align 4 %7 = alloca i32, align 4 store i32 0, ptr %1, align 4 %8 = call i32 (ptr, ...) @printf(ptr noundef @.str) store i32 0, ptr %7, align 4 br label %9 9: ; preds = %17, %0 %10 = call signext i8 (...) @getchar() store i8 %10, ptr %3, align 1 %11 = load i8, ptr %3, align 1 %12 = load i32, ptr %7, align 4 %13 = sext i32 %12 to i64 %14 = getelementptr inbounds [100 x i8], ptr %2, i64 0, i64 %13 store i8 %11, ptr %14, align 1 %15 = load i32, ptr %7, align 4 %16 = add nsw i32 %15, 1 store i32 %16, ptr %7, align 4 br label %17 17: ; preds = %9 %18 = load i8, ptr %3, align 1 %19 = sext i8 %18 to i32 %20 = icmp ne i32 %19, 10 br i1 %20, label %9, label %21, !llvm.loop !6 21: ; preds = %17 %22 = load i32, ptr %7, align 4 %23 = add nsw i32 %22, -1 store i32 %23, ptr %7, align 4 %24 = load i32, ptr %7, align 4 %25 = sext i32 %24 to i64 %26 = getelementptr inbounds [100 x i8], ptr %2, i64 0, i64 %25 store i8 0, ptr %26, align 1 %27 = getelementptr inbounds [100 x i8], ptr %4, i64 0, i64 0 %28 = getelementptr inbounds [100 x i8], ptr %2, i64 0, i64 0 %29 = call i32 @strcpy(ptr noundef %27, ptr noundef %28) store i32 0, ptr %5, align 4 %30 = load i32, ptr %7, align 4 %31 = sub nsw i32 %30, 1 store i32 %31, ptr %6, align 4 br label %32 32: ; preds = %36, %21 %33 = load i32, ptr %5, align 4 %34 = load i32, ptr %6, align 4 %35 = icmp slt i32 %33, %34 br i1 %35, label %36, label %56 36: ; preds = %32 %37 = load i32, ptr %5, align 4 %38 = sext i32 %37 to i64 %39 = getelementptr inbounds [100 x i8], ptr %2, i64 0, i64 %38 %40 = load i8, ptr %39, align 1 store i8 %40, ptr %3, align 1 %41 = load i32, ptr %6, align 4 %42 = sext i32 %41 to i64 %43 = getelementptr inbounds [100 x i8], ptr %2, i64 0, i64 %42 %44 = load i8, ptr %43, align 1 %45 = load i32, ptr %5, align 4 %46 = sext i32 %45 to i64 %47 = getelementptr inbounds [100 x i8], ptr %2, i64 0, i64 %46 store i8 %44, ptr %47, align 1 %48 = load i8, ptr %3, align 1 %49 = load i32, ptr %6, align 4 %50 = sext i32 %49 to i64 %51 = getelementptr inbounds [100 x i8], ptr %2, i64 0, i64 %50 store i8 %48, ptr %51, align 1 %52 = load i32, ptr %5, align 4 %53 = add nsw i32 %52, 1 store i32 %53, ptr %5, align 4 %54 = load i32, ptr %6, align 4 %55 = add nsw i32 %54, -1 store i32 %55, ptr %6, align 4 br label %32, !llvm.loop !8 56: ; preds = %32 %57 = call i32 (ptr, ...) @printf(ptr noundef @.str.1) store i32 0, ptr %5, align 4 br label %58 58: ; preds = %68, %56 %59 = load i32, ptr %5, align 4 %60 = load i32, ptr %7, align 4 %61 = icmp slt i32 %59, %60 br i1 %61, label %62, label %71 62: ; preds = %58 %63 = load i32, ptr %5, align 4 %64 = sext i32 %63 to i64 %65 = getelementptr inbounds [100 x i8], ptr %2, i64 0, i64 %64 %66 = load i8, ptr %65, align 1 %67 = call i32 @putchar(i8 noundef signext %66) br label %68 68: ; preds = %62 %69 = load i32, ptr %5, align 4 %70 = add nsw i32 %69, 1 store i32 %70, ptr %5, align 4 br label %58, !llvm.loop !9 71: ; preds = %58 %72 = call i32 (ptr, ...) @printf(ptr noundef @.str.2) %73 = getelementptr inbounds [100 x i8], ptr %4, i64 0, i64 0 %74 = getelementptr inbounds [100 x i8], ptr %2, i64 0, i64 0 %75 = call i64 @strcmp(ptr noundef %73, ptr noundef %74) %76 = icmp eq i64 %75, 0 br i1 %76, label %77, label %80 77: ; preds = %71 %78 = getelementptr inbounds [100 x i8], ptr %2, i64 0, i64 0 %79 = call i32 (ptr, ...) @printf(ptr noundef @.str.3, ptr noundef %78) br label %83 80: ; preds = %71 %81 = getelementptr inbounds [100 x i8], ptr %2, i64 0, i64 0 %82 = call i32 (ptr, ...) @printf(ptr noundef @.str.4, ptr noundef %81) br label %83 83: ; preds = %80, %77 ret i32 0 } declare i32 @printf(ptr noundef, ...) #1 declare signext i8 @getchar(...) #1 declare i32 @strcpy(ptr noundef, ptr noundef) #1 declare i32 @putchar(i8 noundef signext) #1 declare i64 @strcmp(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"} !8 = distinct !{!8, !7} !9 = distinct !{!9, !7}
; ModuleID = '<stdin>' source_filename = "/tmp/tmpgflszxzy.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 [15 x i8] c"Enter string: \00", align 1 @.str.1 = private unnamed_addr constant [17 x i8] c"Reverse string:\0A\00", align 1 @.str.2 = private unnamed_addr constant [2 x i8] c"\0A\00", align 1 @.str.3 = private unnamed_addr constant [19 x i8] c"%s is palindrome!\0A\00", align 1 @.str.4 = private unnamed_addr constant [23 x i8] c"%s is not palindrome!\0A\00", align 1 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local i32 @main() #0 { %1 = alloca i32, align 4 %2 = alloca [100 x i8], align 16 %3 = alloca i8, align 1 %4 = alloca [100 x i8], align 16 %5 = alloca i32, align 4 %6 = alloca i32, align 4 %7 = alloca i32, align 4 store i32 0, ptr %1, align 4 %8 = call i32 (ptr, ...) @printf(ptr noundef @.str) store i32 0, ptr %7, align 4 br label %9 9: ; preds = %17, %0 %10 = call signext i8 (...) @getchar() store i8 %10, ptr %3, align 1 %11 = load i8, ptr %3, align 1 %12 = load i32, ptr %7, align 4 %13 = sext i32 %12 to i64 %14 = getelementptr inbounds [100 x i8], ptr %2, i64 0, i64 %13 store i8 %11, ptr %14, align 1 %15 = load i32, ptr %7, align 4 %16 = add nsw i32 %15, 1 store i32 %16, ptr %7, align 4 br label %17 17: ; preds = %9 %18 = load i8, ptr %3, align 1 %19 = sext i8 %18 to i32 %20 = icmp ne i32 %19, 10 br i1 %20, label %9, label %21, !llvm.loop !6 21: ; preds = %17 %22 = load i32, ptr %7, align 4 %23 = add nsw i32 %22, -1 store i32 %23, ptr %7, align 4 %24 = load i32, ptr %7, align 4 %25 = sext i32 %24 to i64 %26 = getelementptr inbounds [100 x i8], ptr %2, i64 0, i64 %25 store i8 0, ptr %26, align 1 %27 = getelementptr inbounds [100 x i8], ptr %4, i64 0, i64 0 %28 = getelementptr inbounds [100 x i8], ptr %2, i64 0, i64 0 %29 = call i32 @strcpy(ptr noundef %27, ptr noundef %28) store i32 0, ptr %5, align 4 %30 = load i32, ptr %7, align 4 %31 = sub nsw i32 %30, 1 store i32 %31, ptr %6, align 4 %32 = load i32, ptr %5, align 4 %33 = load i32, ptr %6, align 4 %34 = icmp slt i32 %32, %33 br i1 %34, label %.lr.ph, label %58 .lr.ph: ; preds = %21 br label %35 35: ; preds = %.lr.ph, %35 %36 = load i32, ptr %5, align 4 %37 = sext i32 %36 to i64 %38 = getelementptr inbounds [100 x i8], ptr %2, i64 0, i64 %37 %39 = load i8, ptr %38, align 1 store i8 %39, ptr %3, align 1 %40 = load i32, ptr %6, align 4 %41 = sext i32 %40 to i64 %42 = getelementptr inbounds [100 x i8], ptr %2, i64 0, i64 %41 %43 = load i8, ptr %42, align 1 %44 = load i32, ptr %5, align 4 %45 = sext i32 %44 to i64 %46 = getelementptr inbounds [100 x i8], ptr %2, i64 0, i64 %45 store i8 %43, ptr %46, align 1 %47 = load i8, ptr %3, align 1 %48 = load i32, ptr %6, align 4 %49 = sext i32 %48 to i64 %50 = getelementptr inbounds [100 x i8], ptr %2, i64 0, i64 %49 store i8 %47, ptr %50, align 1 %51 = load i32, ptr %5, align 4 %52 = add nsw i32 %51, 1 store i32 %52, ptr %5, align 4 %53 = load i32, ptr %6, align 4 %54 = add nsw i32 %53, -1 store i32 %54, ptr %6, align 4 %55 = load i32, ptr %5, align 4 %56 = load i32, ptr %6, align 4 %57 = icmp slt i32 %55, %56 br i1 %57, label %35, label %._crit_edge, !llvm.loop !8 ._crit_edge: ; preds = %35 br label %58 58: ; preds = %._crit_edge, %21 %59 = call i32 (ptr, ...) @printf(ptr noundef @.str.1) store i32 0, ptr %5, align 4 %60 = load i32, ptr %5, align 4 %61 = load i32, ptr %7, align 4 %62 = icmp slt i32 %60, %61 br i1 %62, label %.lr.ph2, label %75 .lr.ph2: ; preds = %58 br label %63 63: ; preds = %.lr.ph2, %69 %64 = load i32, ptr %5, align 4 %65 = sext i32 %64 to i64 %66 = getelementptr inbounds [100 x i8], ptr %2, i64 0, i64 %65 %67 = load i8, ptr %66, align 1 %68 = call i32 @putchar(i8 noundef signext %67) br label %69 69: ; preds = %63 %70 = load i32, ptr %5, align 4 %71 = add nsw i32 %70, 1 store i32 %71, ptr %5, align 4 %72 = load i32, ptr %5, align 4 %73 = load i32, ptr %7, align 4 %74 = icmp slt i32 %72, %73 br i1 %74, label %63, label %._crit_edge3, !llvm.loop !9 ._crit_edge3: ; preds = %69 br label %75 75: ; preds = %._crit_edge3, %58 %76 = call i32 (ptr, ...) @printf(ptr noundef @.str.2) %77 = getelementptr inbounds [100 x i8], ptr %4, i64 0, i64 0 %78 = getelementptr inbounds [100 x i8], ptr %2, i64 0, i64 0 %79 = call i64 @strcmp(ptr noundef %77, ptr noundef %78) %80 = icmp eq i64 %79, 0 br i1 %80, label %81, label %84 81: ; preds = %75 %82 = getelementptr inbounds [100 x i8], ptr %2, i64 0, i64 0 %83 = call i32 (ptr, ...) @printf(ptr noundef @.str.3, ptr noundef %82) br label %87 84: ; preds = %75 %85 = getelementptr inbounds [100 x i8], ptr %2, i64 0, i64 0 %86 = call i32 (ptr, ...) @printf(ptr noundef @.str.4, ptr noundef %85) br label %87 87: ; preds = %84, %81 ret i32 0 } declare i32 @printf(ptr noundef, ...) #1 declare signext i8 @getchar(...) #1 declare i32 @strcpy(ptr noundef, ptr noundef) #1 declare i32 @putchar(i8 noundef signext) #1 declare i64 @strcmp(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"} !8 = distinct !{!8, !7} !9 = distinct !{!9, !7}
; ModuleID = '/tmp/tmpask133yo.c' source_filename = "/tmp/tmpask133yo.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/tmpask133yo.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/tmprctas9bp.c' source_filename = "/tmp/tmprctas9bp.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"%o\00", align 1 @.str.1 = private unnamed_addr constant [17 x i8] c"mknod: bad mode\0A\00", align 1 @.str.2 = private unnamed_addr constant [32 x i8] c"mknod: mode is not device/fifo\0A\00", align 1 @.str.3 = private unnamed_addr constant [3 x i8] c"%d\00", align 1 @.str.4 = private unnamed_addr constant [19 x i8] c"mknod: bad device\0A\00", align 1 @.str.5 = private unnamed_addr constant [6 x i8] c"mknod\00", align 1 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local i32 @do_mknod(ptr noundef %0, ptr noundef %1, ptr noundef %2) #0 { %4 = alloca i32, align 4 %5 = alloca ptr, align 8 %6 = alloca ptr, align 8 %7 = alloca ptr, align 8 %8 = alloca i32, align 4 %9 = alloca i32, align 4 store ptr %0, ptr %5, align 8 store ptr %1, ptr %6, align 8 store ptr %2, ptr %7, align 8 store i32 -1, ptr %8, align 4 %10 = load ptr, ptr %6, align 8 %11 = call i32 @sscanf(ptr noundef %10, ptr noundef @.str, ptr noundef %8) %12 = load i32, ptr %8, align 4 %13 = icmp eq i32 %12, -1 br i1 %13, label %14, label %16 14: ; preds = %3 %15 = call i32 @printf(ptr noundef @.str.1) store i32 -1, ptr %4, align 4 br label %41 16: ; preds = %3 %17 = load i32, ptr %8, align 4 %18 = call i32 @S_ISFIFO(i32 noundef %17) %19 = icmp ne i32 %18, 0 br i1 %19, label %26, label %20 20: ; preds = %16 %21 = load i32, ptr %8, align 4 %22 = call i32 @S_ISDEV(i32 noundef %21) %23 = icmp ne i32 %22, 0 br i1 %23, label %26, label %24 24: ; preds = %20 %25 = call i32 @printf(ptr noundef @.str.2) store i32 -1, ptr %4, align 4 br label %41 26: ; preds = %20, %16 %27 = load ptr, ptr %7, align 8 %28 = call i32 @sscanf(ptr noundef %27, ptr noundef @.str.3, ptr noundef %9) %29 = icmp ne i32 %28, 1 br i1 %29, label %30, label %32 30: ; preds = %26 %31 = call i32 @printf(ptr noundef @.str.4) store i32 -1, ptr %4, align 4 br label %41 32: ; preds = %26 %33 = load ptr, ptr %5, align 8 %34 = load i32, ptr %8, align 4 %35 = load i32, ptr %9, align 4 %36 = call i64 @mknod(ptr noundef %33, i32 noundef %34, i32 noundef %35) %37 = icmp ne i64 %36, 0 br i1 %37, label %38, label %40 38: ; preds = %32 %39 = call i32 @perror(ptr noundef @.str.5) store i32 -1, ptr %4, align 4 br label %41 40: ; preds = %32 store i32 0, ptr %4, align 4 br label %41 41: ; preds = %40, %38, %30, %24, %14 %42 = load i32, ptr %4, align 4 ret i32 %42 } declare i32 @sscanf(ptr noundef, ptr noundef, ptr noundef) #1 declare i32 @printf(ptr noundef) #1 declare i32 @S_ISFIFO(i32 noundef) #1 declare i32 @S_ISDEV(i32 noundef) #1 declare i64 @mknod(ptr noundef, i32 noundef, i32 noundef) #1 declare i32 @perror(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/tmprctas9bp.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"%o\00", align 1 @.str.1 = private unnamed_addr constant [17 x i8] c"mknod: bad mode\0A\00", align 1 @.str.2 = private unnamed_addr constant [32 x i8] c"mknod: mode is not device/fifo\0A\00", align 1 @.str.3 = private unnamed_addr constant [3 x i8] c"%d\00", align 1 @.str.4 = private unnamed_addr constant [19 x i8] c"mknod: bad device\0A\00", align 1 @.str.5 = private unnamed_addr constant [6 x i8] c"mknod\00", align 1 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local i32 @do_mknod(ptr noundef %0, ptr noundef %1, ptr noundef %2) #0 { %4 = alloca i32, align 4 %5 = alloca ptr, align 8 %6 = alloca ptr, align 8 %7 = alloca ptr, align 8 %8 = alloca i32, align 4 %9 = alloca i32, align 4 store ptr %0, ptr %5, align 8 store ptr %1, ptr %6, align 8 store ptr %2, ptr %7, align 8 store i32 -1, ptr %8, align 4 %10 = load ptr, ptr %6, align 8 %11 = call i32 @sscanf(ptr noundef %10, ptr noundef @.str, ptr noundef %8) %12 = load i32, ptr %8, align 4 %13 = icmp eq i32 %12, -1 br i1 %13, label %14, label %16 14: ; preds = %3 %15 = call i32 @printf(ptr noundef @.str.1) store i32 -1, ptr %4, align 4 br label %41 16: ; preds = %3 %17 = load i32, ptr %8, align 4 %18 = call i32 @S_ISFIFO(i32 noundef %17) %19 = icmp ne i32 %18, 0 br i1 %19, label %26, label %20 20: ; preds = %16 %21 = load i32, ptr %8, align 4 %22 = call i32 @S_ISDEV(i32 noundef %21) %23 = icmp ne i32 %22, 0 br i1 %23, label %26, label %24 24: ; preds = %20 %25 = call i32 @printf(ptr noundef @.str.2) store i32 -1, ptr %4, align 4 br label %41 26: ; preds = %20, %16 %27 = load ptr, ptr %7, align 8 %28 = call i32 @sscanf(ptr noundef %27, ptr noundef @.str.3, ptr noundef %9) %29 = icmp ne i32 %28, 1 br i1 %29, label %30, label %32 30: ; preds = %26 %31 = call i32 @printf(ptr noundef @.str.4) store i32 -1, ptr %4, align 4 br label %41 32: ; preds = %26 %33 = load ptr, ptr %5, align 8 %34 = load i32, ptr %8, align 4 %35 = load i32, ptr %9, align 4 %36 = call i64 @mknod(ptr noundef %33, i32 noundef %34, i32 noundef %35) %37 = icmp ne i64 %36, 0 br i1 %37, label %38, label %40 38: ; preds = %32 %39 = call i32 @perror(ptr noundef @.str.5) store i32 -1, ptr %4, align 4 br label %41 40: ; preds = %32 store i32 0, ptr %4, align 4 br label %41 41: ; preds = %40, %38, %30, %24, %14 %42 = load i32, ptr %4, align 4 ret i32 %42 } declare i32 @sscanf(ptr noundef, ptr noundef, ptr noundef) #1 declare i32 @printf(ptr noundef) #1 declare i32 @S_ISFIFO(i32 noundef) #1 declare i32 @S_ISDEV(i32 noundef) #1 declare i64 @mknod(ptr noundef, i32 noundef, i32 noundef) #1 declare i32 @perror(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/tmpia0n9xlw.c' source_filename = "/tmp/tmpia0n9xlw.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 [9 x i8] c"data100m\00", align 1 @O_CREAT = dso_local global i32 0, align 4 @O_WRONLY = dso_local global i32 0, align 4 @O_DSYNC = dso_local global i32 0, align 4 @SEEK_SET = 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 ptr, align 8 %7 = alloca i32, align 4 %8 = 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 %9 = call ptr @malloc(i32 noundef 1048576) store ptr %9, ptr %6, align 8 %10 = icmp eq ptr %9, null br i1 %10, label %11, label %14 11: ; preds = %2 %12 = call i32 @perror(ptr noundef null) %13 = call i32 @exit(i32 noundef 1) #3 unreachable 14: ; preds = %2 %15 = load i32, ptr @O_CREAT, align 4 %16 = load i32, ptr @O_WRONLY, align 4 %17 = or i32 %15, %16 %18 = load i32, ptr @O_DSYNC, align 4 %19 = or i32 %17, %18 %20 = call i32 @open(ptr noundef @.str, i32 noundef %19) store i32 %20, ptr %7, align 4 %21 = icmp eq i32 %20, -1 br i1 %21, label %22, label %25 22: ; preds = %14 %23 = call i32 @perror(ptr noundef null) %24 = call i32 @exit(i32 noundef 1) #3 unreachable 25: ; preds = %14 br label %26 26: ; preds = %50, %25 store i32 0, ptr %8, align 4 br label %27 27: ; preds = %39, %26 %28 = load i32, ptr %8, align 4 %29 = icmp ne i32 %28, 100 br i1 %29, label %30, label %42 30: ; preds = %27 %31 = load i32, ptr %7, align 4 %32 = load ptr, ptr %6, align 8 %33 = call i32 @write(i32 noundef %31, ptr noundef %32, i32 noundef 1048576) %34 = icmp eq i32 %33, -1 br i1 %34, label %35, label %38 35: ; preds = %30 %36 = call i32 @perror(ptr noundef null) %37 = call i32 @exit(i32 noundef 1) #3 unreachable 38: ; preds = %30 br label %39 39: ; preds = %38 %40 = load i32, ptr %8, align 4 %41 = add nsw i32 %40, 1 store i32 %41, ptr %8, align 4 br label %27, !llvm.loop !6 42: ; preds = %27 %43 = load i32, ptr %7, align 4 %44 = load i32, ptr @SEEK_SET, align 4 %45 = call i32 @lseek(i32 noundef %43, i32 noundef 0, i32 noundef %44) %46 = icmp eq i32 %45, -1 br i1 %46, label %47, label %50 47: ; preds = %42 %48 = call i32 @perror(ptr noundef null) %49 = call i32 @exit(i32 noundef 1) #3 unreachable 50: ; preds = %42 br label %26 } declare ptr @malloc(i32 noundef) #1 declare i32 @perror(ptr noundef) #1 ; Function Attrs: noreturn declare i32 @exit(i32 noundef) #2 declare i32 @open(ptr noundef, i32 noundef) #1 declare i32 @write(i32 noundef, ptr noundef, i32 noundef) #1 declare i32 @lseek(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" } 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/tmpia0n9xlw.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 [9 x i8] c"data100m\00", align 1 @O_CREAT = dso_local global i32 0, align 4 @O_WRONLY = dso_local global i32 0, align 4 @O_DSYNC = dso_local global i32 0, align 4 @SEEK_SET = 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 ptr, align 8 %7 = alloca i32, align 4 %8 = 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 %9 = call ptr @malloc(i32 noundef 1048576) store ptr %9, ptr %6, align 8 %10 = icmp eq ptr %9, null br i1 %10, label %11, label %14 11: ; preds = %2 %12 = call i32 @perror(ptr noundef null) %13 = call i32 @exit(i32 noundef 1) #3 unreachable 14: ; preds = %2 %15 = load i32, ptr @O_CREAT, align 4 %16 = load i32, ptr @O_WRONLY, align 4 %17 = or i32 %15, %16 %18 = load i32, ptr @O_DSYNC, align 4 %19 = or i32 %17, %18 %20 = call i32 @open(ptr noundef @.str, i32 noundef %19) store i32 %20, ptr %7, align 4 %21 = icmp eq i32 %20, -1 br i1 %21, label %22, label %25 22: ; preds = %14 %23 = call i32 @perror(ptr noundef null) %24 = call i32 @exit(i32 noundef 1) #3 unreachable 25: ; preds = %14 br label %26 26: ; preds = %43, %25 store i32 0, ptr %8, align 4 %27 = load i32, ptr %8, align 4 %28 = icmp ne i32 %27, 100 br i1 %28, label %.lr.ph, label %43 .lr.ph: ; preds = %26 br label %29 29: ; preds = %.lr.ph, %38 %30 = load i32, ptr %7, align 4 %31 = load ptr, ptr %6, align 8 %32 = call i32 @write(i32 noundef %30, ptr noundef %31, i32 noundef 1048576) %33 = icmp eq i32 %32, -1 br i1 %33, label %34, label %37 34: ; preds = %29 %35 = call i32 @perror(ptr noundef null) %36 = call i32 @exit(i32 noundef 1) #3 unreachable 37: ; preds = %29 br label %38 38: ; preds = %37 %39 = load i32, ptr %8, align 4 %40 = add nsw i32 %39, 1 store i32 %40, ptr %8, align 4 %41 = load i32, ptr %8, align 4 %42 = icmp ne i32 %41, 100 br i1 %42, label %29, label %._crit_edge, !llvm.loop !6 ._crit_edge: ; preds = %38 br label %43 43: ; preds = %._crit_edge, %26 %44 = load i32, ptr %7, align 4 %45 = load i32, ptr @SEEK_SET, align 4 %46 = call i32 @lseek(i32 noundef %44, i32 noundef 0, i32 noundef %45) %47 = icmp eq i32 %46, -1 br i1 %47, label %48, label %26 48: ; preds = %43 %49 = call i32 @perror(ptr noundef null) %50 = call i32 @exit(i32 noundef 1) #3 unreachable } declare ptr @malloc(i32 noundef) #1 declare i32 @perror(ptr noundef) #1 ; Function Attrs: noreturn declare i32 @exit(i32 noundef) #2 declare i32 @open(ptr noundef, i32 noundef) #1 declare i32 @write(i32 noundef, ptr noundef, i32 noundef) #1 declare i32 @lseek(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" } 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/tmpvc9cifhe.c' source_filename = "/tmp/tmpvc9cifhe.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 @rb_write(i32 noundef %0, ptr noundef %1, i64 noundef %2) #0 { %4 = alloca i64, align 8 %5 = alloca i32, align 4 %6 = alloca ptr, align 8 %7 = alloca i64, align 8 store i32 %0, ptr %5, align 4 store ptr %1, ptr %6, align 8 store i64 %2, ptr %7, align 8 %8 = load ptr, ptr %6, align 8 %9 = icmp ne ptr %8, null br i1 %9, label %10, label %13 10: ; preds = %3 %11 = load i64, ptr %7, align 8 %12 = icmp sle i64 %11, 0 br i1 %12, label %13, label %14 13: ; preds = %10, %3 store i64 -1, ptr %4, align 8 br label %19 14: ; preds = %10 %15 = load ptr, ptr %6, align 8 %16 = load i64, ptr %7, align 8 %17 = load i32, ptr %5, align 4 %18 = call i64 @drain_cached_bytes(ptr noundef %15, ptr noundef null, i64 noundef %16, i32 noundef %17, ptr noundef null) store i64 %18, ptr %4, align 8 br label %19 19: ; preds = %14, %13 %20 = load i64, ptr %4, align 8 ret i64 %20 } declare i64 @drain_cached_bytes(ptr noundef, ptr noundef, i64 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/tmpvc9cifhe.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 @rb_write(i32 noundef %0, ptr noundef %1, i64 noundef %2) #0 { %4 = alloca i64, align 8 %5 = alloca i32, align 4 %6 = alloca ptr, align 8 %7 = alloca i64, align 8 store i32 %0, ptr %5, align 4 store ptr %1, ptr %6, align 8 store i64 %2, ptr %7, align 8 %8 = load ptr, ptr %6, align 8 %9 = icmp ne ptr %8, null br i1 %9, label %10, label %13 10: ; preds = %3 %11 = load i64, ptr %7, align 8 %12 = icmp sle i64 %11, 0 br i1 %12, label %13, label %14 13: ; preds = %10, %3 store i64 -1, ptr %4, align 8 br label %19 14: ; preds = %10 %15 = load ptr, ptr %6, align 8 %16 = load i64, ptr %7, align 8 %17 = load i32, ptr %5, align 4 %18 = call i64 @drain_cached_bytes(ptr noundef %15, ptr noundef null, i64 noundef %16, i32 noundef %17, ptr noundef null) store i64 %18, ptr %4, align 8 br label %19 19: ; preds = %14, %13 %20 = load i64, ptr %4, align 8 ret i64 %20 } declare i64 @drain_cached_bytes(ptr noundef, ptr noundef, i64 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/tmpf48_vlhs.c' source_filename = "/tmp/tmpf48_vlhs.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 @qtest_() #0 { %1 = alloca i32, align 4 %2 = call i32 (...) @qtest() store i32 %2, ptr %1, align 4 %3 = load i32, ptr %1, align 4 ret i32 %3 } declare i32 @qtest(...) #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/tmpf48_vlhs.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 @qtest_() #0 { %1 = alloca i32, align 4 %2 = call i32 (...) @qtest() store i32 %2, ptr %1, align 4 %3 = load i32, ptr %1, align 4 ret i32 %3 } declare i32 @qtest(...) #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/tmpn0fx_ucw.c' source_filename = "/tmp/tmpn0fx_ucw.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"malloc error\00", align 1 @.str.1 = private unnamed_addr constant [5 x i8] c"%02X\00", align 1 @.str.2 = private unnamed_addr constant [8 x i8] c"success\00", align 1 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local void @GetHexHash(ptr noundef %0, ptr noundef %1, ptr noundef %2) #0 { %4 = alloca ptr, align 8 %5 = alloca ptr, align 8 %6 = alloca ptr, align 8 %7 = alloca i32, align 4 %8 = alloca i32, align 4 store ptr %0, ptr %4, align 8 store ptr %1, ptr %5, align 8 store ptr %2, ptr %6, align 8 %9 = call i64 @malloc(i32 noundef 65) %10 = inttoptr i64 %9 to ptr %11 = load ptr, ptr %5, align 8 store ptr %10, ptr %11, align 8 %12 = load ptr, ptr %5, align 8 %13 = icmp eq ptr %12, null br i1 %13, label %14, label %16 14: ; preds = %3 %15 = load ptr, ptr %6, align 8 store ptr @.str, ptr %15, align 8 br label %39 16: ; preds = %3 store i32 0, ptr %7, align 4 store i32 0, ptr %8, align 4 br label %17 17: ; preds = %32, %16 %18 = load i32, ptr %7, align 4 %19 = icmp slt i32 %18, 32 br i1 %19, label %20, label %37 20: ; preds = %17 %21 = load ptr, ptr %5, align 8 %22 = load ptr, ptr %21, align 8 %23 = load i32, ptr %8, align 4 %24 = sext i32 %23 to i64 %25 = getelementptr inbounds i8, ptr %22, i64 %24 %26 = load ptr, ptr %4, align 8 %27 = load i32, ptr %7, align 4 %28 = sext i32 %27 to i64 %29 = getelementptr inbounds i8, ptr %26, i64 %28 %30 = load i8, ptr %29, align 1 %31 = call i32 @sprintf(ptr noundef %25, ptr noundef @.str.1, i8 noundef zeroext %30) br label %32 32: ; preds = %20 %33 = load i32, ptr %7, align 4 %34 = add nsw i32 %33, 1 store i32 %34, ptr %7, align 4 %35 = load i32, ptr %8, align 4 %36 = add nsw i32 %35, 2 store i32 %36, ptr %8, align 4 br label %17, !llvm.loop !6 37: ; preds = %17 %38 = load ptr, ptr %6, align 8 store ptr @.str.2, ptr %38, align 8 br label %39 39: ; preds = %37, %14 ret void } declare i64 @malloc(i32 noundef) #1 declare i32 @sprintf(ptr noundef, ptr noundef, i8 noundef zeroext) #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/tmpn0fx_ucw.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"malloc error\00", align 1 @.str.1 = private unnamed_addr constant [5 x i8] c"%02X\00", align 1 @.str.2 = private unnamed_addr constant [8 x i8] c"success\00", align 1 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local void @GetHexHash(ptr noundef %0, ptr noundef %1, ptr noundef %2) #0 { %4 = alloca ptr, align 8 %5 = alloca ptr, align 8 %6 = alloca ptr, align 8 %7 = alloca i32, align 4 %8 = alloca i32, align 4 store ptr %0, ptr %4, align 8 store ptr %1, ptr %5, align 8 store ptr %2, ptr %6, align 8 %9 = call i64 @malloc(i32 noundef 65) %10 = inttoptr i64 %9 to ptr %11 = load ptr, ptr %5, align 8 store ptr %10, ptr %11, align 8 %12 = load ptr, ptr %5, align 8 %13 = icmp eq ptr %12, null br i1 %13, label %14, label %16 14: ; preds = %3 %15 = load ptr, ptr %6, align 8 store ptr @.str, ptr %15, align 8 br label %40 16: ; preds = %3 store i32 0, ptr %7, align 4 store i32 0, ptr %8, align 4 %17 = load i32, ptr %7, align 4 %18 = icmp slt i32 %17, 32 br i1 %18, label %.lr.ph, label %38 .lr.ph: ; preds = %16 br label %19 19: ; preds = %.lr.ph, %31 %20 = load ptr, ptr %5, align 8 %21 = load ptr, ptr %20, align 8 %22 = load i32, ptr %8, align 4 %23 = sext i32 %22 to i64 %24 = getelementptr inbounds i8, ptr %21, i64 %23 %25 = load ptr, ptr %4, align 8 %26 = load i32, ptr %7, align 4 %27 = sext i32 %26 to i64 %28 = getelementptr inbounds i8, ptr %25, i64 %27 %29 = load i8, ptr %28, align 1 %30 = call i32 @sprintf(ptr noundef %24, ptr noundef @.str.1, i8 noundef zeroext %29) br label %31 31: ; preds = %19 %32 = load i32, ptr %7, align 4 %33 = add nsw i32 %32, 1 store i32 %33, ptr %7, align 4 %34 = load i32, ptr %8, align 4 %35 = add nsw i32 %34, 2 store i32 %35, ptr %8, align 4 %36 = load i32, ptr %7, align 4 %37 = icmp slt i32 %36, 32 br i1 %37, label %19, label %._crit_edge, !llvm.loop !6 ._crit_edge: ; preds = %31 br label %38 38: ; preds = %._crit_edge, %16 %39 = load ptr, ptr %6, align 8 store ptr @.str.2, ptr %39, align 8 br label %40 40: ; preds = %38, %14 ret void } declare i64 @malloc(i32 noundef) #1 declare i32 @sprintf(ptr noundef, ptr noundef, i8 noundef zeroext) #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/tmpfygjs1dt.c' source_filename = "/tmp/tmpfygjs1dt.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/tmpfygjs1dt.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/tmp_xmklalr.c' source_filename = "/tmp/tmp_xmklalr.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" @EOF = dso_local global i32 0, align 4 @.str = private unnamed_addr constant [10 x i8] c"%d %d %d\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 i32, align 4 %5 = alloca i32, align 4 %6 = alloca i32, align 4 store i32 0, ptr %1, align 4 store i32 0, ptr %6, align 4 store i32 0, ptr %5, align 4 store i32 0, ptr %4, align 4 store i32 0, ptr %3, align 4 br label %7 7: ; preds = %36, %0 %8 = call i32 (...) @getchar() store i32 %8, ptr %2, align 4 %9 = load i32, ptr @EOF, align 4 %10 = icmp ne i32 %8, %9 br i1 %10, label %11, label %37 11: ; preds = %7 %12 = load i32, ptr %5, align 4 %13 = add nsw i32 %12, 1 store i32 %13, ptr %5, align 4 %14 = load i32, ptr %2, align 4 %15 = icmp eq i32 %14, 10 br i1 %15, label %16, label %19 16: ; preds = %11 %17 = load i32, ptr %3, align 4 %18 = add nsw i32 %17, 1 store i32 %18, ptr %3, align 4 br label %19 19: ; preds = %16, %11 %20 = load i32, ptr %2, align 4 %21 = icmp eq i32 %20, 32 br i1 %21, label %28, label %22 22: ; preds = %19 %23 = load i32, ptr %2, align 4 %24 = icmp eq i32 %23, 10 br i1 %24, label %28, label %25 25: ; preds = %22 %26 = load i32, ptr %2, align 4 %27 = icmp eq i32 %26, 9 br i1 %27, label %28, label %29 28: ; preds = %25, %22, %19 store i32 0, ptr %6, align 4 br label %36 29: ; preds = %25 %30 = load i32, ptr %6, align 4 %31 = icmp eq i32 %30, 0 br i1 %31, label %32, label %35 32: ; preds = %29 store i32 1, ptr %6, align 4 %33 = load i32, ptr %4, align 4 %34 = add nsw i32 %33, 1 store i32 %34, ptr %4, align 4 br label %35 35: ; preds = %32, %29 br label %36 36: ; preds = %35, %28 br label %7, !llvm.loop !6 37: ; preds = %7 %38 = load i32, ptr %3, align 4 %39 = load i32, ptr %4, align 4 %40 = load i32, ptr %5, align 4 %41 = call i32 @printf(ptr noundef @.str, i32 noundef %38, i32 noundef %39, i32 noundef %40) ret i32 0 } declare i32 @getchar(...) #1 declare i32 @printf(ptr noundef, 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"} !6 = distinct !{!6, !7} !7 = !{!"llvm.loop.mustprogress"}
; ModuleID = '<stdin>' source_filename = "/tmp/tmp_xmklalr.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" @EOF = dso_local global i32 0, align 4 @.str = private unnamed_addr constant [10 x i8] c"%d %d %d\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 i32, align 4 %5 = alloca i32, align 4 %6 = alloca i32, align 4 store i32 0, ptr %1, align 4 store i32 0, ptr %6, align 4 store i32 0, ptr %5, align 4 store i32 0, ptr %4, align 4 store i32 0, ptr %3, align 4 %7 = call i32 (...) @getchar() store i32 %7, ptr %2, align 4 %8 = load i32, ptr @EOF, align 4 %9 = icmp ne i32 %7, %8 br i1 %9, label %.lr.ph, label %39 .lr.ph: ; preds = %0 br label %10 10: ; preds = %.lr.ph, %35 %11 = load i32, ptr %5, align 4 %12 = add nsw i32 %11, 1 store i32 %12, ptr %5, align 4 %13 = load i32, ptr %2, align 4 %14 = icmp eq i32 %13, 10 br i1 %14, label %15, label %18 15: ; preds = %10 %16 = load i32, ptr %3, align 4 %17 = add nsw i32 %16, 1 store i32 %17, ptr %3, align 4 br label %18 18: ; preds = %15, %10 %19 = load i32, ptr %2, align 4 %20 = icmp eq i32 %19, 32 br i1 %20, label %27, label %21 21: ; preds = %18 %22 = load i32, ptr %2, align 4 %23 = icmp eq i32 %22, 10 br i1 %23, label %27, label %24 24: ; preds = %21 %25 = load i32, ptr %2, align 4 %26 = icmp eq i32 %25, 9 br i1 %26, label %27, label %28 27: ; preds = %24, %21, %18 store i32 0, ptr %6, align 4 br label %35 28: ; preds = %24 %29 = load i32, ptr %6, align 4 %30 = icmp eq i32 %29, 0 br i1 %30, label %31, label %34 31: ; preds = %28 store i32 1, ptr %6, align 4 %32 = load i32, ptr %4, align 4 %33 = add nsw i32 %32, 1 store i32 %33, ptr %4, align 4 br label %34 34: ; preds = %31, %28 br label %35 35: ; preds = %34, %27 %36 = call i32 (...) @getchar() store i32 %36, ptr %2, align 4 %37 = load i32, ptr @EOF, align 4 %38 = icmp ne i32 %36, %37 br i1 %38, label %10, label %._crit_edge, !llvm.loop !6 ._crit_edge: ; preds = %35 br label %39 39: ; preds = %._crit_edge, %0 %40 = load i32, ptr %3, align 4 %41 = load i32, ptr %4, align 4 %42 = load i32, ptr %5, align 4 %43 = call i32 @printf(ptr noundef @.str, i32 noundef %40, i32 noundef %41, i32 noundef %42) ret i32 0 } declare i32 @getchar(...) #1 declare i32 @printf(ptr noundef, 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"} !6 = distinct !{!6, !7} !7 = !{!"llvm.loop.mustprogress"}
; ModuleID = '/tmp/tmp1rmmuc0n.c' source_filename = "/tmp/tmp1rmmuc0n.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/tmp1rmmuc0n.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/tmpu55oqx0g.c' source_filename = "/tmp/tmpu55oqx0g.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 [50 x i8] c"\0AShould it be a name or a digit? [N] / [D]\0A\09\09\09-> \00", align 1 @.str.1 = private unnamed_addr constant [43 x i8] c"What name would you want to search?\0A\09\09\09-> \00", align 1 @stdin = dso_local global i32 0, align 4 @.str.2 = private unnamed_addr constant [2 x i8] c"\0A\00", align 1 @.str.3 = private unnamed_addr constant [41 x i8] c"What value would you search for?:\0A\09\09\09-> \00", align 1 @.str.4 = private unnamed_addr constant [3 x i8] c"%d\00", align 1 @.str.5 = private unnamed_addr constant [42 x i8] c"And \22%c\22 stands for a name or a digit ?!\0A\00", align 1 @.str.6 = private unnamed_addr constant [6 x i8] c"\09\09:-|\00", align 1 @.str.7 = private unnamed_addr constant [28 x i8] c"But I understand you man...\00", align 1 @.str.8 = private unnamed_addr constant [41 x i8] c"It's not your fault, it's your parents!\0A\00", align 1 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local signext i8 @ask_what2search(ptr noundef %0, ptr noundef %1) #0 { %3 = alloca ptr, align 8 %4 = alloca ptr, align 8 %5 = alloca i8, align 1 %6 = alloca [10 x i8], align 1 %7 = alloca i32, align 4 store ptr %0, ptr %3, align 8 store ptr %1, ptr %4, align 8 %8 = call i32 (ptr, ...) @printf(ptr noundef @.str) %9 = call signext i8 (...) @getchar() store i8 %9, ptr %5, align 1 br label %10 10: ; preds = %14, %2 %11 = call signext i8 (...) @getchar() %12 = sext i8 %11 to i32 %13 = icmp ne i32 %12, 10 br i1 %13, label %14, label %15 14: ; preds = %10 br label %10, !llvm.loop !6 15: ; preds = %10 %16 = load i8, ptr %5, align 1 %17 = sext i8 %16 to i32 %18 = icmp sgt i32 %17, 97 br i1 %18, label %19, label %28 19: ; preds = %15 %20 = load i8, ptr %5, align 1 %21 = sext i8 %20 to i32 %22 = icmp slt i32 %21, 122 br i1 %22, label %23, label %28 23: ; preds = %19 %24 = load i8, ptr %5, align 1 %25 = sext i8 %24 to i32 %26 = add nsw i32 %25, -32 %27 = trunc i32 %26 to i8 store i8 %27, ptr %5, align 1 br label %28 28: ; preds = %23, %19, %15 %29 = load i8, ptr %5, align 1 %30 = sext i8 %29 to i32 switch i32 %30, label %53 [ i32 78, label %31 i32 68, label %42 ] 31: ; preds = %28 %32 = call i32 (ptr, ...) @printf(ptr noundef @.str.1) %33 = getelementptr inbounds [10 x i8], ptr %6, i64 0, i64 0 %34 = load i32, ptr @stdin, align 4 %35 = call i32 @fgets(ptr noundef %33, i32 noundef 10, i32 noundef %34) %36 = getelementptr inbounds [10 x i8], ptr %6, i64 0, i64 0 %37 = call i64 @strcspn(ptr noundef %36, ptr noundef @.str.2) %38 = getelementptr inbounds [10 x i8], ptr %6, i64 0, i64 %37 store i8 0, ptr %38, align 1 %39 = load ptr, ptr %3, align 8 %40 = getelementptr inbounds [10 x i8], ptr %6, i64 0, i64 0 %41 = call i32 @strcpy(ptr noundef %39, ptr noundef %40) br label %60 42: ; preds = %28 %43 = call i32 (ptr, ...) @printf(ptr noundef @.str.3) %44 = call i32 @scanf(ptr noundef @.str.4, ptr noundef %7) br label %45 45: ; preds = %49, %42 %46 = call signext i8 (...) @getchar() %47 = sext i8 %46 to i32 %48 = icmp ne i32 %47, 10 br i1 %48, label %49, label %50 49: ; preds = %45 br label %45, !llvm.loop !8 50: ; preds = %45 %51 = load i32, ptr %7, align 4 %52 = load ptr, ptr %4, align 8 store i32 %51, ptr %52, align 4 br label %60 53: ; preds = %28 %54 = load i8, ptr %5, align 1 %55 = sext i8 %54 to i32 %56 = call i32 (ptr, ...) @printf(ptr noundef @.str.5, i32 noundef %55) %57 = call i32 @puts(ptr noundef @.str.6) %58 = call i32 @puts(ptr noundef @.str.7) %59 = call i32 @puts(ptr noundef @.str.8) br label %60 60: ; preds = %53, %50, %31 %61 = load i8, ptr %5, align 1 ret i8 %61 } declare i32 @printf(ptr noundef, ...) #1 declare signext i8 @getchar(...) #1 declare i32 @fgets(ptr noundef, i32 noundef, i32 noundef) #1 declare i64 @strcspn(ptr noundef, ptr noundef) #1 declare i32 @strcpy(ptr noundef, ptr noundef) #1 declare i32 @scanf(ptr noundef, ptr noundef) #1 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"} !6 = distinct !{!6, !7} !7 = !{!"llvm.loop.mustprogress"} !8 = distinct !{!8, !7}
; ModuleID = '<stdin>' source_filename = "/tmp/tmpu55oqx0g.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 [50 x i8] c"\0AShould it be a name or a digit? [N] / [D]\0A\09\09\09-> \00", align 1 @.str.1 = private unnamed_addr constant [43 x i8] c"What name would you want to search?\0A\09\09\09-> \00", align 1 @stdin = dso_local global i32 0, align 4 @.str.2 = private unnamed_addr constant [2 x i8] c"\0A\00", align 1 @.str.3 = private unnamed_addr constant [41 x i8] c"What value would you search for?:\0A\09\09\09-> \00", align 1 @.str.4 = private unnamed_addr constant [3 x i8] c"%d\00", align 1 @.str.5 = private unnamed_addr constant [42 x i8] c"And \22%c\22 stands for a name or a digit ?!\0A\00", align 1 @.str.6 = private unnamed_addr constant [6 x i8] c"\09\09:-|\00", align 1 @.str.7 = private unnamed_addr constant [28 x i8] c"But I understand you man...\00", align 1 @.str.8 = private unnamed_addr constant [41 x i8] c"It's not your fault, it's your parents!\0A\00", align 1 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local signext i8 @ask_what2search(ptr noundef %0, ptr noundef %1) #0 { %3 = alloca ptr, align 8 %4 = alloca ptr, align 8 %5 = alloca i8, align 1 %6 = alloca [10 x i8], align 1 %7 = alloca i32, align 4 store ptr %0, ptr %3, align 8 store ptr %1, ptr %4, align 8 %8 = call i32 (ptr, ...) @printf(ptr noundef @.str) %9 = call signext i8 (...) @getchar() store i8 %9, ptr %5, align 1 br label %10 10: ; preds = %10, %2 %11 = call signext i8 (...) @getchar() %12 = sext i8 %11 to i32 %13 = icmp ne i32 %12, 10 br i1 %13, label %10, label %14, !llvm.loop !6 14: ; preds = %10 %15 = load i8, ptr %5, align 1 %16 = sext i8 %15 to i32 %17 = icmp sgt i32 %16, 97 br i1 %17, label %18, label %27 18: ; preds = %14 %19 = load i8, ptr %5, align 1 %20 = sext i8 %19 to i32 %21 = icmp slt i32 %20, 122 br i1 %21, label %22, label %27 22: ; preds = %18 %23 = load i8, ptr %5, align 1 %24 = sext i8 %23 to i32 %25 = add nsw i32 %24, -32 %26 = trunc i32 %25 to i8 store i8 %26, ptr %5, align 1 br label %27 27: ; preds = %22, %18, %14 %28 = load i8, ptr %5, align 1 %29 = sext i8 %28 to i32 switch i32 %29, label %51 [ i32 78, label %30 i32 68, label %41 ] 30: ; preds = %27 %31 = call i32 (ptr, ...) @printf(ptr noundef @.str.1) %32 = getelementptr inbounds [10 x i8], ptr %6, i64 0, i64 0 %33 = load i32, ptr @stdin, align 4 %34 = call i32 @fgets(ptr noundef %32, i32 noundef 10, i32 noundef %33) %35 = getelementptr inbounds [10 x i8], ptr %6, i64 0, i64 0 %36 = call i64 @strcspn(ptr noundef %35, ptr noundef @.str.2) %37 = getelementptr inbounds [10 x i8], ptr %6, i64 0, i64 %36 store i8 0, ptr %37, align 1 %38 = load ptr, ptr %3, align 8 %39 = getelementptr inbounds [10 x i8], ptr %6, i64 0, i64 0 %40 = call i32 @strcpy(ptr noundef %38, ptr noundef %39) br label %58 41: ; preds = %27 %42 = call i32 (ptr, ...) @printf(ptr noundef @.str.3) %43 = call i32 @scanf(ptr noundef @.str.4, ptr noundef %7) br label %44 44: ; preds = %44, %41 %45 = call signext i8 (...) @getchar() %46 = sext i8 %45 to i32 %47 = icmp ne i32 %46, 10 br i1 %47, label %44, label %48, !llvm.loop !8 48: ; preds = %44 %49 = load i32, ptr %7, align 4 %50 = load ptr, ptr %4, align 8 store i32 %49, ptr %50, align 4 br label %58 51: ; preds = %27 %52 = load i8, ptr %5, align 1 %53 = sext i8 %52 to i32 %54 = call i32 (ptr, ...) @printf(ptr noundef @.str.5, i32 noundef %53) %55 = call i32 @puts(ptr noundef @.str.6) %56 = call i32 @puts(ptr noundef @.str.7) %57 = call i32 @puts(ptr noundef @.str.8) br label %58 58: ; preds = %51, %48, %30 %59 = load i8, ptr %5, align 1 ret i8 %59 } declare i32 @printf(ptr noundef, ...) #1 declare signext i8 @getchar(...) #1 declare i32 @fgets(ptr noundef, i32 noundef, i32 noundef) #1 declare i64 @strcspn(ptr noundef, ptr noundef) #1 declare i32 @strcpy(ptr noundef, ptr noundef) #1 declare i32 @scanf(ptr noundef, ptr noundef) #1 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"} !6 = distinct !{!6, !7} !7 = !{!"llvm.loop.mustprogress"} !8 = distinct !{!8, !7}
; ModuleID = '/tmp/tmpemvglcjk.c' source_filename = "/tmp/tmpemvglcjk.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"%d\0A\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 i64, align 8 %7 = 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 store i64 0, ptr %6, align 8 %8 = call i32 @MakeSocket(ptr noundef %6) store i32 %8, ptr %7, align 4 %9 = load i64, ptr %6, align 8 %10 = trunc i64 %9 to i32 %11 = call i32 @printf(ptr noundef @.str, i32 noundef %10) %12 = load i32, ptr %7, align 4 %13 = call i32 @RunServer(i32 noundef %12) %14 = load i32, ptr @EXIT_SUCCESS, align 4 ret i32 %14 } declare i32 @MakeSocket(ptr noundef) #1 declare i32 @printf(ptr noundef, i32 noundef) #1 declare i32 @RunServer(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/tmpemvglcjk.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"%d\0A\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 i64, align 8 %7 = 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 store i64 0, ptr %6, align 8 %8 = call i32 @MakeSocket(ptr noundef %6) store i32 %8, ptr %7, align 4 %9 = load i64, ptr %6, align 8 %10 = trunc i64 %9 to i32 %11 = call i32 @printf(ptr noundef @.str, i32 noundef %10) %12 = load i32, ptr %7, align 4 %13 = call i32 @RunServer(i32 noundef %12) %14 = load i32, ptr @EXIT_SUCCESS, align 4 ret i32 %14 } declare i32 @MakeSocket(ptr noundef) #1 declare i32 @printf(ptr noundef, i32 noundef) #1 declare i32 @RunServer(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/tmpajvfidtd.c' source_filename = "/tmp/tmpajvfidtd.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/tmpajvfidtd.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/tmp9pdjn8_i.c' source_filename = "/tmp/tmp9pdjn8_i.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/tmp9pdjn8_i.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/tmp7fjby2rw.c' source_filename = "/tmp/tmp7fjby2rw.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/tmp7fjby2rw.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/tmpblxhjpod.c' source_filename = "/tmp/tmpblxhjpod.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 @mesh_2d_aft_cf_lim_loop_check_(ptr noundef %0, ptr noundef %1, ptr noundef %2, ptr noundef %3, ptr noundef %4, ptr noundef %5, ptr noundef %6, ptr noundef %7, ptr noundef %8, ptr noundef %9, ptr noundef %10, ptr noundef %11, ptr noundef %12) #0 { %14 = alloca ptr, align 8 %15 = alloca ptr, align 8 %16 = alloca ptr, align 8 %17 = alloca ptr, align 8 %18 = alloca ptr, align 8 %19 = alloca ptr, align 8 %20 = alloca ptr, align 8 %21 = alloca ptr, align 8 %22 = alloca ptr, align 8 %23 = alloca ptr, align 8 %24 = alloca ptr, align 8 %25 = alloca ptr, align 8 %26 = alloca ptr, align 8 store ptr %0, ptr %14, align 8 store ptr %1, ptr %15, align 8 store ptr %2, ptr %16, align 8 store ptr %3, ptr %17, align 8 store ptr %4, ptr %18, align 8 store ptr %5, ptr %19, align 8 store ptr %6, ptr %20, align 8 store ptr %7, ptr %21, align 8 store ptr %8, ptr %22, align 8 store ptr %9, ptr %23, align 8 store ptr %10, ptr %24, align 8 store ptr %11, ptr %25, align 8 store ptr %12, ptr %26, align 8 %27 = load ptr, ptr %14, align 8 %28 = load ptr, ptr %15, align 8 %29 = load ptr, ptr %16, align 8 %30 = load ptr, ptr %17, align 8 %31 = load ptr, ptr %18, align 8 %32 = load ptr, ptr %19, align 8 %33 = load ptr, ptr %20, align 8 %34 = load ptr, ptr %21, align 8 %35 = load ptr, ptr %22, align 8 %36 = load i32, ptr %35, align 4 %37 = load ptr, ptr %23, align 8 %38 = load i32, ptr %37, align 4 %39 = load ptr, ptr %24, align 8 %40 = load i32, ptr %39, align 4 %41 = load ptr, ptr %25, align 8 %42 = load double, ptr %41, align 8 %43 = load ptr, ptr %26, align 8 %44 = load double, ptr %43, align 8 %45 = call i32 @mesh_2d_aft_opts(ptr noundef %27, ptr noundef %28, ptr noundef %29, ptr noundef %30, ptr noundef %31, ptr noundef %32, ptr noundef %33, ptr noundef %34, i32 noundef %36, i32 noundef %38, i32 noundef %40, double noundef %42, double noundef %44, i32 noundef 1, i32 noundef 1, i32 noundef 1) ret i32 %45 } declare i32 @mesh_2d_aft_opts(ptr noundef, ptr noundef, ptr noundef, ptr noundef, ptr noundef, ptr noundef, ptr noundef, ptr noundef, i32 noundef, i32 noundef, i32 noundef, double noundef, double noundef, 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/tmpblxhjpod.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 @mesh_2d_aft_cf_lim_loop_check_(ptr noundef %0, ptr noundef %1, ptr noundef %2, ptr noundef %3, ptr noundef %4, ptr noundef %5, ptr noundef %6, ptr noundef %7, ptr noundef %8, ptr noundef %9, ptr noundef %10, ptr noundef %11, ptr noundef %12) #0 { %14 = alloca ptr, align 8 %15 = alloca ptr, align 8 %16 = alloca ptr, align 8 %17 = alloca ptr, align 8 %18 = alloca ptr, align 8 %19 = alloca ptr, align 8 %20 = alloca ptr, align 8 %21 = alloca ptr, align 8 %22 = alloca ptr, align 8 %23 = alloca ptr, align 8 %24 = alloca ptr, align 8 %25 = alloca ptr, align 8 %26 = alloca ptr, align 8 store ptr %0, ptr %14, align 8 store ptr %1, ptr %15, align 8 store ptr %2, ptr %16, align 8 store ptr %3, ptr %17, align 8 store ptr %4, ptr %18, align 8 store ptr %5, ptr %19, align 8 store ptr %6, ptr %20, align 8 store ptr %7, ptr %21, align 8 store ptr %8, ptr %22, align 8 store ptr %9, ptr %23, align 8 store ptr %10, ptr %24, align 8 store ptr %11, ptr %25, align 8 store ptr %12, ptr %26, align 8 %27 = load ptr, ptr %14, align 8 %28 = load ptr, ptr %15, align 8 %29 = load ptr, ptr %16, align 8 %30 = load ptr, ptr %17, align 8 %31 = load ptr, ptr %18, align 8 %32 = load ptr, ptr %19, align 8 %33 = load ptr, ptr %20, align 8 %34 = load ptr, ptr %21, align 8 %35 = load ptr, ptr %22, align 8 %36 = load i32, ptr %35, align 4 %37 = load ptr, ptr %23, align 8 %38 = load i32, ptr %37, align 4 %39 = load ptr, ptr %24, align 8 %40 = load i32, ptr %39, align 4 %41 = load ptr, ptr %25, align 8 %42 = load double, ptr %41, align 8 %43 = load ptr, ptr %26, align 8 %44 = load double, ptr %43, align 8 %45 = call i32 @mesh_2d_aft_opts(ptr noundef %27, ptr noundef %28, ptr noundef %29, ptr noundef %30, ptr noundef %31, ptr noundef %32, ptr noundef %33, ptr noundef %34, i32 noundef %36, i32 noundef %38, i32 noundef %40, double noundef %42, double noundef %44, i32 noundef 1, i32 noundef 1, i32 noundef 1) ret i32 %45 } declare i32 @mesh_2d_aft_opts(ptr noundef, ptr noundef, ptr noundef, ptr noundef, ptr noundef, ptr noundef, ptr noundef, ptr noundef, i32 noundef, i32 noundef, i32 noundef, double noundef, double noundef, 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/tmpfqb2_dmf.c' source_filename = "/tmp/tmpfqb2_dmf.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 @start_simulation() #0 { %1 = alloca i32, align 4 %2 = alloca i32, align 4 %3 = alloca i32, align 4 %4 = alloca i32, align 4 %5 = alloca i32, align 4 store i32 0, ptr %1, align 4 %6 = call i32 (...) @update_channels() %7 = call i32 (...) @init_threads() %8 = call i32 (...) @fire_delta_events() %9 = call i32 (...) @activate_threads() %10 = call i32 (...) @reset_delta_events() store i32 0, ptr %4, align 4 %11 = call i32 (...) @nondet_int() store i32 %11, ptr %5, align 4 br label %12 12: ; preds = %37, %0 %13 = load i32, ptr %4, align 4 %14 = load i32, ptr %5, align 4 %15 = icmp slt i32 %13, %14 br i1 %15, label %16, label %40 16: ; preds = %12 br label %17 17: ; preds = %16 store i32 1, ptr %1, align 4 %18 = call i32 (...) @eval() store i32 2, ptr %1, align 4 %19 = call i32 (...) @update_channels() store i32 3, ptr %1, align 4 %20 = call i32 (...) @fire_delta_events() %21 = call i32 (...) @activate_threads() %22 = call i32 (...) @reset_delta_events() %23 = call i32 (...) @exists_runnable_thread() store i32 %23, ptr %2, align 4 %24 = load i32, ptr %2, align 4 %25 = icmp eq i32 %24, 0 br i1 %25, label %26, label %30 26: ; preds = %17 store i32 4, ptr %1, align 4 %27 = call i32 (...) @fire_time_events() %28 = call i32 (...) @activate_threads() %29 = call i32 (...) @reset_time_events() br label %31 30: ; preds = %17 br label %31 31: ; preds = %30, %26 %32 = call i32 (...) @stop_simulation() store i32 %32, ptr %3, align 4 %33 = load i32, ptr %3, align 4 %34 = icmp ne i32 %33, 0 br i1 %34, label %35, label %36 35: ; preds = %31 br label %41 36: ; preds = %31 br label %37 37: ; preds = %36 %38 = load i32, ptr %4, align 4 %39 = add nsw i32 %38, 1 store i32 %39, ptr %4, align 4 br label %12, !llvm.loop !6 40: ; preds = %12 br label %41 41: ; preds = %40, %35 ret void } declare i32 @update_channels(...) #1 declare i32 @init_threads(...) #1 declare i32 @fire_delta_events(...) #1 declare i32 @activate_threads(...) #1 declare i32 @reset_delta_events(...) #1 declare i32 @nondet_int(...) #1 declare i32 @eval(...) #1 declare i32 @exists_runnable_thread(...) #1 declare i32 @fire_time_events(...) #1 declare i32 @reset_time_events(...) #1 declare i32 @stop_simulation(...) #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/tmpfqb2_dmf.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 @start_simulation() #0 { %1 = alloca i32, align 4 %2 = alloca i32, align 4 %3 = alloca i32, align 4 %4 = alloca i32, align 4 %5 = alloca i32, align 4 store i32 0, ptr %1, align 4 %6 = call i32 (...) @update_channels() %7 = call i32 (...) @init_threads() %8 = call i32 (...) @fire_delta_events() %9 = call i32 (...) @activate_threads() %10 = call i32 (...) @reset_delta_events() store i32 0, ptr %4, align 4 %11 = call i32 (...) @nondet_int() store i32 %11, ptr %5, align 4 %12 = load i32, ptr %4, align 4 %13 = load i32, ptr %5, align 4 %14 = icmp slt i32 %12, %13 br i1 %14, label %.lr.ph, label %42 .lr.ph: ; preds = %0 br label %15 15: ; preds = %.lr.ph, %36 br label %16 16: ; preds = %15 store i32 1, ptr %1, align 4 %17 = call i32 (...) @eval() store i32 2, ptr %1, align 4 %18 = call i32 (...) @update_channels() store i32 3, ptr %1, align 4 %19 = call i32 (...) @fire_delta_events() %20 = call i32 (...) @activate_threads() %21 = call i32 (...) @reset_delta_events() %22 = call i32 (...) @exists_runnable_thread() store i32 %22, ptr %2, align 4 %23 = load i32, ptr %2, align 4 %24 = icmp eq i32 %23, 0 br i1 %24, label %25, label %29 25: ; preds = %16 store i32 4, ptr %1, align 4 %26 = call i32 (...) @fire_time_events() %27 = call i32 (...) @activate_threads() %28 = call i32 (...) @reset_time_events() br label %30 29: ; preds = %16 br label %30 30: ; preds = %29, %25 %31 = call i32 (...) @stop_simulation() store i32 %31, ptr %3, align 4 %32 = load i32, ptr %3, align 4 %33 = icmp ne i32 %32, 0 br i1 %33, label %34, label %35 34: ; preds = %30 br label %43 35: ; preds = %30 br label %36 36: ; preds = %35 %37 = load i32, ptr %4, align 4 %38 = add nsw i32 %37, 1 store i32 %38, ptr %4, align 4 %39 = load i32, ptr %4, align 4 %40 = load i32, ptr %5, align 4 %41 = icmp slt i32 %39, %40 br i1 %41, label %15, label %._crit_edge, !llvm.loop !6 ._crit_edge: ; preds = %36 br label %42 42: ; preds = %._crit_edge, %0 br label %43 43: ; preds = %42, %34 ret void } declare i32 @update_channels(...) #1 declare i32 @init_threads(...) #1 declare i32 @fire_delta_events(...) #1 declare i32 @activate_threads(...) #1 declare i32 @reset_delta_events(...) #1 declare i32 @nondet_int(...) #1 declare i32 @eval(...) #1 declare i32 @exists_runnable_thread(...) #1 declare i32 @fire_time_events(...) #1 declare i32 @reset_time_events(...) #1 declare i32 @stop_simulation(...) #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/tmpyoo8ipgs.c' source_filename = "/tmp/tmpyoo8ipgs.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 @resar_init() #0 { %1 = call i32 (...) @register_resar_function_list() ret void } declare i32 @register_resar_function_list(...) #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/tmpyoo8ipgs.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 @resar_init() #0 { %1 = call i32 (...) @register_resar_function_list() ret void } declare i32 @register_resar_function_list(...) #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/tmpx6xb3kz0.c' source_filename = "/tmp/tmpx6xb3kz0.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" @BN_options.init = internal global i32 0, align 4 @BN_options.data = internal global [16 x i8] zeroinitializer, align 16 @.str = private unnamed_addr constant [10 x i8] c"bn(%d,%d)\00", align 1 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local ptr @BN_options() #0 { %1 = load i32, ptr @BN_options.init, align 4 %2 = icmp ne i32 %1, 0 br i1 %2, label %7, label %3 3: ; preds = %0 %4 = load i32, ptr @BN_options.init, align 4 %5 = add nsw i32 %4, 1 store i32 %5, ptr @BN_options.init, align 4 %6 = call i32 @sprintf(ptr noundef @BN_options.data, ptr noundef @.str, i32 noundef 64, i32 noundef 64) br label %7 7: ; preds = %3, %0 ret ptr @BN_options.data } declare i32 @sprintf(ptr noundef, 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/tmpx6xb3kz0.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" @BN_options.init = internal global i32 0, align 4 @BN_options.data = internal global [16 x i8] zeroinitializer, align 16 @.str = private unnamed_addr constant [10 x i8] c"bn(%d,%d)\00", align 1 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local ptr @BN_options() #0 { %1 = load i32, ptr @BN_options.init, align 4 %2 = icmp ne i32 %1, 0 br i1 %2, label %7, label %3 3: ; preds = %0 %4 = load i32, ptr @BN_options.init, align 4 %5 = add nsw i32 %4, 1 store i32 %5, ptr @BN_options.init, align 4 %6 = call i32 @sprintf(ptr noundef @BN_options.data, ptr noundef @.str, i32 noundef 64, i32 noundef 64) br label %7 7: ; preds = %3, %0 ret ptr @BN_options.data } declare i32 @sprintf(ptr noundef, 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/tmp18bd2v6z.c' source_filename = "/tmp/tmp18bd2v6z.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 @e_tsx_accu() #0 { %1 = call i32 (...) @e_tsx() ret void } declare i32 @e_tsx(...) #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/tmp18bd2v6z.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 @e_tsx_accu() #0 { %1 = call i32 (...) @e_tsx() ret void } declare i32 @e_tsx(...) #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/tmp9j08_ahh.c' source_filename = "/tmp/tmp9j08_ahh.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 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local void @iptoa(ptr noundef %0, ptr noundef %1) #0 { %3 = alloca ptr, align 8 %4 = alloca ptr, align 8 %5 = alloca i32, align 4 store ptr %0, ptr %3, align 8 store ptr %1, ptr %4, align 8 %6 = load ptr, ptr %4, align 8 %7 = load i32, ptr %6, align 4 store i32 %7, ptr %5, align 4 %8 = load ptr, ptr %3, align 8 %9 = load i32, ptr %5, align 4 %10 = call i32 @sprintf(ptr noundef %8, ptr noundef @.str, i32 noundef %9) ret void } declare i32 @sprintf(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" } !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/tmp9j08_ahh.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 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local void @iptoa(ptr noundef %0, ptr noundef %1) #0 { %3 = alloca ptr, align 8 %4 = alloca ptr, align 8 %5 = alloca i32, align 4 store ptr %0, ptr %3, align 8 store ptr %1, ptr %4, align 8 %6 = load ptr, ptr %4, align 8 %7 = load i32, ptr %6, align 4 store i32 %7, ptr %5, align 4 %8 = load ptr, ptr %3, align 8 %9 = load i32, ptr %5, align 4 %10 = call i32 @sprintf(ptr noundef %8, ptr noundef @.str, i32 noundef %9) ret void } declare i32 @sprintf(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" } !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/tmp0p1sfj8t.c' source_filename = "/tmp/tmp0p1sfj8t.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/tmp0p1sfj8t.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/tmpcb5iuq68.c' source_filename = "/tmp/tmpcb5iuq68.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/tmpcb5iuq68.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/tmpsbg36_m1.c' source_filename = "/tmp/tmpsbg36_m1.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 @irc_config_check_gnutls_priorities(ptr noundef %0) #0 { %2 = alloca ptr, align 8 store ptr %0, ptr %2, align 8 %3 = load ptr, ptr %2, align 8 ret ptr null } 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/tmpsbg36_m1.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 @irc_config_check_gnutls_priorities(ptr noundef %0) #0 { %2 = alloca ptr, align 8 store ptr %0, ptr %2, align 8 %3 = load ptr, ptr %2, align 8 ret ptr null } 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/tmp258xcvki.c' source_filename = "/tmp/tmp258xcvki.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/tmp258xcvki.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/tmpbwvgzsak.c' source_filename = "/tmp/tmpbwvgzsak.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/tmpbwvgzsak.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/tmpaaojvq90.c' source_filename = "/tmp/tmpaaojvq90.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 [52 x i8] c" Usage: cmatrix -[abBfhlsVx] [-u delay] [-C color]\0A\00", align 1 @.str.1 = private unnamed_addr constant [26 x i8] c" -a: Asynchronous scroll\0A\00", align 1 @.str.2 = private unnamed_addr constant [25 x i8] c" -b: Bold characters on\0A\00", align 1 @.str.3 = private unnamed_addr constant [41 x i8] c" -B: All bold characters (overrides -b)\0A\00", align 1 @.str.4 = private unnamed_addr constant [42 x i8] c" -f: Force the linux $TERM type to be on\0A\00", align 1 @.str.5 = private unnamed_addr constant [44 x i8] c" -l: Linux mode (uses matrix console font)\0A\00", align 1 @.str.6 = private unnamed_addr constant [30 x i8] c" -o: Use old-style scrolling\0A\00", align 1 @.str.7 = private unnamed_addr constant [27 x i8] c" -h: Print usage and exit\0A\00", align 1 @.str.8 = private unnamed_addr constant [56 x i8] c" -n: No bold characters (overrides -b and -B, default)\0A\00", align 1 @.str.9 = private unnamed_addr constant [51 x i8] c" -s: \22Screensaver\22 mode, exits on first keystroke\0A\00", align 1 @.str.10 = private unnamed_addr constant [56 x i8] c" -x: X window mode, use if your xterm is using mtx.pcf\0A\00", align 1 @.str.11 = private unnamed_addr constant [41 x i8] c" -V: Print version information and exit\0A\00", align 1 @.str.12 = private unnamed_addr constant [52 x i8] c" -u delay (0 - 10, default 4): Screen update delay\0A\00", align 1 @.str.13 = private unnamed_addr constant [56 x i8] c" -C [color]: Use this color for matrix (default green)\0A\00", align 1 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local void @usage() #0 { %1 = call i32 @printf(ptr noundef @.str) %2 = call i32 @printf(ptr noundef @.str.1) %3 = call i32 @printf(ptr noundef @.str.2) %4 = call i32 @printf(ptr noundef @.str.3) %5 = call i32 @printf(ptr noundef @.str.4) %6 = call i32 @printf(ptr noundef @.str.5) %7 = call i32 @printf(ptr noundef @.str.6) %8 = call i32 @printf(ptr noundef @.str.7) %9 = call i32 @printf(ptr noundef @.str.8) %10 = call i32 @printf(ptr noundef @.str.9) %11 = call i32 @printf(ptr noundef @.str.10) %12 = call i32 @printf(ptr noundef @.str.11) %13 = call i32 @printf(ptr noundef @.str.12) %14 = call i32 @printf(ptr noundef @.str.13) ret void } 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/tmpaaojvq90.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 [52 x i8] c" Usage: cmatrix -[abBfhlsVx] [-u delay] [-C color]\0A\00", align 1 @.str.1 = private unnamed_addr constant [26 x i8] c" -a: Asynchronous scroll\0A\00", align 1 @.str.2 = private unnamed_addr constant [25 x i8] c" -b: Bold characters on\0A\00", align 1 @.str.3 = private unnamed_addr constant [41 x i8] c" -B: All bold characters (overrides -b)\0A\00", align 1 @.str.4 = private unnamed_addr constant [42 x i8] c" -f: Force the linux $TERM type to be on\0A\00", align 1 @.str.5 = private unnamed_addr constant [44 x i8] c" -l: Linux mode (uses matrix console font)\0A\00", align 1 @.str.6 = private unnamed_addr constant [30 x i8] c" -o: Use old-style scrolling\0A\00", align 1 @.str.7 = private unnamed_addr constant [27 x i8] c" -h: Print usage and exit\0A\00", align 1 @.str.8 = private unnamed_addr constant [56 x i8] c" -n: No bold characters (overrides -b and -B, default)\0A\00", align 1 @.str.9 = private unnamed_addr constant [51 x i8] c" -s: \22Screensaver\22 mode, exits on first keystroke\0A\00", align 1 @.str.10 = private unnamed_addr constant [56 x i8] c" -x: X window mode, use if your xterm is using mtx.pcf\0A\00", align 1 @.str.11 = private unnamed_addr constant [41 x i8] c" -V: Print version information and exit\0A\00", align 1 @.str.12 = private unnamed_addr constant [52 x i8] c" -u delay (0 - 10, default 4): Screen update delay\0A\00", align 1 @.str.13 = private unnamed_addr constant [56 x i8] c" -C [color]: Use this color for matrix (default green)\0A\00", align 1 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local void @usage() #0 { %1 = call i32 @printf(ptr noundef @.str) %2 = call i32 @printf(ptr noundef @.str.1) %3 = call i32 @printf(ptr noundef @.str.2) %4 = call i32 @printf(ptr noundef @.str.3) %5 = call i32 @printf(ptr noundef @.str.4) %6 = call i32 @printf(ptr noundef @.str.5) %7 = call i32 @printf(ptr noundef @.str.6) %8 = call i32 @printf(ptr noundef @.str.7) %9 = call i32 @printf(ptr noundef @.str.8) %10 = call i32 @printf(ptr noundef @.str.9) %11 = call i32 @printf(ptr noundef @.str.10) %12 = call i32 @printf(ptr noundef @.str.11) %13 = call i32 @printf(ptr noundef @.str.12) %14 = call i32 @printf(ptr noundef @.str.13) ret void } 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/tmpr_gm98ck.c' source_filename = "/tmp/tmpr_gm98ck.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() #0 { %1 = call i32 @time(ptr noundef null) %2 = call i32 @srand(i32 noundef %1) ret void } declare i32 @srand(i32 noundef) #1 declare i32 @time(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/tmpr_gm98ck.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() #0 { %1 = call i32 @time(ptr noundef null) %2 = call i32 @srand(i32 noundef %1) ret void } declare i32 @srand(i32 noundef) #1 declare i32 @time(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/tmp87nfgpfi.c' source_filename = "/tmp/tmp87nfgpfi.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 @strlcat(ptr noundef %0, ptr noundef %1, i64 noundef %2) #0 { %4 = alloca ptr, align 8 %5 = alloca ptr, align 8 %6 = alloca i64, align 8 %7 = alloca i64, align 8 %8 = alloca i64, align 8 %9 = alloca i64, align 8 store ptr %0, ptr %4, align 8 store ptr %1, ptr %5, align 8 store i64 %2, ptr %6, align 8 %10 = load ptr, ptr %4, align 8 %11 = call i64 @strlen(ptr noundef %10) store i64 %11, ptr %7, align 8 %12 = load ptr, ptr %5, align 8 %13 = call i64 @strlen(ptr noundef %12) store i64 %13, ptr %8, align 8 %14 = load i64, ptr %7, align 8 %15 = load i64, ptr %8, align 8 %16 = add i64 %14, %15 store i64 %16, ptr %9, align 8 %17 = load i64, ptr %7, align 8 %18 = load ptr, ptr %4, align 8 %19 = getelementptr inbounds i8, ptr %18, i64 %17 store ptr %19, ptr %4, align 8 %20 = load i64, ptr %7, align 8 %21 = load i64, ptr %6, align 8 %22 = sub i64 %21, %20 store i64 %22, ptr %6, align 8 %23 = load i64, ptr %8, align 8 %24 = load i64, ptr %6, align 8 %25 = icmp uge i64 %23, %24 br i1 %25, label %26, label %29 26: ; preds = %3 %27 = load i64, ptr %6, align 8 %28 = sub i64 %27, 1 store i64 %28, ptr %8, align 8 br label %29 29: ; preds = %26, %3 %30 = load ptr, ptr %4, align 8 %31 = load ptr, ptr %5, align 8 %32 = load i64, ptr %8, align 8 %33 = call i32 @memcpy(ptr noundef %30, ptr noundef %31, i64 noundef %32) %34 = load ptr, ptr %4, align 8 %35 = load i64, ptr %8, align 8 %36 = getelementptr inbounds i8, ptr %34, i64 %35 store i8 0, ptr %36, align 1 %37 = load i64, ptr %9, align 8 ret i64 %37 } declare i64 @strlen(ptr noundef) #1 declare i32 @memcpy(ptr noundef, ptr 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"}
; ModuleID = '<stdin>' source_filename = "/tmp/tmp87nfgpfi.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 @strlcat(ptr noundef %0, ptr noundef %1, i64 noundef %2) #0 { %4 = alloca ptr, align 8 %5 = alloca ptr, align 8 %6 = alloca i64, align 8 %7 = alloca i64, align 8 %8 = alloca i64, align 8 %9 = alloca i64, align 8 store ptr %0, ptr %4, align 8 store ptr %1, ptr %5, align 8 store i64 %2, ptr %6, align 8 %10 = load ptr, ptr %4, align 8 %11 = call i64 @strlen(ptr noundef %10) store i64 %11, ptr %7, align 8 %12 = load ptr, ptr %5, align 8 %13 = call i64 @strlen(ptr noundef %12) store i64 %13, ptr %8, align 8 %14 = load i64, ptr %7, align 8 %15 = load i64, ptr %8, align 8 %16 = add i64 %14, %15 store i64 %16, ptr %9, align 8 %17 = load i64, ptr %7, align 8 %18 = load ptr, ptr %4, align 8 %19 = getelementptr inbounds i8, ptr %18, i64 %17 store ptr %19, ptr %4, align 8 %20 = load i64, ptr %7, align 8 %21 = load i64, ptr %6, align 8 %22 = sub i64 %21, %20 store i64 %22, ptr %6, align 8 %23 = load i64, ptr %8, align 8 %24 = load i64, ptr %6, align 8 %25 = icmp uge i64 %23, %24 br i1 %25, label %26, label %29 26: ; preds = %3 %27 = load i64, ptr %6, align 8 %28 = sub i64 %27, 1 store i64 %28, ptr %8, align 8 br label %29 29: ; preds = %26, %3 %30 = load ptr, ptr %4, align 8 %31 = load ptr, ptr %5, align 8 %32 = load i64, ptr %8, align 8 %33 = call i32 @memcpy(ptr noundef %30, ptr noundef %31, i64 noundef %32) %34 = load ptr, ptr %4, align 8 %35 = load i64, ptr %8, align 8 %36 = getelementptr inbounds i8, ptr %34, i64 %35 store i8 0, ptr %36, align 1 %37 = load i64, ptr %9, align 8 ret i64 %37 } declare i64 @strlen(ptr noundef) #1 declare i32 @memcpy(ptr noundef, ptr 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"}
; ModuleID = '/tmp/tmpf0ajfe5f.c' source_filename = "/tmp/tmpf0ajfe5f.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/tmpf0ajfe5f.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/tmphyh83y9t.c' source_filename = "/tmp/tmphyh83y9t.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 @testCall1() #0 { %1 = call i64 @syscall(i32 noundef 349) ret i64 %1 } declare i64 @syscall(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/tmphyh83y9t.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 @testCall1() #0 { %1 = call i64 @syscall(i32 noundef 349) ret i64 %1 } declare i64 @syscall(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/tmpgls78t49.c' source_filename = "/tmp/tmpgls78t49.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 [73 x i8] c"Enter thresholds for A, B, C, D\0Ain that order, decreasing percentages > \00", align 1 @.str.1 = private unnamed_addr constant [13 x i8] c"%lf%lf%lf%lf\00", align 1 @.str.2 = private unnamed_addr constant [47 x i8] c"Thank you. Now enter student score (percent) >\00", align 1 @.str.3 = private unnamed_addr constant [4 x i8] c"%lf\00", align 1 @.str.4 = private unnamed_addr constant [25 x i8] c"Student has an %c grade\0A\00", align 1 @.str.5 = private unnamed_addr constant [31 x i8] c"Student has failed the course\0A\00", align 1 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local i32 @main() #0 { %1 = alloca i32, align 4 %2 = alloca double, align 8 %3 = alloca double, align 8 %4 = alloca double, align 8 %5 = alloca double, align 8 %6 = alloca double, align 8 %7 = alloca i8, align 1 store i32 0, ptr %1, align 4 %8 = call i32 (ptr, ...) @printf(ptr noundef @.str) %9 = call i32 (ptr, ptr, ...) @scanf(ptr noundef @.str.1, ptr noundef %2, ptr noundef %3, ptr noundef %4, ptr noundef %5) %10 = call i32 (ptr, ...) @printf(ptr noundef @.str.2) %11 = call i32 (ptr, ptr, ...) @scanf(ptr noundef @.str.3, ptr noundef %6) %12 = load double, ptr %6, align 8 %13 = load double, ptr %2, align 8 %14 = fcmp oge double %12, %13 br i1 %14, label %15, label %16 15: ; preds = %0 store i8 65, ptr %7, align 1 br label %35 16: ; preds = %0 %17 = load double, ptr %6, align 8 %18 = load double, ptr %3, align 8 %19 = fcmp oge double %17, %18 br i1 %19, label %20, label %21 20: ; preds = %16 store i8 66, ptr %7, align 1 br label %34 21: ; preds = %16 %22 = load double, ptr %6, align 8 %23 = load double, ptr %4, align 8 %24 = fcmp oge double %22, %23 br i1 %24, label %25, label %26 25: ; preds = %21 store i8 67, ptr %7, align 1 br label %33 26: ; preds = %21 %27 = load double, ptr %6, align 8 %28 = load double, ptr %5, align 8 %29 = fcmp oge double %27, %28 br i1 %29, label %30, label %31 30: ; preds = %26 store i8 68, ptr %7, align 1 br label %32 31: ; preds = %26 store i8 70, ptr %7, align 1 br label %32 32: ; preds = %31, %30 br label %33 33: ; preds = %32, %25 br label %34 34: ; preds = %33, %20 br label %35 35: ; preds = %34, %15 %36 = load i8, ptr %7, align 1 %37 = sext i8 %36 to i32 %38 = icmp eq i32 %37, 65 br i1 %38, label %51, label %39 39: ; preds = %35 %40 = load i8, ptr %7, align 1 %41 = sext i8 %40 to i32 %42 = icmp eq i32 %41, 66 br i1 %42, label %51, label %43 43: ; preds = %39 %44 = load i8, ptr %7, align 1 %45 = sext i8 %44 to i32 %46 = icmp eq i32 %45, 67 br i1 %46, label %51, label %47 47: ; preds = %43 %48 = load i8, ptr %7, align 1 %49 = sext i8 %48 to i32 %50 = icmp eq i32 %49, 68 br i1 %50, label %51, label %55 51: ; preds = %47, %43, %39, %35 %52 = load i8, ptr %7, align 1 %53 = sext i8 %52 to i32 %54 = call i32 (ptr, ...) @printf(ptr noundef @.str.4, i32 noundef %53) br label %57 55: ; preds = %47 %56 = call i32 (ptr, ...) @printf(ptr noundef @.str.5) br label %57 57: ; preds = %55, %51 ret i32 0 } declare i32 @printf(ptr noundef, ...) #1 declare i32 @scanf(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/tmpgls78t49.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 [73 x i8] c"Enter thresholds for A, B, C, D\0Ain that order, decreasing percentages > \00", align 1 @.str.1 = private unnamed_addr constant [13 x i8] c"%lf%lf%lf%lf\00", align 1 @.str.2 = private unnamed_addr constant [47 x i8] c"Thank you. Now enter student score (percent) >\00", align 1 @.str.3 = private unnamed_addr constant [4 x i8] c"%lf\00", align 1 @.str.4 = private unnamed_addr constant [25 x i8] c"Student has an %c grade\0A\00", align 1 @.str.5 = private unnamed_addr constant [31 x i8] c"Student has failed the course\0A\00", align 1 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local i32 @main() #0 { %1 = alloca i32, align 4 %2 = alloca double, align 8 %3 = alloca double, align 8 %4 = alloca double, align 8 %5 = alloca double, align 8 %6 = alloca double, align 8 %7 = alloca i8, align 1 store i32 0, ptr %1, align 4 %8 = call i32 (ptr, ...) @printf(ptr noundef @.str) %9 = call i32 (ptr, ptr, ...) @scanf(ptr noundef @.str.1, ptr noundef %2, ptr noundef %3, ptr noundef %4, ptr noundef %5) %10 = call i32 (ptr, ...) @printf(ptr noundef @.str.2) %11 = call i32 (ptr, ptr, ...) @scanf(ptr noundef @.str.3, ptr noundef %6) %12 = load double, ptr %6, align 8 %13 = load double, ptr %2, align 8 %14 = fcmp oge double %12, %13 br i1 %14, label %15, label %16 15: ; preds = %0 store i8 65, ptr %7, align 1 br label %35 16: ; preds = %0 %17 = load double, ptr %6, align 8 %18 = load double, ptr %3, align 8 %19 = fcmp oge double %17, %18 br i1 %19, label %20, label %21 20: ; preds = %16 store i8 66, ptr %7, align 1 br label %34 21: ; preds = %16 %22 = load double, ptr %6, align 8 %23 = load double, ptr %4, align 8 %24 = fcmp oge double %22, %23 br i1 %24, label %25, label %26 25: ; preds = %21 store i8 67, ptr %7, align 1 br label %33 26: ; preds = %21 %27 = load double, ptr %6, align 8 %28 = load double, ptr %5, align 8 %29 = fcmp oge double %27, %28 br i1 %29, label %30, label %31 30: ; preds = %26 store i8 68, ptr %7, align 1 br label %32 31: ; preds = %26 store i8 70, ptr %7, align 1 br label %32 32: ; preds = %31, %30 br label %33 33: ; preds = %32, %25 br label %34 34: ; preds = %33, %20 br label %35 35: ; preds = %34, %15 %36 = load i8, ptr %7, align 1 %37 = sext i8 %36 to i32 %38 = icmp eq i32 %37, 65 br i1 %38, label %51, label %39 39: ; preds = %35 %40 = load i8, ptr %7, align 1 %41 = sext i8 %40 to i32 %42 = icmp eq i32 %41, 66 br i1 %42, label %51, label %43 43: ; preds = %39 %44 = load i8, ptr %7, align 1 %45 = sext i8 %44 to i32 %46 = icmp eq i32 %45, 67 br i1 %46, label %51, label %47 47: ; preds = %43 %48 = load i8, ptr %7, align 1 %49 = sext i8 %48 to i32 %50 = icmp eq i32 %49, 68 br i1 %50, label %51, label %55 51: ; preds = %47, %43, %39, %35 %52 = load i8, ptr %7, align 1 %53 = sext i8 %52 to i32 %54 = call i32 (ptr, ...) @printf(ptr noundef @.str.4, i32 noundef %53) br label %57 55: ; preds = %47 %56 = call i32 (ptr, ...) @printf(ptr noundef @.str.5) br label %57 57: ; preds = %55, %51 ret i32 0 } declare i32 @printf(ptr noundef, ...) #1 declare i32 @scanf(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/tmpyrry2reg.c' source_filename = "/tmp/tmpyrry2reg.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 @convolveHV(i32 noundef %0, i32 noundef %1, i32 noundef %2, i32 noundef %3, i32 noundef %4, i32 noundef %5, i32 noundef %6) #0 { %8 = alloca i32, align 4 %9 = alloca i32, align 4 %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 %15 = alloca ptr, align 8 %16 = alloca ptr, align 8 %17 = alloca ptr, align 8 %18 = alloca ptr, align 8 %19 = alloca ptr, align 8 store i32 %0, ptr %8, align 4 store i32 %1, ptr %9, align 4 store i32 %2, ptr %10, align 4 store i32 %3, ptr %11, align 4 store i32 %4, ptr %12, align 4 store i32 %5, ptr %13, align 4 store i32 %6, ptr %14, align 4 store ptr null, ptr %15, align 8 %20 = load ptr, ptr %15, align 8 store ptr %20, ptr %16, align 8 %21 = load ptr, ptr %15, align 8 %22 = load i32, ptr %8, align 4 %23 = sext i32 %22 to i64 %24 = getelementptr inbounds i32, ptr %21, i64 %23 store ptr %24, ptr %17, align 8 %25 = load ptr, ptr %15, align 8 %26 = load i32, ptr %9, align 4 %27 = sext i32 %26 to i64 %28 = getelementptr inbounds i32, ptr %25, i64 %27 store ptr %28, ptr %18, align 8 %29 = load ptr, ptr %15, align 8 %30 = load i32, ptr %10, align 4 %31 = sext i32 %30 to i64 %32 = getelementptr inbounds i32, ptr %29, i64 %31 store ptr %32, ptr %19, align 8 %33 = load ptr, ptr %16, align 8 %34 = load ptr, ptr %19, align 8 %35 = load i32, ptr %11, align 4 %36 = load i32, ptr %12, align 4 %37 = load i32, ptr %13, align 4 %38 = load ptr, ptr %17, align 8 %39 = call i32 @convolve(ptr noundef %33, ptr noundef %34, i32 noundef %35, i32 noundef %36, i32 noundef %37, ptr noundef %38) %40 = load ptr, ptr %19, align 8 %41 = load ptr, ptr %16, align 8 %42 = load i32, ptr %12, align 4 %43 = load i32, ptr %13, align 4 %44 = load i32, ptr %14, align 4 %45 = load ptr, ptr %18, align 8 %46 = call i32 @convolve(ptr noundef %40, ptr noundef %41, i32 noundef %42, i32 noundef %43, i32 noundef %44, ptr noundef %45) ret void } declare i32 @convolve(ptr noundef, ptr noundef, i32 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/tmpyrry2reg.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 @convolveHV(i32 noundef %0, i32 noundef %1, i32 noundef %2, i32 noundef %3, i32 noundef %4, i32 noundef %5, i32 noundef %6) #0 { %8 = alloca i32, align 4 %9 = alloca i32, align 4 %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 %15 = alloca ptr, align 8 %16 = alloca ptr, align 8 %17 = alloca ptr, align 8 %18 = alloca ptr, align 8 %19 = alloca ptr, align 8 store i32 %0, ptr %8, align 4 store i32 %1, ptr %9, align 4 store i32 %2, ptr %10, align 4 store i32 %3, ptr %11, align 4 store i32 %4, ptr %12, align 4 store i32 %5, ptr %13, align 4 store i32 %6, ptr %14, align 4 store ptr null, ptr %15, align 8 %20 = load ptr, ptr %15, align 8 store ptr %20, ptr %16, align 8 %21 = load ptr, ptr %15, align 8 %22 = load i32, ptr %8, align 4 %23 = sext i32 %22 to i64 %24 = getelementptr inbounds i32, ptr %21, i64 %23 store ptr %24, ptr %17, align 8 %25 = load ptr, ptr %15, align 8 %26 = load i32, ptr %9, align 4 %27 = sext i32 %26 to i64 %28 = getelementptr inbounds i32, ptr %25, i64 %27 store ptr %28, ptr %18, align 8 %29 = load ptr, ptr %15, align 8 %30 = load i32, ptr %10, align 4 %31 = sext i32 %30 to i64 %32 = getelementptr inbounds i32, ptr %29, i64 %31 store ptr %32, ptr %19, align 8 %33 = load ptr, ptr %16, align 8 %34 = load ptr, ptr %19, align 8 %35 = load i32, ptr %11, align 4 %36 = load i32, ptr %12, align 4 %37 = load i32, ptr %13, align 4 %38 = load ptr, ptr %17, align 8 %39 = call i32 @convolve(ptr noundef %33, ptr noundef %34, i32 noundef %35, i32 noundef %36, i32 noundef %37, ptr noundef %38) %40 = load ptr, ptr %19, align 8 %41 = load ptr, ptr %16, align 8 %42 = load i32, ptr %12, align 4 %43 = load i32, ptr %13, align 4 %44 = load i32, ptr %14, align 4 %45 = load ptr, ptr %18, align 8 %46 = call i32 @convolve(ptr noundef %40, ptr noundef %41, i32 noundef %42, i32 noundef %43, i32 noundef %44, ptr noundef %45) ret void } declare i32 @convolve(ptr noundef, ptr noundef, i32 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/tmp7mqhe770.c' source_filename = "/tmp/tmp7mqhe770.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 @terminaGioco() #0 { %1 = call i32 @exit(i32 noundef 0) #2 unreachable } ; Function Attrs: noreturn declare i32 @exit(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 = { 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 #2 = { 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/tmp7mqhe770.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 @terminaGioco() #0 { %1 = call i32 @exit(i32 noundef 0) #2 unreachable } ; Function Attrs: noreturn declare i32 @exit(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 = { 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 #2 = { 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/tmp0t962h7g.c' source_filename = "/tmp/tmp0t962h7g.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" @GL_LINES = dso_local global i32 0, align 4 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local void @drawOrbit() #0 { %1 = alloca double, align 8 %2 = alloca double, align 8 %3 = alloca double, align 8 %4 = alloca i32, align 4 store double 1.000000e+00, ptr %3, align 8 store i32 0, ptr %4, align 4 %5 = load i32, ptr @GL_LINES, align 4 %6 = call i32 @glBegin(i32 noundef %5) %7 = call i32 @glColor3f(double noundef 1.000000e+00, double noundef 1.000000e+00, double noundef 1.000000e+00) %8 = load double, ptr %3, align 8 %9 = call double @cos(i32 noundef 6) %10 = fmul double %8, %9 store double %10, ptr %1, align 8 %11 = load double, ptr %3, align 8 %12 = call double @sin(i32 noundef 6) %13 = fmul double %11, %12 store double %13, ptr %2, align 8 store i32 0, ptr %4, align 4 br label %14 14: ; preds = %40, %0 %15 = load i32, ptr %4, align 4 %16 = icmp slt i32 %15, 360 br i1 %16, label %17, label %43 17: ; preds = %14 %18 = load double, ptr %1, align 8 %19 = load double, ptr %2, align 8 %20 = call i32 @glVertex3f(double noundef %18, double noundef 0.000000e+00, double noundef %19) %21 = load double, ptr %3, align 8 %22 = load i32, ptr %4, align 4 %23 = sitofp i32 %22 to double %24 = fmul double %23, 3.141590e+00 %25 = fdiv double %24, 1.800000e+02 %26 = fptosi double %25 to i32 %27 = call double @cos(i32 noundef %26) %28 = fmul double %21, %27 store double %28, ptr %1, align 8 %29 = load double, ptr %3, align 8 %30 = load i32, ptr %4, align 4 %31 = sitofp i32 %30 to double %32 = fmul double %31, 3.141590e+00 %33 = fdiv double %32, 1.800000e+02 %34 = fptosi double %33 to i32 %35 = call double @sin(i32 noundef %34) %36 = fmul double %29, %35 store double %36, ptr %2, align 8 %37 = load double, ptr %1, align 8 %38 = load double, ptr %2, align 8 %39 = call i32 @glVertex3f(double noundef %37, double noundef 0.000000e+00, double noundef %38) br label %40 40: ; preds = %17 %41 = load i32, ptr %4, align 4 %42 = add nsw i32 %41, 1 store i32 %42, ptr %4, align 4 br label %14, !llvm.loop !6 43: ; preds = %14 %44 = call i32 (...) @glEnd() ret void } declare i32 @glBegin(i32 noundef) #1 declare i32 @glColor3f(double noundef, double noundef, double noundef) #1 declare double @cos(i32 noundef) #1 declare double @sin(i32 noundef) #1 declare i32 @glVertex3f(double noundef, double noundef, double noundef) #1 declare i32 @glEnd(...) #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/tmp0t962h7g.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" @GL_LINES = dso_local global i32 0, align 4 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local void @drawOrbit() #0 { %1 = alloca double, align 8 %2 = alloca double, align 8 %3 = alloca double, align 8 %4 = alloca i32, align 4 store double 1.000000e+00, ptr %3, align 8 store i32 0, ptr %4, align 4 %5 = load i32, ptr @GL_LINES, align 4 %6 = call i32 @glBegin(i32 noundef %5) %7 = call i32 @glColor3f(double noundef 1.000000e+00, double noundef 1.000000e+00, double noundef 1.000000e+00) %8 = load double, ptr %3, align 8 %9 = call double @cos(i32 noundef 6) %10 = fmul double %8, %9 store double %10, ptr %1, align 8 %11 = load double, ptr %3, align 8 %12 = call double @sin(i32 noundef 6) %13 = fmul double %11, %12 store double %13, ptr %2, align 8 store i32 0, ptr %4, align 4 %14 = load i32, ptr %4, align 4 %15 = icmp slt i32 %14, 360 br i1 %15, label %.lr.ph, label %44 .lr.ph: ; preds = %0 br label %16 16: ; preds = %.lr.ph, %39 %17 = load double, ptr %1, align 8 %18 = load double, ptr %2, align 8 %19 = call i32 @glVertex3f(double noundef %17, double noundef 0.000000e+00, double noundef %18) %20 = load double, ptr %3, align 8 %21 = load i32, ptr %4, align 4 %22 = sitofp i32 %21 to double %23 = fmul double %22, 3.141590e+00 %24 = fdiv double %23, 1.800000e+02 %25 = fptosi double %24 to i32 %26 = call double @cos(i32 noundef %25) %27 = fmul double %20, %26 store double %27, ptr %1, align 8 %28 = load double, ptr %3, align 8 %29 = load i32, ptr %4, align 4 %30 = sitofp i32 %29 to double %31 = fmul double %30, 3.141590e+00 %32 = fdiv double %31, 1.800000e+02 %33 = fptosi double %32 to i32 %34 = call double @sin(i32 noundef %33) %35 = fmul double %28, %34 store double %35, ptr %2, align 8 %36 = load double, ptr %1, align 8 %37 = load double, ptr %2, align 8 %38 = call i32 @glVertex3f(double noundef %36, double noundef 0.000000e+00, double noundef %37) br label %39 39: ; preds = %16 %40 = load i32, ptr %4, align 4 %41 = add nsw i32 %40, 1 store i32 %41, ptr %4, align 4 %42 = load i32, ptr %4, align 4 %43 = icmp slt i32 %42, 360 br i1 %43, label %16, label %._crit_edge, !llvm.loop !6 ._crit_edge: ; preds = %39 br label %44 44: ; preds = %._crit_edge, %0 %45 = call i32 (...) @glEnd() ret void } declare i32 @glBegin(i32 noundef) #1 declare i32 @glColor3f(double noundef, double noundef, double noundef) #1 declare double @cos(i32 noundef) #1 declare double @sin(i32 noundef) #1 declare i32 @glVertex3f(double noundef, double noundef, double noundef) #1 declare i32 @glEnd(...) #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/tmp7kf3v7w_.c' source_filename = "/tmp/tmp7kf3v7w_.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.termios = type { ptr, i32 } @stderr = dso_local global i32 0, align 4 @.str = private unnamed_addr constant [21 x i8] c"Error tcgetattr: %s\0A\00", align 1 @errno = dso_local global i32 0, align 4 @VMIN = dso_local global i64 0, align 8 @VTIME = dso_local global i64 0, align 8 @TCSANOW = dso_local global i32 0, align 4 @.str.1 = private unnamed_addr constant [21 x i8] c"Error tcsetattr: %s\0A\00", align 1 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local void @set_mincount(i32 noundef %0, i32 noundef %1) #0 { %3 = alloca i32, align 4 %4 = alloca i32, align 4 %5 = alloca %struct.termios, align 8 store i32 %0, ptr %3, align 4 store i32 %1, ptr %4, align 4 call void @llvm.memset.p0.i64(ptr align 8 %5, i8 0, i64 16, i1 false) %6 = load i32, ptr %3, align 4 %7 = call i64 @tcgetattr(i32 noundef %6, ptr noundef %5) %8 = icmp slt i64 %7, 0 br i1 %8, label %9, label %14 9: ; preds = %2 %10 = load i32, ptr @stderr, align 4 %11 = load i32, ptr @errno, align 4 %12 = call ptr @strerror(i32 noundef %11) %13 = call i32 @fprintf(i32 noundef %10, ptr noundef @.str, ptr noundef %12) br label %37 14: ; preds = %2 %15 = load i32, ptr %4, align 4 %16 = icmp ne i32 %15, 0 %17 = zext i1 %16 to i64 %18 = select i1 %16, i32 1, i32 0 %19 = getelementptr inbounds %struct.termios, ptr %5, i32 0, i32 0 %20 = load ptr, ptr %19, align 8 %21 = load i64, ptr @VMIN, align 8 %22 = getelementptr inbounds i32, ptr %20, i64 %21 store i32 %18, ptr %22, align 4 %23 = getelementptr inbounds %struct.termios, ptr %5, i32 0, i32 0 %24 = load ptr, ptr %23, align 8 %25 = load i64, ptr @VTIME, align 8 %26 = getelementptr inbounds i32, ptr %24, i64 %25 store i32 5, ptr %26, align 4 %27 = load i32, ptr %3, align 4 %28 = load i32, ptr @TCSANOW, align 4 %29 = call i64 @tcsetattr(i32 noundef %27, i32 noundef %28, ptr noundef %5) %30 = icmp slt i64 %29, 0 br i1 %30, label %31, label %36 31: ; preds = %14 %32 = load i32, ptr @stderr, align 4 %33 = load i32, ptr @errno, align 4 %34 = call ptr @strerror(i32 noundef %33) %35 = call i32 @fprintf(i32 noundef %32, ptr noundef @.str.1, ptr noundef %34) br label %36 36: ; preds = %31, %14 br label %37 37: ; preds = %36, %9 ret void } ; Function Attrs: nocallback nofree nounwind willreturn memory(argmem: write) declare void @llvm.memset.p0.i64(ptr nocapture writeonly, i8, i64, i1 immarg) #1 declare i64 @tcgetattr(i32 noundef, ptr noundef) #2 declare i32 @fprintf(i32 noundef, ptr noundef, ptr noundef) #2 declare ptr @strerror(i32 noundef) #2 declare i64 @tcsetattr(i32 noundef, i32 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: write) } 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/tmp7kf3v7w_.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.termios = type { ptr, i32 } @stderr = dso_local global i32 0, align 4 @.str = private unnamed_addr constant [21 x i8] c"Error tcgetattr: %s\0A\00", align 1 @errno = dso_local global i32 0, align 4 @VMIN = dso_local global i64 0, align 8 @VTIME = dso_local global i64 0, align 8 @TCSANOW = dso_local global i32 0, align 4 @.str.1 = private unnamed_addr constant [21 x i8] c"Error tcsetattr: %s\0A\00", align 1 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local void @set_mincount(i32 noundef %0, i32 noundef %1) #0 { %3 = alloca i32, align 4 %4 = alloca i32, align 4 %5 = alloca %struct.termios, align 8 store i32 %0, ptr %3, align 4 store i32 %1, ptr %4, align 4 call void @llvm.memset.p0.i64(ptr align 8 %5, i8 0, i64 16, i1 false) %6 = load i32, ptr %3, align 4 %7 = call i64 @tcgetattr(i32 noundef %6, ptr noundef %5) %8 = icmp slt i64 %7, 0 br i1 %8, label %9, label %14 9: ; preds = %2 %10 = load i32, ptr @stderr, align 4 %11 = load i32, ptr @errno, align 4 %12 = call ptr @strerror(i32 noundef %11) %13 = call i32 @fprintf(i32 noundef %10, ptr noundef @.str, ptr noundef %12) br label %37 14: ; preds = %2 %15 = load i32, ptr %4, align 4 %16 = icmp ne i32 %15, 0 %17 = zext i1 %16 to i64 %18 = select i1 %16, i32 1, i32 0 %19 = getelementptr inbounds %struct.termios, ptr %5, i32 0, i32 0 %20 = load ptr, ptr %19, align 8 %21 = load i64, ptr @VMIN, align 8 %22 = getelementptr inbounds i32, ptr %20, i64 %21 store i32 %18, ptr %22, align 4 %23 = getelementptr inbounds %struct.termios, ptr %5, i32 0, i32 0 %24 = load ptr, ptr %23, align 8 %25 = load i64, ptr @VTIME, align 8 %26 = getelementptr inbounds i32, ptr %24, i64 %25 store i32 5, ptr %26, align 4 %27 = load i32, ptr %3, align 4 %28 = load i32, ptr @TCSANOW, align 4 %29 = call i64 @tcsetattr(i32 noundef %27, i32 noundef %28, ptr noundef %5) %30 = icmp slt i64 %29, 0 br i1 %30, label %31, label %36 31: ; preds = %14 %32 = load i32, ptr @stderr, align 4 %33 = load i32, ptr @errno, align 4 %34 = call ptr @strerror(i32 noundef %33) %35 = call i32 @fprintf(i32 noundef %32, ptr noundef @.str.1, ptr noundef %34) br label %36 36: ; preds = %31, %14 br label %37 37: ; preds = %36, %9 ret void } ; Function Attrs: nocallback nofree nounwind willreturn memory(argmem: write) declare void @llvm.memset.p0.i64(ptr nocapture writeonly, i8, i64, i1 immarg) #1 declare i64 @tcgetattr(i32 noundef, ptr noundef) #2 declare i32 @fprintf(i32 noundef, ptr noundef, ptr noundef) #2 declare ptr @strerror(i32 noundef) #2 declare i64 @tcsetattr(i32 noundef, i32 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: write) } 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/tmpattu7ju2.c' source_filename = "/tmp/tmpattu7ju2.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 [30 x i8] c"Entre com o tamanho do vetor\0A\00", align 1 @.str.1 = private unnamed_addr constant [15 x i8] c"entrada100.txt\00", align 1 @.str.2 = private unnamed_addr constant [10 x i8] c"%f time \0A\00", align 1 @CLOCKS_PER_SEC = dso_local global float 0.000000e+00, 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 double, align 8 %7 = alloca i32, align 4 %8 = alloca i32, align 4 %9 = alloca i32, align 4 %10 = alloca i32, align 4 %11 = alloca i32, align 4 %12 = alloca i32, align 4 %13 = 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 %14 = call i32 @time(ptr noundef null) %15 = call i32 @srand(i32 noundef %14) %16 = load i32, ptr %4, align 4 %17 = icmp slt i32 %16, 3 br i1 %17, label %18, label %20 18: ; preds = %2 %19 = call i32 (ptr, ...) @printf(ptr noundef @.str) store i32 1, ptr %3, align 4 br label %40 20: ; preds = %2 %21 = load ptr, ptr %5, align 8 %22 = getelementptr inbounds ptr, ptr %21, i64 1 %23 = load ptr, ptr %22, align 8 %24 = call i32 @atoi(ptr noundef %23) store i32 %24, ptr %12, align 4 store ptr null, ptr %13, align 8 %25 = load ptr, ptr %5, align 8 %26 = getelementptr inbounds ptr, ptr %25, i64 2 %27 = load ptr, ptr %26, align 8 %28 = call ptr @strcmp(ptr noundef %27, ptr noundef @.str.1) store ptr %28, ptr %13, align 8 %29 = call double (...) @clock() store double %29, ptr %6, align 8 %30 = load ptr, ptr %13, align 8 %31 = load i32, ptr %12, align 4 %32 = call i32 @heapsort(ptr noundef %30, i32 noundef %31) %33 = load double, ptr %6, align 8 %34 = load double, ptr %6, align 8 %35 = fptrunc double %34 to float %36 = load float, ptr @CLOCKS_PER_SEC, align 4 %37 = fdiv float %35, %36 %38 = fpext float %37 to double %39 = call i32 (ptr, ...) @printf(ptr noundef @.str.2, double noundef %33, double noundef %38) store i32 0, ptr %3, align 4 br label %40 40: ; preds = %20, %18 %41 = load i32, ptr %3, align 4 ret i32 %41 } declare i32 @srand(i32 noundef) #1 declare i32 @time(ptr noundef) #1 declare i32 @printf(ptr noundef, ...) #1 declare i32 @atoi(ptr noundef) #1 declare ptr @strcmp(ptr noundef, ptr noundef) #1 declare double @clock(...) #1 declare i32 @heapsort(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/tmpattu7ju2.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 [30 x i8] c"Entre com o tamanho do vetor\0A\00", align 1 @.str.1 = private unnamed_addr constant [15 x i8] c"entrada100.txt\00", align 1 @.str.2 = private unnamed_addr constant [10 x i8] c"%f time \0A\00", align 1 @CLOCKS_PER_SEC = dso_local global float 0.000000e+00, 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 double, align 8 %7 = alloca i32, align 4 %8 = alloca i32, align 4 %9 = alloca i32, align 4 %10 = alloca i32, align 4 %11 = alloca i32, align 4 %12 = alloca i32, align 4 %13 = 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 %14 = call i32 @time(ptr noundef null) %15 = call i32 @srand(i32 noundef %14) %16 = load i32, ptr %4, align 4 %17 = icmp slt i32 %16, 3 br i1 %17, label %18, label %20 18: ; preds = %2 %19 = call i32 (ptr, ...) @printf(ptr noundef @.str) store i32 1, ptr %3, align 4 br label %40 20: ; preds = %2 %21 = load ptr, ptr %5, align 8 %22 = getelementptr inbounds ptr, ptr %21, i64 1 %23 = load ptr, ptr %22, align 8 %24 = call i32 @atoi(ptr noundef %23) store i32 %24, ptr %12, align 4 store ptr null, ptr %13, align 8 %25 = load ptr, ptr %5, align 8 %26 = getelementptr inbounds ptr, ptr %25, i64 2 %27 = load ptr, ptr %26, align 8 %28 = call ptr @strcmp(ptr noundef %27, ptr noundef @.str.1) store ptr %28, ptr %13, align 8 %29 = call double (...) @clock() store double %29, ptr %6, align 8 %30 = load ptr, ptr %13, align 8 %31 = load i32, ptr %12, align 4 %32 = call i32 @heapsort(ptr noundef %30, i32 noundef %31) %33 = load double, ptr %6, align 8 %34 = load double, ptr %6, align 8 %35 = fptrunc double %34 to float %36 = load float, ptr @CLOCKS_PER_SEC, align 4 %37 = fdiv float %35, %36 %38 = fpext float %37 to double %39 = call i32 (ptr, ...) @printf(ptr noundef @.str.2, double noundef %33, double noundef %38) store i32 0, ptr %3, align 4 br label %40 40: ; preds = %20, %18 %41 = load i32, ptr %3, align 4 ret i32 %41 } declare i32 @srand(i32 noundef) #1 declare i32 @time(ptr noundef) #1 declare i32 @printf(ptr noundef, ...) #1 declare i32 @atoi(ptr noundef) #1 declare ptr @strcmp(ptr noundef, ptr noundef) #1 declare double @clock(...) #1 declare i32 @heapsort(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/tmpl7ptdmdo.c' source_filename = "/tmp/tmpl7ptdmdo.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/tmpl7ptdmdo.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/tmpn9g5ed94.c' source_filename = "/tmp/tmpn9g5ed94.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/tmpn9g5ed94.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/tmp1rtppkt5.c' source_filename = "/tmp/tmp1rtppkt5.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 @eu2ro(ptr noundef %0, ptr noundef %1, i32 noundef %2) #0 { %4 = alloca ptr, align 8 %5 = alloca ptr, align 8 %6 = alloca i32, align 4 %7 = alloca double, align 8 %8 = alloca [4 x double], align 16 %9 = alloca i32, align 4 %10 = alloca i32, align 4 %11 = alloca double, align 8 store ptr %0, ptr %4, align 8 store ptr %1, ptr %5, align 8 store i32 %2, ptr %6, align 4 %12 = load i32, ptr %6, align 4 %13 = sitofp i32 %12 to double store double %13, ptr %11, align 8 %14 = load ptr, ptr %4, align 8 %15 = getelementptr inbounds [4 x double], ptr %8, i64 0, i64 0 %16 = load i32, ptr %6, align 4 %17 = call i32 @eu2ax(ptr noundef %14, ptr noundef %15, i32 noundef %16) store i32 %17, ptr %9, align 4 %18 = getelementptr inbounds [4 x double], ptr %8, i64 0, i64 0 %19 = load ptr, ptr %5, align 8 %20 = load i32, ptr %6, align 4 %21 = call i32 @ax2ro(ptr noundef %18, ptr noundef %19, i32 noundef %20) store i32 %21, ptr %9, align 4 ret i32 1 } declare i32 @eu2ax(ptr noundef, ptr noundef, i32 noundef) #1 declare i32 @ax2ro(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" } !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/tmp1rtppkt5.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 @eu2ro(ptr noundef %0, ptr noundef %1, i32 noundef %2) #0 { %4 = alloca ptr, align 8 %5 = alloca ptr, align 8 %6 = alloca i32, align 4 %7 = alloca double, align 8 %8 = alloca [4 x double], align 16 %9 = alloca i32, align 4 %10 = alloca i32, align 4 %11 = alloca double, align 8 store ptr %0, ptr %4, align 8 store ptr %1, ptr %5, align 8 store i32 %2, ptr %6, align 4 %12 = load i32, ptr %6, align 4 %13 = sitofp i32 %12 to double store double %13, ptr %11, align 8 %14 = load ptr, ptr %4, align 8 %15 = getelementptr inbounds [4 x double], ptr %8, i64 0, i64 0 %16 = load i32, ptr %6, align 4 %17 = call i32 @eu2ax(ptr noundef %14, ptr noundef %15, i32 noundef %16) store i32 %17, ptr %9, align 4 %18 = getelementptr inbounds [4 x double], ptr %8, i64 0, i64 0 %19 = load ptr, ptr %5, align 8 %20 = load i32, ptr %6, align 4 %21 = call i32 @ax2ro(ptr noundef %18, ptr noundef %19, i32 noundef %20) store i32 %21, ptr %9, align 4 ret i32 1 } declare i32 @eu2ax(ptr noundef, ptr noundef, i32 noundef) #1 declare i32 @ax2ro(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" } !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/tmpitsld1re.c' source_filename = "/tmp/tmpitsld1re.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 ; 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 store i32 120, ptr %3, align 4 store i32 0, ptr %2, align 4 br label %4 4: ; preds = %10, %0 %5 = load i32, ptr %3, align 4 %6 = icmp ne i32 %5, 0 br i1 %6, label %7, label %15 7: ; preds = %4 %8 = load i32, ptr %2, align 4 %9 = add nsw i32 %8, 1 store i32 %9, ptr %2, align 4 br label %10 10: ; preds = %7 %11 = load i32, ptr %3, align 4 %12 = sub nsw i32 %11, 1 %13 = load i32, ptr %3, align 4 %14 = and i32 %13, %12 store i32 %14, ptr %3, align 4 br label %4, !llvm.loop !6 15: ; preds = %4 %16 = load i32, ptr %2, align 4 %17 = call i32 @printf(ptr noundef @.str, i32 noundef %16) %18 = load i32, ptr %1, align 4 ret i32 %18 } declare i32 @printf(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"} !6 = distinct !{!6, !7} !7 = !{!"llvm.loop.mustprogress"}
; ModuleID = '<stdin>' source_filename = "/tmp/tmpitsld1re.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 ; 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 store i32 120, ptr %3, align 4 store i32 0, ptr %2, align 4 %4 = load i32, ptr %3, align 4 %5 = icmp ne i32 %4, 0 br i1 %5, label %.lr.ph, label %16 .lr.ph: ; preds = %0 br label %6 6: ; preds = %.lr.ph, %9 %7 = load i32, ptr %2, align 4 %8 = add nsw i32 %7, 1 store i32 %8, ptr %2, align 4 br label %9 9: ; preds = %6 %10 = load i32, ptr %3, align 4 %11 = sub nsw i32 %10, 1 %12 = load i32, ptr %3, align 4 %13 = and i32 %12, %11 store i32 %13, ptr %3, align 4 %14 = load i32, ptr %3, align 4 %15 = icmp ne i32 %14, 0 br i1 %15, label %6, label %._crit_edge, !llvm.loop !6 ._crit_edge: ; preds = %9 br label %16 16: ; preds = %._crit_edge, %0 %17 = load i32, ptr %2, align 4 %18 = call i32 @printf(ptr noundef @.str, i32 noundef %17) %19 = load i32, ptr %1, align 4 ret i32 %19 } declare i32 @printf(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"} !6 = distinct !{!6, !7} !7 = !{!"llvm.loop.mustprogress"}
; ModuleID = '/tmp/tmpd_5o_m1m.c' source_filename = "/tmp/tmpd_5o_m1m.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.target = private unnamed_addr constant [24 x i8] c"ABC,DEF,GHI\0AJKL MNO PQR\00", align 16 @.str = private unnamed_addr constant [4 x i8] c",\0A \00", align 1 @.str.1 = private unnamed_addr constant [12 x i8] c"token = %s\0A\00", align 1 @.str.2 = private unnamed_addr constant [13 x i8] c"target = %s\0A\00", align 1 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local i32 @main() #0 { %1 = alloca i32, align 4 %2 = alloca [24 x i8], align 16 %3 = alloca ptr, align 8 %4 = alloca ptr, align 8 %5 = alloca i32, align 4 %6 = alloca [256 x i8], align 16 %7 = alloca ptr, align 8 store i32 0, ptr %1, align 4 call void @llvm.memcpy.p0.p0.i64(ptr align 16 %2, ptr align 16 @__const.main.target, i64 24, i1 false) %8 = getelementptr inbounds [24 x i8], ptr %2, i64 0, i64 0 store ptr %8, ptr %3, align 8 store ptr null, ptr %4, align 8 store i32 0, ptr %5, align 4 call void @llvm.memset.p0.i64(ptr align 16 %6, i8 0, i64 256, i1 false) %9 = getelementptr inbounds [24 x i8], ptr %2, i64 0, i64 0 %10 = call i64 @strlen(ptr noundef %9) %11 = getelementptr inbounds [24 x i8], ptr %2, i64 0, i64 %10 store ptr %11, ptr %7, align 8 br label %12 12: ; preds = %46, %0 %13 = load ptr, ptr %3, align 8 %14 = call ptr @strpbrk(ptr noundef %13, ptr noundef @.str) store ptr %14, ptr %4, align 8 %15 = load ptr, ptr %4, align 8 %16 = icmp ne ptr %15, null br i1 %16, label %17, label %32 17: ; preds = %12 %18 = load ptr, ptr %4, align 8 %19 = load ptr, ptr %3, align 8 %20 = ptrtoint ptr %18 to i64 %21 = ptrtoint ptr %19 to i64 %22 = sub i64 %20, %21 %23 = trunc i64 %22 to i32 store i32 %23, ptr %5, align 4 %24 = getelementptr inbounds [256 x i8], ptr %6, i64 0, i64 0 %25 = load ptr, ptr %3, align 8 %26 = load i32, ptr %5, align 4 %27 = call i32 @strncpy(ptr noundef %24, ptr noundef %25, i32 noundef %26) %28 = getelementptr inbounds [256 x i8], ptr %6, i64 0, i64 0 %29 = call i32 @printf(ptr noundef @.str.1, ptr noundef %28) %30 = load ptr, ptr %4, align 8 %31 = getelementptr inbounds i8, ptr %30, i64 1 store ptr %31, ptr %3, align 8 br label %45 32: ; preds = %12 %33 = load ptr, ptr %7, align 8 %34 = load ptr, ptr %3, align 8 %35 = ptrtoint ptr %33 to i64 %36 = ptrtoint ptr %34 to i64 %37 = sub i64 %35, %36 %38 = trunc i64 %37 to i32 store i32 %38, ptr %5, align 4 %39 = getelementptr inbounds [256 x i8], ptr %6, i64 0, i64 0 %40 = load ptr, ptr %3, align 8 %41 = load i32, ptr %5, align 4 %42 = call i32 @strncpy(ptr noundef %39, ptr noundef %40, i32 noundef %41) %43 = getelementptr inbounds [256 x i8], ptr %6, i64 0, i64 0 %44 = call i32 @printf(ptr noundef @.str.1, ptr noundef %43) br label %45 45: ; preds = %32, %17 br label %46 46: ; preds = %45 %47 = load ptr, ptr %4, align 8 %48 = icmp ne ptr %47, null br i1 %48, label %12, label %49, !llvm.loop !6 49: ; preds = %46 %50 = getelementptr inbounds [24 x i8], ptr %2, i64 0, i64 0 %51 = call i32 @printf(ptr noundef @.str.2, ptr noundef %50) 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 ; Function Attrs: nocallback nofree nounwind willreturn memory(argmem: write) declare void @llvm.memset.p0.i64(ptr nocapture writeonly, i8, i64, i1 immarg) #2 declare i64 @strlen(ptr noundef) #3 declare ptr @strpbrk(ptr noundef, ptr noundef) #3 declare i32 @strncpy(ptr noundef, ptr noundef, i32 noundef) #3 declare i32 @printf(ptr noundef, ptr 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: readwrite) } attributes #2 = { nocallback nofree nounwind willreturn memory(argmem: write) } 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"} !6 = distinct !{!6, !7} !7 = !{!"llvm.loop.mustprogress"}
; ModuleID = '<stdin>' source_filename = "/tmp/tmpd_5o_m1m.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.target = private unnamed_addr constant [24 x i8] c"ABC,DEF,GHI\0AJKL MNO PQR\00", align 16 @.str = private unnamed_addr constant [4 x i8] c",\0A \00", align 1 @.str.1 = private unnamed_addr constant [12 x i8] c"token = %s\0A\00", align 1 @.str.2 = private unnamed_addr constant [13 x i8] c"target = %s\0A\00", align 1 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local i32 @main() #0 { %1 = alloca i32, align 4 %2 = alloca [24 x i8], align 16 %3 = alloca ptr, align 8 %4 = alloca ptr, align 8 %5 = alloca i32, align 4 %6 = alloca [256 x i8], align 16 %7 = alloca ptr, align 8 store i32 0, ptr %1, align 4 call void @llvm.memcpy.p0.p0.i64(ptr align 16 %2, ptr align 16 @__const.main.target, i64 24, i1 false) %8 = getelementptr inbounds [24 x i8], ptr %2, i64 0, i64 0 store ptr %8, ptr %3, align 8 store ptr null, ptr %4, align 8 store i32 0, ptr %5, align 4 call void @llvm.memset.p0.i64(ptr align 16 %6, i8 0, i64 256, i1 false) %9 = getelementptr inbounds [24 x i8], ptr %2, i64 0, i64 0 %10 = call i64 @strlen(ptr noundef %9) %11 = getelementptr inbounds [24 x i8], ptr %2, i64 0, i64 %10 store ptr %11, ptr %7, align 8 br label %12 12: ; preds = %46, %0 %13 = load ptr, ptr %3, align 8 %14 = call ptr @strpbrk(ptr noundef %13, ptr noundef @.str) store ptr %14, ptr %4, align 8 %15 = load ptr, ptr %4, align 8 %16 = icmp ne ptr %15, null br i1 %16, label %17, label %32 17: ; preds = %12 %18 = load ptr, ptr %4, align 8 %19 = load ptr, ptr %3, align 8 %20 = ptrtoint ptr %18 to i64 %21 = ptrtoint ptr %19 to i64 %22 = sub i64 %20, %21 %23 = trunc i64 %22 to i32 store i32 %23, ptr %5, align 4 %24 = getelementptr inbounds [256 x i8], ptr %6, i64 0, i64 0 %25 = load ptr, ptr %3, align 8 %26 = load i32, ptr %5, align 4 %27 = call i32 @strncpy(ptr noundef %24, ptr noundef %25, i32 noundef %26) %28 = getelementptr inbounds [256 x i8], ptr %6, i64 0, i64 0 %29 = call i32 @printf(ptr noundef @.str.1, ptr noundef %28) %30 = load ptr, ptr %4, align 8 %31 = getelementptr inbounds i8, ptr %30, i64 1 store ptr %31, ptr %3, align 8 br label %45 32: ; preds = %12 %33 = load ptr, ptr %7, align 8 %34 = load ptr, ptr %3, align 8 %35 = ptrtoint ptr %33 to i64 %36 = ptrtoint ptr %34 to i64 %37 = sub i64 %35, %36 %38 = trunc i64 %37 to i32 store i32 %38, ptr %5, align 4 %39 = getelementptr inbounds [256 x i8], ptr %6, i64 0, i64 0 %40 = load ptr, ptr %3, align 8 %41 = load i32, ptr %5, align 4 %42 = call i32 @strncpy(ptr noundef %39, ptr noundef %40, i32 noundef %41) %43 = getelementptr inbounds [256 x i8], ptr %6, i64 0, i64 0 %44 = call i32 @printf(ptr noundef @.str.1, ptr noundef %43) br label %45 45: ; preds = %32, %17 br label %46 46: ; preds = %45 %47 = load ptr, ptr %4, align 8 %48 = icmp ne ptr %47, null br i1 %48, label %12, label %49, !llvm.loop !6 49: ; preds = %46 %50 = getelementptr inbounds [24 x i8], ptr %2, i64 0, i64 0 %51 = call i32 @printf(ptr noundef @.str.2, ptr noundef %50) 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 ; Function Attrs: nocallback nofree nounwind willreturn memory(argmem: write) declare void @llvm.memset.p0.i64(ptr nocapture writeonly, i8, i64, i1 immarg) #2 declare i64 @strlen(ptr noundef) #3 declare ptr @strpbrk(ptr noundef, ptr noundef) #3 declare i32 @strncpy(ptr noundef, ptr noundef, i32 noundef) #3 declare i32 @printf(ptr noundef, ptr 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: readwrite) } attributes #2 = { nocallback nofree nounwind willreturn memory(argmem: write) } 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"} !6 = distinct !{!6, !7} !7 = !{!"llvm.loop.mustprogress"}
; ModuleID = '/tmp/tmph_l_1x4z.c' source_filename = "/tmp/tmph_l_1x4z.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" @FTS_NOINSTR = dso_local global i32 0, align 4 @FTS_NOSTAT = dso_local global i32 0, align 4 @UINT_MAX = dso_local global i64 0, align 8 !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/tmph_l_1x4z.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" @FTS_NOINSTR = dso_local global i32 0, align 4 @FTS_NOSTAT = dso_local global i32 0, align 4 @UINT_MAX = dso_local global i64 0, align 8 !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/tmpzcul474j.c' source_filename = "/tmp/tmpzcul474j.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"PIPE\0A\00", align 1 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local void @catch_pipe(i32 noundef %0) #0 { %2 = alloca i32, align 4 store i32 %0, ptr %2, align 4 %3 = call i32 @printf(ptr noundef @.str) ret void } 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/tmpzcul474j.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"PIPE\0A\00", align 1 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local void @catch_pipe(i32 noundef %0) #0 { %2 = alloca i32, align 4 store i32 %0, ptr %2, align 4 %3 = call i32 @printf(ptr noundef @.str) ret void } 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/tmpi61w0ht4.c' source_filename = "/tmp/tmpi61w0ht4.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 @ybase64_free(ptr noundef %0) #0 { %2 = alloca ptr, align 8 store ptr %0, ptr %2, align 8 %3 = load ptr, ptr %2, align 8 %4 = icmp ne ptr %3, null br i1 %4, label %5, label %8 5: ; preds = %1 %6 = load ptr, ptr %2, align 8 %7 = call i32 @free(ptr noundef %6) br label %8 8: ; preds = %5, %1 ret void } 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/tmpi61w0ht4.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 @ybase64_free(ptr noundef %0) #0 { %2 = alloca ptr, align 8 store ptr %0, ptr %2, align 8 %3 = load ptr, ptr %2, align 8 %4 = icmp ne ptr %3, null br i1 %4, label %5, label %8 5: ; preds = %1 %6 = load ptr, ptr %2, align 8 %7 = call i32 @free(ptr noundef %6) br label %8 8: ; preds = %5, %1 ret void } 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/tmp3sdri78r.c' source_filename = "/tmp/tmp3sdri78r.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/tmp3sdri78r.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/tmp6s73t5jm.c' source_filename = "/tmp/tmp6s73t5jm.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/tmp6s73t5jm.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/tmp3d56rrd4.c' source_filename = "/tmp/tmp3d56rrd4.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/tmp3d56rrd4.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/tmpnmisxn39.c' source_filename = "/tmp/tmpnmisxn39.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"main\00", align 1 @.str.1 = private unnamed_addr constant [3 x i8] c"aa\00", align 1 @.str.2 = private unnamed_addr constant [3 x i8] c"bb\00", align 1 @__const.main.argv = private unnamed_addr constant [4 x ptr] [ptr @.str, ptr @.str.1, ptr @.str.2, ptr null], align 16 @.str.3 = private unnamed_addr constant [20 x i8] c"not found cmdline!\0A\00", align 1 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local i32 @main() #0 { %1 = alloca i32, align 4 %2 = alloca [4 x ptr], align 16 store i32 0, ptr %1, align 4 %3 = call i64 (...) @fork() %4 = icmp ne i64 %3, 0 br i1 %4, label %5, label %7 5: ; preds = %0 %6 = call i32 @sleep(i32 noundef 10) br label %11 7: ; preds = %0 call void @llvm.memcpy.p0.p0.i64(ptr align 16 %2, ptr align 16 @__const.main.argv, i64 32, i1 false) %8 = getelementptr inbounds [4 x ptr], ptr %2, i64 0, i64 0 %9 = call i32 @execvp(ptr noundef @.str, ptr noundef %8) %10 = call i32 @printf(ptr noundef @.str.3) store i32 -1, ptr %1, align 4 br label %12 11: ; preds = %5 store i32 0, ptr %1, align 4 br label %12 12: ; preds = %11, %7 %13 = load i32, ptr %1, align 4 ret i32 %13 } declare i64 @fork(...) #1 declare i32 @sleep(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 @execvp(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" } 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"}
; ModuleID = '<stdin>' source_filename = "/tmp/tmpnmisxn39.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"main\00", align 1 @.str.1 = private unnamed_addr constant [3 x i8] c"aa\00", align 1 @.str.2 = private unnamed_addr constant [3 x i8] c"bb\00", align 1 @__const.main.argv = private unnamed_addr constant [4 x ptr] [ptr @.str, ptr @.str.1, ptr @.str.2, ptr null], align 16 @.str.3 = private unnamed_addr constant [20 x i8] c"not found cmdline!\0A\00", align 1 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local i32 @main() #0 { %1 = alloca i32, align 4 %2 = alloca [4 x ptr], align 16 store i32 0, ptr %1, align 4 %3 = call i64 (...) @fork() %4 = icmp ne i64 %3, 0 br i1 %4, label %5, label %7 5: ; preds = %0 %6 = call i32 @sleep(i32 noundef 10) br label %11 7: ; preds = %0 call void @llvm.memcpy.p0.p0.i64(ptr align 16 %2, ptr align 16 @__const.main.argv, i64 32, i1 false) %8 = getelementptr inbounds [4 x ptr], ptr %2, i64 0, i64 0 %9 = call i32 @execvp(ptr noundef @.str, ptr noundef %8) %10 = call i32 @printf(ptr noundef @.str.3) store i32 -1, ptr %1, align 4 br label %12 11: ; preds = %5 store i32 0, ptr %1, align 4 br label %12 12: ; preds = %11, %7 %13 = load i32, ptr %1, align 4 ret i32 %13 } declare i64 @fork(...) #1 declare i32 @sleep(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 @execvp(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" } 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"}
; ModuleID = '/tmp/tmpsyfmizyn.c' source_filename = "/tmp/tmpsyfmizyn.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 signext i8 @waitForSomething(ptr noundef %0) #0 { %2 = alloca ptr, align 8 %3 = alloca i32, align 4 %4 = alloca i8, align 1 store ptr %0, ptr %2, align 8 store i32 0, ptr %3, align 4 br label %5 5: ; preds = %28, %1 %6 = call signext i8 (...) @getch() store i8 %6, ptr %4, align 1 store i32 0, ptr %3, align 4 br label %7 7: ; preds = %25, %5 %8 = load i32, ptr %3, align 4 %9 = load ptr, ptr %2, align 8 %10 = call i32 @strlen(ptr noundef %9) %11 = icmp slt i32 %8, %10 br i1 %11, label %12, label %28 12: ; preds = %7 %13 = load i8, ptr %4, align 1 %14 = sext i8 %13 to i32 %15 = load ptr, ptr %2, align 8 %16 = load i32, ptr %3, 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 = icmp eq i32 %14, %20 br i1 %21, label %22, label %24 22: ; preds = %12 %23 = load i8, ptr %4, align 1 ret i8 %23 24: ; preds = %12 br label %25 25: ; preds = %24 %26 = load i32, ptr %3, align 4 %27 = add nsw i32 %26, 1 store i32 %27, ptr %3, align 4 br label %7, !llvm.loop !6 28: ; preds = %7 br label %5 } declare signext i8 @getch(...) #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"} !6 = distinct !{!6, !7} !7 = !{!"llvm.loop.mustprogress"}
; ModuleID = '<stdin>' source_filename = "/tmp/tmpsyfmizyn.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 signext i8 @waitForSomething(ptr noundef %0) #0 { %2 = alloca ptr, align 8 %3 = alloca i32, align 4 %4 = alloca i8, align 1 store ptr %0, ptr %2, align 8 store i32 0, ptr %3, align 4 br label %5 5: ; preds = %31, %1 %6 = call signext i8 (...) @getch() store i8 %6, ptr %4, align 1 store i32 0, ptr %3, align 4 %7 = load i32, ptr %3, align 4 %8 = load ptr, ptr %2, align 8 %9 = call i32 @strlen(ptr noundef %8) %10 = icmp slt i32 %7, %9 br i1 %10, label %.lr.ph, label %31 .lr.ph: ; preds = %5 br label %11 11: ; preds = %.lr.ph, %24 %12 = load i8, ptr %4, align 1 %13 = sext i8 %12 to i32 %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 = sext i8 %18 to i32 %20 = icmp eq i32 %13, %19 br i1 %20, label %21, label %23 21: ; preds = %11 %22 = load i8, ptr %4, align 1 ret i8 %22 23: ; preds = %11 br label %24 24: ; preds = %23 %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 ptr, ptr %2, align 8 %29 = call i32 @strlen(ptr noundef %28) %30 = icmp slt i32 %27, %29 br i1 %30, label %11, label %._crit_edge, !llvm.loop !6 ._crit_edge: ; preds = %24 br label %31 31: ; preds = %._crit_edge, %5 br label %5 } declare signext i8 @getch(...) #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"} !6 = distinct !{!6, !7} !7 = !{!"llvm.loop.mustprogress"}
; ModuleID = '/tmp/tmpfgv7cgdy.c' source_filename = "/tmp/tmpfgv7cgdy.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/tmpfgv7cgdy.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/tmp5qs4xmb4.c' source_filename = "/tmp/tmp5qs4xmb4.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_in = type { i32, %struct.TYPE_2__, i32 } %struct.TYPE_2__ = type { i32 } @AF_INET = dso_local global i32 0, align 4 @SOCK_DGRAM = dso_local global i32 0, align 4 @INADDR_ANY = dso_local global i32 0, align 4 @.str = private unnamed_addr constant [57 x i8] c"-------------------------------------------------------\0A\00", align 1 @.str.1 = private unnamed_addr constant [25 x i8] c"Received the following:\0A\00", align 1 @.str.2 = private unnamed_addr constant [5 x i8] c"%02X\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 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 %struct.sockaddr_in, align 4 %9 = alloca %struct.sockaddr_in, align 4 %10 = alloca i32, align 4 %11 = alloca [1000 x i8], align 16 %12 = 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 %13 = load i32, ptr @AF_INET, align 4 %14 = load i32, ptr @SOCK_DGRAM, align 4 %15 = call i32 @socket(i32 noundef %13, i32 noundef %14, i32 noundef 0) store i32 %15, ptr %6, align 4 %16 = call i32 @bzero(ptr noundef %8, i32 noundef 12) %17 = load i32, ptr @AF_INET, align 4 %18 = getelementptr inbounds %struct.sockaddr_in, ptr %8, i32 0, i32 2 store i32 %17, ptr %18, align 4 %19 = load i32, ptr @INADDR_ANY, align 4 %20 = call i32 @htonl(i32 noundef %19) %21 = getelementptr inbounds %struct.sockaddr_in, ptr %8, i32 0, i32 1 %22 = getelementptr inbounds %struct.TYPE_2__, ptr %21, i32 0, i32 0 store i32 %20, ptr %22, align 4 %23 = call i32 @htons(i32 noundef 1912) %24 = getelementptr inbounds %struct.sockaddr_in, ptr %8, i32 0, i32 0 store i32 %23, ptr %24, align 4 %25 = load i32, ptr %6, align 4 %26 = call i32 @bind(i32 noundef %25, ptr noundef %8, i32 noundef 12) br label %27 27: ; preds = %53, %2 store i32 12, ptr %10, align 4 %28 = load i32, ptr %6, align 4 %29 = getelementptr inbounds [1000 x i8], ptr %11, i64 0, i64 0 %30 = call i32 @recvfrom(i32 noundef %28, ptr noundef %29, i32 noundef 1000, i32 noundef 0, ptr noundef %9, ptr noundef %10) store i32 %30, ptr %7, align 4 %31 = load i32, ptr %6, align 4 %32 = getelementptr inbounds [1000 x i8], ptr %11, i64 0, i64 0 %33 = load i32, ptr %7, align 4 %34 = call i32 @sendto(i32 noundef %31, ptr noundef %32, i32 noundef %33, i32 noundef 0, ptr noundef %9, i32 noundef 12) %35 = call i32 (ptr, ...) @printf(ptr noundef @.str) %36 = load i32, ptr %7, align 4 %37 = sext i32 %36 to i64 %38 = getelementptr inbounds [1000 x i8], ptr %11, i64 0, i64 %37 store i8 0, ptr %38, align 1 %39 = call i32 (ptr, ...) @printf(ptr noundef @.str.1) store i32 0, ptr %12, align 4 br label %40 40: ; preds = %50, %27 %41 = load i32, ptr %12, align 4 %42 = icmp slt i32 %41, 8 br i1 %42, label %43, label %53 43: ; preds = %40 %44 = load i32, ptr %12, align 4 %45 = sext i32 %44 to i64 %46 = getelementptr inbounds [1000 x i8], ptr %11, i64 0, i64 %45 %47 = load i8, ptr %46, align 1 %48 = sext i8 %47 to i32 %49 = call i32 (ptr, ...) @printf(ptr noundef @.str.2, i32 noundef %48) br label %50 50: ; preds = %43 %51 = load i32, ptr %12, align 4 %52 = add nsw i32 %51, 1 store i32 %52, ptr %12, align 4 br label %40, !llvm.loop !6 53: ; preds = %40 %54 = call i32 (ptr, ...) @printf(ptr noundef @.str.3) %55 = call i32 (ptr, ...) @printf(ptr noundef @.str) br label %27 } declare i32 @socket(i32 noundef, i32 noundef, i32 noundef) #1 declare i32 @bzero(ptr noundef, i32 noundef) #1 declare i32 @htonl(i32 noundef) #1 declare i32 @htons(i32 noundef) #1 declare i32 @bind(i32 noundef, ptr noundef, i32 noundef) #1 declare i32 @recvfrom(i32 noundef, ptr noundef, i32 noundef, i32 noundef, ptr noundef, ptr noundef) #1 declare i32 @sendto(i32 noundef, ptr noundef, i32 noundef, i32 noundef, 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/tmp5qs4xmb4.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_in = type { i32, %struct.TYPE_2__, i32 } %struct.TYPE_2__ = type { i32 } @AF_INET = dso_local global i32 0, align 4 @SOCK_DGRAM = dso_local global i32 0, align 4 @INADDR_ANY = dso_local global i32 0, align 4 @.str = private unnamed_addr constant [57 x i8] c"-------------------------------------------------------\0A\00", align 1 @.str.1 = private unnamed_addr constant [25 x i8] c"Received the following:\0A\00", align 1 @.str.2 = private unnamed_addr constant [5 x i8] c"%02X\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 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 %struct.sockaddr_in, align 4 %9 = alloca %struct.sockaddr_in, align 4 %10 = alloca i32, align 4 %11 = alloca [1000 x i8], align 16 %12 = 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 %13 = load i32, ptr @AF_INET, align 4 %14 = load i32, ptr @SOCK_DGRAM, align 4 %15 = call i32 @socket(i32 noundef %13, i32 noundef %14, i32 noundef 0) store i32 %15, ptr %6, align 4 %16 = call i32 @bzero(ptr noundef %8, i32 noundef 12) %17 = load i32, ptr @AF_INET, align 4 %18 = getelementptr inbounds %struct.sockaddr_in, ptr %8, i32 0, i32 2 store i32 %17, ptr %18, align 4 %19 = load i32, ptr @INADDR_ANY, align 4 %20 = call i32 @htonl(i32 noundef %19) %21 = getelementptr inbounds %struct.sockaddr_in, ptr %8, i32 0, i32 1 %22 = getelementptr inbounds %struct.TYPE_2__, ptr %21, i32 0, i32 0 store i32 %20, ptr %22, align 4 %23 = call i32 @htons(i32 noundef 1912) %24 = getelementptr inbounds %struct.sockaddr_in, ptr %8, i32 0, i32 0 store i32 %23, ptr %24, align 4 %25 = load i32, ptr %6, align 4 %26 = call i32 @bind(i32 noundef %25, ptr noundef %8, i32 noundef 12) br label %27 27: ; preds = %54, %2 store i32 12, ptr %10, align 4 %28 = load i32, ptr %6, align 4 %29 = getelementptr inbounds [1000 x i8], ptr %11, i64 0, i64 0 %30 = call i32 @recvfrom(i32 noundef %28, ptr noundef %29, i32 noundef 1000, i32 noundef 0, ptr noundef %9, ptr noundef %10) store i32 %30, ptr %7, align 4 %31 = load i32, ptr %6, align 4 %32 = getelementptr inbounds [1000 x i8], ptr %11, i64 0, i64 0 %33 = load i32, ptr %7, align 4 %34 = call i32 @sendto(i32 noundef %31, ptr noundef %32, i32 noundef %33, i32 noundef 0, ptr noundef %9, i32 noundef 12) %35 = call i32 (ptr, ...) @printf(ptr noundef @.str) %36 = load i32, ptr %7, align 4 %37 = sext i32 %36 to i64 %38 = getelementptr inbounds [1000 x i8], ptr %11, i64 0, i64 %37 store i8 0, ptr %38, align 1 %39 = call i32 (ptr, ...) @printf(ptr noundef @.str.1) store i32 0, ptr %12, align 4 %40 = load i32, ptr %12, align 4 %41 = icmp slt i32 %40, 8 br i1 %41, label %.lr.ph, label %54 .lr.ph: ; preds = %27 br label %42 42: ; preds = %.lr.ph, %49 %43 = load i32, ptr %12, align 4 %44 = sext i32 %43 to i64 %45 = getelementptr inbounds [1000 x i8], ptr %11, i64 0, i64 %44 %46 = load i8, ptr %45, align 1 %47 = sext i8 %46 to i32 %48 = call i32 (ptr, ...) @printf(ptr noundef @.str.2, i32 noundef %47) br label %49 49: ; preds = %42 %50 = load i32, ptr %12, align 4 %51 = add nsw i32 %50, 1 store i32 %51, ptr %12, align 4 %52 = load i32, ptr %12, align 4 %53 = icmp slt i32 %52, 8 br i1 %53, label %42, label %._crit_edge, !llvm.loop !6 ._crit_edge: ; preds = %49 br label %54 54: ; preds = %._crit_edge, %27 %55 = call i32 (ptr, ...) @printf(ptr noundef @.str.3) %56 = call i32 (ptr, ...) @printf(ptr noundef @.str) br label %27 } declare i32 @socket(i32 noundef, i32 noundef, i32 noundef) #1 declare i32 @bzero(ptr noundef, i32 noundef) #1 declare i32 @htonl(i32 noundef) #1 declare i32 @htons(i32 noundef) #1 declare i32 @bind(i32 noundef, ptr noundef, i32 noundef) #1 declare i32 @recvfrom(i32 noundef, ptr noundef, i32 noundef, i32 noundef, ptr noundef, ptr noundef) #1 declare i32 @sendto(i32 noundef, ptr noundef, i32 noundef, i32 noundef, 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/tmp5tsq776g.c' source_filename = "/tmp/tmp5tsq776g.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 @ut_string_rstrip(ptr noundef %0) #0 { %2 = alloca ptr, align 8 %3 = alloca ptr, align 8 %4 = alloca i64, align 8 store ptr %0, ptr %3, align 8 %5 = load ptr, ptr %3, align 8 %6 = call i64 @ut_string_is_invalid(ptr noundef %5) %7 = icmp ne i64 %6, 0 br i1 %7, label %8, label %10 8: ; preds = %1 %9 = load ptr, ptr %3, align 8 store ptr %9, ptr %2, align 8 br label %32 10: ; preds = %1 %11 = load ptr, ptr %3, align 8 %12 = call i64 @strlen(ptr noundef %11) store i64 %12, ptr %4, align 8 br label %13 13: ; preds = %26, %10 %14 = load i64, ptr %4, align 8 %15 = add i64 %14, -1 store i64 %15, ptr %4, align 8 %16 = icmp ne i64 %14, 0 br i1 %16, label %17, label %24 17: ; preds = %13 %18 = load ptr, ptr %3, align 8 %19 = load i64, ptr %4, align 8 %20 = getelementptr inbounds i8, ptr %18, i64 %19 %21 = load i8, ptr %20, align 1 %22 = call i64 @isspace(i8 noundef signext %21) %23 = icmp ne i64 %22, 0 br label %24 24: ; preds = %17, %13 %25 = phi i1 [ false, %13 ], [ %23, %17 ] br i1 %25, label %26, label %30 26: ; preds = %24 %27 = load ptr, ptr %3, align 8 %28 = load i64, ptr %4, align 8 %29 = getelementptr inbounds i8, ptr %27, i64 %28 store i8 0, ptr %29, align 1 br label %13, !llvm.loop !6 30: ; preds = %24 %31 = load ptr, ptr %3, align 8 store ptr %31, ptr %2, align 8 br label %32 32: ; preds = %30, %8 %33 = load ptr, ptr %2, align 8 ret ptr %33 } declare i64 @ut_string_is_invalid(ptr noundef) #1 declare i64 @strlen(ptr noundef) #1 declare i64 @isspace(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"}
; ModuleID = '<stdin>' source_filename = "/tmp/tmp5tsq776g.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 @ut_string_rstrip(ptr noundef %0) #0 { %2 = alloca ptr, align 8 %3 = alloca ptr, align 8 %4 = alloca i64, align 8 store ptr %0, ptr %3, align 8 %5 = load ptr, ptr %3, align 8 %6 = call i64 @ut_string_is_invalid(ptr noundef %5) %7 = icmp ne i64 %6, 0 br i1 %7, label %8, label %10 8: ; preds = %1 %9 = load ptr, ptr %3, align 8 store ptr %9, ptr %2, align 8 br label %32 10: ; preds = %1 %11 = load ptr, ptr %3, align 8 %12 = call i64 @strlen(ptr noundef %11) store i64 %12, ptr %4, align 8 br label %13 13: ; preds = %26, %10 %14 = load i64, ptr %4, align 8 %15 = add i64 %14, -1 store i64 %15, ptr %4, align 8 %16 = icmp ne i64 %14, 0 br i1 %16, label %17, label %24 17: ; preds = %13 %18 = load ptr, ptr %3, align 8 %19 = load i64, ptr %4, align 8 %20 = getelementptr inbounds i8, ptr %18, i64 %19 %21 = load i8, ptr %20, align 1 %22 = call i64 @isspace(i8 noundef signext %21) %23 = icmp ne i64 %22, 0 br label %24 24: ; preds = %17, %13 %25 = phi i1 [ false, %13 ], [ %23, %17 ] br i1 %25, label %26, label %30 26: ; preds = %24 %27 = load ptr, ptr %3, align 8 %28 = load i64, ptr %4, align 8 %29 = getelementptr inbounds i8, ptr %27, i64 %28 store i8 0, ptr %29, align 1 br label %13, !llvm.loop !6 30: ; preds = %24 %31 = load ptr, ptr %3, align 8 store ptr %31, ptr %2, align 8 br label %32 32: ; preds = %30, %8 %33 = load ptr, ptr %2, align 8 ret ptr %33 } declare i64 @ut_string_is_invalid(ptr noundef) #1 declare i64 @strlen(ptr noundef) #1 declare i64 @isspace(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"}