llvm-ir
stringlengths
479
303k
llvm-optimized-ir
stringlengths
468
303k
; ModuleID = '/tmp/tmp1dnycn60.c' source_filename = "/tmp/tmp1dnycn60.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128" target triple = "x86_64-pc-linux-gnu" @errno = dso_local global i32 0, align 4 @EINTR = dso_local global i32 0, align 4 @ETIMEDOUT = dso_local global i32 0, align 4 @EAGAIN = dso_local global i32 0, align 4 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local i32 @ztimed_write(i32 noundef %0, ptr noundef %1, i32 noundef %2, i32 noundef %3) #0 { %5 = alloca i32, align 4 %6 = alloca i32, align 4 %7 = alloca ptr, align 8 %8 = alloca i32, align 4 %9 = alloca i32, align 4 %10 = alloca i32, align 4 %11 = alloca i32, align 4 store i32 %0, ptr %6, align 4 store ptr %1, ptr %7, align 8 store i32 %2, ptr %8, align 4 store i32 %3, ptr %9, align 4 %12 = load i32, ptr %9, align 4 %13 = icmp eq i32 %12, 0 br i1 %13, label %14, label %30 14: ; preds = %4 br label %15 15: ; preds = %26, %14 %16 = load i32, ptr %6, align 4 %17 = load ptr, ptr %7, align 8 %18 = load i32, ptr %8, align 4 %19 = call i32 @write(i32 noundef %16, ptr noundef %17, i32 noundef %18) store i32 %19, ptr %10, align 4 %20 = load i32, ptr %10, align 4 %21 = icmp slt i32 %20, 0 br i1 %21, label %22, label %28 22: ; preds = %15 %23 = load i32, ptr @errno, align 4 %24 = load i32, ptr @EINTR, align 4 %25 = icmp eq i32 %23, %24 br i1 %25, label %26, label %27 26: ; preds = %22 br label %15 27: ; preds = %22 br label %28 28: ; preds = %27, %15 %29 = load i32, ptr %10, align 4 store i32 %29, ptr %5, align 4 br label %66 30: ; preds = %4 br label %31 31: ; preds = %62, %57, %52, %30 %32 = load i32, ptr %6, align 4 %33 = load i32, ptr %9, align 4 %34 = sext i32 %33 to i64 %35 = mul nsw i64 1000, %34 %36 = call i64 @ztimed_write_wait_millisecond(i32 noundef %32, i64 noundef %35) %37 = icmp eq i64 %36, 0 br i1 %37, label %38, label %40 38: ; preds = %31 %39 = load i32, ptr @ETIMEDOUT, align 4 store i32 %39, ptr @errno, align 4 store i32 -1, ptr %5, align 4 br label %66 40: ; preds = %31 %41 = load i32, ptr %6, align 4 %42 = load ptr, ptr %7, align 8 %43 = load i32, ptr %8, align 4 %44 = call i32 @write(i32 noundef %41, ptr noundef %42, i32 noundef %43) store i32 %44, ptr %10, align 4 %45 = load i32, ptr %10, align 4 %46 = icmp slt i32 %45, 0 br i1 %46, label %47, label %59 47: ; preds = %40 %48 = load i32, ptr @errno, align 4 store i32 %48, ptr %11, align 4 %49 = load i32, ptr %11, align 4 %50 = load i32, ptr @EINTR, align 4 %51 = icmp eq i32 %49, %50 br i1 %51, label %52, label %53 52: ; preds = %47 br label %31 53: ; preds = %47 %54 = load i32, ptr %11, align 4 %55 = load i32, ptr @EAGAIN, align 4 %56 = icmp eq i32 %54, %55 br i1 %56, label %57, label %58 57: ; preds = %53 br label %31 58: ; preds = %53 store i32 -1, ptr %5, align 4 br label %66 59: ; preds = %40 %60 = load i32, ptr %10, align 4 %61 = icmp eq i32 %60, 0 br i1 %61, label %62, label %63 62: ; preds = %59 br label %31 63: ; preds = %59 br label %64 64: ; preds = %63 %65 = load i32, ptr %10, align 4 store i32 %65, ptr %5, align 4 br label %66 66: ; preds = %64, %58, %38, %28 %67 = load i32, ptr %5, align 4 ret i32 %67 } declare i32 @write(i32 noundef, ptr noundef, i32 noundef) #1 declare i64 @ztimed_write_wait_millisecond(i32 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/tmp1dnycn60.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128" target triple = "x86_64-pc-linux-gnu" @errno = dso_local global i32 0, align 4 @EINTR = dso_local global i32 0, align 4 @ETIMEDOUT = dso_local global i32 0, align 4 @EAGAIN = dso_local global i32 0, align 4 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local i32 @ztimed_write(i32 noundef %0, ptr noundef %1, i32 noundef %2, i32 noundef %3) #0 { %5 = alloca i32, align 4 %6 = alloca i32, align 4 %7 = alloca ptr, align 8 %8 = alloca i32, align 4 %9 = alloca i32, align 4 %10 = alloca i32, align 4 %11 = alloca i32, align 4 store i32 %0, ptr %6, align 4 store ptr %1, ptr %7, align 8 store i32 %2, ptr %8, align 4 store i32 %3, ptr %9, align 4 %12 = load i32, ptr %9, align 4 %13 = icmp eq i32 %12, 0 br i1 %13, label %14, label %35 14: ; preds = %4 %15 = load i32, ptr %6, align 4 %16 = load ptr, ptr %7, align 8 %17 = load i32, ptr %8, align 4 %18 = call i32 @write(i32 noundef %15, ptr noundef %16, i32 noundef %17) store i32 %18, ptr %10, align 4 %19 = load i32, ptr %10, align 4 %20 = icmp slt i32 %19, 0 br i1 %20, label %.lr.ph2, label %.loopexit .lr.ph2: ; preds = %14 br label %28 21: ; preds = %28 %22 = load i32, ptr %6, align 4 %23 = load ptr, ptr %7, align 8 %24 = load i32, ptr %8, align 4 %25 = call i32 @write(i32 noundef %22, ptr noundef %23, i32 noundef %24) store i32 %25, ptr %10, align 4 %26 = load i32, ptr %10, align 4 %27 = icmp slt i32 %26, 0 br i1 %27, label %28, label %..loopexit_crit_edge 28: ; preds = %.lr.ph2, %21 %29 = load i32, ptr @errno, align 4 %30 = load i32, ptr @EINTR, align 4 %31 = icmp eq i32 %29, %30 br i1 %31, label %21, label %32 32: ; preds = %28 br label %33 ..loopexit_crit_edge: ; preds = %21 br label %.loopexit .loopexit: ; preds = %..loopexit_crit_edge, %14 br label %33 33: ; preds = %.loopexit, %32 %34 = load i32, ptr %10, align 4 store i32 %34, ptr %5, align 4 br label %76 35: ; preds = %4 %36 = load i32, ptr %6, align 4 %37 = load i32, ptr %9, align 4 %38 = sext i32 %37 to i64 %39 = mul nsw i64 1000, %38 %40 = call i64 @ztimed_write_wait_millisecond(i32 noundef %36, i64 noundef %39) %41 = icmp eq i64 %40, 0 br i1 %41, label %42, label %.lr.ph .lr.ph: ; preds = %35 br label %44 ._crit_edge: ; preds = %.backedge br label %42 42: ; preds = %._crit_edge, %35 %43 = load i32, ptr @ETIMEDOUT, align 4 store i32 %43, ptr @errno, align 4 store i32 -1, ptr %5, align 4 br label %76 44: ; preds = %.lr.ph, %.backedge %45 = load i32, ptr %6, align 4 %46 = load ptr, ptr %7, align 8 %47 = load i32, ptr %8, align 4 %48 = call i32 @write(i32 noundef %45, ptr noundef %46, i32 noundef %47) store i32 %48, ptr %10, align 4 %49 = load i32, ptr %10, align 4 %50 = icmp slt i32 %49, 0 br i1 %50, label %51, label %69 51: ; preds = %44 %52 = load i32, ptr @errno, align 4 store i32 %52, ptr %11, align 4 %53 = load i32, ptr %11, align 4 %54 = load i32, ptr @EINTR, align 4 %55 = icmp eq i32 %53, %54 br i1 %55, label %56, label %63 56: ; preds = %51 br label %.backedge .backedge: ; preds = %56, %67, %72 %57 = load i32, ptr %6, align 4 %58 = load i32, ptr %9, align 4 %59 = sext i32 %58 to i64 %60 = mul nsw i64 1000, %59 %61 = call i64 @ztimed_write_wait_millisecond(i32 noundef %57, i64 noundef %60) %62 = icmp eq i64 %61, 0 br i1 %62, label %._crit_edge, label %44 63: ; preds = %51 %64 = load i32, ptr %11, align 4 %65 = load i32, ptr @EAGAIN, align 4 %66 = icmp eq i32 %64, %65 br i1 %66, label %67, label %68 67: ; preds = %63 br label %.backedge 68: ; preds = %63 store i32 -1, ptr %5, align 4 br label %76 69: ; preds = %44 %70 = load i32, ptr %10, align 4 %71 = icmp eq i32 %70, 0 br i1 %71, label %72, label %73 72: ; preds = %69 br label %.backedge 73: ; preds = %69 br label %74 74: ; preds = %73 %75 = load i32, ptr %10, align 4 store i32 %75, ptr %5, align 4 br label %76 76: ; preds = %74, %68, %42, %33 %77 = load i32, ptr %5, align 4 ret i32 %77 } declare i32 @write(i32 noundef, ptr noundef, i32 noundef) #1 declare i64 @ztimed_write_wait_millisecond(i32 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/tmp27lo_bip.c' source_filename = "/tmp/tmp27lo_bip.c" target datalayout = "e-m:e-p270: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/tmp27lo_bip.c" target datalayout = "e-m:e-p270: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/tmpcwci5qw_.c' source_filename = "/tmp/tmpcwci5qw_.c" target datalayout = "e-m:e-p270: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 @_io_command_loop(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 @command_loop(i32 noundef %3, i32 noundef 0) ret void } declare i32 @command_loop(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/tmpcwci5qw_.c" target datalayout = "e-m:e-p270: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 @_io_command_loop(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 @command_loop(i32 noundef %3, i32 noundef 0) ret void } declare i32 @command_loop(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/tmpxfet7x73.c' source_filename = "/tmp/tmpxfet7x73.c" target datalayout = "e-m:e-p270: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/tmpxfet7x73.c" target datalayout = "e-m:e-p270: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/tmpjtey7ruo.c' source_filename = "/tmp/tmpjtey7ruo.c" target datalayout = "e-m:e-p270: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/tmpjtey7ruo.c" target datalayout = "e-m:e-p270: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/tmpuqxtgezg.c' source_filename = "/tmp/tmpuqxtgezg.c" target datalayout = "e-m:e-p270: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"The CPUID is: '%s'\0A\00", align 1 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local i32 @main() #0 { %1 = alloca i32, align 4 %2 = alloca ptr, align 8 store i32 0, ptr %1, align 4 %3 = call ptr (...) @cpuidfunc() store ptr %3, ptr %2, align 8 %4 = load ptr, ptr %2, align 8 %5 = call i32 @printf(ptr noundef @.str, ptr noundef %4) ret i32 0 } declare ptr @cpuidfunc(...) #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"}
; ModuleID = '<stdin>' source_filename = "/tmp/tmpuqxtgezg.c" target datalayout = "e-m:e-p270: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"The CPUID is: '%s'\0A\00", align 1 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local i32 @main() #0 { %1 = alloca i32, align 4 %2 = alloca ptr, align 8 store i32 0, ptr %1, align 4 %3 = call ptr (...) @cpuidfunc() store ptr %3, ptr %2, align 8 %4 = load ptr, ptr %2, align 8 %5 = call i32 @printf(ptr noundef @.str, ptr noundef %4) ret i32 0 } declare ptr @cpuidfunc(...) #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"}
; ModuleID = '/tmp/tmpuko5osjr.c' source_filename = "/tmp/tmpuko5osjr.c" target datalayout = "e-m:e-p270: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 @_popeye_log_close() #0 { %1 = call i32 (...) @closelog() ret void } declare i32 @closelog(...) #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/tmpuko5osjr.c" target datalayout = "e-m:e-p270: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 @_popeye_log_close() #0 { %1 = call i32 (...) @closelog() ret void } declare i32 @closelog(...) #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/tmpv0slsp7b.c' source_filename = "/tmp/tmpv0slsp7b.c" target datalayout = "e-m:e-p270: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 @stpcpy(ptr noalias noundef %0, ptr noalias noundef %1) #0 { %3 = alloca ptr, align 8 %4 = alloca ptr, align 8 %5 = alloca i64, align 8 store ptr %0, ptr %3, align 8 store ptr %1, ptr %4, align 8 %6 = load ptr, ptr %4, align 8 %7 = call i64 @strlen(ptr noundef %6) store i64 %7, ptr %5, align 8 %8 = load ptr, ptr %3, align 8 %9 = load ptr, ptr %4, align 8 %10 = load i64, ptr %5, align 8 %11 = add i64 %10, 1 %12 = call i32 @memcpy(ptr noundef %8, ptr noundef %9, i64 noundef %11) %13 = load ptr, ptr %3, align 8 %14 = load i64, ptr %5, align 8 %15 = getelementptr inbounds i8, ptr %13, i64 %14 ret ptr %15 } 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/tmpv0slsp7b.c" target datalayout = "e-m:e-p270: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 @stpcpy(ptr noalias noundef %0, ptr noalias noundef %1) #0 { %3 = alloca ptr, align 8 %4 = alloca ptr, align 8 %5 = alloca i64, align 8 store ptr %0, ptr %3, align 8 store ptr %1, ptr %4, align 8 %6 = load ptr, ptr %4, align 8 %7 = call i64 @strlen(ptr noundef %6) store i64 %7, ptr %5, align 8 %8 = load ptr, ptr %3, align 8 %9 = load ptr, ptr %4, align 8 %10 = load i64, ptr %5, align 8 %11 = add i64 %10, 1 %12 = call i32 @memcpy(ptr noundef %8, ptr noundef %9, i64 noundef %11) %13 = load ptr, ptr %3, align 8 %14 = load i64, ptr %5, align 8 %15 = getelementptr inbounds i8, ptr %13, i64 %14 ret ptr %15 } 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/tmp4bm04r5y.c' source_filename = "/tmp/tmp4bm04r5y.c" target datalayout = "e-m:e-p270: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 @get_line(ptr noundef %0, i64 noundef %1) #0 { %3 = alloca i32, align 4 %4 = alloca ptr, align 8 %5 = alloca i64, align 8 %6 = alloca i64, align 8 %7 = alloca i64, align 8 %8 = alloca [20 x i8], align 16 %9 = alloca i32, align 4 store ptr %0, ptr %4, align 8 store i64 %1, ptr %5, align 8 store i64 0, ptr %7, align 8 %10 = load ptr, ptr %4, align 8 %11 = call i64 @strlen(ptr noundef %10) %12 = load i64, ptr %5, align 8 %13 = icmp ule i64 %11, %12 br i1 %13, label %14, label %15 14: ; preds = %2 store i32 0, ptr %3, align 4 br label %73 15: ; preds = %2 store i64 0, ptr %6, align 8 br label %16 16: ; preds = %49, %15 %17 = load i64, ptr %6, align 8 %18 = load ptr, ptr %4, align 8 %19 = call i64 @strlen(ptr noundef %18) %20 = icmp ule i64 %17, %19 br i1 %20, label %21, label %52 21: ; preds = %16 %22 = load ptr, ptr %4, align 8 %23 = load i64, ptr %6, align 8 %24 = getelementptr inbounds i8, ptr %22, i64 %23 %25 = load i8, ptr %24, align 1 %26 = sext i8 %25 to i32 switch i32 %26, label %40 [ i32 38, label %27 i32 94, label %27 i32 125, label %27 ] 27: ; preds = %21, %21, %21 %28 = getelementptr inbounds [20 x i8], ptr %8, i64 0, i64 0 store i8 0, ptr %28, align 16 store i32 0, ptr %9, align 4 %29 = load ptr, ptr %4, align 8 %30 = load i64, ptr %6, align 8 %31 = getelementptr inbounds i8, ptr %29, i64 %30 %32 = getelementptr inbounds [20 x i8], ptr %8, i64 0, i64 0 %33 = call i64 @colorcode(ptr noundef %31, ptr noundef %32, ptr noundef null, i32 noundef 20, ptr noundef %9) %34 = load i64, ptr %6, align 8 %35 = add i64 %34, %33 store i64 %35, ptr %6, align 8 %36 = load i32, ptr %9, align 4 %37 = sext i32 %36 to i64 %38 = load i64, ptr %7, align 8 %39 = add i64 %38, %37 store i64 %39, ptr %7, align 8 br label %43 40: ; preds = %21 %41 = load i64, ptr %7, align 8 %42 = add i64 %41, 1 store i64 %42, ptr %7, align 8 br label %43 43: ; preds = %40, %27 %44 = load i64, ptr %7, align 8 %45 = load i64, ptr %5, align 8 %46 = icmp ugt i64 %44, %45 br i1 %46, label %47, label %48 47: ; preds = %43 br label %52 48: ; preds = %43 br label %49 49: ; preds = %48 %50 = load i64, ptr %6, align 8 %51 = add i64 %50, 1 store i64 %51, ptr %6, align 8 br label %16, !llvm.loop !6 52: ; preds = %47, %16 %53 = load i64, ptr %6, align 8 store i64 %53, ptr %7, align 8 br label %54 54: ; preds = %66, %52 %55 = load i64, ptr %7, align 8 %56 = icmp ugt i64 %55, 0 br i1 %56, label %57, label %69 57: ; preds = %54 %58 = load ptr, ptr %4, align 8 %59 = load i64, ptr %7, align 8 %60 = getelementptr inbounds i8, ptr %58, i64 %59 %61 = load i8, ptr %60, align 1 %62 = sext i8 %61 to i32 %63 = icmp eq i32 %62, 32 br i1 %63, label %64, label %65 64: ; preds = %57 br label %69 65: ; preds = %57 br label %66 66: ; preds = %65 %67 = load i64, ptr %7, align 8 %68 = add i64 %67, -1 store i64 %68, ptr %7, align 8 br label %54, !llvm.loop !8 69: ; preds = %64, %54 %70 = load i64, ptr %7, align 8 %71 = add i64 %70, 1 %72 = trunc i64 %71 to i32 store i32 %72, ptr %3, align 4 br label %73 73: ; preds = %69, %14 %74 = load i32, ptr %3, align 4 ret i32 %74 } declare i64 @strlen(ptr noundef) #1 declare i64 @colorcode(ptr 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"} !6 = distinct !{!6, !7} !7 = !{!"llvm.loop.mustprogress"} !8 = distinct !{!8, !7}
; ModuleID = '<stdin>' source_filename = "/tmp/tmp4bm04r5y.c" target datalayout = "e-m:e-p270: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 @get_line(ptr noundef %0, i64 noundef %1) #0 { %3 = alloca i32, align 4 %4 = alloca ptr, align 8 %5 = alloca i64, align 8 %6 = alloca i64, align 8 %7 = alloca i64, align 8 %8 = alloca [20 x i8], align 16 %9 = alloca i32, align 4 store ptr %0, ptr %4, align 8 store i64 %1, ptr %5, align 8 store i64 0, ptr %7, align 8 %10 = load ptr, ptr %4, align 8 %11 = call i64 @strlen(ptr noundef %10) %12 = load i64, ptr %5, align 8 %13 = icmp ule i64 %11, %12 br i1 %13, label %14, label %15 14: ; preds = %2 store i32 0, ptr %3, align 4 br label %77 15: ; preds = %2 store i64 0, ptr %6, align 8 %16 = load i64, ptr %6, align 8 %17 = load ptr, ptr %4, align 8 %18 = call i64 @strlen(ptr noundef %17) %19 = icmp ule i64 %16, %18 br i1 %19, label %.lr.ph, label %.loopexit1 .lr.ph: ; preds = %15 br label %20 20: ; preds = %.lr.ph, %48 %21 = load ptr, ptr %4, align 8 %22 = load i64, ptr %6, align 8 %23 = getelementptr inbounds i8, ptr %21, i64 %22 %24 = load i8, ptr %23, align 1 %25 = sext i8 %24 to i32 switch i32 %25, label %39 [ i32 38, label %26 i32 94, label %26 i32 125, label %26 ] 26: ; preds = %20, %20, %20 %27 = getelementptr inbounds [20 x i8], ptr %8, i64 0, i64 0 store i8 0, ptr %27, align 16 store i32 0, ptr %9, align 4 %28 = load ptr, ptr %4, align 8 %29 = load i64, ptr %6, align 8 %30 = getelementptr inbounds i8, ptr %28, i64 %29 %31 = getelementptr inbounds [20 x i8], ptr %8, i64 0, i64 0 %32 = call i64 @colorcode(ptr noundef %30, ptr noundef %31, ptr noundef null, i32 noundef 20, ptr noundef %9) %33 = load i64, ptr %6, align 8 %34 = add i64 %33, %32 store i64 %34, ptr %6, align 8 %35 = load i32, ptr %9, align 4 %36 = sext i32 %35 to i64 %37 = load i64, ptr %7, align 8 %38 = add i64 %37, %36 store i64 %38, ptr %7, align 8 br label %42 39: ; preds = %20 %40 = load i64, ptr %7, align 8 %41 = add i64 %40, 1 store i64 %41, ptr %7, align 8 br label %42 42: ; preds = %39, %26 %43 = load i64, ptr %7, align 8 %44 = load i64, ptr %5, align 8 %45 = icmp ugt i64 %43, %44 br i1 %45, label %46, label %47 46: ; preds = %42 br label %55 47: ; preds = %42 br label %48 48: ; preds = %47 %49 = load i64, ptr %6, align 8 %50 = add i64 %49, 1 store i64 %50, ptr %6, align 8 %51 = load i64, ptr %6, align 8 %52 = load ptr, ptr %4, align 8 %53 = call i64 @strlen(ptr noundef %52) %54 = icmp ule i64 %51, %53 br i1 %54, label %20, label %..loopexit1_crit_edge, !llvm.loop !6 ..loopexit1_crit_edge: ; preds = %48 br label %.loopexit1 .loopexit1: ; preds = %..loopexit1_crit_edge, %15 br label %55 55: ; preds = %.loopexit1, %46 %56 = load i64, ptr %6, align 8 store i64 %56, ptr %7, align 8 %57 = load i64, ptr %7, align 8 %58 = icmp ugt i64 %57, 0 br i1 %58, label %.lr.ph2, label %.loopexit .lr.ph2: ; preds = %55 br label %59 59: ; preds = %.lr.ph2, %68 %60 = load ptr, ptr %4, align 8 %61 = load i64, ptr %7, align 8 %62 = getelementptr inbounds i8, ptr %60, i64 %61 %63 = load i8, ptr %62, align 1 %64 = sext i8 %63 to i32 %65 = icmp eq i32 %64, 32 br i1 %65, label %66, label %67 66: ; preds = %59 br label %73 67: ; preds = %59 br label %68 68: ; preds = %67 %69 = load i64, ptr %7, align 8 %70 = add i64 %69, -1 store i64 %70, ptr %7, align 8 %71 = load i64, ptr %7, align 8 %72 = icmp ugt i64 %71, 0 br i1 %72, label %59, label %..loopexit_crit_edge, !llvm.loop !8 ..loopexit_crit_edge: ; preds = %68 br label %.loopexit .loopexit: ; preds = %..loopexit_crit_edge, %55 br label %73 73: ; preds = %.loopexit, %66 %74 = load i64, ptr %7, align 8 %75 = add i64 %74, 1 %76 = trunc i64 %75 to i32 store i32 %76, ptr %3, align 4 br label %77 77: ; preds = %73, %14 %78 = load i32, ptr %3, align 4 ret i32 %78 } declare i64 @strlen(ptr noundef) #1 declare i64 @colorcode(ptr 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"} !6 = distinct !{!6, !7} !7 = !{!"llvm.loop.mustprogress"} !8 = distinct !{!8, !7}
; ModuleID = '/tmp/tmpadx7lz9t.c' source_filename = "/tmp/tmpadx7lz9t.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128" target triple = "x86_64-pc-linux-gnu" @I2C_SLAVE = dso_local global i32 0, align 4 @stderr = dso_local global i32 0, align 4 @.str = private unnamed_addr constant [16 x i8] c"%s not present\0A\00", align 1 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local void @selectDevice(i32 noundef %0, i32 noundef %1, ptr noundef %2) #0 { %4 = alloca i32, align 4 %5 = alloca i32, align 4 %6 = alloca ptr, align 8 store i32 %0, ptr %4, align 4 store i32 %1, ptr %5, align 4 store ptr %2, ptr %6, align 8 %7 = load i32, ptr %4, align 4 %8 = load i32, ptr @I2C_SLAVE, align 4 %9 = load i32, ptr %5, align 4 %10 = call i64 @ioctl(i32 noundef %7, i32 noundef %8, i32 noundef %9) %11 = icmp slt i64 %10, 0 br i1 %11, label %12, label %16 12: ; preds = %3 %13 = load i32, ptr @stderr, align 4 %14 = load ptr, ptr %6, align 8 %15 = call i32 @fprintf(i32 noundef %13, ptr noundef @.str, ptr noundef %14) br label %16 16: ; preds = %12, %3 ret void } declare i64 @ioctl(i32 noundef, i32 noundef, i32 noundef) #1 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/tmpadx7lz9t.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128" target triple = "x86_64-pc-linux-gnu" @I2C_SLAVE = dso_local global i32 0, align 4 @stderr = dso_local global i32 0, align 4 @.str = private unnamed_addr constant [16 x i8] c"%s not present\0A\00", align 1 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local void @selectDevice(i32 noundef %0, i32 noundef %1, ptr noundef %2) #0 { %4 = alloca i32, align 4 %5 = alloca i32, align 4 %6 = alloca ptr, align 8 store i32 %0, ptr %4, align 4 store i32 %1, ptr %5, align 4 store ptr %2, ptr %6, align 8 %7 = load i32, ptr %4, align 4 %8 = load i32, ptr @I2C_SLAVE, align 4 %9 = load i32, ptr %5, align 4 %10 = call i64 @ioctl(i32 noundef %7, i32 noundef %8, i32 noundef %9) %11 = icmp slt i64 %10, 0 br i1 %11, label %12, label %16 12: ; preds = %3 %13 = load i32, ptr @stderr, align 4 %14 = load ptr, ptr %6, align 8 %15 = call i32 @fprintf(i32 noundef %13, ptr noundef @.str, ptr noundef %14) br label %16 16: ; preds = %12, %3 ret void } declare i64 @ioctl(i32 noundef, i32 noundef, i32 noundef) #1 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/tmpyp4agyx9.c' source_filename = "/tmp/tmpyp4agyx9.c" target datalayout = "e-m:e-p270: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 [23 x i8] c"should not return NaN\0A\00", align 1 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local double @benchmark(i32 noundef %0, i32 noundef %1) #0 { %3 = alloca i32, align 4 %4 = alloca i32, align 4 %5 = alloca double, align 8 %6 = alloca ptr, align 8 %7 = alloca i64, align 8 %8 = alloca double, align 8 %9 = alloca double, align 8 %10 = alloca i32, align 4 store i32 %0, ptr %3, align 4 store i32 %1, ptr %4, align 4 %11 = load i32, ptr %4, align 4 %12 = zext i32 %11 to i64 %13 = call ptr @llvm.stacksave() store ptr %13, ptr %6, align 8 %14 = alloca double, i64 %12, align 16 store i64 %12, ptr %7, align 8 store i32 0, ptr %10, align 4 br label %15 15: ; preds = %25, %2 %16 = load i32, ptr %10, align 4 %17 = load i32, ptr %4, align 4 %18 = icmp slt i32 %16, %17 br i1 %18, label %19, label %28 19: ; preds = %15 %20 = call double (...) @rand_double() %21 = call double @llvm.fmuladd.f64(double %20, double 2.000000e+04, double -1.000000e+04) %22 = load i32, ptr %10, align 4 %23 = sext i32 %22 to i64 %24 = getelementptr inbounds double, ptr %14, i64 %23 store double %21, ptr %24, align 8 br label %25 25: ; preds = %19 %26 = load i32, ptr %10, align 4 %27 = add nsw i32 %26, 1 store i32 %27, ptr %10, align 4 br label %15, !llvm.loop !6 28: ; preds = %15 store double 0.000000e+00, ptr %8, align 8 %29 = call double (...) @tic() store double %29, ptr %9, align 8 store i32 0, ptr %10, align 4 br label %30 30: ; preds = %43, %28 %31 = load i32, ptr %10, align 4 %32 = load i32, ptr %3, align 4 %33 = icmp slt i32 %31, %32 br i1 %33, label %34, label %46 34: ; preds = %30 %35 = load i32, ptr %4, align 4 %36 = call double @stdlib_strided_dnanstdevyc(i32 noundef %35, double noundef 1.000000e+00, ptr noundef %14, i32 noundef 1) store double %36, ptr %8, align 8 %37 = load double, ptr %8, align 8 %38 = load double, ptr %8, align 8 %39 = fcmp une double %37, %38 br i1 %39, label %40, label %42 40: ; preds = %34 %41 = call i32 @printf(ptr noundef @.str) br label %46 42: ; preds = %34 br label %43 43: ; preds = %42 %44 = load i32, ptr %10, align 4 %45 = add nsw i32 %44, 1 store i32 %45, ptr %10, align 4 br label %30, !llvm.loop !8 46: ; preds = %40, %30 %47 = call double (...) @tic() %48 = load double, ptr %9, align 8 %49 = fsub double %47, %48 store double %49, ptr %5, align 8 %50 = load double, ptr %8, align 8 %51 = load double, ptr %8, align 8 %52 = fcmp une double %50, %51 br i1 %52, label %53, label %55 53: ; preds = %46 %54 = call i32 @printf(ptr noundef @.str) br label %55 55: ; preds = %53, %46 %56 = load double, ptr %5, align 8 %57 = load ptr, ptr %6, align 8 call void @llvm.stackrestore(ptr %57) ret double %56 } ; Function Attrs: nocallback nofree nosync nounwind willreturn declare ptr @llvm.stacksave() #1 declare double @rand_double(...) #2 ; Function Attrs: nocallback nofree nosync nounwind speculatable willreturn memory(none) declare double @llvm.fmuladd.f64(double, double, double) #3 declare double @tic(...) #2 declare double @stdlib_strided_dnanstdevyc(i32 noundef, double noundef, ptr noundef, i32 noundef) #2 declare i32 @printf(ptr noundef) #2 ; Function Attrs: nocallback nofree nosync nounwind willreturn declare void @llvm.stackrestore(ptr) #1 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { nocallback nofree nosync nounwind willreturn } attributes #2 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #3 = { nocallback nofree nosync nounwind speculatable willreturn memory(none) } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"} !6 = distinct !{!6, !7} !7 = !{!"llvm.loop.mustprogress"} !8 = distinct !{!8, !7}
; ModuleID = '<stdin>' source_filename = "/tmp/tmpyp4agyx9.c" target datalayout = "e-m:e-p270: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 [23 x i8] c"should not return NaN\0A\00", align 1 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local double @benchmark(i32 noundef %0, i32 noundef %1) #0 { %3 = alloca i32, align 4 %4 = alloca i32, align 4 %5 = alloca double, align 8 %6 = alloca ptr, align 8 %7 = alloca i64, align 8 %8 = alloca double, align 8 %9 = alloca double, align 8 %10 = alloca i32, align 4 store i32 %0, ptr %3, align 4 store i32 %1, ptr %4, align 4 %11 = load i32, ptr %4, align 4 %12 = zext i32 %11 to i64 %13 = call ptr @llvm.stacksave() store ptr %13, ptr %6, align 8 %14 = alloca double, i64 %12, align 16 store i64 %12, ptr %7, align 8 store i32 0, ptr %10, align 4 %15 = load i32, ptr %10, align 4 %16 = load i32, ptr %4, align 4 %17 = icmp slt i32 %15, %16 br i1 %17, label %.lr.ph, label %30 .lr.ph: ; preds = %2 br label %18 18: ; preds = %.lr.ph, %24 %19 = call double (...) @rand_double() %20 = call double @llvm.fmuladd.f64(double %19, double 2.000000e+04, double -1.000000e+04) %21 = load i32, ptr %10, align 4 %22 = sext i32 %21 to i64 %23 = getelementptr inbounds double, ptr %14, i64 %22 store double %20, ptr %23, align 8 br label %24 24: ; preds = %18 %25 = load i32, ptr %10, align 4 %26 = add nsw i32 %25, 1 store i32 %26, ptr %10, align 4 %27 = load i32, ptr %10, align 4 %28 = load i32, ptr %4, align 4 %29 = icmp slt i32 %27, %28 br i1 %29, label %18, label %._crit_edge, !llvm.loop !6 ._crit_edge: ; preds = %24 br label %30 30: ; preds = %._crit_edge, %2 store double 0.000000e+00, ptr %8, align 8 %31 = call double (...) @tic() store double %31, ptr %9, align 8 store i32 0, ptr %10, align 4 %32 = load i32, ptr %10, align 4 %33 = load i32, ptr %3, align 4 %34 = icmp slt i32 %32, %33 br i1 %34, label %.lr.ph2, label %.loopexit .lr.ph2: ; preds = %30 br label %35 35: ; preds = %.lr.ph2, %44 %36 = load i32, ptr %4, align 4 %37 = call double @stdlib_strided_dnanstdevyc(i32 noundef %36, double noundef 1.000000e+00, ptr noundef %14, i32 noundef 1) store double %37, ptr %8, align 8 %38 = load double, ptr %8, align 8 %39 = load double, ptr %8, align 8 %40 = fcmp une double %38, %39 br i1 %40, label %41, label %43 41: ; preds = %35 %42 = call i32 @printf(ptr noundef @.str) br label %50 43: ; preds = %35 br label %44 44: ; preds = %43 %45 = load i32, ptr %10, align 4 %46 = add nsw i32 %45, 1 store i32 %46, ptr %10, align 4 %47 = load i32, ptr %10, align 4 %48 = load i32, ptr %3, align 4 %49 = icmp slt i32 %47, %48 br i1 %49, label %35, label %..loopexit_crit_edge, !llvm.loop !8 ..loopexit_crit_edge: ; preds = %44 br label %.loopexit .loopexit: ; preds = %..loopexit_crit_edge, %30 br label %50 50: ; preds = %.loopexit, %41 %51 = call double (...) @tic() %52 = load double, ptr %9, align 8 %53 = fsub double %51, %52 store double %53, ptr %5, align 8 %54 = load double, ptr %8, align 8 %55 = load double, ptr %8, align 8 %56 = fcmp une double %54, %55 br i1 %56, label %57, label %59 57: ; preds = %50 %58 = call i32 @printf(ptr noundef @.str) br label %59 59: ; preds = %57, %50 %60 = load double, ptr %5, align 8 %61 = load ptr, ptr %6, align 8 call void @llvm.stackrestore(ptr %61) ret double %60 } ; Function Attrs: nocallback nofree nosync nounwind willreturn declare ptr @llvm.stacksave() #1 declare double @rand_double(...) #2 ; Function Attrs: nocallback nofree nosync nounwind speculatable willreturn memory(none) declare double @llvm.fmuladd.f64(double, double, double) #3 declare double @tic(...) #2 declare double @stdlib_strided_dnanstdevyc(i32 noundef, double noundef, ptr noundef, i32 noundef) #2 declare i32 @printf(ptr noundef) #2 ; Function Attrs: nocallback nofree nosync nounwind willreturn declare void @llvm.stackrestore(ptr) #1 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { nocallback nofree nosync nounwind willreturn } attributes #2 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #3 = { nocallback nofree nosync nounwind speculatable willreturn memory(none) } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"} !6 = distinct !{!6, !7} !7 = !{!"llvm.loop.mustprogress"} !8 = distinct !{!8, !7}
; ModuleID = '/tmp/tmpk8rrwud8.c' source_filename = "/tmp/tmpk8rrwud8.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128" target triple = "x86_64-pc-linux-gnu" ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local double @DSlater_5S_1S(double noundef %0, double noundef %1, double noundef %2) #0 { %4 = alloca double, align 8 %5 = alloca double, align 8 %6 = alloca double, align 8 store double %0, ptr %4, align 8 store double %1, ptr %5, align 8 store double %2, ptr %6, align 8 %7 = load double, ptr %4, align 8 %8 = load double, ptr %6, align 8 %9 = load double, ptr %5, align 8 %10 = call double @DSlater_1S_5S(double noundef %7, double noundef %8, double noundef %9) ret double %10 } declare double @DSlater_1S_5S(double noundef, double noundef, double noundef) #1 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '<stdin>' source_filename = "/tmp/tmpk8rrwud8.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128" target triple = "x86_64-pc-linux-gnu" ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local double @DSlater_5S_1S(double noundef %0, double noundef %1, double noundef %2) #0 { %4 = alloca double, align 8 %5 = alloca double, align 8 %6 = alloca double, align 8 store double %0, ptr %4, align 8 store double %1, ptr %5, align 8 store double %2, ptr %6, align 8 %7 = load double, ptr %4, align 8 %8 = load double, ptr %6, align 8 %9 = load double, ptr %5, align 8 %10 = call double @DSlater_1S_5S(double noundef %7, double noundef %8, double noundef %9) ret double %10 } declare double @DSlater_1S_5S(double noundef, double noundef, double noundef) #1 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '/tmp/tmprc8myl89.c' source_filename = "/tmp/tmprc8myl89.c" target datalayout = "e-m:e-p270: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/tmprc8myl89.c" target datalayout = "e-m:e-p270: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/tmpfi07ulha.c' source_filename = "/tmp/tmpfi07ulha.c" target datalayout = "e-m:e-p270: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/tmpfi07ulha.c" target datalayout = "e-m:e-p270: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/tmp42wot3hj.c' source_filename = "/tmp/tmp42wot3hj.c" target datalayout = "e-m:e-p270: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 @set_reg32(i64 noundef %0, i64 noundef %1, i64 noundef %2) #0 { %4 = alloca i32, align 4 %5 = alloca i64, align 8 %6 = alloca i64, align 8 %7 = alloca i64, align 8 store i64 %0, ptr %5, align 8 store i64 %1, ptr %6, align 8 store i64 %2, ptr %7, align 8 %8 = load i64, ptr %5, align 8 %9 = icmp eq i64 %8, 0 br i1 %9, label %10, label %11 10: ; preds = %3 store i32 -1, ptr %4, align 4 br label %17 11: ; preds = %3 %12 = load i64, ptr %7, align 8 %13 = load i64, ptr %5, align 8 %14 = load i64, ptr %6, align 8 %15 = add nsw i64 %13, %14 %16 = inttoptr i64 %15 to ptr store i64 %12, ptr %16, align 8 store i32 0, ptr %4, align 4 br label %17 17: ; preds = %11, %10 %18 = load i32, ptr %4, align 4 ret i32 %18 } attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-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/tmp42wot3hj.c" target datalayout = "e-m:e-p270: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 @set_reg32(i64 noundef %0, i64 noundef %1, i64 noundef %2) #0 { %4 = alloca i32, align 4 %5 = alloca i64, align 8 %6 = alloca i64, align 8 %7 = alloca i64, align 8 store i64 %0, ptr %5, align 8 store i64 %1, ptr %6, align 8 store i64 %2, ptr %7, align 8 %8 = load i64, ptr %5, align 8 %9 = icmp eq i64 %8, 0 br i1 %9, label %10, label %11 10: ; preds = %3 store i32 -1, ptr %4, align 4 br label %17 11: ; preds = %3 %12 = load i64, ptr %7, align 8 %13 = load i64, ptr %5, align 8 %14 = load i64, ptr %6, align 8 %15 = add nsw i64 %13, %14 %16 = inttoptr i64 %15 to ptr store i64 %12, ptr %16, align 8 store i32 0, ptr %4, align 4 br label %17 17: ; preds = %11, %10 %18 = load i32, ptr %4, align 4 ret i32 %18 } attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-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/tmp2iuk63jv.c' source_filename = "/tmp/tmp2iuk63jv.c" target datalayout = "e-m:e-p270: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 @ranWord(ptr noundef %0, ptr noundef %1) #0 { %3 = alloca ptr, align 8 %4 = alloca ptr, align 8 %5 = alloca ptr, align 8 store ptr %0, ptr %3, align 8 store ptr %1, ptr %4, align 8 %6 = load ptr, ptr %3, align 8 %7 = load ptr, ptr %3, align 8 %8 = call i32 @countWords(ptr noundef %7) %9 = call i32 @ranInt(i32 noundef %8) %10 = call ptr @searchWord(ptr noundef %6, i32 noundef %9) store ptr %10, ptr %5, align 8 %11 = load ptr, ptr %4, align 8 %12 = load ptr, ptr %5, align 8 %13 = call i32 @strcpy(ptr noundef %11, ptr noundef %12) %14 = load ptr, ptr %5, align 8 %15 = call i32 @free(ptr noundef %14) %16 = load ptr, ptr %4, align 8 ret ptr %16 } declare ptr @searchWord(ptr noundef, i32 noundef) #1 declare i32 @ranInt(i32 noundef) #1 declare i32 @countWords(ptr noundef) #1 declare i32 @strcpy(ptr noundef, ptr noundef) #1 declare i32 @free(ptr noundef) #1 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"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/tmp2iuk63jv.c" target datalayout = "e-m:e-p270: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 @ranWord(ptr noundef %0, ptr noundef %1) #0 { %3 = alloca ptr, align 8 %4 = alloca ptr, align 8 %5 = alloca ptr, align 8 store ptr %0, ptr %3, align 8 store ptr %1, ptr %4, align 8 %6 = load ptr, ptr %3, align 8 %7 = load ptr, ptr %3, align 8 %8 = call i32 @countWords(ptr noundef %7) %9 = call i32 @ranInt(i32 noundef %8) %10 = call ptr @searchWord(ptr noundef %6, i32 noundef %9) store ptr %10, ptr %5, align 8 %11 = load ptr, ptr %4, align 8 %12 = load ptr, ptr %5, align 8 %13 = call i32 @strcpy(ptr noundef %11, ptr noundef %12) %14 = load ptr, ptr %5, align 8 %15 = call i32 @free(ptr noundef %14) %16 = load ptr, ptr %4, align 8 ret ptr %16 } declare ptr @searchWord(ptr noundef, i32 noundef) #1 declare i32 @ranInt(i32 noundef) #1 declare i32 @countWords(ptr noundef) #1 declare i32 @strcpy(ptr noundef, ptr noundef) #1 declare i32 @free(ptr noundef) #1 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"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/tmpdbvppc11.c' source_filename = "/tmp/tmpdbvppc11.c" target datalayout = "e-m:e-p270: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/tmpdbvppc11.c" target datalayout = "e-m:e-p270: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/tmpmlqdv43w.c' source_filename = "/tmp/tmpmlqdv43w.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128" target triple = "x86_64-pc-linux-gnu" @CHAR_BIT = dso_local global i32 0, align 4 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local i32 @test_SIGNED_NONLONG_PROMOTES_TO_SIGNED_TYPE() #0 { %1 = call i32 @assert(i32 noundef 1) %2 = call i32 @assert(i32 noundef 1) %3 = call i32 @assert(i32 noundef 1) %4 = call i32 @assert(i32 noundef 1) %5 = call i32 @assert(i32 noundef 1) %6 = load i32, ptr @CHAR_BIT, align 4 %7 = sext i32 %6 to i64 %8 = mul i64 1, %7 %9 = sub i64 %8, 2 %10 = trunc i64 %9 to i32 %11 = shl i32 1, %10 %12 = trunc i32 %11 to i8 %13 = sext i8 %12 to i32 %14 = load i32, ptr @CHAR_BIT, align 4 %15 = sext i32 %14 to i64 %16 = mul i64 1, %15 %17 = sub i64 %16, 2 %18 = trunc i64 %17 to i32 %19 = shl i32 1, %18 %20 = trunc i32 %19 to i8 %21 = sext i8 %20 to i32 %22 = sub nsw i32 %21, 1 %23 = trunc i32 %22 to i8 %24 = sext i8 %23 to i32 %25 = add nsw i32 %13, %24 %26 = trunc i32 %25 to i8 %27 = sext i8 %26 to i32 %28 = icmp sgt i32 %27, -1 br i1 %28, label %29, label %52 29: ; preds = %0 %30 = load i32, ptr @CHAR_BIT, align 4 %31 = sext i32 %30 to i64 %32 = mul i64 1, %31 %33 = sub i64 %32, 2 %34 = trunc i64 %33 to i32 %35 = shl i32 1, %34 %36 = trunc i32 %35 to i8 %37 = sext i8 %36 to i32 %38 = load i32, ptr @CHAR_BIT, align 4 %39 = sext i32 %38 to i64 %40 = mul i64 1, %39 %41 = sub i64 %40, 2 %42 = trunc i64 %41 to i32 %43 = shl i32 1, %42 %44 = trunc i32 %43 to i8 %45 = sext i8 %44 to i32 %46 = sub nsw i32 %45, 1 %47 = trunc i32 %46 to i8 %48 = sext i8 %47 to i32 %49 = add nsw i32 %37, %48 %50 = trunc i32 %49 to i8 %51 = sext i8 %50 to i32 br label %53 52: ; preds = %0 br label %53 53: ; preds = %52, %29 %54 = phi i32 [ %51, %29 ], [ -1, %52 ] %55 = trunc i32 %54 to i8 %56 = sext i8 %55 to i32 %57 = load i32, ptr @CHAR_BIT, align 4 %58 = sext i32 %57 to i64 %59 = mul i64 1, %58 %60 = sub i64 %59, 2 %61 = trunc i64 %60 to i32 %62 = shl i32 1, %61 %63 = trunc i32 %62 to i8 %64 = sext i8 %63 to i32 %65 = load i32, ptr @CHAR_BIT, align 4 %66 = sext i32 %65 to i64 %67 = mul i64 1, %66 %68 = sub i64 %67, 2 %69 = trunc i64 %68 to i32 %70 = shl i32 1, %69 %71 = trunc i32 %70 to i8 %72 = sext i8 %71 to i32 %73 = sub nsw i32 %72, 1 %74 = trunc i32 %73 to i8 %75 = sext i8 %74 to i32 %76 = add nsw i32 %64, %75 %77 = trunc i32 %76 to i8 %78 = sext i8 %77 to i32 %79 = icmp sgt i32 %78, -1 br i1 %79, label %80, label %103 80: ; preds = %53 %81 = load i32, ptr @CHAR_BIT, align 4 %82 = sext i32 %81 to i64 %83 = mul i64 1, %82 %84 = sub i64 %83, 2 %85 = trunc i64 %84 to i32 %86 = shl i32 1, %85 %87 = trunc i32 %86 to i8 %88 = sext i8 %87 to i32 %89 = load i32, ptr @CHAR_BIT, align 4 %90 = sext i32 %89 to i64 %91 = mul i64 1, %90 %92 = sub i64 %91, 2 %93 = trunc i64 %92 to i32 %94 = shl i32 1, %93 %95 = trunc i32 %94 to i8 %96 = sext i8 %95 to i32 %97 = sub nsw i32 %96, 1 %98 = trunc i32 %97 to i8 %99 = sext i8 %98 to i32 %100 = add nsw i32 %88, %99 %101 = trunc i32 %100 to i8 %102 = sext i8 %101 to i32 br label %104 103: ; preds = %53 br label %104 104: ; preds = %103, %80 %105 = phi i32 [ %102, %80 ], [ -1, %103 ] %106 = trunc i32 %105 to i8 %107 = sext i8 %106 to i32 %108 = sub nsw i32 %56, %107 %109 = load i32, ptr @CHAR_BIT, align 4 %110 = sext i32 %109 to i64 %111 = mul i64 1, %110 %112 = sub i64 %111, 2 %113 = trunc i64 %112 to i32 %114 = shl i32 1, %113 %115 = trunc i32 %114 to i8 %116 = sext i8 %115 to i32 %117 = load i32, ptr @CHAR_BIT, align 4 %118 = sext i32 %117 to i64 %119 = mul i64 1, %118 %120 = sub i64 %119, 2 %121 = trunc i64 %120 to i32 %122 = shl i32 1, %121 %123 = trunc i32 %122 to i8 %124 = sext i8 %123 to i32 %125 = sub nsw i32 %124, 1 %126 = trunc i32 %125 to i8 %127 = sext i8 %126 to i32 %128 = add nsw i32 %116, %127 %129 = trunc i32 %128 to i8 %130 = sext i8 %129 to i32 %131 = icmp sgt i32 %130, -1 br i1 %131, label %132, label %155 132: ; preds = %104 %133 = load i32, ptr @CHAR_BIT, align 4 %134 = sext i32 %133 to i64 %135 = mul i64 1, %134 %136 = sub i64 %135, 2 %137 = trunc i64 %136 to i32 %138 = shl i32 1, %137 %139 = trunc i32 %138 to i8 %140 = sext i8 %139 to i32 %141 = load i32, ptr @CHAR_BIT, align 4 %142 = sext i32 %141 to i64 %143 = mul i64 1, %142 %144 = sub i64 %143, 2 %145 = trunc i64 %144 to i32 %146 = shl i32 1, %145 %147 = trunc i32 %146 to i8 %148 = sext i8 %147 to i32 %149 = sub nsw i32 %148, 1 %150 = trunc i32 %149 to i8 %151 = sext i8 %150 to i32 %152 = add nsw i32 %140, %151 %153 = trunc i32 %152 to i8 %154 = sext i8 %153 to i32 br label %156 155: ; preds = %104 br label %156 156: ; preds = %155, %132 %157 = phi i32 [ %154, %132 ], [ -1, %155 ] %158 = trunc i32 %157 to i8 %159 = sext i8 %158 to i32 %160 = load i32, ptr @CHAR_BIT, align 4 %161 = sext i32 %160 to i64 %162 = mul i64 1, %161 %163 = sub i64 %162, 2 %164 = trunc i64 %163 to i32 %165 = shl i32 1, %164 %166 = trunc i32 %165 to i8 %167 = sext i8 %166 to i32 %168 = load i32, ptr @CHAR_BIT, align 4 %169 = sext i32 %168 to i64 %170 = mul i64 1, %169 %171 = sub i64 %170, 2 %172 = trunc i64 %171 to i32 %173 = shl i32 1, %172 %174 = trunc i32 %173 to i8 %175 = sext i8 %174 to i32 %176 = sub nsw i32 %175, 1 %177 = trunc i32 %176 to i8 %178 = sext i8 %177 to i32 %179 = add nsw i32 %167, %178 %180 = trunc i32 %179 to i8 %181 = sext i8 %180 to i32 %182 = icmp sgt i32 %181, -1 br i1 %182, label %183, label %206 183: ; preds = %156 %184 = load i32, ptr @CHAR_BIT, align 4 %185 = sext i32 %184 to i64 %186 = mul i64 1, %185 %187 = sub i64 %186, 2 %188 = trunc i64 %187 to i32 %189 = shl i32 1, %188 %190 = trunc i32 %189 to i8 %191 = sext i8 %190 to i32 %192 = load i32, ptr @CHAR_BIT, align 4 %193 = sext i32 %192 to i64 %194 = mul i64 1, %193 %195 = sub i64 %194, 2 %196 = trunc i64 %195 to i32 %197 = shl i32 1, %196 %198 = trunc i32 %197 to i8 %199 = sext i8 %198 to i32 %200 = sub nsw i32 %199, 1 %201 = trunc i32 %200 to i8 %202 = sext i8 %201 to i32 %203 = add nsw i32 %191, %202 %204 = trunc i32 %203 to i8 %205 = sext i8 %204 to i32 br label %207 206: ; preds = %156 br label %207 207: ; preds = %206, %183 %208 = phi i32 [ %205, %183 ], [ -1, %206 ] %209 = trunc i32 %208 to i8 %210 = sext i8 %209 to i32 %211 = sub nsw i32 %159, %210 %212 = add nsw i32 %211, 1 %213 = sub nsw i32 %108, %212 %214 = load i32, ptr @CHAR_BIT, align 4 %215 = sext i32 %214 to i64 %216 = mul i64 1, %215 %217 = sub i64 %216, 2 %218 = trunc i64 %217 to i32 %219 = shl i32 1, %218 %220 = trunc i32 %219 to i8 %221 = sext i8 %220 to i32 %222 = load i32, ptr @CHAR_BIT, align 4 %223 = sext i32 %222 to i64 %224 = mul i64 1, %223 %225 = sub i64 %224, 2 %226 = trunc i64 %225 to i32 %227 = shl i32 1, %226 %228 = trunc i32 %227 to i8 %229 = sext i8 %228 to i32 %230 = sub nsw i32 %229, 1 %231 = trunc i32 %230 to i8 %232 = sext i8 %231 to i32 %233 = add nsw i32 %221, %232 %234 = trunc i32 %233 to i8 %235 = sext i8 %234 to i32 %236 = icmp sgt i32 %235, -1 br i1 %236, label %237, label %260 237: ; preds = %207 %238 = load i32, ptr @CHAR_BIT, align 4 %239 = sext i32 %238 to i64 %240 = mul i64 1, %239 %241 = sub i64 %240, 2 %242 = trunc i64 %241 to i32 %243 = shl i32 1, %242 %244 = trunc i32 %243 to i8 %245 = sext i8 %244 to i32 %246 = load i32, ptr @CHAR_BIT, align 4 %247 = sext i32 %246 to i64 %248 = mul i64 1, %247 %249 = sub i64 %248, 2 %250 = trunc i64 %249 to i32 %251 = shl i32 1, %250 %252 = trunc i32 %251 to i8 %253 = sext i8 %252 to i32 %254 = sub nsw i32 %253, 1 %255 = trunc i32 %254 to i8 %256 = sext i8 %255 to i32 %257 = add nsw i32 %245, %256 %258 = trunc i32 %257 to i8 %259 = sext i8 %258 to i32 br label %261 260: ; preds = %207 br label %261 261: ; preds = %260, %237 %262 = phi i32 [ %259, %237 ], [ -1, %260 ] %263 = trunc i32 %262 to i8 %264 = sext i8 %263 to i32 %265 = load i32, ptr @CHAR_BIT, align 4 %266 = sext i32 %265 to i64 %267 = mul i64 1, %266 %268 = sub i64 %267, 2 %269 = trunc i64 %268 to i32 %270 = shl i32 1, %269 %271 = trunc i32 %270 to i8 %272 = sext i8 %271 to i32 %273 = load i32, ptr @CHAR_BIT, align 4 %274 = sext i32 %273 to i64 %275 = mul i64 1, %274 %276 = sub i64 %275, 2 %277 = trunc i64 %276 to i32 %278 = shl i32 1, %277 %279 = trunc i32 %278 to i8 %280 = sext i8 %279 to i32 %281 = sub nsw i32 %280, 1 %282 = trunc i32 %281 to i8 %283 = sext i8 %282 to i32 %284 = add nsw i32 %272, %283 %285 = trunc i32 %284 to i8 %286 = sext i8 %285 to i32 %287 = icmp sgt i32 %286, -1 br i1 %287, label %288, label %311 288: ; preds = %261 %289 = load i32, ptr @CHAR_BIT, align 4 %290 = sext i32 %289 to i64 %291 = mul i64 1, %290 %292 = sub i64 %291, 2 %293 = trunc i64 %292 to i32 %294 = shl i32 1, %293 %295 = trunc i32 %294 to i8 %296 = sext i8 %295 to i32 %297 = load i32, ptr @CHAR_BIT, align 4 %298 = sext i32 %297 to i64 %299 = mul i64 1, %298 %300 = sub i64 %299, 2 %301 = trunc i64 %300 to i32 %302 = shl i32 1, %301 %303 = trunc i32 %302 to i8 %304 = sext i8 %303 to i32 %305 = sub nsw i32 %304, 1 %306 = trunc i32 %305 to i8 %307 = sext i8 %306 to i32 %308 = add nsw i32 %296, %307 %309 = trunc i32 %308 to i8 %310 = sext i8 %309 to i32 br label %312 311: ; preds = %261 br label %312 312: ; preds = %311, %288 %313 = phi i32 [ %310, %288 ], [ -1, %311 ] %314 = trunc i32 %313 to i8 %315 = sext i8 %314 to i32 %316 = sub nsw i32 %264, %315 %317 = icmp slt i32 %213, %316 %318 = zext i1 %317 to i32 %319 = call i32 @assert(i32 noundef %318) %320 = load i32, ptr @CHAR_BIT, align 4 %321 = sext i32 %320 to i64 %322 = mul i64 1, %321 %323 = sub i64 %322, 2 %324 = trunc i64 %323 to i32 %325 = shl i32 1, %324 %326 = trunc i32 %325 to i8 %327 = sext i8 %326 to i32 %328 = load i32, ptr @CHAR_BIT, align 4 %329 = sext i32 %328 to i64 %330 = mul i64 1, %329 %331 = sub i64 %330, 2 %332 = trunc i64 %331 to i32 %333 = shl i32 1, %332 %334 = trunc i32 %333 to i8 %335 = sext i8 %334 to i32 %336 = sub nsw i32 %335, 1 %337 = trunc i32 %336 to i8 %338 = sext i8 %337 to i32 %339 = add nsw i32 %327, %338 %340 = trunc i32 %339 to i8 %341 = sext i8 %340 to i32 %342 = sub nsw i32 0, %341 %343 = sub nsw i32 %342, 1 %344 = trunc i32 %343 to i8 %345 = sext i8 %344 to i32 %346 = icmp slt i32 %345, 0 br i1 %346, label %347, label %374 347: ; preds = %312 %348 = load i32, ptr @CHAR_BIT, align 4 %349 = sext i32 %348 to i64 %350 = mul i64 1, %349 %351 = sub i64 %350, 2 %352 = trunc i64 %351 to i32 %353 = shl i32 1, %352 %354 = trunc i32 %353 to i8 %355 = sext i8 %354 to i32 %356 = load i32, ptr @CHAR_BIT, align 4 %357 = sext i32 %356 to i64 %358 = mul i64 1, %357 %359 = sub i64 %358, 2 %360 = trunc i64 %359 to i32 %361 = shl i32 1, %360 %362 = trunc i32 %361 to i8 %363 = sext i8 %362 to i32 %364 = sub nsw i32 %363, 1 %365 = trunc i32 %364 to i8 %366 = sext i8 %365 to i32 %367 = add nsw i32 %355, %366 %368 = trunc i32 %367 to i8 %369 = sext i8 %368 to i32 %370 = sub nsw i32 0, %369 %371 = sub nsw i32 %370, 1 %372 = trunc i32 %371 to i8 %373 = sext i8 %372 to i32 br label %375 374: ; preds = %312 br label %375 375: ; preds = %374, %347 %376 = phi i32 [ %373, %347 ], [ 0, %374 ] %377 = trunc i32 %376 to i8 %378 = sext i8 %377 to i32 %379 = load i32, ptr @CHAR_BIT, align 4 %380 = sext i32 %379 to i64 %381 = mul i64 1, %380 %382 = sub i64 %381, 2 %383 = trunc i64 %382 to i32 %384 = shl i32 1, %383 %385 = trunc i32 %384 to i8 %386 = sext i8 %385 to i32 %387 = load i32, ptr @CHAR_BIT, align 4 %388 = sext i32 %387 to i64 %389 = mul i64 1, %388 %390 = sub i64 %389, 2 %391 = trunc i64 %390 to i32 %392 = shl i32 1, %391 %393 = trunc i32 %392 to i8 %394 = sext i8 %393 to i32 %395 = sub nsw i32 %394, 1 %396 = trunc i32 %395 to i8 %397 = sext i8 %396 to i32 %398 = add nsw i32 %386, %397 %399 = trunc i32 %398 to i8 %400 = sext i8 %399 to i32 %401 = sub nsw i32 0, %400 %402 = sub nsw i32 %401, 1 %403 = trunc i32 %402 to i8 %404 = sext i8 %403 to i32 %405 = icmp slt i32 %404, 0 br i1 %405, label %406, label %433 406: ; preds = %375 %407 = load i32, ptr @CHAR_BIT, align 4 %408 = sext i32 %407 to i64 %409 = mul i64 1, %408 %410 = sub i64 %409, 2 %411 = trunc i64 %410 to i32 %412 = shl i32 1, %411 %413 = trunc i32 %412 to i8 %414 = sext i8 %413 to i32 %415 = load i32, ptr @CHAR_BIT, align 4 %416 = sext i32 %415 to i64 %417 = mul i64 1, %416 %418 = sub i64 %417, 2 %419 = trunc i64 %418 to i32 %420 = shl i32 1, %419 %421 = trunc i32 %420 to i8 %422 = sext i8 %421 to i32 %423 = sub nsw i32 %422, 1 %424 = trunc i32 %423 to i8 %425 = sext i8 %424 to i32 %426 = add nsw i32 %414, %425 %427 = trunc i32 %426 to i8 %428 = sext i8 %427 to i32 %429 = sub nsw i32 0, %428 %430 = sub nsw i32 %429, 1 %431 = trunc i32 %430 to i8 %432 = sext i8 %431 to i32 br label %434 433: ; preds = %375 br label %434 434: ; preds = %433, %406 %435 = phi i32 [ %432, %406 ], [ 0, %433 ] %436 = trunc i32 %435 to i8 %437 = sext i8 %436 to i32 %438 = sub nsw i32 %378, %437 %439 = load i32, ptr @CHAR_BIT, align 4 %440 = sext i32 %439 to i64 %441 = mul i64 1, %440 %442 = sub i64 %441, 2 %443 = trunc i64 %442 to i32 %444 = shl i32 1, %443 %445 = trunc i32 %444 to i8 %446 = sext i8 %445 to i32 %447 = load i32, ptr @CHAR_BIT, align 4 %448 = sext i32 %447 to i64 %449 = mul i64 1, %448 %450 = sub i64 %449, 2 %451 = trunc i64 %450 to i32 %452 = shl i32 1, %451 %453 = trunc i32 %452 to i8 %454 = sext i8 %453 to i32 %455 = sub nsw i32 %454, 1 %456 = trunc i32 %455 to i8 %457 = sext i8 %456 to i32 %458 = add nsw i32 %446, %457 %459 = trunc i32 %458 to i8 %460 = sext i8 %459 to i32 %461 = sub nsw i32 0, %460 %462 = sub nsw i32 %461, 1 %463 = trunc i32 %462 to i8 %464 = sext i8 %463 to i32 %465 = icmp slt i32 %464, 0 br i1 %465, label %466, label %493 466: ; preds = %434 %467 = load i32, ptr @CHAR_BIT, align 4 %468 = sext i32 %467 to i64 %469 = mul i64 1, %468 %470 = sub i64 %469, 2 %471 = trunc i64 %470 to i32 %472 = shl i32 1, %471 %473 = trunc i32 %472 to i8 %474 = sext i8 %473 to i32 %475 = load i32, ptr @CHAR_BIT, align 4 %476 = sext i32 %475 to i64 %477 = mul i64 1, %476 %478 = sub i64 %477, 2 %479 = trunc i64 %478 to i32 %480 = shl i32 1, %479 %481 = trunc i32 %480 to i8 %482 = sext i8 %481 to i32 %483 = sub nsw i32 %482, 1 %484 = trunc i32 %483 to i8 %485 = sext i8 %484 to i32 %486 = add nsw i32 %474, %485 %487 = trunc i32 %486 to i8 %488 = sext i8 %487 to i32 %489 = sub nsw i32 0, %488 %490 = sub nsw i32 %489, 1 %491 = trunc i32 %490 to i8 %492 = sext i8 %491 to i32 br label %494 493: ; preds = %434 br label %494 494: ; preds = %493, %466 %495 = phi i32 [ %492, %466 ], [ 0, %493 ] %496 = trunc i32 %495 to i8 %497 = sext i8 %496 to i32 %498 = load i32, ptr @CHAR_BIT, align 4 %499 = sext i32 %498 to i64 %500 = mul i64 1, %499 %501 = sub i64 %500, 2 %502 = trunc i64 %501 to i32 %503 = shl i32 1, %502 %504 = trunc i32 %503 to i8 %505 = sext i8 %504 to i32 %506 = load i32, ptr @CHAR_BIT, align 4 %507 = sext i32 %506 to i64 %508 = mul i64 1, %507 %509 = sub i64 %508, 2 %510 = trunc i64 %509 to i32 %511 = shl i32 1, %510 %512 = trunc i32 %511 to i8 %513 = sext i8 %512 to i32 %514 = sub nsw i32 %513, 1 %515 = trunc i32 %514 to i8 %516 = sext i8 %515 to i32 %517 = add nsw i32 %505, %516 %518 = trunc i32 %517 to i8 %519 = sext i8 %518 to i32 %520 = sub nsw i32 0, %519 %521 = sub nsw i32 %520, 1 %522 = trunc i32 %521 to i8 %523 = sext i8 %522 to i32 %524 = icmp slt i32 %523, 0 br i1 %524, label %525, label %552 525: ; preds = %494 %526 = load i32, ptr @CHAR_BIT, align 4 %527 = sext i32 %526 to i64 %528 = mul i64 1, %527 %529 = sub i64 %528, 2 %530 = trunc i64 %529 to i32 %531 = shl i32 1, %530 %532 = trunc i32 %531 to i8 %533 = sext i8 %532 to i32 %534 = load i32, ptr @CHAR_BIT, align 4 %535 = sext i32 %534 to i64 %536 = mul i64 1, %535 %537 = sub i64 %536, 2 %538 = trunc i64 %537 to i32 %539 = shl i32 1, %538 %540 = trunc i32 %539 to i8 %541 = sext i8 %540 to i32 %542 = sub nsw i32 %541, 1 %543 = trunc i32 %542 to i8 %544 = sext i8 %543 to i32 %545 = add nsw i32 %533, %544 %546 = trunc i32 %545 to i8 %547 = sext i8 %546 to i32 %548 = sub nsw i32 0, %547 %549 = sub nsw i32 %548, 1 %550 = trunc i32 %549 to i8 %551 = sext i8 %550 to i32 br label %553 552: ; preds = %494 br label %553 553: ; preds = %552, %525 %554 = phi i32 [ %551, %525 ], [ 0, %552 ] %555 = trunc i32 %554 to i8 %556 = sext i8 %555 to i32 %557 = sub nsw i32 %497, %556 %558 = add nsw i32 %557, 1 %559 = sub nsw i32 %438, %558 %560 = load i32, ptr @CHAR_BIT, align 4 %561 = sext i32 %560 to i64 %562 = mul i64 1, %561 %563 = sub i64 %562, 2 %564 = trunc i64 %563 to i32 %565 = shl i32 1, %564 %566 = trunc i32 %565 to i8 %567 = sext i8 %566 to i32 %568 = load i32, ptr @CHAR_BIT, align 4 %569 = sext i32 %568 to i64 %570 = mul i64 1, %569 %571 = sub i64 %570, 2 %572 = trunc i64 %571 to i32 %573 = shl i32 1, %572 %574 = trunc i32 %573 to i8 %575 = sext i8 %574 to i32 %576 = sub nsw i32 %575, 1 %577 = trunc i32 %576 to i8 %578 = sext i8 %577 to i32 %579 = add nsw i32 %567, %578 %580 = trunc i32 %579 to i8 %581 = sext i8 %580 to i32 %582 = sub nsw i32 0, %581 %583 = sub nsw i32 %582, 1 %584 = trunc i32 %583 to i8 %585 = sext i8 %584 to i32 %586 = icmp slt i32 %585, 0 br i1 %586, label %587, label %614 587: ; preds = %553 %588 = load i32, ptr @CHAR_BIT, align 4 %589 = sext i32 %588 to i64 %590 = mul i64 1, %589 %591 = sub i64 %590, 2 %592 = trunc i64 %591 to i32 %593 = shl i32 1, %592 %594 = trunc i32 %593 to i8 %595 = sext i8 %594 to i32 %596 = load i32, ptr @CHAR_BIT, align 4 %597 = sext i32 %596 to i64 %598 = mul i64 1, %597 %599 = sub i64 %598, 2 %600 = trunc i64 %599 to i32 %601 = shl i32 1, %600 %602 = trunc i32 %601 to i8 %603 = sext i8 %602 to i32 %604 = sub nsw i32 %603, 1 %605 = trunc i32 %604 to i8 %606 = sext i8 %605 to i32 %607 = add nsw i32 %595, %606 %608 = trunc i32 %607 to i8 %609 = sext i8 %608 to i32 %610 = sub nsw i32 0, %609 %611 = sub nsw i32 %610, 1 %612 = trunc i32 %611 to i8 %613 = sext i8 %612 to i32 br label %615 614: ; preds = %553 br label %615 615: ; preds = %614, %587 %616 = phi i32 [ %613, %587 ], [ 0, %614 ] %617 = trunc i32 %616 to i8 %618 = sext i8 %617 to i32 %619 = load i32, ptr @CHAR_BIT, align 4 %620 = sext i32 %619 to i64 %621 = mul i64 1, %620 %622 = sub i64 %621, 2 %623 = trunc i64 %622 to i32 %624 = shl i32 1, %623 %625 = trunc i32 %624 to i8 %626 = sext i8 %625 to i32 %627 = load i32, ptr @CHAR_BIT, align 4 %628 = sext i32 %627 to i64 %629 = mul i64 1, %628 %630 = sub i64 %629, 2 %631 = trunc i64 %630 to i32 %632 = shl i32 1, %631 %633 = trunc i32 %632 to i8 %634 = sext i8 %633 to i32 %635 = sub nsw i32 %634, 1 %636 = trunc i32 %635 to i8 %637 = sext i8 %636 to i32 %638 = add nsw i32 %626, %637 %639 = trunc i32 %638 to i8 %640 = sext i8 %639 to i32 %641 = sub nsw i32 0, %640 %642 = sub nsw i32 %641, 1 %643 = trunc i32 %642 to i8 %644 = sext i8 %643 to i32 %645 = icmp slt i32 %644, 0 br i1 %645, label %646, label %673 646: ; preds = %615 %647 = load i32, ptr @CHAR_BIT, align 4 %648 = sext i32 %647 to i64 %649 = mul i64 1, %648 %650 = sub i64 %649, 2 %651 = trunc i64 %650 to i32 %652 = shl i32 1, %651 %653 = trunc i32 %652 to i8 %654 = sext i8 %653 to i32 %655 = load i32, ptr @CHAR_BIT, align 4 %656 = sext i32 %655 to i64 %657 = mul i64 1, %656 %658 = sub i64 %657, 2 %659 = trunc i64 %658 to i32 %660 = shl i32 1, %659 %661 = trunc i32 %660 to i8 %662 = sext i8 %661 to i32 %663 = sub nsw i32 %662, 1 %664 = trunc i32 %663 to i8 %665 = sext i8 %664 to i32 %666 = add nsw i32 %654, %665 %667 = trunc i32 %666 to i8 %668 = sext i8 %667 to i32 %669 = sub nsw i32 0, %668 %670 = sub nsw i32 %669, 1 %671 = trunc i32 %670 to i8 %672 = sext i8 %671 to i32 br label %674 673: ; preds = %615 br label %674 674: ; preds = %673, %646 %675 = phi i32 [ %672, %646 ], [ 0, %673 ] %676 = trunc i32 %675 to i8 %677 = sext i8 %676 to i32 %678 = sub nsw i32 %618, %677 %679 = icmp slt i32 %559, %678 %680 = zext i1 %679 to i32 %681 = call i32 @assert(i32 noundef %680) %682 = call i32 @assert(i32 noundef 1) %683 = call i32 @assert(i32 noundef 1) %684 = call i32 @assert(i32 noundef 1) %685 = call i32 @assert(i32 noundef 1) %686 = call i32 @assert(i32 noundef 1) %687 = load i32, ptr @CHAR_BIT, align 4 %688 = sext i32 %687 to i64 %689 = mul i64 2, %688 %690 = sub i64 %689, 2 %691 = trunc i64 %690 to i32 %692 = shl i32 1, %691 %693 = trunc i32 %692 to i16 %694 = sext i16 %693 to i32 %695 = load i32, ptr @CHAR_BIT, align 4 %696 = sext i32 %695 to i64 %697 = mul i64 2, %696 %698 = sub i64 %697, 2 %699 = trunc i64 %698 to i32 %700 = shl i32 1, %699 %701 = trunc i32 %700 to i16 %702 = sext i16 %701 to i32 %703 = sub nsw i32 %702, 1 %704 = trunc i32 %703 to i16 %705 = sext i16 %704 to i32 %706 = add nsw i32 %694, %705 %707 = trunc i32 %706 to i16 %708 = sext i16 %707 to i32 %709 = icmp sgt i32 %708, -1 br i1 %709, label %710, label %733 710: ; preds = %674 %711 = load i32, ptr @CHAR_BIT, align 4 %712 = sext i32 %711 to i64 %713 = mul i64 2, %712 %714 = sub i64 %713, 2 %715 = trunc i64 %714 to i32 %716 = shl i32 1, %715 %717 = trunc i32 %716 to i16 %718 = sext i16 %717 to i32 %719 = load i32, ptr @CHAR_BIT, align 4 %720 = sext i32 %719 to i64 %721 = mul i64 2, %720 %722 = sub i64 %721, 2 %723 = trunc i64 %722 to i32 %724 = shl i32 1, %723 %725 = trunc i32 %724 to i16 %726 = sext i16 %725 to i32 %727 = sub nsw i32 %726, 1 %728 = trunc i32 %727 to i16 %729 = sext i16 %728 to i32 %730 = add nsw i32 %718, %729 %731 = trunc i32 %730 to i16 %732 = sext i16 %731 to i32 br label %734 733: ; preds = %674 br label %734 734: ; preds = %733, %710 %735 = phi i32 [ %732, %710 ], [ -1, %733 ] %736 = trunc i32 %735 to i16 %737 = sext i16 %736 to i32 %738 = load i32, ptr @CHAR_BIT, align 4 %739 = sext i32 %738 to i64 %740 = mul i64 2, %739 %741 = sub i64 %740, 2 %742 = trunc i64 %741 to i32 %743 = shl i32 1, %742 %744 = trunc i32 %743 to i16 %745 = sext i16 %744 to i32 %746 = load i32, ptr @CHAR_BIT, align 4 %747 = sext i32 %746 to i64 %748 = mul i64 2, %747 %749 = sub i64 %748, 2 %750 = trunc i64 %749 to i32 %751 = shl i32 1, %750 %752 = trunc i32 %751 to i16 %753 = sext i16 %752 to i32 %754 = sub nsw i32 %753, 1 %755 = trunc i32 %754 to i16 %756 = sext i16 %755 to i32 %757 = add nsw i32 %745, %756 %758 = trunc i32 %757 to i16 %759 = sext i16 %758 to i32 %760 = icmp sgt i32 %759, -1 br i1 %760, label %761, label %784 761: ; preds = %734 %762 = load i32, ptr @CHAR_BIT, align 4 %763 = sext i32 %762 to i64 %764 = mul i64 2, %763 %765 = sub i64 %764, 2 %766 = trunc i64 %765 to i32 %767 = shl i32 1, %766 %768 = trunc i32 %767 to i16 %769 = sext i16 %768 to i32 %770 = load i32, ptr @CHAR_BIT, align 4 %771 = sext i32 %770 to i64 %772 = mul i64 2, %771 %773 = sub i64 %772, 2 %774 = trunc i64 %773 to i32 %775 = shl i32 1, %774 %776 = trunc i32 %775 to i16 %777 = sext i16 %776 to i32 %778 = sub nsw i32 %777, 1 %779 = trunc i32 %778 to i16 %780 = sext i16 %779 to i32 %781 = add nsw i32 %769, %780 %782 = trunc i32 %781 to i16 %783 = sext i16 %782 to i32 br label %785 784: ; preds = %734 br label %785 785: ; preds = %784, %761 %786 = phi i32 [ %783, %761 ], [ -1, %784 ] %787 = trunc i32 %786 to i16 %788 = sext i16 %787 to i32 %789 = sub nsw i32 %737, %788 %790 = load i32, ptr @CHAR_BIT, align 4 %791 = sext i32 %790 to i64 %792 = mul i64 2, %791 %793 = sub i64 %792, 2 %794 = trunc i64 %793 to i32 %795 = shl i32 1, %794 %796 = trunc i32 %795 to i16 %797 = sext i16 %796 to i32 %798 = load i32, ptr @CHAR_BIT, align 4 %799 = sext i32 %798 to i64 %800 = mul i64 2, %799 %801 = sub i64 %800, 2 %802 = trunc i64 %801 to i32 %803 = shl i32 1, %802 %804 = trunc i32 %803 to i16 %805 = sext i16 %804 to i32 %806 = sub nsw i32 %805, 1 %807 = trunc i32 %806 to i16 %808 = sext i16 %807 to i32 %809 = add nsw i32 %797, %808 %810 = trunc i32 %809 to i16 %811 = sext i16 %810 to i32 %812 = icmp sgt i32 %811, -1 br i1 %812, label %813, label %836 813: ; preds = %785 %814 = load i32, ptr @CHAR_BIT, align 4 %815 = sext i32 %814 to i64 %816 = mul i64 2, %815 %817 = sub i64 %816, 2 %818 = trunc i64 %817 to i32 %819 = shl i32 1, %818 %820 = trunc i32 %819 to i16 %821 = sext i16 %820 to i32 %822 = load i32, ptr @CHAR_BIT, align 4 %823 = sext i32 %822 to i64 %824 = mul i64 2, %823 %825 = sub i64 %824, 2 %826 = trunc i64 %825 to i32 %827 = shl i32 1, %826 %828 = trunc i32 %827 to i16 %829 = sext i16 %828 to i32 %830 = sub nsw i32 %829, 1 %831 = trunc i32 %830 to i16 %832 = sext i16 %831 to i32 %833 = add nsw i32 %821, %832 %834 = trunc i32 %833 to i16 %835 = sext i16 %834 to i32 br label %837 836: ; preds = %785 br label %837 837: ; preds = %836, %813 %838 = phi i32 [ %835, %813 ], [ -1, %836 ] %839 = trunc i32 %838 to i16 %840 = sext i16 %839 to i32 %841 = load i32, ptr @CHAR_BIT, align 4 %842 = sext i32 %841 to i64 %843 = mul i64 2, %842 %844 = sub i64 %843, 2 %845 = trunc i64 %844 to i32 %846 = shl i32 1, %845 %847 = trunc i32 %846 to i16 %848 = sext i16 %847 to i32 %849 = load i32, ptr @CHAR_BIT, align 4 %850 = sext i32 %849 to i64 %851 = mul i64 2, %850 %852 = sub i64 %851, 2 %853 = trunc i64 %852 to i32 %854 = shl i32 1, %853 %855 = trunc i32 %854 to i16 %856 = sext i16 %855 to i32 %857 = sub nsw i32 %856, 1 %858 = trunc i32 %857 to i16 %859 = sext i16 %858 to i32 %860 = add nsw i32 %848, %859 %861 = trunc i32 %860 to i16 %862 = sext i16 %861 to i32 %863 = icmp sgt i32 %862, -1 br i1 %863, label %864, label %887 864: ; preds = %837 %865 = load i32, ptr @CHAR_BIT, align 4 %866 = sext i32 %865 to i64 %867 = mul i64 2, %866 %868 = sub i64 %867, 2 %869 = trunc i64 %868 to i32 %870 = shl i32 1, %869 %871 = trunc i32 %870 to i16 %872 = sext i16 %871 to i32 %873 = load i32, ptr @CHAR_BIT, align 4 %874 = sext i32 %873 to i64 %875 = mul i64 2, %874 %876 = sub i64 %875, 2 %877 = trunc i64 %876 to i32 %878 = shl i32 1, %877 %879 = trunc i32 %878 to i16 %880 = sext i16 %879 to i32 %881 = sub nsw i32 %880, 1 %882 = trunc i32 %881 to i16 %883 = sext i16 %882 to i32 %884 = add nsw i32 %872, %883 %885 = trunc i32 %884 to i16 %886 = sext i16 %885 to i32 br label %888 887: ; preds = %837 br label %888 888: ; preds = %887, %864 %889 = phi i32 [ %886, %864 ], [ -1, %887 ] %890 = trunc i32 %889 to i16 %891 = sext i16 %890 to i32 %892 = sub nsw i32 %840, %891 %893 = add nsw i32 %892, 1 %894 = sub nsw i32 %789, %893 %895 = load i32, ptr @CHAR_BIT, align 4 %896 = sext i32 %895 to i64 %897 = mul i64 2, %896 %898 = sub i64 %897, 2 %899 = trunc i64 %898 to i32 %900 = shl i32 1, %899 %901 = trunc i32 %900 to i16 %902 = sext i16 %901 to i32 %903 = load i32, ptr @CHAR_BIT, align 4 %904 = sext i32 %903 to i64 %905 = mul i64 2, %904 %906 = sub i64 %905, 2 %907 = trunc i64 %906 to i32 %908 = shl i32 1, %907 %909 = trunc i32 %908 to i16 %910 = sext i16 %909 to i32 %911 = sub nsw i32 %910, 1 %912 = trunc i32 %911 to i16 %913 = sext i16 %912 to i32 %914 = add nsw i32 %902, %913 %915 = trunc i32 %914 to i16 %916 = sext i16 %915 to i32 %917 = icmp sgt i32 %916, -1 br i1 %917, label %918, label %941 918: ; preds = %888 %919 = load i32, ptr @CHAR_BIT, align 4 %920 = sext i32 %919 to i64 %921 = mul i64 2, %920 %922 = sub i64 %921, 2 %923 = trunc i64 %922 to i32 %924 = shl i32 1, %923 %925 = trunc i32 %924 to i16 %926 = sext i16 %925 to i32 %927 = load i32, ptr @CHAR_BIT, align 4 %928 = sext i32 %927 to i64 %929 = mul i64 2, %928 %930 = sub i64 %929, 2 %931 = trunc i64 %930 to i32 %932 = shl i32 1, %931 %933 = trunc i32 %932 to i16 %934 = sext i16 %933 to i32 %935 = sub nsw i32 %934, 1 %936 = trunc i32 %935 to i16 %937 = sext i16 %936 to i32 %938 = add nsw i32 %926, %937 %939 = trunc i32 %938 to i16 %940 = sext i16 %939 to i32 br label %942 941: ; preds = %888 br label %942 942: ; preds = %941, %918 %943 = phi i32 [ %940, %918 ], [ -1, %941 ] %944 = trunc i32 %943 to i16 %945 = sext i16 %944 to i32 %946 = load i32, ptr @CHAR_BIT, align 4 %947 = sext i32 %946 to i64 %948 = mul i64 2, %947 %949 = sub i64 %948, 2 %950 = trunc i64 %949 to i32 %951 = shl i32 1, %950 %952 = trunc i32 %951 to i16 %953 = sext i16 %952 to i32 %954 = load i32, ptr @CHAR_BIT, align 4 %955 = sext i32 %954 to i64 %956 = mul i64 2, %955 %957 = sub i64 %956, 2 %958 = trunc i64 %957 to i32 %959 = shl i32 1, %958 %960 = trunc i32 %959 to i16 %961 = sext i16 %960 to i32 %962 = sub nsw i32 %961, 1 %963 = trunc i32 %962 to i16 %964 = sext i16 %963 to i32 %965 = add nsw i32 %953, %964 %966 = trunc i32 %965 to i16 %967 = sext i16 %966 to i32 %968 = icmp sgt i32 %967, -1 br i1 %968, label %969, label %992 969: ; preds = %942 %970 = load i32, ptr @CHAR_BIT, align 4 %971 = sext i32 %970 to i64 %972 = mul i64 2, %971 %973 = sub i64 %972, 2 %974 = trunc i64 %973 to i32 %975 = shl i32 1, %974 %976 = trunc i32 %975 to i16 %977 = sext i16 %976 to i32 %978 = load i32, ptr @CHAR_BIT, align 4 %979 = sext i32 %978 to i64 %980 = mul i64 2, %979 %981 = sub i64 %980, 2 %982 = trunc i64 %981 to i32 %983 = shl i32 1, %982 %984 = trunc i32 %983 to i16 %985 = sext i16 %984 to i32 %986 = sub nsw i32 %985, 1 %987 = trunc i32 %986 to i16 %988 = sext i16 %987 to i32 %989 = add nsw i32 %977, %988 %990 = trunc i32 %989 to i16 %991 = sext i16 %990 to i32 br label %993 992: ; preds = %942 br label %993 993: ; preds = %992, %969 %994 = phi i32 [ %991, %969 ], [ -1, %992 ] %995 = trunc i32 %994 to i16 %996 = sext i16 %995 to i32 %997 = sub nsw i32 %945, %996 %998 = icmp slt i32 %894, %997 %999 = zext i1 %998 to i32 %1000 = call i32 @assert(i32 noundef %999) %1001 = load i32, ptr @CHAR_BIT, align 4 %1002 = sext i32 %1001 to i64 %1003 = mul i64 2, %1002 %1004 = sub i64 %1003, 2 %1005 = trunc i64 %1004 to i32 %1006 = shl i32 1, %1005 %1007 = trunc i32 %1006 to i16 %1008 = sext i16 %1007 to i32 %1009 = load i32, ptr @CHAR_BIT, align 4 %1010 = sext i32 %1009 to i64 %1011 = mul i64 2, %1010 %1012 = sub i64 %1011, 2 %1013 = trunc i64 %1012 to i32 %1014 = shl i32 1, %1013 %1015 = trunc i32 %1014 to i16 %1016 = sext i16 %1015 to i32 %1017 = sub nsw i32 %1016, 1 %1018 = trunc i32 %1017 to i16 %1019 = sext i16 %1018 to i32 %1020 = add nsw i32 %1008, %1019 %1021 = trunc i32 %1020 to i16 %1022 = sext i16 %1021 to i32 %1023 = sub nsw i32 0, %1022 %1024 = sub nsw i32 %1023, 1 %1025 = trunc i32 %1024 to i16 %1026 = sext i16 %1025 to i32 %1027 = icmp slt i32 %1026, 0 br i1 %1027, label %1028, label %1055 1028: ; preds = %993 %1029 = load i32, ptr @CHAR_BIT, align 4 %1030 = sext i32 %1029 to i64 %1031 = mul i64 2, %1030 %1032 = sub i64 %1031, 2 %1033 = trunc i64 %1032 to i32 %1034 = shl i32 1, %1033 %1035 = trunc i32 %1034 to i16 %1036 = sext i16 %1035 to i32 %1037 = load i32, ptr @CHAR_BIT, align 4 %1038 = sext i32 %1037 to i64 %1039 = mul i64 2, %1038 %1040 = sub i64 %1039, 2 %1041 = trunc i64 %1040 to i32 %1042 = shl i32 1, %1041 %1043 = trunc i32 %1042 to i16 %1044 = sext i16 %1043 to i32 %1045 = sub nsw i32 %1044, 1 %1046 = trunc i32 %1045 to i16 %1047 = sext i16 %1046 to i32 %1048 = add nsw i32 %1036, %1047 %1049 = trunc i32 %1048 to i16 %1050 = sext i16 %1049 to i32 %1051 = sub nsw i32 0, %1050 %1052 = sub nsw i32 %1051, 1 %1053 = trunc i32 %1052 to i16 %1054 = sext i16 %1053 to i32 br label %1056 1055: ; preds = %993 br label %1056 1056: ; preds = %1055, %1028 %1057 = phi i32 [ %1054, %1028 ], [ 0, %1055 ] %1058 = trunc i32 %1057 to i16 %1059 = sext i16 %1058 to i32 %1060 = load i32, ptr @CHAR_BIT, align 4 %1061 = sext i32 %1060 to i64 %1062 = mul i64 2, %1061 %1063 = sub i64 %1062, 2 %1064 = trunc i64 %1063 to i32 %1065 = shl i32 1, %1064 %1066 = trunc i32 %1065 to i16 %1067 = sext i16 %1066 to i32 %1068 = load i32, ptr @CHAR_BIT, align 4 %1069 = sext i32 %1068 to i64 %1070 = mul i64 2, %1069 %1071 = sub i64 %1070, 2 %1072 = trunc i64 %1071 to i32 %1073 = shl i32 1, %1072 %1074 = trunc i32 %1073 to i16 %1075 = sext i16 %1074 to i32 %1076 = sub nsw i32 %1075, 1 %1077 = trunc i32 %1076 to i16 %1078 = sext i16 %1077 to i32 %1079 = add nsw i32 %1067, %1078 %1080 = trunc i32 %1079 to i16 %1081 = sext i16 %1080 to i32 %1082 = sub nsw i32 0, %1081 %1083 = sub nsw i32 %1082, 1 %1084 = trunc i32 %1083 to i16 %1085 = sext i16 %1084 to i32 %1086 = icmp slt i32 %1085, 0 br i1 %1086, label %1087, label %1114 1087: ; preds = %1056 %1088 = load i32, ptr @CHAR_BIT, align 4 %1089 = sext i32 %1088 to i64 %1090 = mul i64 2, %1089 %1091 = sub i64 %1090, 2 %1092 = trunc i64 %1091 to i32 %1093 = shl i32 1, %1092 %1094 = trunc i32 %1093 to i16 %1095 = sext i16 %1094 to i32 %1096 = load i32, ptr @CHAR_BIT, align 4 %1097 = sext i32 %1096 to i64 %1098 = mul i64 2, %1097 %1099 = sub i64 %1098, 2 %1100 = trunc i64 %1099 to i32 %1101 = shl i32 1, %1100 %1102 = trunc i32 %1101 to i16 %1103 = sext i16 %1102 to i32 %1104 = sub nsw i32 %1103, 1 %1105 = trunc i32 %1104 to i16 %1106 = sext i16 %1105 to i32 %1107 = add nsw i32 %1095, %1106 %1108 = trunc i32 %1107 to i16 %1109 = sext i16 %1108 to i32 %1110 = sub nsw i32 0, %1109 %1111 = sub nsw i32 %1110, 1 %1112 = trunc i32 %1111 to i16 %1113 = sext i16 %1112 to i32 br label %1115 1114: ; preds = %1056 br label %1115 1115: ; preds = %1114, %1087 %1116 = phi i32 [ %1113, %1087 ], [ 0, %1114 ] %1117 = trunc i32 %1116 to i16 %1118 = sext i16 %1117 to i32 %1119 = sub nsw i32 %1059, %1118 %1120 = load i32, ptr @CHAR_BIT, align 4 %1121 = sext i32 %1120 to i64 %1122 = mul i64 2, %1121 %1123 = sub i64 %1122, 2 %1124 = trunc i64 %1123 to i32 %1125 = shl i32 1, %1124 %1126 = trunc i32 %1125 to i16 %1127 = sext i16 %1126 to i32 %1128 = load i32, ptr @CHAR_BIT, align 4 %1129 = sext i32 %1128 to i64 %1130 = mul i64 2, %1129 %1131 = sub i64 %1130, 2 %1132 = trunc i64 %1131 to i32 %1133 = shl i32 1, %1132 %1134 = trunc i32 %1133 to i16 %1135 = sext i16 %1134 to i32 %1136 = sub nsw i32 %1135, 1 %1137 = trunc i32 %1136 to i16 %1138 = sext i16 %1137 to i32 %1139 = add nsw i32 %1127, %1138 %1140 = trunc i32 %1139 to i16 %1141 = sext i16 %1140 to i32 %1142 = sub nsw i32 0, %1141 %1143 = sub nsw i32 %1142, 1 %1144 = trunc i32 %1143 to i16 %1145 = sext i16 %1144 to i32 %1146 = icmp slt i32 %1145, 0 br i1 %1146, label %1147, label %1174 1147: ; preds = %1115 %1148 = load i32, ptr @CHAR_BIT, align 4 %1149 = sext i32 %1148 to i64 %1150 = mul i64 2, %1149 %1151 = sub i64 %1150, 2 %1152 = trunc i64 %1151 to i32 %1153 = shl i32 1, %1152 %1154 = trunc i32 %1153 to i16 %1155 = sext i16 %1154 to i32 %1156 = load i32, ptr @CHAR_BIT, align 4 %1157 = sext i32 %1156 to i64 %1158 = mul i64 2, %1157 %1159 = sub i64 %1158, 2 %1160 = trunc i64 %1159 to i32 %1161 = shl i32 1, %1160 %1162 = trunc i32 %1161 to i16 %1163 = sext i16 %1162 to i32 %1164 = sub nsw i32 %1163, 1 %1165 = trunc i32 %1164 to i16 %1166 = sext i16 %1165 to i32 %1167 = add nsw i32 %1155, %1166 %1168 = trunc i32 %1167 to i16 %1169 = sext i16 %1168 to i32 %1170 = sub nsw i32 0, %1169 %1171 = sub nsw i32 %1170, 1 %1172 = trunc i32 %1171 to i16 %1173 = sext i16 %1172 to i32 br label %1175 1174: ; preds = %1115 br label %1175 1175: ; preds = %1174, %1147 %1176 = phi i32 [ %1173, %1147 ], [ 0, %1174 ] %1177 = trunc i32 %1176 to i16 %1178 = sext i16 %1177 to i32 %1179 = load i32, ptr @CHAR_BIT, align 4 %1180 = sext i32 %1179 to i64 %1181 = mul i64 2, %1180 %1182 = sub i64 %1181, 2 %1183 = trunc i64 %1182 to i32 %1184 = shl i32 1, %1183 %1185 = trunc i32 %1184 to i16 %1186 = sext i16 %1185 to i32 %1187 = load i32, ptr @CHAR_BIT, align 4 %1188 = sext i32 %1187 to i64 %1189 = mul i64 2, %1188 %1190 = sub i64 %1189, 2 %1191 = trunc i64 %1190 to i32 %1192 = shl i32 1, %1191 %1193 = trunc i32 %1192 to i16 %1194 = sext i16 %1193 to i32 %1195 = sub nsw i32 %1194, 1 %1196 = trunc i32 %1195 to i16 %1197 = sext i16 %1196 to i32 %1198 = add nsw i32 %1186, %1197 %1199 = trunc i32 %1198 to i16 %1200 = sext i16 %1199 to i32 %1201 = sub nsw i32 0, %1200 %1202 = sub nsw i32 %1201, 1 %1203 = trunc i32 %1202 to i16 %1204 = sext i16 %1203 to i32 %1205 = icmp slt i32 %1204, 0 br i1 %1205, label %1206, label %1233 1206: ; preds = %1175 %1207 = load i32, ptr @CHAR_BIT, align 4 %1208 = sext i32 %1207 to i64 %1209 = mul i64 2, %1208 %1210 = sub i64 %1209, 2 %1211 = trunc i64 %1210 to i32 %1212 = shl i32 1, %1211 %1213 = trunc i32 %1212 to i16 %1214 = sext i16 %1213 to i32 %1215 = load i32, ptr @CHAR_BIT, align 4 %1216 = sext i32 %1215 to i64 %1217 = mul i64 2, %1216 %1218 = sub i64 %1217, 2 %1219 = trunc i64 %1218 to i32 %1220 = shl i32 1, %1219 %1221 = trunc i32 %1220 to i16 %1222 = sext i16 %1221 to i32 %1223 = sub nsw i32 %1222, 1 %1224 = trunc i32 %1223 to i16 %1225 = sext i16 %1224 to i32 %1226 = add nsw i32 %1214, %1225 %1227 = trunc i32 %1226 to i16 %1228 = sext i16 %1227 to i32 %1229 = sub nsw i32 0, %1228 %1230 = sub nsw i32 %1229, 1 %1231 = trunc i32 %1230 to i16 %1232 = sext i16 %1231 to i32 br label %1234 1233: ; preds = %1175 br label %1234 1234: ; preds = %1233, %1206 %1235 = phi i32 [ %1232, %1206 ], [ 0, %1233 ] %1236 = trunc i32 %1235 to i16 %1237 = sext i16 %1236 to i32 %1238 = sub nsw i32 %1178, %1237 %1239 = add nsw i32 %1238, 1 %1240 = sub nsw i32 %1119, %1239 %1241 = load i32, ptr @CHAR_BIT, align 4 %1242 = sext i32 %1241 to i64 %1243 = mul i64 2, %1242 %1244 = sub i64 %1243, 2 %1245 = trunc i64 %1244 to i32 %1246 = shl i32 1, %1245 %1247 = trunc i32 %1246 to i16 %1248 = sext i16 %1247 to i32 %1249 = load i32, ptr @CHAR_BIT, align 4 %1250 = sext i32 %1249 to i64 %1251 = mul i64 2, %1250 %1252 = sub i64 %1251, 2 %1253 = trunc i64 %1252 to i32 %1254 = shl i32 1, %1253 %1255 = trunc i32 %1254 to i16 %1256 = sext i16 %1255 to i32 %1257 = sub nsw i32 %1256, 1 %1258 = trunc i32 %1257 to i16 %1259 = sext i16 %1258 to i32 %1260 = add nsw i32 %1248, %1259 %1261 = trunc i32 %1260 to i16 %1262 = sext i16 %1261 to i32 %1263 = sub nsw i32 0, %1262 %1264 = sub nsw i32 %1263, 1 %1265 = trunc i32 %1264 to i16 %1266 = sext i16 %1265 to i32 %1267 = icmp slt i32 %1266, 0 br i1 %1267, label %1268, label %1295 1268: ; preds = %1234 %1269 = load i32, ptr @CHAR_BIT, align 4 %1270 = sext i32 %1269 to i64 %1271 = mul i64 2, %1270 %1272 = sub i64 %1271, 2 %1273 = trunc i64 %1272 to i32 %1274 = shl i32 1, %1273 %1275 = trunc i32 %1274 to i16 %1276 = sext i16 %1275 to i32 %1277 = load i32, ptr @CHAR_BIT, align 4 %1278 = sext i32 %1277 to i64 %1279 = mul i64 2, %1278 %1280 = sub i64 %1279, 2 %1281 = trunc i64 %1280 to i32 %1282 = shl i32 1, %1281 %1283 = trunc i32 %1282 to i16 %1284 = sext i16 %1283 to i32 %1285 = sub nsw i32 %1284, 1 %1286 = trunc i32 %1285 to i16 %1287 = sext i16 %1286 to i32 %1288 = add nsw i32 %1276, %1287 %1289 = trunc i32 %1288 to i16 %1290 = sext i16 %1289 to i32 %1291 = sub nsw i32 0, %1290 %1292 = sub nsw i32 %1291, 1 %1293 = trunc i32 %1292 to i16 %1294 = sext i16 %1293 to i32 br label %1296 1295: ; preds = %1234 br label %1296 1296: ; preds = %1295, %1268 %1297 = phi i32 [ %1294, %1268 ], [ 0, %1295 ] %1298 = trunc i32 %1297 to i16 %1299 = sext i16 %1298 to i32 %1300 = load i32, ptr @CHAR_BIT, align 4 %1301 = sext i32 %1300 to i64 %1302 = mul i64 2, %1301 %1303 = sub i64 %1302, 2 %1304 = trunc i64 %1303 to i32 %1305 = shl i32 1, %1304 %1306 = trunc i32 %1305 to i16 %1307 = sext i16 %1306 to i32 %1308 = load i32, ptr @CHAR_BIT, align 4 %1309 = sext i32 %1308 to i64 %1310 = mul i64 2, %1309 %1311 = sub i64 %1310, 2 %1312 = trunc i64 %1311 to i32 %1313 = shl i32 1, %1312 %1314 = trunc i32 %1313 to i16 %1315 = sext i16 %1314 to i32 %1316 = sub nsw i32 %1315, 1 %1317 = trunc i32 %1316 to i16 %1318 = sext i16 %1317 to i32 %1319 = add nsw i32 %1307, %1318 %1320 = trunc i32 %1319 to i16 %1321 = sext i16 %1320 to i32 %1322 = sub nsw i32 0, %1321 %1323 = sub nsw i32 %1322, 1 %1324 = trunc i32 %1323 to i16 %1325 = sext i16 %1324 to i32 %1326 = icmp slt i32 %1325, 0 br i1 %1326, label %1327, label %1354 1327: ; preds = %1296 %1328 = load i32, ptr @CHAR_BIT, align 4 %1329 = sext i32 %1328 to i64 %1330 = mul i64 2, %1329 %1331 = sub i64 %1330, 2 %1332 = trunc i64 %1331 to i32 %1333 = shl i32 1, %1332 %1334 = trunc i32 %1333 to i16 %1335 = sext i16 %1334 to i32 %1336 = load i32, ptr @CHAR_BIT, align 4 %1337 = sext i32 %1336 to i64 %1338 = mul i64 2, %1337 %1339 = sub i64 %1338, 2 %1340 = trunc i64 %1339 to i32 %1341 = shl i32 1, %1340 %1342 = trunc i32 %1341 to i16 %1343 = sext i16 %1342 to i32 %1344 = sub nsw i32 %1343, 1 %1345 = trunc i32 %1344 to i16 %1346 = sext i16 %1345 to i32 %1347 = add nsw i32 %1335, %1346 %1348 = trunc i32 %1347 to i16 %1349 = sext i16 %1348 to i32 %1350 = sub nsw i32 0, %1349 %1351 = sub nsw i32 %1350, 1 %1352 = trunc i32 %1351 to i16 %1353 = sext i16 %1352 to i32 br label %1355 1354: ; preds = %1296 br label %1355 1355: ; preds = %1354, %1327 %1356 = phi i32 [ %1353, %1327 ], [ 0, %1354 ] %1357 = trunc i32 %1356 to i16 %1358 = sext i16 %1357 to i32 %1359 = sub nsw i32 %1299, %1358 %1360 = icmp slt i32 %1240, %1359 %1361 = zext i1 %1360 to i32 %1362 = call i32 @assert(i32 noundef %1361) %1363 = call i32 @assert(i32 noundef 1) %1364 = call i32 @assert(i32 noundef 1) %1365 = call i32 @assert(i32 noundef 1) %1366 = call i32 @assert(i32 noundef 1) %1367 = call i32 @assert(i32 noundef 1) %1368 = load i32, ptr @CHAR_BIT, align 4 %1369 = sext i32 %1368 to i64 %1370 = mul i64 4, %1369 %1371 = sub i64 %1370, 2 %1372 = trunc i64 %1371 to i32 %1373 = shl i32 1, %1372 %1374 = load i32, ptr @CHAR_BIT, align 4 %1375 = sext i32 %1374 to i64 %1376 = mul i64 4, %1375 %1377 = sub i64 %1376, 2 %1378 = trunc i64 %1377 to i32 %1379 = shl i32 1, %1378 %1380 = sub nsw i32 %1379, 1 %1381 = add nsw i32 %1373, %1380 %1382 = icmp sgt i32 %1381, -1 br i1 %1382, label %1383, label %1398 1383: ; preds = %1355 %1384 = load i32, ptr @CHAR_BIT, align 4 %1385 = sext i32 %1384 to i64 %1386 = mul i64 4, %1385 %1387 = sub i64 %1386, 2 %1388 = trunc i64 %1387 to i32 %1389 = shl i32 1, %1388 %1390 = load i32, ptr @CHAR_BIT, align 4 %1391 = sext i32 %1390 to i64 %1392 = mul i64 4, %1391 %1393 = sub i64 %1392, 2 %1394 = trunc i64 %1393 to i32 %1395 = shl i32 1, %1394 %1396 = sub nsw i32 %1395, 1 %1397 = add nsw i32 %1389, %1396 br label %1399 1398: ; preds = %1355 br label %1399 1399: ; preds = %1398, %1383 %1400 = phi i32 [ %1397, %1383 ], [ -1, %1398 ] %1401 = load i32, ptr @CHAR_BIT, align 4 %1402 = sext i32 %1401 to i64 %1403 = mul i64 4, %1402 %1404 = sub i64 %1403, 2 %1405 = trunc i64 %1404 to i32 %1406 = shl i32 1, %1405 %1407 = load i32, ptr @CHAR_BIT, align 4 %1408 = sext i32 %1407 to i64 %1409 = mul i64 4, %1408 %1410 = sub i64 %1409, 2 %1411 = trunc i64 %1410 to i32 %1412 = shl i32 1, %1411 %1413 = sub nsw i32 %1412, 1 %1414 = add nsw i32 %1406, %1413 %1415 = icmp sgt i32 %1414, -1 br i1 %1415, label %1416, label %1431 1416: ; preds = %1399 %1417 = load i32, ptr @CHAR_BIT, align 4 %1418 = sext i32 %1417 to i64 %1419 = mul i64 4, %1418 %1420 = sub i64 %1419, 2 %1421 = trunc i64 %1420 to i32 %1422 = shl i32 1, %1421 %1423 = load i32, ptr @CHAR_BIT, align 4 %1424 = sext i32 %1423 to i64 %1425 = mul i64 4, %1424 %1426 = sub i64 %1425, 2 %1427 = trunc i64 %1426 to i32 %1428 = shl i32 1, %1427 %1429 = sub nsw i32 %1428, 1 %1430 = add nsw i32 %1422, %1429 br label %1432 1431: ; preds = %1399 br label %1432 1432: ; preds = %1431, %1416 %1433 = phi i32 [ %1430, %1416 ], [ -1, %1431 ] %1434 = sub nsw i32 %1400, %1433 %1435 = load i32, ptr @CHAR_BIT, align 4 %1436 = sext i32 %1435 to i64 %1437 = mul i64 4, %1436 %1438 = sub i64 %1437, 2 %1439 = trunc i64 %1438 to i32 %1440 = shl i32 1, %1439 %1441 = load i32, ptr @CHAR_BIT, align 4 %1442 = sext i32 %1441 to i64 %1443 = mul i64 4, %1442 %1444 = sub i64 %1443, 2 %1445 = trunc i64 %1444 to i32 %1446 = shl i32 1, %1445 %1447 = sub nsw i32 %1446, 1 %1448 = add nsw i32 %1440, %1447 %1449 = icmp sgt i32 %1448, -1 br i1 %1449, label %1450, label %1465 1450: ; preds = %1432 %1451 = load i32, ptr @CHAR_BIT, align 4 %1452 = sext i32 %1451 to i64 %1453 = mul i64 4, %1452 %1454 = sub i64 %1453, 2 %1455 = trunc i64 %1454 to i32 %1456 = shl i32 1, %1455 %1457 = load i32, ptr @CHAR_BIT, align 4 %1458 = sext i32 %1457 to i64 %1459 = mul i64 4, %1458 %1460 = sub i64 %1459, 2 %1461 = trunc i64 %1460 to i32 %1462 = shl i32 1, %1461 %1463 = sub nsw i32 %1462, 1 %1464 = add nsw i32 %1456, %1463 br label %1466 1465: ; preds = %1432 br label %1466 1466: ; preds = %1465, %1450 %1467 = phi i32 [ %1464, %1450 ], [ -1, %1465 ] %1468 = load i32, ptr @CHAR_BIT, align 4 %1469 = sext i32 %1468 to i64 %1470 = mul i64 4, %1469 %1471 = sub i64 %1470, 2 %1472 = trunc i64 %1471 to i32 %1473 = shl i32 1, %1472 %1474 = load i32, ptr @CHAR_BIT, align 4 %1475 = sext i32 %1474 to i64 %1476 = mul i64 4, %1475 %1477 = sub i64 %1476, 2 %1478 = trunc i64 %1477 to i32 %1479 = shl i32 1, %1478 %1480 = sub nsw i32 %1479, 1 %1481 = add nsw i32 %1473, %1480 %1482 = icmp sgt i32 %1481, -1 br i1 %1482, label %1483, label %1498 1483: ; preds = %1466 %1484 = load i32, ptr @CHAR_BIT, align 4 %1485 = sext i32 %1484 to i64 %1486 = mul i64 4, %1485 %1487 = sub i64 %1486, 2 %1488 = trunc i64 %1487 to i32 %1489 = shl i32 1, %1488 %1490 = load i32, ptr @CHAR_BIT, align 4 %1491 = sext i32 %1490 to i64 %1492 = mul i64 4, %1491 %1493 = sub i64 %1492, 2 %1494 = trunc i64 %1493 to i32 %1495 = shl i32 1, %1494 %1496 = sub nsw i32 %1495, 1 %1497 = add nsw i32 %1489, %1496 br label %1499 1498: ; preds = %1466 br label %1499 1499: ; preds = %1498, %1483 %1500 = phi i32 [ %1497, %1483 ], [ -1, %1498 ] %1501 = sub nsw i32 %1467, %1500 %1502 = add nsw i32 %1501, 1 %1503 = sub nsw i32 %1434, %1502 %1504 = load i32, ptr @CHAR_BIT, align 4 %1505 = sext i32 %1504 to i64 %1506 = mul i64 4, %1505 %1507 = sub i64 %1506, 2 %1508 = trunc i64 %1507 to i32 %1509 = shl i32 1, %1508 %1510 = load i32, ptr @CHAR_BIT, align 4 %1511 = sext i32 %1510 to i64 %1512 = mul i64 4, %1511 %1513 = sub i64 %1512, 2 %1514 = trunc i64 %1513 to i32 %1515 = shl i32 1, %1514 %1516 = sub nsw i32 %1515, 1 %1517 = add nsw i32 %1509, %1516 %1518 = icmp sgt i32 %1517, -1 br i1 %1518, label %1519, label %1534 1519: ; preds = %1499 %1520 = load i32, ptr @CHAR_BIT, align 4 %1521 = sext i32 %1520 to i64 %1522 = mul i64 4, %1521 %1523 = sub i64 %1522, 2 %1524 = trunc i64 %1523 to i32 %1525 = shl i32 1, %1524 %1526 = load i32, ptr @CHAR_BIT, align 4 %1527 = sext i32 %1526 to i64 %1528 = mul i64 4, %1527 %1529 = sub i64 %1528, 2 %1530 = trunc i64 %1529 to i32 %1531 = shl i32 1, %1530 %1532 = sub nsw i32 %1531, 1 %1533 = add nsw i32 %1525, %1532 br label %1535 1534: ; preds = %1499 br label %1535 1535: ; preds = %1534, %1519 %1536 = phi i32 [ %1533, %1519 ], [ -1, %1534 ] %1537 = load i32, ptr @CHAR_BIT, align 4 %1538 = sext i32 %1537 to i64 %1539 = mul i64 4, %1538 %1540 = sub i64 %1539, 2 %1541 = trunc i64 %1540 to i32 %1542 = shl i32 1, %1541 %1543 = load i32, ptr @CHAR_BIT, align 4 %1544 = sext i32 %1543 to i64 %1545 = mul i64 4, %1544 %1546 = sub i64 %1545, 2 %1547 = trunc i64 %1546 to i32 %1548 = shl i32 1, %1547 %1549 = sub nsw i32 %1548, 1 %1550 = add nsw i32 %1542, %1549 %1551 = icmp sgt i32 %1550, -1 br i1 %1551, label %1552, label %1567 1552: ; preds = %1535 %1553 = load i32, ptr @CHAR_BIT, align 4 %1554 = sext i32 %1553 to i64 %1555 = mul i64 4, %1554 %1556 = sub i64 %1555, 2 %1557 = trunc i64 %1556 to i32 %1558 = shl i32 1, %1557 %1559 = load i32, ptr @CHAR_BIT, align 4 %1560 = sext i32 %1559 to i64 %1561 = mul i64 4, %1560 %1562 = sub i64 %1561, 2 %1563 = trunc i64 %1562 to i32 %1564 = shl i32 1, %1563 %1565 = sub nsw i32 %1564, 1 %1566 = add nsw i32 %1558, %1565 br label %1568 1567: ; preds = %1535 br label %1568 1568: ; preds = %1567, %1552 %1569 = phi i32 [ %1566, %1552 ], [ -1, %1567 ] %1570 = sub nsw i32 %1536, %1569 %1571 = icmp slt i32 %1503, %1570 %1572 = zext i1 %1571 to i32 %1573 = call i32 @assert(i32 noundef %1572) %1574 = load i32, ptr @CHAR_BIT, align 4 %1575 = sext i32 %1574 to i64 %1576 = mul i64 4, %1575 %1577 = sub i64 %1576, 2 %1578 = trunc i64 %1577 to i32 %1579 = shl i32 1, %1578 %1580 = load i32, ptr @CHAR_BIT, align 4 %1581 = sext i32 %1580 to i64 %1582 = mul i64 4, %1581 %1583 = sub i64 %1582, 2 %1584 = trunc i64 %1583 to i32 %1585 = shl i32 1, %1584 %1586 = sub nsw i32 %1585, 1 %1587 = add nsw i32 %1579, %1586 %1588 = sub nsw i32 0, %1587 %1589 = sub nsw i32 %1588, 1 %1590 = icmp slt i32 %1589, 0 br i1 %1590, label %1591, label %1608 1591: ; preds = %1568 %1592 = load i32, ptr @CHAR_BIT, align 4 %1593 = sext i32 %1592 to i64 %1594 = mul i64 4, %1593 %1595 = sub i64 %1594, 2 %1596 = trunc i64 %1595 to i32 %1597 = shl i32 1, %1596 %1598 = load i32, ptr @CHAR_BIT, align 4 %1599 = sext i32 %1598 to i64 %1600 = mul i64 4, %1599 %1601 = sub i64 %1600, 2 %1602 = trunc i64 %1601 to i32 %1603 = shl i32 1, %1602 %1604 = sub nsw i32 %1603, 1 %1605 = add nsw i32 %1597, %1604 %1606 = sub nsw i32 0, %1605 %1607 = sub nsw i32 %1606, 1 br label %1609 1608: ; preds = %1568 br label %1609 1609: ; preds = %1608, %1591 %1610 = phi i32 [ %1607, %1591 ], [ 0, %1608 ] %1611 = load i32, ptr @CHAR_BIT, align 4 %1612 = sext i32 %1611 to i64 %1613 = mul i64 4, %1612 %1614 = sub i64 %1613, 2 %1615 = trunc i64 %1614 to i32 %1616 = shl i32 1, %1615 %1617 = load i32, ptr @CHAR_BIT, align 4 %1618 = sext i32 %1617 to i64 %1619 = mul i64 4, %1618 %1620 = sub i64 %1619, 2 %1621 = trunc i64 %1620 to i32 %1622 = shl i32 1, %1621 %1623 = sub nsw i32 %1622, 1 %1624 = add nsw i32 %1616, %1623 %1625 = sub nsw i32 0, %1624 %1626 = sub nsw i32 %1625, 1 %1627 = icmp slt i32 %1626, 0 br i1 %1627, label %1628, label %1645 1628: ; preds = %1609 %1629 = load i32, ptr @CHAR_BIT, align 4 %1630 = sext i32 %1629 to i64 %1631 = mul i64 4, %1630 %1632 = sub i64 %1631, 2 %1633 = trunc i64 %1632 to i32 %1634 = shl i32 1, %1633 %1635 = load i32, ptr @CHAR_BIT, align 4 %1636 = sext i32 %1635 to i64 %1637 = mul i64 4, %1636 %1638 = sub i64 %1637, 2 %1639 = trunc i64 %1638 to i32 %1640 = shl i32 1, %1639 %1641 = sub nsw i32 %1640, 1 %1642 = add nsw i32 %1634, %1641 %1643 = sub nsw i32 0, %1642 %1644 = sub nsw i32 %1643, 1 br label %1646 1645: ; preds = %1609 br label %1646 1646: ; preds = %1645, %1628 %1647 = phi i32 [ %1644, %1628 ], [ 0, %1645 ] %1648 = sub nsw i32 %1610, %1647 %1649 = load i32, ptr @CHAR_BIT, align 4 %1650 = sext i32 %1649 to i64 %1651 = mul i64 4, %1650 %1652 = sub i64 %1651, 2 %1653 = trunc i64 %1652 to i32 %1654 = shl i32 1, %1653 %1655 = load i32, ptr @CHAR_BIT, align 4 %1656 = sext i32 %1655 to i64 %1657 = mul i64 4, %1656 %1658 = sub i64 %1657, 2 %1659 = trunc i64 %1658 to i32 %1660 = shl i32 1, %1659 %1661 = sub nsw i32 %1660, 1 %1662 = add nsw i32 %1654, %1661 %1663 = sub nsw i32 0, %1662 %1664 = sub nsw i32 %1663, 1 %1665 = icmp slt i32 %1664, 0 br i1 %1665, label %1666, label %1683 1666: ; preds = %1646 %1667 = load i32, ptr @CHAR_BIT, align 4 %1668 = sext i32 %1667 to i64 %1669 = mul i64 4, %1668 %1670 = sub i64 %1669, 2 %1671 = trunc i64 %1670 to i32 %1672 = shl i32 1, %1671 %1673 = load i32, ptr @CHAR_BIT, align 4 %1674 = sext i32 %1673 to i64 %1675 = mul i64 4, %1674 %1676 = sub i64 %1675, 2 %1677 = trunc i64 %1676 to i32 %1678 = shl i32 1, %1677 %1679 = sub nsw i32 %1678, 1 %1680 = add nsw i32 %1672, %1679 %1681 = sub nsw i32 0, %1680 %1682 = sub nsw i32 %1681, 1 br label %1684 1683: ; preds = %1646 br label %1684 1684: ; preds = %1683, %1666 %1685 = phi i32 [ %1682, %1666 ], [ 0, %1683 ] %1686 = load i32, ptr @CHAR_BIT, align 4 %1687 = sext i32 %1686 to i64 %1688 = mul i64 4, %1687 %1689 = sub i64 %1688, 2 %1690 = trunc i64 %1689 to i32 %1691 = shl i32 1, %1690 %1692 = load i32, ptr @CHAR_BIT, align 4 %1693 = sext i32 %1692 to i64 %1694 = mul i64 4, %1693 %1695 = sub i64 %1694, 2 %1696 = trunc i64 %1695 to i32 %1697 = shl i32 1, %1696 %1698 = sub nsw i32 %1697, 1 %1699 = add nsw i32 %1691, %1698 %1700 = sub nsw i32 0, %1699 %1701 = sub nsw i32 %1700, 1 %1702 = icmp slt i32 %1701, 0 br i1 %1702, label %1703, label %1720 1703: ; preds = %1684 %1704 = load i32, ptr @CHAR_BIT, align 4 %1705 = sext i32 %1704 to i64 %1706 = mul i64 4, %1705 %1707 = sub i64 %1706, 2 %1708 = trunc i64 %1707 to i32 %1709 = shl i32 1, %1708 %1710 = load i32, ptr @CHAR_BIT, align 4 %1711 = sext i32 %1710 to i64 %1712 = mul i64 4, %1711 %1713 = sub i64 %1712, 2 %1714 = trunc i64 %1713 to i32 %1715 = shl i32 1, %1714 %1716 = sub nsw i32 %1715, 1 %1717 = add nsw i32 %1709, %1716 %1718 = sub nsw i32 0, %1717 %1719 = sub nsw i32 %1718, 1 br label %1721 1720: ; preds = %1684 br label %1721 1721: ; preds = %1720, %1703 %1722 = phi i32 [ %1719, %1703 ], [ 0, %1720 ] %1723 = sub nsw i32 %1685, %1722 %1724 = add nsw i32 %1723, 1 %1725 = sub nsw i32 %1648, %1724 %1726 = load i32, ptr @CHAR_BIT, align 4 %1727 = sext i32 %1726 to i64 %1728 = mul i64 4, %1727 %1729 = sub i64 %1728, 2 %1730 = trunc i64 %1729 to i32 %1731 = shl i32 1, %1730 %1732 = load i32, ptr @CHAR_BIT, align 4 %1733 = sext i32 %1732 to i64 %1734 = mul i64 4, %1733 %1735 = sub i64 %1734, 2 %1736 = trunc i64 %1735 to i32 %1737 = shl i32 1, %1736 %1738 = sub nsw i32 %1737, 1 %1739 = add nsw i32 %1731, %1738 %1740 = sub nsw i32 0, %1739 %1741 = sub nsw i32 %1740, 1 %1742 = icmp slt i32 %1741, 0 br i1 %1742, label %1743, label %1760 1743: ; preds = %1721 %1744 = load i32, ptr @CHAR_BIT, align 4 %1745 = sext i32 %1744 to i64 %1746 = mul i64 4, %1745 %1747 = sub i64 %1746, 2 %1748 = trunc i64 %1747 to i32 %1749 = shl i32 1, %1748 %1750 = load i32, ptr @CHAR_BIT, align 4 %1751 = sext i32 %1750 to i64 %1752 = mul i64 4, %1751 %1753 = sub i64 %1752, 2 %1754 = trunc i64 %1753 to i32 %1755 = shl i32 1, %1754 %1756 = sub nsw i32 %1755, 1 %1757 = add nsw i32 %1749, %1756 %1758 = sub nsw i32 0, %1757 %1759 = sub nsw i32 %1758, 1 br label %1761 1760: ; preds = %1721 br label %1761 1761: ; preds = %1760, %1743 %1762 = phi i32 [ %1759, %1743 ], [ 0, %1760 ] %1763 = load i32, ptr @CHAR_BIT, align 4 %1764 = sext i32 %1763 to i64 %1765 = mul i64 4, %1764 %1766 = sub i64 %1765, 2 %1767 = trunc i64 %1766 to i32 %1768 = shl i32 1, %1767 %1769 = load i32, ptr @CHAR_BIT, align 4 %1770 = sext i32 %1769 to i64 %1771 = mul i64 4, %1770 %1772 = sub i64 %1771, 2 %1773 = trunc i64 %1772 to i32 %1774 = shl i32 1, %1773 %1775 = sub nsw i32 %1774, 1 %1776 = add nsw i32 %1768, %1775 %1777 = sub nsw i32 0, %1776 %1778 = sub nsw i32 %1777, 1 %1779 = icmp slt i32 %1778, 0 br i1 %1779, label %1780, label %1797 1780: ; preds = %1761 %1781 = load i32, ptr @CHAR_BIT, align 4 %1782 = sext i32 %1781 to i64 %1783 = mul i64 4, %1782 %1784 = sub i64 %1783, 2 %1785 = trunc i64 %1784 to i32 %1786 = shl i32 1, %1785 %1787 = load i32, ptr @CHAR_BIT, align 4 %1788 = sext i32 %1787 to i64 %1789 = mul i64 4, %1788 %1790 = sub i64 %1789, 2 %1791 = trunc i64 %1790 to i32 %1792 = shl i32 1, %1791 %1793 = sub nsw i32 %1792, 1 %1794 = add nsw i32 %1786, %1793 %1795 = sub nsw i32 0, %1794 %1796 = sub nsw i32 %1795, 1 br label %1798 1797: ; preds = %1761 br label %1798 1798: ; preds = %1797, %1780 %1799 = phi i32 [ %1796, %1780 ], [ 0, %1797 ] %1800 = sub nsw i32 %1762, %1799 %1801 = icmp slt i32 %1725, %1800 %1802 = zext i1 %1801 to i32 %1803 = call i32 @assert(i32 noundef %1802) ret i32 1 } declare i32 @assert(i32 noundef) #1 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '<stdin>' source_filename = "/tmp/tmpmlqdv43w.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128" target triple = "x86_64-pc-linux-gnu" @CHAR_BIT = dso_local global i32 0, align 4 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local i32 @test_SIGNED_NONLONG_PROMOTES_TO_SIGNED_TYPE() #0 { %1 = call i32 @assert(i32 noundef 1) %2 = call i32 @assert(i32 noundef 1) %3 = call i32 @assert(i32 noundef 1) %4 = call i32 @assert(i32 noundef 1) %5 = call i32 @assert(i32 noundef 1) %6 = load i32, ptr @CHAR_BIT, align 4 %7 = sext i32 %6 to i64 %8 = mul i64 1, %7 %9 = sub i64 %8, 2 %10 = trunc i64 %9 to i32 %11 = shl i32 1, %10 %12 = trunc i32 %11 to i8 %13 = sext i8 %12 to i32 %14 = load i32, ptr @CHAR_BIT, align 4 %15 = sext i32 %14 to i64 %16 = mul i64 1, %15 %17 = sub i64 %16, 2 %18 = trunc i64 %17 to i32 %19 = shl i32 1, %18 %20 = trunc i32 %19 to i8 %21 = sext i8 %20 to i32 %22 = sub nsw i32 %21, 1 %23 = trunc i32 %22 to i8 %24 = sext i8 %23 to i32 %25 = add nsw i32 %13, %24 %26 = trunc i32 %25 to i8 %27 = sext i8 %26 to i32 %28 = icmp sgt i32 %27, -1 br i1 %28, label %29, label %52 29: ; preds = %0 %30 = load i32, ptr @CHAR_BIT, align 4 %31 = sext i32 %30 to i64 %32 = mul i64 1, %31 %33 = sub i64 %32, 2 %34 = trunc i64 %33 to i32 %35 = shl i32 1, %34 %36 = trunc i32 %35 to i8 %37 = sext i8 %36 to i32 %38 = load i32, ptr @CHAR_BIT, align 4 %39 = sext i32 %38 to i64 %40 = mul i64 1, %39 %41 = sub i64 %40, 2 %42 = trunc i64 %41 to i32 %43 = shl i32 1, %42 %44 = trunc i32 %43 to i8 %45 = sext i8 %44 to i32 %46 = sub nsw i32 %45, 1 %47 = trunc i32 %46 to i8 %48 = sext i8 %47 to i32 %49 = add nsw i32 %37, %48 %50 = trunc i32 %49 to i8 %51 = sext i8 %50 to i32 br label %53 52: ; preds = %0 br label %53 53: ; preds = %52, %29 %54 = phi i32 [ %51, %29 ], [ -1, %52 ] %55 = trunc i32 %54 to i8 %56 = sext i8 %55 to i32 %57 = load i32, ptr @CHAR_BIT, align 4 %58 = sext i32 %57 to i64 %59 = mul i64 1, %58 %60 = sub i64 %59, 2 %61 = trunc i64 %60 to i32 %62 = shl i32 1, %61 %63 = trunc i32 %62 to i8 %64 = sext i8 %63 to i32 %65 = load i32, ptr @CHAR_BIT, align 4 %66 = sext i32 %65 to i64 %67 = mul i64 1, %66 %68 = sub i64 %67, 2 %69 = trunc i64 %68 to i32 %70 = shl i32 1, %69 %71 = trunc i32 %70 to i8 %72 = sext i8 %71 to i32 %73 = sub nsw i32 %72, 1 %74 = trunc i32 %73 to i8 %75 = sext i8 %74 to i32 %76 = add nsw i32 %64, %75 %77 = trunc i32 %76 to i8 %78 = sext i8 %77 to i32 %79 = icmp sgt i32 %78, -1 br i1 %79, label %80, label %103 80: ; preds = %53 %81 = load i32, ptr @CHAR_BIT, align 4 %82 = sext i32 %81 to i64 %83 = mul i64 1, %82 %84 = sub i64 %83, 2 %85 = trunc i64 %84 to i32 %86 = shl i32 1, %85 %87 = trunc i32 %86 to i8 %88 = sext i8 %87 to i32 %89 = load i32, ptr @CHAR_BIT, align 4 %90 = sext i32 %89 to i64 %91 = mul i64 1, %90 %92 = sub i64 %91, 2 %93 = trunc i64 %92 to i32 %94 = shl i32 1, %93 %95 = trunc i32 %94 to i8 %96 = sext i8 %95 to i32 %97 = sub nsw i32 %96, 1 %98 = trunc i32 %97 to i8 %99 = sext i8 %98 to i32 %100 = add nsw i32 %88, %99 %101 = trunc i32 %100 to i8 %102 = sext i8 %101 to i32 br label %104 103: ; preds = %53 br label %104 104: ; preds = %103, %80 %105 = phi i32 [ %102, %80 ], [ -1, %103 ] %106 = trunc i32 %105 to i8 %107 = sext i8 %106 to i32 %108 = sub nsw i32 %56, %107 %109 = load i32, ptr @CHAR_BIT, align 4 %110 = sext i32 %109 to i64 %111 = mul i64 1, %110 %112 = sub i64 %111, 2 %113 = trunc i64 %112 to i32 %114 = shl i32 1, %113 %115 = trunc i32 %114 to i8 %116 = sext i8 %115 to i32 %117 = load i32, ptr @CHAR_BIT, align 4 %118 = sext i32 %117 to i64 %119 = mul i64 1, %118 %120 = sub i64 %119, 2 %121 = trunc i64 %120 to i32 %122 = shl i32 1, %121 %123 = trunc i32 %122 to i8 %124 = sext i8 %123 to i32 %125 = sub nsw i32 %124, 1 %126 = trunc i32 %125 to i8 %127 = sext i8 %126 to i32 %128 = add nsw i32 %116, %127 %129 = trunc i32 %128 to i8 %130 = sext i8 %129 to i32 %131 = icmp sgt i32 %130, -1 br i1 %131, label %132, label %155 132: ; preds = %104 %133 = load i32, ptr @CHAR_BIT, align 4 %134 = sext i32 %133 to i64 %135 = mul i64 1, %134 %136 = sub i64 %135, 2 %137 = trunc i64 %136 to i32 %138 = shl i32 1, %137 %139 = trunc i32 %138 to i8 %140 = sext i8 %139 to i32 %141 = load i32, ptr @CHAR_BIT, align 4 %142 = sext i32 %141 to i64 %143 = mul i64 1, %142 %144 = sub i64 %143, 2 %145 = trunc i64 %144 to i32 %146 = shl i32 1, %145 %147 = trunc i32 %146 to i8 %148 = sext i8 %147 to i32 %149 = sub nsw i32 %148, 1 %150 = trunc i32 %149 to i8 %151 = sext i8 %150 to i32 %152 = add nsw i32 %140, %151 %153 = trunc i32 %152 to i8 %154 = sext i8 %153 to i32 br label %156 155: ; preds = %104 br label %156 156: ; preds = %155, %132 %157 = phi i32 [ %154, %132 ], [ -1, %155 ] %158 = trunc i32 %157 to i8 %159 = sext i8 %158 to i32 %160 = load i32, ptr @CHAR_BIT, align 4 %161 = sext i32 %160 to i64 %162 = mul i64 1, %161 %163 = sub i64 %162, 2 %164 = trunc i64 %163 to i32 %165 = shl i32 1, %164 %166 = trunc i32 %165 to i8 %167 = sext i8 %166 to i32 %168 = load i32, ptr @CHAR_BIT, align 4 %169 = sext i32 %168 to i64 %170 = mul i64 1, %169 %171 = sub i64 %170, 2 %172 = trunc i64 %171 to i32 %173 = shl i32 1, %172 %174 = trunc i32 %173 to i8 %175 = sext i8 %174 to i32 %176 = sub nsw i32 %175, 1 %177 = trunc i32 %176 to i8 %178 = sext i8 %177 to i32 %179 = add nsw i32 %167, %178 %180 = trunc i32 %179 to i8 %181 = sext i8 %180 to i32 %182 = icmp sgt i32 %181, -1 br i1 %182, label %183, label %206 183: ; preds = %156 %184 = load i32, ptr @CHAR_BIT, align 4 %185 = sext i32 %184 to i64 %186 = mul i64 1, %185 %187 = sub i64 %186, 2 %188 = trunc i64 %187 to i32 %189 = shl i32 1, %188 %190 = trunc i32 %189 to i8 %191 = sext i8 %190 to i32 %192 = load i32, ptr @CHAR_BIT, align 4 %193 = sext i32 %192 to i64 %194 = mul i64 1, %193 %195 = sub i64 %194, 2 %196 = trunc i64 %195 to i32 %197 = shl i32 1, %196 %198 = trunc i32 %197 to i8 %199 = sext i8 %198 to i32 %200 = sub nsw i32 %199, 1 %201 = trunc i32 %200 to i8 %202 = sext i8 %201 to i32 %203 = add nsw i32 %191, %202 %204 = trunc i32 %203 to i8 %205 = sext i8 %204 to i32 br label %207 206: ; preds = %156 br label %207 207: ; preds = %206, %183 %208 = phi i32 [ %205, %183 ], [ -1, %206 ] %209 = trunc i32 %208 to i8 %210 = sext i8 %209 to i32 %211 = sub nsw i32 %159, %210 %212 = add nsw i32 %211, 1 %213 = sub nsw i32 %108, %212 %214 = load i32, ptr @CHAR_BIT, align 4 %215 = sext i32 %214 to i64 %216 = mul i64 1, %215 %217 = sub i64 %216, 2 %218 = trunc i64 %217 to i32 %219 = shl i32 1, %218 %220 = trunc i32 %219 to i8 %221 = sext i8 %220 to i32 %222 = load i32, ptr @CHAR_BIT, align 4 %223 = sext i32 %222 to i64 %224 = mul i64 1, %223 %225 = sub i64 %224, 2 %226 = trunc i64 %225 to i32 %227 = shl i32 1, %226 %228 = trunc i32 %227 to i8 %229 = sext i8 %228 to i32 %230 = sub nsw i32 %229, 1 %231 = trunc i32 %230 to i8 %232 = sext i8 %231 to i32 %233 = add nsw i32 %221, %232 %234 = trunc i32 %233 to i8 %235 = sext i8 %234 to i32 %236 = icmp sgt i32 %235, -1 br i1 %236, label %237, label %260 237: ; preds = %207 %238 = load i32, ptr @CHAR_BIT, align 4 %239 = sext i32 %238 to i64 %240 = mul i64 1, %239 %241 = sub i64 %240, 2 %242 = trunc i64 %241 to i32 %243 = shl i32 1, %242 %244 = trunc i32 %243 to i8 %245 = sext i8 %244 to i32 %246 = load i32, ptr @CHAR_BIT, align 4 %247 = sext i32 %246 to i64 %248 = mul i64 1, %247 %249 = sub i64 %248, 2 %250 = trunc i64 %249 to i32 %251 = shl i32 1, %250 %252 = trunc i32 %251 to i8 %253 = sext i8 %252 to i32 %254 = sub nsw i32 %253, 1 %255 = trunc i32 %254 to i8 %256 = sext i8 %255 to i32 %257 = add nsw i32 %245, %256 %258 = trunc i32 %257 to i8 %259 = sext i8 %258 to i32 br label %261 260: ; preds = %207 br label %261 261: ; preds = %260, %237 %262 = phi i32 [ %259, %237 ], [ -1, %260 ] %263 = trunc i32 %262 to i8 %264 = sext i8 %263 to i32 %265 = load i32, ptr @CHAR_BIT, align 4 %266 = sext i32 %265 to i64 %267 = mul i64 1, %266 %268 = sub i64 %267, 2 %269 = trunc i64 %268 to i32 %270 = shl i32 1, %269 %271 = trunc i32 %270 to i8 %272 = sext i8 %271 to i32 %273 = load i32, ptr @CHAR_BIT, align 4 %274 = sext i32 %273 to i64 %275 = mul i64 1, %274 %276 = sub i64 %275, 2 %277 = trunc i64 %276 to i32 %278 = shl i32 1, %277 %279 = trunc i32 %278 to i8 %280 = sext i8 %279 to i32 %281 = sub nsw i32 %280, 1 %282 = trunc i32 %281 to i8 %283 = sext i8 %282 to i32 %284 = add nsw i32 %272, %283 %285 = trunc i32 %284 to i8 %286 = sext i8 %285 to i32 %287 = icmp sgt i32 %286, -1 br i1 %287, label %288, label %311 288: ; preds = %261 %289 = load i32, ptr @CHAR_BIT, align 4 %290 = sext i32 %289 to i64 %291 = mul i64 1, %290 %292 = sub i64 %291, 2 %293 = trunc i64 %292 to i32 %294 = shl i32 1, %293 %295 = trunc i32 %294 to i8 %296 = sext i8 %295 to i32 %297 = load i32, ptr @CHAR_BIT, align 4 %298 = sext i32 %297 to i64 %299 = mul i64 1, %298 %300 = sub i64 %299, 2 %301 = trunc i64 %300 to i32 %302 = shl i32 1, %301 %303 = trunc i32 %302 to i8 %304 = sext i8 %303 to i32 %305 = sub nsw i32 %304, 1 %306 = trunc i32 %305 to i8 %307 = sext i8 %306 to i32 %308 = add nsw i32 %296, %307 %309 = trunc i32 %308 to i8 %310 = sext i8 %309 to i32 br label %312 311: ; preds = %261 br label %312 312: ; preds = %311, %288 %313 = phi i32 [ %310, %288 ], [ -1, %311 ] %314 = trunc i32 %313 to i8 %315 = sext i8 %314 to i32 %316 = sub nsw i32 %264, %315 %317 = icmp slt i32 %213, %316 %318 = zext i1 %317 to i32 %319 = call i32 @assert(i32 noundef %318) %320 = load i32, ptr @CHAR_BIT, align 4 %321 = sext i32 %320 to i64 %322 = mul i64 1, %321 %323 = sub i64 %322, 2 %324 = trunc i64 %323 to i32 %325 = shl i32 1, %324 %326 = trunc i32 %325 to i8 %327 = sext i8 %326 to i32 %328 = load i32, ptr @CHAR_BIT, align 4 %329 = sext i32 %328 to i64 %330 = mul i64 1, %329 %331 = sub i64 %330, 2 %332 = trunc i64 %331 to i32 %333 = shl i32 1, %332 %334 = trunc i32 %333 to i8 %335 = sext i8 %334 to i32 %336 = sub nsw i32 %335, 1 %337 = trunc i32 %336 to i8 %338 = sext i8 %337 to i32 %339 = add nsw i32 %327, %338 %340 = trunc i32 %339 to i8 %341 = sext i8 %340 to i32 %342 = sub nsw i32 0, %341 %343 = sub nsw i32 %342, 1 %344 = trunc i32 %343 to i8 %345 = sext i8 %344 to i32 %346 = icmp slt i32 %345, 0 br i1 %346, label %347, label %374 347: ; preds = %312 %348 = load i32, ptr @CHAR_BIT, align 4 %349 = sext i32 %348 to i64 %350 = mul i64 1, %349 %351 = sub i64 %350, 2 %352 = trunc i64 %351 to i32 %353 = shl i32 1, %352 %354 = trunc i32 %353 to i8 %355 = sext i8 %354 to i32 %356 = load i32, ptr @CHAR_BIT, align 4 %357 = sext i32 %356 to i64 %358 = mul i64 1, %357 %359 = sub i64 %358, 2 %360 = trunc i64 %359 to i32 %361 = shl i32 1, %360 %362 = trunc i32 %361 to i8 %363 = sext i8 %362 to i32 %364 = sub nsw i32 %363, 1 %365 = trunc i32 %364 to i8 %366 = sext i8 %365 to i32 %367 = add nsw i32 %355, %366 %368 = trunc i32 %367 to i8 %369 = sext i8 %368 to i32 %370 = sub nsw i32 0, %369 %371 = sub nsw i32 %370, 1 %372 = trunc i32 %371 to i8 %373 = sext i8 %372 to i32 br label %375 374: ; preds = %312 br label %375 375: ; preds = %374, %347 %376 = phi i32 [ %373, %347 ], [ 0, %374 ] %377 = trunc i32 %376 to i8 %378 = sext i8 %377 to i32 %379 = load i32, ptr @CHAR_BIT, align 4 %380 = sext i32 %379 to i64 %381 = mul i64 1, %380 %382 = sub i64 %381, 2 %383 = trunc i64 %382 to i32 %384 = shl i32 1, %383 %385 = trunc i32 %384 to i8 %386 = sext i8 %385 to i32 %387 = load i32, ptr @CHAR_BIT, align 4 %388 = sext i32 %387 to i64 %389 = mul i64 1, %388 %390 = sub i64 %389, 2 %391 = trunc i64 %390 to i32 %392 = shl i32 1, %391 %393 = trunc i32 %392 to i8 %394 = sext i8 %393 to i32 %395 = sub nsw i32 %394, 1 %396 = trunc i32 %395 to i8 %397 = sext i8 %396 to i32 %398 = add nsw i32 %386, %397 %399 = trunc i32 %398 to i8 %400 = sext i8 %399 to i32 %401 = sub nsw i32 0, %400 %402 = sub nsw i32 %401, 1 %403 = trunc i32 %402 to i8 %404 = sext i8 %403 to i32 %405 = icmp slt i32 %404, 0 br i1 %405, label %406, label %433 406: ; preds = %375 %407 = load i32, ptr @CHAR_BIT, align 4 %408 = sext i32 %407 to i64 %409 = mul i64 1, %408 %410 = sub i64 %409, 2 %411 = trunc i64 %410 to i32 %412 = shl i32 1, %411 %413 = trunc i32 %412 to i8 %414 = sext i8 %413 to i32 %415 = load i32, ptr @CHAR_BIT, align 4 %416 = sext i32 %415 to i64 %417 = mul i64 1, %416 %418 = sub i64 %417, 2 %419 = trunc i64 %418 to i32 %420 = shl i32 1, %419 %421 = trunc i32 %420 to i8 %422 = sext i8 %421 to i32 %423 = sub nsw i32 %422, 1 %424 = trunc i32 %423 to i8 %425 = sext i8 %424 to i32 %426 = add nsw i32 %414, %425 %427 = trunc i32 %426 to i8 %428 = sext i8 %427 to i32 %429 = sub nsw i32 0, %428 %430 = sub nsw i32 %429, 1 %431 = trunc i32 %430 to i8 %432 = sext i8 %431 to i32 br label %434 433: ; preds = %375 br label %434 434: ; preds = %433, %406 %435 = phi i32 [ %432, %406 ], [ 0, %433 ] %436 = trunc i32 %435 to i8 %437 = sext i8 %436 to i32 %438 = sub nsw i32 %378, %437 %439 = load i32, ptr @CHAR_BIT, align 4 %440 = sext i32 %439 to i64 %441 = mul i64 1, %440 %442 = sub i64 %441, 2 %443 = trunc i64 %442 to i32 %444 = shl i32 1, %443 %445 = trunc i32 %444 to i8 %446 = sext i8 %445 to i32 %447 = load i32, ptr @CHAR_BIT, align 4 %448 = sext i32 %447 to i64 %449 = mul i64 1, %448 %450 = sub i64 %449, 2 %451 = trunc i64 %450 to i32 %452 = shl i32 1, %451 %453 = trunc i32 %452 to i8 %454 = sext i8 %453 to i32 %455 = sub nsw i32 %454, 1 %456 = trunc i32 %455 to i8 %457 = sext i8 %456 to i32 %458 = add nsw i32 %446, %457 %459 = trunc i32 %458 to i8 %460 = sext i8 %459 to i32 %461 = sub nsw i32 0, %460 %462 = sub nsw i32 %461, 1 %463 = trunc i32 %462 to i8 %464 = sext i8 %463 to i32 %465 = icmp slt i32 %464, 0 br i1 %465, label %466, label %493 466: ; preds = %434 %467 = load i32, ptr @CHAR_BIT, align 4 %468 = sext i32 %467 to i64 %469 = mul i64 1, %468 %470 = sub i64 %469, 2 %471 = trunc i64 %470 to i32 %472 = shl i32 1, %471 %473 = trunc i32 %472 to i8 %474 = sext i8 %473 to i32 %475 = load i32, ptr @CHAR_BIT, align 4 %476 = sext i32 %475 to i64 %477 = mul i64 1, %476 %478 = sub i64 %477, 2 %479 = trunc i64 %478 to i32 %480 = shl i32 1, %479 %481 = trunc i32 %480 to i8 %482 = sext i8 %481 to i32 %483 = sub nsw i32 %482, 1 %484 = trunc i32 %483 to i8 %485 = sext i8 %484 to i32 %486 = add nsw i32 %474, %485 %487 = trunc i32 %486 to i8 %488 = sext i8 %487 to i32 %489 = sub nsw i32 0, %488 %490 = sub nsw i32 %489, 1 %491 = trunc i32 %490 to i8 %492 = sext i8 %491 to i32 br label %494 493: ; preds = %434 br label %494 494: ; preds = %493, %466 %495 = phi i32 [ %492, %466 ], [ 0, %493 ] %496 = trunc i32 %495 to i8 %497 = sext i8 %496 to i32 %498 = load i32, ptr @CHAR_BIT, align 4 %499 = sext i32 %498 to i64 %500 = mul i64 1, %499 %501 = sub i64 %500, 2 %502 = trunc i64 %501 to i32 %503 = shl i32 1, %502 %504 = trunc i32 %503 to i8 %505 = sext i8 %504 to i32 %506 = load i32, ptr @CHAR_BIT, align 4 %507 = sext i32 %506 to i64 %508 = mul i64 1, %507 %509 = sub i64 %508, 2 %510 = trunc i64 %509 to i32 %511 = shl i32 1, %510 %512 = trunc i32 %511 to i8 %513 = sext i8 %512 to i32 %514 = sub nsw i32 %513, 1 %515 = trunc i32 %514 to i8 %516 = sext i8 %515 to i32 %517 = add nsw i32 %505, %516 %518 = trunc i32 %517 to i8 %519 = sext i8 %518 to i32 %520 = sub nsw i32 0, %519 %521 = sub nsw i32 %520, 1 %522 = trunc i32 %521 to i8 %523 = sext i8 %522 to i32 %524 = icmp slt i32 %523, 0 br i1 %524, label %525, label %552 525: ; preds = %494 %526 = load i32, ptr @CHAR_BIT, align 4 %527 = sext i32 %526 to i64 %528 = mul i64 1, %527 %529 = sub i64 %528, 2 %530 = trunc i64 %529 to i32 %531 = shl i32 1, %530 %532 = trunc i32 %531 to i8 %533 = sext i8 %532 to i32 %534 = load i32, ptr @CHAR_BIT, align 4 %535 = sext i32 %534 to i64 %536 = mul i64 1, %535 %537 = sub i64 %536, 2 %538 = trunc i64 %537 to i32 %539 = shl i32 1, %538 %540 = trunc i32 %539 to i8 %541 = sext i8 %540 to i32 %542 = sub nsw i32 %541, 1 %543 = trunc i32 %542 to i8 %544 = sext i8 %543 to i32 %545 = add nsw i32 %533, %544 %546 = trunc i32 %545 to i8 %547 = sext i8 %546 to i32 %548 = sub nsw i32 0, %547 %549 = sub nsw i32 %548, 1 %550 = trunc i32 %549 to i8 %551 = sext i8 %550 to i32 br label %553 552: ; preds = %494 br label %553 553: ; preds = %552, %525 %554 = phi i32 [ %551, %525 ], [ 0, %552 ] %555 = trunc i32 %554 to i8 %556 = sext i8 %555 to i32 %557 = sub nsw i32 %497, %556 %558 = add nsw i32 %557, 1 %559 = sub nsw i32 %438, %558 %560 = load i32, ptr @CHAR_BIT, align 4 %561 = sext i32 %560 to i64 %562 = mul i64 1, %561 %563 = sub i64 %562, 2 %564 = trunc i64 %563 to i32 %565 = shl i32 1, %564 %566 = trunc i32 %565 to i8 %567 = sext i8 %566 to i32 %568 = load i32, ptr @CHAR_BIT, align 4 %569 = sext i32 %568 to i64 %570 = mul i64 1, %569 %571 = sub i64 %570, 2 %572 = trunc i64 %571 to i32 %573 = shl i32 1, %572 %574 = trunc i32 %573 to i8 %575 = sext i8 %574 to i32 %576 = sub nsw i32 %575, 1 %577 = trunc i32 %576 to i8 %578 = sext i8 %577 to i32 %579 = add nsw i32 %567, %578 %580 = trunc i32 %579 to i8 %581 = sext i8 %580 to i32 %582 = sub nsw i32 0, %581 %583 = sub nsw i32 %582, 1 %584 = trunc i32 %583 to i8 %585 = sext i8 %584 to i32 %586 = icmp slt i32 %585, 0 br i1 %586, label %587, label %614 587: ; preds = %553 %588 = load i32, ptr @CHAR_BIT, align 4 %589 = sext i32 %588 to i64 %590 = mul i64 1, %589 %591 = sub i64 %590, 2 %592 = trunc i64 %591 to i32 %593 = shl i32 1, %592 %594 = trunc i32 %593 to i8 %595 = sext i8 %594 to i32 %596 = load i32, ptr @CHAR_BIT, align 4 %597 = sext i32 %596 to i64 %598 = mul i64 1, %597 %599 = sub i64 %598, 2 %600 = trunc i64 %599 to i32 %601 = shl i32 1, %600 %602 = trunc i32 %601 to i8 %603 = sext i8 %602 to i32 %604 = sub nsw i32 %603, 1 %605 = trunc i32 %604 to i8 %606 = sext i8 %605 to i32 %607 = add nsw i32 %595, %606 %608 = trunc i32 %607 to i8 %609 = sext i8 %608 to i32 %610 = sub nsw i32 0, %609 %611 = sub nsw i32 %610, 1 %612 = trunc i32 %611 to i8 %613 = sext i8 %612 to i32 br label %615 614: ; preds = %553 br label %615 615: ; preds = %614, %587 %616 = phi i32 [ %613, %587 ], [ 0, %614 ] %617 = trunc i32 %616 to i8 %618 = sext i8 %617 to i32 %619 = load i32, ptr @CHAR_BIT, align 4 %620 = sext i32 %619 to i64 %621 = mul i64 1, %620 %622 = sub i64 %621, 2 %623 = trunc i64 %622 to i32 %624 = shl i32 1, %623 %625 = trunc i32 %624 to i8 %626 = sext i8 %625 to i32 %627 = load i32, ptr @CHAR_BIT, align 4 %628 = sext i32 %627 to i64 %629 = mul i64 1, %628 %630 = sub i64 %629, 2 %631 = trunc i64 %630 to i32 %632 = shl i32 1, %631 %633 = trunc i32 %632 to i8 %634 = sext i8 %633 to i32 %635 = sub nsw i32 %634, 1 %636 = trunc i32 %635 to i8 %637 = sext i8 %636 to i32 %638 = add nsw i32 %626, %637 %639 = trunc i32 %638 to i8 %640 = sext i8 %639 to i32 %641 = sub nsw i32 0, %640 %642 = sub nsw i32 %641, 1 %643 = trunc i32 %642 to i8 %644 = sext i8 %643 to i32 %645 = icmp slt i32 %644, 0 br i1 %645, label %646, label %673 646: ; preds = %615 %647 = load i32, ptr @CHAR_BIT, align 4 %648 = sext i32 %647 to i64 %649 = mul i64 1, %648 %650 = sub i64 %649, 2 %651 = trunc i64 %650 to i32 %652 = shl i32 1, %651 %653 = trunc i32 %652 to i8 %654 = sext i8 %653 to i32 %655 = load i32, ptr @CHAR_BIT, align 4 %656 = sext i32 %655 to i64 %657 = mul i64 1, %656 %658 = sub i64 %657, 2 %659 = trunc i64 %658 to i32 %660 = shl i32 1, %659 %661 = trunc i32 %660 to i8 %662 = sext i8 %661 to i32 %663 = sub nsw i32 %662, 1 %664 = trunc i32 %663 to i8 %665 = sext i8 %664 to i32 %666 = add nsw i32 %654, %665 %667 = trunc i32 %666 to i8 %668 = sext i8 %667 to i32 %669 = sub nsw i32 0, %668 %670 = sub nsw i32 %669, 1 %671 = trunc i32 %670 to i8 %672 = sext i8 %671 to i32 br label %674 673: ; preds = %615 br label %674 674: ; preds = %673, %646 %675 = phi i32 [ %672, %646 ], [ 0, %673 ] %676 = trunc i32 %675 to i8 %677 = sext i8 %676 to i32 %678 = sub nsw i32 %618, %677 %679 = icmp slt i32 %559, %678 %680 = zext i1 %679 to i32 %681 = call i32 @assert(i32 noundef %680) %682 = call i32 @assert(i32 noundef 1) %683 = call i32 @assert(i32 noundef 1) %684 = call i32 @assert(i32 noundef 1) %685 = call i32 @assert(i32 noundef 1) %686 = call i32 @assert(i32 noundef 1) %687 = load i32, ptr @CHAR_BIT, align 4 %688 = sext i32 %687 to i64 %689 = mul i64 2, %688 %690 = sub i64 %689, 2 %691 = trunc i64 %690 to i32 %692 = shl i32 1, %691 %693 = trunc i32 %692 to i16 %694 = sext i16 %693 to i32 %695 = load i32, ptr @CHAR_BIT, align 4 %696 = sext i32 %695 to i64 %697 = mul i64 2, %696 %698 = sub i64 %697, 2 %699 = trunc i64 %698 to i32 %700 = shl i32 1, %699 %701 = trunc i32 %700 to i16 %702 = sext i16 %701 to i32 %703 = sub nsw i32 %702, 1 %704 = trunc i32 %703 to i16 %705 = sext i16 %704 to i32 %706 = add nsw i32 %694, %705 %707 = trunc i32 %706 to i16 %708 = sext i16 %707 to i32 %709 = icmp sgt i32 %708, -1 br i1 %709, label %710, label %733 710: ; preds = %674 %711 = load i32, ptr @CHAR_BIT, align 4 %712 = sext i32 %711 to i64 %713 = mul i64 2, %712 %714 = sub i64 %713, 2 %715 = trunc i64 %714 to i32 %716 = shl i32 1, %715 %717 = trunc i32 %716 to i16 %718 = sext i16 %717 to i32 %719 = load i32, ptr @CHAR_BIT, align 4 %720 = sext i32 %719 to i64 %721 = mul i64 2, %720 %722 = sub i64 %721, 2 %723 = trunc i64 %722 to i32 %724 = shl i32 1, %723 %725 = trunc i32 %724 to i16 %726 = sext i16 %725 to i32 %727 = sub nsw i32 %726, 1 %728 = trunc i32 %727 to i16 %729 = sext i16 %728 to i32 %730 = add nsw i32 %718, %729 %731 = trunc i32 %730 to i16 %732 = sext i16 %731 to i32 br label %734 733: ; preds = %674 br label %734 734: ; preds = %733, %710 %735 = phi i32 [ %732, %710 ], [ -1, %733 ] %736 = trunc i32 %735 to i16 %737 = sext i16 %736 to i32 %738 = load i32, ptr @CHAR_BIT, align 4 %739 = sext i32 %738 to i64 %740 = mul i64 2, %739 %741 = sub i64 %740, 2 %742 = trunc i64 %741 to i32 %743 = shl i32 1, %742 %744 = trunc i32 %743 to i16 %745 = sext i16 %744 to i32 %746 = load i32, ptr @CHAR_BIT, align 4 %747 = sext i32 %746 to i64 %748 = mul i64 2, %747 %749 = sub i64 %748, 2 %750 = trunc i64 %749 to i32 %751 = shl i32 1, %750 %752 = trunc i32 %751 to i16 %753 = sext i16 %752 to i32 %754 = sub nsw i32 %753, 1 %755 = trunc i32 %754 to i16 %756 = sext i16 %755 to i32 %757 = add nsw i32 %745, %756 %758 = trunc i32 %757 to i16 %759 = sext i16 %758 to i32 %760 = icmp sgt i32 %759, -1 br i1 %760, label %761, label %784 761: ; preds = %734 %762 = load i32, ptr @CHAR_BIT, align 4 %763 = sext i32 %762 to i64 %764 = mul i64 2, %763 %765 = sub i64 %764, 2 %766 = trunc i64 %765 to i32 %767 = shl i32 1, %766 %768 = trunc i32 %767 to i16 %769 = sext i16 %768 to i32 %770 = load i32, ptr @CHAR_BIT, align 4 %771 = sext i32 %770 to i64 %772 = mul i64 2, %771 %773 = sub i64 %772, 2 %774 = trunc i64 %773 to i32 %775 = shl i32 1, %774 %776 = trunc i32 %775 to i16 %777 = sext i16 %776 to i32 %778 = sub nsw i32 %777, 1 %779 = trunc i32 %778 to i16 %780 = sext i16 %779 to i32 %781 = add nsw i32 %769, %780 %782 = trunc i32 %781 to i16 %783 = sext i16 %782 to i32 br label %785 784: ; preds = %734 br label %785 785: ; preds = %784, %761 %786 = phi i32 [ %783, %761 ], [ -1, %784 ] %787 = trunc i32 %786 to i16 %788 = sext i16 %787 to i32 %789 = sub nsw i32 %737, %788 %790 = load i32, ptr @CHAR_BIT, align 4 %791 = sext i32 %790 to i64 %792 = mul i64 2, %791 %793 = sub i64 %792, 2 %794 = trunc i64 %793 to i32 %795 = shl i32 1, %794 %796 = trunc i32 %795 to i16 %797 = sext i16 %796 to i32 %798 = load i32, ptr @CHAR_BIT, align 4 %799 = sext i32 %798 to i64 %800 = mul i64 2, %799 %801 = sub i64 %800, 2 %802 = trunc i64 %801 to i32 %803 = shl i32 1, %802 %804 = trunc i32 %803 to i16 %805 = sext i16 %804 to i32 %806 = sub nsw i32 %805, 1 %807 = trunc i32 %806 to i16 %808 = sext i16 %807 to i32 %809 = add nsw i32 %797, %808 %810 = trunc i32 %809 to i16 %811 = sext i16 %810 to i32 %812 = icmp sgt i32 %811, -1 br i1 %812, label %813, label %836 813: ; preds = %785 %814 = load i32, ptr @CHAR_BIT, align 4 %815 = sext i32 %814 to i64 %816 = mul i64 2, %815 %817 = sub i64 %816, 2 %818 = trunc i64 %817 to i32 %819 = shl i32 1, %818 %820 = trunc i32 %819 to i16 %821 = sext i16 %820 to i32 %822 = load i32, ptr @CHAR_BIT, align 4 %823 = sext i32 %822 to i64 %824 = mul i64 2, %823 %825 = sub i64 %824, 2 %826 = trunc i64 %825 to i32 %827 = shl i32 1, %826 %828 = trunc i32 %827 to i16 %829 = sext i16 %828 to i32 %830 = sub nsw i32 %829, 1 %831 = trunc i32 %830 to i16 %832 = sext i16 %831 to i32 %833 = add nsw i32 %821, %832 %834 = trunc i32 %833 to i16 %835 = sext i16 %834 to i32 br label %837 836: ; preds = %785 br label %837 837: ; preds = %836, %813 %838 = phi i32 [ %835, %813 ], [ -1, %836 ] %839 = trunc i32 %838 to i16 %840 = sext i16 %839 to i32 %841 = load i32, ptr @CHAR_BIT, align 4 %842 = sext i32 %841 to i64 %843 = mul i64 2, %842 %844 = sub i64 %843, 2 %845 = trunc i64 %844 to i32 %846 = shl i32 1, %845 %847 = trunc i32 %846 to i16 %848 = sext i16 %847 to i32 %849 = load i32, ptr @CHAR_BIT, align 4 %850 = sext i32 %849 to i64 %851 = mul i64 2, %850 %852 = sub i64 %851, 2 %853 = trunc i64 %852 to i32 %854 = shl i32 1, %853 %855 = trunc i32 %854 to i16 %856 = sext i16 %855 to i32 %857 = sub nsw i32 %856, 1 %858 = trunc i32 %857 to i16 %859 = sext i16 %858 to i32 %860 = add nsw i32 %848, %859 %861 = trunc i32 %860 to i16 %862 = sext i16 %861 to i32 %863 = icmp sgt i32 %862, -1 br i1 %863, label %864, label %887 864: ; preds = %837 %865 = load i32, ptr @CHAR_BIT, align 4 %866 = sext i32 %865 to i64 %867 = mul i64 2, %866 %868 = sub i64 %867, 2 %869 = trunc i64 %868 to i32 %870 = shl i32 1, %869 %871 = trunc i32 %870 to i16 %872 = sext i16 %871 to i32 %873 = load i32, ptr @CHAR_BIT, align 4 %874 = sext i32 %873 to i64 %875 = mul i64 2, %874 %876 = sub i64 %875, 2 %877 = trunc i64 %876 to i32 %878 = shl i32 1, %877 %879 = trunc i32 %878 to i16 %880 = sext i16 %879 to i32 %881 = sub nsw i32 %880, 1 %882 = trunc i32 %881 to i16 %883 = sext i16 %882 to i32 %884 = add nsw i32 %872, %883 %885 = trunc i32 %884 to i16 %886 = sext i16 %885 to i32 br label %888 887: ; preds = %837 br label %888 888: ; preds = %887, %864 %889 = phi i32 [ %886, %864 ], [ -1, %887 ] %890 = trunc i32 %889 to i16 %891 = sext i16 %890 to i32 %892 = sub nsw i32 %840, %891 %893 = add nsw i32 %892, 1 %894 = sub nsw i32 %789, %893 %895 = load i32, ptr @CHAR_BIT, align 4 %896 = sext i32 %895 to i64 %897 = mul i64 2, %896 %898 = sub i64 %897, 2 %899 = trunc i64 %898 to i32 %900 = shl i32 1, %899 %901 = trunc i32 %900 to i16 %902 = sext i16 %901 to i32 %903 = load i32, ptr @CHAR_BIT, align 4 %904 = sext i32 %903 to i64 %905 = mul i64 2, %904 %906 = sub i64 %905, 2 %907 = trunc i64 %906 to i32 %908 = shl i32 1, %907 %909 = trunc i32 %908 to i16 %910 = sext i16 %909 to i32 %911 = sub nsw i32 %910, 1 %912 = trunc i32 %911 to i16 %913 = sext i16 %912 to i32 %914 = add nsw i32 %902, %913 %915 = trunc i32 %914 to i16 %916 = sext i16 %915 to i32 %917 = icmp sgt i32 %916, -1 br i1 %917, label %918, label %941 918: ; preds = %888 %919 = load i32, ptr @CHAR_BIT, align 4 %920 = sext i32 %919 to i64 %921 = mul i64 2, %920 %922 = sub i64 %921, 2 %923 = trunc i64 %922 to i32 %924 = shl i32 1, %923 %925 = trunc i32 %924 to i16 %926 = sext i16 %925 to i32 %927 = load i32, ptr @CHAR_BIT, align 4 %928 = sext i32 %927 to i64 %929 = mul i64 2, %928 %930 = sub i64 %929, 2 %931 = trunc i64 %930 to i32 %932 = shl i32 1, %931 %933 = trunc i32 %932 to i16 %934 = sext i16 %933 to i32 %935 = sub nsw i32 %934, 1 %936 = trunc i32 %935 to i16 %937 = sext i16 %936 to i32 %938 = add nsw i32 %926, %937 %939 = trunc i32 %938 to i16 %940 = sext i16 %939 to i32 br label %942 941: ; preds = %888 br label %942 942: ; preds = %941, %918 %943 = phi i32 [ %940, %918 ], [ -1, %941 ] %944 = trunc i32 %943 to i16 %945 = sext i16 %944 to i32 %946 = load i32, ptr @CHAR_BIT, align 4 %947 = sext i32 %946 to i64 %948 = mul i64 2, %947 %949 = sub i64 %948, 2 %950 = trunc i64 %949 to i32 %951 = shl i32 1, %950 %952 = trunc i32 %951 to i16 %953 = sext i16 %952 to i32 %954 = load i32, ptr @CHAR_BIT, align 4 %955 = sext i32 %954 to i64 %956 = mul i64 2, %955 %957 = sub i64 %956, 2 %958 = trunc i64 %957 to i32 %959 = shl i32 1, %958 %960 = trunc i32 %959 to i16 %961 = sext i16 %960 to i32 %962 = sub nsw i32 %961, 1 %963 = trunc i32 %962 to i16 %964 = sext i16 %963 to i32 %965 = add nsw i32 %953, %964 %966 = trunc i32 %965 to i16 %967 = sext i16 %966 to i32 %968 = icmp sgt i32 %967, -1 br i1 %968, label %969, label %992 969: ; preds = %942 %970 = load i32, ptr @CHAR_BIT, align 4 %971 = sext i32 %970 to i64 %972 = mul i64 2, %971 %973 = sub i64 %972, 2 %974 = trunc i64 %973 to i32 %975 = shl i32 1, %974 %976 = trunc i32 %975 to i16 %977 = sext i16 %976 to i32 %978 = load i32, ptr @CHAR_BIT, align 4 %979 = sext i32 %978 to i64 %980 = mul i64 2, %979 %981 = sub i64 %980, 2 %982 = trunc i64 %981 to i32 %983 = shl i32 1, %982 %984 = trunc i32 %983 to i16 %985 = sext i16 %984 to i32 %986 = sub nsw i32 %985, 1 %987 = trunc i32 %986 to i16 %988 = sext i16 %987 to i32 %989 = add nsw i32 %977, %988 %990 = trunc i32 %989 to i16 %991 = sext i16 %990 to i32 br label %993 992: ; preds = %942 br label %993 993: ; preds = %992, %969 %994 = phi i32 [ %991, %969 ], [ -1, %992 ] %995 = trunc i32 %994 to i16 %996 = sext i16 %995 to i32 %997 = sub nsw i32 %945, %996 %998 = icmp slt i32 %894, %997 %999 = zext i1 %998 to i32 %1000 = call i32 @assert(i32 noundef %999) %1001 = load i32, ptr @CHAR_BIT, align 4 %1002 = sext i32 %1001 to i64 %1003 = mul i64 2, %1002 %1004 = sub i64 %1003, 2 %1005 = trunc i64 %1004 to i32 %1006 = shl i32 1, %1005 %1007 = trunc i32 %1006 to i16 %1008 = sext i16 %1007 to i32 %1009 = load i32, ptr @CHAR_BIT, align 4 %1010 = sext i32 %1009 to i64 %1011 = mul i64 2, %1010 %1012 = sub i64 %1011, 2 %1013 = trunc i64 %1012 to i32 %1014 = shl i32 1, %1013 %1015 = trunc i32 %1014 to i16 %1016 = sext i16 %1015 to i32 %1017 = sub nsw i32 %1016, 1 %1018 = trunc i32 %1017 to i16 %1019 = sext i16 %1018 to i32 %1020 = add nsw i32 %1008, %1019 %1021 = trunc i32 %1020 to i16 %1022 = sext i16 %1021 to i32 %1023 = sub nsw i32 0, %1022 %1024 = sub nsw i32 %1023, 1 %1025 = trunc i32 %1024 to i16 %1026 = sext i16 %1025 to i32 %1027 = icmp slt i32 %1026, 0 br i1 %1027, label %1028, label %1055 1028: ; preds = %993 %1029 = load i32, ptr @CHAR_BIT, align 4 %1030 = sext i32 %1029 to i64 %1031 = mul i64 2, %1030 %1032 = sub i64 %1031, 2 %1033 = trunc i64 %1032 to i32 %1034 = shl i32 1, %1033 %1035 = trunc i32 %1034 to i16 %1036 = sext i16 %1035 to i32 %1037 = load i32, ptr @CHAR_BIT, align 4 %1038 = sext i32 %1037 to i64 %1039 = mul i64 2, %1038 %1040 = sub i64 %1039, 2 %1041 = trunc i64 %1040 to i32 %1042 = shl i32 1, %1041 %1043 = trunc i32 %1042 to i16 %1044 = sext i16 %1043 to i32 %1045 = sub nsw i32 %1044, 1 %1046 = trunc i32 %1045 to i16 %1047 = sext i16 %1046 to i32 %1048 = add nsw i32 %1036, %1047 %1049 = trunc i32 %1048 to i16 %1050 = sext i16 %1049 to i32 %1051 = sub nsw i32 0, %1050 %1052 = sub nsw i32 %1051, 1 %1053 = trunc i32 %1052 to i16 %1054 = sext i16 %1053 to i32 br label %1056 1055: ; preds = %993 br label %1056 1056: ; preds = %1055, %1028 %1057 = phi i32 [ %1054, %1028 ], [ 0, %1055 ] %1058 = trunc i32 %1057 to i16 %1059 = sext i16 %1058 to i32 %1060 = load i32, ptr @CHAR_BIT, align 4 %1061 = sext i32 %1060 to i64 %1062 = mul i64 2, %1061 %1063 = sub i64 %1062, 2 %1064 = trunc i64 %1063 to i32 %1065 = shl i32 1, %1064 %1066 = trunc i32 %1065 to i16 %1067 = sext i16 %1066 to i32 %1068 = load i32, ptr @CHAR_BIT, align 4 %1069 = sext i32 %1068 to i64 %1070 = mul i64 2, %1069 %1071 = sub i64 %1070, 2 %1072 = trunc i64 %1071 to i32 %1073 = shl i32 1, %1072 %1074 = trunc i32 %1073 to i16 %1075 = sext i16 %1074 to i32 %1076 = sub nsw i32 %1075, 1 %1077 = trunc i32 %1076 to i16 %1078 = sext i16 %1077 to i32 %1079 = add nsw i32 %1067, %1078 %1080 = trunc i32 %1079 to i16 %1081 = sext i16 %1080 to i32 %1082 = sub nsw i32 0, %1081 %1083 = sub nsw i32 %1082, 1 %1084 = trunc i32 %1083 to i16 %1085 = sext i16 %1084 to i32 %1086 = icmp slt i32 %1085, 0 br i1 %1086, label %1087, label %1114 1087: ; preds = %1056 %1088 = load i32, ptr @CHAR_BIT, align 4 %1089 = sext i32 %1088 to i64 %1090 = mul i64 2, %1089 %1091 = sub i64 %1090, 2 %1092 = trunc i64 %1091 to i32 %1093 = shl i32 1, %1092 %1094 = trunc i32 %1093 to i16 %1095 = sext i16 %1094 to i32 %1096 = load i32, ptr @CHAR_BIT, align 4 %1097 = sext i32 %1096 to i64 %1098 = mul i64 2, %1097 %1099 = sub i64 %1098, 2 %1100 = trunc i64 %1099 to i32 %1101 = shl i32 1, %1100 %1102 = trunc i32 %1101 to i16 %1103 = sext i16 %1102 to i32 %1104 = sub nsw i32 %1103, 1 %1105 = trunc i32 %1104 to i16 %1106 = sext i16 %1105 to i32 %1107 = add nsw i32 %1095, %1106 %1108 = trunc i32 %1107 to i16 %1109 = sext i16 %1108 to i32 %1110 = sub nsw i32 0, %1109 %1111 = sub nsw i32 %1110, 1 %1112 = trunc i32 %1111 to i16 %1113 = sext i16 %1112 to i32 br label %1115 1114: ; preds = %1056 br label %1115 1115: ; preds = %1114, %1087 %1116 = phi i32 [ %1113, %1087 ], [ 0, %1114 ] %1117 = trunc i32 %1116 to i16 %1118 = sext i16 %1117 to i32 %1119 = sub nsw i32 %1059, %1118 %1120 = load i32, ptr @CHAR_BIT, align 4 %1121 = sext i32 %1120 to i64 %1122 = mul i64 2, %1121 %1123 = sub i64 %1122, 2 %1124 = trunc i64 %1123 to i32 %1125 = shl i32 1, %1124 %1126 = trunc i32 %1125 to i16 %1127 = sext i16 %1126 to i32 %1128 = load i32, ptr @CHAR_BIT, align 4 %1129 = sext i32 %1128 to i64 %1130 = mul i64 2, %1129 %1131 = sub i64 %1130, 2 %1132 = trunc i64 %1131 to i32 %1133 = shl i32 1, %1132 %1134 = trunc i32 %1133 to i16 %1135 = sext i16 %1134 to i32 %1136 = sub nsw i32 %1135, 1 %1137 = trunc i32 %1136 to i16 %1138 = sext i16 %1137 to i32 %1139 = add nsw i32 %1127, %1138 %1140 = trunc i32 %1139 to i16 %1141 = sext i16 %1140 to i32 %1142 = sub nsw i32 0, %1141 %1143 = sub nsw i32 %1142, 1 %1144 = trunc i32 %1143 to i16 %1145 = sext i16 %1144 to i32 %1146 = icmp slt i32 %1145, 0 br i1 %1146, label %1147, label %1174 1147: ; preds = %1115 %1148 = load i32, ptr @CHAR_BIT, align 4 %1149 = sext i32 %1148 to i64 %1150 = mul i64 2, %1149 %1151 = sub i64 %1150, 2 %1152 = trunc i64 %1151 to i32 %1153 = shl i32 1, %1152 %1154 = trunc i32 %1153 to i16 %1155 = sext i16 %1154 to i32 %1156 = load i32, ptr @CHAR_BIT, align 4 %1157 = sext i32 %1156 to i64 %1158 = mul i64 2, %1157 %1159 = sub i64 %1158, 2 %1160 = trunc i64 %1159 to i32 %1161 = shl i32 1, %1160 %1162 = trunc i32 %1161 to i16 %1163 = sext i16 %1162 to i32 %1164 = sub nsw i32 %1163, 1 %1165 = trunc i32 %1164 to i16 %1166 = sext i16 %1165 to i32 %1167 = add nsw i32 %1155, %1166 %1168 = trunc i32 %1167 to i16 %1169 = sext i16 %1168 to i32 %1170 = sub nsw i32 0, %1169 %1171 = sub nsw i32 %1170, 1 %1172 = trunc i32 %1171 to i16 %1173 = sext i16 %1172 to i32 br label %1175 1174: ; preds = %1115 br label %1175 1175: ; preds = %1174, %1147 %1176 = phi i32 [ %1173, %1147 ], [ 0, %1174 ] %1177 = trunc i32 %1176 to i16 %1178 = sext i16 %1177 to i32 %1179 = load i32, ptr @CHAR_BIT, align 4 %1180 = sext i32 %1179 to i64 %1181 = mul i64 2, %1180 %1182 = sub i64 %1181, 2 %1183 = trunc i64 %1182 to i32 %1184 = shl i32 1, %1183 %1185 = trunc i32 %1184 to i16 %1186 = sext i16 %1185 to i32 %1187 = load i32, ptr @CHAR_BIT, align 4 %1188 = sext i32 %1187 to i64 %1189 = mul i64 2, %1188 %1190 = sub i64 %1189, 2 %1191 = trunc i64 %1190 to i32 %1192 = shl i32 1, %1191 %1193 = trunc i32 %1192 to i16 %1194 = sext i16 %1193 to i32 %1195 = sub nsw i32 %1194, 1 %1196 = trunc i32 %1195 to i16 %1197 = sext i16 %1196 to i32 %1198 = add nsw i32 %1186, %1197 %1199 = trunc i32 %1198 to i16 %1200 = sext i16 %1199 to i32 %1201 = sub nsw i32 0, %1200 %1202 = sub nsw i32 %1201, 1 %1203 = trunc i32 %1202 to i16 %1204 = sext i16 %1203 to i32 %1205 = icmp slt i32 %1204, 0 br i1 %1205, label %1206, label %1233 1206: ; preds = %1175 %1207 = load i32, ptr @CHAR_BIT, align 4 %1208 = sext i32 %1207 to i64 %1209 = mul i64 2, %1208 %1210 = sub i64 %1209, 2 %1211 = trunc i64 %1210 to i32 %1212 = shl i32 1, %1211 %1213 = trunc i32 %1212 to i16 %1214 = sext i16 %1213 to i32 %1215 = load i32, ptr @CHAR_BIT, align 4 %1216 = sext i32 %1215 to i64 %1217 = mul i64 2, %1216 %1218 = sub i64 %1217, 2 %1219 = trunc i64 %1218 to i32 %1220 = shl i32 1, %1219 %1221 = trunc i32 %1220 to i16 %1222 = sext i16 %1221 to i32 %1223 = sub nsw i32 %1222, 1 %1224 = trunc i32 %1223 to i16 %1225 = sext i16 %1224 to i32 %1226 = add nsw i32 %1214, %1225 %1227 = trunc i32 %1226 to i16 %1228 = sext i16 %1227 to i32 %1229 = sub nsw i32 0, %1228 %1230 = sub nsw i32 %1229, 1 %1231 = trunc i32 %1230 to i16 %1232 = sext i16 %1231 to i32 br label %1234 1233: ; preds = %1175 br label %1234 1234: ; preds = %1233, %1206 %1235 = phi i32 [ %1232, %1206 ], [ 0, %1233 ] %1236 = trunc i32 %1235 to i16 %1237 = sext i16 %1236 to i32 %1238 = sub nsw i32 %1178, %1237 %1239 = add nsw i32 %1238, 1 %1240 = sub nsw i32 %1119, %1239 %1241 = load i32, ptr @CHAR_BIT, align 4 %1242 = sext i32 %1241 to i64 %1243 = mul i64 2, %1242 %1244 = sub i64 %1243, 2 %1245 = trunc i64 %1244 to i32 %1246 = shl i32 1, %1245 %1247 = trunc i32 %1246 to i16 %1248 = sext i16 %1247 to i32 %1249 = load i32, ptr @CHAR_BIT, align 4 %1250 = sext i32 %1249 to i64 %1251 = mul i64 2, %1250 %1252 = sub i64 %1251, 2 %1253 = trunc i64 %1252 to i32 %1254 = shl i32 1, %1253 %1255 = trunc i32 %1254 to i16 %1256 = sext i16 %1255 to i32 %1257 = sub nsw i32 %1256, 1 %1258 = trunc i32 %1257 to i16 %1259 = sext i16 %1258 to i32 %1260 = add nsw i32 %1248, %1259 %1261 = trunc i32 %1260 to i16 %1262 = sext i16 %1261 to i32 %1263 = sub nsw i32 0, %1262 %1264 = sub nsw i32 %1263, 1 %1265 = trunc i32 %1264 to i16 %1266 = sext i16 %1265 to i32 %1267 = icmp slt i32 %1266, 0 br i1 %1267, label %1268, label %1295 1268: ; preds = %1234 %1269 = load i32, ptr @CHAR_BIT, align 4 %1270 = sext i32 %1269 to i64 %1271 = mul i64 2, %1270 %1272 = sub i64 %1271, 2 %1273 = trunc i64 %1272 to i32 %1274 = shl i32 1, %1273 %1275 = trunc i32 %1274 to i16 %1276 = sext i16 %1275 to i32 %1277 = load i32, ptr @CHAR_BIT, align 4 %1278 = sext i32 %1277 to i64 %1279 = mul i64 2, %1278 %1280 = sub i64 %1279, 2 %1281 = trunc i64 %1280 to i32 %1282 = shl i32 1, %1281 %1283 = trunc i32 %1282 to i16 %1284 = sext i16 %1283 to i32 %1285 = sub nsw i32 %1284, 1 %1286 = trunc i32 %1285 to i16 %1287 = sext i16 %1286 to i32 %1288 = add nsw i32 %1276, %1287 %1289 = trunc i32 %1288 to i16 %1290 = sext i16 %1289 to i32 %1291 = sub nsw i32 0, %1290 %1292 = sub nsw i32 %1291, 1 %1293 = trunc i32 %1292 to i16 %1294 = sext i16 %1293 to i32 br label %1296 1295: ; preds = %1234 br label %1296 1296: ; preds = %1295, %1268 %1297 = phi i32 [ %1294, %1268 ], [ 0, %1295 ] %1298 = trunc i32 %1297 to i16 %1299 = sext i16 %1298 to i32 %1300 = load i32, ptr @CHAR_BIT, align 4 %1301 = sext i32 %1300 to i64 %1302 = mul i64 2, %1301 %1303 = sub i64 %1302, 2 %1304 = trunc i64 %1303 to i32 %1305 = shl i32 1, %1304 %1306 = trunc i32 %1305 to i16 %1307 = sext i16 %1306 to i32 %1308 = load i32, ptr @CHAR_BIT, align 4 %1309 = sext i32 %1308 to i64 %1310 = mul i64 2, %1309 %1311 = sub i64 %1310, 2 %1312 = trunc i64 %1311 to i32 %1313 = shl i32 1, %1312 %1314 = trunc i32 %1313 to i16 %1315 = sext i16 %1314 to i32 %1316 = sub nsw i32 %1315, 1 %1317 = trunc i32 %1316 to i16 %1318 = sext i16 %1317 to i32 %1319 = add nsw i32 %1307, %1318 %1320 = trunc i32 %1319 to i16 %1321 = sext i16 %1320 to i32 %1322 = sub nsw i32 0, %1321 %1323 = sub nsw i32 %1322, 1 %1324 = trunc i32 %1323 to i16 %1325 = sext i16 %1324 to i32 %1326 = icmp slt i32 %1325, 0 br i1 %1326, label %1327, label %1354 1327: ; preds = %1296 %1328 = load i32, ptr @CHAR_BIT, align 4 %1329 = sext i32 %1328 to i64 %1330 = mul i64 2, %1329 %1331 = sub i64 %1330, 2 %1332 = trunc i64 %1331 to i32 %1333 = shl i32 1, %1332 %1334 = trunc i32 %1333 to i16 %1335 = sext i16 %1334 to i32 %1336 = load i32, ptr @CHAR_BIT, align 4 %1337 = sext i32 %1336 to i64 %1338 = mul i64 2, %1337 %1339 = sub i64 %1338, 2 %1340 = trunc i64 %1339 to i32 %1341 = shl i32 1, %1340 %1342 = trunc i32 %1341 to i16 %1343 = sext i16 %1342 to i32 %1344 = sub nsw i32 %1343, 1 %1345 = trunc i32 %1344 to i16 %1346 = sext i16 %1345 to i32 %1347 = add nsw i32 %1335, %1346 %1348 = trunc i32 %1347 to i16 %1349 = sext i16 %1348 to i32 %1350 = sub nsw i32 0, %1349 %1351 = sub nsw i32 %1350, 1 %1352 = trunc i32 %1351 to i16 %1353 = sext i16 %1352 to i32 br label %1355 1354: ; preds = %1296 br label %1355 1355: ; preds = %1354, %1327 %1356 = phi i32 [ %1353, %1327 ], [ 0, %1354 ] %1357 = trunc i32 %1356 to i16 %1358 = sext i16 %1357 to i32 %1359 = sub nsw i32 %1299, %1358 %1360 = icmp slt i32 %1240, %1359 %1361 = zext i1 %1360 to i32 %1362 = call i32 @assert(i32 noundef %1361) %1363 = call i32 @assert(i32 noundef 1) %1364 = call i32 @assert(i32 noundef 1) %1365 = call i32 @assert(i32 noundef 1) %1366 = call i32 @assert(i32 noundef 1) %1367 = call i32 @assert(i32 noundef 1) %1368 = load i32, ptr @CHAR_BIT, align 4 %1369 = sext i32 %1368 to i64 %1370 = mul i64 4, %1369 %1371 = sub i64 %1370, 2 %1372 = trunc i64 %1371 to i32 %1373 = shl i32 1, %1372 %1374 = load i32, ptr @CHAR_BIT, align 4 %1375 = sext i32 %1374 to i64 %1376 = mul i64 4, %1375 %1377 = sub i64 %1376, 2 %1378 = trunc i64 %1377 to i32 %1379 = shl i32 1, %1378 %1380 = sub nsw i32 %1379, 1 %1381 = add nsw i32 %1373, %1380 %1382 = icmp sgt i32 %1381, -1 br i1 %1382, label %1383, label %1398 1383: ; preds = %1355 %1384 = load i32, ptr @CHAR_BIT, align 4 %1385 = sext i32 %1384 to i64 %1386 = mul i64 4, %1385 %1387 = sub i64 %1386, 2 %1388 = trunc i64 %1387 to i32 %1389 = shl i32 1, %1388 %1390 = load i32, ptr @CHAR_BIT, align 4 %1391 = sext i32 %1390 to i64 %1392 = mul i64 4, %1391 %1393 = sub i64 %1392, 2 %1394 = trunc i64 %1393 to i32 %1395 = shl i32 1, %1394 %1396 = sub nsw i32 %1395, 1 %1397 = add nsw i32 %1389, %1396 br label %1399 1398: ; preds = %1355 br label %1399 1399: ; preds = %1398, %1383 %1400 = phi i32 [ %1397, %1383 ], [ -1, %1398 ] %1401 = load i32, ptr @CHAR_BIT, align 4 %1402 = sext i32 %1401 to i64 %1403 = mul i64 4, %1402 %1404 = sub i64 %1403, 2 %1405 = trunc i64 %1404 to i32 %1406 = shl i32 1, %1405 %1407 = load i32, ptr @CHAR_BIT, align 4 %1408 = sext i32 %1407 to i64 %1409 = mul i64 4, %1408 %1410 = sub i64 %1409, 2 %1411 = trunc i64 %1410 to i32 %1412 = shl i32 1, %1411 %1413 = sub nsw i32 %1412, 1 %1414 = add nsw i32 %1406, %1413 %1415 = icmp sgt i32 %1414, -1 br i1 %1415, label %1416, label %1431 1416: ; preds = %1399 %1417 = load i32, ptr @CHAR_BIT, align 4 %1418 = sext i32 %1417 to i64 %1419 = mul i64 4, %1418 %1420 = sub i64 %1419, 2 %1421 = trunc i64 %1420 to i32 %1422 = shl i32 1, %1421 %1423 = load i32, ptr @CHAR_BIT, align 4 %1424 = sext i32 %1423 to i64 %1425 = mul i64 4, %1424 %1426 = sub i64 %1425, 2 %1427 = trunc i64 %1426 to i32 %1428 = shl i32 1, %1427 %1429 = sub nsw i32 %1428, 1 %1430 = add nsw i32 %1422, %1429 br label %1432 1431: ; preds = %1399 br label %1432 1432: ; preds = %1431, %1416 %1433 = phi i32 [ %1430, %1416 ], [ -1, %1431 ] %1434 = sub nsw i32 %1400, %1433 %1435 = load i32, ptr @CHAR_BIT, align 4 %1436 = sext i32 %1435 to i64 %1437 = mul i64 4, %1436 %1438 = sub i64 %1437, 2 %1439 = trunc i64 %1438 to i32 %1440 = shl i32 1, %1439 %1441 = load i32, ptr @CHAR_BIT, align 4 %1442 = sext i32 %1441 to i64 %1443 = mul i64 4, %1442 %1444 = sub i64 %1443, 2 %1445 = trunc i64 %1444 to i32 %1446 = shl i32 1, %1445 %1447 = sub nsw i32 %1446, 1 %1448 = add nsw i32 %1440, %1447 %1449 = icmp sgt i32 %1448, -1 br i1 %1449, label %1450, label %1465 1450: ; preds = %1432 %1451 = load i32, ptr @CHAR_BIT, align 4 %1452 = sext i32 %1451 to i64 %1453 = mul i64 4, %1452 %1454 = sub i64 %1453, 2 %1455 = trunc i64 %1454 to i32 %1456 = shl i32 1, %1455 %1457 = load i32, ptr @CHAR_BIT, align 4 %1458 = sext i32 %1457 to i64 %1459 = mul i64 4, %1458 %1460 = sub i64 %1459, 2 %1461 = trunc i64 %1460 to i32 %1462 = shl i32 1, %1461 %1463 = sub nsw i32 %1462, 1 %1464 = add nsw i32 %1456, %1463 br label %1466 1465: ; preds = %1432 br label %1466 1466: ; preds = %1465, %1450 %1467 = phi i32 [ %1464, %1450 ], [ -1, %1465 ] %1468 = load i32, ptr @CHAR_BIT, align 4 %1469 = sext i32 %1468 to i64 %1470 = mul i64 4, %1469 %1471 = sub i64 %1470, 2 %1472 = trunc i64 %1471 to i32 %1473 = shl i32 1, %1472 %1474 = load i32, ptr @CHAR_BIT, align 4 %1475 = sext i32 %1474 to i64 %1476 = mul i64 4, %1475 %1477 = sub i64 %1476, 2 %1478 = trunc i64 %1477 to i32 %1479 = shl i32 1, %1478 %1480 = sub nsw i32 %1479, 1 %1481 = add nsw i32 %1473, %1480 %1482 = icmp sgt i32 %1481, -1 br i1 %1482, label %1483, label %1498 1483: ; preds = %1466 %1484 = load i32, ptr @CHAR_BIT, align 4 %1485 = sext i32 %1484 to i64 %1486 = mul i64 4, %1485 %1487 = sub i64 %1486, 2 %1488 = trunc i64 %1487 to i32 %1489 = shl i32 1, %1488 %1490 = load i32, ptr @CHAR_BIT, align 4 %1491 = sext i32 %1490 to i64 %1492 = mul i64 4, %1491 %1493 = sub i64 %1492, 2 %1494 = trunc i64 %1493 to i32 %1495 = shl i32 1, %1494 %1496 = sub nsw i32 %1495, 1 %1497 = add nsw i32 %1489, %1496 br label %1499 1498: ; preds = %1466 br label %1499 1499: ; preds = %1498, %1483 %1500 = phi i32 [ %1497, %1483 ], [ -1, %1498 ] %1501 = sub nsw i32 %1467, %1500 %1502 = add nsw i32 %1501, 1 %1503 = sub nsw i32 %1434, %1502 %1504 = load i32, ptr @CHAR_BIT, align 4 %1505 = sext i32 %1504 to i64 %1506 = mul i64 4, %1505 %1507 = sub i64 %1506, 2 %1508 = trunc i64 %1507 to i32 %1509 = shl i32 1, %1508 %1510 = load i32, ptr @CHAR_BIT, align 4 %1511 = sext i32 %1510 to i64 %1512 = mul i64 4, %1511 %1513 = sub i64 %1512, 2 %1514 = trunc i64 %1513 to i32 %1515 = shl i32 1, %1514 %1516 = sub nsw i32 %1515, 1 %1517 = add nsw i32 %1509, %1516 %1518 = icmp sgt i32 %1517, -1 br i1 %1518, label %1519, label %1534 1519: ; preds = %1499 %1520 = load i32, ptr @CHAR_BIT, align 4 %1521 = sext i32 %1520 to i64 %1522 = mul i64 4, %1521 %1523 = sub i64 %1522, 2 %1524 = trunc i64 %1523 to i32 %1525 = shl i32 1, %1524 %1526 = load i32, ptr @CHAR_BIT, align 4 %1527 = sext i32 %1526 to i64 %1528 = mul i64 4, %1527 %1529 = sub i64 %1528, 2 %1530 = trunc i64 %1529 to i32 %1531 = shl i32 1, %1530 %1532 = sub nsw i32 %1531, 1 %1533 = add nsw i32 %1525, %1532 br label %1535 1534: ; preds = %1499 br label %1535 1535: ; preds = %1534, %1519 %1536 = phi i32 [ %1533, %1519 ], [ -1, %1534 ] %1537 = load i32, ptr @CHAR_BIT, align 4 %1538 = sext i32 %1537 to i64 %1539 = mul i64 4, %1538 %1540 = sub i64 %1539, 2 %1541 = trunc i64 %1540 to i32 %1542 = shl i32 1, %1541 %1543 = load i32, ptr @CHAR_BIT, align 4 %1544 = sext i32 %1543 to i64 %1545 = mul i64 4, %1544 %1546 = sub i64 %1545, 2 %1547 = trunc i64 %1546 to i32 %1548 = shl i32 1, %1547 %1549 = sub nsw i32 %1548, 1 %1550 = add nsw i32 %1542, %1549 %1551 = icmp sgt i32 %1550, -1 br i1 %1551, label %1552, label %1567 1552: ; preds = %1535 %1553 = load i32, ptr @CHAR_BIT, align 4 %1554 = sext i32 %1553 to i64 %1555 = mul i64 4, %1554 %1556 = sub i64 %1555, 2 %1557 = trunc i64 %1556 to i32 %1558 = shl i32 1, %1557 %1559 = load i32, ptr @CHAR_BIT, align 4 %1560 = sext i32 %1559 to i64 %1561 = mul i64 4, %1560 %1562 = sub i64 %1561, 2 %1563 = trunc i64 %1562 to i32 %1564 = shl i32 1, %1563 %1565 = sub nsw i32 %1564, 1 %1566 = add nsw i32 %1558, %1565 br label %1568 1567: ; preds = %1535 br label %1568 1568: ; preds = %1567, %1552 %1569 = phi i32 [ %1566, %1552 ], [ -1, %1567 ] %1570 = sub nsw i32 %1536, %1569 %1571 = icmp slt i32 %1503, %1570 %1572 = zext i1 %1571 to i32 %1573 = call i32 @assert(i32 noundef %1572) %1574 = load i32, ptr @CHAR_BIT, align 4 %1575 = sext i32 %1574 to i64 %1576 = mul i64 4, %1575 %1577 = sub i64 %1576, 2 %1578 = trunc i64 %1577 to i32 %1579 = shl i32 1, %1578 %1580 = load i32, ptr @CHAR_BIT, align 4 %1581 = sext i32 %1580 to i64 %1582 = mul i64 4, %1581 %1583 = sub i64 %1582, 2 %1584 = trunc i64 %1583 to i32 %1585 = shl i32 1, %1584 %1586 = sub nsw i32 %1585, 1 %1587 = add nsw i32 %1579, %1586 %1588 = sub nsw i32 0, %1587 %1589 = sub nsw i32 %1588, 1 %1590 = icmp slt i32 %1589, 0 br i1 %1590, label %1591, label %1608 1591: ; preds = %1568 %1592 = load i32, ptr @CHAR_BIT, align 4 %1593 = sext i32 %1592 to i64 %1594 = mul i64 4, %1593 %1595 = sub i64 %1594, 2 %1596 = trunc i64 %1595 to i32 %1597 = shl i32 1, %1596 %1598 = load i32, ptr @CHAR_BIT, align 4 %1599 = sext i32 %1598 to i64 %1600 = mul i64 4, %1599 %1601 = sub i64 %1600, 2 %1602 = trunc i64 %1601 to i32 %1603 = shl i32 1, %1602 %1604 = sub nsw i32 %1603, 1 %1605 = add nsw i32 %1597, %1604 %1606 = sub nsw i32 0, %1605 %1607 = sub nsw i32 %1606, 1 br label %1609 1608: ; preds = %1568 br label %1609 1609: ; preds = %1608, %1591 %1610 = phi i32 [ %1607, %1591 ], [ 0, %1608 ] %1611 = load i32, ptr @CHAR_BIT, align 4 %1612 = sext i32 %1611 to i64 %1613 = mul i64 4, %1612 %1614 = sub i64 %1613, 2 %1615 = trunc i64 %1614 to i32 %1616 = shl i32 1, %1615 %1617 = load i32, ptr @CHAR_BIT, align 4 %1618 = sext i32 %1617 to i64 %1619 = mul i64 4, %1618 %1620 = sub i64 %1619, 2 %1621 = trunc i64 %1620 to i32 %1622 = shl i32 1, %1621 %1623 = sub nsw i32 %1622, 1 %1624 = add nsw i32 %1616, %1623 %1625 = sub nsw i32 0, %1624 %1626 = sub nsw i32 %1625, 1 %1627 = icmp slt i32 %1626, 0 br i1 %1627, label %1628, label %1645 1628: ; preds = %1609 %1629 = load i32, ptr @CHAR_BIT, align 4 %1630 = sext i32 %1629 to i64 %1631 = mul i64 4, %1630 %1632 = sub i64 %1631, 2 %1633 = trunc i64 %1632 to i32 %1634 = shl i32 1, %1633 %1635 = load i32, ptr @CHAR_BIT, align 4 %1636 = sext i32 %1635 to i64 %1637 = mul i64 4, %1636 %1638 = sub i64 %1637, 2 %1639 = trunc i64 %1638 to i32 %1640 = shl i32 1, %1639 %1641 = sub nsw i32 %1640, 1 %1642 = add nsw i32 %1634, %1641 %1643 = sub nsw i32 0, %1642 %1644 = sub nsw i32 %1643, 1 br label %1646 1645: ; preds = %1609 br label %1646 1646: ; preds = %1645, %1628 %1647 = phi i32 [ %1644, %1628 ], [ 0, %1645 ] %1648 = sub nsw i32 %1610, %1647 %1649 = load i32, ptr @CHAR_BIT, align 4 %1650 = sext i32 %1649 to i64 %1651 = mul i64 4, %1650 %1652 = sub i64 %1651, 2 %1653 = trunc i64 %1652 to i32 %1654 = shl i32 1, %1653 %1655 = load i32, ptr @CHAR_BIT, align 4 %1656 = sext i32 %1655 to i64 %1657 = mul i64 4, %1656 %1658 = sub i64 %1657, 2 %1659 = trunc i64 %1658 to i32 %1660 = shl i32 1, %1659 %1661 = sub nsw i32 %1660, 1 %1662 = add nsw i32 %1654, %1661 %1663 = sub nsw i32 0, %1662 %1664 = sub nsw i32 %1663, 1 %1665 = icmp slt i32 %1664, 0 br i1 %1665, label %1666, label %1683 1666: ; preds = %1646 %1667 = load i32, ptr @CHAR_BIT, align 4 %1668 = sext i32 %1667 to i64 %1669 = mul i64 4, %1668 %1670 = sub i64 %1669, 2 %1671 = trunc i64 %1670 to i32 %1672 = shl i32 1, %1671 %1673 = load i32, ptr @CHAR_BIT, align 4 %1674 = sext i32 %1673 to i64 %1675 = mul i64 4, %1674 %1676 = sub i64 %1675, 2 %1677 = trunc i64 %1676 to i32 %1678 = shl i32 1, %1677 %1679 = sub nsw i32 %1678, 1 %1680 = add nsw i32 %1672, %1679 %1681 = sub nsw i32 0, %1680 %1682 = sub nsw i32 %1681, 1 br label %1684 1683: ; preds = %1646 br label %1684 1684: ; preds = %1683, %1666 %1685 = phi i32 [ %1682, %1666 ], [ 0, %1683 ] %1686 = load i32, ptr @CHAR_BIT, align 4 %1687 = sext i32 %1686 to i64 %1688 = mul i64 4, %1687 %1689 = sub i64 %1688, 2 %1690 = trunc i64 %1689 to i32 %1691 = shl i32 1, %1690 %1692 = load i32, ptr @CHAR_BIT, align 4 %1693 = sext i32 %1692 to i64 %1694 = mul i64 4, %1693 %1695 = sub i64 %1694, 2 %1696 = trunc i64 %1695 to i32 %1697 = shl i32 1, %1696 %1698 = sub nsw i32 %1697, 1 %1699 = add nsw i32 %1691, %1698 %1700 = sub nsw i32 0, %1699 %1701 = sub nsw i32 %1700, 1 %1702 = icmp slt i32 %1701, 0 br i1 %1702, label %1703, label %1720 1703: ; preds = %1684 %1704 = load i32, ptr @CHAR_BIT, align 4 %1705 = sext i32 %1704 to i64 %1706 = mul i64 4, %1705 %1707 = sub i64 %1706, 2 %1708 = trunc i64 %1707 to i32 %1709 = shl i32 1, %1708 %1710 = load i32, ptr @CHAR_BIT, align 4 %1711 = sext i32 %1710 to i64 %1712 = mul i64 4, %1711 %1713 = sub i64 %1712, 2 %1714 = trunc i64 %1713 to i32 %1715 = shl i32 1, %1714 %1716 = sub nsw i32 %1715, 1 %1717 = add nsw i32 %1709, %1716 %1718 = sub nsw i32 0, %1717 %1719 = sub nsw i32 %1718, 1 br label %1721 1720: ; preds = %1684 br label %1721 1721: ; preds = %1720, %1703 %1722 = phi i32 [ %1719, %1703 ], [ 0, %1720 ] %1723 = sub nsw i32 %1685, %1722 %1724 = add nsw i32 %1723, 1 %1725 = sub nsw i32 %1648, %1724 %1726 = load i32, ptr @CHAR_BIT, align 4 %1727 = sext i32 %1726 to i64 %1728 = mul i64 4, %1727 %1729 = sub i64 %1728, 2 %1730 = trunc i64 %1729 to i32 %1731 = shl i32 1, %1730 %1732 = load i32, ptr @CHAR_BIT, align 4 %1733 = sext i32 %1732 to i64 %1734 = mul i64 4, %1733 %1735 = sub i64 %1734, 2 %1736 = trunc i64 %1735 to i32 %1737 = shl i32 1, %1736 %1738 = sub nsw i32 %1737, 1 %1739 = add nsw i32 %1731, %1738 %1740 = sub nsw i32 0, %1739 %1741 = sub nsw i32 %1740, 1 %1742 = icmp slt i32 %1741, 0 br i1 %1742, label %1743, label %1760 1743: ; preds = %1721 %1744 = load i32, ptr @CHAR_BIT, align 4 %1745 = sext i32 %1744 to i64 %1746 = mul i64 4, %1745 %1747 = sub i64 %1746, 2 %1748 = trunc i64 %1747 to i32 %1749 = shl i32 1, %1748 %1750 = load i32, ptr @CHAR_BIT, align 4 %1751 = sext i32 %1750 to i64 %1752 = mul i64 4, %1751 %1753 = sub i64 %1752, 2 %1754 = trunc i64 %1753 to i32 %1755 = shl i32 1, %1754 %1756 = sub nsw i32 %1755, 1 %1757 = add nsw i32 %1749, %1756 %1758 = sub nsw i32 0, %1757 %1759 = sub nsw i32 %1758, 1 br label %1761 1760: ; preds = %1721 br label %1761 1761: ; preds = %1760, %1743 %1762 = phi i32 [ %1759, %1743 ], [ 0, %1760 ] %1763 = load i32, ptr @CHAR_BIT, align 4 %1764 = sext i32 %1763 to i64 %1765 = mul i64 4, %1764 %1766 = sub i64 %1765, 2 %1767 = trunc i64 %1766 to i32 %1768 = shl i32 1, %1767 %1769 = load i32, ptr @CHAR_BIT, align 4 %1770 = sext i32 %1769 to i64 %1771 = mul i64 4, %1770 %1772 = sub i64 %1771, 2 %1773 = trunc i64 %1772 to i32 %1774 = shl i32 1, %1773 %1775 = sub nsw i32 %1774, 1 %1776 = add nsw i32 %1768, %1775 %1777 = sub nsw i32 0, %1776 %1778 = sub nsw i32 %1777, 1 %1779 = icmp slt i32 %1778, 0 br i1 %1779, label %1780, label %1797 1780: ; preds = %1761 %1781 = load i32, ptr @CHAR_BIT, align 4 %1782 = sext i32 %1781 to i64 %1783 = mul i64 4, %1782 %1784 = sub i64 %1783, 2 %1785 = trunc i64 %1784 to i32 %1786 = shl i32 1, %1785 %1787 = load i32, ptr @CHAR_BIT, align 4 %1788 = sext i32 %1787 to i64 %1789 = mul i64 4, %1788 %1790 = sub i64 %1789, 2 %1791 = trunc i64 %1790 to i32 %1792 = shl i32 1, %1791 %1793 = sub nsw i32 %1792, 1 %1794 = add nsw i32 %1786, %1793 %1795 = sub nsw i32 0, %1794 %1796 = sub nsw i32 %1795, 1 br label %1798 1797: ; preds = %1761 br label %1798 1798: ; preds = %1797, %1780 %1799 = phi i32 [ %1796, %1780 ], [ 0, %1797 ] %1800 = sub nsw i32 %1762, %1799 %1801 = icmp slt i32 %1725, %1800 %1802 = zext i1 %1801 to i32 %1803 = call i32 @assert(i32 noundef %1802) ret i32 1 } declare i32 @assert(i32 noundef) #1 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '/tmp/tmp3aywvt5c.c' source_filename = "/tmp/tmp3aywvt5c.c" target datalayout = "e-m:e-p270: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 @uart0_getc() #0 { %1 = alloca i8, align 1 %2 = call signext i8 (...) @getchar() store i8 %2, ptr %1, align 1 %3 = load i8, ptr %1, align 1 %4 = sext i8 %3 to i32 ret i32 %4 } declare signext i8 @getchar(...) #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/tmp3aywvt5c.c" target datalayout = "e-m:e-p270: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 @uart0_getc() #0 { %1 = alloca i8, align 1 %2 = call signext i8 (...) @getchar() store i8 %2, ptr %1, align 1 %3 = load i8, ptr %1, align 1 %4 = sext i8 %3 to i32 ret i32 %4 } declare signext i8 @getchar(...) #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/tmpyz9x34ft.c' source_filename = "/tmp/tmpyz9x34ft.c" target datalayout = "e-m:e-p270: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 @towctrans(i32 noundef %0, i32 noundef %1) #0 { %3 = alloca i32, align 4 %4 = alloca i32, align 4 store i32 %0, ptr %3, align 4 store i32 %1, ptr %4, 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/tmpyz9x34ft.c" target datalayout = "e-m:e-p270: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 @towctrans(i32 noundef %0, i32 noundef %1) #0 { %3 = alloca i32, align 4 %4 = alloca i32, align 4 store i32 %0, ptr %3, align 4 store i32 %1, ptr %4, 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/tmptqoxhd2v.c' source_filename = "/tmp/tmptqoxhd2v.c" target datalayout = "e-m:e-p270: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 @ctoi(ptr noundef %0) #0 { %2 = alloca ptr, align 8 %3 = alloca i32, align 4 store ptr %0, ptr %2, align 8 store i32 0, ptr %3, align 4 br label %4 4: ; preds = %8, %1 %5 = load ptr, ptr %2, align 8 %6 = load i8, ptr %5, align 1 %7 = icmp ne i8 %6, 0 br i1 %7, label %8, label %17 8: ; preds = %4 %9 = load i32, ptr %3, align 4 %10 = mul i32 %9, 10 %11 = load ptr, ptr %2, align 8 %12 = getelementptr inbounds i8, ptr %11, i32 1 store ptr %12, ptr %2, align 8 %13 = load i8, ptr %11, align 1 %14 = sext i8 %13 to i32 %15 = call i32 @toint(i32 noundef %14) %16 = add i32 %10, %15 store i32 %16, ptr %3, align 4 br label %4, !llvm.loop !6 17: ; preds = %4 %18 = load i32, ptr %3, align 4 ret i32 %18 } declare i32 @toint(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/tmptqoxhd2v.c" target datalayout = "e-m:e-p270: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 @ctoi(ptr noundef %0) #0 { %2 = alloca ptr, align 8 %3 = alloca i32, align 4 store ptr %0, ptr %2, align 8 store i32 0, ptr %3, align 4 %4 = load ptr, ptr %2, align 8 %5 = load i8, ptr %4, align 1 %6 = icmp ne i8 %5, 0 br i1 %6, label %.lr.ph, label %19 .lr.ph: ; preds = %1 br label %7 7: ; preds = %.lr.ph, %7 %8 = load i32, ptr %3, align 4 %9 = mul i32 %8, 10 %10 = load ptr, ptr %2, align 8 %11 = getelementptr inbounds i8, ptr %10, i32 1 store ptr %11, ptr %2, align 8 %12 = load i8, ptr %10, align 1 %13 = sext i8 %12 to i32 %14 = call i32 @toint(i32 noundef %13) %15 = add i32 %9, %14 store i32 %15, ptr %3, align 4 %16 = load ptr, ptr %2, align 8 %17 = load i8, ptr %16, align 1 %18 = icmp ne i8 %17, 0 br i1 %18, label %7, label %._crit_edge, !llvm.loop !6 ._crit_edge: ; preds = %7 br label %19 19: ; preds = %._crit_edge, %1 %20 = load i32, ptr %3, align 4 ret i32 %20 } declare i32 @toint(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/tmpyudfrk0z.c' source_filename = "/tmp/tmpyudfrk0z.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128" target triple = "x86_64-pc-linux-gnu" ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local double @duracion_comparacion_clasica(i32 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 i32, align 4 %8 = alloca double, align 8 store i32 %0, ptr %4, align 4 store ptr %1, ptr %5, align 8 store ptr %2, ptr %6, align 8 store double 0.000000e+00, ptr %8, align 8 store i32 0, ptr %7, align 4 br label %9 9: ; preds = %22, %3 %10 = load i32, ptr %7, align 4 %11 = load i32, ptr %4, align 4 %12 = icmp slt i32 %10, %11 br i1 %12, label %13, label %25 13: ; preds = %9 %14 = call i64 (...) @get_time() %15 = load ptr, ptr %5, align 8 %16 = load ptr, ptr %6, align 8 %17 = call i32 @strcmp(ptr noundef %15, ptr noundef %16) %18 = call i64 (...) @get_time() %19 = sitofp i64 %18 to double %20 = load double, ptr %8, align 8 %21 = fadd double %20, %19 store double %21, ptr %8, align 8 br label %22 22: ; preds = %13 %23 = load i32, ptr %7, align 4 %24 = add nsw i32 %23, 1 store i32 %24, ptr %7, align 4 br label %9, !llvm.loop !6 25: ; preds = %9 %26 = load double, ptr %8, align 8 ret double %26 } declare i64 @get_time(...) #1 declare i32 @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"}
; ModuleID = '<stdin>' source_filename = "/tmp/tmpyudfrk0z.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128" target triple = "x86_64-pc-linux-gnu" ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local double @duracion_comparacion_clasica(i32 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 i32, align 4 %8 = alloca double, align 8 store i32 %0, ptr %4, align 4 store ptr %1, ptr %5, align 8 store ptr %2, ptr %6, align 8 store double 0.000000e+00, ptr %8, align 8 store i32 0, ptr %7, align 4 %9 = load i32, ptr %7, align 4 %10 = load i32, ptr %4, align 4 %11 = icmp slt i32 %9, %10 br i1 %11, label %.lr.ph, label %27 .lr.ph: ; preds = %3 br label %12 12: ; preds = %.lr.ph, %21 %13 = call i64 (...) @get_time() %14 = load ptr, ptr %5, align 8 %15 = load ptr, ptr %6, align 8 %16 = call i32 @strcmp(ptr noundef %14, ptr noundef %15) %17 = call i64 (...) @get_time() %18 = sitofp i64 %17 to double %19 = load double, ptr %8, align 8 %20 = fadd double %19, %18 store double %20, ptr %8, align 8 br label %21 21: ; preds = %12 %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 = load i32, ptr %4, align 4 %26 = icmp slt i32 %24, %25 br i1 %26, label %12, label %._crit_edge, !llvm.loop !6 ._crit_edge: ; preds = %21 br label %27 27: ; preds = %._crit_edge, %3 %28 = load double, ptr %8, align 8 ret double %28 } declare i64 @get_time(...) #1 declare i32 @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"}
; ModuleID = '/tmp/tmpxbb29e90.c' source_filename = "/tmp/tmpxbb29e90.c" target datalayout = "e-m:e-p270: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"%c%f\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 store i32 0, ptr %1, align 4 store double 9.990000e+00, ptr %2, align 8 %3 = load double, ptr %2, align 8 %4 = call double @sqrt(double noundef %3) #3 store double %4, ptr %2, align 8 %5 = load double, ptr %2, align 8 %6 = call i32 @printf(ptr noundef @.str, i8 noundef signext 32, double noundef %5) ret i32 0 } ; Function Attrs: nounwind declare double @sqrt(double noundef) #1 declare i32 @printf(ptr noundef, i8 noundef signext, double 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 = { nounwind "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #2 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #3 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '<stdin>' source_filename = "/tmp/tmpxbb29e90.c" target datalayout = "e-m:e-p270: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"%c%f\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 store i32 0, ptr %1, align 4 store double 9.990000e+00, ptr %2, align 8 %3 = load double, ptr %2, align 8 %4 = call double @sqrt(double noundef %3) #3 store double %4, ptr %2, align 8 %5 = load double, ptr %2, align 8 %6 = call i32 @printf(ptr noundef @.str, i8 noundef signext 32, double noundef %5) ret i32 0 } ; Function Attrs: nounwind declare double @sqrt(double noundef) #1 declare i32 @printf(ptr noundef, i8 noundef signext, double 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 = { nounwind "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #2 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #3 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '/tmp/tmp7nrujf73.c' source_filename = "/tmp/tmp7nrujf73.c" target datalayout = "e-m:e-p270: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 [26 x i8] c"Errore numero argomenti.\0A\00", align 1 @.str.1 = private unnamed_addr constant [2 x i8] c"r\00", align 1 @.str.2 = private unnamed_addr constant [23 x i8] c"Errore apertura file.\0A\00", align 1 @.str.3 = private unnamed_addr constant [3 x i8] c"%s\00", align 1 @EOF = dso_local global i64 0, align 8 @.str.4 = private unnamed_addr constant [4 x i8] c"end\00", align 1 @.str.5 = private unnamed_addr constant [2 x i8] c" \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 ptr, align 8 %7 = alloca [1024 x i8], align 16 %8 = alloca [1024 x i8], align 16 store i32 0, ptr %3, align 4 store i32 %0, ptr %4, align 4 store ptr %1, ptr %5, align 8 %9 = load i32, ptr %4, align 4 %10 = icmp ne i32 %9, 2 br i1 %10, label %11, label %14 11: ; preds = %2 %12 = load i32, ptr @stderr, align 4 %13 = call i32 @fprintf(i32 noundef %12, ptr noundef @.str) store i32 -1, ptr %3, align 4 br label %49 14: ; preds = %2 %15 = load ptr, ptr %5, align 8 %16 = getelementptr inbounds ptr, ptr %15, i64 1 %17 = load ptr, ptr %16, align 8 %18 = call ptr @fopen(ptr noundef %17, ptr noundef @.str.1) store ptr %18, ptr %6, align 8 %19 = icmp eq ptr %18, null br i1 %19, label %20, label %23 20: ; preds = %14 %21 = load i32, ptr @stderr, align 4 %22 = call i32 @fprintf(i32 noundef %21, ptr noundef @.str.2) store i32 -2, ptr %3, align 4 br label %49 23: ; preds = %14 %24 = getelementptr inbounds [1024 x i8], ptr %8, i64 0, i64 0 store i8 0, ptr %24, align 16 br label %25 25: ; preds = %45, %23 %26 = load ptr, ptr %6, align 8 %27 = getelementptr inbounds [1024 x i8], ptr %7, i64 0, i64 0 %28 = call i64 @fscanf(ptr noundef %26, ptr noundef @.str.3, ptr noundef %27) %29 = load i64, ptr @EOF, align 8 %30 = icmp ne i64 %28, %29 br i1 %30, label %31, label %46 31: ; preds = %25 %32 = getelementptr inbounds [1024 x i8], ptr %7, i64 0, i64 0 %33 = call i64 @strcmp(ptr noundef %32, ptr noundef @.str.4) %34 = icmp ne i64 %33, 0 br i1 %34, label %35, label %41 35: ; preds = %31 %36 = getelementptr inbounds [1024 x i8], ptr %8, i64 0, i64 0 %37 = getelementptr inbounds [1024 x i8], ptr %7, i64 0, i64 0 %38 = call i32 @strcat(ptr noundef %36, ptr noundef %37) %39 = getelementptr inbounds [1024 x i8], ptr %8, i64 0, i64 0 %40 = call i32 @strcat(ptr noundef %39, ptr noundef @.str.5) br label %45 41: ; preds = %31 %42 = getelementptr inbounds [1024 x i8], ptr %8, i64 0, i64 0 %43 = call i32 @system(ptr noundef %42) %44 = getelementptr inbounds [1024 x i8], ptr %8, i64 0, i64 0 store i8 0, ptr %44, align 16 br label %45 45: ; preds = %41, %35 br label %25, !llvm.loop !6 46: ; preds = %25 %47 = load ptr, ptr %6, align 8 %48 = call i32 @fclose(ptr noundef %47) store i32 0, ptr %3, align 4 br label %49 49: ; preds = %46, %20, %11 %50 = load i32, ptr %3, align 4 ret i32 %50 } declare i32 @fprintf(i32 noundef, ptr noundef) #1 declare ptr @fopen(ptr noundef, ptr noundef) #1 declare i64 @fscanf(ptr noundef, ptr noundef, ptr noundef) #1 declare i64 @strcmp(ptr noundef, ptr noundef) #1 declare i32 @strcat(ptr noundef, ptr noundef) #1 declare i32 @system(ptr noundef) #1 declare i32 @fclose(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/tmp7nrujf73.c" target datalayout = "e-m:e-p270: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 [26 x i8] c"Errore numero argomenti.\0A\00", align 1 @.str.1 = private unnamed_addr constant [2 x i8] c"r\00", align 1 @.str.2 = private unnamed_addr constant [23 x i8] c"Errore apertura file.\0A\00", align 1 @.str.3 = private unnamed_addr constant [3 x i8] c"%s\00", align 1 @EOF = dso_local global i64 0, align 8 @.str.4 = private unnamed_addr constant [4 x i8] c"end\00", align 1 @.str.5 = private unnamed_addr constant [2 x i8] c" \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 ptr, align 8 %7 = alloca [1024 x i8], align 16 %8 = alloca [1024 x i8], align 16 store i32 0, ptr %3, align 4 store i32 %0, ptr %4, align 4 store ptr %1, ptr %5, align 8 %9 = load i32, ptr %4, align 4 %10 = icmp ne i32 %9, 2 br i1 %10, label %11, label %14 11: ; preds = %2 %12 = load i32, ptr @stderr, align 4 %13 = call i32 @fprintf(i32 noundef %12, ptr noundef @.str) store i32 -1, ptr %3, align 4 br label %52 14: ; preds = %2 %15 = load ptr, ptr %5, align 8 %16 = getelementptr inbounds ptr, ptr %15, i64 1 %17 = load ptr, ptr %16, align 8 %18 = call ptr @fopen(ptr noundef %17, ptr noundef @.str.1) store ptr %18, ptr %6, align 8 %19 = icmp eq ptr %18, null br i1 %19, label %20, label %23 20: ; preds = %14 %21 = load i32, ptr @stderr, align 4 %22 = call i32 @fprintf(i32 noundef %21, ptr noundef @.str.2) store i32 -2, ptr %3, align 4 br label %52 23: ; preds = %14 %24 = getelementptr inbounds [1024 x i8], ptr %8, i64 0, i64 0 store i8 0, ptr %24, align 16 %25 = load ptr, ptr %6, align 8 %26 = getelementptr inbounds [1024 x i8], ptr %7, i64 0, i64 0 %27 = call i64 @fscanf(ptr noundef %25, ptr noundef @.str.3, ptr noundef %26) %28 = load i64, ptr @EOF, align 8 %29 = icmp ne i64 %27, %28 br i1 %29, label %.lr.ph, label %49 .lr.ph: ; preds = %23 br label %30 30: ; preds = %.lr.ph, %44 %31 = getelementptr inbounds [1024 x i8], ptr %7, i64 0, i64 0 %32 = call i64 @strcmp(ptr noundef %31, ptr noundef @.str.4) %33 = icmp ne i64 %32, 0 br i1 %33, label %34, label %40 34: ; preds = %30 %35 = getelementptr inbounds [1024 x i8], ptr %8, i64 0, i64 0 %36 = getelementptr inbounds [1024 x i8], ptr %7, i64 0, i64 0 %37 = call i32 @strcat(ptr noundef %35, ptr noundef %36) %38 = getelementptr inbounds [1024 x i8], ptr %8, i64 0, i64 0 %39 = call i32 @strcat(ptr noundef %38, ptr noundef @.str.5) br label %44 40: ; preds = %30 %41 = getelementptr inbounds [1024 x i8], ptr %8, i64 0, i64 0 %42 = call i32 @system(ptr noundef %41) %43 = getelementptr inbounds [1024 x i8], ptr %8, i64 0, i64 0 store i8 0, ptr %43, align 16 br label %44 44: ; preds = %40, %34 %45 = load ptr, ptr %6, align 8 %46 = call i64 @fscanf(ptr noundef %45, ptr noundef @.str.3, ptr noundef %26) %47 = load i64, ptr @EOF, align 8 %48 = icmp ne i64 %46, %47 br i1 %48, label %30, label %._crit_edge, !llvm.loop !6 ._crit_edge: ; preds = %44 br label %49 49: ; preds = %._crit_edge, %23 %50 = load ptr, ptr %6, align 8 %51 = call i32 @fclose(ptr noundef %50) store i32 0, ptr %3, align 4 br label %52 52: ; preds = %49, %20, %11 %53 = load i32, ptr %3, align 4 ret i32 %53 } declare i32 @fprintf(i32 noundef, ptr noundef) #1 declare ptr @fopen(ptr noundef, ptr noundef) #1 declare i64 @fscanf(ptr noundef, ptr noundef, ptr noundef) #1 declare i64 @strcmp(ptr noundef, ptr noundef) #1 declare i32 @strcat(ptr noundef, ptr noundef) #1 declare i32 @system(ptr noundef) #1 declare i32 @fclose(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/tmplu4qg_1j.c' source_filename = "/tmp/tmplu4qg_1j.c" target datalayout = "e-m:e-p270: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 @currentTimeMillis() #0 { %1 = alloca i32, align 4 %2 = call i32 (...) @clock() store i32 %2, ptr %1, align 4 %3 = load i32, ptr %1, align 4 %4 = sdiv i32 %3, 1000 %5 = sext i32 %4 to i64 ret i64 %5 } declare i32 @clock(...) #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/tmplu4qg_1j.c" target datalayout = "e-m:e-p270: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 @currentTimeMillis() #0 { %1 = alloca i32, align 4 %2 = call i32 (...) @clock() store i32 %2, ptr %1, align 4 %3 = load i32, ptr %1, align 4 %4 = sdiv i32 %3, 1000 %5 = sext i32 %4 to i64 ret i64 %5 } declare i32 @clock(...) #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/tmpboxdw890.c' source_filename = "/tmp/tmpboxdw890.c" target datalayout = "e-m:e-p270: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/tmpboxdw890.c" target datalayout = "e-m:e-p270: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/tmp5hze72vv.c' source_filename = "/tmp/tmp5hze72vv.c" target datalayout = "e-m:e-p270: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/tmp5hze72vv.c" target datalayout = "e-m:e-p270: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/tmpbedsm3zp.c' source_filename = "/tmp/tmpbedsm3zp.c" target datalayout = "e-m:e-p270: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 @verify_leap_years(i32 noundef %0) #0 { %2 = alloca i32, align 4 %3 = alloca i32, align 4 store i32 %0, ptr %2, align 4 store i32 0, ptr %3, align 4 %4 = load i32, ptr %2, align 4 %5 = srem i32 %4, 400 %6 = icmp eq i32 %5, 0 br i1 %6, label %15, label %7 7: ; preds = %1 %8 = load i32, ptr %2, align 4 %9 = srem i32 %8, 4 %10 = icmp eq i32 %9, 0 br i1 %10, label %11, label %16 11: ; preds = %7 %12 = load i32, ptr %2, align 4 %13 = srem i32 %12, 100 %14 = icmp ne i32 %13, 0 br i1 %14, label %15, label %16 15: ; preds = %11, %1 store i32 1, ptr %3, align 4 br label %16 16: ; preds = %15, %11, %7 %17 = load i32, ptr %3, align 4 ret i32 %17 } attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-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/tmpbedsm3zp.c" target datalayout = "e-m:e-p270: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 @verify_leap_years(i32 noundef %0) #0 { %2 = alloca i32, align 4 %3 = alloca i32, align 4 store i32 %0, ptr %2, align 4 store i32 0, ptr %3, align 4 %4 = load i32, ptr %2, align 4 %5 = srem i32 %4, 400 %6 = icmp eq i32 %5, 0 br i1 %6, label %15, label %7 7: ; preds = %1 %8 = load i32, ptr %2, align 4 %9 = srem i32 %8, 4 %10 = icmp eq i32 %9, 0 br i1 %10, label %11, label %16 11: ; preds = %7 %12 = load i32, ptr %2, align 4 %13 = srem i32 %12, 100 %14 = icmp ne i32 %13, 0 br i1 %14, label %15, label %16 15: ; preds = %11, %1 store i32 1, ptr %3, align 4 br label %16 16: ; preds = %15, %11, %7 %17 = load i32, ptr %3, align 4 ret i32 %17 } attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-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_8j6u4u4.c' source_filename = "/tmp/tmp_8j6u4u4.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128" target triple = "x86_64-pc-linux-gnu" @INT_MAX = dso_local global i32 0, align 4 @INT_MIN = dso_local global i32 0, align 4 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local double @scalbln(double noundef %0, i64 noundef %1) #0 { %3 = alloca double, align 8 %4 = alloca i64, align 8 %5 = alloca i32, align 4 store double %0, ptr %3, align 8 store i64 %1, ptr %4, align 8 %6 = load i64, ptr %4, align 8 %7 = trunc i64 %6 to i32 store i32 %7, ptr %5, align 4 %8 = load i32, ptr %5, align 4 %9 = sext i32 %8 to i64 %10 = load i64, ptr %4, align 8 %11 = icmp ne i64 %9, %10 br i1 %11, label %12, label %20 12: ; preds = %2 %13 = load i64, ptr %4, align 8 %14 = icmp sgt i64 %13, 0 br i1 %14, label %15, label %17 15: ; preds = %12 %16 = load i32, ptr @INT_MAX, align 4 store i32 %16, ptr %5, align 4 br label %19 17: ; preds = %12 %18 = load i32, ptr @INT_MIN, align 4 store i32 %18, ptr %5, align 4 br label %19 19: ; preds = %17, %15 br label %20 20: ; preds = %19, %2 %21 = load double, ptr %3, align 8 %22 = load i32, ptr %5, align 4 %23 = call double @scalbn(double noundef %21, i32 noundef %22) #2 ret double %23 } ; Function Attrs: nounwind declare double @scalbn(double 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 = { nounwind "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #2 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '<stdin>' source_filename = "/tmp/tmp_8j6u4u4.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128" target triple = "x86_64-pc-linux-gnu" @INT_MAX = dso_local global i32 0, align 4 @INT_MIN = dso_local global i32 0, align 4 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local double @scalbln(double noundef %0, i64 noundef %1) #0 { %3 = alloca double, align 8 %4 = alloca i64, align 8 %5 = alloca i32, align 4 store double %0, ptr %3, align 8 store i64 %1, ptr %4, align 8 %6 = load i64, ptr %4, align 8 %7 = trunc i64 %6 to i32 store i32 %7, ptr %5, align 4 %8 = load i32, ptr %5, align 4 %9 = sext i32 %8 to i64 %10 = load i64, ptr %4, align 8 %11 = icmp ne i64 %9, %10 br i1 %11, label %12, label %20 12: ; preds = %2 %13 = load i64, ptr %4, align 8 %14 = icmp sgt i64 %13, 0 br i1 %14, label %15, label %17 15: ; preds = %12 %16 = load i32, ptr @INT_MAX, align 4 store i32 %16, ptr %5, align 4 br label %19 17: ; preds = %12 %18 = load i32, ptr @INT_MIN, align 4 store i32 %18, ptr %5, align 4 br label %19 19: ; preds = %17, %15 br label %20 20: ; preds = %19, %2 %21 = load double, ptr %3, align 8 %22 = load i32, ptr %5, align 4 %23 = call double @scalbn(double noundef %21, i32 noundef %22) #2 ret double %23 } ; Function Attrs: nounwind declare double @scalbn(double 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 = { nounwind "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #2 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '/tmp/tmpqoqzr463.c' source_filename = "/tmp/tmpqoqzr463.c" target datalayout = "e-m:e-p270: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 @h_index(ptr noundef %0, i32 noundef %1) #0 { %3 = alloca i32, align 4 %4 = alloca ptr, align 8 %5 = alloca i32, align 4 %6 = alloca i32, align 4 %7 = alloca i32, align 4 %8 = alloca ptr, align 8 %9 = alloca i32, align 4 store ptr %0, ptr %4, align 8 store i32 %1, ptr %5, align 4 %10 = load i32, ptr %5, align 4 store i32 %10, ptr %6, align 4 %11 = load i32, ptr %6, align 4 %12 = icmp slt i32 %11, 1 br i1 %12, label %13, label %14 13: ; preds = %2 store i32 0, ptr %3, align 4 br label %92 14: ; preds = %2 %15 = load i32, ptr %6, align 4 %16 = add nsw i32 %15, 1 %17 = sext i32 %16 to i64 %18 = mul i64 4, %17 %19 = trunc i64 %18 to i32 %20 = call i64 @malloc(i32 noundef %19) %21 = inttoptr i64 %20 to ptr store ptr %21, ptr %8, align 8 store i32 0, ptr %7, align 4 br label %22 22: ; preds = %31, %14 %23 = load i32, ptr %7, align 4 %24 = load i32, ptr %6, align 4 %25 = icmp sle i32 %23, %24 br i1 %25, label %26, label %34 26: ; preds = %22 %27 = load ptr, ptr %8, align 8 %28 = load i32, ptr %7, align 4 %29 = sext i32 %28 to i64 %30 = getelementptr inbounds i32, ptr %27, i64 %29 store i32 0, ptr %30, align 4 br label %31 31: ; preds = %26 %32 = load i32, ptr %7, align 4 %33 = add nsw i32 %32, 1 store i32 %33, ptr %7, align 4 br label %22, !llvm.loop !6 34: ; preds = %22 store i32 0, ptr %7, align 4 br label %35 35: ; preds = %66, %34 %36 = load i32, ptr %7, align 4 %37 = load i32, ptr %6, align 4 %38 = icmp slt i32 %36, %37 br i1 %38, label %39, label %69 39: ; preds = %35 %40 = load ptr, ptr %4, align 8 %41 = load i32, ptr %7, align 4 %42 = sext i32 %41 to i64 %43 = getelementptr inbounds i32, ptr %40, i64 %42 %44 = load i32, ptr %43, align 4 %45 = load i32, ptr %6, align 4 %46 = icmp sge i32 %44, %45 br i1 %46, label %47, label %54 47: ; preds = %39 %48 = load ptr, ptr %8, align 8 %49 = load i32, ptr %6, align 4 %50 = sext i32 %49 to i64 %51 = getelementptr inbounds i32, ptr %48, i64 %50 %52 = load i32, ptr %51, align 4 %53 = add nsw i32 %52, 1 store i32 %53, ptr %51, align 4 br label %65 54: ; preds = %39 %55 = load ptr, ptr %8, align 8 %56 = load ptr, ptr %4, align 8 %57 = load i32, ptr %7, align 4 %58 = sext i32 %57 to i64 %59 = getelementptr inbounds i32, ptr %56, i64 %58 %60 = load i32, ptr %59, align 4 %61 = sext i32 %60 to i64 %62 = getelementptr inbounds i32, ptr %55, i64 %61 %63 = load i32, ptr %62, align 4 %64 = add nsw i32 %63, 1 store i32 %64, ptr %62, align 4 br label %65 65: ; preds = %54, %47 br label %66 66: ; preds = %65 %67 = load i32, ptr %7, align 4 %68 = add nsw i32 %67, 1 store i32 %68, ptr %7, align 4 br label %35, !llvm.loop !8 69: ; preds = %35 store i32 0, ptr %9, align 4 %70 = load i32, ptr %6, align 4 store i32 %70, ptr %7, align 4 br label %71 71: ; preds = %88, %69 %72 = load i32, ptr %7, align 4 %73 = icmp sge i32 %72, 0 br i1 %73, label %74, label %91 74: ; preds = %71 %75 = load ptr, ptr %8, align 8 %76 = load i32, ptr %7, align 4 %77 = sext i32 %76 to i64 %78 = getelementptr inbounds i32, ptr %75, i64 %77 %79 = load i32, ptr %78, align 4 %80 = load i32, ptr %9, align 4 %81 = add nsw i32 %80, %79 store i32 %81, ptr %9, align 4 %82 = load i32, ptr %9, align 4 %83 = load i32, ptr %7, align 4 %84 = icmp sge i32 %82, %83 br i1 %84, label %85, label %87 85: ; preds = %74 %86 = load i32, ptr %7, align 4 store i32 %86, ptr %3, align 4 br label %92 87: ; preds = %74 br label %88 88: ; preds = %87 %89 = load i32, ptr %7, align 4 %90 = add nsw i32 %89, -1 store i32 %90, ptr %7, align 4 br label %71, !llvm.loop !9 91: ; preds = %71 store i32 0, ptr %3, align 4 br label %92 92: ; preds = %91, %85, %13 %93 = load i32, ptr %3, align 4 ret i32 %93 } declare i64 @malloc(i32 noundef) #1 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"} !6 = distinct !{!6, !7} !7 = !{!"llvm.loop.mustprogress"} !8 = distinct !{!8, !7} !9 = distinct !{!9, !7}
; ModuleID = '<stdin>' source_filename = "/tmp/tmpqoqzr463.c" target datalayout = "e-m:e-p270: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 @h_index(ptr noundef %0, i32 noundef %1) #0 { %3 = alloca i32, align 4 %4 = alloca ptr, align 8 %5 = alloca i32, align 4 %6 = alloca i32, align 4 %7 = alloca i32, align 4 %8 = alloca ptr, align 8 %9 = alloca i32, align 4 store ptr %0, ptr %4, align 8 store i32 %1, ptr %5, align 4 %10 = load i32, ptr %5, align 4 store i32 %10, ptr %6, align 4 %11 = load i32, ptr %6, align 4 %12 = icmp slt i32 %11, 1 br i1 %12, label %13, label %14 13: ; preds = %2 store i32 0, ptr %3, align 4 br label %97 14: ; preds = %2 %15 = load i32, ptr %6, align 4 %16 = add nsw i32 %15, 1 %17 = sext i32 %16 to i64 %18 = mul i64 4, %17 %19 = trunc i64 %18 to i32 %20 = call i64 @malloc(i32 noundef %19) %21 = inttoptr i64 %20 to ptr store ptr %21, ptr %8, align 8 store i32 0, ptr %7, align 4 %22 = load i32, ptr %7, align 4 %23 = load i32, ptr %6, align 4 %24 = icmp sle i32 %22, %23 br i1 %24, label %.lr.ph, label %36 .lr.ph: ; preds = %14 br label %25 25: ; preds = %.lr.ph, %30 %26 = load ptr, ptr %8, align 8 %27 = load i32, ptr %7, align 4 %28 = sext i32 %27 to i64 %29 = getelementptr inbounds i32, ptr %26, i64 %28 store i32 0, ptr %29, align 4 br label %30 30: ; preds = %25 %31 = load i32, ptr %7, align 4 %32 = add nsw i32 %31, 1 store i32 %32, ptr %7, align 4 %33 = load i32, ptr %7, align 4 %34 = load i32, ptr %6, align 4 %35 = icmp sle i32 %33, %34 br i1 %35, label %25, label %._crit_edge, !llvm.loop !6 ._crit_edge: ; preds = %30 br label %36 36: ; preds = %._crit_edge, %14 store i32 0, ptr %7, align 4 %37 = load i32, ptr %7, align 4 %38 = load i32, ptr %6, align 4 %39 = icmp slt i32 %37, %38 br i1 %39, label %.lr.ph2, label %73 .lr.ph2: ; preds = %36 br label %40 40: ; preds = %.lr.ph2, %67 %41 = load ptr, ptr %4, align 8 %42 = load i32, ptr %7, align 4 %43 = sext i32 %42 to i64 %44 = getelementptr inbounds i32, ptr %41, i64 %43 %45 = load i32, ptr %44, align 4 %46 = load i32, ptr %6, align 4 %47 = icmp sge i32 %45, %46 br i1 %47, label %48, label %55 48: ; preds = %40 %49 = load ptr, ptr %8, align 8 %50 = load i32, ptr %6, align 4 %51 = sext i32 %50 to i64 %52 = getelementptr inbounds i32, ptr %49, i64 %51 %53 = load i32, ptr %52, align 4 %54 = add nsw i32 %53, 1 store i32 %54, ptr %52, align 4 br label %66 55: ; preds = %40 %56 = load ptr, ptr %8, align 8 %57 = load ptr, ptr %4, align 8 %58 = load i32, ptr %7, align 4 %59 = sext i32 %58 to i64 %60 = getelementptr inbounds i32, ptr %57, i64 %59 %61 = load i32, ptr %60, align 4 %62 = sext i32 %61 to i64 %63 = getelementptr inbounds i32, ptr %56, i64 %62 %64 = load i32, ptr %63, align 4 %65 = add nsw i32 %64, 1 store i32 %65, ptr %63, align 4 br label %66 66: ; preds = %55, %48 br label %67 67: ; preds = %66 %68 = load i32, ptr %7, align 4 %69 = add nsw i32 %68, 1 store i32 %69, ptr %7, align 4 %70 = load i32, ptr %7, align 4 %71 = load i32, ptr %6, align 4 %72 = icmp slt i32 %70, %71 br i1 %72, label %40, label %._crit_edge3, !llvm.loop !8 ._crit_edge3: ; preds = %67 br label %73 73: ; preds = %._crit_edge3, %36 store i32 0, ptr %9, align 4 %74 = load i32, ptr %6, align 4 store i32 %74, ptr %7, align 4 %75 = load i32, ptr %7, align 4 %76 = icmp sge i32 %75, 0 br i1 %76, label %.lr.ph5, label %96 .lr.ph5: ; preds = %73 br label %77 77: ; preds = %.lr.ph5, %91 %78 = load ptr, ptr %8, align 8 %79 = load i32, ptr %7, align 4 %80 = sext i32 %79 to i64 %81 = getelementptr inbounds i32, ptr %78, i64 %80 %82 = load i32, ptr %81, align 4 %83 = load i32, ptr %9, align 4 %84 = add nsw i32 %83, %82 store i32 %84, ptr %9, align 4 %85 = load i32, ptr %9, align 4 %86 = load i32, ptr %7, align 4 %87 = icmp sge i32 %85, %86 br i1 %87, label %88, label %90 88: ; preds = %77 %89 = load i32, ptr %7, align 4 store i32 %89, ptr %3, align 4 br label %97 90: ; preds = %77 br label %91 91: ; preds = %90 %92 = load i32, ptr %7, align 4 %93 = add nsw i32 %92, -1 store i32 %93, ptr %7, align 4 %94 = load i32, ptr %7, align 4 %95 = icmp sge i32 %94, 0 br i1 %95, label %77, label %._crit_edge6, !llvm.loop !9 ._crit_edge6: ; preds = %91 br label %96 96: ; preds = %._crit_edge6, %73 store i32 0, ptr %3, align 4 br label %97 97: ; preds = %96, %88, %13 %98 = load i32, ptr %3, align 4 ret i32 %98 } declare i64 @malloc(i32 noundef) #1 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"} !6 = distinct !{!6, !7} !7 = !{!"llvm.loop.mustprogress"} !8 = distinct !{!8, !7} !9 = distinct !{!9, !7}
; ModuleID = '/tmp/tmpmq__dxvc.c' source_filename = "/tmp/tmpmq__dxvc.c" target datalayout = "e-m:e-p270: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 [41 x i8] c"dweib(state, %s, %s, pow(%s, -1/%s), %d)\00", align 1 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local ptr @dweib_toenvstring_density(ptr noundef %0, ptr noundef %1, i32 noundef %2, i32 noundef %3) #0 { %5 = alloca ptr, align 8 %6 = alloca ptr, align 8 %7 = alloca i32, align 4 %8 = alloca i32, align 4 %9 = alloca ptr, align 8 %10 = alloca ptr, align 8 %11 = alloca ptr, align 8 store ptr %0, ptr %5, align 8 store ptr %1, ptr %6, align 8 store i32 %2, ptr %7, align 4 store i32 %3, ptr %8, align 4 %12 = load ptr, ptr %6, align 8 %13 = icmp ne ptr %12, null br i1 %13, label %14, label %17 14: ; preds = %4 %15 = load i32, ptr %7, align 4 %16 = icmp uge i32 %15, 2 br label %17 17: ; preds = %14, %4 %18 = phi i1 [ false, %4 ], [ %16, %14 ] %19 = zext i1 %18 to i32 %20 = call i32 @assert(i32 noundef %19) %21 = load ptr, ptr %6, align 8 %22 = getelementptr inbounds ptr, ptr %21, i64 0 %23 = load ptr, ptr %22, align 8 store ptr %23, ptr %9, align 8 %24 = load ptr, ptr %6, align 8 %25 = getelementptr inbounds ptr, ptr %24, i64 1 %26 = load ptr, ptr %25, align 8 store ptr %26, ptr %10, align 8 %27 = load ptr, ptr %5, align 8 %28 = call i32 @strlen(ptr noundef %27) %29 = load ptr, ptr %9, align 8 %30 = call i32 @strlen(ptr noundef %29) %31 = mul nsw i32 %30, 2 %32 = add nsw i32 %28, %31 %33 = load ptr, ptr %10, align 8 %34 = call i32 @strlen(ptr noundef %33) %35 = add nsw i32 %32, %34 %36 = add nsw i32 %35, 40 %37 = sext i32 %36 to i64 %38 = mul i64 1, %37 %39 = trunc i64 %38 to i32 %40 = call ptr @malloc(i32 noundef %39) store ptr %40, ptr %11, align 8 %41 = load ptr, ptr %11, align 8 %42 = load ptr, ptr %5, align 8 %43 = load ptr, ptr %9, align 8 %44 = load ptr, ptr %10, align 8 %45 = load ptr, ptr %9, align 8 %46 = load i32, ptr %8, align 4 %47 = call i32 @sprintf(ptr noundef %41, ptr noundef @.str, ptr noundef %42, ptr noundef %43, ptr noundef %44, ptr noundef %45, i32 noundef %46) %48 = load ptr, ptr %11, align 8 ret ptr %48 } declare i32 @assert(i32 noundef) #1 declare ptr @malloc(i32 noundef) #1 declare i32 @strlen(ptr noundef) #1 declare i32 @sprintf(ptr noundef, ptr noundef, ptr noundef, ptr noundef, 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/tmpmq__dxvc.c" target datalayout = "e-m:e-p270: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 [41 x i8] c"dweib(state, %s, %s, pow(%s, -1/%s), %d)\00", align 1 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local ptr @dweib_toenvstring_density(ptr noundef %0, ptr noundef %1, i32 noundef %2, i32 noundef %3) #0 { %5 = alloca ptr, align 8 %6 = alloca ptr, align 8 %7 = alloca i32, align 4 %8 = alloca i32, align 4 %9 = alloca ptr, align 8 %10 = alloca ptr, align 8 %11 = alloca ptr, align 8 store ptr %0, ptr %5, align 8 store ptr %1, ptr %6, align 8 store i32 %2, ptr %7, align 4 store i32 %3, ptr %8, align 4 %12 = load ptr, ptr %6, align 8 %13 = icmp ne ptr %12, null br i1 %13, label %14, label %17 14: ; preds = %4 %15 = load i32, ptr %7, align 4 %16 = icmp uge i32 %15, 2 br label %17 17: ; preds = %14, %4 %18 = phi i1 [ false, %4 ], [ %16, %14 ] %19 = zext i1 %18 to i32 %20 = call i32 @assert(i32 noundef %19) %21 = load ptr, ptr %6, align 8 %22 = getelementptr inbounds ptr, ptr %21, i64 0 %23 = load ptr, ptr %22, align 8 store ptr %23, ptr %9, align 8 %24 = load ptr, ptr %6, align 8 %25 = getelementptr inbounds ptr, ptr %24, i64 1 %26 = load ptr, ptr %25, align 8 store ptr %26, ptr %10, align 8 %27 = load ptr, ptr %5, align 8 %28 = call i32 @strlen(ptr noundef %27) %29 = load ptr, ptr %9, align 8 %30 = call i32 @strlen(ptr noundef %29) %31 = mul nsw i32 %30, 2 %32 = add nsw i32 %28, %31 %33 = load ptr, ptr %10, align 8 %34 = call i32 @strlen(ptr noundef %33) %35 = add nsw i32 %32, %34 %36 = add nsw i32 %35, 40 %37 = sext i32 %36 to i64 %38 = mul i64 1, %37 %39 = trunc i64 %38 to i32 %40 = call ptr @malloc(i32 noundef %39) store ptr %40, ptr %11, align 8 %41 = load ptr, ptr %11, align 8 %42 = load ptr, ptr %5, align 8 %43 = load ptr, ptr %9, align 8 %44 = load ptr, ptr %10, align 8 %45 = load ptr, ptr %9, align 8 %46 = load i32, ptr %8, align 4 %47 = call i32 @sprintf(ptr noundef %41, ptr noundef @.str, ptr noundef %42, ptr noundef %43, ptr noundef %44, ptr noundef %45, i32 noundef %46) %48 = load ptr, ptr %11, align 8 ret ptr %48 } declare i32 @assert(i32 noundef) #1 declare ptr @malloc(i32 noundef) #1 declare i32 @strlen(ptr noundef) #1 declare i32 @sprintf(ptr noundef, ptr noundef, ptr noundef, ptr noundef, 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/tmpr3n2jfou.c' source_filename = "/tmp/tmpr3n2jfou.c" target datalayout = "e-m:e-p270: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/tmpr3n2jfou.c" target datalayout = "e-m:e-p270: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/tmpu8evecqo.c' source_filename = "/tmp/tmpu8evecqo.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128" target triple = "x86_64-pc-linux-gnu" @PROT_READ = dso_local global i32 0, align 4 @PROT_WRITE = dso_local global i32 0, align 4 @MAP_SHARED = dso_local global i32 0, align 4 @MAP_FAILED = dso_local global ptr null, align 8 @.str = private unnamed_addr constant [5 x i8] c"mmap\00", align 1 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local ptr @init_shm_from_fd(i32 noundef %0, i64 noundef %1) #0 { %3 = alloca i32, align 4 %4 = alloca i64, align 8 %5 = alloca ptr, align 8 store i32 %0, ptr %3, align 4 store i64 %1, ptr %4, align 8 %6 = load i64, ptr %4, align 8 %7 = load i32, ptr @PROT_READ, align 4 %8 = load i32, ptr @PROT_WRITE, align 4 %9 = or i32 %7, %8 %10 = load i32, ptr @MAP_SHARED, align 4 %11 = load i32, ptr %3, align 4 %12 = call ptr @mmap(i32 noundef 0, i64 noundef %6, i32 noundef %9, i32 noundef %10, i32 noundef %11, i32 noundef 0) store ptr %12, ptr %5, align 8 %13 = load ptr, ptr %5, align 8 %14 = load ptr, ptr @MAP_FAILED, align 8 %15 = icmp eq ptr %13, %14 br i1 %15, label %16, label %18 16: ; preds = %2 %17 = call i32 @perror(ptr noundef @.str) store ptr null, ptr %5, align 8 br label %18 18: ; preds = %16, %2 %19 = load ptr, ptr %5, align 8 ret ptr %19 } declare ptr @mmap(i32 noundef, i64 noundef, i32 noundef, i32 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/tmpu8evecqo.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128" target triple = "x86_64-pc-linux-gnu" @PROT_READ = dso_local global i32 0, align 4 @PROT_WRITE = dso_local global i32 0, align 4 @MAP_SHARED = dso_local global i32 0, align 4 @MAP_FAILED = dso_local global ptr null, align 8 @.str = private unnamed_addr constant [5 x i8] c"mmap\00", align 1 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local ptr @init_shm_from_fd(i32 noundef %0, i64 noundef %1) #0 { %3 = alloca i32, align 4 %4 = alloca i64, align 8 %5 = alloca ptr, align 8 store i32 %0, ptr %3, align 4 store i64 %1, ptr %4, align 8 %6 = load i64, ptr %4, align 8 %7 = load i32, ptr @PROT_READ, align 4 %8 = load i32, ptr @PROT_WRITE, align 4 %9 = or i32 %7, %8 %10 = load i32, ptr @MAP_SHARED, align 4 %11 = load i32, ptr %3, align 4 %12 = call ptr @mmap(i32 noundef 0, i64 noundef %6, i32 noundef %9, i32 noundef %10, i32 noundef %11, i32 noundef 0) store ptr %12, ptr %5, align 8 %13 = load ptr, ptr %5, align 8 %14 = load ptr, ptr @MAP_FAILED, align 8 %15 = icmp eq ptr %13, %14 br i1 %15, label %16, label %18 16: ; preds = %2 %17 = call i32 @perror(ptr noundef @.str) store ptr null, ptr %5, align 8 br label %18 18: ; preds = %16, %2 %19 = load ptr, ptr %5, align 8 ret ptr %19 } declare ptr @mmap(i32 noundef, i64 noundef, i32 noundef, i32 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/tmprvevt3pc.c' source_filename = "/tmp/tmprvevt3pc.c" target datalayout = "e-m:e-p270: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 [39 x i8] c"NOT IMPLEMENTED:pa_stream_get_context\0A\00", align 1 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local i32 @pa_stream_get_context() #0 { %1 = alloca i32, align 4 %2 = call i32 @printf(ptr noundef @.str) %3 = load i32, ptr %1, align 4 ret i32 %3 } 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/tmprvevt3pc.c" target datalayout = "e-m:e-p270: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 [39 x i8] c"NOT IMPLEMENTED:pa_stream_get_context\0A\00", align 1 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local i32 @pa_stream_get_context() #0 { %1 = alloca i32, align 4 %2 = call i32 @printf(ptr noundef @.str) %3 = load i32, ptr %1, align 4 ret i32 %3 } 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/tmpy3nhlzt4.c' source_filename = "/tmp/tmpy3nhlzt4.c" target datalayout = "e-m:e-p270: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 @SU_Right_Justified(ptr noundef %0, i32 noundef %1, i8 noundef signext %2) #0 { %4 = alloca ptr, align 8 %5 = alloca ptr, align 8 %6 = alloca i32, align 4 %7 = alloca i8, align 1 %8 = alloca i32, align 4 %9 = alloca i32, align 4 %10 = alloca i32, align 4 %11 = alloca ptr, align 8 store ptr %0, ptr %5, align 8 store i32 %1, ptr %6, align 4 store i8 %2, ptr %7, align 1 %12 = load i32, ptr %6, align 4 %13 = add nsw i32 %12, 1 %14 = call i64 @fNewMemory(ptr noundef %11, i32 noundef %13) %15 = icmp ne i64 %14, 0 br i1 %15, label %16, label %60 16: ; preds = %3 %17 = load i32, ptr %6, align 4 %18 = load ptr, ptr %5, align 8 %19 = call i64 @strlen(ptr noundef %18) %20 = trunc i64 %19 to i32 %21 = sub nsw i32 %17, %20 store i32 %21, ptr %10, align 4 store i32 0, ptr %8, align 4 br label %22 22: ; preds = %32, %16 %23 = load i32, ptr %8, align 4 %24 = load i32, ptr %10, align 4 %25 = icmp slt i32 %23, %24 br i1 %25, label %26, label %35 26: ; preds = %22 %27 = load i8, ptr %7, align 1 %28 = load ptr, ptr %11, align 8 %29 = load i32, ptr %8, align 4 %30 = sext i32 %29 to i64 %31 = getelementptr inbounds i8, ptr %28, i64 %30 store i8 %27, ptr %31, align 1 br label %32 32: ; preds = %26 %33 = load i32, ptr %8, align 4 %34 = add nsw i32 %33, 1 store i32 %34, ptr %8, align 4 br label %22, !llvm.loop !6 35: ; preds = %22 store i32 0, ptr %9, align 4 %36 = load i32, ptr %8, align 4 store i32 %36, ptr %8, align 4 br label %37 37: ; preds = %51, %35 %38 = load i32, ptr %8, align 4 %39 = load i32, ptr %6, align 4 %40 = icmp slt i32 %38, %39 br i1 %40, label %41, label %54 41: ; preds = %37 %42 = load ptr, ptr %5, align 8 %43 = load i32, ptr %9, align 4 %44 = sext i32 %43 to i64 %45 = getelementptr inbounds i8, ptr %42, i64 %44 %46 = load i8, ptr %45, align 1 %47 = load ptr, ptr %11, align 8 %48 = load i32, ptr %8, align 4 %49 = sext i32 %48 to i64 %50 = getelementptr inbounds i8, ptr %47, i64 %49 store i8 %46, ptr %50, align 1 br label %51 51: ; preds = %41 %52 = load i32, ptr %8, align 4 %53 = add nsw i32 %52, 1 store i32 %53, ptr %8, align 4 br label %37, !llvm.loop !8 54: ; preds = %37 %55 = load ptr, ptr %11, align 8 %56 = load i32, ptr %8, align 4 %57 = sext i32 %56 to i64 %58 = getelementptr inbounds i8, ptr %55, i64 %57 store i8 0, ptr %58, align 1 %59 = load ptr, ptr %11, align 8 store ptr %59, ptr %4, align 8 br label %61 60: ; preds = %3 store ptr null, ptr %4, align 8 br label %61 61: ; preds = %60, %54 %62 = load ptr, ptr %4, align 8 ret ptr %62 } declare i64 @fNewMemory(ptr noundef, i32 noundef) #1 declare i64 @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"} !8 = distinct !{!8, !7}
; ModuleID = '<stdin>' source_filename = "/tmp/tmpy3nhlzt4.c" target datalayout = "e-m:e-p270: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 @SU_Right_Justified(ptr noundef %0, i32 noundef %1, i8 noundef signext %2) #0 { %4 = alloca ptr, align 8 %5 = alloca ptr, align 8 %6 = alloca i32, align 4 %7 = alloca i8, align 1 %8 = alloca i32, align 4 %9 = alloca i32, align 4 %10 = alloca i32, align 4 %11 = alloca ptr, align 8 store ptr %0, ptr %5, align 8 store i32 %1, ptr %6, align 4 store i8 %2, ptr %7, align 1 %12 = load i32, ptr %6, align 4 %13 = add nsw i32 %12, 1 %14 = call i64 @fNewMemory(ptr noundef %11, i32 noundef %13) %15 = icmp ne i64 %14, 0 br i1 %15, label %16, label %64 16: ; preds = %3 %17 = load i32, ptr %6, align 4 %18 = load ptr, ptr %5, align 8 %19 = call i64 @strlen(ptr noundef %18) %20 = trunc i64 %19 to i32 %21 = sub nsw i32 %17, %20 store i32 %21, ptr %10, align 4 store i32 0, ptr %8, align 4 %22 = load i32, ptr %8, align 4 %23 = load i32, ptr %10, align 4 %24 = icmp slt i32 %22, %23 br i1 %24, label %.lr.ph, label %37 .lr.ph: ; preds = %16 br label %25 25: ; preds = %.lr.ph, %31 %26 = load i8, ptr %7, align 1 %27 = load ptr, ptr %11, align 8 %28 = load i32, ptr %8, align 4 %29 = sext i32 %28 to i64 %30 = getelementptr inbounds i8, ptr %27, i64 %29 store i8 %26, ptr %30, align 1 br label %31 31: ; preds = %25 %32 = load i32, ptr %8, align 4 %33 = add nsw i32 %32, 1 store i32 %33, ptr %8, align 4 %34 = load i32, ptr %8, align 4 %35 = load i32, ptr %10, align 4 %36 = icmp slt i32 %34, %35 br i1 %36, label %25, label %._crit_edge, !llvm.loop !6 ._crit_edge: ; preds = %31 br label %37 37: ; preds = %._crit_edge, %16 store i32 0, ptr %9, align 4 %38 = load i32, ptr %8, align 4 store i32 %38, ptr %8, align 4 %39 = load i32, ptr %8, align 4 %40 = load i32, ptr %6, align 4 %41 = icmp slt i32 %39, %40 br i1 %41, label %.lr.ph2, label %58 .lr.ph2: ; preds = %37 br label %42 42: ; preds = %.lr.ph2, %52 %43 = load ptr, ptr %5, align 8 %44 = load i32, ptr %9, align 4 %45 = sext i32 %44 to i64 %46 = getelementptr inbounds i8, ptr %43, i64 %45 %47 = load i8, ptr %46, align 1 %48 = load ptr, ptr %11, align 8 %49 = load i32, ptr %8, align 4 %50 = sext i32 %49 to i64 %51 = getelementptr inbounds i8, ptr %48, i64 %50 store i8 %47, ptr %51, align 1 br label %52 52: ; preds = %42 %53 = load i32, ptr %8, align 4 %54 = add nsw i32 %53, 1 store i32 %54, ptr %8, align 4 %55 = load i32, ptr %8, align 4 %56 = load i32, ptr %6, align 4 %57 = icmp slt i32 %55, %56 br i1 %57, label %42, label %._crit_edge3, !llvm.loop !8 ._crit_edge3: ; preds = %52 br label %58 58: ; preds = %._crit_edge3, %37 %59 = load ptr, ptr %11, align 8 %60 = load i32, ptr %8, align 4 %61 = sext i32 %60 to i64 %62 = getelementptr inbounds i8, ptr %59, i64 %61 store i8 0, ptr %62, align 1 %63 = load ptr, ptr %11, align 8 store ptr %63, ptr %4, align 8 br label %65 64: ; preds = %3 store ptr null, ptr %4, align 8 br label %65 65: ; preds = %64, %58 %66 = load ptr, ptr %4, align 8 ret ptr %66 } declare i64 @fNewMemory(ptr noundef, i32 noundef) #1 declare i64 @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"} !8 = distinct !{!8, !7}
; ModuleID = '/tmp/tmpm8do6hst.c' source_filename = "/tmp/tmpm8do6hst.c" target datalayout = "e-m:e-p270: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/tmpm8do6hst.c" target datalayout = "e-m:e-p270: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/tmp2ebfagyz.c' source_filename = "/tmp/tmp2ebfagyz.c" target datalayout = "e-m:e-p270: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/tmp2ebfagyz.c" target datalayout = "e-m:e-p270: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/tmpgr3c9aay.c' source_filename = "/tmp/tmpgr3c9aay.c" target datalayout = "e-m:e-p270: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 @gen_comment() #0 { %1 = call i32 @output_byte(i8 noundef signext 59) ret void } declare i32 @output_byte(i8 noundef signext) #1 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '<stdin>' source_filename = "/tmp/tmpgr3c9aay.c" target datalayout = "e-m:e-p270: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 @gen_comment() #0 { %1 = call i32 @output_byte(i8 noundef signext 59) ret void } declare i32 @output_byte(i8 noundef signext) #1 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '/tmp/tmp82p7nya1.c' source_filename = "/tmp/tmp82p7nya1.c" target datalayout = "e-m:e-p270: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 [1 x i8] zeroinitializer, align 1 @stderr = dso_local global i32 0, align 4 @.str.1 = private unnamed_addr constant [203 x i8] c"WARNING: low memory? malloc() failed in str_replace() from /scratch/repos/new/home/jordi_armengol_estape/c-scraper/outputs/2022-01-22/02-19-57/repos/klattimer/rtl_433/refs/heads/master/src/r_util.c:188\0A\00", align 1 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local ptr @str_replace(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 ptr, align 8 %8 = alloca ptr, align 8 %9 = alloca ptr, align 8 %10 = alloca ptr, align 8 %11 = alloca i32, align 4 %12 = alloca i32, align 4 %13 = alloca i32, align 4 %14 = 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 %15 = load ptr, ptr %5, align 8 %16 = icmp ne ptr %15, null br i1 %16, label %17, label %20 17: ; preds = %3 %18 = load ptr, ptr %6, align 8 %19 = icmp ne ptr %18, null br i1 %19, label %21, label %20 20: ; preds = %17, %3 store ptr null, ptr %4, align 8 br label %107 21: ; preds = %17 %22 = load ptr, ptr %6, align 8 %23 = call i32 @strlen(ptr noundef %22) store i32 %23, ptr %11, align 4 %24 = load i32, ptr %11, align 4 %25 = icmp eq i32 %24, 0 br i1 %25, label %26, label %27 26: ; preds = %21 store ptr null, ptr %4, align 8 br label %107 27: ; preds = %21 %28 = load ptr, ptr %7, align 8 %29 = icmp ne ptr %28, null br i1 %29, label %31, label %30 30: ; preds = %27 store ptr @.str, ptr %7, align 8 br label %31 31: ; preds = %30, %27 %32 = load ptr, ptr %7, align 8 %33 = call i32 @strlen(ptr noundef %32) store i32 %33, ptr %12, align 4 %34 = load ptr, ptr %5, align 8 store ptr %34, ptr %9, align 8 store i32 0, ptr %14, align 4 br label %35 35: ; preds = %45, %31 %36 = load ptr, ptr %9, align 8 %37 = load ptr, ptr %6, align 8 %38 = call ptr @strstr(ptr noundef %36, ptr noundef %37) store ptr %38, ptr %10, align 8 %39 = icmp ne ptr %38, null br i1 %39, label %40, label %48 40: ; preds = %35 %41 = load ptr, ptr %10, align 8 %42 = load i32, ptr %11, align 4 %43 = sext i32 %42 to i64 %44 = getelementptr inbounds i8, ptr %41, i64 %43 store ptr %44, ptr %9, align 8 br label %45 45: ; preds = %40 %46 = load i32, ptr %14, align 4 %47 = add nsw i32 %46, 1 store i32 %47, ptr %14, align 4 br label %35, !llvm.loop !6 48: ; preds = %35 %49 = load ptr, ptr %5, align 8 %50 = call i32 @strlen(ptr noundef %49) %51 = sext i32 %50 to i64 %52 = load i32, ptr %12, align 4 %53 = load i32, ptr %11, align 4 %54 = sub nsw i32 %52, %53 %55 = sext i32 %54 to i64 %56 = load i32, ptr %14, align 4 %57 = sext i32 %56 to i64 %58 = mul i64 %55, %57 %59 = add i64 %51, %58 %60 = add i64 %59, 1 %61 = trunc i64 %60 to i32 %62 = call ptr @malloc(i32 noundef %61) store ptr %62, ptr %8, align 8 store ptr %62, ptr %10, align 8 %63 = load ptr, ptr %8, align 8 %64 = icmp ne ptr %63, null br i1 %64, label %68, label %65 65: ; preds = %48 %66 = load i32, ptr @stderr, align 4 %67 = call i32 @fprintf(i32 noundef %66, ptr noundef @.str.1) store ptr null, ptr %4, align 8 br label %107 68: ; preds = %48 br label %69 69: ; preds = %73, %68 %70 = load i32, ptr %14, align 4 %71 = add nsw i32 %70, -1 store i32 %71, ptr %14, align 4 %72 = icmp ne i32 %70, 0 br i1 %72, label %73, label %102 73: ; preds = %69 %74 = load ptr, ptr %5, align 8 %75 = load ptr, ptr %6, align 8 %76 = call ptr @strstr(ptr noundef %74, ptr noundef %75) store ptr %76, ptr %9, align 8 %77 = load ptr, ptr %9, align 8 %78 = load ptr, ptr %5, align 8 %79 = ptrtoint ptr %77 to i64 %80 = ptrtoint ptr %78 to i64 %81 = sub i64 %79, %80 %82 = trunc i64 %81 to i32 store i32 %82, ptr %13, align 4 %83 = load ptr, ptr %10, align 8 %84 = load ptr, ptr %5, align 8 %85 = load i32, ptr %13, align 4 %86 = call ptr @strncpy(ptr noundef %83, ptr noundef %84, i32 noundef %85) %87 = load i32, ptr %13, align 4 %88 = sext i32 %87 to i64 %89 = getelementptr inbounds i8, ptr %86, i64 %88 store ptr %89, ptr %10, align 8 %90 = load ptr, ptr %10, align 8 %91 = load ptr, ptr %7, align 8 %92 = call ptr @strcpy(ptr noundef %90, ptr noundef %91) %93 = load i32, ptr %12, align 4 %94 = sext i32 %93 to i64 %95 = getelementptr inbounds i8, ptr %92, i64 %94 store ptr %95, ptr %10, align 8 %96 = load i32, ptr %13, align 4 %97 = load i32, ptr %11, align 4 %98 = add nsw i32 %96, %97 %99 = load ptr, ptr %5, align 8 %100 = sext i32 %98 to i64 %101 = getelementptr inbounds i8, ptr %99, i64 %100 store ptr %101, ptr %5, align 8 br label %69, !llvm.loop !8 102: ; preds = %69 %103 = load ptr, ptr %10, align 8 %104 = load ptr, ptr %5, align 8 %105 = call ptr @strcpy(ptr noundef %103, ptr noundef %104) %106 = load ptr, ptr %8, align 8 store ptr %106, ptr %4, align 8 br label %107 107: ; preds = %102, %65, %26, %20 %108 = load ptr, ptr %4, align 8 ret ptr %108 } declare i32 @strlen(ptr noundef) #1 declare ptr @strstr(ptr noundef, ptr noundef) #1 declare ptr @malloc(i32 noundef) #1 declare i32 @fprintf(i32 noundef, ptr noundef) #1 declare ptr @strncpy(ptr noundef, ptr noundef, i32 noundef) #1 declare ptr @strcpy(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/tmp82p7nya1.c" target datalayout = "e-m:e-p270: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 [1 x i8] zeroinitializer, align 1 @stderr = dso_local global i32 0, align 4 @.str.1 = private unnamed_addr constant [203 x i8] c"WARNING: low memory? malloc() failed in str_replace() from /scratch/repos/new/home/jordi_armengol_estape/c-scraper/outputs/2022-01-22/02-19-57/repos/klattimer/rtl_433/refs/heads/master/src/r_util.c:188\0A\00", align 1 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local ptr @str_replace(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 ptr, align 8 %8 = alloca ptr, align 8 %9 = alloca ptr, align 8 %10 = alloca ptr, align 8 %11 = alloca i32, align 4 %12 = alloca i32, align 4 %13 = alloca i32, align 4 %14 = 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 %15 = load ptr, ptr %5, align 8 %16 = icmp ne ptr %15, null br i1 %16, label %17, label %20 17: ; preds = %3 %18 = load ptr, ptr %6, align 8 %19 = icmp ne ptr %18, null br i1 %19, label %21, label %20 20: ; preds = %17, %3 store ptr null, ptr %4, align 8 br label %112 21: ; preds = %17 %22 = load ptr, ptr %6, align 8 %23 = call i32 @strlen(ptr noundef %22) store i32 %23, ptr %11, align 4 %24 = load i32, ptr %11, align 4 %25 = icmp eq i32 %24, 0 br i1 %25, label %26, label %27 26: ; preds = %21 store ptr null, ptr %4, align 8 br label %112 27: ; preds = %21 %28 = load ptr, ptr %7, align 8 %29 = icmp ne ptr %28, null br i1 %29, label %31, label %30 30: ; preds = %27 store ptr @.str, ptr %7, align 8 br label %31 31: ; preds = %30, %27 %32 = load ptr, ptr %7, align 8 %33 = call i32 @strlen(ptr noundef %32) store i32 %33, ptr %12, align 4 %34 = load ptr, ptr %5, align 8 store ptr %34, ptr %9, align 8 store i32 0, ptr %14, align 4 %35 = load ptr, ptr %9, align 8 %36 = load ptr, ptr %6, align 8 %37 = call ptr @strstr(ptr noundef %35, ptr noundef %36) store ptr %37, ptr %10, align 8 %38 = icmp ne ptr %37, null br i1 %38, label %.lr.ph, label %51 .lr.ph: ; preds = %31 br label %39 39: ; preds = %.lr.ph, %44 %40 = load ptr, ptr %10, align 8 %41 = load i32, ptr %11, align 4 %42 = sext i32 %41 to i64 %43 = getelementptr inbounds i8, ptr %40, i64 %42 store ptr %43, ptr %9, align 8 br label %44 44: ; preds = %39 %45 = load i32, ptr %14, align 4 %46 = add nsw i32 %45, 1 store i32 %46, ptr %14, align 4 %47 = load ptr, ptr %9, align 8 %48 = load ptr, ptr %6, align 8 %49 = call ptr @strstr(ptr noundef %47, ptr noundef %48) store ptr %49, ptr %10, align 8 %50 = icmp ne ptr %49, null br i1 %50, label %39, label %._crit_edge, !llvm.loop !6 ._crit_edge: ; preds = %44 br label %51 51: ; preds = %._crit_edge, %31 %52 = load ptr, ptr %5, align 8 %53 = call i32 @strlen(ptr noundef %52) %54 = sext i32 %53 to i64 %55 = load i32, ptr %12, align 4 %56 = load i32, ptr %11, align 4 %57 = sub nsw i32 %55, %56 %58 = sext i32 %57 to i64 %59 = load i32, ptr %14, align 4 %60 = sext i32 %59 to i64 %61 = mul i64 %58, %60 %62 = add i64 %54, %61 %63 = add i64 %62, 1 %64 = trunc i64 %63 to i32 %65 = call ptr @malloc(i32 noundef %64) store ptr %65, ptr %8, align 8 store ptr %65, ptr %10, align 8 %66 = load ptr, ptr %8, align 8 %67 = icmp ne ptr %66, null br i1 %67, label %71, label %68 68: ; preds = %51 %69 = load i32, ptr @stderr, align 4 %70 = call i32 @fprintf(i32 noundef %69, ptr noundef @.str.1) store ptr null, ptr %4, align 8 br label %112 71: ; preds = %51 %72 = load i32, ptr %14, align 4 %73 = add nsw i32 %72, -1 store i32 %73, ptr %14, align 4 %74 = icmp ne i32 %72, 0 br i1 %74, label %.lr.ph2, label %107 .lr.ph2: ; preds = %71 br label %75 75: ; preds = %.lr.ph2, %75 %76 = load ptr, ptr %5, align 8 %77 = load ptr, ptr %6, align 8 %78 = call ptr @strstr(ptr noundef %76, ptr noundef %77) store ptr %78, ptr %9, align 8 %79 = load ptr, ptr %9, align 8 %80 = load ptr, ptr %5, align 8 %81 = ptrtoint ptr %79 to i64 %82 = ptrtoint ptr %80 to i64 %83 = sub i64 %81, %82 %84 = trunc i64 %83 to i32 store i32 %84, ptr %13, align 4 %85 = load ptr, ptr %10, align 8 %86 = load ptr, ptr %5, align 8 %87 = load i32, ptr %13, align 4 %88 = call ptr @strncpy(ptr noundef %85, ptr noundef %86, i32 noundef %87) %89 = load i32, ptr %13, align 4 %90 = sext i32 %89 to i64 %91 = getelementptr inbounds i8, ptr %88, i64 %90 store ptr %91, ptr %10, align 8 %92 = load ptr, ptr %10, align 8 %93 = load ptr, ptr %7, align 8 %94 = call ptr @strcpy(ptr noundef %92, ptr noundef %93) %95 = load i32, ptr %12, align 4 %96 = sext i32 %95 to i64 %97 = getelementptr inbounds i8, ptr %94, i64 %96 store ptr %97, ptr %10, align 8 %98 = load i32, ptr %13, align 4 %99 = load i32, ptr %11, align 4 %100 = add nsw i32 %98, %99 %101 = load ptr, ptr %5, align 8 %102 = sext i32 %100 to i64 %103 = getelementptr inbounds i8, ptr %101, i64 %102 store ptr %103, ptr %5, align 8 %104 = load i32, ptr %14, align 4 %105 = add nsw i32 %104, -1 store i32 %105, ptr %14, align 4 %106 = icmp ne i32 %104, 0 br i1 %106, label %75, label %._crit_edge3, !llvm.loop !8 ._crit_edge3: ; preds = %75 br label %107 107: ; preds = %._crit_edge3, %71 %108 = load ptr, ptr %10, align 8 %109 = load ptr, ptr %5, align 8 %110 = call ptr @strcpy(ptr noundef %108, ptr noundef %109) %111 = load ptr, ptr %8, align 8 store ptr %111, ptr %4, align 8 br label %112 112: ; preds = %107, %68, %26, %20 %113 = load ptr, ptr %4, align 8 ret ptr %113 } declare i32 @strlen(ptr noundef) #1 declare ptr @strstr(ptr noundef, ptr noundef) #1 declare ptr @malloc(i32 noundef) #1 declare i32 @fprintf(i32 noundef, ptr noundef) #1 declare ptr @strncpy(ptr noundef, ptr noundef, i32 noundef) #1 declare ptr @strcpy(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/tmpwjsjhz5o.c' source_filename = "/tmp/tmpwjsjhz5o.c" target datalayout = "e-m:e-p270: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"localhost\00", align 1 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local ptr @retreive_public_key(i8 noundef signext %0, ptr noundef %1, i32 noundef %2) #0 { %4 = alloca i8, align 1 %5 = alloca ptr, align 8 %6 = alloca i32, align 4 %7 = alloca ptr, align 8 %8 = alloca ptr, align 8 %9 = alloca ptr, align 8 %10 = alloca ptr, align 8 %11 = alloca ptr, align 8 %12 = alloca ptr, align 8 %13 = alloca ptr, align 8 %14 = alloca ptr, align 8 store i8 %0, ptr %4, align 1 store ptr %1, ptr %5, align 8 store i32 %2, ptr %6, align 4 %15 = load i32, ptr %6, align 4 %16 = call ptr @network_connect(ptr noundef @.str, i32 noundef %15) store ptr %16, ptr %7, align 8 %17 = load i8, ptr %4, align 1 %18 = call ptr @create_data_item_from_char(i8 noundef signext %17) store ptr %18, ptr %8, align 8 %19 = load ptr, ptr %7, align 8 %20 = load ptr, ptr %8, align 8 %21 = call i32 @network_send(ptr noundef %19, ptr noundef %20) %22 = load ptr, ptr %7, align 8 %23 = call ptr @network_receive(ptr noundef %22) store ptr %23, ptr %9, align 8 %24 = load ptr, ptr %9, align 8 %25 = call ptr @pair_get_first(ptr noundef %24) store ptr %25, ptr %10, align 8 %26 = load ptr, ptr %9, align 8 %27 = call ptr @pair_get_second(ptr noundef %26) store ptr %27, ptr %11, align 8 %28 = load ptr, ptr %10, align 8 %29 = call ptr @create_hash(ptr noundef %28) store ptr %29, ptr %12, align 8 %30 = load ptr, ptr %5, align 8 %31 = load ptr, ptr %12, align 8 %32 = load ptr, ptr %11, align 8 %33 = call i32 @asymmetric_signature_verify(ptr noundef %30, ptr noundef %31, ptr noundef %32) %34 = load ptr, ptr %10, align 8 %35 = call ptr @pair_get_first(ptr noundef %34) store ptr %35, ptr %13, align 8 %36 = load ptr, ptr %8, align 8 %37 = load ptr, ptr %13, align 8 %38 = call i32 @item_equals(ptr noundef %36, ptr noundef %37) %39 = icmp ne i32 %38, 0 br i1 %39, label %42, label %40 40: ; preds = %3 %41 = call i32 (...) @abort() #3 unreachable 42: ; preds = %3 %43 = load ptr, ptr %10, align 8 %44 = call ptr @pair_get_second(ptr noundef %43) store ptr %44, ptr %14, align 8 %45 = load ptr, ptr %14, align 8 %46 = call i32 @check_is_public_key(ptr noundef %45) %47 = load ptr, ptr %8, align 8 %48 = call i32 @item_free(ptr noundef %47) %49 = load ptr, ptr %9, align 8 %50 = call i32 @item_free(ptr noundef %49) %51 = load ptr, ptr %12, align 8 %52 = call i32 @item_free(ptr noundef %51) %53 = load ptr, ptr %10, align 8 %54 = call i32 @item_free(ptr noundef %53) %55 = load ptr, ptr %11, align 8 %56 = call i32 @item_free(ptr noundef %55) %57 = load ptr, ptr %13, align 8 %58 = call i32 @item_free(ptr noundef %57) %59 = load ptr, ptr %7, align 8 %60 = call i32 @network_disconnect(ptr noundef %59) %61 = load ptr, ptr %14, align 8 ret ptr %61 } declare ptr @network_connect(ptr noundef, i32 noundef) #1 declare ptr @create_data_item_from_char(i8 noundef signext) #1 declare i32 @network_send(ptr noundef, ptr noundef) #1 declare ptr @network_receive(ptr noundef) #1 declare ptr @pair_get_first(ptr noundef) #1 declare ptr @pair_get_second(ptr noundef) #1 declare ptr @create_hash(ptr noundef) #1 declare i32 @asymmetric_signature_verify(ptr noundef, ptr noundef, ptr noundef) #1 declare i32 @item_equals(ptr noundef, ptr noundef) #1 ; Function Attrs: noreturn declare i32 @abort(...) #2 declare i32 @check_is_public_key(ptr noundef) #1 declare i32 @item_free(ptr noundef) #1 declare i32 @network_disconnect(ptr noundef) #1 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #2 = { noreturn "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #3 = { noreturn } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '<stdin>' source_filename = "/tmp/tmpwjsjhz5o.c" target datalayout = "e-m:e-p270: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"localhost\00", align 1 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local ptr @retreive_public_key(i8 noundef signext %0, ptr noundef %1, i32 noundef %2) #0 { %4 = alloca i8, align 1 %5 = alloca ptr, align 8 %6 = alloca i32, align 4 %7 = alloca ptr, align 8 %8 = alloca ptr, align 8 %9 = alloca ptr, align 8 %10 = alloca ptr, align 8 %11 = alloca ptr, align 8 %12 = alloca ptr, align 8 %13 = alloca ptr, align 8 %14 = alloca ptr, align 8 store i8 %0, ptr %4, align 1 store ptr %1, ptr %5, align 8 store i32 %2, ptr %6, align 4 %15 = load i32, ptr %6, align 4 %16 = call ptr @network_connect(ptr noundef @.str, i32 noundef %15) store ptr %16, ptr %7, align 8 %17 = load i8, ptr %4, align 1 %18 = call ptr @create_data_item_from_char(i8 noundef signext %17) store ptr %18, ptr %8, align 8 %19 = load ptr, ptr %7, align 8 %20 = load ptr, ptr %8, align 8 %21 = call i32 @network_send(ptr noundef %19, ptr noundef %20) %22 = load ptr, ptr %7, align 8 %23 = call ptr @network_receive(ptr noundef %22) store ptr %23, ptr %9, align 8 %24 = load ptr, ptr %9, align 8 %25 = call ptr @pair_get_first(ptr noundef %24) store ptr %25, ptr %10, align 8 %26 = load ptr, ptr %9, align 8 %27 = call ptr @pair_get_second(ptr noundef %26) store ptr %27, ptr %11, align 8 %28 = load ptr, ptr %10, align 8 %29 = call ptr @create_hash(ptr noundef %28) store ptr %29, ptr %12, align 8 %30 = load ptr, ptr %5, align 8 %31 = load ptr, ptr %12, align 8 %32 = load ptr, ptr %11, align 8 %33 = call i32 @asymmetric_signature_verify(ptr noundef %30, ptr noundef %31, ptr noundef %32) %34 = load ptr, ptr %10, align 8 %35 = call ptr @pair_get_first(ptr noundef %34) store ptr %35, ptr %13, align 8 %36 = load ptr, ptr %8, align 8 %37 = load ptr, ptr %13, align 8 %38 = call i32 @item_equals(ptr noundef %36, ptr noundef %37) %39 = icmp ne i32 %38, 0 br i1 %39, label %42, label %40 40: ; preds = %3 %41 = call i32 (...) @abort() #3 unreachable 42: ; preds = %3 %43 = load ptr, ptr %10, align 8 %44 = call ptr @pair_get_second(ptr noundef %43) store ptr %44, ptr %14, align 8 %45 = load ptr, ptr %14, align 8 %46 = call i32 @check_is_public_key(ptr noundef %45) %47 = load ptr, ptr %8, align 8 %48 = call i32 @item_free(ptr noundef %47) %49 = load ptr, ptr %9, align 8 %50 = call i32 @item_free(ptr noundef %49) %51 = load ptr, ptr %12, align 8 %52 = call i32 @item_free(ptr noundef %51) %53 = load ptr, ptr %10, align 8 %54 = call i32 @item_free(ptr noundef %53) %55 = load ptr, ptr %11, align 8 %56 = call i32 @item_free(ptr noundef %55) %57 = load ptr, ptr %13, align 8 %58 = call i32 @item_free(ptr noundef %57) %59 = load ptr, ptr %7, align 8 %60 = call i32 @network_disconnect(ptr noundef %59) %61 = load ptr, ptr %14, align 8 ret ptr %61 } declare ptr @network_connect(ptr noundef, i32 noundef) #1 declare ptr @create_data_item_from_char(i8 noundef signext) #1 declare i32 @network_send(ptr noundef, ptr noundef) #1 declare ptr @network_receive(ptr noundef) #1 declare ptr @pair_get_first(ptr noundef) #1 declare ptr @pair_get_second(ptr noundef) #1 declare ptr @create_hash(ptr noundef) #1 declare i32 @asymmetric_signature_verify(ptr noundef, ptr noundef, ptr noundef) #1 declare i32 @item_equals(ptr noundef, ptr noundef) #1 ; Function Attrs: noreturn declare i32 @abort(...) #2 declare i32 @check_is_public_key(ptr noundef) #1 declare i32 @item_free(ptr noundef) #1 declare i32 @network_disconnect(ptr noundef) #1 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #2 = { noreturn "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #3 = { noreturn } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '/tmp/tmpats0apvj.c' source_filename = "/tmp/tmpats0apvj.c" target datalayout = "e-m:e-p270: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/tmpats0apvj.c" target datalayout = "e-m:e-p270: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/tmp8tpi1y3z.c' source_filename = "/tmp/tmp8tpi1y3z.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128" target triple = "x86_64-pc-linux-gnu" @.str = private unnamed_addr constant [4 x i8] c"%f\0A\00", align 1 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local i32 @main(i32 noundef %0, ptr noundef %1) #0 { %3 = alloca i32, align 4 %4 = alloca i32, align 4 %5 = alloca ptr, align 8 %6 = alloca ptr, align 8 %7 = alloca double, align 8 %8 = alloca double, align 8 %9 = alloca double, align 8 %10 = alloca ptr, align 8 %11 = 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 %12 = call ptr @allocateVector(i32 noundef 60000) store ptr %12, ptr %6, align 8 store double 1.000000e+00, ptr %7, align 8 store double 2.000000e+00, ptr %8, align 8 store double 1.300000e+00, ptr %9, align 8 %13 = call ptr @malloc(i32 noundef 480000) store ptr %13, ptr %10, align 8 store i32 0, ptr %11, align 4 br label %14 14: ; preds = %22, %2 %15 = load i32, ptr %11, align 4 %16 = icmp slt i32 %15, 2395 br i1 %16, label %17, label %25 17: ; preds = %14 %18 = load ptr, ptr %10, align 8 %19 = load ptr, ptr %6, align 8 %20 = load double, ptr %9, align 8 %21 = call i32 @gaussianFilter(ptr noundef %18, ptr noundef %19, double noundef %20, i32 noundef 60000) br label %22 22: ; preds = %17 %23 = load i32, ptr %11, align 4 %24 = add nsw i32 %23, 1 store i32 %24, ptr %11, align 4 br label %14, !llvm.loop !6 25: ; preds = %14 %26 = load ptr, ptr %10, align 8 %27 = getelementptr inbounds double, ptr %26, i64 0 %28 = load double, ptr %27, align 8 %29 = call i32 @printf(ptr noundef @.str, double noundef %28) %30 = load ptr, ptr %6, align 8 %31 = call i32 @free(ptr noundef %30) %32 = load ptr, ptr %10, align 8 %33 = call i32 @free(ptr noundef %32) ret i32 0 } declare ptr @allocateVector(i32 noundef) #1 declare ptr @malloc(i32 noundef) #1 declare i32 @gaussianFilter(ptr noundef, ptr noundef, double noundef, i32 noundef) #1 declare i32 @printf(ptr noundef, double noundef) #1 declare i32 @free(ptr noundef) #1 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"} !6 = distinct !{!6, !7} !7 = !{!"llvm.loop.mustprogress"}
; ModuleID = '<stdin>' source_filename = "/tmp/tmp8tpi1y3z.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128" target triple = "x86_64-pc-linux-gnu" @.str = private unnamed_addr constant [4 x i8] c"%f\0A\00", align 1 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local i32 @main(i32 noundef %0, ptr noundef %1) #0 { %3 = alloca i32, align 4 %4 = alloca i32, align 4 %5 = alloca ptr, align 8 %6 = alloca ptr, align 8 %7 = alloca double, align 8 %8 = alloca double, align 8 %9 = alloca double, align 8 %10 = alloca ptr, align 8 %11 = 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 %12 = call ptr @allocateVector(i32 noundef 60000) store ptr %12, ptr %6, align 8 store double 1.000000e+00, ptr %7, align 8 store double 2.000000e+00, ptr %8, align 8 store double 1.300000e+00, ptr %9, align 8 %13 = call ptr @malloc(i32 noundef 480000) store ptr %13, ptr %10, align 8 store i32 0, ptr %11, align 4 %14 = load i32, ptr %11, align 4 %15 = icmp slt i32 %14, 2395 br i1 %15, label %.lr.ph, label %26 .lr.ph: ; preds = %2 br label %16 16: ; preds = %.lr.ph, %21 %17 = load ptr, ptr %10, align 8 %18 = load ptr, ptr %6, align 8 %19 = load double, ptr %9, align 8 %20 = call i32 @gaussianFilter(ptr noundef %17, ptr noundef %18, double noundef %19, i32 noundef 60000) br label %21 21: ; preds = %16 %22 = load i32, ptr %11, align 4 %23 = add nsw i32 %22, 1 store i32 %23, ptr %11, align 4 %24 = load i32, ptr %11, align 4 %25 = icmp slt i32 %24, 2395 br i1 %25, label %16, label %._crit_edge, !llvm.loop !6 ._crit_edge: ; preds = %21 br label %26 26: ; preds = %._crit_edge, %2 %27 = load ptr, ptr %10, align 8 %28 = getelementptr inbounds double, ptr %27, i64 0 %29 = load double, ptr %28, align 8 %30 = call i32 @printf(ptr noundef @.str, double noundef %29) %31 = load ptr, ptr %6, align 8 %32 = call i32 @free(ptr noundef %31) %33 = load ptr, ptr %10, align 8 %34 = call i32 @free(ptr noundef %33) ret i32 0 } declare ptr @allocateVector(i32 noundef) #1 declare ptr @malloc(i32 noundef) #1 declare i32 @gaussianFilter(ptr noundef, ptr noundef, double noundef, i32 noundef) #1 declare i32 @printf(ptr noundef, double noundef) #1 declare i32 @free(ptr noundef) #1 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"} !6 = distinct !{!6, !7} !7 = !{!"llvm.loop.mustprogress"}
; ModuleID = '/tmp/tmpy84e57uy.c' source_filename = "/tmp/tmpy84e57uy.c" target datalayout = "e-m:e-p270: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/tmpy84e57uy.c" target datalayout = "e-m:e-p270: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/tmptf17gakc.c' source_filename = "/tmp/tmptf17gakc.c" target datalayout = "e-m:e-p270: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"_ge\00", align 1 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local void @gen_greater_or_equal() #0 { %1 = call i32 (...) @gen_pop() %2 = call i32 @gen_call(ptr noundef @.str) ret void } declare i32 @gen_pop(...) #1 declare i32 @gen_call(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/tmptf17gakc.c" target datalayout = "e-m:e-p270: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"_ge\00", align 1 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local void @gen_greater_or_equal() #0 { %1 = call i32 (...) @gen_pop() %2 = call i32 @gen_call(ptr noundef @.str) ret void } declare i32 @gen_pop(...) #1 declare i32 @gen_call(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/tmphfzaa3za.c' source_filename = "/tmp/tmphfzaa3za.c" target datalayout = "e-m:e-p270: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/tmphfzaa3za.c" target datalayout = "e-m:e-p270: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/tmpo8z8w3zm.c' source_filename = "/tmp/tmpo8z8w3zm.c" target datalayout = "e-m:e-p270: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 @xNumber_toUint64(ptr noundef %0, i32 noundef %1, i32 noundef %2, i32 noundef %3, ptr noundef %4) #0 { %6 = alloca i32, align 4 %7 = alloca ptr, align 8 %8 = alloca i32, align 4 %9 = alloca i32, align 4 %10 = alloca i32, align 4 %11 = alloca ptr, align 8 %12 = alloca i32, align 4 %13 = alloca i32, align 4 store ptr %0, ptr %7, align 8 store i32 %1, ptr %8, align 4 store i32 %2, ptr %9, align 4 store i32 %3, ptr %10, align 4 store ptr %4, ptr %11, align 8 %14 = load i32, ptr %10, align 4 %15 = load i32, ptr %9, align 4 %16 = sub nsw i32 %14, %15 %17 = icmp sge i32 %16, 8 br i1 %17, label %30, label %18 18: ; preds = %5 %19 = load i32, ptr %9, align 4 %20 = load i32, ptr %10, align 4 %21 = icmp sgt i32 %19, %20 br i1 %21, label %30, label %22 22: ; preds = %18 %23 = load i32, ptr %9, align 4 %24 = load i32, ptr %8, align 4 %25 = icmp sge i32 %23, %24 br i1 %25, label %30, label %26 26: ; preds = %22 %27 = load i32, ptr %10, align 4 %28 = load i32, ptr %8, align 4 %29 = icmp sge i32 %27, %28 br i1 %29, label %30, label %31 30: ; preds = %26, %22, %18, %5 store i32 0, ptr %6, align 4 br label %61 31: ; preds = %26 %32 = load i32, ptr %10, align 4 store i32 %32, ptr %12, align 4 store i32 0, ptr %13, align 4 br label %33 33: ; preds = %55, %31 %34 = load i32, ptr %10, align 4 %35 = load i32, ptr %12, align 4 %36 = icmp sge i32 %34, %35 br i1 %36, label %37, label %41 37: ; preds = %33 %38 = load i32, ptr %12, align 4 %39 = load i32, ptr %9, align 4 %40 = icmp sge i32 %38, %39 br label %41 41: ; preds = %37, %33 %42 = phi i1 [ false, %33 ], [ %40, %37 ] br i1 %42, label %43, label %60 43: ; preds = %41 %44 = load ptr, ptr %7, align 8 %45 = load i32, ptr %12, align 4 %46 = sext i32 %45 to i64 %47 = getelementptr inbounds i32, ptr %44, i64 %46 %48 = load i32, ptr %47, align 4 %49 = load i32, ptr %13, align 4 %50 = shl i32 %49, 3 %51 = shl i32 %48, %50 %52 = load ptr, ptr %11, align 8 %53 = load i32, ptr %52, align 4 %54 = add nsw i32 %53, %51 store i32 %54, ptr %52, align 4 br label %55 55: ; preds = %43 %56 = load i32, ptr %12, align 4 %57 = add nsw i32 %56, -1 store i32 %57, ptr %12, align 4 %58 = load i32, ptr %13, align 4 %59 = add nsw i32 %58, 1 store i32 %59, ptr %13, align 4 br label %33, !llvm.loop !6 60: ; preds = %41 store i32 1, ptr %6, align 4 br label %61 61: ; preds = %60, %30 %62 = load i32, ptr %6, align 4 ret i32 %62 } attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-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/tmpo8z8w3zm.c" target datalayout = "e-m:e-p270: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 @xNumber_toUint64(ptr noundef %0, i32 noundef %1, i32 noundef %2, i32 noundef %3, ptr noundef %4) #0 { %6 = alloca i32, align 4 %7 = alloca ptr, align 8 %8 = alloca i32, align 4 %9 = alloca i32, align 4 %10 = alloca i32, align 4 %11 = alloca ptr, align 8 %12 = alloca i32, align 4 %13 = alloca i32, align 4 store ptr %0, ptr %7, align 8 store i32 %1, ptr %8, align 4 store i32 %2, ptr %9, align 4 store i32 %3, ptr %10, align 4 store ptr %4, ptr %11, align 8 %14 = load i32, ptr %10, align 4 %15 = load i32, ptr %9, align 4 %16 = sub nsw i32 %14, %15 %17 = icmp sge i32 %16, 8 br i1 %17, label %30, label %18 18: ; preds = %5 %19 = load i32, ptr %9, align 4 %20 = load i32, ptr %10, align 4 %21 = icmp sgt i32 %19, %20 br i1 %21, label %30, label %22 22: ; preds = %18 %23 = load i32, ptr %9, align 4 %24 = load i32, ptr %8, align 4 %25 = icmp sge i32 %23, %24 br i1 %25, label %30, label %26 26: ; preds = %22 %27 = load i32, ptr %10, align 4 %28 = load i32, ptr %8, align 4 %29 = icmp sge i32 %27, %28 br i1 %29, label %30, label %31 30: ; preds = %26, %22, %18, %5 store i32 0, ptr %6, align 4 br label %61 31: ; preds = %26 %32 = load i32, ptr %10, align 4 store i32 %32, ptr %12, align 4 store i32 0, ptr %13, align 4 br label %33 33: ; preds = %55, %31 %34 = load i32, ptr %10, align 4 %35 = load i32, ptr %12, align 4 %36 = icmp sge i32 %34, %35 br i1 %36, label %37, label %41 37: ; preds = %33 %38 = load i32, ptr %12, align 4 %39 = load i32, ptr %9, align 4 %40 = icmp sge i32 %38, %39 br label %41 41: ; preds = %37, %33 %42 = phi i1 [ false, %33 ], [ %40, %37 ] br i1 %42, label %43, label %60 43: ; preds = %41 %44 = load ptr, ptr %7, align 8 %45 = load i32, ptr %12, align 4 %46 = sext i32 %45 to i64 %47 = getelementptr inbounds i32, ptr %44, i64 %46 %48 = load i32, ptr %47, align 4 %49 = load i32, ptr %13, align 4 %50 = shl i32 %49, 3 %51 = shl i32 %48, %50 %52 = load ptr, ptr %11, align 8 %53 = load i32, ptr %52, align 4 %54 = add nsw i32 %53, %51 store i32 %54, ptr %52, align 4 br label %55 55: ; preds = %43 %56 = load i32, ptr %12, align 4 %57 = add nsw i32 %56, -1 store i32 %57, ptr %12, align 4 %58 = load i32, ptr %13, align 4 %59 = add nsw i32 %58, 1 store i32 %59, ptr %13, align 4 br label %33, !llvm.loop !6 60: ; preds = %41 store i32 1, ptr %6, align 4 br label %61 61: ; preds = %60, %30 %62 = load i32, ptr %6, align 4 ret i32 %62 } attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-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/tmplwq0p76u.c' source_filename = "/tmp/tmplwq0p76u.c" target datalayout = "e-m:e-p270: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 @rotl_64h(i64 noundef %0, i32 noundef %1) #0 { %3 = alloca i64, align 8 %4 = alloca i32, align 4 store i64 %0, ptr %3, align 8 store i32 %1, ptr %4, align 4 %5 = load i32, ptr %4, align 4 %6 = shl i32 %5, 16 %7 = load i32, ptr %4, align 4 %8 = ashr i32 %7, 48 %9 = or i32 %6, %8 ret i32 %9 } attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-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/tmplwq0p76u.c" target datalayout = "e-m:e-p270: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 @rotl_64h(i64 noundef %0, i32 noundef %1) #0 { %3 = alloca i64, align 8 %4 = alloca i32, align 4 store i64 %0, ptr %3, align 8 store i32 %1, ptr %4, align 4 %5 = load i32, ptr %4, align 4 %6 = shl i32 %5, 16 %7 = load i32, ptr %4, align 4 %8 = ashr i32 %7, 48 %9 = or i32 %6, %8 ret i32 %9 } attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-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/tmpapuwmeyh.c' source_filename = "/tmp/tmpapuwmeyh.c" target datalayout = "e-m:e-p270: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.timeval = type { i32, i64 } ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local i64 @rudp_curr_time() #0 { %1 = alloca %struct.timeval, align 8 %2 = call i32 @gettimeofday(ptr noundef %1, ptr noundef null) %3 = getelementptr inbounds %struct.timeval, ptr %1, i32 0, i32 0 %4 = load i32, ptr %3, align 8 %5 = mul nsw i32 1000000, %4 %6 = sext i32 %5 to i64 %7 = getelementptr inbounds %struct.timeval, ptr %1, i32 0, i32 1 %8 = load i64, ptr %7, align 8 %9 = add i64 %6, %8 ret i64 %9 } declare i32 @gettimeofday(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/tmpapuwmeyh.c" target datalayout = "e-m:e-p270: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.timeval = type { i32, i64 } ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local i64 @rudp_curr_time() #0 { %1 = alloca %struct.timeval, align 8 %2 = call i32 @gettimeofday(ptr noundef %1, ptr noundef null) %3 = getelementptr inbounds %struct.timeval, ptr %1, i32 0, i32 0 %4 = load i32, ptr %3, align 8 %5 = mul nsw i32 1000000, %4 %6 = sext i32 %5 to i64 %7 = getelementptr inbounds %struct.timeval, ptr %1, i32 0, i32 1 %8 = load i64, ptr %7, align 8 %9 = add i64 %6, %8 ret i64 %9 } declare i32 @gettimeofday(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/tmpzyxj4xef.c' source_filename = "/tmp/tmpzyxj4xef.c" target datalayout = "e-m:e-p270: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"setUnixTime %lu\0D\0A\00", align 1 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local i32 @dsu_setUnixTime(i32 noundef %0, i32 noundef %1) #0 { %3 = alloca i32, align 4 %4 = alloca i32, align 4 %5 = alloca [250 x i8], align 16 %6 = alloca i32, align 4 store i32 %0, ptr %3, align 4 store i32 %1, ptr %4, align 4 %7 = getelementptr inbounds [250 x i8], ptr %5, i64 0, i64 0 %8 = load i32, ptr %4, align 4 %9 = call i32 @snprintf(ptr noundef %7, i32 noundef 250, ptr noundef @.str, i32 noundef %8) store i32 %9, ptr %6, align 4 %10 = load i32, ptr %3, align 4 %11 = getelementptr inbounds [250 x i8], ptr %5, i64 0, i64 0 %12 = load i32, ptr %6, align 4 %13 = call i32 @writen_ni(i32 noundef %10, ptr noundef %11, i32 noundef %12) ret i32 %13 } declare i32 @snprintf(ptr noundef, i32 noundef, ptr noundef, i32 noundef) #1 declare i32 @writen_ni(i32 noundef, ptr noundef, i32 noundef) #1 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '<stdin>' source_filename = "/tmp/tmpzyxj4xef.c" target datalayout = "e-m:e-p270: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"setUnixTime %lu\0D\0A\00", align 1 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local i32 @dsu_setUnixTime(i32 noundef %0, i32 noundef %1) #0 { %3 = alloca i32, align 4 %4 = alloca i32, align 4 %5 = alloca [250 x i8], align 16 %6 = alloca i32, align 4 store i32 %0, ptr %3, align 4 store i32 %1, ptr %4, align 4 %7 = getelementptr inbounds [250 x i8], ptr %5, i64 0, i64 0 %8 = load i32, ptr %4, align 4 %9 = call i32 @snprintf(ptr noundef %7, i32 noundef 250, ptr noundef @.str, i32 noundef %8) store i32 %9, ptr %6, align 4 %10 = load i32, ptr %3, align 4 %11 = getelementptr inbounds [250 x i8], ptr %5, i64 0, i64 0 %12 = load i32, ptr %6, align 4 %13 = call i32 @writen_ni(i32 noundef %10, ptr noundef %11, i32 noundef %12) ret i32 %13 } declare i32 @snprintf(ptr noundef, i32 noundef, ptr noundef, i32 noundef) #1 declare i32 @writen_ni(i32 noundef, ptr noundef, i32 noundef) #1 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '/tmp/tmpjgiihpdf.c' source_filename = "/tmp/tmpjgiihpdf.c" target datalayout = "e-m:e-p270: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 @O_CLOEXEC = dso_local global i32 0, align 4 @EBUSY = dso_local global i32 0, align 4 @ENOSYS = dso_local global i32 0, align 4 @F_SETFD = dso_local global i32 0, align 4 @FD_CLOEXEC = dso_local global i32 0, align 4 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local i32 @__dup3(i32 noundef %0, i32 noundef %1, i32 noundef %2) #0 { %4 = alloca i32, align 4 %5 = alloca i32, align 4 %6 = alloca i32, align 4 %7 = alloca i32, align 4 %8 = alloca i32, align 4 store i32 %0, ptr %5, align 4 store i32 %1, ptr %6, align 4 store i32 %2, ptr %7, align 4 %9 = load i32, ptr %5, align 4 %10 = load i32, ptr %6, align 4 %11 = icmp eq i32 %9, %10 br i1 %11, label %12, label %16 12: ; preds = %3 %13 = load i32, ptr @EINVAL, align 4 %14 = sub nsw i32 0, %13 %15 = call i32 @__syscall_ret(i32 noundef %14) store i32 %15, ptr %4, align 4 br label %62 16: ; preds = %3 %17 = load i32, ptr %7, align 4 %18 = load i32, ptr @O_CLOEXEC, align 4 %19 = and i32 %17, %18 %20 = icmp ne i32 %19, 0 br i1 %20, label %21, label %40 21: ; preds = %16 br label %22 22: ; preds = %30, %21 %23 = load i32, ptr %5, align 4 %24 = load i32, ptr %6, align 4 %25 = load i32, ptr %7, align 4 %26 = call i32 (i32, i32, i32, ...) @__syscall(i32 noundef 358, i32 noundef %23, i32 noundef %24, i32 noundef %25) store i32 %26, ptr %8, align 4 %27 = load i32, ptr @EBUSY, align 4 %28 = sub nsw i32 0, %27 %29 = icmp eq i32 %26, %28 br i1 %29, label %30, label %31 30: ; preds = %22 br label %22, !llvm.loop !6 31: ; preds = %22 %32 = load i32, ptr %8, align 4 %33 = load i32, ptr @ENOSYS, align 4 %34 = sub nsw i32 0, %33 %35 = icmp ne i32 %32, %34 br i1 %35, label %36, label %39 36: ; preds = %31 %37 = load i32, ptr %8, align 4 %38 = call i32 @__syscall_ret(i32 noundef %37) store i32 %38, ptr %4, align 4 br label %62 39: ; preds = %31 br label %40 40: ; preds = %39, %16 br label %41 41: ; preds = %48, %40 %42 = load i32, ptr %5, align 4 %43 = load i32, ptr %6, align 4 %44 = call i32 (i32, i32, i32, ...) @__syscall(i32 noundef 63, i32 noundef %42, i32 noundef %43) store i32 %44, ptr %8, align 4 %45 = load i32, ptr @EBUSY, align 4 %46 = sub nsw i32 0, %45 %47 = icmp eq i32 %44, %46 br i1 %47, label %48, label %49 48: ; preds = %41 br label %41, !llvm.loop !8 49: ; preds = %41 %50 = load i32, ptr %7, align 4 %51 = load i32, ptr @O_CLOEXEC, align 4 %52 = and i32 %50, %51 %53 = icmp ne i32 %52, 0 br i1 %53, label %54, label %59 54: ; preds = %49 %55 = load i32, ptr %6, align 4 %56 = load i32, ptr @F_SETFD, align 4 %57 = load i32, ptr @FD_CLOEXEC, align 4 %58 = call i32 (i32, i32, i32, ...) @__syscall(i32 noundef 55, i32 noundef %55, i32 noundef %56, i32 noundef %57) br label %59 59: ; preds = %54, %49 %60 = load i32, ptr %8, align 4 %61 = call i32 @__syscall_ret(i32 noundef %60) store i32 %61, ptr %4, align 4 br label %62 62: ; preds = %59, %36, %12 %63 = load i32, ptr %4, align 4 ret i32 %63 } declare i32 @__syscall_ret(i32 noundef) #1 declare i32 @__syscall(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"} !8 = distinct !{!8, !7}
; ModuleID = '<stdin>' source_filename = "/tmp/tmpjgiihpdf.c" target datalayout = "e-m:e-p270: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 @O_CLOEXEC = dso_local global i32 0, align 4 @EBUSY = dso_local global i32 0, align 4 @ENOSYS = dso_local global i32 0, align 4 @F_SETFD = dso_local global i32 0, align 4 @FD_CLOEXEC = dso_local global i32 0, align 4 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local i32 @__dup3(i32 noundef %0, i32 noundef %1, i32 noundef %2) #0 { %4 = alloca i32, align 4 %5 = alloca i32, align 4 %6 = alloca i32, align 4 %7 = alloca i32, align 4 %8 = alloca i32, align 4 store i32 %0, ptr %5, align 4 store i32 %1, ptr %6, align 4 store i32 %2, ptr %7, align 4 %9 = load i32, ptr %5, align 4 %10 = load i32, ptr %6, align 4 %11 = icmp eq i32 %9, %10 br i1 %11, label %12, label %16 12: ; preds = %3 %13 = load i32, ptr @EINVAL, align 4 %14 = sub nsw i32 0, %13 %15 = call i32 @__syscall_ret(i32 noundef %14) store i32 %15, ptr %4, align 4 br label %60 16: ; preds = %3 %17 = load i32, ptr %7, align 4 %18 = load i32, ptr @O_CLOEXEC, align 4 %19 = and i32 %17, %18 %20 = icmp ne i32 %19, 0 br i1 %20, label %21, label %39 21: ; preds = %16 br label %22 22: ; preds = %22, %21 %23 = load i32, ptr %5, align 4 %24 = load i32, ptr %6, align 4 %25 = load i32, ptr %7, align 4 %26 = call i32 (i32, i32, i32, ...) @__syscall(i32 noundef 358, i32 noundef %23, i32 noundef %24, i32 noundef %25) store i32 %26, ptr %8, align 4 %27 = load i32, ptr @EBUSY, align 4 %28 = sub nsw i32 0, %27 %29 = icmp eq i32 %26, %28 br i1 %29, label %22, label %30, !llvm.loop !6 30: ; preds = %22 %31 = load i32, ptr %8, align 4 %32 = load i32, ptr @ENOSYS, align 4 %33 = sub nsw i32 0, %32 %34 = icmp ne i32 %31, %33 br i1 %34, label %35, label %38 35: ; preds = %30 %36 = load i32, ptr %8, align 4 %37 = call i32 @__syscall_ret(i32 noundef %36) store i32 %37, ptr %4, align 4 br label %60 38: ; preds = %30 br label %39 39: ; preds = %38, %16 br label %40 40: ; preds = %40, %39 %41 = load i32, ptr %5, align 4 %42 = load i32, ptr %6, align 4 %43 = call i32 (i32, i32, i32, ...) @__syscall(i32 noundef 63, i32 noundef %41, i32 noundef %42) store i32 %43, ptr %8, align 4 %44 = load i32, ptr @EBUSY, align 4 %45 = sub nsw i32 0, %44 %46 = icmp eq i32 %43, %45 br i1 %46, label %40, label %47, !llvm.loop !8 47: ; preds = %40 %48 = load i32, ptr %7, align 4 %49 = load i32, ptr @O_CLOEXEC, align 4 %50 = and i32 %48, %49 %51 = icmp ne i32 %50, 0 br i1 %51, label %52, label %57 52: ; preds = %47 %53 = load i32, ptr %6, align 4 %54 = load i32, ptr @F_SETFD, align 4 %55 = load i32, ptr @FD_CLOEXEC, align 4 %56 = call i32 (i32, i32, i32, ...) @__syscall(i32 noundef 55, i32 noundef %53, i32 noundef %54, i32 noundef %55) br label %57 57: ; preds = %52, %47 %58 = load i32, ptr %8, align 4 %59 = call i32 @__syscall_ret(i32 noundef %58) store i32 %59, ptr %4, align 4 br label %60 60: ; preds = %57, %35, %12 %61 = load i32, ptr %4, align 4 ret i32 %61 } declare i32 @__syscall_ret(i32 noundef) #1 declare i32 @__syscall(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"} !8 = distinct !{!8, !7}
; ModuleID = '/tmp/tmpdwkwlpkz.c' source_filename = "/tmp/tmpdwkwlpkz.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128" target triple = "x86_64-pc-linux-gnu" @EXIT_SUCCESS = dso_local global i32 0, align 4 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local i32 @sync_main(i32 noundef %0, ptr noundef %1) #0 { %3 = alloca i32, align 4 %4 = alloca ptr, align 8 store i32 %0, ptr %3, align 4 store ptr %1, ptr %4, align 8 %5 = load i32, ptr %3, align 4 %6 = icmp sgt i32 %5, 1 br i1 %6, label %7, label %16 7: ; preds = %2 %8 = load ptr, ptr %4, align 8 %9 = getelementptr inbounds ptr, ptr %8, i64 1 %10 = load ptr, ptr %9, align 8 %11 = load i8, ptr %10, align 1 %12 = sext i8 %11 to i32 %13 = icmp eq i32 %12, 45 br i1 %13, label %14, label %16 14: ; preds = %7 %15 = call i32 (...) @show_usage() br label %16 16: ; preds = %14, %7, %2 %17 = call i32 (...) @sync() %18 = load i32, ptr @EXIT_SUCCESS, align 4 ret i32 %18 } declare i32 @show_usage(...) #1 declare i32 @sync(...) #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/tmpdwkwlpkz.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128" target triple = "x86_64-pc-linux-gnu" @EXIT_SUCCESS = dso_local global i32 0, align 4 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local i32 @sync_main(i32 noundef %0, ptr noundef %1) #0 { %3 = alloca i32, align 4 %4 = alloca ptr, align 8 store i32 %0, ptr %3, align 4 store ptr %1, ptr %4, align 8 %5 = load i32, ptr %3, align 4 %6 = icmp sgt i32 %5, 1 br i1 %6, label %7, label %16 7: ; preds = %2 %8 = load ptr, ptr %4, align 8 %9 = getelementptr inbounds ptr, ptr %8, i64 1 %10 = load ptr, ptr %9, align 8 %11 = load i8, ptr %10, align 1 %12 = sext i8 %11 to i32 %13 = icmp eq i32 %12, 45 br i1 %13, label %14, label %16 14: ; preds = %7 %15 = call i32 (...) @show_usage() br label %16 16: ; preds = %14, %7, %2 %17 = call i32 (...) @sync() %18 = load i32, ptr @EXIT_SUCCESS, align 4 ret i32 %18 } declare i32 @show_usage(...) #1 declare i32 @sync(...) #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/tmpp0lq9rbo.c' source_filename = "/tmp/tmpp0lq9rbo.c" target datalayout = "e-m:e-p270: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/tmpp0lq9rbo.c" target datalayout = "e-m:e-p270: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/tmphi2zhfy_.c' source_filename = "/tmp/tmphi2zhfy_.c" target datalayout = "e-m:e-p270: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 %6 = call i32 @__get_cpuid(i32 noundef 1, ptr noundef %2, ptr noundef %3, ptr noundef %4, ptr noundef %5) %7 = icmp ne i32 %6, 0 br i1 %7, label %9, label %8 8: ; preds = %0 ret i32 0 9: ; preds = %0 %10 = load i32, ptr %4, align 4 %11 = and i32 %10, 268435456 %12 = icmp ne i32 %11, 0 br i1 %12, label %13, label %15 13: ; preds = %9 %14 = call i32 (...) @vector_2_x() br label %15 15: ; preds = %13, %9 %16 = call i32 @exit(i32 noundef 0) #3 unreachable } declare i32 @__get_cpuid(i32 noundef, ptr noundef, ptr noundef, ptr noundef, ptr noundef) #1 declare i32 @vector_2_x(...) #1 ; Function Attrs: noreturn declare i32 @exit(i32 noundef) #2 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #2 = { noreturn "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #3 = { noreturn } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '<stdin>' source_filename = "/tmp/tmphi2zhfy_.c" target datalayout = "e-m:e-p270: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 %6 = call i32 @__get_cpuid(i32 noundef 1, ptr noundef %2, ptr noundef %3, ptr noundef %4, ptr noundef %5) %7 = icmp ne i32 %6, 0 br i1 %7, label %9, label %8 8: ; preds = %0 ret i32 0 9: ; preds = %0 %10 = load i32, ptr %4, align 4 %11 = and i32 %10, 268435456 %12 = icmp ne i32 %11, 0 br i1 %12, label %13, label %15 13: ; preds = %9 %14 = call i32 (...) @vector_2_x() br label %15 15: ; preds = %13, %9 %16 = call i32 @exit(i32 noundef 0) #3 unreachable } declare i32 @__get_cpuid(i32 noundef, ptr noundef, ptr noundef, ptr noundef, ptr noundef) #1 declare i32 @vector_2_x(...) #1 ; Function Attrs: noreturn declare i32 @exit(i32 noundef) #2 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #2 = { noreturn "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #3 = { noreturn } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '/tmp/tmp39x75a6h.c' source_filename = "/tmp/tmp39x75a6h.c" target datalayout = "e-m:e-p270: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/tmp39x75a6h.c" target datalayout = "e-m:e-p270: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/tmpu63_2jtc.c' source_filename = "/tmp/tmpu63_2jtc.c" target datalayout = "e-m:e-p270: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/tmpu63_2jtc.c" target datalayout = "e-m:e-p270: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/tmpfv_kk6ti.c' source_filename = "/tmp/tmpfv_kk6ti.c" target datalayout = "e-m:e-p270: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 @initialize_varbprec_solution(i32 noundef %0, i32 noundef %1, ptr noundef %2) #0 { %4 = alloca i32, align 4 %5 = alloca i32, align 4 %6 = alloca ptr, align 8 %7 = alloca i32, align 4 %8 = alloca i32, align 4 %9 = alloca [2 x i32], align 4 %10 = alloca ptr, align 8 %11 = alloca i64, align 8 %12 = alloca ptr, align 8 store i32 %0, ptr %4, align 4 store i32 %1, ptr %5, align 4 store ptr %2, ptr %6, align 8 %13 = load i32, ptr %5, align 4 %14 = zext i32 %13 to i64 %15 = call ptr @llvm.stacksave() store ptr %15, ptr %10, align 8 %16 = alloca i32, i64 %14, align 16 store i64 %14, ptr %11, align 8 %17 = load i32, ptr %5, align 4 %18 = getelementptr inbounds [2 x i32], ptr %9, i64 0, i64 0 store i32 %17, ptr %18, align 4 %19 = load i32, ptr %4, align 4 %20 = getelementptr inbounds [2 x i32], ptr %9, i64 0, i64 1 store i32 %19, ptr %20, align 4 store i32 0, ptr %8, align 4 br label %21 21: ; preds = %35, %3 %22 = load i32, ptr %8, align 4 %23 = load i32, ptr %5, align 4 %24 = icmp slt i32 %22, %23 br i1 %24, label %25, label %38 25: ; preds = %21 %26 = load ptr, ptr %6, align 8 %27 = load i32, ptr %8, align 4 %28 = sext i32 %27 to i64 %29 = getelementptr inbounds i8, ptr %26, i64 %28 %30 = load i8, ptr %29, align 1 %31 = sext i8 %30 to i32 %32 = load i32, ptr %8, align 4 %33 = sext i32 %32 to i64 %34 = getelementptr inbounds i32, ptr %16, i64 %33 store i32 %31, ptr %34, align 4 br label %35 35: ; preds = %25 %36 = load i32, ptr %8, align 4 %37 = add nsw i32 %36, 1 store i32 %37, ptr %8, align 4 br label %21, !llvm.loop !6 38: ; preds = %21 %39 = getelementptr inbounds [2 x i32], ptr %9, i64 0, i64 0 %40 = load ptr, ptr %12, align 8 %41 = call i32 @_ada_use_c2phc(i32 noundef 517, ptr noundef %39, ptr noundef %16, ptr noundef %40) store i32 %41, ptr %7, align 4 %42 = load i32, ptr %7, align 4 %43 = load ptr, ptr %10, align 8 call void @llvm.stackrestore(ptr %43) ret i32 %42 } ; Function Attrs: nocallback nofree nosync nounwind willreturn declare ptr @llvm.stacksave() #1 declare i32 @_ada_use_c2phc(i32 noundef, ptr noundef, ptr noundef, ptr noundef) #2 ; Function Attrs: nocallback nofree nosync nounwind willreturn declare void @llvm.stackrestore(ptr) #1 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { nocallback nofree nosync nounwind willreturn } attributes #2 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"} !6 = distinct !{!6, !7} !7 = !{!"llvm.loop.mustprogress"}
; ModuleID = '<stdin>' source_filename = "/tmp/tmpfv_kk6ti.c" target datalayout = "e-m:e-p270: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 @initialize_varbprec_solution(i32 noundef %0, i32 noundef %1, ptr noundef %2) #0 { %4 = alloca i32, align 4 %5 = alloca i32, align 4 %6 = alloca ptr, align 8 %7 = alloca i32, align 4 %8 = alloca i32, align 4 %9 = alloca [2 x i32], align 4 %10 = alloca ptr, align 8 %11 = alloca i64, align 8 %12 = alloca ptr, align 8 store i32 %0, ptr %4, align 4 store i32 %1, ptr %5, align 4 store ptr %2, ptr %6, align 8 %13 = load i32, ptr %5, align 4 %14 = zext i32 %13 to i64 %15 = call ptr @llvm.stacksave() store ptr %15, ptr %10, align 8 %16 = alloca i32, i64 %14, align 16 store i64 %14, ptr %11, align 8 %17 = load i32, ptr %5, align 4 %18 = getelementptr inbounds [2 x i32], ptr %9, i64 0, i64 0 store i32 %17, ptr %18, align 4 %19 = load i32, ptr %4, align 4 %20 = getelementptr inbounds [2 x i32], ptr %9, i64 0, i64 1 store i32 %19, ptr %20, align 4 store i32 0, ptr %8, align 4 %21 = load i32, ptr %8, align 4 %22 = load i32, ptr %5, align 4 %23 = icmp slt i32 %21, %22 br i1 %23, label %.lr.ph, label %40 .lr.ph: ; preds = %3 br label %24 24: ; preds = %.lr.ph, %34 %25 = load ptr, ptr %6, align 8 %26 = load i32, ptr %8, align 4 %27 = sext i32 %26 to i64 %28 = getelementptr inbounds i8, ptr %25, i64 %27 %29 = load i8, ptr %28, align 1 %30 = sext i8 %29 to i32 %31 = load i32, ptr %8, align 4 %32 = sext i32 %31 to i64 %33 = getelementptr inbounds i32, ptr %16, i64 %32 store i32 %30, ptr %33, align 4 br label %34 34: ; preds = %24 %35 = load i32, ptr %8, align 4 %36 = add nsw i32 %35, 1 store i32 %36, ptr %8, align 4 %37 = load i32, ptr %8, align 4 %38 = load i32, ptr %5, align 4 %39 = icmp slt i32 %37, %38 br i1 %39, label %24, label %._crit_edge, !llvm.loop !6 ._crit_edge: ; preds = %34 br label %40 40: ; preds = %._crit_edge, %3 %41 = getelementptr inbounds [2 x i32], ptr %9, i64 0, i64 0 %42 = load ptr, ptr %12, align 8 %43 = call i32 @_ada_use_c2phc(i32 noundef 517, ptr noundef %41, ptr noundef %16, ptr noundef %42) store i32 %43, ptr %7, align 4 %44 = load i32, ptr %7, align 4 %45 = load ptr, ptr %10, align 8 call void @llvm.stackrestore(ptr %45) ret i32 %44 } ; Function Attrs: nocallback nofree nosync nounwind willreturn declare ptr @llvm.stacksave() #1 declare i32 @_ada_use_c2phc(i32 noundef, ptr noundef, ptr noundef, ptr noundef) #2 ; Function Attrs: nocallback nofree nosync nounwind willreturn declare void @llvm.stackrestore(ptr) #1 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { nocallback nofree nosync nounwind willreturn } attributes #2 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"} !6 = distinct !{!6, !7} !7 = !{!"llvm.loop.mustprogress"}
; ModuleID = '/tmp/tmpqdt5ziy2.c' source_filename = "/tmp/tmpqdt5ziy2.c" target datalayout = "e-m:e-p270: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 @crc16(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 store i32 0, ptr %5, align 4 store i32 0, ptr %6, align 4 br label %7 7: ; preds = %18, %2 %8 = load i32, ptr %5, align 4 %9 = load i32, ptr %4, align 4 %10 = icmp ult i32 %8, %9 br i1 %10, label %11, label %21 11: ; preds = %7 %12 = load i32, ptr %6, align 4 %13 = load ptr, ptr %3, align 8 %14 = getelementptr inbounds i8, ptr %13, i32 1 store ptr %14, ptr %3, align 8 %15 = load i8, ptr %13, align 1 %16 = zext i8 %15 to i32 %17 = call i32 @crc16_update(i32 noundef %12, i32 noundef %16) store i32 %17, ptr %6, align 4 br label %18 18: ; preds = %11 %19 = load i32, ptr %5, align 4 %20 = add i32 %19, 1 store i32 %20, ptr %5, align 4 br label %7, !llvm.loop !6 21: ; preds = %7 %22 = load i32, ptr %6, align 4 ret i32 %22 } declare i32 @crc16_update(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/tmpqdt5ziy2.c" target datalayout = "e-m:e-p270: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 @crc16(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 store i32 0, ptr %5, align 4 store i32 0, ptr %6, align 4 %7 = load i32, ptr %5, align 4 %8 = load i32, ptr %4, align 4 %9 = icmp ult i32 %7, %8 br i1 %9, label %.lr.ph, label %23 .lr.ph: ; preds = %2 br label %10 10: ; preds = %.lr.ph, %17 %11 = load i32, ptr %6, align 4 %12 = load ptr, ptr %3, align 8 %13 = getelementptr inbounds i8, ptr %12, i32 1 store ptr %13, ptr %3, align 8 %14 = load i8, ptr %12, align 1 %15 = zext i8 %14 to i32 %16 = call i32 @crc16_update(i32 noundef %11, i32 noundef %15) store i32 %16, ptr %6, align 4 br label %17 17: ; preds = %10 %18 = load i32, ptr %5, align 4 %19 = add i32 %18, 1 store i32 %19, ptr %5, align 4 %20 = load i32, ptr %5, align 4 %21 = load i32, ptr %4, align 4 %22 = icmp ult i32 %20, %21 br i1 %22, label %10, label %._crit_edge, !llvm.loop !6 ._crit_edge: ; preds = %17 br label %23 23: ; preds = %._crit_edge, %2 %24 = load i32, ptr %6, align 4 ret i32 %24 } declare i32 @crc16_update(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/tmpoklj6olz.c' source_filename = "/tmp/tmpoklj6olz.c" target datalayout = "e-m:e-p270: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 [14 x i8] c"utf8_test.txt\00", align 1 @.str.1 = private unnamed_addr constant [19 x i8] c"String size: %ld\0A\0A\00", align 1 @stdout = dso_local global i32 0, align 4 @.str.2 = private unnamed_addr constant [4 x i8] c"%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 ptr, align 8 %7 = alloca i64, align 8 %8 = 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 %9 = call ptr @read_utf8_file(ptr noundef @.str, ptr noundef %7) store ptr %9, ptr %8, align 8 %10 = load i64, ptr %7, align 8 %11 = call i32 @printf(ptr noundef @.str.1, i64 noundef %10) %12 = load i32, ptr @stdout, align 4 %13 = call ptr @u_finit(i32 noundef %12, ptr noundef null, ptr noundef null) store ptr %13, ptr %6, align 8 %14 = load ptr, ptr %6, align 8 %15 = load ptr, ptr %8, align 8 %16 = call i32 @u_fprintf(ptr noundef %14, ptr noundef @.str.2, ptr noundef %15) %17 = load ptr, ptr %6, align 8 %18 = call i32 @u_fclose(ptr noundef %17) %19 = load ptr, ptr %8, align 8 %20 = call i32 @free(ptr noundef %19) ret i32 0 } declare ptr @read_utf8_file(ptr noundef, ptr noundef) #1 declare i32 @printf(ptr noundef, i64 noundef) #1 declare ptr @u_finit(i32 noundef, ptr noundef, ptr noundef) #1 declare i32 @u_fprintf(ptr noundef, ptr noundef, ptr noundef) #1 declare i32 @u_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/tmpoklj6olz.c" target datalayout = "e-m:e-p270: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 [14 x i8] c"utf8_test.txt\00", align 1 @.str.1 = private unnamed_addr constant [19 x i8] c"String size: %ld\0A\0A\00", align 1 @stdout = dso_local global i32 0, align 4 @.str.2 = private unnamed_addr constant [4 x i8] c"%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 ptr, align 8 %7 = alloca i64, align 8 %8 = 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 %9 = call ptr @read_utf8_file(ptr noundef @.str, ptr noundef %7) store ptr %9, ptr %8, align 8 %10 = load i64, ptr %7, align 8 %11 = call i32 @printf(ptr noundef @.str.1, i64 noundef %10) %12 = load i32, ptr @stdout, align 4 %13 = call ptr @u_finit(i32 noundef %12, ptr noundef null, ptr noundef null) store ptr %13, ptr %6, align 8 %14 = load ptr, ptr %6, align 8 %15 = load ptr, ptr %8, align 8 %16 = call i32 @u_fprintf(ptr noundef %14, ptr noundef @.str.2, ptr noundef %15) %17 = load ptr, ptr %6, align 8 %18 = call i32 @u_fclose(ptr noundef %17) %19 = load ptr, ptr %8, align 8 %20 = call i32 @free(ptr noundef %19) ret i32 0 } declare ptr @read_utf8_file(ptr noundef, ptr noundef) #1 declare i32 @printf(ptr noundef, i64 noundef) #1 declare ptr @u_finit(i32 noundef, ptr noundef, ptr noundef) #1 declare i32 @u_fprintf(ptr noundef, ptr noundef, ptr noundef) #1 declare i32 @u_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/tmp_ntbexwi.c' source_filename = "/tmp/tmp_ntbexwi.c" target datalayout = "e-m:e-p270: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 @SPI_Enc28j60_Init() #0 { %1 = call i32 (...) @spiInit() ret void } declare i32 @spiInit(...) #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_ntbexwi.c" target datalayout = "e-m:e-p270: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 @SPI_Enc28j60_Init() #0 { %1 = call i32 (...) @spiInit() ret void } declare i32 @spiInit(...) #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/tmpat4v9u38.c' source_filename = "/tmp/tmpat4v9u38.c" target datalayout = "e-m:e-p270: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 @RunEncryptionKeySchedule(ptr noundef %0, ptr noundef %1) #0 { %3 = alloca ptr, align 8 %4 = alloca ptr, align 8 store ptr %0, ptr %3, align 8 store ptr %1, ptr %4, align 8 %5 = load ptr, ptr %3, align 8 %6 = load ptr, ptr %4, align 8 %7 = call i32 @WhiteningKeyGeneration(ptr noundef %5, ptr noundef %6) %8 = load ptr, ptr %3, align 8 %9 = load ptr, ptr %4, align 8 %10 = getelementptr inbounds i32, ptr %9, i64 8 %11 = call i32 @SubkeyGeneration(ptr noundef %8, ptr noundef %10) ret void } declare i32 @WhiteningKeyGeneration(ptr noundef, ptr noundef) #1 declare i32 @SubkeyGeneration(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/tmpat4v9u38.c" target datalayout = "e-m:e-p270: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 @RunEncryptionKeySchedule(ptr noundef %0, ptr noundef %1) #0 { %3 = alloca ptr, align 8 %4 = alloca ptr, align 8 store ptr %0, ptr %3, align 8 store ptr %1, ptr %4, align 8 %5 = load ptr, ptr %3, align 8 %6 = load ptr, ptr %4, align 8 %7 = call i32 @WhiteningKeyGeneration(ptr noundef %5, ptr noundef %6) %8 = load ptr, ptr %3, align 8 %9 = load ptr, ptr %4, align 8 %10 = getelementptr inbounds i32, ptr %9, i64 8 %11 = call i32 @SubkeyGeneration(ptr noundef %8, ptr noundef %10) ret void } declare i32 @WhiteningKeyGeneration(ptr noundef, ptr noundef) #1 declare i32 @SubkeyGeneration(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/tmpri_o0hv4.c' source_filename = "/tmp/tmpri_o0hv4.c" target datalayout = "e-m:e-p270: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 @st_NewTrashDustAreaArgs(i32 noundef %0, i32 noundef %1, i32 noundef %2) #0 { %4 = alloca i32, align 4 %5 = alloca i32, align 4 %6 = alloca i32, align 4 store i32 %0, ptr %4, align 4 store i32 %1, ptr %5, align 4 store i32 %2, ptr %6, align 4 %7 = load i32, ptr %4, align 4 %8 = ashr i32 %7, 4 %9 = load i32, ptr %5, align 4 %10 = ashr i32 %9, 4 %11 = load i32, ptr %6, align 4 %12 = call i32 @st_NewTrashDust(i32 noundef %8, i32 noundef %10, i32 noundef %11) ret void } declare i32 @st_NewTrashDust(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/tmpri_o0hv4.c" target datalayout = "e-m:e-p270: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 @st_NewTrashDustAreaArgs(i32 noundef %0, i32 noundef %1, i32 noundef %2) #0 { %4 = alloca i32, align 4 %5 = alloca i32, align 4 %6 = alloca i32, align 4 store i32 %0, ptr %4, align 4 store i32 %1, ptr %5, align 4 store i32 %2, ptr %6, align 4 %7 = load i32, ptr %4, align 4 %8 = ashr i32 %7, 4 %9 = load i32, ptr %5, align 4 %10 = ashr i32 %9, 4 %11 = load i32, ptr %6, align 4 %12 = call i32 @st_NewTrashDust(i32 noundef %8, i32 noundef %10, i32 noundef %11) ret void } declare i32 @st_NewTrashDust(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/tmpm1vuxjwf.c' source_filename = "/tmp/tmpm1vuxjwf.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128" target triple = "x86_64-pc-linux-gnu" @.str = private unnamed_addr constant [3 x i8] c"%d\00", align 1 @.str.1 = private unnamed_addr constant [5 x i8] c"\0A%d\0A\00", align 1 @.str.2 = private unnamed_addr constant [4 x i8] c"%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 store i32 0, ptr %1, align 4 %3 = call i32 @scanf(ptr noundef @.str, ptr noundef %2) %4 = load i32, ptr %2, align 4 %5 = load i32, ptr %2, align 4 %6 = mul nsw i32 %4, %5 %7 = call i32 @printf(ptr noundef @.str.1, i32 noundef %6) %8 = load i32, ptr %2, align 4 %9 = load i32, ptr %2, align 4 %10 = mul nsw i32 %8, %9 %11 = load i32, ptr %2, align 4 %12 = mul nsw i32 %10, %11 %13 = call i32 @printf(ptr noundef @.str.2, i32 noundef %12) ret i32 0 } declare i32 @scanf(ptr noundef, ptr noundef) #1 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/tmpm1vuxjwf.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128" target triple = "x86_64-pc-linux-gnu" @.str = private unnamed_addr constant [3 x i8] c"%d\00", align 1 @.str.1 = private unnamed_addr constant [5 x i8] c"\0A%d\0A\00", align 1 @.str.2 = private unnamed_addr constant [4 x i8] c"%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 store i32 0, ptr %1, align 4 %3 = call i32 @scanf(ptr noundef @.str, ptr noundef %2) %4 = load i32, ptr %2, align 4 %5 = load i32, ptr %2, align 4 %6 = mul nsw i32 %4, %5 %7 = call i32 @printf(ptr noundef @.str.1, i32 noundef %6) %8 = load i32, ptr %2, align 4 %9 = load i32, ptr %2, align 4 %10 = mul nsw i32 %8, %9 %11 = load i32, ptr %2, align 4 %12 = mul nsw i32 %10, %11 %13 = call i32 @printf(ptr noundef @.str.2, i32 noundef %12) ret i32 0 } declare i32 @scanf(ptr noundef, ptr noundef) #1 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/tmpgzcb3ph_.c' source_filename = "/tmp/tmpgzcb3ph_.c" target datalayout = "e-m:e-p270: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/tmpgzcb3ph_.c" target datalayout = "e-m:e-p270: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/tmpc27m2r_r.c' source_filename = "/tmp/tmpc27m2r_r.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128" target triple = "x86_64-pc-linux-gnu" @WNOHANG = 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/tmpc27m2r_r.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128" target triple = "x86_64-pc-linux-gnu" @WNOHANG = 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/tmpvjs1qfjt.c' source_filename = "/tmp/tmpvjs1qfjt.c" target datalayout = "e-m:e-p270: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 @xmalloc(i64 noundef %0) #0 { %2 = alloca i64, align 8 %3 = alloca ptr, align 8 store i64 %0, ptr %2, align 8 %4 = load i64, ptr %2, align 8 %5 = call ptr @malloc(i64 noundef %4) #3 store ptr %5, ptr %3, align 8 %6 = load ptr, ptr %3, align 8 %7 = icmp ne ptr %6, null br i1 %7, label %10, label %8 8: ; preds = %1 %9 = call i32 (...) @abort() #4 unreachable 10: ; preds = %1 %11 = load ptr, ptr %3, align 8 ret ptr %11 } ; Function Attrs: allocsize(0) declare ptr @malloc(i64 noundef) #1 ; Function Attrs: noreturn declare i32 @abort(...) #2 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { allocsize(0) "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #2 = { 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 = { allocsize(0) } attributes #4 = { noreturn } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '<stdin>' source_filename = "/tmp/tmpvjs1qfjt.c" target datalayout = "e-m:e-p270: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 @xmalloc(i64 noundef %0) #0 { %2 = alloca i64, align 8 %3 = alloca ptr, align 8 store i64 %0, ptr %2, align 8 %4 = load i64, ptr %2, align 8 %5 = call ptr @malloc(i64 noundef %4) #3 store ptr %5, ptr %3, align 8 %6 = load ptr, ptr %3, align 8 %7 = icmp ne ptr %6, null br i1 %7, label %10, label %8 8: ; preds = %1 %9 = call i32 (...) @abort() #4 unreachable 10: ; preds = %1 %11 = load ptr, ptr %3, align 8 ret ptr %11 } ; Function Attrs: allocsize(0) declare ptr @malloc(i64 noundef) #1 ; Function Attrs: noreturn declare i32 @abort(...) #2 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { allocsize(0) "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #2 = { 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 = { allocsize(0) } attributes #4 = { noreturn } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '/tmp/tmpx4kfwqkp.c' source_filename = "/tmp/tmpx4kfwqkp.c" target datalayout = "e-m:e-p270: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 [16 x i8] c"%i > %i -> %s\0A\00", align 1 @.str.1 = private unnamed_addr constant [17 x i8] c"%i >= %i -> %s\0A\00", align 1 @.str.2 = private unnamed_addr constant [16 x i8] c"%i < %i -> %s\0A\00", align 1 @.str.3 = private unnamed_addr constant [17 x i8] c"%i <= %i -> %s\0A\00", align 1 @.str.4 = private unnamed_addr constant [17 x i8] c"%i != %i -> %s\0A\00", align 1 @.str.5 = private unnamed_addr constant [17 x i8] c"%i == %i -> %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 store i32 0, ptr %3, align 4 store i32 %0, ptr %4, align 4 store ptr %1, ptr %5, align 8 store i32 10, ptr %6, align 4 store i32 15, ptr %7, align 4 %8 = load i32, ptr %7, align 4 %9 = load i32, ptr %6, align 4 %10 = load i32, ptr %7, align 4 %11 = load i32, ptr %6, align 4 %12 = icmp sgt i32 %10, %11 %13 = zext i1 %12 to i32 %14 = call ptr @ICReturnBool(i32 noundef %13) %15 = call i32 @printf(ptr noundef @.str, i32 noundef %8, i32 noundef %9, ptr noundef %14) %16 = load i32, ptr %7, align 4 %17 = load i32, ptr %6, align 4 %18 = load i32, ptr %7, align 4 %19 = load i32, ptr %6, align 4 %20 = icmp sge i32 %18, %19 %21 = zext i1 %20 to i32 %22 = call ptr @ICReturnBool(i32 noundef %21) %23 = call i32 @printf(ptr noundef @.str.1, i32 noundef %16, i32 noundef %17, ptr noundef %22) %24 = load i32, ptr %7, align 4 %25 = load i32, ptr %6, align 4 %26 = load i32, ptr %7, align 4 %27 = load i32, ptr %6, align 4 %28 = icmp slt i32 %26, %27 %29 = zext i1 %28 to i32 %30 = call ptr @ICReturnBool(i32 noundef %29) %31 = call i32 @printf(ptr noundef @.str.2, i32 noundef %24, i32 noundef %25, ptr noundef %30) %32 = load i32, ptr %6, align 4 %33 = load i32, ptr %7, align 4 %34 = load i32, ptr %6, align 4 %35 = load i32, ptr %7, align 4 %36 = icmp slt i32 %34, %35 %37 = zext i1 %36 to i32 %38 = call ptr @ICReturnBool(i32 noundef %37) %39 = call i32 @printf(ptr noundef @.str.2, i32 noundef %32, i32 noundef %33, ptr noundef %38) %40 = load i32, ptr %6, align 4 %41 = load i32, ptr %7, align 4 %42 = load i32, ptr %6, align 4 %43 = load i32, ptr %7, align 4 %44 = icmp sge i32 %42, %43 %45 = zext i1 %44 to i32 %46 = call ptr @ICReturnBool(i32 noundef %45) %47 = call i32 @printf(ptr noundef @.str.1, i32 noundef %40, i32 noundef %41, ptr noundef %46) %48 = load i32, ptr %6, align 4 %49 = load i32, ptr %7, align 4 %50 = load i32, ptr %6, align 4 %51 = load i32, ptr %7, align 4 %52 = icmp sle i32 %50, %51 %53 = zext i1 %52 to i32 %54 = call ptr @ICReturnBool(i32 noundef %53) %55 = call i32 @printf(ptr noundef @.str.3, i32 noundef %48, i32 noundef %49, ptr noundef %54) %56 = load i32, ptr %6, align 4 %57 = load i32, ptr %7, align 4 %58 = load i32, ptr %6, align 4 %59 = load i32, ptr %7, align 4 %60 = icmp ne i32 %58, %59 %61 = zext i1 %60 to i32 %62 = call ptr @ICReturnBool(i32 noundef %61) %63 = call i32 @printf(ptr noundef @.str.4, i32 noundef %56, i32 noundef %57, ptr noundef %62) %64 = load i32, ptr %6, align 4 %65 = load i32, ptr %7, align 4 %66 = load i32, ptr %6, align 4 %67 = load i32, ptr %7, align 4 %68 = icmp eq i32 %66, %67 %69 = zext i1 %68 to i32 %70 = call ptr @ICReturnBool(i32 noundef %69) %71 = call i32 @printf(ptr noundef @.str.5, i32 noundef %64, i32 noundef %65, ptr noundef %70) %72 = load i32, ptr %6, align 4 %73 = load i32, ptr %6, align 4 %74 = load i32, ptr %6, align 4 %75 = load i32, ptr %6, align 4 %76 = icmp eq i32 %74, %75 %77 = zext i1 %76 to i32 %78 = call ptr @ICReturnBool(i32 noundef %77) %79 = call i32 @printf(ptr noundef @.str.5, i32 noundef %72, i32 noundef %73, ptr noundef %78) ret i32 0 } declare i32 @printf(ptr noundef, i32 noundef, i32 noundef, ptr noundef) #1 declare ptr @ICReturnBool(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/tmpx4kfwqkp.c" target datalayout = "e-m:e-p270: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 [16 x i8] c"%i > %i -> %s\0A\00", align 1 @.str.1 = private unnamed_addr constant [17 x i8] c"%i >= %i -> %s\0A\00", align 1 @.str.2 = private unnamed_addr constant [16 x i8] c"%i < %i -> %s\0A\00", align 1 @.str.3 = private unnamed_addr constant [17 x i8] c"%i <= %i -> %s\0A\00", align 1 @.str.4 = private unnamed_addr constant [17 x i8] c"%i != %i -> %s\0A\00", align 1 @.str.5 = private unnamed_addr constant [17 x i8] c"%i == %i -> %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 store i32 0, ptr %3, align 4 store i32 %0, ptr %4, align 4 store ptr %1, ptr %5, align 8 store i32 10, ptr %6, align 4 store i32 15, ptr %7, align 4 %8 = load i32, ptr %7, align 4 %9 = load i32, ptr %6, align 4 %10 = load i32, ptr %7, align 4 %11 = load i32, ptr %6, align 4 %12 = icmp sgt i32 %10, %11 %13 = zext i1 %12 to i32 %14 = call ptr @ICReturnBool(i32 noundef %13) %15 = call i32 @printf(ptr noundef @.str, i32 noundef %8, i32 noundef %9, ptr noundef %14) %16 = load i32, ptr %7, align 4 %17 = load i32, ptr %6, align 4 %18 = load i32, ptr %7, align 4 %19 = load i32, ptr %6, align 4 %20 = icmp sge i32 %18, %19 %21 = zext i1 %20 to i32 %22 = call ptr @ICReturnBool(i32 noundef %21) %23 = call i32 @printf(ptr noundef @.str.1, i32 noundef %16, i32 noundef %17, ptr noundef %22) %24 = load i32, ptr %7, align 4 %25 = load i32, ptr %6, align 4 %26 = load i32, ptr %7, align 4 %27 = load i32, ptr %6, align 4 %28 = icmp slt i32 %26, %27 %29 = zext i1 %28 to i32 %30 = call ptr @ICReturnBool(i32 noundef %29) %31 = call i32 @printf(ptr noundef @.str.2, i32 noundef %24, i32 noundef %25, ptr noundef %30) %32 = load i32, ptr %6, align 4 %33 = load i32, ptr %7, align 4 %34 = load i32, ptr %6, align 4 %35 = load i32, ptr %7, align 4 %36 = icmp slt i32 %34, %35 %37 = zext i1 %36 to i32 %38 = call ptr @ICReturnBool(i32 noundef %37) %39 = call i32 @printf(ptr noundef @.str.2, i32 noundef %32, i32 noundef %33, ptr noundef %38) %40 = load i32, ptr %6, align 4 %41 = load i32, ptr %7, align 4 %42 = load i32, ptr %6, align 4 %43 = load i32, ptr %7, align 4 %44 = icmp sge i32 %42, %43 %45 = zext i1 %44 to i32 %46 = call ptr @ICReturnBool(i32 noundef %45) %47 = call i32 @printf(ptr noundef @.str.1, i32 noundef %40, i32 noundef %41, ptr noundef %46) %48 = load i32, ptr %6, align 4 %49 = load i32, ptr %7, align 4 %50 = load i32, ptr %6, align 4 %51 = load i32, ptr %7, align 4 %52 = icmp sle i32 %50, %51 %53 = zext i1 %52 to i32 %54 = call ptr @ICReturnBool(i32 noundef %53) %55 = call i32 @printf(ptr noundef @.str.3, i32 noundef %48, i32 noundef %49, ptr noundef %54) %56 = load i32, ptr %6, align 4 %57 = load i32, ptr %7, align 4 %58 = load i32, ptr %6, align 4 %59 = load i32, ptr %7, align 4 %60 = icmp ne i32 %58, %59 %61 = zext i1 %60 to i32 %62 = call ptr @ICReturnBool(i32 noundef %61) %63 = call i32 @printf(ptr noundef @.str.4, i32 noundef %56, i32 noundef %57, ptr noundef %62) %64 = load i32, ptr %6, align 4 %65 = load i32, ptr %7, align 4 %66 = load i32, ptr %6, align 4 %67 = load i32, ptr %7, align 4 %68 = icmp eq i32 %66, %67 %69 = zext i1 %68 to i32 %70 = call ptr @ICReturnBool(i32 noundef %69) %71 = call i32 @printf(ptr noundef @.str.5, i32 noundef %64, i32 noundef %65, ptr noundef %70) %72 = load i32, ptr %6, align 4 %73 = load i32, ptr %6, align 4 %74 = load i32, ptr %6, align 4 %75 = load i32, ptr %6, align 4 %76 = icmp eq i32 %74, %75 %77 = zext i1 %76 to i32 %78 = call ptr @ICReturnBool(i32 noundef %77) %79 = call i32 @printf(ptr noundef @.str.5, i32 noundef %72, i32 noundef %73, ptr noundef %78) ret i32 0 } declare i32 @printf(ptr noundef, i32 noundef, i32 noundef, ptr noundef) #1 declare ptr @ICReturnBool(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/tmppaf99qaz.c' source_filename = "/tmp/tmppaf99qaz.c" target datalayout = "e-m:e-p270: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/tmppaf99qaz.c" target datalayout = "e-m:e-p270: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/tmp4_zo8a0l.c' source_filename = "/tmp/tmp4_zo8a0l.c" target datalayout = "e-m:e-p270: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 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local void @find_two_excessive(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 store ptr %0, ptr %3, align 8 store i32 %1, ptr %4, align 4 store i32 1, ptr %5, align 4 br label %8 8: ; preds = %60, %2 %9 = load i32, ptr %5, align 4 %10 = icmp slt i32 %9, 9 br i1 %10, label %11, label %63 11: ; preds = %8 store i32 0, ptr %6, align 4 br label %12 12: ; preds = %56, %11 %13 = load i32, ptr %6, align 4 %14 = load i32, ptr %5, align 4 %15 = icmp slt i32 %13, %14 br i1 %15, label %16, label %59 16: ; preds = %12 %17 = load i32, ptr %4, 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 = sub nsw i32 %17, %22 %24 = load ptr, ptr %3, align 8 %25 = load i32, ptr %6, align 4 %26 = sext i32 %25 to i64 %27 = getelementptr inbounds i32, ptr %24, i64 %26 %28 = load i32, ptr %27, align 4 %29 = sub nsw i32 %23, %28 %30 = icmp eq i32 %29, 100 br i1 %30, label %31, label %55 31: ; preds = %16 store i32 0, ptr %7, align 4 br label %32 32: ; preds = %51, %31 %33 = load i32, ptr %7, align 4 %34 = icmp slt i32 %33, 9 br i1 %34, label %35, label %54 35: ; preds = %32 %36 = load i32, ptr %7, align 4 %37 = load i32, ptr %5, align 4 %38 = icmp ne i32 %36, %37 br i1 %38, label %39, label %50 39: ; preds = %35 %40 = load i32, ptr %7, align 4 %41 = load i32, ptr %6, align 4 %42 = icmp ne i32 %40, %41 br i1 %42, label %43, label %50 43: ; preds = %39 %44 = load ptr, ptr %3, align 8 %45 = load i32, ptr %7, align 4 %46 = sext i32 %45 to i64 %47 = getelementptr inbounds i32, ptr %44, i64 %46 %48 = load i32, ptr %47, align 4 %49 = call i32 @printf(ptr noundef @.str, i32 noundef %48) br label %50 50: ; preds = %43, %39, %35 br label %51 51: ; preds = %50 %52 = load i32, ptr %7, align 4 %53 = add nsw i32 %52, 1 store i32 %53, ptr %7, align 4 br label %32, !llvm.loop !6 54: ; preds = %32 br label %63 55: ; preds = %16 br label %56 56: ; preds = %55 %57 = load i32, ptr %6, align 4 %58 = add nsw i32 %57, 1 store i32 %58, ptr %6, align 4 br label %12, !llvm.loop !8 59: ; preds = %12 br label %60 60: ; preds = %59 %61 = load i32, ptr %5, align 4 %62 = add nsw i32 %61, 1 store i32 %62, ptr %5, align 4 br label %8, !llvm.loop !9 63: ; preds = %54, %8 ret void } 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"} !8 = distinct !{!8, !7} !9 = distinct !{!9, !7}
; ModuleID = '<stdin>' source_filename = "/tmp/tmp4_zo8a0l.c" target datalayout = "e-m:e-p270: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 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local void @find_two_excessive(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 store ptr %0, ptr %3, align 8 store i32 %1, ptr %4, align 4 store i32 1, ptr %5, align 4 %8 = load i32, ptr %5, align 4 %9 = icmp slt i32 %8, 9 br i1 %9, label %.lr.ph2, label %.loopexit .lr.ph2: ; preds = %2 br label %10 10: ; preds = %.lr.ph2, %62 store i32 0, ptr %6, align 4 %11 = load i32, ptr %6, align 4 %12 = load i32, ptr %5, align 4 %13 = icmp slt i32 %11, %12 br i1 %13, label %.lr.ph, label %61 .lr.ph: ; preds = %10 br label %14 14: ; preds = %.lr.ph, %55 %15 = load i32, ptr %4, align 4 %16 = load ptr, ptr %3, align 8 %17 = load i32, ptr %5, align 4 %18 = sext i32 %17 to i64 %19 = getelementptr inbounds i32, ptr %16, i64 %18 %20 = load i32, ptr %19, align 4 %21 = sub nsw i32 %15, %20 %22 = load ptr, ptr %3, align 8 %23 = load i32, ptr %6, align 4 %24 = sext i32 %23 to i64 %25 = getelementptr inbounds i32, ptr %22, i64 %24 %26 = load i32, ptr %25, align 4 %27 = sub nsw i32 %21, %26 %28 = icmp eq i32 %27, 100 br i1 %28, label %29, label %54 29: ; preds = %14 store i32 0, ptr %7, align 4 %30 = load i32, ptr %7, align 4 %31 = icmp slt i32 %30, 9 br i1 %31, label %.lr.ph4, label %53 .lr.ph4: ; preds = %29 br label %32 32: ; preds = %.lr.ph4, %48 %33 = load i32, ptr %7, align 4 %34 = load i32, ptr %5, align 4 %35 = icmp ne i32 %33, %34 br i1 %35, label %36, label %47 36: ; preds = %32 %37 = load i32, ptr %7, align 4 %38 = load i32, ptr %6, align 4 %39 = icmp ne i32 %37, %38 br i1 %39, label %40, label %47 40: ; preds = %36 %41 = load ptr, ptr %3, align 8 %42 = load i32, ptr %7, align 4 %43 = sext i32 %42 to i64 %44 = getelementptr inbounds i32, ptr %41, i64 %43 %45 = load i32, ptr %44, align 4 %46 = call i32 @printf(ptr noundef @.str, i32 noundef %45) br label %47 47: ; preds = %40, %36, %32 br label %48 48: ; preds = %47 %49 = load i32, ptr %7, align 4 %50 = add nsw i32 %49, 1 store i32 %50, ptr %7, align 4 %51 = load i32, ptr %7, align 4 %52 = icmp slt i32 %51, 9 br i1 %52, label %32, label %._crit_edge5, !llvm.loop !6 ._crit_edge5: ; preds = %48 br label %53 53: ; preds = %._crit_edge5, %29 br label %67 54: ; preds = %14 br label %55 55: ; preds = %54 %56 = load i32, ptr %6, align 4 %57 = add nsw i32 %56, 1 store i32 %57, ptr %6, align 4 %58 = load i32, ptr %6, align 4 %59 = load i32, ptr %5, align 4 %60 = icmp slt i32 %58, %59 br i1 %60, label %14, label %._crit_edge, !llvm.loop !8 ._crit_edge: ; preds = %55 br label %61 61: ; preds = %._crit_edge, %10 br label %62 62: ; preds = %61 %63 = load i32, ptr %5, align 4 %64 = add nsw i32 %63, 1 store i32 %64, ptr %5, align 4 %65 = load i32, ptr %5, align 4 %66 = icmp slt i32 %65, 9 br i1 %66, label %10, label %..loopexit_crit_edge, !llvm.loop !9 ..loopexit_crit_edge: ; preds = %62 br label %.loopexit .loopexit: ; preds = %..loopexit_crit_edge, %2 br label %67 67: ; preds = %.loopexit, %53 ret void } 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"} !8 = distinct !{!8, !7} !9 = distinct !{!9, !7}
; ModuleID = '/tmp/tmpixpo0saa.c' source_filename = "/tmp/tmpixpo0saa.c" target datalayout = "e-m:e-p270: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 @EthernetPacketPut(i64 noundef %0, ptr noundef %1, i64 noundef %2) #0 { %4 = alloca i64, align 8 %5 = alloca ptr, align 8 %6 = alloca i64, align 8 store i64 %0, ptr %4, align 8 store ptr %1, ptr %5, align 8 store i64 %2, ptr %6, align 8 br label %7 7: ; preds = %14, %3 %8 = load i64, ptr %4, align 8 %9 = add i64 %8, 56 %10 = inttoptr i64 %9 to ptr %11 = load volatile i64, ptr %10, align 8 %12 = and i64 %11, 1 %13 = icmp ne i64 %12, 0 br i1 %13, label %14, label %15 14: ; preds = %7 br label %7, !llvm.loop !6 15: ; preds = %7 %16 = load i64, ptr %4, align 8 %17 = load ptr, ptr %5, align 8 %18 = load i64, ptr %6, align 8 %19 = call i64 @EthernetPacketPutInternal(i64 noundef %16, ptr noundef %17, i64 noundef %18) ret i64 %19 } declare i64 @EthernetPacketPutInternal(i64 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"} !6 = distinct !{!6, !7} !7 = !{!"llvm.loop.mustprogress"}
; ModuleID = '<stdin>' source_filename = "/tmp/tmpixpo0saa.c" target datalayout = "e-m:e-p270: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 @EthernetPacketPut(i64 noundef %0, ptr noundef %1, i64 noundef %2) #0 { %4 = alloca i64, align 8 %5 = alloca ptr, align 8 %6 = alloca i64, align 8 store i64 %0, ptr %4, align 8 store ptr %1, ptr %5, align 8 store i64 %2, ptr %6, align 8 br label %7 7: ; preds = %7, %3 %8 = load i64, ptr %4, align 8 %9 = add i64 %8, 56 %10 = inttoptr i64 %9 to ptr %11 = load volatile i64, ptr %10, align 8 %12 = and i64 %11, 1 %13 = icmp ne i64 %12, 0 br i1 %13, label %7, label %14, !llvm.loop !6 14: ; preds = %7 %15 = load i64, ptr %4, align 8 %16 = load ptr, ptr %5, align 8 %17 = load i64, ptr %6, align 8 %18 = call i64 @EthernetPacketPutInternal(i64 noundef %15, ptr noundef %16, i64 noundef %17) ret i64 %18 } declare i64 @EthernetPacketPutInternal(i64 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"} !6 = distinct !{!6, !7} !7 = !{!"llvm.loop.mustprogress"}
; ModuleID = '/tmp/tmp0jkva_lf.c' source_filename = "/tmp/tmp0jkva_lf.c" target datalayout = "e-m:e-p270: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 i32 (...) @chfchown32() %3 = call i32 (...) @chget_thread_area() %4 = call i32 (...) @chgetegid32() %5 = call i32 (...) @chgeteuid32() %6 = call i32 (...) @chgetgid32() %7 = call i32 (...) @chgetgroups32() %8 = call i32 (...) @chgetresgid32() %9 = call i32 (...) @chgetresuid32() %10 = call i32 (...) @chgetuid32() %11 = call i32 (...) @chlchown32() %12 = call i32 (...) @chmadvise1() %13 = call i32 (...) @chown32() %14 = call i32 (...) @chset_thread_area() %15 = call i32 (...) @chsetfsgid32() %16 = call i32 (...) @chsetfsuid32() %17 = call i32 (...) @chsetgid32() %18 = call i32 (...) @chsetgroups32() %19 = call i32 (...) @chsetregid32() %20 = call i32 (...) @chsetresgid32() %21 = call i32 (...) @chsetresuid32() %22 = call i32 (...) @chsetreuid32() %23 = call i32 (...) @chsetuid32() %24 = call i32 (...) @chsync_file_range() %25 = call i32 (...) @chvm86old() %26 = call i32 (...) @chvserver() %27 = call i32 (...) @newfstatat() %28 = call i32 (...) @SYS_truncate64() %29 = call i32 (...) @SYS_ftruncate64() %30 = call i32 (...) @SYS_sendfile64() %31 = call i32 (...) @SYS_fadvise64_64() %32 = call i32 (...) @SYS_fcntl64() %33 = call i32 (...) @SYS_mmap2() %34 = call i32 (...) @SYS_fstat64() %35 = call i32 (...) @SYS_stat64() %36 = call i32 (...) @SYS_lstat64() %37 = call i32 (...) @SYS_fstatat64() ret i32 0 } declare i32 @chfchown32(...) #1 declare i32 @chget_thread_area(...) #1 declare i32 @chgetegid32(...) #1 declare i32 @chgeteuid32(...) #1 declare i32 @chgetgid32(...) #1 declare i32 @chgetgroups32(...) #1 declare i32 @chgetresgid32(...) #1 declare i32 @chgetresuid32(...) #1 declare i32 @chgetuid32(...) #1 declare i32 @chlchown32(...) #1 declare i32 @chmadvise1(...) #1 declare i32 @chown32(...) #1 declare i32 @chset_thread_area(...) #1 declare i32 @chsetfsgid32(...) #1 declare i32 @chsetfsuid32(...) #1 declare i32 @chsetgid32(...) #1 declare i32 @chsetgroups32(...) #1 declare i32 @chsetregid32(...) #1 declare i32 @chsetresgid32(...) #1 declare i32 @chsetresuid32(...) #1 declare i32 @chsetreuid32(...) #1 declare i32 @chsetuid32(...) #1 declare i32 @chsync_file_range(...) #1 declare i32 @chvm86old(...) #1 declare i32 @chvserver(...) #1 declare i32 @newfstatat(...) #1 declare i32 @SYS_truncate64(...) #1 declare i32 @SYS_ftruncate64(...) #1 declare i32 @SYS_sendfile64(...) #1 declare i32 @SYS_fadvise64_64(...) #1 declare i32 @SYS_fcntl64(...) #1 declare i32 @SYS_mmap2(...) #1 declare i32 @SYS_fstat64(...) #1 declare i32 @SYS_stat64(...) #1 declare i32 @SYS_lstat64(...) #1 declare i32 @SYS_fstatat64(...) #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/tmp0jkva_lf.c" target datalayout = "e-m:e-p270: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 i32 (...) @chfchown32() %3 = call i32 (...) @chget_thread_area() %4 = call i32 (...) @chgetegid32() %5 = call i32 (...) @chgeteuid32() %6 = call i32 (...) @chgetgid32() %7 = call i32 (...) @chgetgroups32() %8 = call i32 (...) @chgetresgid32() %9 = call i32 (...) @chgetresuid32() %10 = call i32 (...) @chgetuid32() %11 = call i32 (...) @chlchown32() %12 = call i32 (...) @chmadvise1() %13 = call i32 (...) @chown32() %14 = call i32 (...) @chset_thread_area() %15 = call i32 (...) @chsetfsgid32() %16 = call i32 (...) @chsetfsuid32() %17 = call i32 (...) @chsetgid32() %18 = call i32 (...) @chsetgroups32() %19 = call i32 (...) @chsetregid32() %20 = call i32 (...) @chsetresgid32() %21 = call i32 (...) @chsetresuid32() %22 = call i32 (...) @chsetreuid32() %23 = call i32 (...) @chsetuid32() %24 = call i32 (...) @chsync_file_range() %25 = call i32 (...) @chvm86old() %26 = call i32 (...) @chvserver() %27 = call i32 (...) @newfstatat() %28 = call i32 (...) @SYS_truncate64() %29 = call i32 (...) @SYS_ftruncate64() %30 = call i32 (...) @SYS_sendfile64() %31 = call i32 (...) @SYS_fadvise64_64() %32 = call i32 (...) @SYS_fcntl64() %33 = call i32 (...) @SYS_mmap2() %34 = call i32 (...) @SYS_fstat64() %35 = call i32 (...) @SYS_stat64() %36 = call i32 (...) @SYS_lstat64() %37 = call i32 (...) @SYS_fstatat64() ret i32 0 } declare i32 @chfchown32(...) #1 declare i32 @chget_thread_area(...) #1 declare i32 @chgetegid32(...) #1 declare i32 @chgeteuid32(...) #1 declare i32 @chgetgid32(...) #1 declare i32 @chgetgroups32(...) #1 declare i32 @chgetresgid32(...) #1 declare i32 @chgetresuid32(...) #1 declare i32 @chgetuid32(...) #1 declare i32 @chlchown32(...) #1 declare i32 @chmadvise1(...) #1 declare i32 @chown32(...) #1 declare i32 @chset_thread_area(...) #1 declare i32 @chsetfsgid32(...) #1 declare i32 @chsetfsuid32(...) #1 declare i32 @chsetgid32(...) #1 declare i32 @chsetgroups32(...) #1 declare i32 @chsetregid32(...) #1 declare i32 @chsetresgid32(...) #1 declare i32 @chsetresuid32(...) #1 declare i32 @chsetreuid32(...) #1 declare i32 @chsetuid32(...) #1 declare i32 @chsync_file_range(...) #1 declare i32 @chvm86old(...) #1 declare i32 @chvserver(...) #1 declare i32 @newfstatat(...) #1 declare i32 @SYS_truncate64(...) #1 declare i32 @SYS_ftruncate64(...) #1 declare i32 @SYS_sendfile64(...) #1 declare i32 @SYS_fadvise64_64(...) #1 declare i32 @SYS_fcntl64(...) #1 declare i32 @SYS_mmap2(...) #1 declare i32 @SYS_fstat64(...) #1 declare i32 @SYS_stat64(...) #1 declare i32 @SYS_lstat64(...) #1 declare i32 @SYS_fstatat64(...) #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/tmpnhamzxd7.c' source_filename = "/tmp/tmpnhamzxd7.c" target datalayout = "e-m:e-p270: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.pStr1 = private unnamed_addr constant [21 x i8] c"akqrshrengxqiyxuloqk\00", align 16 @__const.main.pStr2 = private unnamed_addr constant [22 x i8] c"tdzbujtlqhecaqgwfzbck\00", align 16 @.str = private unnamed_addr constant [2 x i8] c"\0A\00", align 1 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local i32 @main() #0 { %1 = alloca i32, align 4 %2 = alloca [21 x i8], align 16 %3 = alloca [22 x i8], align 16 store i32 0, ptr %1, align 4 call void @llvm.memcpy.p0.p0.i64(ptr align 16 %2, ptr align 16 @__const.main.pStr1, i64 21, i1 false) call void @llvm.memcpy.p0.p0.i64(ptr align 16 %3, ptr align 16 @__const.main.pStr2, i64 22, i1 false) %4 = getelementptr inbounds [21 x i8], ptr %2, i64 0, i64 0 %5 = getelementptr inbounds [22 x i8], ptr %3, i64 0, i64 0 %6 = call i32 @LCS(ptr noundef %4, ptr noundef %5) %7 = call i32 @printf(ptr noundef @.str) ret i32 0 } ; Function Attrs: nocallback nofree nounwind willreturn memory(argmem: readwrite) declare void @llvm.memcpy.p0.p0.i64(ptr noalias nocapture writeonly, ptr noalias nocapture readonly, i64, i1 immarg) #1 declare i32 @LCS(ptr noundef, ptr noundef) #2 declare i32 @printf(ptr noundef) #2 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { nocallback nofree nounwind willreturn memory(argmem: readwrite) } attributes #2 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '<stdin>' source_filename = "/tmp/tmpnhamzxd7.c" target datalayout = "e-m:e-p270: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.pStr1 = private unnamed_addr constant [21 x i8] c"akqrshrengxqiyxuloqk\00", align 16 @__const.main.pStr2 = private unnamed_addr constant [22 x i8] c"tdzbujtlqhecaqgwfzbck\00", align 16 @.str = private unnamed_addr constant [2 x i8] c"\0A\00", align 1 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local i32 @main() #0 { %1 = alloca i32, align 4 %2 = alloca [21 x i8], align 16 %3 = alloca [22 x i8], align 16 store i32 0, ptr %1, align 4 call void @llvm.memcpy.p0.p0.i64(ptr align 16 %2, ptr align 16 @__const.main.pStr1, i64 21, i1 false) call void @llvm.memcpy.p0.p0.i64(ptr align 16 %3, ptr align 16 @__const.main.pStr2, i64 22, i1 false) %4 = getelementptr inbounds [21 x i8], ptr %2, i64 0, i64 0 %5 = getelementptr inbounds [22 x i8], ptr %3, i64 0, i64 0 %6 = call i32 @LCS(ptr noundef %4, ptr noundef %5) %7 = call i32 @printf(ptr noundef @.str) ret i32 0 } ; Function Attrs: nocallback nofree nounwind willreturn memory(argmem: readwrite) declare void @llvm.memcpy.p0.p0.i64(ptr noalias nocapture writeonly, ptr noalias nocapture readonly, i64, i1 immarg) #1 declare i32 @LCS(ptr noundef, ptr noundef) #2 declare i32 @printf(ptr noundef) #2 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { nocallback nofree nounwind willreturn memory(argmem: readwrite) } attributes #2 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '/tmp/tmpgjeaaee6.c' source_filename = "/tmp/tmpgjeaaee6.c" target datalayout = "e-m:e-p270: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 @svga_readl_linear(i32 noundef %0, ptr noundef %1) #0 { %3 = alloca i32, align 4 %4 = alloca ptr, align 8 store i32 %0, ptr %3, align 4 store ptr %1, ptr %4, align 8 %5 = load i32, ptr %3, align 4 %6 = load ptr, ptr %4, align 8 %7 = call i32 @svga_readl_common(i32 noundef %5, i32 noundef 1, ptr noundef %6) ret i32 %7 } declare i32 @svga_readl_common(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/tmpgjeaaee6.c" target datalayout = "e-m:e-p270: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 @svga_readl_linear(i32 noundef %0, ptr noundef %1) #0 { %3 = alloca i32, align 4 %4 = alloca ptr, align 8 store i32 %0, ptr %3, align 4 store ptr %1, ptr %4, align 8 %5 = load i32, ptr %3, align 4 %6 = load ptr, ptr %4, align 8 %7 = call i32 @svga_readl_common(i32 noundef %5, i32 noundef 1, ptr noundef %6) ret i32 %7 } declare i32 @svga_readl_common(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/tmpw15jxe8e.c' source_filename = "/tmp/tmpw15jxe8e.c" target datalayout = "e-m:e-p270: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] zeroinitializer, align 1 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local ptr @c_buffer_extract_string(ptr noundef %0, ptr noundef %1) #0 { %3 = alloca ptr, align 8 %4 = alloca ptr, align 8 %5 = alloca ptr, align 8 %6 = alloca ptr, align 8 %7 = alloca i64, align 8 store ptr %0, ptr %4, align 8 store ptr %1, ptr %5, align 8 %8 = load ptr, ptr %4, align 8 %9 = call i32 @c_buffer_add(ptr noundef %8, ptr noundef @.str, i32 noundef 1) %10 = load ptr, ptr %4, align 8 %11 = call ptr @c_buffer_extract(ptr noundef %10, ptr noundef %7) store ptr %11, ptr %6, align 8 %12 = load ptr, ptr %6, align 8 %13 = icmp ne ptr %12, null br i1 %13, label %17, label %14 14: ; preds = %2 %15 = load ptr, ptr %4, align 8 %16 = call i32 @c_buffer_remove(ptr noundef %15, i32 noundef 1) store ptr null, ptr %3, align 8 br label %26 17: ; preds = %2 %18 = load ptr, ptr %5, align 8 %19 = icmp ne ptr %18, null br i1 %19, label %20, label %24 20: ; preds = %17 %21 = load i64, ptr %7, align 8 %22 = sub i64 %21, 1 %23 = load ptr, ptr %5, align 8 store i64 %22, ptr %23, align 8 br label %24 24: ; preds = %20, %17 %25 = load ptr, ptr %6, align 8 store ptr %25, ptr %3, align 8 br label %26 26: ; preds = %24, %14 %27 = load ptr, ptr %3, align 8 ret ptr %27 } declare i32 @c_buffer_add(ptr noundef, ptr noundef, i32 noundef) #1 declare ptr @c_buffer_extract(ptr noundef, ptr noundef) #1 declare i32 @c_buffer_remove(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/tmpw15jxe8e.c" target datalayout = "e-m:e-p270: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] zeroinitializer, align 1 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local ptr @c_buffer_extract_string(ptr noundef %0, ptr noundef %1) #0 { %3 = alloca ptr, align 8 %4 = alloca ptr, align 8 %5 = alloca ptr, align 8 %6 = alloca ptr, align 8 %7 = alloca i64, align 8 store ptr %0, ptr %4, align 8 store ptr %1, ptr %5, align 8 %8 = load ptr, ptr %4, align 8 %9 = call i32 @c_buffer_add(ptr noundef %8, ptr noundef @.str, i32 noundef 1) %10 = load ptr, ptr %4, align 8 %11 = call ptr @c_buffer_extract(ptr noundef %10, ptr noundef %7) store ptr %11, ptr %6, align 8 %12 = load ptr, ptr %6, align 8 %13 = icmp ne ptr %12, null br i1 %13, label %17, label %14 14: ; preds = %2 %15 = load ptr, ptr %4, align 8 %16 = call i32 @c_buffer_remove(ptr noundef %15, i32 noundef 1) store ptr null, ptr %3, align 8 br label %26 17: ; preds = %2 %18 = load ptr, ptr %5, align 8 %19 = icmp ne ptr %18, null br i1 %19, label %20, label %24 20: ; preds = %17 %21 = load i64, ptr %7, align 8 %22 = sub i64 %21, 1 %23 = load ptr, ptr %5, align 8 store i64 %22, ptr %23, align 8 br label %24 24: ; preds = %20, %17 %25 = load ptr, ptr %6, align 8 store ptr %25, ptr %3, align 8 br label %26 26: ; preds = %24, %14 %27 = load ptr, ptr %3, align 8 ret ptr %27 } declare i32 @c_buffer_add(ptr noundef, ptr noundef, i32 noundef) #1 declare ptr @c_buffer_extract(ptr noundef, ptr noundef) #1 declare i32 @c_buffer_remove(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/tmpy_7w1yhg.c' source_filename = "/tmp/tmpy_7w1yhg.c" target datalayout = "e-m:e-p270: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/tmpy_7w1yhg.c" target datalayout = "e-m:e-p270: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/tmp8dwzrgma.c' source_filename = "/tmp/tmp8dwzrgma.c" target datalayout = "e-m:e-p270: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 [40 x i8] c"Enter a phone number [(xxx) xxx-xxxx]: \00", align 1 @.str.1 = private unnamed_addr constant [11 x i8] c"(%d) %d-%d\00", align 1 @.str.2 = private unnamed_addr constant [43 x i8] c"The phone number you entered is: %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 store i32 0, ptr %1, align 4 %5 = call i32 (ptr, ...) @printf(ptr noundef @.str) %6 = call i32 @scanf(ptr noundef @.str.1, ptr noundef %2, ptr noundef %3, ptr noundef %4) %7 = load i32, ptr %2, align 4 %8 = load i32, ptr %3, align 4 %9 = load i32, ptr %4, align 4 %10 = call i32 (ptr, ...) @printf(ptr noundef @.str.2, i32 noundef %7, i32 noundef %8, i32 noundef %9) ret i32 0 } declare i32 @printf(ptr noundef, ...) #1 declare i32 @scanf(ptr noundef, ptr noundef, ptr noundef, ptr noundef) #1 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '<stdin>' source_filename = "/tmp/tmp8dwzrgma.c" target datalayout = "e-m:e-p270: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 [40 x i8] c"Enter a phone number [(xxx) xxx-xxxx]: \00", align 1 @.str.1 = private unnamed_addr constant [11 x i8] c"(%d) %d-%d\00", align 1 @.str.2 = private unnamed_addr constant [43 x i8] c"The phone number you entered is: %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 store i32 0, ptr %1, align 4 %5 = call i32 (ptr, ...) @printf(ptr noundef @.str) %6 = call i32 @scanf(ptr noundef @.str.1, ptr noundef %2, ptr noundef %3, ptr noundef %4) %7 = load i32, ptr %2, align 4 %8 = load i32, ptr %3, align 4 %9 = load i32, ptr %4, align 4 %10 = call i32 (ptr, ...) @printf(ptr noundef @.str.2, i32 noundef %7, i32 noundef %8, i32 noundef %9) ret i32 0 } declare i32 @printf(ptr noundef, ...) #1 declare i32 @scanf(ptr noundef, ptr noundef, ptr noundef, ptr noundef) #1 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '/tmp/tmpf7ffzodw.c' source_filename = "/tmp/tmpf7ffzodw.c" target datalayout = "e-m:e-p270: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 [40 x i8] c"testing named process-shared semaphore\0A\00", align 1 @.str.1 = private unnamed_addr constant [8 x i8] c"/semtst\00", align 1 @O_CREAT = dso_local global i32 0, align 4 @SEM_FAILED = dso_local global ptr null, align 8 @.str.2 = private unnamed_addr constant [16 x i8] c"sem_open failed\00", align 1 @.str.3 = private unnamed_addr constant [28 x i8] c"second sem_open call failed\00", align 1 @.str.4 = private unnamed_addr constant [65 x i8] c"two sem_open calls for same semaphore do not return same address\00", align 1 @.str.5 = private unnamed_addr constant [17 x i8] c"sem_close failed\00", align 1 @.str.6 = private unnamed_addr constant [19 x i8] c"child: sem_wait()\0A\00", align 1 @.str.7 = private unnamed_addr constant [16 x i8] c"sem_wait failed\00", align 1 @.str.8 = private unnamed_addr constant [28 x i8] c"child: sem_wait() returned\0A\00", align 1 @.str.9 = private unnamed_addr constant [20 x i8] c"parent: sem_post()\0A\00", align 1 @.str.10 = private unnamed_addr constant [16 x i8] c"sem_post failed\00", align 1 @.str.11 = private unnamed_addr constant [5 x i8] c"OK.\0A\00", align 1 @.str.12 = private unnamed_addr constant [9 x i8] c"Failure.\00", align 1 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local i32 @test_named() #0 { %1 = alloca ptr, align 8 %2 = alloca ptr, align 8 %3 = alloca i32, align 4 %4 = alloca i32, align 4 %5 = call i32 @printf(ptr noundef @.str) %6 = call i32 @sem_unlink(ptr noundef @.str.1) %7 = load i32, ptr @O_CREAT, align 4 %8 = call ptr @sem_open(ptr noundef @.str.1, i32 noundef %7, i32 noundef 511, i32 noundef 0) store ptr %8, ptr %1, align 8 %9 = load ptr, ptr %1, align 8 %10 = load ptr, ptr @SEM_FAILED, align 8 %11 = icmp eq ptr %9, %10 br i1 %11, label %12, label %14 12: ; preds = %0 %13 = call i32 @err(i32 noundef 1, ptr noundef @.str.2) br label %14 14: ; preds = %12, %0 %15 = load i32, ptr @O_CREAT, align 4 %16 = call ptr @sem_open(ptr noundef @.str.1, i32 noundef %15, i32 noundef 511, i32 noundef 0) store ptr %16, ptr %2, align 8 %17 = load ptr, ptr %2, align 8 %18 = load ptr, ptr @SEM_FAILED, align 8 %19 = icmp eq ptr %17, %18 br i1 %19, label %20, label %22 20: ; preds = %14 %21 = call i32 @err(i32 noundef 2, ptr noundef @.str.3) br label %22 22: ; preds = %20, %14 %23 = load ptr, ptr %1, align 8 %24 = load ptr, ptr %2, align 8 %25 = icmp ne ptr %23, %24 br i1 %25, label %26, label %28 26: ; preds = %22 %27 = call i32 @errx(i32 noundef 3, ptr noundef @.str.4) br label %28 28: ; preds = %26, %22 %29 = load ptr, ptr %2, align 8 %30 = call i64 @sem_close(ptr noundef %29) %31 = icmp ne i64 %30, 0 br i1 %31, label %32, label %34 32: ; preds = %28 %33 = call i32 @err(i32 noundef 4, ptr noundef @.str.5) br label %34 34: ; preds = %32, %28 %35 = call i32 (...) @fork() store i32 %35, ptr %3, align 4 %36 = icmp eq i32 %35, 0 br i1 %36, label %37, label %47 37: ; preds = %34 %38 = call i32 @printf(ptr noundef @.str.6) %39 = load ptr, ptr %1, align 8 %40 = call i64 @sem_wait(ptr noundef %39) %41 = icmp ne i64 %40, 0 br i1 %41, label %42, label %44 42: ; preds = %37 %43 = call i32 @err(i32 noundef 5, ptr noundef @.str.7) br label %44 44: ; preds = %42, %37 %45 = call i32 @printf(ptr noundef @.str.8) %46 = call i32 @exit(i32 noundef 0) #3 unreachable 47: ; preds = %34 %48 = call i32 @sleep(i32 noundef 1) %49 = call i32 @printf(ptr noundef @.str.9) %50 = load ptr, ptr %1, align 8 %51 = call i64 @sem_post(ptr noundef %50) %52 = icmp ne i64 %51, 0 br i1 %52, label %53, label %55 53: ; preds = %47 %54 = call i32 @err(i32 noundef 6, ptr noundef @.str.10) br label %55 55: ; preds = %53, %47 %56 = load i32, ptr %3, align 4 %57 = call i32 @waitpid(i32 noundef %56, ptr noundef %4, i32 noundef 0) %58 = load i32, ptr %4, align 4 %59 = call i64 @WIFEXITED(i32 noundef %58) %60 = icmp ne i64 %59, 0 br i1 %60, label %61, label %67 61: ; preds = %55 %62 = load i32, ptr %4, align 4 %63 = call i64 @WEXITSTATUS(i32 noundef %62) %64 = icmp eq i64 %63, 0 br i1 %64, label %65, label %67 65: ; preds = %61 %66 = call i32 @printf(ptr noundef @.str.11) br label %69 67: ; preds = %61, %55 %68 = call i32 @printf(ptr noundef @.str.12) br label %69 69: ; preds = %67, %65 br label %70 70: ; preds = %69 %71 = load ptr, ptr %1, align 8 %72 = call i64 @sem_close(ptr noundef %71) %73 = icmp ne i64 %72, 0 br i1 %73, label %74, label %76 74: ; preds = %70 %75 = call i32 @err(i32 noundef 7, ptr noundef @.str.5) br label %76 76: ; preds = %74, %70 ret i32 0 } declare i32 @printf(ptr noundef) #1 declare i32 @sem_unlink(ptr noundef) #1 declare ptr @sem_open(ptr noundef, i32 noundef, i32 noundef, i32 noundef) #1 declare i32 @err(i32 noundef, ptr noundef) #1 declare i32 @errx(i32 noundef, ptr noundef) #1 declare i64 @sem_close(ptr noundef) #1 declare i32 @fork(...) #1 declare i64 @sem_wait(ptr noundef) #1 ; Function Attrs: noreturn declare i32 @exit(i32 noundef) #2 declare i32 @sleep(i32 noundef) #1 declare i64 @sem_post(ptr noundef) #1 declare i32 @waitpid(i32 noundef, ptr noundef, i32 noundef) #1 declare i64 @WIFEXITED(i32 noundef) #1 declare i64 @WEXITSTATUS(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/tmpf7ffzodw.c" target datalayout = "e-m:e-p270: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 [40 x i8] c"testing named process-shared semaphore\0A\00", align 1 @.str.1 = private unnamed_addr constant [8 x i8] c"/semtst\00", align 1 @O_CREAT = dso_local global i32 0, align 4 @SEM_FAILED = dso_local global ptr null, align 8 @.str.2 = private unnamed_addr constant [16 x i8] c"sem_open failed\00", align 1 @.str.3 = private unnamed_addr constant [28 x i8] c"second sem_open call failed\00", align 1 @.str.4 = private unnamed_addr constant [65 x i8] c"two sem_open calls for same semaphore do not return same address\00", align 1 @.str.5 = private unnamed_addr constant [17 x i8] c"sem_close failed\00", align 1 @.str.6 = private unnamed_addr constant [19 x i8] c"child: sem_wait()\0A\00", align 1 @.str.7 = private unnamed_addr constant [16 x i8] c"sem_wait failed\00", align 1 @.str.8 = private unnamed_addr constant [28 x i8] c"child: sem_wait() returned\0A\00", align 1 @.str.9 = private unnamed_addr constant [20 x i8] c"parent: sem_post()\0A\00", align 1 @.str.10 = private unnamed_addr constant [16 x i8] c"sem_post failed\00", align 1 @.str.11 = private unnamed_addr constant [5 x i8] c"OK.\0A\00", align 1 @.str.12 = private unnamed_addr constant [9 x i8] c"Failure.\00", align 1 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local i32 @test_named() #0 { %1 = alloca ptr, align 8 %2 = alloca ptr, align 8 %3 = alloca i32, align 4 %4 = alloca i32, align 4 %5 = call i32 @printf(ptr noundef @.str) %6 = call i32 @sem_unlink(ptr noundef @.str.1) %7 = load i32, ptr @O_CREAT, align 4 %8 = call ptr @sem_open(ptr noundef @.str.1, i32 noundef %7, i32 noundef 511, i32 noundef 0) store ptr %8, ptr %1, align 8 %9 = load ptr, ptr %1, align 8 %10 = load ptr, ptr @SEM_FAILED, align 8 %11 = icmp eq ptr %9, %10 br i1 %11, label %12, label %14 12: ; preds = %0 %13 = call i32 @err(i32 noundef 1, ptr noundef @.str.2) br label %14 14: ; preds = %12, %0 %15 = load i32, ptr @O_CREAT, align 4 %16 = call ptr @sem_open(ptr noundef @.str.1, i32 noundef %15, i32 noundef 511, i32 noundef 0) store ptr %16, ptr %2, align 8 %17 = load ptr, ptr %2, align 8 %18 = load ptr, ptr @SEM_FAILED, align 8 %19 = icmp eq ptr %17, %18 br i1 %19, label %20, label %22 20: ; preds = %14 %21 = call i32 @err(i32 noundef 2, ptr noundef @.str.3) br label %22 22: ; preds = %20, %14 %23 = load ptr, ptr %1, align 8 %24 = load ptr, ptr %2, align 8 %25 = icmp ne ptr %23, %24 br i1 %25, label %26, label %28 26: ; preds = %22 %27 = call i32 @errx(i32 noundef 3, ptr noundef @.str.4) br label %28 28: ; preds = %26, %22 %29 = load ptr, ptr %2, align 8 %30 = call i64 @sem_close(ptr noundef %29) %31 = icmp ne i64 %30, 0 br i1 %31, label %32, label %34 32: ; preds = %28 %33 = call i32 @err(i32 noundef 4, ptr noundef @.str.5) br label %34 34: ; preds = %32, %28 %35 = call i32 (...) @fork() store i32 %35, ptr %3, align 4 %36 = icmp eq i32 %35, 0 br i1 %36, label %37, label %47 37: ; preds = %34 %38 = call i32 @printf(ptr noundef @.str.6) %39 = load ptr, ptr %1, align 8 %40 = call i64 @sem_wait(ptr noundef %39) %41 = icmp ne i64 %40, 0 br i1 %41, label %42, label %44 42: ; preds = %37 %43 = call i32 @err(i32 noundef 5, ptr noundef @.str.7) br label %44 44: ; preds = %42, %37 %45 = call i32 @printf(ptr noundef @.str.8) %46 = call i32 @exit(i32 noundef 0) #3 unreachable 47: ; preds = %34 %48 = call i32 @sleep(i32 noundef 1) %49 = call i32 @printf(ptr noundef @.str.9) %50 = load ptr, ptr %1, align 8 %51 = call i64 @sem_post(ptr noundef %50) %52 = icmp ne i64 %51, 0 br i1 %52, label %53, label %55 53: ; preds = %47 %54 = call i32 @err(i32 noundef 6, ptr noundef @.str.10) br label %55 55: ; preds = %53, %47 %56 = load i32, ptr %3, align 4 %57 = call i32 @waitpid(i32 noundef %56, ptr noundef %4, i32 noundef 0) %58 = load i32, ptr %4, align 4 %59 = call i64 @WIFEXITED(i32 noundef %58) %60 = icmp ne i64 %59, 0 br i1 %60, label %61, label %67 61: ; preds = %55 %62 = load i32, ptr %4, align 4 %63 = call i64 @WEXITSTATUS(i32 noundef %62) %64 = icmp eq i64 %63, 0 br i1 %64, label %65, label %67 65: ; preds = %61 %66 = call i32 @printf(ptr noundef @.str.11) br label %69 67: ; preds = %61, %55 %68 = call i32 @printf(ptr noundef @.str.12) br label %69 69: ; preds = %67, %65 br label %70 70: ; preds = %69 %71 = load ptr, ptr %1, align 8 %72 = call i64 @sem_close(ptr noundef %71) %73 = icmp ne i64 %72, 0 br i1 %73, label %74, label %76 74: ; preds = %70 %75 = call i32 @err(i32 noundef 7, ptr noundef @.str.5) br label %76 76: ; preds = %74, %70 ret i32 0 } declare i32 @printf(ptr noundef) #1 declare i32 @sem_unlink(ptr noundef) #1 declare ptr @sem_open(ptr noundef, i32 noundef, i32 noundef, i32 noundef) #1 declare i32 @err(i32 noundef, ptr noundef) #1 declare i32 @errx(i32 noundef, ptr noundef) #1 declare i64 @sem_close(ptr noundef) #1 declare i32 @fork(...) #1 declare i64 @sem_wait(ptr noundef) #1 ; Function Attrs: noreturn declare i32 @exit(i32 noundef) #2 declare i32 @sleep(i32 noundef) #1 declare i64 @sem_post(ptr noundef) #1 declare i32 @waitpid(i32 noundef, ptr noundef, i32 noundef) #1 declare i64 @WIFEXITED(i32 noundef) #1 declare i64 @WEXITSTATUS(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/tmplu795q21.c' source_filename = "/tmp/tmplu795q21.c" target datalayout = "e-m:e-p270: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 @parse_option_arg_unsigned_int(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 store i32 0, ptr %5, align 4 br label %6 6: ; preds = %12, %2 %7 = load ptr, ptr %3, align 8 %8 = load i8, ptr %7, align 1 %9 = call i64 @isdigit(i8 noundef signext %8) %10 = icmp ne i64 %9, 0 %11 = xor i1 %10, true br i1 %11, label %12, label %15 12: ; preds = %6 %13 = load ptr, ptr %3, align 8 %14 = getelementptr inbounds i8, ptr %13, i32 1 store ptr %14, ptr %3, align 8 br label %6, !llvm.loop !6 15: ; preds = %6 br label %16 16: ; preds = %21, %15 %17 = load ptr, ptr %3, align 8 %18 = load i8, ptr %17, align 1 %19 = call i64 @isdigit(i8 noundef signext %18) %20 = icmp ne i64 %19, 0 br i1 %20, label %21, label %32 21: ; preds = %16 %22 = load ptr, ptr %4, align 8 %23 = load i32, ptr %22, align 4 %24 = mul i32 %23, 10 %25 = load ptr, ptr %3, align 8 %26 = getelementptr inbounds i8, ptr %25, i32 1 store ptr %26, ptr %3, align 8 %27 = load i8, ptr %25, align 1 %28 = sext i8 %27 to i32 %29 = sub nsw i32 %28, 48 %30 = add i32 %24, %29 %31 = load ptr, ptr %4, align 8 store i32 %30, ptr %31, align 4 br label %16, !llvm.loop !8 32: ; preds = %16 ret i32 0 } declare i64 @isdigit(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}
; ModuleID = '<stdin>' source_filename = "/tmp/tmplu795q21.c" target datalayout = "e-m:e-p270: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 @parse_option_arg_unsigned_int(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 store i32 0, ptr %5, align 4 %6 = load ptr, ptr %3, align 8 %7 = load i8, ptr %6, align 1 %8 = call i64 @isdigit(i8 noundef signext %7) %9 = icmp ne i64 %8, 0 %10 = xor i1 %9, true br i1 %10, label %.lr.ph, label %19 .lr.ph: ; preds = %2 br label %11 11: ; preds = %.lr.ph, %11 %12 = load ptr, ptr %3, align 8 %13 = getelementptr inbounds i8, ptr %12, i32 1 store ptr %13, ptr %3, align 8 %14 = load ptr, ptr %3, align 8 %15 = load i8, ptr %14, align 1 %16 = call i64 @isdigit(i8 noundef signext %15) %17 = icmp ne i64 %16, 0 %18 = xor i1 %17, true br i1 %18, label %11, label %._crit_edge, !llvm.loop !6 ._crit_edge: ; preds = %11 br label %19 19: ; preds = %._crit_edge, %2 %20 = load ptr, ptr %3, align 8 %21 = load i8, ptr %20, align 1 %22 = call i64 @isdigit(i8 noundef signext %21) %23 = icmp ne i64 %22, 0 br i1 %23, label %.lr.ph2, label %39 .lr.ph2: ; preds = %19 br label %24 24: ; preds = %.lr.ph2, %24 %25 = load ptr, ptr %4, align 8 %26 = load i32, ptr %25, align 4 %27 = mul i32 %26, 10 %28 = load ptr, ptr %3, align 8 %29 = getelementptr inbounds i8, ptr %28, i32 1 store ptr %29, ptr %3, align 8 %30 = load i8, ptr %28, align 1 %31 = sext i8 %30 to i32 %32 = sub nsw i32 %31, 48 %33 = add i32 %27, %32 %34 = load ptr, ptr %4, align 8 store i32 %33, ptr %34, align 4 %35 = load ptr, ptr %3, align 8 %36 = load i8, ptr %35, align 1 %37 = call i64 @isdigit(i8 noundef signext %36) %38 = icmp ne i64 %37, 0 br i1 %38, label %24, label %._crit_edge3, !llvm.loop !8 ._crit_edge3: ; preds = %24 br label %39 39: ; preds = %._crit_edge3, %19 ret i32 0 } declare i64 @isdigit(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}
; ModuleID = '/tmp/tmp7zyc02qb.c' source_filename = "/tmp/tmp7zyc02qb.c" target datalayout = "e-m:e-p270: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.char_array = private unnamed_addr constant [5 x i8] c"abcde", align 1 @__const.main.int_array = private unnamed_addr constant [5 x i32] [i32 1, i32 2, i32 3, i32 4, i32 5], align 16 @.str = private unnamed_addr constant [63 x i8] c"[hacky_nonpointer] points to %p, which contains the char '%c'\0A\00", align 1 @.str.1 = private unnamed_addr constant [64 x i8] c"[hacky_nonpointer] points to %p, which contains the integer %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 [5 x i8], align 1 %4 = alloca [5 x i32], align 16 %5 = alloca i32, align 4 store i32 0, ptr %1, align 4 call void @llvm.memcpy.p0.p0.i64(ptr align 1 %3, ptr align 1 @__const.main.char_array, i64 5, i1 false) call void @llvm.memcpy.p0.p0.i64(ptr align 16 %4, ptr align 16 @__const.main.int_array, i64 20, i1 false) %6 = getelementptr inbounds [5 x i8], ptr %3, i64 0, i64 0 %7 = ptrtoint ptr %6 to i32 store i32 %7, ptr %5, align 4 store i32 0, ptr %2, align 4 br label %8 8: ; preds = %23, %0 %9 = load i32, ptr %2, align 4 %10 = icmp slt i32 %9, 5 br i1 %10, label %11, label %26 11: ; preds = %8 %12 = load i32, ptr %5, align 4 %13 = load i32, ptr %5, align 4 %14 = zext i32 %13 to i64 %15 = inttoptr i64 %14 to ptr %16 = load i8, ptr %15, align 1 %17 = sext i8 %16 to i32 %18 = call i32 @printf(ptr noundef @.str, i32 noundef %12, i32 noundef %17) %19 = load i32, ptr %5, align 4 %20 = zext i32 %19 to i64 %21 = add i64 %20, 1 %22 = trunc i64 %21 to i32 store i32 %22, ptr %5, align 4 br label %23 23: ; preds = %11 %24 = load i32, ptr %2, align 4 %25 = add nsw i32 %24, 1 store i32 %25, ptr %2, align 4 br label %8, !llvm.loop !6 26: ; preds = %8 %27 = getelementptr inbounds [5 x i32], ptr %4, i64 0, i64 0 %28 = ptrtoint ptr %27 to i32 store i32 %28, ptr %5, align 4 store i32 0, ptr %2, align 4 br label %29 29: ; preds = %43, %26 %30 = load i32, ptr %2, align 4 %31 = icmp slt i32 %30, 5 br i1 %31, label %32, label %46 32: ; preds = %29 %33 = load i32, ptr %5, align 4 %34 = load i32, ptr %5, align 4 %35 = zext i32 %34 to i64 %36 = inttoptr i64 %35 to ptr %37 = load i32, ptr %36, align 4 %38 = call i32 @printf(ptr noundef @.str.1, i32 noundef %33, i32 noundef %37) %39 = load i32, ptr %5, align 4 %40 = zext i32 %39 to i64 %41 = add i64 %40, 4 %42 = trunc i64 %41 to i32 store i32 %42, ptr %5, align 4 br label %43 43: ; preds = %32 %44 = load i32, ptr %2, align 4 %45 = add nsw i32 %44, 1 store i32 %45, ptr %2, align 4 br label %29, !llvm.loop !8 46: ; preds = %29 %47 = load i32, ptr %1, align 4 ret i32 %47 } ; Function Attrs: nocallback nofree nounwind willreturn memory(argmem: readwrite) declare void @llvm.memcpy.p0.p0.i64(ptr noalias nocapture writeonly, ptr noalias nocapture readonly, i64, i1 immarg) #1 declare i32 @printf(ptr noundef, i32 noundef, i32 noundef) #2 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { nocallback nofree nounwind willreturn memory(argmem: readwrite) } attributes #2 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"} !6 = distinct !{!6, !7} !7 = !{!"llvm.loop.mustprogress"} !8 = distinct !{!8, !7}
; ModuleID = '<stdin>' source_filename = "/tmp/tmp7zyc02qb.c" target datalayout = "e-m:e-p270: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.char_array = private unnamed_addr constant [5 x i8] c"abcde", align 1 @__const.main.int_array = private unnamed_addr constant [5 x i32] [i32 1, i32 2, i32 3, i32 4, i32 5], align 16 @.str = private unnamed_addr constant [63 x i8] c"[hacky_nonpointer] points to %p, which contains the char '%c'\0A\00", align 1 @.str.1 = private unnamed_addr constant [64 x i8] c"[hacky_nonpointer] points to %p, which contains the integer %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 [5 x i8], align 1 %4 = alloca [5 x i32], align 16 %5 = alloca i32, align 4 store i32 0, ptr %1, align 4 call void @llvm.memcpy.p0.p0.i64(ptr align 1 %3, ptr align 1 @__const.main.char_array, i64 5, i1 false) call void @llvm.memcpy.p0.p0.i64(ptr align 16 %4, ptr align 16 @__const.main.int_array, i64 20, i1 false) %6 = getelementptr inbounds [5 x i8], ptr %3, i64 0, i64 0 %7 = ptrtoint ptr %6 to i32 store i32 %7, ptr %5, align 4 store i32 0, ptr %2, align 4 %8 = load i32, ptr %2, align 4 %9 = icmp slt i32 %8, 5 br i1 %9, label %.lr.ph, label %27 .lr.ph: ; preds = %0 br label %10 10: ; preds = %.lr.ph, %22 %11 = load i32, ptr %5, align 4 %12 = load i32, ptr %5, align 4 %13 = zext i32 %12 to i64 %14 = inttoptr i64 %13 to ptr %15 = load i8, ptr %14, align 1 %16 = sext i8 %15 to i32 %17 = call i32 @printf(ptr noundef @.str, i32 noundef %11, i32 noundef %16) %18 = load i32, ptr %5, align 4 %19 = zext i32 %18 to i64 %20 = add i64 %19, 1 %21 = trunc i64 %20 to i32 store i32 %21, ptr %5, align 4 br label %22 22: ; preds = %10 %23 = load i32, ptr %2, align 4 %24 = add nsw i32 %23, 1 store i32 %24, ptr %2, align 4 %25 = load i32, ptr %2, align 4 %26 = icmp slt i32 %25, 5 br i1 %26, label %10, label %._crit_edge, !llvm.loop !6 ._crit_edge: ; preds = %22 br label %27 27: ; preds = %._crit_edge, %0 %28 = getelementptr inbounds [5 x i32], ptr %4, i64 0, i64 0 %29 = ptrtoint ptr %28 to i32 store i32 %29, ptr %5, align 4 store i32 0, ptr %2, align 4 %30 = load i32, ptr %2, align 4 %31 = icmp slt i32 %30, 5 br i1 %31, label %.lr.ph2, label %48 .lr.ph2: ; preds = %27 br label %32 32: ; preds = %.lr.ph2, %43 %33 = load i32, ptr %5, align 4 %34 = load i32, ptr %5, align 4 %35 = zext i32 %34 to i64 %36 = inttoptr i64 %35 to ptr %37 = load i32, ptr %36, align 4 %38 = call i32 @printf(ptr noundef @.str.1, i32 noundef %33, i32 noundef %37) %39 = load i32, ptr %5, align 4 %40 = zext i32 %39 to i64 %41 = add i64 %40, 4 %42 = trunc i64 %41 to i32 store i32 %42, ptr %5, align 4 br label %43 43: ; preds = %32 %44 = load i32, ptr %2, align 4 %45 = add nsw i32 %44, 1 store i32 %45, ptr %2, align 4 %46 = load i32, ptr %2, align 4 %47 = icmp slt i32 %46, 5 br i1 %47, label %32, label %._crit_edge3, !llvm.loop !8 ._crit_edge3: ; preds = %43 br label %48 48: ; preds = %._crit_edge3, %27 %49 = load i32, ptr %1, align 4 ret i32 %49 } ; Function Attrs: nocallback nofree nounwind willreturn memory(argmem: readwrite) declare void @llvm.memcpy.p0.p0.i64(ptr noalias nocapture writeonly, ptr noalias nocapture readonly, i64, i1 immarg) #1 declare i32 @printf(ptr noundef, i32 noundef, i32 noundef) #2 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { nocallback nofree nounwind willreturn memory(argmem: readwrite) } attributes #2 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"} !6 = distinct !{!6, !7} !7 = !{!"llvm.loop.mustprogress"} !8 = distinct !{!8, !7}
; ModuleID = '/tmp/tmp2v_4mh1d.c' source_filename = "/tmp/tmp2v_4mh1d.c" target datalayout = "e-m:e-p270: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 [14 x i8] c"stacksize=%u\0A\00", align 1 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local void @print_it() #0 { %1 = alloca i32, align 4 %2 = alloca i32, align 4 %3 = alloca i64, align 8 %4 = call i32 (...) @pthread_self() %5 = call i32 @pthread_getattr_np(i32 noundef %4, ptr noundef %2) store i32 %5, ptr %1, align 4 %6 = load i32, ptr %1, align 4 %7 = icmp eq i32 %6, 0 %8 = zext i1 %7 to i32 %9 = call i32 @assert(i32 noundef %8) %10 = call i32 @pthread_attr_getstacksize(ptr noundef %2, ptr noundef %3) store i32 %10, ptr %1, align 4 %11 = load i32, ptr %1, align 4 %12 = icmp eq i32 %11, 0 %13 = zext i1 %12 to i32 %14 = call i32 @assert(i32 noundef %13) %15 = load i64, ptr %3, align 8 %16 = call i32 @printf(ptr noundef @.str, i64 noundef %15) %17 = call i32 @pthread_attr_destroy(ptr noundef %2) store i32 %17, ptr %1, align 4 %18 = load i32, ptr %1, align 4 %19 = icmp eq i32 %18, 0 %20 = zext i1 %19 to i32 %21 = call i32 @assert(i32 noundef %20) ret void } declare i32 @pthread_getattr_np(i32 noundef, ptr noundef) #1 declare i32 @pthread_self(...) #1 declare i32 @assert(i32 noundef) #1 declare i32 @pthread_attr_getstacksize(ptr noundef, ptr noundef) #1 declare i32 @printf(ptr noundef, i64 noundef) #1 declare i32 @pthread_attr_destroy(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/tmp2v_4mh1d.c" target datalayout = "e-m:e-p270: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 [14 x i8] c"stacksize=%u\0A\00", align 1 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local void @print_it() #0 { %1 = alloca i32, align 4 %2 = alloca i32, align 4 %3 = alloca i64, align 8 %4 = call i32 (...) @pthread_self() %5 = call i32 @pthread_getattr_np(i32 noundef %4, ptr noundef %2) store i32 %5, ptr %1, align 4 %6 = load i32, ptr %1, align 4 %7 = icmp eq i32 %6, 0 %8 = zext i1 %7 to i32 %9 = call i32 @assert(i32 noundef %8) %10 = call i32 @pthread_attr_getstacksize(ptr noundef %2, ptr noundef %3) store i32 %10, ptr %1, align 4 %11 = load i32, ptr %1, align 4 %12 = icmp eq i32 %11, 0 %13 = zext i1 %12 to i32 %14 = call i32 @assert(i32 noundef %13) %15 = load i64, ptr %3, align 8 %16 = call i32 @printf(ptr noundef @.str, i64 noundef %15) %17 = call i32 @pthread_attr_destroy(ptr noundef %2) store i32 %17, ptr %1, align 4 %18 = load i32, ptr %1, align 4 %19 = icmp eq i32 %18, 0 %20 = zext i1 %19 to i32 %21 = call i32 @assert(i32 noundef %20) ret void } declare i32 @pthread_getattr_np(i32 noundef, ptr noundef) #1 declare i32 @pthread_self(...) #1 declare i32 @assert(i32 noundef) #1 declare i32 @pthread_attr_getstacksize(ptr noundef, ptr noundef) #1 declare i32 @printf(ptr noundef, i64 noundef) #1 declare i32 @pthread_attr_destroy(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/tmppajazru5.c' source_filename = "/tmp/tmppajazru5.c" target datalayout = "e-m:e-p270: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 @i2c_sendbytes(ptr noundef %0, i64 noundef %1) #0 { %3 = alloca i32, align 4 %4 = alloca ptr, align 8 %5 = alloca i64, align 8 %6 = alloca i64, align 8 %7 = alloca i32, align 4 store ptr %0, ptr %4, align 8 store i64 %1, ptr %5, align 8 store i32 0, ptr %7, align 4 store i64 0, ptr %6, align 8 br label %8 8: ; preds = %34, %2 %9 = load i64, ptr %6, align 8 %10 = load i64, ptr %5, align 8 %11 = icmp ult i64 %9, %10 br i1 %11, label %12, label %37 12: ; preds = %8 %13 = load ptr, ptr %4, align 8 %14 = load i64, ptr %6, align 8 %15 = getelementptr inbounds i32, ptr %13, i64 %14 %16 = load i32, ptr %15, align 4 %17 = call i32 @i2c_sendbyte(i32 noundef %16) %18 = load i64, ptr %6, align 8 %19 = load i64, ptr %5, align 8 %20 = sub i64 %19, 1 %21 = icmp uge i64 %18, %20 br i1 %21, label %22, label %23 22: ; preds = %12 store i32 1, ptr %7, align 4 br label %23 23: ; preds = %22, %12 %24 = load i32, ptr %7, align 4 %25 = call i64 @i2c_getnack(i32 noundef %24) %26 = icmp ne i64 %25, 0 br i1 %26, label %27, label %28 27: ; preds = %23 store i32 0, ptr %3, align 4 br label %38 28: ; preds = %23 %29 = load i32, ptr %7, align 4 %30 = icmp ne i32 %29, 0 br i1 %30, label %33, label %31 31: ; preds = %28 %32 = call i32 (...) @i2c_start() br label %33 33: ; preds = %31, %28 br label %34 34: ; preds = %33 %35 = load i64, ptr %6, align 8 %36 = add i64 %35, 1 store i64 %36, ptr %6, align 8 br label %8, !llvm.loop !6 37: ; preds = %8 store i32 1, ptr %3, align 4 br label %38 38: ; preds = %37, %27 %39 = load i32, ptr %3, align 4 ret i32 %39 } declare i32 @i2c_sendbyte(i32 noundef) #1 declare i64 @i2c_getnack(i32 noundef) #1 declare i32 @i2c_start(...) #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/tmppajazru5.c" target datalayout = "e-m:e-p270: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 @i2c_sendbytes(ptr noundef %0, i64 noundef %1) #0 { %3 = alloca i32, align 4 %4 = alloca ptr, align 8 %5 = alloca i64, align 8 %6 = alloca i64, align 8 %7 = alloca i32, align 4 store ptr %0, ptr %4, align 8 store i64 %1, ptr %5, align 8 store i32 0, ptr %7, align 4 store i64 0, ptr %6, align 8 %8 = load i64, ptr %6, align 8 %9 = load i64, ptr %5, align 8 %10 = icmp ult i64 %8, %9 br i1 %10, label %.lr.ph, label %39 .lr.ph: ; preds = %2 br label %11 11: ; preds = %.lr.ph, %33 %12 = load ptr, ptr %4, align 8 %13 = load i64, ptr %6, align 8 %14 = getelementptr inbounds i32, ptr %12, i64 %13 %15 = load i32, ptr %14, align 4 %16 = call i32 @i2c_sendbyte(i32 noundef %15) %17 = load i64, ptr %6, align 8 %18 = load i64, ptr %5, align 8 %19 = sub i64 %18, 1 %20 = icmp uge i64 %17, %19 br i1 %20, label %21, label %22 21: ; preds = %11 store i32 1, ptr %7, align 4 br label %22 22: ; preds = %21, %11 %23 = load i32, ptr %7, align 4 %24 = call i64 @i2c_getnack(i32 noundef %23) %25 = icmp ne i64 %24, 0 br i1 %25, label %26, label %27 26: ; preds = %22 store i32 0, ptr %3, align 4 br label %40 27: ; preds = %22 %28 = load i32, ptr %7, align 4 %29 = icmp ne i32 %28, 0 br i1 %29, label %32, label %30 30: ; preds = %27 %31 = call i32 (...) @i2c_start() br label %32 32: ; preds = %30, %27 br label %33 33: ; preds = %32 %34 = load i64, ptr %6, align 8 %35 = add i64 %34, 1 store i64 %35, ptr %6, align 8 %36 = load i64, ptr %6, align 8 %37 = load i64, ptr %5, align 8 %38 = icmp ult i64 %36, %37 br i1 %38, label %11, label %._crit_edge, !llvm.loop !6 ._crit_edge: ; preds = %33 br label %39 39: ; preds = %._crit_edge, %2 store i32 1, ptr %3, align 4 br label %40 40: ; preds = %39, %26 %41 = load i32, ptr %3, align 4 ret i32 %41 } declare i32 @i2c_sendbyte(i32 noundef) #1 declare i64 @i2c_getnack(i32 noundef) #1 declare i32 @i2c_start(...) #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/tmpvle_03gz.c' source_filename = "/tmp/tmpvle_03gz.c" target datalayout = "e-m:e-p270: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 { i64 } ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local i64 @get_XLeaveWindowEvent_serial(ptr noundef %0) #0 { %2 = alloca ptr, align 8 store ptr %0, ptr %2, align 8 %3 = load ptr, ptr %2, align 8 %4 = getelementptr inbounds %struct.TYPE_2__, ptr %3, i32 0, i32 0 %5 = load i64, ptr %4, align 8 ret i64 %5 } attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-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/tmpvle_03gz.c" target datalayout = "e-m:e-p270: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 { i64 } ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local i64 @get_XLeaveWindowEvent_serial(ptr noundef %0) #0 { %2 = alloca ptr, align 8 store ptr %0, ptr %2, align 8 %3 = load ptr, ptr %2, align 8 %4 = getelementptr inbounds %struct.TYPE_2__, ptr %3, i32 0, i32 0 %5 = load i64, ptr %4, align 8 ret i64 %5 } attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-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/tmp5t0oftno.c' source_filename = "/tmp/tmp5t0oftno.c" target datalayout = "e-m:e-p270: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/tmp5t0oftno.c" target datalayout = "e-m:e-p270: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/tmp7lqc57fx.c' source_filename = "/tmp/tmp7lqc57fx.c" target datalayout = "e-m:e-p270: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 @expand_overloaded_flags(i64 noundef %0) #0 { %2 = alloca i64, align 8 store i64 %0, ptr %2, align 8 %3 = load i64, ptr %2, align 8 %4 = and i64 %3, 128 %5 = icmp ne i64 %4, 0 br i1 %5, label %6, label %28 6: ; preds = %1 %7 = load i64, ptr %2, align 8 %8 = and i64 %7, 34359738368 %9 = icmp ne i64 %8, 0 br i1 %9, label %10, label %13 10: ; preds = %6 %11 = load i64, ptr %2, align 8 %12 = xor i64 %11, 562984313159680 store i64 %12, ptr %2, align 8 br label %13 13: ; preds = %10, %6 %14 = load i64, ptr %2, align 8 %15 = and i64 %14, 64 %16 = icmp ne i64 %15, 0 br i1 %16, label %17, label %20 17: ; preds = %13 %18 = load i64, ptr %2, align 8 %19 = xor i64 %18, 1125899906842688 store i64 %19, ptr %2, align 8 br label %20 20: ; preds = %17, %13 %21 = load i64, ptr %2, align 8 %22 = and i64 %21, 2 %23 = icmp ne i64 %22, 0 br i1 %23, label %24, label %27 24: ; preds = %20 %25 = load i64, ptr %2, align 8 %26 = xor i64 %25, 2251799813685250 store i64 %26, ptr %2, align 8 br label %27 27: ; preds = %24, %20 br label %28 28: ; preds = %27, %1 %29 = load i64, ptr %2, align 8 %30 = and i64 %29, 768 %31 = icmp eq i64 %30, 512 br i1 %31, label %32, label %35 32: ; preds = %28 %33 = load i64, ptr %2, align 8 %34 = xor i64 %33, 281474976711168 store i64 %34, ptr %2, align 8 br label %35 35: ; preds = %32, %28 %36 = load i64, ptr %2, align 8 ret i64 %36 } attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-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/tmp7lqc57fx.c" target datalayout = "e-m:e-p270: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 @expand_overloaded_flags(i64 noundef %0) #0 { %2 = alloca i64, align 8 store i64 %0, ptr %2, align 8 %3 = load i64, ptr %2, align 8 %4 = and i64 %3, 128 %5 = icmp ne i64 %4, 0 br i1 %5, label %6, label %28 6: ; preds = %1 %7 = load i64, ptr %2, align 8 %8 = and i64 %7, 34359738368 %9 = icmp ne i64 %8, 0 br i1 %9, label %10, label %13 10: ; preds = %6 %11 = load i64, ptr %2, align 8 %12 = xor i64 %11, 562984313159680 store i64 %12, ptr %2, align 8 br label %13 13: ; preds = %10, %6 %14 = load i64, ptr %2, align 8 %15 = and i64 %14, 64 %16 = icmp ne i64 %15, 0 br i1 %16, label %17, label %20 17: ; preds = %13 %18 = load i64, ptr %2, align 8 %19 = xor i64 %18, 1125899906842688 store i64 %19, ptr %2, align 8 br label %20 20: ; preds = %17, %13 %21 = load i64, ptr %2, align 8 %22 = and i64 %21, 2 %23 = icmp ne i64 %22, 0 br i1 %23, label %24, label %27 24: ; preds = %20 %25 = load i64, ptr %2, align 8 %26 = xor i64 %25, 2251799813685250 store i64 %26, ptr %2, align 8 br label %27 27: ; preds = %24, %20 br label %28 28: ; preds = %27, %1 %29 = load i64, ptr %2, align 8 %30 = and i64 %29, 768 %31 = icmp eq i64 %30, 512 br i1 %31, label %32, label %35 32: ; preds = %28 %33 = load i64, ptr %2, align 8 %34 = xor i64 %33, 281474976711168 store i64 %34, ptr %2, align 8 br label %35 35: ; preds = %32, %28 %36 = load i64, ptr %2, align 8 ret i64 %36 } attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-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/tmp2tqgclia.c' source_filename = "/tmp/tmp2tqgclia.c" target datalayout = "e-m:e-p270: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 %7 = alloca i32, align 4 store ptr %0, ptr %3, align 8 store i32 %1, ptr %4, align 4 %8 = load i32, ptr %4, align 4 store i32 %8, ptr %5, align 4 %9 = load ptr, ptr %3, align 8 %10 = load i32, ptr %4, align 4 %11 = call i32 @buildMaxHeap(ptr noundef %9, i32 noundef %10) %12 = load i32, ptr %5, align 4 store i32 %12, ptr %7, align 4 br label %13 13: ; preds = %35, %2 %14 = load i32, ptr %7, align 4 %15 = icmp sgt i32 %14, 0 br i1 %15, label %16, label %38 16: ; preds = %13 %17 = load ptr, ptr %3, align 8 %18 = load i32, ptr %17, align 4 store i32 %18, ptr %6, align 4 %19 = load ptr, ptr %3, align 8 %20 = load i32, ptr %7, align 4 %21 = sext i32 %20 to i64 %22 = getelementptr inbounds i32, ptr %19, i64 %21 %23 = load i32, ptr %22, align 4 %24 = load ptr, ptr %3, align 8 store i32 %23, ptr %24, align 4 %25 = load i32, ptr %6, align 4 %26 = load ptr, ptr %3, align 8 %27 = load i32, ptr %7, 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 i32, ptr %4, align 4 %31 = add nsw i32 %30, -1 store i32 %31, ptr %4, align 4 %32 = load ptr, ptr %3, align 8 %33 = load i32, ptr %4, align 4 %34 = call i32 @maxHeapify(ptr noundef %32, i32 noundef 0, i32 noundef %33) br label %35 35: ; preds = %16 %36 = load i32, ptr %7, align 4 %37 = add nsw i32 %36, -1 store i32 %37, ptr %7, align 4 br label %13, !llvm.loop !6 38: ; preds = %13 ret void } declare i32 @buildMaxHeap(ptr noundef, i32 noundef) #1 declare i32 @maxHeapify(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/tmp2tqgclia.c" target datalayout = "e-m:e-p270: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 %7 = alloca i32, align 4 store ptr %0, ptr %3, align 8 store i32 %1, ptr %4, align 4 %8 = load i32, ptr %4, align 4 store i32 %8, ptr %5, align 4 %9 = load ptr, ptr %3, align 8 %10 = load i32, ptr %4, align 4 %11 = call i32 @buildMaxHeap(ptr noundef %9, i32 noundef %10) %12 = load i32, ptr %5, align 4 store i32 %12, ptr %7, align 4 %13 = load i32, ptr %7, align 4 %14 = icmp sgt i32 %13, 0 br i1 %14, label %.lr.ph, label %39 .lr.ph: ; preds = %2 br label %15 15: ; preds = %.lr.ph, %34 %16 = load ptr, ptr %3, align 8 %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 %7, 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 store i32 %22, ptr %23, align 4 %24 = load i32, ptr %6, align 4 %25 = load ptr, ptr %3, align 8 %26 = load i32, ptr %7, 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 i32, ptr %4, align 4 %30 = add nsw i32 %29, -1 store i32 %30, ptr %4, align 4 %31 = load ptr, ptr %3, align 8 %32 = load i32, ptr %4, align 4 %33 = call i32 @maxHeapify(ptr noundef %31, i32 noundef 0, i32 noundef %32) br label %34 34: ; preds = %15 %35 = load i32, ptr %7, align 4 %36 = add nsw i32 %35, -1 store i32 %36, ptr %7, align 4 %37 = load i32, ptr %7, align 4 %38 = icmp sgt i32 %37, 0 br i1 %38, label %15, label %._crit_edge, !llvm.loop !6 ._crit_edge: ; preds = %34 br label %39 39: ; preds = %._crit_edge, %2 ret void } declare i32 @buildMaxHeap(ptr noundef, i32 noundef) #1 declare i32 @maxHeapify(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/tmpemhbhsyv.c' source_filename = "/tmp/tmpemhbhsyv.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128" target triple = "x86_64-pc-linux-gnu" @errno = dso_local global i64 0, align 8 @EINTR = dso_local global i64 0, align 8 @.str = private unnamed_addr constant [14 x i8] c"fail to write\00", align 1 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local i64 @my_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 %8 = 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 %9 = load i64, ptr %7, align 8 store i64 %9, ptr %8, align 8 br label %10 10: ; preds = %31, %3 %11 = load i64, ptr %8, align 8 %12 = icmp ugt i64 %11, 0 br i1 %12, label %13, label %32 13: ; preds = %10 %14 = load i32, ptr %5, align 4 %15 = load ptr, ptr %6, align 8 %16 = load i64, ptr %7, align 8 %17 = call i64 @write(i32 noundef %14, ptr noundef %15, i64 noundef %16) store i64 %17, ptr %8, align 8 %18 = load i64, ptr %8, align 8 %19 = load i64, ptr %7, align 8 %20 = icmp ne i64 %18, %19 br i1 %20, label %21, label %30 21: ; preds = %13 %22 = load i64, ptr @errno, align 8 %23 = load i64, ptr @EINTR, align 8 %24 = icmp eq i64 %22, %23 br i1 %24, label %25, label %27 25: ; preds = %21 %26 = load i64, ptr %7, align 8 store i64 %26, ptr %8, align 8 br label %29 27: ; preds = %21 %28 = call i32 @perror(ptr noundef @.str) store i64 -1, ptr %4, align 8 br label %34 29: ; preds = %25 br label %31 30: ; preds = %13 br label %32 31: ; preds = %29 br label %10, !llvm.loop !6 32: ; preds = %30, %10 %33 = load i64, ptr %8, align 8 store i64 %33, ptr %4, align 8 br label %34 34: ; preds = %32, %27 %35 = load i64, ptr %4, align 8 ret i64 %35 } declare i64 @write(i32 noundef, ptr noundef, i64 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"} !6 = distinct !{!6, !7} !7 = !{!"llvm.loop.mustprogress"}
; ModuleID = '<stdin>' source_filename = "/tmp/tmpemhbhsyv.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128" target triple = "x86_64-pc-linux-gnu" @errno = dso_local global i64 0, align 8 @EINTR = dso_local global i64 0, align 8 @.str = private unnamed_addr constant [14 x i8] c"fail to write\00", align 1 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local i64 @my_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 %8 = 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 %9 = load i64, ptr %7, align 8 store i64 %9, ptr %8, align 8 %10 = load i64, ptr %8, align 8 %11 = icmp ugt i64 %10, 0 br i1 %11, label %.lr.ph, label %.loopexit .lr.ph: ; preds = %3 br label %12 12: ; preds = %.lr.ph, %30 %13 = load i32, ptr %5, align 4 %14 = load ptr, ptr %6, align 8 %15 = load i64, ptr %7, align 8 %16 = call i64 @write(i32 noundef %13, ptr noundef %14, i64 noundef %15) store i64 %16, ptr %8, align 8 %17 = load i64, ptr %8, align 8 %18 = load i64, ptr %7, align 8 %19 = icmp ne i64 %17, %18 br i1 %19, label %20, label %29 20: ; preds = %12 %21 = load i64, ptr @errno, align 8 %22 = load i64, ptr @EINTR, align 8 %23 = icmp eq i64 %21, %22 br i1 %23, label %24, label %26 24: ; preds = %20 %25 = load i64, ptr %7, align 8 store i64 %25, ptr %8, align 8 br label %28 26: ; preds = %20 %27 = call i32 @perror(ptr noundef @.str) store i64 -1, ptr %4, align 8 br label %35 28: ; preds = %24 br label %30 29: ; preds = %12 br label %33 30: ; preds = %28 %31 = load i64, ptr %8, align 8 %32 = icmp ugt i64 %31, 0 br i1 %32, label %12, label %..loopexit_crit_edge, !llvm.loop !6 ..loopexit_crit_edge: ; preds = %30 br label %.loopexit .loopexit: ; preds = %..loopexit_crit_edge, %3 br label %33 33: ; preds = %.loopexit, %29 %34 = load i64, ptr %8, align 8 store i64 %34, ptr %4, align 8 br label %35 35: ; preds = %33, %26 %36 = load i64, ptr %4, align 8 ret i64 %36 } declare i64 @write(i32 noundef, ptr noundef, i64 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"} !6 = distinct !{!6, !7} !7 = !{!"llvm.loop.mustprogress"}
; ModuleID = '/tmp/tmp3z5_5hmt.c' source_filename = "/tmp/tmp3z5_5hmt.c" target datalayout = "e-m:e-p270: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"write\00", align 1 @.str.1 = private unnamed_addr constant [13 x i8] c"Child: shmat\00", align 1 @.str.2 = private unnamed_addr constant [12 x i8] c"Client: %d\0A\00", align 1 @stdout = dso_local global i32 0, align 4 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local void @child(i32 noundef %0) #0 { %2 = alloca i32, align 4 %3 = alloca i32, align 4 %4 = alloca ptr, align 8 %5 = alloca ptr, align 8 %6 = alloca i32, align 4 %7 = alloca i32, align 4 store i32 %0, ptr %2, align 4 %8 = load i32, ptr %2, align 4 %9 = call i32 @read(i32 noundef %8, ptr noundef %3, i32 noundef 4) %10 = sext i32 %9 to i64 %11 = icmp ne i64 %10, 4 br i1 %11, label %12, label %15 12: ; preds = %1 %13 = call i32 @perror(ptr noundef @.str) %14 = call i32 (...) @abort() #3 unreachable 15: ; preds = %1 %16 = load i32, ptr %3, align 4 %17 = call ptr @shmat(i32 noundef %16, ptr noundef null, i32 noundef 0) store ptr %17, ptr %4, align 8 %18 = load ptr, ptr %4, align 8 %19 = icmp eq ptr %18, inttoptr (i64 -1 to ptr) br i1 %19, label %20, label %23 20: ; preds = %15 %21 = call i32 @perror(ptr noundef @.str.1) %22 = call i32 (...) @abort() #3 unreachable 23: ; preds = %15 %24 = load ptr, ptr %4, align 8 store ptr %24, ptr %5, align 8 %25 = call i32 @sleep(i32 noundef 2) br label %26 26: ; preds = %45, %23 %27 = load ptr, ptr %5, align 8 %28 = load i32, ptr %27, align 4 store i32 %28, ptr %6, align 4 %29 = icmp ne i32 %28, 0 br i1 %29, label %30, label %46 30: ; preds = %26 %31 = load ptr, ptr %5, align 8 %32 = load i32, ptr %31, align 4 store i32 %32, ptr %7, align 4 %33 = load i32, ptr %7, align 4 %34 = icmp sgt i32 %33, 0 br i1 %34, label %35, label %43 35: ; preds = %30 %36 = load i32, ptr %7, align 4 %37 = call i32 @printf(ptr noundef @.str.2, i32 noundef %36) %38 = load i32, ptr @stdout, align 4 %39 = call i32 @fflush(i32 noundef %38) %40 = load i32, ptr %7, align 4 %41 = sub nsw i32 0, %40 %42 = load ptr, ptr %5, align 8 store i32 %41, ptr %42, align 4 br label %45 43: ; preds = %30 %44 = call i32 @sleep(i32 noundef 1) br label %45 45: ; preds = %43, %35 br label %26, !llvm.loop !6 46: ; preds = %26 %47 = call i32 @exit(i32 noundef 0) #3 unreachable } declare i32 @read(i32 noundef, ptr noundef, i32 noundef) #1 declare i32 @perror(ptr noundef) #1 ; Function Attrs: noreturn declare i32 @abort(...) #2 declare ptr @shmat(i32 noundef, ptr noundef, i32 noundef) #1 declare i32 @sleep(i32 noundef) #1 declare i32 @printf(ptr noundef, i32 noundef) #1 declare i32 @fflush(i32 noundef) #1 ; Function Attrs: noreturn declare i32 @exit(i32 noundef) #2 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #2 = { noreturn "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #3 = { noreturn } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"} !6 = distinct !{!6, !7} !7 = !{!"llvm.loop.mustprogress"}
; ModuleID = '<stdin>' source_filename = "/tmp/tmp3z5_5hmt.c" target datalayout = "e-m:e-p270: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"write\00", align 1 @.str.1 = private unnamed_addr constant [13 x i8] c"Child: shmat\00", align 1 @.str.2 = private unnamed_addr constant [12 x i8] c"Client: %d\0A\00", align 1 @stdout = dso_local global i32 0, align 4 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local void @child(i32 noundef %0) #0 { %2 = alloca i32, align 4 %3 = alloca i32, align 4 %4 = alloca ptr, align 8 %5 = alloca ptr, align 8 %6 = alloca i32, align 4 %7 = alloca i32, align 4 store i32 %0, ptr %2, align 4 %8 = load i32, ptr %2, align 4 %9 = call i32 @read(i32 noundef %8, ptr noundef %3, i32 noundef 4) %10 = sext i32 %9 to i64 %11 = icmp ne i64 %10, 4 br i1 %11, label %12, label %15 12: ; preds = %1 %13 = call i32 @perror(ptr noundef @.str) %14 = call i32 (...) @abort() #3 unreachable 15: ; preds = %1 %16 = load i32, ptr %3, align 4 %17 = call ptr @shmat(i32 noundef %16, ptr noundef null, i32 noundef 0) store ptr %17, ptr %4, align 8 %18 = load ptr, ptr %4, align 8 %19 = icmp eq ptr %18, inttoptr (i64 -1 to ptr) br i1 %19, label %20, label %23 20: ; preds = %15 %21 = call i32 @perror(ptr noundef @.str.1) %22 = call i32 (...) @abort() #3 unreachable 23: ; preds = %15 %24 = load ptr, ptr %4, align 8 store ptr %24, ptr %5, align 8 %25 = call i32 @sleep(i32 noundef 2) %26 = load ptr, ptr %5, align 8 %27 = load i32, ptr %26, align 4 store i32 %27, ptr %6, align 4 %28 = icmp ne i32 %27, 0 br i1 %28, label %.lr.ph, label %48 .lr.ph: ; preds = %23 br label %29 29: ; preds = %.lr.ph, %44 %30 = load ptr, ptr %5, align 8 %31 = load i32, ptr %30, align 4 store i32 %31, ptr %7, align 4 %32 = load i32, ptr %7, align 4 %33 = icmp sgt i32 %32, 0 br i1 %33, label %34, label %42 34: ; preds = %29 %35 = load i32, ptr %7, align 4 %36 = call i32 @printf(ptr noundef @.str.2, i32 noundef %35) %37 = load i32, ptr @stdout, align 4 %38 = call i32 @fflush(i32 noundef %37) %39 = load i32, ptr %7, align 4 %40 = sub nsw i32 0, %39 %41 = load ptr, ptr %5, align 8 store i32 %40, ptr %41, align 4 br label %44 42: ; preds = %29 %43 = call i32 @sleep(i32 noundef 1) br label %44 44: ; preds = %42, %34 %45 = load ptr, ptr %5, align 8 %46 = load i32, ptr %45, align 4 store i32 %46, ptr %6, align 4 %47 = icmp ne i32 %46, 0 br i1 %47, label %29, label %._crit_edge, !llvm.loop !6 ._crit_edge: ; preds = %44 br label %48 48: ; preds = %._crit_edge, %23 %49 = call i32 @exit(i32 noundef 0) #3 unreachable } declare i32 @read(i32 noundef, ptr noundef, i32 noundef) #1 declare i32 @perror(ptr noundef) #1 ; Function Attrs: noreturn declare i32 @abort(...) #2 declare ptr @shmat(i32 noundef, ptr noundef, i32 noundef) #1 declare i32 @sleep(i32 noundef) #1 declare i32 @printf(ptr noundef, i32 noundef) #1 declare i32 @fflush(i32 noundef) #1 ; Function Attrs: noreturn declare i32 @exit(i32 noundef) #2 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #2 = { noreturn "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #3 = { noreturn } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"} !6 = distinct !{!6, !7} !7 = !{!"llvm.loop.mustprogress"}
; ModuleID = '/tmp/tmpi2olx_s5.c' source_filename = "/tmp/tmpi2olx_s5.c" target datalayout = "e-m:e-p270: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 @replace_spaces(ptr noundef %0, ptr noundef %1) #0 { %3 = alloca ptr, align 8 %4 = alloca ptr, align 8 %5 = alloca ptr, align 8 %6 = alloca i32, align 4 %7 = alloca i32, align 4 %8 = alloca i32, align 4 store ptr %0, ptr %3, align 8 store ptr %1, ptr %4, align 8 %9 = load ptr, ptr %3, align 8 %10 = icmp ne ptr %9, null br i1 %10, label %11, label %70 11: ; preds = %2 %12 = load ptr, ptr %3, align 8 %13 = load ptr, ptr %12, align 8 %14 = icmp ne ptr %13, null br i1 %14, label %15, label %70 15: ; preds = %11 %16 = load ptr, ptr %3, align 8 %17 = load ptr, ptr %16, align 8 store ptr %17, ptr %5, align 8 %18 = load ptr, ptr %5, align 8 %19 = call i32 @strlen(ptr noundef %18) store i32 %19, ptr %7, align 4 %20 = load ptr, ptr %5, align 8 %21 = call i32 @count(ptr noundef %20, i8 noundef signext 32) store i32 %21, ptr %6, align 4 %22 = load i32, ptr %7, align 4 %23 = load i32, ptr %6, align 4 %24 = shl i32 %23, 1 %25 = add nsw i32 %22, %24 %26 = add nsw i32 %25, 1 %27 = sext i32 %26 to i64 %28 = mul i64 %27, 1 %29 = trunc i64 %28 to i32 %30 = call i64 @xmalloc(i32 noundef %29) %31 = inttoptr i64 %30 to ptr %32 = load ptr, ptr %3, align 8 store ptr %31, ptr %32, align 8 %33 = load ptr, ptr %3, align 8 %34 = load ptr, ptr %33, align 8 %35 = load i32, ptr %7, align 4 %36 = load i32, ptr %6, align 4 %37 = shl i32 %36, 1 %38 = add nsw i32 %35, %37 %39 = add nsw i32 %38, 1 %40 = call i32 @memset(ptr noundef %34, i8 noundef signext 0, i32 noundef %39) br label %41 41: ; preds = %58, %15 %42 = load i32, ptr %6, align 4 %43 = icmp sgt i32 %42, 1 br i1 %43, label %44, label %65 44: ; preds = %41 %45 = load ptr, ptr %5, align 8 %46 = call i32 @find(ptr noundef %45, i8 noundef signext 32) store i32 %46, ptr %8, align 4 %47 = load ptr, ptr %3, align 8 %48 = load ptr, ptr %47, align 8 %49 = load ptr, ptr %5, align 8 %50 = load i32, ptr %8, align 4 %51 = call i32 @strncat(ptr noundef %48, ptr noundef %49, i32 noundef %50) %52 = load ptr, ptr %3, align 8 %53 = load ptr, ptr %52, align 8 %54 = load ptr, ptr %4, align 8 %55 = call i32 @strcat(ptr noundef %53, ptr noundef %54) %56 = load i32, ptr %8, align 4 %57 = add nsw i32 %56, 1 store i32 %57, ptr %8, align 4 br label %58 58: ; preds = %44 %59 = load i32, ptr %6, align 4 %60 = add nsw i32 %59, -1 store i32 %60, ptr %6, align 4 %61 = load i32, ptr %8, align 4 %62 = load ptr, ptr %5, align 8 %63 = sext i32 %61 to i64 %64 = getelementptr inbounds i8, ptr %62, i64 %63 store ptr %64, ptr %5, align 8 br label %41, !llvm.loop !6 65: ; preds = %41 %66 = load ptr, ptr %3, align 8 %67 = load ptr, ptr %66, align 8 %68 = load ptr, ptr %5, align 8 %69 = call i32 @strcat(ptr noundef %67, ptr noundef %68) br label %70 70: ; preds = %65, %11, %2 ret void } declare i32 @strlen(ptr noundef) #1 declare i32 @count(ptr noundef, i8 noundef signext) #1 declare i64 @xmalloc(i32 noundef) #1 declare i32 @memset(ptr noundef, i8 noundef signext, i32 noundef) #1 declare i32 @find(ptr noundef, i8 noundef signext) #1 declare i32 @strncat(ptr noundef, ptr noundef, i32 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"}
; ModuleID = '<stdin>' source_filename = "/tmp/tmpi2olx_s5.c" target datalayout = "e-m:e-p270: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 @replace_spaces(ptr noundef %0, ptr noundef %1) #0 { %3 = alloca ptr, align 8 %4 = alloca ptr, align 8 %5 = alloca ptr, align 8 %6 = alloca i32, align 4 %7 = alloca i32, align 4 %8 = alloca i32, align 4 store ptr %0, ptr %3, align 8 store ptr %1, ptr %4, align 8 %9 = load ptr, ptr %3, align 8 %10 = icmp ne ptr %9, null br i1 %10, label %11, label %71 11: ; preds = %2 %12 = load ptr, ptr %3, align 8 %13 = load ptr, ptr %12, align 8 %14 = icmp ne ptr %13, null br i1 %14, label %15, label %71 15: ; preds = %11 %16 = load ptr, ptr %3, align 8 %17 = load ptr, ptr %16, align 8 store ptr %17, ptr %5, align 8 %18 = load ptr, ptr %5, align 8 %19 = call i32 @strlen(ptr noundef %18) store i32 %19, ptr %7, align 4 %20 = load ptr, ptr %5, align 8 %21 = call i32 @count(ptr noundef %20, i8 noundef signext 32) store i32 %21, ptr %6, align 4 %22 = load i32, ptr %7, align 4 %23 = load i32, ptr %6, align 4 %24 = shl i32 %23, 1 %25 = add nsw i32 %22, %24 %26 = add nsw i32 %25, 1 %27 = sext i32 %26 to i64 %28 = mul i64 %27, 1 %29 = trunc i64 %28 to i32 %30 = call i64 @xmalloc(i32 noundef %29) %31 = inttoptr i64 %30 to ptr %32 = load ptr, ptr %3, align 8 store ptr %31, ptr %32, align 8 %33 = load ptr, ptr %3, align 8 %34 = load ptr, ptr %33, align 8 %35 = load i32, ptr %7, align 4 %36 = load i32, ptr %6, align 4 %37 = shl i32 %36, 1 %38 = add nsw i32 %35, %37 %39 = add nsw i32 %38, 1 %40 = call i32 @memset(ptr noundef %34, i8 noundef signext 0, i32 noundef %39) %41 = load i32, ptr %6, align 4 %42 = icmp sgt i32 %41, 1 br i1 %42, label %.lr.ph, label %66 .lr.ph: ; preds = %15 br label %43 43: ; preds = %.lr.ph, %57 %44 = load ptr, ptr %5, align 8 %45 = call i32 @find(ptr noundef %44, i8 noundef signext 32) store i32 %45, ptr %8, align 4 %46 = load ptr, ptr %3, align 8 %47 = load ptr, ptr %46, align 8 %48 = load ptr, ptr %5, align 8 %49 = load i32, ptr %8, align 4 %50 = call i32 @strncat(ptr noundef %47, ptr noundef %48, i32 noundef %49) %51 = load ptr, ptr %3, align 8 %52 = load ptr, ptr %51, align 8 %53 = load ptr, ptr %4, align 8 %54 = call i32 @strcat(ptr noundef %52, ptr noundef %53) %55 = load i32, ptr %8, align 4 %56 = add nsw i32 %55, 1 store i32 %56, ptr %8, align 4 br label %57 57: ; preds = %43 %58 = load i32, ptr %6, align 4 %59 = add nsw i32 %58, -1 store i32 %59, ptr %6, align 4 %60 = load i32, ptr %8, align 4 %61 = load ptr, ptr %5, align 8 %62 = sext i32 %60 to i64 %63 = getelementptr inbounds i8, ptr %61, i64 %62 store ptr %63, ptr %5, align 8 %64 = load i32, ptr %6, align 4 %65 = icmp sgt i32 %64, 1 br i1 %65, label %43, label %._crit_edge, !llvm.loop !6 ._crit_edge: ; preds = %57 br label %66 66: ; preds = %._crit_edge, %15 %67 = load ptr, ptr %3, align 8 %68 = load ptr, ptr %67, align 8 %69 = load ptr, ptr %5, align 8 %70 = call i32 @strcat(ptr noundef %68, ptr noundef %69) br label %71 71: ; preds = %66, %11, %2 ret void } declare i32 @strlen(ptr noundef) #1 declare i32 @count(ptr noundef, i8 noundef signext) #1 declare i64 @xmalloc(i32 noundef) #1 declare i32 @memset(ptr noundef, i8 noundef signext, i32 noundef) #1 declare i32 @find(ptr noundef, i8 noundef signext) #1 declare i32 @strncat(ptr noundef, ptr noundef, i32 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"}
; ModuleID = '/tmp/tmpvzm4qege.c' source_filename = "/tmp/tmpvzm4qege.c" target datalayout = "e-m:e-p270: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 [26 x i8] c"Debe ejecutar como root.\0A\00", align 1 @.str.1 = private unnamed_addr constant [5 x i8] c"stop\00", align 1 @.str.2 = private unnamed_addr constant [3 x i8] c"-d\00", align 1 @.str.3 = private unnamed_addr constant [22 x i8] c"Terminando programa.\0A\00", align 1 @.str.4 = private unnamed_addr constant [1 x i8] zeroinitializer, align 1 @.str.5 = private unnamed_addr constant [48 x i8] c"No ingreso la cantidad de argumento permitidos\0A\00", align 1 @.str.6 = private unnamed_addr constant [6 x i8] c"start\00", align 1 @.str.7 = private unnamed_addr constant [3 x i8] c"-u\00", align 1 @.str.8 = private unnamed_addr constant [104 x i8] c"Solo se permiten como parametros start | stop y el path del demonio -d /var/run/daemon.pid -u www-data\0A\00", align 1 @.str.9 = 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 [512 x i8], align 16 %7 = alloca [512 x i8], align 16 %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 i32 (...) @getuid() store i32 %9, ptr %8, align 4 %10 = load i32, ptr %8, align 4 %11 = icmp ne i32 %10, 0 br i1 %11, label %12, label %15 12: ; preds = %2 %13 = call i32 @printf(ptr noundef @.str) %14 = call i32 @exit(i32 noundef 1) #3 unreachable 15: ; preds = %2 %16 = load i32, ptr %4, align 4 %17 = icmp eq i32 %16, 4 br i1 %17, label %18, label %41 18: ; preds = %15 %19 = load ptr, ptr %5, align 8 %20 = getelementptr inbounds ptr, ptr %19, i64 1 %21 = load ptr, ptr %20, align 8 %22 = call i64 @strcmp(ptr noundef %21, ptr noundef @.str.1) %23 = icmp eq i64 %22, 0 br i1 %23, label %24, label %41 24: ; preds = %18 %25 = load ptr, ptr %5, align 8 %26 = getelementptr inbounds ptr, ptr %25, i64 2 %27 = load ptr, ptr %26, align 8 %28 = call i64 @strcmp(ptr noundef %27, ptr noundef @.str.2) %29 = icmp eq i64 %28, 0 br i1 %29, label %30, label %41 30: ; preds = %24 %31 = call i32 @printf(ptr noundef @.str.3) %32 = getelementptr inbounds [512 x i8], ptr %6, i64 0, i64 0 %33 = call i32 @strcpy(ptr noundef %32, ptr noundef @.str.4) %34 = getelementptr inbounds [512 x i8], ptr %6, i64 0, i64 0 %35 = load ptr, ptr %5, align 8 %36 = getelementptr inbounds ptr, ptr %35, i64 3 %37 = load ptr, ptr %36, align 8 %38 = call i32 @strcat(ptr noundef %34, ptr noundef %37) %39 = getelementptr inbounds [512 x i8], ptr %6, i64 0, i64 0 %40 = call i32 @killProcess(ptr noundef %39) br label %94 41: ; preds = %24, %18, %15 %42 = load i32, ptr %4, align 4 %43 = icmp slt i32 %42, 2 br i1 %43, label %44, label %47 44: ; preds = %41 %45 = call i32 @printf(ptr noundef @.str.5) %46 = call i32 @exit(i32 noundef 1) #3 unreachable 47: ; preds = %41 %48 = load i32, ptr %4, align 4 %49 = icmp eq i32 %48, 7 br i1 %49, label %50, label %89 50: ; preds = %47 %51 = load ptr, ptr %5, align 8 %52 = getelementptr inbounds ptr, ptr %51, i64 1 %53 = load ptr, ptr %52, align 8 %54 = call i64 @strcmp(ptr noundef %53, ptr noundef @.str.6) %55 = icmp eq i64 %54, 0 br i1 %55, label %56, label %89 56: ; preds = %50 %57 = load ptr, ptr %5, align 8 %58 = getelementptr inbounds ptr, ptr %57, i64 2 %59 = load ptr, ptr %58, align 8 %60 = call i64 @strcmp(ptr noundef %59, ptr noundef @.str.2) %61 = icmp eq i64 %60, 0 br i1 %61, label %62, label %89 62: ; preds = %56 %63 = load ptr, ptr %5, align 8 %64 = getelementptr inbounds ptr, ptr %63, i64 4 %65 = load ptr, ptr %64, align 8 %66 = call i64 @strcmp(ptr noundef %65, ptr noundef @.str.7) %67 = icmp eq i64 %66, 0 br i1 %67, label %68, label %89 68: ; preds = %62 %69 = getelementptr inbounds [512 x i8], ptr %6, i64 0, i64 0 %70 = call i32 @strcpy(ptr noundef %69, ptr noundef @.str.4) %71 = getelementptr inbounds [512 x i8], ptr %6, i64 0, i64 0 %72 = load ptr, ptr %5, align 8 %73 = getelementptr inbounds ptr, ptr %72, i64 3 %74 = load ptr, ptr %73, align 8 %75 = call i32 @strcat(ptr noundef %71, ptr noundef %74) %76 = getelementptr inbounds [512 x i8], ptr %7, i64 0, i64 0 %77 = call i32 @strcpy(ptr noundef %76, ptr noundef @.str.4) %78 = getelementptr inbounds [512 x i8], ptr %7, i64 0, i64 0 %79 = load ptr, ptr %5, align 8 %80 = getelementptr inbounds ptr, ptr %79, i64 5 %81 = load ptr, ptr %80, align 8 %82 = call i32 @strcat(ptr noundef %78, ptr noundef %81) %83 = load ptr, ptr %5, align 8 %84 = getelementptr inbounds ptr, ptr %83, i64 6 %85 = load ptr, ptr %84, align 8 %86 = getelementptr inbounds [512 x i8], ptr %6, i64 0, i64 0 %87 = getelementptr inbounds [512 x i8], ptr %7, i64 0, i64 0 %88 = call i32 @controlProcess(ptr noundef %85, ptr noundef %86, ptr noundef %87) br label %92 89: ; preds = %62, %56, %50, %47 %90 = call i32 @printf(ptr noundef @.str.8) %91 = call i32 @exit(i32 noundef 1) #3 unreachable 92: ; preds = %68 br label %93 93: ; preds = %92 br label %94 94: ; preds = %93, %30 %95 = call i32 @printf(ptr noundef @.str.9) ret i32 0 } declare i32 @getuid(...) #1 declare i32 @printf(ptr noundef) #1 ; Function Attrs: noreturn declare i32 @exit(i32 noundef) #2 declare i64 @strcmp(ptr noundef, ptr noundef) #1 declare i32 @strcpy(ptr noundef, ptr noundef) #1 declare i32 @strcat(ptr noundef, ptr noundef) #1 declare i32 @killProcess(ptr noundef) #1 declare i32 @controlProcess(ptr noundef, ptr noundef, ptr noundef) #1 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } 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/tmpvzm4qege.c" target datalayout = "e-m:e-p270: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 [26 x i8] c"Debe ejecutar como root.\0A\00", align 1 @.str.1 = private unnamed_addr constant [5 x i8] c"stop\00", align 1 @.str.2 = private unnamed_addr constant [3 x i8] c"-d\00", align 1 @.str.3 = private unnamed_addr constant [22 x i8] c"Terminando programa.\0A\00", align 1 @.str.4 = private unnamed_addr constant [1 x i8] zeroinitializer, align 1 @.str.5 = private unnamed_addr constant [48 x i8] c"No ingreso la cantidad de argumento permitidos\0A\00", align 1 @.str.6 = private unnamed_addr constant [6 x i8] c"start\00", align 1 @.str.7 = private unnamed_addr constant [3 x i8] c"-u\00", align 1 @.str.8 = private unnamed_addr constant [104 x i8] c"Solo se permiten como parametros start | stop y el path del demonio -d /var/run/daemon.pid -u www-data\0A\00", align 1 @.str.9 = 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 [512 x i8], align 16 %7 = alloca [512 x i8], align 16 %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 i32 (...) @getuid() store i32 %9, ptr %8, align 4 %10 = load i32, ptr %8, align 4 %11 = icmp ne i32 %10, 0 br i1 %11, label %12, label %15 12: ; preds = %2 %13 = call i32 @printf(ptr noundef @.str) %14 = call i32 @exit(i32 noundef 1) #3 unreachable 15: ; preds = %2 %16 = load i32, ptr %4, align 4 %17 = icmp eq i32 %16, 4 br i1 %17, label %18, label %41 18: ; preds = %15 %19 = load ptr, ptr %5, align 8 %20 = getelementptr inbounds ptr, ptr %19, i64 1 %21 = load ptr, ptr %20, align 8 %22 = call i64 @strcmp(ptr noundef %21, ptr noundef @.str.1) %23 = icmp eq i64 %22, 0 br i1 %23, label %24, label %41 24: ; preds = %18 %25 = load ptr, ptr %5, align 8 %26 = getelementptr inbounds ptr, ptr %25, i64 2 %27 = load ptr, ptr %26, align 8 %28 = call i64 @strcmp(ptr noundef %27, ptr noundef @.str.2) %29 = icmp eq i64 %28, 0 br i1 %29, label %30, label %41 30: ; preds = %24 %31 = call i32 @printf(ptr noundef @.str.3) %32 = getelementptr inbounds [512 x i8], ptr %6, i64 0, i64 0 %33 = call i32 @strcpy(ptr noundef %32, ptr noundef @.str.4) %34 = getelementptr inbounds [512 x i8], ptr %6, i64 0, i64 0 %35 = load ptr, ptr %5, align 8 %36 = getelementptr inbounds ptr, ptr %35, i64 3 %37 = load ptr, ptr %36, align 8 %38 = call i32 @strcat(ptr noundef %34, ptr noundef %37) %39 = getelementptr inbounds [512 x i8], ptr %6, i64 0, i64 0 %40 = call i32 @killProcess(ptr noundef %39) br label %94 41: ; preds = %24, %18, %15 %42 = load i32, ptr %4, align 4 %43 = icmp slt i32 %42, 2 br i1 %43, label %44, label %47 44: ; preds = %41 %45 = call i32 @printf(ptr noundef @.str.5) %46 = call i32 @exit(i32 noundef 1) #3 unreachable 47: ; preds = %41 %48 = load i32, ptr %4, align 4 %49 = icmp eq i32 %48, 7 br i1 %49, label %50, label %89 50: ; preds = %47 %51 = load ptr, ptr %5, align 8 %52 = getelementptr inbounds ptr, ptr %51, i64 1 %53 = load ptr, ptr %52, align 8 %54 = call i64 @strcmp(ptr noundef %53, ptr noundef @.str.6) %55 = icmp eq i64 %54, 0 br i1 %55, label %56, label %89 56: ; preds = %50 %57 = load ptr, ptr %5, align 8 %58 = getelementptr inbounds ptr, ptr %57, i64 2 %59 = load ptr, ptr %58, align 8 %60 = call i64 @strcmp(ptr noundef %59, ptr noundef @.str.2) %61 = icmp eq i64 %60, 0 br i1 %61, label %62, label %89 62: ; preds = %56 %63 = load ptr, ptr %5, align 8 %64 = getelementptr inbounds ptr, ptr %63, i64 4 %65 = load ptr, ptr %64, align 8 %66 = call i64 @strcmp(ptr noundef %65, ptr noundef @.str.7) %67 = icmp eq i64 %66, 0 br i1 %67, label %68, label %89 68: ; preds = %62 %69 = getelementptr inbounds [512 x i8], ptr %6, i64 0, i64 0 %70 = call i32 @strcpy(ptr noundef %69, ptr noundef @.str.4) %71 = getelementptr inbounds [512 x i8], ptr %6, i64 0, i64 0 %72 = load ptr, ptr %5, align 8 %73 = getelementptr inbounds ptr, ptr %72, i64 3 %74 = load ptr, ptr %73, align 8 %75 = call i32 @strcat(ptr noundef %71, ptr noundef %74) %76 = getelementptr inbounds [512 x i8], ptr %7, i64 0, i64 0 %77 = call i32 @strcpy(ptr noundef %76, ptr noundef @.str.4) %78 = getelementptr inbounds [512 x i8], ptr %7, i64 0, i64 0 %79 = load ptr, ptr %5, align 8 %80 = getelementptr inbounds ptr, ptr %79, i64 5 %81 = load ptr, ptr %80, align 8 %82 = call i32 @strcat(ptr noundef %78, ptr noundef %81) %83 = load ptr, ptr %5, align 8 %84 = getelementptr inbounds ptr, ptr %83, i64 6 %85 = load ptr, ptr %84, align 8 %86 = getelementptr inbounds [512 x i8], ptr %6, i64 0, i64 0 %87 = getelementptr inbounds [512 x i8], ptr %7, i64 0, i64 0 %88 = call i32 @controlProcess(ptr noundef %85, ptr noundef %86, ptr noundef %87) br label %92 89: ; preds = %62, %56, %50, %47 %90 = call i32 @printf(ptr noundef @.str.8) %91 = call i32 @exit(i32 noundef 1) #3 unreachable 92: ; preds = %68 br label %93 93: ; preds = %92 br label %94 94: ; preds = %93, %30 %95 = call i32 @printf(ptr noundef @.str.9) ret i32 0 } declare i32 @getuid(...) #1 declare i32 @printf(ptr noundef) #1 ; Function Attrs: noreturn declare i32 @exit(i32 noundef) #2 declare i64 @strcmp(ptr noundef, ptr noundef) #1 declare i32 @strcpy(ptr noundef, ptr noundef) #1 declare i32 @strcat(ptr noundef, ptr noundef) #1 declare i32 @killProcess(ptr noundef) #1 declare i32 @controlProcess(ptr noundef, ptr noundef, ptr noundef) #1 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } 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/tmprm48udp0.c' source_filename = "/tmp/tmprm48udp0.c" target datalayout = "e-m:e-p270: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"fork\00", align 1 @.str.1 = private unnamed_addr constant [6 x i8] c"~._.~\00", align 1 @.str.2 = private unnamed_addr constant [6 x i8] c"._.~.\00", align 1 @.str.3 = private unnamed_addr constant [6 x i8] c"_.~._\00", align 1 @.str.4 = private unnamed_addr constant [6 x i8] c".~._.\00", align 1 @SIGKILL = dso_local global i32 0, align 4 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local void @animate_waves(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 %7 = alloca i32, align 4 %8 = 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 %9 = call i32 (...) @fork() store i32 %9, ptr %7, align 4 %10 = icmp slt i32 %9, 0 br i1 %10, label %11, label %15 11: ; preds = %3 %12 = call i32 @perror(ptr noundef @.str) %13 = load ptr, ptr %4, align 8 %14 = call i32 @cleanup_window(ptr noundef %13) br label %15 15: ; preds = %11, %3 %16 = load i32, ptr %7, align 4 %17 = icmp eq i32 %16, 0 br i1 %17, label %18, label %69 18: ; preds = %15 store i32 0, ptr %8, align 4 br label %19 19: ; preds = %18, %19 %20 = load i32, ptr %5, align 4 %21 = add nsw i32 %20, 1 %22 = load i32, ptr %6, align 4 %23 = load i32, ptr %8, align 4 %24 = add nsw i32 %23, 0 %25 = srem i32 %24, 5 %26 = mul nsw i32 5, %25 %27 = add nsw i32 %22, %26 %28 = call i32 @mvaddstr(i32 noundef %21, i32 noundef %27, ptr noundef @.str.1) %29 = load i32, ptr %5, align 4 %30 = add nsw i32 %29, 1 %31 = load i32, ptr %6, align 4 %32 = load i32, ptr %8, align 4 %33 = add nsw i32 %32, 1 %34 = srem i32 %33, 5 %35 = mul nsw i32 5, %34 %36 = add nsw i32 %31, %35 %37 = call i32 @mvaddstr(i32 noundef %30, i32 noundef %36, ptr noundef @.str.2) %38 = load i32, ptr %5, align 4 %39 = add nsw i32 %38, 1 %40 = load i32, ptr %6, align 4 %41 = load i32, ptr %8, align 4 %42 = add nsw i32 %41, 2 %43 = srem i32 %42, 5 %44 = mul nsw i32 5, %43 %45 = add nsw i32 %40, %44 %46 = call i32 @mvaddstr(i32 noundef %39, i32 noundef %45, ptr noundef @.str.3) %47 = load i32, ptr %5, align 4 %48 = add nsw i32 %47, 1 %49 = load i32, ptr %6, align 4 %50 = load i32, ptr %8, align 4 %51 = add nsw i32 %50, 3 %52 = srem i32 %51, 5 %53 = mul nsw i32 5, %52 %54 = add nsw i32 %49, %53 %55 = call i32 @mvaddstr(i32 noundef %48, i32 noundef %54, ptr noundef @.str.4) %56 = load i32, ptr %5, align 4 %57 = add nsw i32 %56, 1 %58 = load i32, ptr %6, align 4 %59 = load i32, ptr %8, align 4 %60 = add nsw i32 %59, 4 %61 = srem i32 %60, 5 %62 = mul nsw i32 5, %61 %63 = add nsw i32 %58, %62 %64 = call i32 @mvaddstr(i32 noundef %57, i32 noundef %63, ptr noundef @.str.1) %65 = call i32 (...) @refresh() %66 = call i32 @usleep(i32 noundef 75000) %67 = load i32, ptr %8, align 4 %68 = add nsw i32 %67, 1 store i32 %68, ptr %8, align 4 br label %19 69: ; preds = %15 %70 = call i32 (...) @getchar() %71 = load i32, ptr %7, align 4 %72 = load i32, ptr @SIGKILL, align 4 %73 = call i32 @kill(i32 noundef %71, i32 noundef %72) ret void } declare i32 @fork(...) #1 declare i32 @perror(ptr noundef) #1 declare i32 @cleanup_window(ptr noundef) #1 declare i32 @mvaddstr(i32 noundef, i32 noundef, ptr noundef) #1 declare i32 @refresh(...) #1 declare i32 @usleep(i32 noundef) #1 declare i32 @getchar(...) #1 declare i32 @kill(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/tmprm48udp0.c" target datalayout = "e-m:e-p270: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"fork\00", align 1 @.str.1 = private unnamed_addr constant [6 x i8] c"~._.~\00", align 1 @.str.2 = private unnamed_addr constant [6 x i8] c"._.~.\00", align 1 @.str.3 = private unnamed_addr constant [6 x i8] c"_.~._\00", align 1 @.str.4 = private unnamed_addr constant [6 x i8] c".~._.\00", align 1 @SIGKILL = dso_local global i32 0, align 4 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local void @animate_waves(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 %7 = alloca i32, align 4 %8 = 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 %9 = call i32 (...) @fork() store i32 %9, ptr %7, align 4 %10 = icmp slt i32 %9, 0 br i1 %10, label %11, label %15 11: ; preds = %3 %12 = call i32 @perror(ptr noundef @.str) %13 = load ptr, ptr %4, align 8 %14 = call i32 @cleanup_window(ptr noundef %13) br label %15 15: ; preds = %11, %3 %16 = load i32, ptr %7, align 4 %17 = icmp eq i32 %16, 0 br i1 %17, label %18, label %69 18: ; preds = %15 store i32 0, ptr %8, align 4 br label %19 19: ; preds = %19, %18 %20 = load i32, ptr %5, align 4 %21 = add nsw i32 %20, 1 %22 = load i32, ptr %6, align 4 %23 = load i32, ptr %8, align 4 %24 = add nsw i32 %23, 0 %25 = srem i32 %24, 5 %26 = mul nsw i32 5, %25 %27 = add nsw i32 %22, %26 %28 = call i32 @mvaddstr(i32 noundef %21, i32 noundef %27, ptr noundef @.str.1) %29 = load i32, ptr %5, align 4 %30 = add nsw i32 %29, 1 %31 = load i32, ptr %6, align 4 %32 = load i32, ptr %8, align 4 %33 = add nsw i32 %32, 1 %34 = srem i32 %33, 5 %35 = mul nsw i32 5, %34 %36 = add nsw i32 %31, %35 %37 = call i32 @mvaddstr(i32 noundef %30, i32 noundef %36, ptr noundef @.str.2) %38 = load i32, ptr %5, align 4 %39 = add nsw i32 %38, 1 %40 = load i32, ptr %6, align 4 %41 = load i32, ptr %8, align 4 %42 = add nsw i32 %41, 2 %43 = srem i32 %42, 5 %44 = mul nsw i32 5, %43 %45 = add nsw i32 %40, %44 %46 = call i32 @mvaddstr(i32 noundef %39, i32 noundef %45, ptr noundef @.str.3) %47 = load i32, ptr %5, align 4 %48 = add nsw i32 %47, 1 %49 = load i32, ptr %6, align 4 %50 = load i32, ptr %8, align 4 %51 = add nsw i32 %50, 3 %52 = srem i32 %51, 5 %53 = mul nsw i32 5, %52 %54 = add nsw i32 %49, %53 %55 = call i32 @mvaddstr(i32 noundef %48, i32 noundef %54, ptr noundef @.str.4) %56 = load i32, ptr %5, align 4 %57 = add nsw i32 %56, 1 %58 = load i32, ptr %6, align 4 %59 = load i32, ptr %8, align 4 %60 = add nsw i32 %59, 4 %61 = srem i32 %60, 5 %62 = mul nsw i32 5, %61 %63 = add nsw i32 %58, %62 %64 = call i32 @mvaddstr(i32 noundef %57, i32 noundef %63, ptr noundef @.str.1) %65 = call i32 (...) @refresh() %66 = call i32 @usleep(i32 noundef 75000) %67 = load i32, ptr %8, align 4 %68 = add nsw i32 %67, 1 store i32 %68, ptr %8, align 4 br label %19 69: ; preds = %15 %70 = call i32 (...) @getchar() %71 = load i32, ptr %7, align 4 %72 = load i32, ptr @SIGKILL, align 4 %73 = call i32 @kill(i32 noundef %71, i32 noundef %72) ret void } declare i32 @fork(...) #1 declare i32 @perror(ptr noundef) #1 declare i32 @cleanup_window(ptr noundef) #1 declare i32 @mvaddstr(i32 noundef, i32 noundef, ptr noundef) #1 declare i32 @refresh(...) #1 declare i32 @usleep(i32 noundef) #1 declare i32 @getchar(...) #1 declare i32 @kill(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/tmp277ua9p6.c' source_filename = "/tmp/tmp277ua9p6.c" target datalayout = "e-m:e-p270: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"Enter a string : \00", align 1 @.str.1 = private unnamed_addr constant [16 x i8] c"You entered: %s\00", align 1 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local void @gets_t() #0 { %1 = alloca [50 x i8], align 16 %2 = call i32 (ptr, ...) @printf(ptr noundef @.str) %3 = getelementptr inbounds [50 x i8], ptr %1, i64 0, i64 0 %4 = call i32 @gets(ptr noundef %3) %5 = getelementptr inbounds [50 x i8], ptr %1, i64 0, i64 0 %6 = call i32 (ptr, ...) @printf(ptr noundef @.str.1, ptr noundef %5) ret void } declare i32 @printf(ptr noundef, ...) #1 declare i32 @gets(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/tmp277ua9p6.c" target datalayout = "e-m:e-p270: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"Enter a string : \00", align 1 @.str.1 = private unnamed_addr constant [16 x i8] c"You entered: %s\00", align 1 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local void @gets_t() #0 { %1 = alloca [50 x i8], align 16 %2 = call i32 (ptr, ...) @printf(ptr noundef @.str) %3 = getelementptr inbounds [50 x i8], ptr %1, i64 0, i64 0 %4 = call i32 @gets(ptr noundef %3) %5 = getelementptr inbounds [50 x i8], ptr %1, i64 0, i64 0 %6 = call i32 (ptr, ...) @printf(ptr noundef @.str.1, ptr noundef %5) ret void } declare i32 @printf(ptr noundef, ...) #1 declare i32 @gets(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/tmpgnxlyd7h.c' source_filename = "/tmp/tmpgnxlyd7h.c" target datalayout = "e-m:e-p270: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/tmpgnxlyd7h.c" target datalayout = "e-m:e-p270: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/tmp0mh73o1g.c' source_filename = "/tmp/tmp0mh73o1g.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128" target triple = "x86_64-pc-linux-gnu" @.str = private unnamed_addr constant [21 x i8] c"error: zero divisor\0A\00", align 1 @.str.1 = private unnamed_addr constant [27 x i8] c"error: unknown command %s\0A\00", align 1 @.str.2 = private unnamed_addr constant [7 x i8] c"\09%.8g\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 double, align 8 store i32 0, ptr %3, align 4 store i32 %0, ptr %4, align 4 store ptr %1, ptr %5, align 8 store i32 1, ptr %7, align 4 store i32 0, ptr %8, align 4 br label %10 10: ; preds = %75, %2 %11 = load i32, ptr %7, align 4 %12 = load i32, ptr %4, align 4 %13 = icmp slt i32 %11, %12 br i1 %13, label %14, label %78 14: ; preds = %10 %15 = load ptr, ptr %5, align 8 %16 = load i32, ptr %7, align 4 %17 = sext i32 %16 to i64 %18 = getelementptr inbounds ptr, ptr %15, i64 %17 %19 = load ptr, ptr %18, align 8 %20 = call i32 @getop(ptr noundef %19) store i32 %20, ptr %6, align 4 %21 = load i32, ptr %6, align 4 switch i32 %21, label %68 [ i32 48, label %22 i32 43, label %32 i32 42, label %39 i32 45, label %46 i32 47, label %54 ] 22: ; preds = %14 %23 = load ptr, ptr %5, align 8 %24 = load i32, ptr %7, align 4 %25 = sext i32 %24 to i64 %26 = getelementptr inbounds ptr, ptr %23, i64 %25 %27 = load ptr, ptr %26, align 8 %28 = call double @atof(ptr noundef %27) %29 = call i32 @push(double noundef %28) %30 = load i32, ptr %8, align 4 %31 = add nsw i32 %30, 1 store i32 %31, ptr %8, align 4 br label %75 32: ; preds = %14 %33 = call double (...) @pop() %34 = call double (...) @pop() %35 = fadd double %33, %34 %36 = call i32 @push(double noundef %35) %37 = load i32, ptr %8, align 4 %38 = add nsw i32 %37, -1 store i32 %38, ptr %8, align 4 br label %75 39: ; preds = %14 %40 = call double (...) @pop() %41 = call double (...) @pop() %42 = fmul double %40, %41 %43 = call i32 @push(double noundef %42) %44 = load i32, ptr %8, align 4 %45 = add nsw i32 %44, -1 store i32 %45, ptr %8, align 4 br label %75 46: ; preds = %14 %47 = call double (...) @pop() store double %47, ptr %9, align 8 %48 = call double (...) @pop() %49 = load double, ptr %9, align 8 %50 = fsub double %48, %49 %51 = call i32 @push(double noundef %50) %52 = load i32, ptr %8, align 4 %53 = add nsw i32 %52, -1 store i32 %53, ptr %8, align 4 br label %75 54: ; preds = %14 %55 = call double (...) @pop() store double %55, ptr %9, align 8 %56 = load i32, ptr %8, align 4 %57 = add nsw i32 %56, -1 store i32 %57, ptr %8, align 4 %58 = load double, ptr %9, align 8 %59 = fcmp une double %58, 0.000000e+00 br i1 %59, label %60, label %65 60: ; preds = %54 %61 = call double (...) @pop() %62 = load double, ptr %9, align 8 %63 = fdiv double %61, %62 %64 = call i32 @push(double noundef %63) br label %67 65: ; preds = %54 %66 = call i32 (ptr, ...) @printf(ptr noundef @.str) br label %67 67: ; preds = %65, %60 br label %75 68: ; preds = %14 %69 = load ptr, ptr %5, align 8 %70 = load i32, ptr %7, align 4 %71 = sext i32 %70 to i64 %72 = getelementptr inbounds ptr, ptr %69, i64 %71 %73 = load ptr, ptr %72, align 8 %74 = call i32 (ptr, ...) @printf(ptr noundef @.str.1, ptr noundef %73) br label %75 75: ; preds = %68, %67, %46, %39, %32, %22 %76 = load i32, ptr %7, align 4 %77 = add nsw i32 %76, 1 store i32 %77, ptr %7, align 4 br label %10, !llvm.loop !6 78: ; preds = %10 %79 = load i32, ptr %8, align 4 %80 = icmp sgt i32 %79, 0 br i1 %80, label %81, label %84 81: ; preds = %78 %82 = call double (...) @pop() %83 = call i32 (ptr, ...) @printf(ptr noundef @.str.2, double noundef %82) br label %84 84: ; preds = %81, %78 ret i32 0 } declare i32 @getop(ptr noundef) #1 declare i32 @push(double noundef) #1 declare double @atof(ptr noundef) #1 declare double @pop(...) #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/tmp0mh73o1g.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128" target triple = "x86_64-pc-linux-gnu" @.str = private unnamed_addr constant [21 x i8] c"error: zero divisor\0A\00", align 1 @.str.1 = private unnamed_addr constant [27 x i8] c"error: unknown command %s\0A\00", align 1 @.str.2 = private unnamed_addr constant [7 x i8] c"\09%.8g\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 double, align 8 store i32 0, ptr %3, align 4 store i32 %0, ptr %4, align 4 store ptr %1, ptr %5, align 8 store i32 1, ptr %7, align 4 store i32 0, ptr %8, align 4 %10 = load i32, ptr %7, align 4 %11 = load i32, ptr %4, align 4 %12 = icmp slt i32 %10, %11 br i1 %12, label %.lr.ph, label %80 .lr.ph: ; preds = %2 br label %13 13: ; preds = %.lr.ph, %74 %14 = load ptr, ptr %5, align 8 %15 = load i32, ptr %7, align 4 %16 = sext i32 %15 to i64 %17 = getelementptr inbounds ptr, ptr %14, i64 %16 %18 = load ptr, ptr %17, align 8 %19 = call i32 @getop(ptr noundef %18) store i32 %19, ptr %6, align 4 %20 = load i32, ptr %6, align 4 switch i32 %20, label %67 [ i32 48, label %21 i32 43, label %31 i32 42, label %38 i32 45, label %45 i32 47, label %53 ] 21: ; preds = %13 %22 = load ptr, ptr %5, align 8 %23 = load i32, ptr %7, align 4 %24 = sext i32 %23 to i64 %25 = getelementptr inbounds ptr, ptr %22, i64 %24 %26 = load ptr, ptr %25, align 8 %27 = call double @atof(ptr noundef %26) %28 = call i32 @push(double noundef %27) %29 = load i32, ptr %8, align 4 %30 = add nsw i32 %29, 1 store i32 %30, ptr %8, align 4 br label %74 31: ; preds = %13 %32 = call double (...) @pop() %33 = call double (...) @pop() %34 = fadd double %32, %33 %35 = call i32 @push(double noundef %34) %36 = load i32, ptr %8, align 4 %37 = add nsw i32 %36, -1 store i32 %37, ptr %8, align 4 br label %74 38: ; preds = %13 %39 = call double (...) @pop() %40 = call double (...) @pop() %41 = fmul double %39, %40 %42 = call i32 @push(double noundef %41) %43 = load i32, ptr %8, align 4 %44 = add nsw i32 %43, -1 store i32 %44, ptr %8, align 4 br label %74 45: ; preds = %13 %46 = call double (...) @pop() store double %46, ptr %9, align 8 %47 = call double (...) @pop() %48 = load double, ptr %9, align 8 %49 = fsub double %47, %48 %50 = call i32 @push(double noundef %49) %51 = load i32, ptr %8, align 4 %52 = add nsw i32 %51, -1 store i32 %52, ptr %8, align 4 br label %74 53: ; preds = %13 %54 = call double (...) @pop() store double %54, ptr %9, align 8 %55 = load i32, ptr %8, align 4 %56 = add nsw i32 %55, -1 store i32 %56, ptr %8, align 4 %57 = load double, ptr %9, align 8 %58 = fcmp une double %57, 0.000000e+00 br i1 %58, label %59, label %64 59: ; preds = %53 %60 = call double (...) @pop() %61 = load double, ptr %9, align 8 %62 = fdiv double %60, %61 %63 = call i32 @push(double noundef %62) br label %66 64: ; preds = %53 %65 = call i32 (ptr, ...) @printf(ptr noundef @.str) br label %66 66: ; preds = %64, %59 br label %74 67: ; preds = %13 %68 = load ptr, ptr %5, align 8 %69 = load i32, ptr %7, align 4 %70 = sext i32 %69 to i64 %71 = getelementptr inbounds ptr, ptr %68, i64 %70 %72 = load ptr, ptr %71, align 8 %73 = call i32 (ptr, ...) @printf(ptr noundef @.str.1, ptr noundef %72) br label %74 74: ; preds = %67, %66, %45, %38, %31, %21 %75 = load i32, ptr %7, align 4 %76 = add nsw i32 %75, 1 store i32 %76, ptr %7, align 4 %77 = load i32, ptr %7, align 4 %78 = load i32, ptr %4, align 4 %79 = icmp slt i32 %77, %78 br i1 %79, label %13, label %._crit_edge, !llvm.loop !6 ._crit_edge: ; preds = %74 br label %80 80: ; preds = %._crit_edge, %2 %81 = load i32, ptr %8, align 4 %82 = icmp sgt i32 %81, 0 br i1 %82, label %83, label %86 83: ; preds = %80 %84 = call double (...) @pop() %85 = call i32 (ptr, ...) @printf(ptr noundef @.str.2, double noundef %84) br label %86 86: ; preds = %83, %80 ret i32 0 } declare i32 @getop(ptr noundef) #1 declare i32 @push(double noundef) #1 declare double @atof(ptr noundef) #1 declare double @pop(...) #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/tmp71lbu6pl.c' source_filename = "/tmp/tmp71lbu6pl.c" target datalayout = "e-m:e-p270: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"undefined\00", align 1 @.str.1 = private unnamed_addr constant [8 x i8] c"unknown\00", align 1 @.str.2 = private unnamed_addr constant [4 x i8] c"sp1\00", align 1 @.str.3 = private unnamed_addr constant [4 x i8] c"sp2\00", align 1 @.str.4 = private unnamed_addr constant [4 x i8] c"sp3\00", align 1 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local i32 @iHybridNumber(ptr noundef %0) #0 { %2 = alloca i32, align 4 %3 = alloca ptr, align 8 store ptr %0, ptr %3, align 8 %4 = load ptr, ptr %3, align 8 %5 = call i32 @StringLower(ptr noundef %4) %6 = load ptr, ptr %3, align 8 %7 = call i32 @strcmp(ptr noundef %6, ptr noundef @.str) %8 = icmp ne i32 %7, 0 br i1 %8, label %10, label %9 9: ; preds = %1 store i32 -1, ptr %2, align 4 br label %31 10: ; preds = %1 %11 = load ptr, ptr %3, align 8 %12 = call i32 @strcmp(ptr noundef %11, ptr noundef @.str.1) %13 = icmp ne i32 %12, 0 br i1 %13, label %15, label %14 14: ; preds = %10 store i32 0, ptr %2, align 4 br label %31 15: ; preds = %10 %16 = load ptr, ptr %3, align 8 %17 = call i32 @strcmp(ptr noundef %16, ptr noundef @.str.2) %18 = icmp ne i32 %17, 0 br i1 %18, label %20, label %19 19: ; preds = %15 store i32 1, ptr %2, align 4 br label %31 20: ; preds = %15 %21 = load ptr, ptr %3, align 8 %22 = call i32 @strcmp(ptr noundef %21, ptr noundef @.str.3) %23 = icmp ne i32 %22, 0 br i1 %23, label %25, label %24 24: ; preds = %20 store i32 2, ptr %2, align 4 br label %31 25: ; preds = %20 %26 = load ptr, ptr %3, align 8 %27 = call i32 @strcmp(ptr noundef %26, ptr noundef @.str.4) %28 = icmp ne i32 %27, 0 br i1 %28, label %30, label %29 29: ; preds = %25 store i32 3, ptr %2, align 4 br label %31 30: ; preds = %25 store i32 -1, ptr %2, align 4 br label %31 31: ; preds = %30, %29, %24, %19, %14, %9 %32 = load i32, ptr %2, align 4 ret i32 %32 } declare i32 @StringLower(ptr noundef) #1 declare i32 @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"}
; ModuleID = '<stdin>' source_filename = "/tmp/tmp71lbu6pl.c" target datalayout = "e-m:e-p270: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"undefined\00", align 1 @.str.1 = private unnamed_addr constant [8 x i8] c"unknown\00", align 1 @.str.2 = private unnamed_addr constant [4 x i8] c"sp1\00", align 1 @.str.3 = private unnamed_addr constant [4 x i8] c"sp2\00", align 1 @.str.4 = private unnamed_addr constant [4 x i8] c"sp3\00", align 1 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local i32 @iHybridNumber(ptr noundef %0) #0 { %2 = alloca i32, align 4 %3 = alloca ptr, align 8 store ptr %0, ptr %3, align 8 %4 = load ptr, ptr %3, align 8 %5 = call i32 @StringLower(ptr noundef %4) %6 = load ptr, ptr %3, align 8 %7 = call i32 @strcmp(ptr noundef %6, ptr noundef @.str) %8 = icmp ne i32 %7, 0 br i1 %8, label %10, label %9 9: ; preds = %1 store i32 -1, ptr %2, align 4 br label %31 10: ; preds = %1 %11 = load ptr, ptr %3, align 8 %12 = call i32 @strcmp(ptr noundef %11, ptr noundef @.str.1) %13 = icmp ne i32 %12, 0 br i1 %13, label %15, label %14 14: ; preds = %10 store i32 0, ptr %2, align 4 br label %31 15: ; preds = %10 %16 = load ptr, ptr %3, align 8 %17 = call i32 @strcmp(ptr noundef %16, ptr noundef @.str.2) %18 = icmp ne i32 %17, 0 br i1 %18, label %20, label %19 19: ; preds = %15 store i32 1, ptr %2, align 4 br label %31 20: ; preds = %15 %21 = load ptr, ptr %3, align 8 %22 = call i32 @strcmp(ptr noundef %21, ptr noundef @.str.3) %23 = icmp ne i32 %22, 0 br i1 %23, label %25, label %24 24: ; preds = %20 store i32 2, ptr %2, align 4 br label %31 25: ; preds = %20 %26 = load ptr, ptr %3, align 8 %27 = call i32 @strcmp(ptr noundef %26, ptr noundef @.str.4) %28 = icmp ne i32 %27, 0 br i1 %28, label %30, label %29 29: ; preds = %25 store i32 3, ptr %2, align 4 br label %31 30: ; preds = %25 store i32 -1, ptr %2, align 4 br label %31 31: ; preds = %30, %29, %24, %19, %14, %9 %32 = load i32, ptr %2, align 4 ret i32 %32 } declare i32 @StringLower(ptr noundef) #1 declare i32 @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"}
; ModuleID = '/tmp/tmpkrd12un7.c' source_filename = "/tmp/tmpkrd12un7.c" target datalayout = "e-m:e-p270: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 [22 x i8] c"little-endian routine\00", align 1 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local i32 @xx_le() #0 { %1 = call i32 @puts(ptr noundef @.str) ret i32 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"}
; ModuleID = '<stdin>' source_filename = "/tmp/tmpkrd12un7.c" target datalayout = "e-m:e-p270: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 [22 x i8] c"little-endian routine\00", align 1 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local i32 @xx_le() #0 { %1 = call i32 @puts(ptr noundef @.str) ret i32 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"}
; ModuleID = '/tmp/tmplefnrsa1.c' source_filename = "/tmp/tmplefnrsa1.c" target datalayout = "e-m:e-p270: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 @closeDisk(i32 noundef %0) #0 { %2 = alloca i32, align 4 %3 = alloca i32, align 4 store i32 %0, ptr %3, align 4 %4 = load i32, ptr %3, align 4 %5 = icmp slt i32 %4, 0 br i1 %5, label %6, label %7 6: ; preds = %1 store i32 -1, ptr %2, align 4 br label %13 7: ; preds = %1 %8 = load i32, ptr %3, align 4 %9 = call i32 @close(i32 noundef %8) %10 = icmp eq i32 %9, -1 br i1 %10, label %11, label %12 11: ; preds = %7 store i32 -1, ptr %2, align 4 br label %13 12: ; preds = %7 store i32 0, ptr %2, align 4 br label %13 13: ; preds = %12, %11, %6 %14 = load i32, ptr %2, align 4 ret i32 %14 } 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/tmplefnrsa1.c" target datalayout = "e-m:e-p270: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 @closeDisk(i32 noundef %0) #0 { %2 = alloca i32, align 4 %3 = alloca i32, align 4 store i32 %0, ptr %3, align 4 %4 = load i32, ptr %3, align 4 %5 = icmp slt i32 %4, 0 br i1 %5, label %6, label %7 6: ; preds = %1 store i32 -1, ptr %2, align 4 br label %13 7: ; preds = %1 %8 = load i32, ptr %3, align 4 %9 = call i32 @close(i32 noundef %8) %10 = icmp eq i32 %9, -1 br i1 %10, label %11, label %12 11: ; preds = %7 store i32 -1, ptr %2, align 4 br label %13 12: ; preds = %7 store i32 0, ptr %2, align 4 br label %13 13: ; preds = %12, %11, %6 %14 = load i32, ptr %2, align 4 ret i32 %14 } 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/tmpvdjgp6on.c' source_filename = "/tmp/tmpvdjgp6on.c" target datalayout = "e-m:e-p270: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.giorni_trascorsi.giorni_bisestile = private unnamed_addr constant [12 x i32] [i32 31, i32 29, i32 31, i32 30, i32 31, i32 30, i32 31, i32 31, i32 30, i32 31, i32 30, i32 31], align 16 @__const.giorni_trascorsi.giorni_non_bisestile = private unnamed_addr constant [12 x i32] [i32 31, i32 28, i32 31, i32 30, i32 31, i32 30, i32 31, i32 31, i32 30, i32 31, i32 30, i32 31], align 16 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local i32 @giorni_trascorsi(i32 noundef %0, i32 noundef %1, i32 noundef %2) #0 { %4 = alloca i32, align 4 %5 = alloca i32, align 4 %6 = alloca i32, align 4 %7 = alloca [12 x i32], align 16 %8 = alloca [12 x i32], align 16 %9 = alloca i32, align 4 store i32 %0, ptr %4, align 4 store i32 %1, ptr %5, align 4 store i32 %2, ptr %6, align 4 call void @llvm.memcpy.p0.p0.i64(ptr align 16 %7, ptr align 16 @__const.giorni_trascorsi.giorni_bisestile, i64 48, i1 false) call void @llvm.memcpy.p0.p0.i64(ptr align 16 %8, ptr align 16 @__const.giorni_trascorsi.giorni_non_bisestile, i64 48, i1 false) %10 = load i32, ptr %4, align 4 %11 = call i32 @giorno_non_valido(i32 noundef %10) store i32 %11, ptr %9, align 4 %12 = load i32, ptr %9, align 4 %13 = icmp ne i32 %12, -1 br i1 %13, label %14, label %58 14: ; preds = %3 %15 = load i32, ptr %5, align 4 %16 = call i32 @mese_non_valido(i32 noundef %15) store i32 %16, ptr %9, align 4 %17 = load i32, ptr %9, align 4 %18 = icmp ne i32 %17, -2 br i1 %18, label %19, label %57 19: ; preds = %14 %20 = load i32, ptr %6, align 4 %21 = call i32 @anno_non_valido(i32 noundef %20) store i32 %21, ptr %9, align 4 %22 = load i32, ptr %9, align 4 %23 = icmp ne i32 %22, -3 br i1 %23, label %24, label %56 24: ; preds = %19 %25 = load i32, ptr %4, align 4 %26 = load i32, ptr %5, align 4 %27 = load i32, ptr %6, align 4 %28 = call i32 @date_inesistenti(i32 noundef %25, i32 noundef %26, i32 noundef %27) store i32 %28, ptr %9, align 4 %29 = load i32, ptr %9, align 4 %30 = icmp ne i32 %29, -4 br i1 %30, label %31, label %55 31: ; preds = %24 %32 = load i32, ptr %4, align 4 %33 = load i32, ptr %5, align 4 %34 = load i32, ptr %6, align 4 %35 = call i32 @anno_bisestile(i32 noundef %32, i32 noundef %33, i32 noundef %34) store i32 %35, ptr %9, align 4 %36 = load i32, ptr %9, align 4 %37 = icmp eq i32 %36, 1 br i1 %37, label %38, label %44 38: ; preds = %31 %39 = load i32, ptr %4, align 4 %40 = load i32, ptr %5, align 4 %41 = load i32, ptr %6, align 4 %42 = getelementptr inbounds [12 x i32], ptr %8, i64 0, i64 0 %43 = call i32 @conta_giorni(i32 noundef %39, i32 noundef %40, i32 noundef %41, ptr noundef %42) store i32 %43, ptr %9, align 4 br label %54 44: ; preds = %31 %45 = load i32, ptr %9, align 4 %46 = icmp eq i32 %45, 2 br i1 %46, label %47, label %53 47: ; preds = %44 %48 = load i32, ptr %4, align 4 %49 = load i32, ptr %5, align 4 %50 = load i32, ptr %6, align 4 %51 = getelementptr inbounds [12 x i32], ptr %7, i64 0, i64 0 %52 = call i32 @conta_giorni(i32 noundef %48, i32 noundef %49, i32 noundef %50, ptr noundef %51) store i32 %52, ptr %9, align 4 br label %53 53: ; preds = %47, %44 br label %54 54: ; preds = %53, %38 br label %55 55: ; preds = %54, %24 br label %56 56: ; preds = %55, %19 br label %57 57: ; preds = %56, %14 br label %58 58: ; preds = %57, %3 %59 = load i32, ptr %9, align 4 ret i32 %59 } ; Function Attrs: nocallback nofree nounwind willreturn memory(argmem: readwrite) declare void @llvm.memcpy.p0.p0.i64(ptr noalias nocapture writeonly, ptr noalias nocapture readonly, i64, i1 immarg) #1 declare i32 @giorno_non_valido(i32 noundef) #2 declare i32 @mese_non_valido(i32 noundef) #2 declare i32 @anno_non_valido(i32 noundef) #2 declare i32 @date_inesistenti(i32 noundef, i32 noundef, i32 noundef) #2 declare i32 @anno_bisestile(i32 noundef, i32 noundef, i32 noundef) #2 declare i32 @conta_giorni(i32 noundef, 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: readwrite) } attributes #2 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '<stdin>' source_filename = "/tmp/tmpvdjgp6on.c" target datalayout = "e-m:e-p270: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.giorni_trascorsi.giorni_bisestile = private unnamed_addr constant [12 x i32] [i32 31, i32 29, i32 31, i32 30, i32 31, i32 30, i32 31, i32 31, i32 30, i32 31, i32 30, i32 31], align 16 @__const.giorni_trascorsi.giorni_non_bisestile = private unnamed_addr constant [12 x i32] [i32 31, i32 28, i32 31, i32 30, i32 31, i32 30, i32 31, i32 31, i32 30, i32 31, i32 30, i32 31], align 16 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local i32 @giorni_trascorsi(i32 noundef %0, i32 noundef %1, i32 noundef %2) #0 { %4 = alloca i32, align 4 %5 = alloca i32, align 4 %6 = alloca i32, align 4 %7 = alloca [12 x i32], align 16 %8 = alloca [12 x i32], align 16 %9 = alloca i32, align 4 store i32 %0, ptr %4, align 4 store i32 %1, ptr %5, align 4 store i32 %2, ptr %6, align 4 call void @llvm.memcpy.p0.p0.i64(ptr align 16 %7, ptr align 16 @__const.giorni_trascorsi.giorni_bisestile, i64 48, i1 false) call void @llvm.memcpy.p0.p0.i64(ptr align 16 %8, ptr align 16 @__const.giorni_trascorsi.giorni_non_bisestile, i64 48, i1 false) %10 = load i32, ptr %4, align 4 %11 = call i32 @giorno_non_valido(i32 noundef %10) store i32 %11, ptr %9, align 4 %12 = load i32, ptr %9, align 4 %13 = icmp ne i32 %12, -1 br i1 %13, label %14, label %58 14: ; preds = %3 %15 = load i32, ptr %5, align 4 %16 = call i32 @mese_non_valido(i32 noundef %15) store i32 %16, ptr %9, align 4 %17 = load i32, ptr %9, align 4 %18 = icmp ne i32 %17, -2 br i1 %18, label %19, label %57 19: ; preds = %14 %20 = load i32, ptr %6, align 4 %21 = call i32 @anno_non_valido(i32 noundef %20) store i32 %21, ptr %9, align 4 %22 = load i32, ptr %9, align 4 %23 = icmp ne i32 %22, -3 br i1 %23, label %24, label %56 24: ; preds = %19 %25 = load i32, ptr %4, align 4 %26 = load i32, ptr %5, align 4 %27 = load i32, ptr %6, align 4 %28 = call i32 @date_inesistenti(i32 noundef %25, i32 noundef %26, i32 noundef %27) store i32 %28, ptr %9, align 4 %29 = load i32, ptr %9, align 4 %30 = icmp ne i32 %29, -4 br i1 %30, label %31, label %55 31: ; preds = %24 %32 = load i32, ptr %4, align 4 %33 = load i32, ptr %5, align 4 %34 = load i32, ptr %6, align 4 %35 = call i32 @anno_bisestile(i32 noundef %32, i32 noundef %33, i32 noundef %34) store i32 %35, ptr %9, align 4 %36 = load i32, ptr %9, align 4 %37 = icmp eq i32 %36, 1 br i1 %37, label %38, label %44 38: ; preds = %31 %39 = load i32, ptr %4, align 4 %40 = load i32, ptr %5, align 4 %41 = load i32, ptr %6, align 4 %42 = getelementptr inbounds [12 x i32], ptr %8, i64 0, i64 0 %43 = call i32 @conta_giorni(i32 noundef %39, i32 noundef %40, i32 noundef %41, ptr noundef %42) store i32 %43, ptr %9, align 4 br label %54 44: ; preds = %31 %45 = load i32, ptr %9, align 4 %46 = icmp eq i32 %45, 2 br i1 %46, label %47, label %53 47: ; preds = %44 %48 = load i32, ptr %4, align 4 %49 = load i32, ptr %5, align 4 %50 = load i32, ptr %6, align 4 %51 = getelementptr inbounds [12 x i32], ptr %7, i64 0, i64 0 %52 = call i32 @conta_giorni(i32 noundef %48, i32 noundef %49, i32 noundef %50, ptr noundef %51) store i32 %52, ptr %9, align 4 br label %53 53: ; preds = %47, %44 br label %54 54: ; preds = %53, %38 br label %55 55: ; preds = %54, %24 br label %56 56: ; preds = %55, %19 br label %57 57: ; preds = %56, %14 br label %58 58: ; preds = %57, %3 %59 = load i32, ptr %9, align 4 ret i32 %59 } ; Function Attrs: nocallback nofree nounwind willreturn memory(argmem: readwrite) declare void @llvm.memcpy.p0.p0.i64(ptr noalias nocapture writeonly, ptr noalias nocapture readonly, i64, i1 immarg) #1 declare i32 @giorno_non_valido(i32 noundef) #2 declare i32 @mese_non_valido(i32 noundef) #2 declare i32 @anno_non_valido(i32 noundef) #2 declare i32 @date_inesistenti(i32 noundef, i32 noundef, i32 noundef) #2 declare i32 @anno_bisestile(i32 noundef, i32 noundef, i32 noundef) #2 declare i32 @conta_giorni(i32 noundef, 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: readwrite) } attributes #2 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '/tmp/tmpyomwqe4e.c' source_filename = "/tmp/tmpyomwqe4e.c" target datalayout = "e-m:e-p270: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.str = private unnamed_addr constant [42 x i8] c"Get up stand up, stand up for your rights\00", align 16 @.str = private unnamed_addr constant [4 x i8] c"%s\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 [42 x i8], align 16 %3 = 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.str, i64 42, i1 false) %4 = getelementptr inbounds [42 x i8], ptr %2, i64 0, i64 0 %5 = call ptr @strdup(ptr noundef %4) store ptr %5, ptr %3, align 8 %6 = load ptr, ptr %3, align 8 %7 = call i32 @printf(ptr noundef @.str, ptr noundef %6) %8 = load i32, ptr @EXIT_SUCCESS, align 4 ret i32 %8 } ; Function Attrs: nocallback nofree nounwind willreturn memory(argmem: readwrite) declare void @llvm.memcpy.p0.p0.i64(ptr noalias nocapture writeonly, ptr noalias nocapture readonly, i64, i1 immarg) #1 declare ptr @strdup(ptr noundef) #2 declare i32 @printf(ptr noundef, ptr noundef) #2 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { nocallback nofree nounwind willreturn memory(argmem: readwrite) } attributes #2 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '<stdin>' source_filename = "/tmp/tmpyomwqe4e.c" target datalayout = "e-m:e-p270: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.str = private unnamed_addr constant [42 x i8] c"Get up stand up, stand up for your rights\00", align 16 @.str = private unnamed_addr constant [4 x i8] c"%s\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 [42 x i8], align 16 %3 = 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.str, i64 42, i1 false) %4 = getelementptr inbounds [42 x i8], ptr %2, i64 0, i64 0 %5 = call ptr @strdup(ptr noundef %4) store ptr %5, ptr %3, align 8 %6 = load ptr, ptr %3, align 8 %7 = call i32 @printf(ptr noundef @.str, ptr noundef %6) %8 = load i32, ptr @EXIT_SUCCESS, align 4 ret i32 %8 } ; Function Attrs: nocallback nofree nounwind willreturn memory(argmem: readwrite) declare void @llvm.memcpy.p0.p0.i64(ptr noalias nocapture writeonly, ptr noalias nocapture readonly, i64, i1 immarg) #1 declare ptr @strdup(ptr noundef) #2 declare i32 @printf(ptr noundef, ptr noundef) #2 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { nocallback nofree nounwind willreturn memory(argmem: readwrite) } attributes #2 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '/tmp/tmp1ipkwe3w.c' source_filename = "/tmp/tmp1ipkwe3w.c" target datalayout = "e-m:e-p270: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/tmp1ipkwe3w.c" target datalayout = "e-m:e-p270: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/tmpq7puhtyh.c' source_filename = "/tmp/tmpq7puhtyh.c" target datalayout = "e-m:e-p270: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/tmpq7puhtyh.c" target datalayout = "e-m:e-p270: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/tmpj4f_i7ha.c' source_filename = "/tmp/tmpj4f_i7ha.c" target datalayout = "e-m:e-p270: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 [68 x i8] c"\0ALZMA Decoder 4.26 Copyright (c) 1999-2005 Igor Pavlov 2005-08-05\0A\00", align 1 @.str.1 = private unnamed_addr constant [38 x i8] c"\0AUsage: lzmadec file.lzma [outFile]\0A\00", align 1 @.str.2 = private unnamed_addr constant [3 x i8] c"rb\00", align 1 @.str.3 = private unnamed_addr constant [24 x i8] c"Can not open input file\00", align 1 @.str.4 = private unnamed_addr constant [4 x i8] c"wb+\00", align 1 @.str.5 = private unnamed_addr constant [25 x i8] c"Can not open output file\00", align 1 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local i32 @main2(i32 noundef %0, ptr noundef %1, ptr noundef %2) #0 { %4 = alloca i32, align 4 %5 = alloca i32, align 4 %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 store i32 %0, ptr %5, align 4 store ptr %1, ptr %6, align 8 store ptr %2, ptr %7, align 8 store ptr null, ptr %8, align 8 store ptr null, ptr %9, align 8 %11 = load ptr, ptr %7, align 8 %12 = load ptr, ptr %7, align 8 %13 = call i32 @strlen(ptr noundef %12) %14 = sext i32 %13 to i64 %15 = getelementptr inbounds i8, ptr %11, i64 %14 %16 = call i32 @sprintf(ptr noundef %15, ptr noundef @.str) %17 = load i32, ptr %5, align 4 %18 = icmp slt i32 %17, 2 br i1 %18, label %22, label %19 19: ; preds = %3 %20 = load i32, ptr %5, align 4 %21 = icmp sgt i32 %20, 3 br i1 %21, label %22, label %29 22: ; preds = %19, %3 %23 = load ptr, ptr %7, align 8 %24 = load ptr, ptr %7, align 8 %25 = call i32 @strlen(ptr noundef %24) %26 = sext i32 %25 to i64 %27 = getelementptr inbounds i8, ptr %23, i64 %26 %28 = call i32 @sprintf(ptr noundef %27, ptr noundef @.str.1) store i32 1, ptr %4, align 4 br label %67 29: ; preds = %19 %30 = load ptr, ptr %6, align 8 %31 = getelementptr inbounds ptr, ptr %30, i64 1 %32 = load ptr, ptr %31, align 8 %33 = call ptr @fopen(ptr noundef %32, ptr noundef @.str.2) store ptr %33, ptr %8, align 8 %34 = load ptr, ptr %8, align 8 %35 = icmp eq ptr %34, null br i1 %35, label %36, label %39 36: ; preds = %29 %37 = load ptr, ptr %7, align 8 %38 = call i32 @PrintError(ptr noundef %37, ptr noundef @.str.3) store i32 %38, ptr %4, align 4 br label %67 39: ; preds = %29 %40 = load i32, ptr %5, align 4 %41 = icmp sgt i32 %40, 2 br i1 %41, label %42, label %53 42: ; preds = %39 %43 = load ptr, ptr %6, align 8 %44 = getelementptr inbounds ptr, ptr %43, i64 2 %45 = load ptr, ptr %44, align 8 %46 = call ptr @fopen(ptr noundef %45, ptr noundef @.str.4) store ptr %46, ptr %9, align 8 %47 = load ptr, ptr %9, align 8 %48 = icmp eq ptr %47, null br i1 %48, label %49, label %52 49: ; preds = %42 %50 = load ptr, ptr %7, align 8 %51 = call i32 @PrintError(ptr noundef %50, ptr noundef @.str.5) store i32 %51, ptr %4, align 4 br label %67 52: ; preds = %42 br label %53 53: ; preds = %52, %39 %54 = load ptr, ptr %8, align 8 %55 = load ptr, ptr %9, align 8 %56 = load ptr, ptr %7, align 8 %57 = call i32 @main3(ptr noundef %54, ptr noundef %55, ptr noundef %56) store i32 %57, ptr %10, align 4 %58 = load ptr, ptr %9, align 8 %59 = icmp ne ptr %58, null br i1 %59, label %60, label %63 60: ; preds = %53 %61 = load ptr, ptr %9, align 8 %62 = call i32 @fclose(ptr noundef %61) br label %63 63: ; preds = %60, %53 %64 = load ptr, ptr %8, align 8 %65 = call i32 @fclose(ptr noundef %64) %66 = load i32, ptr %10, align 4 store i32 %66, ptr %4, align 4 br label %67 67: ; preds = %63, %49, %36, %22 %68 = load i32, ptr %4, align 4 ret i32 %68 } declare i32 @sprintf(ptr noundef, ptr noundef) #1 declare i32 @strlen(ptr noundef) #1 declare ptr @fopen(ptr noundef, ptr noundef) #1 declare i32 @PrintError(ptr noundef, ptr noundef) #1 declare i32 @main3(ptr noundef, ptr noundef, ptr noundef) #1 declare i32 @fclose(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/tmpj4f_i7ha.c" target datalayout = "e-m:e-p270: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 [68 x i8] c"\0ALZMA Decoder 4.26 Copyright (c) 1999-2005 Igor Pavlov 2005-08-05\0A\00", align 1 @.str.1 = private unnamed_addr constant [38 x i8] c"\0AUsage: lzmadec file.lzma [outFile]\0A\00", align 1 @.str.2 = private unnamed_addr constant [3 x i8] c"rb\00", align 1 @.str.3 = private unnamed_addr constant [24 x i8] c"Can not open input file\00", align 1 @.str.4 = private unnamed_addr constant [4 x i8] c"wb+\00", align 1 @.str.5 = private unnamed_addr constant [25 x i8] c"Can not open output file\00", align 1 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local i32 @main2(i32 noundef %0, ptr noundef %1, ptr noundef %2) #0 { %4 = alloca i32, align 4 %5 = alloca i32, align 4 %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 store i32 %0, ptr %5, align 4 store ptr %1, ptr %6, align 8 store ptr %2, ptr %7, align 8 store ptr null, ptr %8, align 8 store ptr null, ptr %9, align 8 %11 = load ptr, ptr %7, align 8 %12 = load ptr, ptr %7, align 8 %13 = call i32 @strlen(ptr noundef %12) %14 = sext i32 %13 to i64 %15 = getelementptr inbounds i8, ptr %11, i64 %14 %16 = call i32 @sprintf(ptr noundef %15, ptr noundef @.str) %17 = load i32, ptr %5, align 4 %18 = icmp slt i32 %17, 2 br i1 %18, label %22, label %19 19: ; preds = %3 %20 = load i32, ptr %5, align 4 %21 = icmp sgt i32 %20, 3 br i1 %21, label %22, label %29 22: ; preds = %19, %3 %23 = load ptr, ptr %7, align 8 %24 = load ptr, ptr %7, align 8 %25 = call i32 @strlen(ptr noundef %24) %26 = sext i32 %25 to i64 %27 = getelementptr inbounds i8, ptr %23, i64 %26 %28 = call i32 @sprintf(ptr noundef %27, ptr noundef @.str.1) store i32 1, ptr %4, align 4 br label %67 29: ; preds = %19 %30 = load ptr, ptr %6, align 8 %31 = getelementptr inbounds ptr, ptr %30, i64 1 %32 = load ptr, ptr %31, align 8 %33 = call ptr @fopen(ptr noundef %32, ptr noundef @.str.2) store ptr %33, ptr %8, align 8 %34 = load ptr, ptr %8, align 8 %35 = icmp eq ptr %34, null br i1 %35, label %36, label %39 36: ; preds = %29 %37 = load ptr, ptr %7, align 8 %38 = call i32 @PrintError(ptr noundef %37, ptr noundef @.str.3) store i32 %38, ptr %4, align 4 br label %67 39: ; preds = %29 %40 = load i32, ptr %5, align 4 %41 = icmp sgt i32 %40, 2 br i1 %41, label %42, label %53 42: ; preds = %39 %43 = load ptr, ptr %6, align 8 %44 = getelementptr inbounds ptr, ptr %43, i64 2 %45 = load ptr, ptr %44, align 8 %46 = call ptr @fopen(ptr noundef %45, ptr noundef @.str.4) store ptr %46, ptr %9, align 8 %47 = load ptr, ptr %9, align 8 %48 = icmp eq ptr %47, null br i1 %48, label %49, label %52 49: ; preds = %42 %50 = load ptr, ptr %7, align 8 %51 = call i32 @PrintError(ptr noundef %50, ptr noundef @.str.5) store i32 %51, ptr %4, align 4 br label %67 52: ; preds = %42 br label %53 53: ; preds = %52, %39 %54 = load ptr, ptr %8, align 8 %55 = load ptr, ptr %9, align 8 %56 = load ptr, ptr %7, align 8 %57 = call i32 @main3(ptr noundef %54, ptr noundef %55, ptr noundef %56) store i32 %57, ptr %10, align 4 %58 = load ptr, ptr %9, align 8 %59 = icmp ne ptr %58, null br i1 %59, label %60, label %63 60: ; preds = %53 %61 = load ptr, ptr %9, align 8 %62 = call i32 @fclose(ptr noundef %61) br label %63 63: ; preds = %60, %53 %64 = load ptr, ptr %8, align 8 %65 = call i32 @fclose(ptr noundef %64) %66 = load i32, ptr %10, align 4 store i32 %66, ptr %4, align 4 br label %67 67: ; preds = %63, %49, %36, %22 %68 = load i32, ptr %4, align 4 ret i32 %68 } declare i32 @sprintf(ptr noundef, ptr noundef) #1 declare i32 @strlen(ptr noundef) #1 declare ptr @fopen(ptr noundef, ptr noundef) #1 declare i32 @PrintError(ptr noundef, ptr noundef) #1 declare i32 @main3(ptr noundef, ptr noundef, ptr noundef) #1 declare i32 @fclose(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"}