llvm-ir
stringlengths 479
303k
| llvm-optimized-ir
stringlengths 468
303k
|
---|---|
; ModuleID = '/tmp/tmpcbighrgd.c'
source_filename = "/tmp/tmpcbighrgd.c"
target datalayout = "e-m:e-p270: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/tmpcbighrgd.c"
target datalayout = "e-m:e-p270: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/tmpy7cfale0.c'
source_filename = "/tmp/tmpy7cfale0.c"
target datalayout = "e-m:e-p270: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/tmpy7cfale0.c"
target datalayout = "e-m:e-p270: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/tmpb_mfuypq.c'
source_filename = "/tmp/tmpb_mfuypq.c"
target datalayout = "e-m:e-p270: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 @FindWholeWord(ptr noundef %0, ptr noundef %1) #0 {
%3 = alloca i32, align 4
%4 = alloca ptr, align 8
%5 = alloca ptr, align 8
%6 = alloca ptr, align 8
%7 = alloca i64, align 8
%8 = alloca i64, align 8
store ptr %0, ptr %4, align 8
store ptr %1, ptr %5, align 8
store ptr null, ptr %6, align 8
store i64 0, ptr %7, align 8
store i64 0, ptr %8, align 8
%9 = load ptr, ptr %4, align 8
%10 = icmp eq ptr %9, null
br i1 %10, label %14, label %11
11: ; preds = %2
%12 = load ptr, ptr %5, align 8
%13 = icmp eq ptr %12, null
br i1 %13, label %14, label %15
14: ; preds = %11, %2
store i32 -1, ptr %3, align 4
br label %107
15: ; preds = %11
%16 = load ptr, ptr %4, align 8
%17 = call i64 @strlen(ptr noundef %16)
store i64 %17, ptr %7, align 8
%18 = load ptr, ptr %5, align 8
%19 = call i64 @strlen(ptr noundef %18)
store i64 %19, ptr %8, align 8
%20 = load i64, ptr %7, align 8
%21 = load i64, ptr %8, align 8
%22 = icmp ult i64 %20, %21
br i1 %22, label %23, label %24
23: ; preds = %15
store i32 -1, ptr %3, align 4
br label %107
24: ; preds = %15
%25 = load ptr, ptr %4, align 8
%26 = load ptr, ptr %5, align 8
%27 = call ptr @strstr(ptr noundef %25, ptr noundef %26)
store ptr %27, ptr %6, align 8
%28 = load ptr, ptr %6, align 8
%29 = icmp eq ptr %28, null
br i1 %29, label %30, label %31
30: ; preds = %24
store i32 -1, ptr %3, align 4
br label %107
31: ; preds = %24
%32 = load i64, ptr %7, align 8
%33 = load i64, ptr %8, align 8
%34 = icmp eq i64 %32, %33
br i1 %34, label %35, label %36
35: ; preds = %31
store i32 0, ptr %3, align 4
br label %107
36: ; preds = %31
%37 = load ptr, ptr %6, align 8
%38 = load ptr, ptr %4, align 8
%39 = icmp ne ptr %37, %38
br i1 %39, label %40, label %67
40: ; preds = %36
%41 = load ptr, ptr %6, align 8
%42 = getelementptr inbounds i8, ptr %41, i64 -1
%43 = load i8, ptr %42, align 1
%44 = sext i8 %43 to i32
%45 = icmp sle i32 65, %44
br i1 %45, label %46, label %52
46: ; preds = %40
%47 = load ptr, ptr %6, align 8
%48 = getelementptr inbounds i8, ptr %47, i64 -1
%49 = load i8, ptr %48, align 1
%50 = sext i8 %49 to i32
%51 = icmp sle i32 %50, 90
br i1 %51, label %64, label %52
52: ; preds = %46, %40
%53 = load ptr, ptr %6, align 8
%54 = getelementptr inbounds i8, ptr %53, i64 -1
%55 = load i8, ptr %54, align 1
%56 = sext i8 %55 to i32
%57 = icmp sle i32 97, %56
br i1 %57, label %58, label %65
58: ; preds = %52
%59 = load ptr, ptr %6, align 8
%60 = getelementptr inbounds i8, ptr %59, i64 -1
%61 = load i8, ptr %60, align 1
%62 = sext i8 %61 to i32
%63 = icmp sle i32 %62, 122
br i1 %63, label %64, label %65
64: ; preds = %58, %46
br i1 true, label %66, label %67
65: ; preds = %58, %52
br i1 false, label %66, label %67
66: ; preds = %65, %64
store i32 -1, ptr %3, align 4
br label %107
67: ; preds = %65, %64, %36
%68 = load ptr, ptr %6, align 8
%69 = load i64, ptr %8, align 8
%70 = getelementptr inbounds i8, ptr %68, i64 %69
%71 = load ptr, ptr %4, align 8
%72 = load i64, ptr %7, align 8
%73 = getelementptr inbounds i8, ptr %71, i64 %72
%74 = icmp ne ptr %70, %73
br i1 %74, label %75, label %106
75: ; preds = %67
%76 = load ptr, ptr %6, align 8
%77 = load i64, ptr %8, align 8
%78 = getelementptr inbounds i8, ptr %76, i64 %77
%79 = load i8, ptr %78, align 1
%80 = sext i8 %79 to i32
%81 = icmp sle i32 65, %80
br i1 %81, label %82, label %89
82: ; preds = %75
%83 = load ptr, ptr %6, align 8
%84 = load i64, ptr %8, align 8
%85 = getelementptr inbounds i8, ptr %83, i64 %84
%86 = load i8, ptr %85, align 1
%87 = sext i8 %86 to i32
%88 = icmp sle i32 %87, 90
br i1 %88, label %103, label %89
89: ; preds = %82, %75
%90 = load ptr, ptr %6, align 8
%91 = load i64, ptr %8, align 8
%92 = getelementptr inbounds i8, ptr %90, i64 %91
%93 = load i8, ptr %92, align 1
%94 = sext i8 %93 to i32
%95 = icmp sle i32 97, %94
br i1 %95, label %96, label %104
96: ; preds = %89
%97 = load ptr, ptr %6, align 8
%98 = load i64, ptr %8, align 8
%99 = getelementptr inbounds i8, ptr %97, i64 %98
%100 = load i8, ptr %99, align 1
%101 = sext i8 %100 to i32
%102 = icmp sle i32 %101, 122
br i1 %102, label %103, label %104
103: ; preds = %96, %82
br i1 true, label %105, label %106
104: ; preds = %96, %89
br i1 false, label %105, label %106
105: ; preds = %104, %103
store i32 -1, ptr %3, align 4
br label %107
106: ; preds = %104, %103, %67
store i32 0, ptr %3, align 4
br label %107
107: ; preds = %106, %105, %66, %35, %30, %23, %14
%108 = load i32, ptr %3, align 4
ret i32 %108
}
declare i64 @strlen(ptr noundef) #1
declare ptr @strstr(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/tmpb_mfuypq.c"
target datalayout = "e-m:e-p270: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 @FindWholeWord(ptr noundef %0, ptr noundef %1) #0 {
%3 = alloca i32, align 4
%4 = alloca ptr, align 8
%5 = alloca ptr, align 8
%6 = alloca ptr, align 8
%7 = alloca i64, align 8
%8 = alloca i64, align 8
store ptr %0, ptr %4, align 8
store ptr %1, ptr %5, align 8
store ptr null, ptr %6, align 8
store i64 0, ptr %7, align 8
store i64 0, ptr %8, align 8
%9 = load ptr, ptr %4, align 8
%10 = icmp eq ptr %9, null
br i1 %10, label %14, label %11
11: ; preds = %2
%12 = load ptr, ptr %5, align 8
%13 = icmp eq ptr %12, null
br i1 %13, label %14, label %15
14: ; preds = %11, %2
store i32 -1, ptr %3, align 4
br label %107
15: ; preds = %11
%16 = load ptr, ptr %4, align 8
%17 = call i64 @strlen(ptr noundef %16)
store i64 %17, ptr %7, align 8
%18 = load ptr, ptr %5, align 8
%19 = call i64 @strlen(ptr noundef %18)
store i64 %19, ptr %8, align 8
%20 = load i64, ptr %7, align 8
%21 = load i64, ptr %8, align 8
%22 = icmp ult i64 %20, %21
br i1 %22, label %23, label %24
23: ; preds = %15
store i32 -1, ptr %3, align 4
br label %107
24: ; preds = %15
%25 = load ptr, ptr %4, align 8
%26 = load ptr, ptr %5, align 8
%27 = call ptr @strstr(ptr noundef %25, ptr noundef %26)
store ptr %27, ptr %6, align 8
%28 = load ptr, ptr %6, align 8
%29 = icmp eq ptr %28, null
br i1 %29, label %30, label %31
30: ; preds = %24
store i32 -1, ptr %3, align 4
br label %107
31: ; preds = %24
%32 = load i64, ptr %7, align 8
%33 = load i64, ptr %8, align 8
%34 = icmp eq i64 %32, %33
br i1 %34, label %35, label %36
35: ; preds = %31
store i32 0, ptr %3, align 4
br label %107
36: ; preds = %31
%37 = load ptr, ptr %6, align 8
%38 = load ptr, ptr %4, align 8
%39 = icmp ne ptr %37, %38
br i1 %39, label %40, label %67
40: ; preds = %36
%41 = load ptr, ptr %6, align 8
%42 = getelementptr inbounds i8, ptr %41, i64 -1
%43 = load i8, ptr %42, align 1
%44 = sext i8 %43 to i32
%45 = icmp sle i32 65, %44
br i1 %45, label %46, label %52
46: ; preds = %40
%47 = load ptr, ptr %6, align 8
%48 = getelementptr inbounds i8, ptr %47, i64 -1
%49 = load i8, ptr %48, align 1
%50 = sext i8 %49 to i32
%51 = icmp sle i32 %50, 90
br i1 %51, label %64, label %52
52: ; preds = %46, %40
%53 = load ptr, ptr %6, align 8
%54 = getelementptr inbounds i8, ptr %53, i64 -1
%55 = load i8, ptr %54, align 1
%56 = sext i8 %55 to i32
%57 = icmp sle i32 97, %56
br i1 %57, label %58, label %65
58: ; preds = %52
%59 = load ptr, ptr %6, align 8
%60 = getelementptr inbounds i8, ptr %59, i64 -1
%61 = load i8, ptr %60, align 1
%62 = sext i8 %61 to i32
%63 = icmp sle i32 %62, 122
br i1 %63, label %64, label %65
64: ; preds = %58, %46
br i1 true, label %66, label %67
65: ; preds = %58, %52
br i1 false, label %66, label %67
66: ; preds = %65, %64
store i32 -1, ptr %3, align 4
br label %107
67: ; preds = %65, %64, %36
%68 = load ptr, ptr %6, align 8
%69 = load i64, ptr %8, align 8
%70 = getelementptr inbounds i8, ptr %68, i64 %69
%71 = load ptr, ptr %4, align 8
%72 = load i64, ptr %7, align 8
%73 = getelementptr inbounds i8, ptr %71, i64 %72
%74 = icmp ne ptr %70, %73
br i1 %74, label %75, label %106
75: ; preds = %67
%76 = load ptr, ptr %6, align 8
%77 = load i64, ptr %8, align 8
%78 = getelementptr inbounds i8, ptr %76, i64 %77
%79 = load i8, ptr %78, align 1
%80 = sext i8 %79 to i32
%81 = icmp sle i32 65, %80
br i1 %81, label %82, label %89
82: ; preds = %75
%83 = load ptr, ptr %6, align 8
%84 = load i64, ptr %8, align 8
%85 = getelementptr inbounds i8, ptr %83, i64 %84
%86 = load i8, ptr %85, align 1
%87 = sext i8 %86 to i32
%88 = icmp sle i32 %87, 90
br i1 %88, label %103, label %89
89: ; preds = %82, %75
%90 = load ptr, ptr %6, align 8
%91 = load i64, ptr %8, align 8
%92 = getelementptr inbounds i8, ptr %90, i64 %91
%93 = load i8, ptr %92, align 1
%94 = sext i8 %93 to i32
%95 = icmp sle i32 97, %94
br i1 %95, label %96, label %104
96: ; preds = %89
%97 = load ptr, ptr %6, align 8
%98 = load i64, ptr %8, align 8
%99 = getelementptr inbounds i8, ptr %97, i64 %98
%100 = load i8, ptr %99, align 1
%101 = sext i8 %100 to i32
%102 = icmp sle i32 %101, 122
br i1 %102, label %103, label %104
103: ; preds = %96, %82
br i1 true, label %105, label %106
104: ; preds = %96, %89
br i1 false, label %105, label %106
105: ; preds = %104, %103
store i32 -1, ptr %3, align 4
br label %107
106: ; preds = %104, %103, %67
store i32 0, ptr %3, align 4
br label %107
107: ; preds = %106, %105, %66, %35, %30, %23, %14
%108 = load i32, ptr %3, align 4
ret i32 %108
}
declare i64 @strlen(ptr noundef) #1
declare ptr @strstr(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/tmp_ccu3yn4.c'
source_filename = "/tmp/tmp_ccu3yn4.c"
target datalayout = "e-m:e-p270: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 [30 x i8] c"Usage: ./test string pattern\0A\00", align 1
@.str.1 = private unnamed_addr constant [4 x i8] c"%d\0A\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @main(i32 noundef %0, ptr noundef %1) #0 {
%3 = alloca i32, align 4
%4 = alloca i32, align 4
%5 = alloca ptr, align 8
store i32 0, ptr %3, align 4
store i32 %0, ptr %4, align 4
store ptr %1, ptr %5, align 8
%6 = load i32, ptr %4, align 4
%7 = icmp ne i32 %6, 3
br i1 %7, label %8, label %12
8: ; preds = %2
%9 = load i32, ptr @stderr, align 4
%10 = call i32 @fprintf(i32 noundef %9, ptr noundef @.str)
%11 = call i32 @exit(i32 noundef -1) #3
unreachable
12: ; preds = %2
%13 = load ptr, ptr %5, align 8
%14 = getelementptr inbounds ptr, ptr %13, i64 1
%15 = load ptr, ptr %14, align 8
%16 = load ptr, ptr %5, align 8
%17 = getelementptr inbounds ptr, ptr %16, i64 2
%18 = load ptr, ptr %17, align 8
%19 = call i32 @numDistinct(ptr noundef %15, ptr noundef %18)
%20 = call i32 @printf(ptr noundef @.str.1, i32 noundef %19)
ret i32 0
}
declare i32 @fprintf(i32 noundef, ptr noundef) #1
; Function Attrs: noreturn
declare i32 @exit(i32 noundef) #2
declare i32 @printf(ptr noundef, i32 noundef) #1
declare i32 @numDistinct(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/tmp_ccu3yn4.c"
target datalayout = "e-m:e-p270: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 [30 x i8] c"Usage: ./test string pattern\0A\00", align 1
@.str.1 = private unnamed_addr constant [4 x i8] c"%d\0A\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @main(i32 noundef %0, ptr noundef %1) #0 {
%3 = alloca i32, align 4
%4 = alloca i32, align 4
%5 = alloca ptr, align 8
store i32 0, ptr %3, align 4
store i32 %0, ptr %4, align 4
store ptr %1, ptr %5, align 8
%6 = load i32, ptr %4, align 4
%7 = icmp ne i32 %6, 3
br i1 %7, label %8, label %12
8: ; preds = %2
%9 = load i32, ptr @stderr, align 4
%10 = call i32 @fprintf(i32 noundef %9, ptr noundef @.str)
%11 = call i32 @exit(i32 noundef -1) #3
unreachable
12: ; preds = %2
%13 = load ptr, ptr %5, align 8
%14 = getelementptr inbounds ptr, ptr %13, i64 1
%15 = load ptr, ptr %14, align 8
%16 = load ptr, ptr %5, align 8
%17 = getelementptr inbounds ptr, ptr %16, i64 2
%18 = load ptr, ptr %17, align 8
%19 = call i32 @numDistinct(ptr noundef %15, ptr noundef %18)
%20 = call i32 @printf(ptr noundef @.str.1, i32 noundef %19)
ret i32 0
}
declare i32 @fprintf(i32 noundef, ptr noundef) #1
; Function Attrs: noreturn
declare i32 @exit(i32 noundef) #2
declare i32 @printf(ptr noundef, i32 noundef) #1
declare i32 @numDistinct(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/tmpco4j9lw7.c'
source_filename = "/tmp/tmpco4j9lw7.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@EXIT_FAILURE = dso_local global i32 0, align 4
@stderr = dso_local global i32 0, align 4
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmpco4j9lw7.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@EXIT_FAILURE = dso_local global i32 0, align 4
@stderr = dso_local global i32 0, align 4
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
|
; ModuleID = '/tmp/tmpfxejy4tf.c'
source_filename = "/tmp/tmpfxejy4tf.c"
target datalayout = "e-m:e-p270: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/tmpfxejy4tf.c"
target datalayout = "e-m:e-p270: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/tmpm9tps8an.c'
source_filename = "/tmp/tmpm9tps8an.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@.str = private unnamed_addr constant [12 x i8] c"Close error\00", align 1
@EXIT_FAILURE = dso_local global i32 0, align 4
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local void @Close(i32 noundef %0) #0 {
%2 = alloca i32, align 4
%3 = alloca i32, align 4
store i32 %0, ptr %2, align 4
%4 = load i32, ptr %2, align 4
%5 = call i32 @close(i32 noundef %4)
store i32 %5, ptr %3, align 4
%6 = load i32, ptr %3, align 4
%7 = icmp slt i32 %6, 0
br i1 %7, label %8, label %12
8: ; preds = %1
%9 = call i32 @perror(ptr noundef @.str)
%10 = load i32, ptr @EXIT_FAILURE, align 4
%11 = call i32 @exit(i32 noundef %10) #3
unreachable
12: ; preds = %1
ret void
}
declare i32 @close(i32 noundef) #1
declare i32 @perror(ptr noundef) #1
; Function Attrs: noreturn
declare i32 @exit(i32 noundef) #2
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #2 = { noreturn "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #3 = { noreturn }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmpm9tps8an.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@.str = private unnamed_addr constant [12 x i8] c"Close error\00", align 1
@EXIT_FAILURE = dso_local global i32 0, align 4
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local void @Close(i32 noundef %0) #0 {
%2 = alloca i32, align 4
%3 = alloca i32, align 4
store i32 %0, ptr %2, align 4
%4 = load i32, ptr %2, align 4
%5 = call i32 @close(i32 noundef %4)
store i32 %5, ptr %3, align 4
%6 = load i32, ptr %3, align 4
%7 = icmp slt i32 %6, 0
br i1 %7, label %8, label %12
8: ; preds = %1
%9 = call i32 @perror(ptr noundef @.str)
%10 = load i32, ptr @EXIT_FAILURE, align 4
%11 = call i32 @exit(i32 noundef %10) #3
unreachable
12: ; preds = %1
ret void
}
declare i32 @close(i32 noundef) #1
declare i32 @perror(ptr noundef) #1
; Function Attrs: noreturn
declare i32 @exit(i32 noundef) #2
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #2 = { noreturn "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #3 = { noreturn }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
|
; ModuleID = '/tmp/tmpj644pw6s.c'
source_filename = "/tmp/tmpj644pw6s.c"
target datalayout = "e-m:e-p270: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 [76 x i8] c"ALERT: The process has asked for system reboot with cmd '%s' - terminating\0A\00", align 1
@ENOTSUP = dso_local global i64 0, align 8
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i64 @sys_reboot(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 ptr, ptr %4, align 8
%6 = call i32 @__simple_printf(ptr noundef @.str, ptr noundef %5)
%7 = call i32 @sys_exit(i32 noundef 1)
%8 = load i64, ptr @ENOTSUP, align 8
%9 = sub nsw i64 0, %8
ret i64 %9
}
declare i32 @__simple_printf(ptr noundef, ptr noundef) #1
declare i32 @sys_exit(i32 noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"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/tmpj644pw6s.c"
target datalayout = "e-m:e-p270: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 [76 x i8] c"ALERT: The process has asked for system reboot with cmd '%s' - terminating\0A\00", align 1
@ENOTSUP = dso_local global i64 0, align 8
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i64 @sys_reboot(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 ptr, ptr %4, align 8
%6 = call i32 @__simple_printf(ptr noundef @.str, ptr noundef %5)
%7 = call i32 @sys_exit(i32 noundef 1)
%8 = load i64, ptr @ENOTSUP, align 8
%9 = sub nsw i64 0, %8
ret i64 %9
}
declare i32 @__simple_printf(ptr noundef, ptr noundef) #1
declare i32 @sys_exit(i32 noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"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/tmpgl3e1sdw.c'
source_filename = "/tmp/tmpgl3e1sdw.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@EPERM = dso_local global i32 0, align 4
@.str = private unnamed_addr constant [159 x i8] c"pthread_cond_wait(cond=%p, mutex=%p): you called pthread_cond_wait on a mutex that you do not currently hold. Please fix this serious error in your program.\0A\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @pthread_cond_wait(ptr noalias noundef %0, ptr noalias noundef %1) #0 {
%3 = alloca i32, align 4
%4 = alloca ptr, align 8
%5 = alloca ptr, align 8
%6 = alloca ptr, align 8
%7 = alloca i32, align 4
store ptr %0, ptr %4, align 8
store ptr %1, ptr %5, align 8
store ptr null, ptr %6, align 8
%8 = load ptr, ptr %5, align 8
%9 = call i32 @lksmith_check_locked(ptr noundef %8)
store i32 %9, ptr %7, align 4
%10 = load i32, ptr %7, align 4
%11 = icmp sgt i32 %10, 0
br i1 %11, label %12, label %14
12: ; preds = %2
%13 = load i32, ptr %7, align 4
store i32 %13, ptr %3, align 4
br label %39
14: ; preds = %2
%15 = load i32, ptr %7, align 4
%16 = icmp eq i32 %15, -1
br i1 %16, label %17, label %23
17: ; preds = %14
%18 = load i32, ptr @EPERM, align 4
%19 = load ptr, ptr %4, align 8
%20 = load ptr, ptr %5, align 8
%21 = call i32 @lksmith_error(i32 noundef %18, ptr noundef @.str, ptr noundef %19, ptr noundef %20)
%22 = load i32, ptr @EPERM, align 4
store i32 %22, ptr %3, align 4
br label %39
23: ; preds = %14
br label %24
24: ; preds = %23
%25 = load ptr, ptr %4, align 8
%26 = load ptr, ptr %5, align 8
%27 = call i32 @lksmith_cond_prewait(ptr noundef %25, ptr noundef %26, ptr noundef %6)
store i32 %27, ptr %7, align 4
%28 = load i32, ptr %7, align 4
%29 = icmp ne i32 %28, 0
br i1 %29, label %30, label %32
30: ; preds = %24
%31 = load i32, ptr %7, align 4
store i32 %31, ptr %3, align 4
br label %39
32: ; preds = %24
%33 = load ptr, ptr %4, align 8
%34 = load ptr, ptr %5, align 8
%35 = call i32 @r_pthread_cond_wait(ptr noundef %33, ptr noundef %34)
store i32 %35, ptr %7, align 4
%36 = load ptr, ptr %6, align 8
%37 = call i32 @lksmith_cond_postwait(ptr noundef %36)
%38 = load i32, ptr %7, align 4
store i32 %38, ptr %3, align 4
br label %39
39: ; preds = %32, %30, %17, %12
%40 = load i32, ptr %3, align 4
ret i32 %40
}
declare i32 @lksmith_check_locked(ptr noundef) #1
declare i32 @lksmith_error(i32 noundef, ptr noundef, ptr noundef, ptr noundef) #1
declare i32 @lksmith_cond_prewait(ptr noundef, ptr noundef, ptr noundef) #1
declare i32 @r_pthread_cond_wait(ptr noundef, ptr noundef) #1
declare i32 @lksmith_cond_postwait(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/tmpgl3e1sdw.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@EPERM = dso_local global i32 0, align 4
@.str = private unnamed_addr constant [159 x i8] c"pthread_cond_wait(cond=%p, mutex=%p): you called pthread_cond_wait on a mutex that you do not currently hold. Please fix this serious error in your program.\0A\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @pthread_cond_wait(ptr noalias noundef %0, ptr noalias noundef %1) #0 {
%3 = alloca i32, align 4
%4 = alloca ptr, align 8
%5 = alloca ptr, align 8
%6 = alloca ptr, align 8
%7 = alloca i32, align 4
store ptr %0, ptr %4, align 8
store ptr %1, ptr %5, align 8
store ptr null, ptr %6, align 8
%8 = load ptr, ptr %5, align 8
%9 = call i32 @lksmith_check_locked(ptr noundef %8)
store i32 %9, ptr %7, align 4
%10 = load i32, ptr %7, align 4
%11 = icmp sgt i32 %10, 0
br i1 %11, label %12, label %14
12: ; preds = %2
%13 = load i32, ptr %7, align 4
store i32 %13, ptr %3, align 4
br label %39
14: ; preds = %2
%15 = load i32, ptr %7, align 4
%16 = icmp eq i32 %15, -1
br i1 %16, label %17, label %23
17: ; preds = %14
%18 = load i32, ptr @EPERM, align 4
%19 = load ptr, ptr %4, align 8
%20 = load ptr, ptr %5, align 8
%21 = call i32 @lksmith_error(i32 noundef %18, ptr noundef @.str, ptr noundef %19, ptr noundef %20)
%22 = load i32, ptr @EPERM, align 4
store i32 %22, ptr %3, align 4
br label %39
23: ; preds = %14
br label %24
24: ; preds = %23
%25 = load ptr, ptr %4, align 8
%26 = load ptr, ptr %5, align 8
%27 = call i32 @lksmith_cond_prewait(ptr noundef %25, ptr noundef %26, ptr noundef %6)
store i32 %27, ptr %7, align 4
%28 = load i32, ptr %7, align 4
%29 = icmp ne i32 %28, 0
br i1 %29, label %30, label %32
30: ; preds = %24
%31 = load i32, ptr %7, align 4
store i32 %31, ptr %3, align 4
br label %39
32: ; preds = %24
%33 = load ptr, ptr %4, align 8
%34 = load ptr, ptr %5, align 8
%35 = call i32 @r_pthread_cond_wait(ptr noundef %33, ptr noundef %34)
store i32 %35, ptr %7, align 4
%36 = load ptr, ptr %6, align 8
%37 = call i32 @lksmith_cond_postwait(ptr noundef %36)
%38 = load i32, ptr %7, align 4
store i32 %38, ptr %3, align 4
br label %39
39: ; preds = %32, %30, %17, %12
%40 = load i32, ptr %3, align 4
ret i32 %40
}
declare i32 @lksmith_check_locked(ptr noundef) #1
declare i32 @lksmith_error(i32 noundef, ptr noundef, ptr noundef, ptr noundef) #1
declare i32 @lksmith_cond_prewait(ptr noundef, ptr noundef, ptr noundef) #1
declare i32 @r_pthread_cond_wait(ptr noundef, ptr noundef) #1
declare i32 @lksmith_cond_postwait(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/tmp5jnvf2mr.c'
source_filename = "/tmp/tmp5jnvf2mr.c"
target datalayout = "e-m:e-p270: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 @recover_hi(i32 noundef %0) #0 {
%2 = alloca i32, align 4
%3 = alloca i32, align 4
%4 = alloca i32, align 4
%5 = alloca i32, align 4
%6 = alloca i32, align 4
%7 = alloca i32, align 4
%8 = alloca i32, align 4
%9 = alloca i32, align 4
store i32 %0, ptr %2, align 4
store i32 0, ptr %3, align 4
store i32 62, ptr %4, align 4
br label %10
10: ; preds = %137, %1
%11 = load i32, ptr %4, align 4
%12 = icmp sge i32 %11, 32
br i1 %12, label %13, label %140
13: ; preds = %10
%14 = call i32 (...) @arc4random()
%15 = shl i32 %14, 32
%16 = call i32 (...) @arc4random()
%17 = xor i32 %15, %16
store i32 %17, ptr %5, align 4
%18 = call i32 (...) @arc4random()
%19 = shl i32 %18, 32
%20 = call i32 (...) @arc4random()
%21 = xor i32 %19, %20
store i32 %21, ptr %6, align 4
%22 = call i32 (...) @arc4random()
%23 = shl i32 %22, 32
%24 = sext i32 %23 to i64
%25 = xor i64 %24, 2147483648
%26 = trunc i64 %25 to i32
store i32 %26, ptr %9, align 4
%27 = load i32, ptr %2, align 4
%28 = load i32, ptr %9, align 4
%29 = load i32, ptr %5, align 4
%30 = load i32, ptr %6, align 4
%31 = call i32 @potr_1(i32 noundef %27, i32 noundef %28, i32 noundef %29, i32 noundef %30)
store i32 %31, ptr %7, align 4
%32 = load i32, ptr %2, align 4
%33 = sext i32 %32 to i64
%34 = load i32, ptr %4, align 4
%35 = zext i32 %34 to i64
%36 = shl i64 1, %35
%37 = add i64 %33, %36
%38 = trunc i64 %37 to i32
%39 = load i32, ptr %9, align 4
%40 = sext i32 %39 to i64
%41 = load i32, ptr %4, align 4
%42 = zext i32 %41 to i64
%43 = shl i64 1, %42
%44 = xor i64 %40, %43
%45 = trunc i64 %44 to i32
%46 = load i32, ptr %5, align 4
%47 = sext i32 %46 to i64
%48 = load i32, ptr %4, align 4
%49 = zext i32 %48 to i64
%50 = shl i64 1, %49
%51 = xor i64 %47, %50
%52 = load i32, ptr %4, align 4
%53 = zext i32 %52 to i64
%54 = shl i64 1, %53
%55 = and i64 %54, -9223372036854775808
%56 = icmp ne i64 %55, 0
br i1 %56, label %57, label %63
57: ; preds = %13
%58 = load i32, ptr %4, align 4
%59 = zext i32 %58 to i64
%60 = shl i64 1, %59
%61 = shl i64 %60, 1
%62 = xor i64 %61, 27
br label %68
63: ; preds = %13
%64 = load i32, ptr %4, align 4
%65 = zext i32 %64 to i64
%66 = shl i64 1, %65
%67 = shl i64 %66, 1
br label %68
68: ; preds = %63, %57
%69 = phi i64 [ %62, %57 ], [ %67, %63 ]
%70 = and i64 %69, -9223372036854775808
%71 = icmp ne i64 %70, 0
br i1 %71, label %72, label %93
72: ; preds = %68
%73 = load i32, ptr %4, align 4
%74 = zext i32 %73 to i64
%75 = shl i64 1, %74
%76 = and i64 %75, -9223372036854775808
%77 = icmp ne i64 %76, 0
br i1 %77, label %78, label %84
78: ; preds = %72
%79 = load i32, ptr %4, align 4
%80 = zext i32 %79 to i64
%81 = shl i64 1, %80
%82 = shl i64 %81, 1
%83 = xor i64 %82, 27
br label %89
84: ; preds = %72
%85 = load i32, ptr %4, align 4
%86 = zext i32 %85 to i64
%87 = shl i64 1, %86
%88 = shl i64 %87, 1
br label %89
89: ; preds = %84, %78
%90 = phi i64 [ %83, %78 ], [ %88, %84 ]
%91 = shl i64 %90, 1
%92 = xor i64 %91, 27
br label %113
93: ; preds = %68
%94 = load i32, ptr %4, align 4
%95 = zext i32 %94 to i64
%96 = shl i64 1, %95
%97 = and i64 %96, -9223372036854775808
%98 = icmp ne i64 %97, 0
br i1 %98, label %99, label %105
99: ; preds = %93
%100 = load i32, ptr %4, align 4
%101 = zext i32 %100 to i64
%102 = shl i64 1, %101
%103 = shl i64 %102, 1
%104 = xor i64 %103, 27
br label %110
105: ; preds = %93
%106 = load i32, ptr %4, align 4
%107 = zext i32 %106 to i64
%108 = shl i64 1, %107
%109 = shl i64 %108, 1
br label %110
110: ; preds = %105, %99
%111 = phi i64 [ %104, %99 ], [ %109, %105 ]
%112 = shl i64 %111, 1
br label %113
113: ; preds = %110, %89
%114 = phi i64 [ %92, %89 ], [ %112, %110 ]
%115 = xor i64 %51, %114
%116 = trunc i64 %115 to i32
%117 = load i32, ptr %6, align 4
%118 = call i32 @potr_1(i32 noundef %38, i32 noundef %45, i32 noundef %116, i32 noundef %117)
store i32 %118, ptr %8, align 4
%119 = load i32, ptr %7, align 4
%120 = sext i32 %119 to i64
%121 = load i32, ptr %8, align 4
%122 = sext i32 %121 to i64
%123 = load i32, ptr %4, align 4
%124 = zext i32 %123 to i64
%125 = shl i64 1, %124
%126 = xor i64 %122, %125
%127 = icmp ne i64 %120, %126
br i1 %127, label %128, label %136
128: ; preds = %113
%129 = load i32, ptr %4, align 4
%130 = zext i32 %129 to i64
%131 = shl i64 1, %130
%132 = load i32, ptr %3, align 4
%133 = sext i32 %132 to i64
%134 = or i64 %133, %131
%135 = trunc i64 %134 to i32
store i32 %135, ptr %3, align 4
br label %136
136: ; preds = %128, %113
br label %137
137: ; preds = %136
%138 = load i32, ptr %4, align 4
%139 = add nsw i32 %138, -1
store i32 %139, ptr %4, align 4
br label %10, !llvm.loop !6
140: ; preds = %10
%141 = load i32, ptr %3, align 4
ret i32 %141
}
declare i32 @arc4random(...) #1
declare i32 @potr_1(i32 noundef, i32 noundef, i32 noundef, i32 noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
!6 = distinct !{!6, !7}
!7 = !{!"llvm.loop.mustprogress"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmp5jnvf2mr.c"
target datalayout = "e-m:e-p270: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 @recover_hi(i32 noundef %0) #0 {
%2 = alloca i32, align 4
%3 = alloca i32, align 4
%4 = alloca i32, align 4
%5 = alloca i32, align 4
%6 = alloca i32, align 4
%7 = alloca i32, align 4
%8 = alloca i32, align 4
%9 = alloca i32, align 4
store i32 %0, ptr %2, align 4
store i32 0, ptr %3, align 4
store i32 62, ptr %4, align 4
%10 = load i32, ptr %4, align 4
%11 = icmp sge i32 %10, 32
br i1 %11, label %.lr.ph, label %141
.lr.ph: ; preds = %1
br label %12
12: ; preds = %.lr.ph, %136
%13 = call i32 (...) @arc4random()
%14 = shl i32 %13, 32
%15 = call i32 (...) @arc4random()
%16 = xor i32 %14, %15
store i32 %16, ptr %5, align 4
%17 = call i32 (...) @arc4random()
%18 = shl i32 %17, 32
%19 = call i32 (...) @arc4random()
%20 = xor i32 %18, %19
store i32 %20, ptr %6, align 4
%21 = call i32 (...) @arc4random()
%22 = shl i32 %21, 32
%23 = sext i32 %22 to i64
%24 = xor i64 %23, 2147483648
%25 = trunc i64 %24 to i32
store i32 %25, ptr %9, align 4
%26 = load i32, ptr %2, align 4
%27 = load i32, ptr %9, align 4
%28 = load i32, ptr %5, align 4
%29 = load i32, ptr %6, align 4
%30 = call i32 @potr_1(i32 noundef %26, i32 noundef %27, i32 noundef %28, i32 noundef %29)
store i32 %30, ptr %7, align 4
%31 = load i32, ptr %2, align 4
%32 = sext i32 %31 to i64
%33 = load i32, ptr %4, align 4
%34 = zext i32 %33 to i64
%35 = shl i64 1, %34
%36 = add i64 %32, %35
%37 = trunc i64 %36 to i32
%38 = load i32, ptr %9, align 4
%39 = sext i32 %38 to i64
%40 = load i32, ptr %4, align 4
%41 = zext i32 %40 to i64
%42 = shl i64 1, %41
%43 = xor i64 %39, %42
%44 = trunc i64 %43 to i32
%45 = load i32, ptr %5, align 4
%46 = sext i32 %45 to i64
%47 = load i32, ptr %4, align 4
%48 = zext i32 %47 to i64
%49 = shl i64 1, %48
%50 = xor i64 %46, %49
%51 = load i32, ptr %4, align 4
%52 = zext i32 %51 to i64
%53 = shl i64 1, %52
%54 = and i64 %53, -9223372036854775808
%55 = icmp ne i64 %54, 0
br i1 %55, label %56, label %62
56: ; preds = %12
%57 = load i32, ptr %4, align 4
%58 = zext i32 %57 to i64
%59 = shl i64 1, %58
%60 = shl i64 %59, 1
%61 = xor i64 %60, 27
br label %67
62: ; preds = %12
%63 = load i32, ptr %4, align 4
%64 = zext i32 %63 to i64
%65 = shl i64 1, %64
%66 = shl i64 %65, 1
br label %67
67: ; preds = %62, %56
%68 = phi i64 [ %61, %56 ], [ %66, %62 ]
%69 = and i64 %68, -9223372036854775808
%70 = icmp ne i64 %69, 0
br i1 %70, label %71, label %92
71: ; preds = %67
%72 = load i32, ptr %4, align 4
%73 = zext i32 %72 to i64
%74 = shl i64 1, %73
%75 = and i64 %74, -9223372036854775808
%76 = icmp ne i64 %75, 0
br i1 %76, label %77, label %83
77: ; preds = %71
%78 = load i32, ptr %4, align 4
%79 = zext i32 %78 to i64
%80 = shl i64 1, %79
%81 = shl i64 %80, 1
%82 = xor i64 %81, 27
br label %88
83: ; preds = %71
%84 = load i32, ptr %4, align 4
%85 = zext i32 %84 to i64
%86 = shl i64 1, %85
%87 = shl i64 %86, 1
br label %88
88: ; preds = %83, %77
%89 = phi i64 [ %82, %77 ], [ %87, %83 ]
%90 = shl i64 %89, 1
%91 = xor i64 %90, 27
br label %112
92: ; preds = %67
%93 = load i32, ptr %4, align 4
%94 = zext i32 %93 to i64
%95 = shl i64 1, %94
%96 = and i64 %95, -9223372036854775808
%97 = icmp ne i64 %96, 0
br i1 %97, label %98, label %104
98: ; preds = %92
%99 = load i32, ptr %4, align 4
%100 = zext i32 %99 to i64
%101 = shl i64 1, %100
%102 = shl i64 %101, 1
%103 = xor i64 %102, 27
br label %109
104: ; preds = %92
%105 = load i32, ptr %4, align 4
%106 = zext i32 %105 to i64
%107 = shl i64 1, %106
%108 = shl i64 %107, 1
br label %109
109: ; preds = %104, %98
%110 = phi i64 [ %103, %98 ], [ %108, %104 ]
%111 = shl i64 %110, 1
br label %112
112: ; preds = %109, %88
%113 = phi i64 [ %91, %88 ], [ %111, %109 ]
%114 = xor i64 %50, %113
%115 = trunc i64 %114 to i32
%116 = load i32, ptr %6, align 4
%117 = call i32 @potr_1(i32 noundef %37, i32 noundef %44, i32 noundef %115, i32 noundef %116)
store i32 %117, ptr %8, align 4
%118 = load i32, ptr %7, align 4
%119 = sext i32 %118 to i64
%120 = load i32, ptr %8, align 4
%121 = sext i32 %120 to i64
%122 = load i32, ptr %4, align 4
%123 = zext i32 %122 to i64
%124 = shl i64 1, %123
%125 = xor i64 %121, %124
%126 = icmp ne i64 %119, %125
br i1 %126, label %127, label %135
127: ; preds = %112
%128 = load i32, ptr %4, align 4
%129 = zext i32 %128 to i64
%130 = shl i64 1, %129
%131 = load i32, ptr %3, align 4
%132 = sext i32 %131 to i64
%133 = or i64 %132, %130
%134 = trunc i64 %133 to i32
store i32 %134, ptr %3, align 4
br label %135
135: ; preds = %127, %112
br label %136
136: ; preds = %135
%137 = load i32, ptr %4, align 4
%138 = add nsw i32 %137, -1
store i32 %138, ptr %4, align 4
%139 = load i32, ptr %4, align 4
%140 = icmp sge i32 %139, 32
br i1 %140, label %12, label %._crit_edge, !llvm.loop !6
._crit_edge: ; preds = %136
br label %141
141: ; preds = %._crit_edge, %1
%142 = load i32, ptr %3, align 4
ret i32 %142
}
declare i32 @arc4random(...) #1
declare i32 @potr_1(i32 noundef, i32 noundef, i32 noundef, i32 noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
!6 = distinct !{!6, !7}
!7 = !{!"llvm.loop.mustprogress"}
|
; ModuleID = '/tmp/tmp3il58w2c.c'
source_filename = "/tmp/tmp3il58w2c.c"
target datalayout = "e-m:e-p270: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/tmp3il58w2c.c"
target datalayout = "e-m:e-p270: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/tmp6itb_gg5.c'
source_filename = "/tmp/tmp6itb_gg5.c"
target datalayout = "e-m:e-p270: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 @ReturnNullString() #0 {
ret ptr null
}
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmp6itb_gg5.c"
target datalayout = "e-m:e-p270: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 @ReturnNullString() #0 {
ret ptr null
}
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
|
; ModuleID = '/tmp/tmph1cyrbvr.c'
source_filename = "/tmp/tmph1cyrbvr.c"
target datalayout = "e-m:e-p270: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"in\00", align 1
@.str.1 = private unnamed_addr constant [34 x i8] c"-i/--in switch needs an argument\0A\00", align 1
@.str.2 = private unnamed_addr constant [19 x i8] c"Invalid switch %s\0A\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @parse_switches(i32 noundef %0, ptr noundef %1) #0 {
%3 = alloca i32, align 4
%4 = alloca i32, align 4
%5 = alloca ptr, align 8
%6 = alloca ptr, align 8
%7 = alloca i32, align 4
%8 = alloca ptr, align 8
store i32 %0, ptr %4, align 4
store ptr %1, ptr %5, align 8
store ptr null, ptr %6, align 8
store i32 1, ptr %7, align 4
br label %9
9: ; preds = %67, %2
%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 %70
13: ; preds = %9
%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
store ptr %18, ptr %8, align 8
%19 = load ptr, ptr %8, align 8
%20 = getelementptr inbounds i8, ptr %19, i64 0
%21 = load i8, ptr %20, align 1
%22 = sext i8 %21 to i32
%23 = icmp eq i32 %22, 45
br i1 %23, label %24, label %61
24: ; preds = %13
%25 = load ptr, ptr %8, align 8
%26 = getelementptr inbounds i8, ptr %25, i64 1
%27 = load i8, ptr %26, align 1
%28 = sext i8 %27 to i32
%29 = icmp eq i32 %28, 45
br i1 %29, label %30, label %37
30: ; preds = %24
%31 = load ptr, ptr %8, align 8
%32 = getelementptr inbounds i8, ptr %31, i64 2
%33 = call i64 @strcmp(ptr noundef %32, ptr noundef @.str)
%34 = icmp eq i64 %33, 0
br i1 %34, label %35, label %36
35: ; preds = %30
br label %43
36: ; preds = %30
br label %62
37: ; preds = %24
%38 = load ptr, ptr %8, align 8
%39 = getelementptr inbounds i8, ptr %38, i64 1
%40 = load i8, ptr %39, align 1
%41 = sext i8 %40 to i32
switch i32 %41, label %58 [
i32 105, label %42
]
42: ; preds = %37
br label %43
43: ; preds = %42, %35
%44 = load i32, ptr %7, align 4
%45 = add nsw i32 %44, 1
%46 = load i32, ptr %4, align 4
%47 = icmp sge i32 %45, %46
br i1 %47, label %48, label %50
48: ; preds = %43
%49 = call i32 (ptr, ...) @printf(ptr noundef @.str.1)
store i32 -1, ptr %3, align 4
br label %82
50: ; preds = %43
%51 = load i32, ptr %7, align 4
%52 = add nsw i32 %51, 1
store i32 %52, ptr %7, align 4
%53 = load ptr, ptr %5, align 8
%54 = load i32, ptr %7, align 4
%55 = sext i32 %54 to i64
%56 = getelementptr inbounds ptr, ptr %53, i64 %55
%57 = load ptr, ptr %56, align 8
store ptr %57, ptr %6, align 8
br label %59
58: ; preds = %37
br label %62
59: ; preds = %50
br label %60
60: ; preds = %59
br label %66
61: ; preds = %13
br label %62
62: ; preds = %61, %58, %36
%63 = load ptr, ptr %8, align 8
%64 = call i32 (ptr, ...) @printf(ptr noundef @.str.2, ptr noundef %63)
%65 = call i32 @exit(i32 noundef -1) #3
unreachable
66: ; preds = %60
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
br label %9, !llvm.loop !6
70: ; preds = %9
%71 = load ptr, ptr %6, align 8
%72 = icmp eq ptr %71, null
br i1 %72, label %73, label %75
73: ; preds = %70
%74 = call i32 (...) @input_set_interactive()
br label %81
75: ; preds = %70
%76 = load ptr, ptr %6, align 8
%77 = call i32 @input_set_file(ptr noundef %76)
%78 = icmp eq i32 %77, 0
br i1 %78, label %79, label %80
79: ; preds = %75
store i32 -1, ptr %3, align 4
br label %82
80: ; preds = %75
br label %81
81: ; preds = %80, %73
store i32 0, ptr %3, align 4
br label %82
82: ; preds = %81, %79, %48
%83 = load i32, ptr %3, align 4
ret i32 %83
}
declare i64 @strcmp(ptr noundef, ptr noundef) #1
declare i32 @printf(ptr noundef, ...) #1
; Function Attrs: noreturn
declare i32 @exit(i32 noundef) #2
declare i32 @input_set_interactive(...) #1
declare i32 @input_set_file(ptr noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
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/tmph1cyrbvr.c"
target datalayout = "e-m:e-p270: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"in\00", align 1
@.str.1 = private unnamed_addr constant [34 x i8] c"-i/--in switch needs an argument\0A\00", align 1
@.str.2 = private unnamed_addr constant [19 x i8] c"Invalid switch %s\0A\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @parse_switches(i32 noundef %0, ptr noundef %1) #0 {
%3 = alloca i32, align 4
%4 = alloca i32, align 4
%5 = alloca ptr, align 8
%6 = alloca ptr, align 8
%7 = alloca i32, align 4
%8 = alloca ptr, align 8
store i32 %0, ptr %4, align 4
store ptr %1, ptr %5, align 8
store ptr null, ptr %6, align 8
store i32 1, 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 %72
.lr.ph: ; preds = %2
br label %12
12: ; preds = %.lr.ph, %66
%13 = load ptr, ptr %5, align 8
%14 = load i32, ptr %7, align 4
%15 = sext i32 %14 to i64
%16 = getelementptr inbounds ptr, ptr %13, i64 %15
%17 = load ptr, ptr %16, align 8
store ptr %17, ptr %8, align 8
%18 = load ptr, ptr %8, align 8
%19 = getelementptr inbounds i8, ptr %18, i64 0
%20 = load i8, ptr %19, align 1
%21 = sext i8 %20 to i32
%22 = icmp eq i32 %21, 45
br i1 %22, label %23, label %60
23: ; preds = %12
%24 = load ptr, ptr %8, align 8
%25 = getelementptr inbounds i8, ptr %24, i64 1
%26 = load i8, ptr %25, align 1
%27 = sext i8 %26 to i32
%28 = icmp eq i32 %27, 45
br i1 %28, label %29, label %36
29: ; preds = %23
%30 = load ptr, ptr %8, align 8
%31 = getelementptr inbounds i8, ptr %30, i64 2
%32 = call i64 @strcmp(ptr noundef %31, ptr noundef @.str)
%33 = icmp eq i64 %32, 0
br i1 %33, label %34, label %35
34: ; preds = %29
br label %42
35: ; preds = %29
br label %61
36: ; preds = %23
%37 = load ptr, ptr %8, align 8
%38 = getelementptr inbounds i8, ptr %37, i64 1
%39 = load i8, ptr %38, align 1
%40 = sext i8 %39 to i32
switch i32 %40, label %57 [
i32 105, label %41
]
41: ; preds = %36
br label %42
42: ; preds = %41, %34
%43 = load i32, ptr %7, align 4
%44 = add nsw i32 %43, 1
%45 = load i32, ptr %4, align 4
%46 = icmp sge i32 %44, %45
br i1 %46, label %47, label %49
47: ; preds = %42
%48 = call i32 (ptr, ...) @printf(ptr noundef @.str.1)
store i32 -1, ptr %3, align 4
br label %84
49: ; preds = %42
%50 = load i32, ptr %7, align 4
%51 = add nsw i32 %50, 1
store i32 %51, ptr %7, align 4
%52 = load ptr, ptr %5, align 8
%53 = load i32, ptr %7, align 4
%54 = sext i32 %53 to i64
%55 = getelementptr inbounds ptr, ptr %52, i64 %54
%56 = load ptr, ptr %55, align 8
store ptr %56, ptr %6, align 8
br label %58
57: ; preds = %36
br label %61
58: ; preds = %49
br label %59
59: ; preds = %58
br label %65
60: ; preds = %12
br label %61
61: ; preds = %60, %57, %35
%62 = load ptr, ptr %8, align 8
%63 = call i32 (ptr, ...) @printf(ptr noundef @.str.2, ptr noundef %62)
%64 = call i32 @exit(i32 noundef -1) #3
unreachable
65: ; preds = %59
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
%69 = load i32, ptr %7, align 4
%70 = load i32, ptr %4, align 4
%71 = icmp slt i32 %69, %70
br i1 %71, label %12, label %._crit_edge, !llvm.loop !6
._crit_edge: ; preds = %66
br label %72
72: ; preds = %._crit_edge, %2
%73 = load ptr, ptr %6, align 8
%74 = icmp eq ptr %73, null
br i1 %74, label %75, label %77
75: ; preds = %72
%76 = call i32 (...) @input_set_interactive()
br label %83
77: ; preds = %72
%78 = load ptr, ptr %6, align 8
%79 = call i32 @input_set_file(ptr noundef %78)
%80 = icmp eq i32 %79, 0
br i1 %80, label %81, label %82
81: ; preds = %77
store i32 -1, ptr %3, align 4
br label %84
82: ; preds = %77
br label %83
83: ; preds = %82, %75
store i32 0, ptr %3, align 4
br label %84
84: ; preds = %83, %81, %47
%85 = load i32, ptr %3, align 4
ret i32 %85
}
declare i64 @strcmp(ptr noundef, ptr noundef) #1
declare i32 @printf(ptr noundef, ...) #1
; Function Attrs: noreturn
declare i32 @exit(i32 noundef) #2
declare i32 @input_set_interactive(...) #1
declare i32 @input_set_file(ptr noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
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/tmp3975t4_g.c'
source_filename = "/tmp/tmp3975t4_g.c"
target datalayout = "e-m:e-p270: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 \00", align 1
@.str.1 = private unnamed_addr constant [2 x i8] c"\0A\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local void @print_arr(ptr noundef %0, i32 noundef %1) #0 {
%3 = alloca ptr, align 8
%4 = alloca i32, align 4
%5 = alloca i32, align 4
store ptr %0, ptr %3, align 8
store i32 %1, ptr %4, align 4
store i32 0, ptr %5, align 4
br label %6
6: ; preds = %17, %2
%7 = load i32, ptr %5, align 4
%8 = load i32, ptr %4, align 4
%9 = icmp slt i32 %7, %8
br i1 %9, label %10, label %20
10: ; preds = %6
%11 = load ptr, ptr %3, align 8
%12 = load i32, ptr %5, align 4
%13 = sext i32 %12 to i64
%14 = getelementptr inbounds i32, ptr %11, i64 %13
%15 = load i32, ptr %14, align 4
%16 = call i32 (ptr, ...) @printf(ptr noundef @.str, i32 noundef %15)
br label %17
17: ; preds = %10
%18 = load i32, ptr %5, align 4
%19 = add nsw i32 %18, 1
store i32 %19, ptr %5, align 4
br label %6, !llvm.loop !6
20: ; preds = %6
%21 = call i32 (ptr, ...) @printf(ptr noundef @.str.1)
ret void
}
declare i32 @printf(ptr noundef, ...) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
!6 = distinct !{!6, !7}
!7 = !{!"llvm.loop.mustprogress"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmp3975t4_g.c"
target datalayout = "e-m:e-p270: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 \00", align 1
@.str.1 = private unnamed_addr constant [2 x i8] c"\0A\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local void @print_arr(ptr noundef %0, i32 noundef %1) #0 {
%3 = alloca ptr, align 8
%4 = alloca i32, align 4
%5 = alloca i32, align 4
store ptr %0, ptr %3, align 8
store i32 %1, ptr %4, align 4
store i32 0, ptr %5, align 4
%6 = load i32, ptr %5, align 4
%7 = load i32, ptr %4, align 4
%8 = icmp slt i32 %6, %7
br i1 %8, label %.lr.ph, label %22
.lr.ph: ; preds = %2
br label %9
9: ; preds = %.lr.ph, %16
%10 = load ptr, ptr %3, align 8
%11 = load i32, ptr %5, align 4
%12 = sext i32 %11 to i64
%13 = getelementptr inbounds i32, ptr %10, i64 %12
%14 = load i32, ptr %13, align 4
%15 = call i32 (ptr, ...) @printf(ptr noundef @.str, i32 noundef %14)
br label %16
16: ; preds = %9
%17 = load i32, ptr %5, align 4
%18 = add nsw i32 %17, 1
store i32 %18, ptr %5, align 4
%19 = load i32, ptr %5, align 4
%20 = load i32, ptr %4, align 4
%21 = icmp slt i32 %19, %20
br i1 %21, label %9, label %._crit_edge, !llvm.loop !6
._crit_edge: ; preds = %16
br label %22
22: ; preds = %._crit_edge, %2
%23 = call i32 (ptr, ...) @printf(ptr noundef @.str.1)
ret void
}
declare i32 @printf(ptr noundef, ...) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
!6 = distinct !{!6, !7}
!7 = !{!"llvm.loop.mustprogress"}
|
; ModuleID = '/tmp/tmpfh3au1wp.c'
source_filename = "/tmp/tmpfh3au1wp.c"
target datalayout = "e-m:e-p270: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 @matrix4x4_mult_vect(ptr noundef %0, ptr noundef %1, ptr noundef %2) #0 {
%4 = alloca ptr, align 8
%5 = alloca ptr, align 8
%6 = alloca ptr, align 8
%7 = alloca i32, align 4
%8 = alloca i32, align 4
%9 = alloca i32, align 4
%10 = alloca i32, align 4
%11 = alloca i32, align 4
store ptr %0, ptr %4, align 8
store ptr %1, ptr %5, align 8
store ptr %2, ptr %6, align 8
store i32 0, ptr %10, align 4
br label %12
12: ; preds = %60, %3
%13 = load i32, ptr %10, align 4
%14 = icmp slt i32 %13, 16
br i1 %14, label %15, label %63
15: ; preds = %12
%16 = load ptr, ptr %6, align 8
%17 = call i32 @_mm_load_ps(ptr noundef %16)
store i32 %17, ptr %8, align 4
%18 = load ptr, ptr %5, align 8
%19 = load i32, ptr %10, align 4
%20 = sext i32 %19 to i64
%21 = getelementptr inbounds float, ptr %18, i64 %20
%22 = load float, ptr %21, align 4
%23 = call i32 @_mm_set1_ps(float noundef %22)
store i32 %23, ptr %7, align 4
%24 = load i32, ptr %7, align 4
%25 = load i32, ptr %8, align 4
%26 = call i32 @_mm_mul_ps(i32 noundef %24, i32 noundef %25)
store i32 %26, ptr %9, align 4
store i32 1, ptr %11, align 4
br label %27
27: ; preds = %50, %15
%28 = load i32, ptr %11, align 4
%29 = icmp slt i32 %28, 4
br i1 %29, label %30, label %53
30: ; preds = %27
%31 = load ptr, ptr %6, align 8
%32 = load i32, ptr %11, align 4
%33 = mul nsw i32 %32, 4
%34 = sext i32 %33 to i64
%35 = getelementptr inbounds float, ptr %31, i64 %34
%36 = call i32 @_mm_load_ps(ptr noundef %35)
store i32 %36, ptr %8, align 4
%37 = load ptr, ptr %5, align 8
%38 = load i32, ptr %10, align 4
%39 = load i32, ptr %11, align 4
%40 = add nsw i32 %38, %39
%41 = sext i32 %40 to i64
%42 = getelementptr inbounds float, ptr %37, i64 %41
%43 = load float, ptr %42, align 4
%44 = call i32 @_mm_set1_ps(float noundef %43)
store i32 %44, ptr %7, align 4
%45 = load i32, ptr %7, align 4
%46 = load i32, ptr %8, align 4
%47 = call i32 @_mm_mul_ps(i32 noundef %45, i32 noundef %46)
%48 = load i32, ptr %9, align 4
%49 = call i32 @_mm_add_ps(i32 noundef %47, i32 noundef %48)
store i32 %49, ptr %9, align 4
br label %50
50: ; preds = %30
%51 = load i32, ptr %11, align 4
%52 = add nsw i32 %51, 1
store i32 %52, ptr %11, align 4
br label %27, !llvm.loop !6
53: ; preds = %27
%54 = load ptr, ptr %4, align 8
%55 = load i32, ptr %10, align 4
%56 = sext i32 %55 to i64
%57 = getelementptr inbounds float, ptr %54, i64 %56
%58 = load i32, ptr %9, align 4
%59 = call i32 @_mm_store_ps(ptr noundef %57, i32 noundef %58)
br label %60
60: ; preds = %53
%61 = load i32, ptr %10, align 4
%62 = add nsw i32 %61, 4
store i32 %62, ptr %10, align 4
br label %12, !llvm.loop !8
63: ; preds = %12
ret void
}
declare i32 @_mm_load_ps(ptr noundef) #1
declare i32 @_mm_set1_ps(float noundef) #1
declare i32 @_mm_mul_ps(i32 noundef, i32 noundef) #1
declare i32 @_mm_add_ps(i32 noundef, i32 noundef) #1
declare i32 @_mm_store_ps(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}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmpfh3au1wp.c"
target datalayout = "e-m:e-p270: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 @matrix4x4_mult_vect(ptr noundef %0, ptr noundef %1, ptr noundef %2) #0 {
%4 = alloca ptr, align 8
%5 = alloca ptr, align 8
%6 = alloca ptr, align 8
%7 = alloca i32, align 4
%8 = alloca i32, align 4
%9 = alloca i32, align 4
%10 = alloca i32, align 4
%11 = alloca i32, align 4
store ptr %0, ptr %4, align 8
store ptr %1, ptr %5, align 8
store ptr %2, ptr %6, align 8
store i32 0, ptr %10, align 4
%12 = load i32, ptr %10, align 4
%13 = icmp slt i32 %12, 16
br i1 %13, label %.lr.ph2, label %65
.lr.ph2: ; preds = %3
br label %14
14: ; preds = %.lr.ph2, %60
%15 = load ptr, ptr %6, align 8
%16 = call i32 @_mm_load_ps(ptr noundef %15)
store i32 %16, ptr %8, align 4
%17 = load ptr, ptr %5, align 8
%18 = load i32, ptr %10, align 4
%19 = sext i32 %18 to i64
%20 = getelementptr inbounds float, ptr %17, i64 %19
%21 = load float, ptr %20, align 4
%22 = call i32 @_mm_set1_ps(float noundef %21)
store i32 %22, ptr %7, align 4
%23 = load i32, ptr %7, align 4
%24 = load i32, ptr %8, align 4
%25 = call i32 @_mm_mul_ps(i32 noundef %23, i32 noundef %24)
store i32 %25, ptr %9, align 4
store i32 1, ptr %11, align 4
%26 = load i32, ptr %11, align 4
%27 = icmp slt i32 %26, 4
br i1 %27, label %.lr.ph, label %53
.lr.ph: ; preds = %14
br label %28
28: ; preds = %.lr.ph, %48
%29 = load ptr, ptr %6, align 8
%30 = load i32, ptr %11, align 4
%31 = mul nsw i32 %30, 4
%32 = sext i32 %31 to i64
%33 = getelementptr inbounds float, ptr %29, i64 %32
%34 = call i32 @_mm_load_ps(ptr noundef %33)
store i32 %34, ptr %8, align 4
%35 = load ptr, ptr %5, align 8
%36 = load i32, ptr %10, align 4
%37 = load i32, ptr %11, align 4
%38 = add nsw i32 %36, %37
%39 = sext i32 %38 to i64
%40 = getelementptr inbounds float, ptr %35, i64 %39
%41 = load float, ptr %40, align 4
%42 = call i32 @_mm_set1_ps(float noundef %41)
store i32 %42, ptr %7, align 4
%43 = load i32, ptr %7, align 4
%44 = load i32, ptr %8, align 4
%45 = call i32 @_mm_mul_ps(i32 noundef %43, i32 noundef %44)
%46 = load i32, ptr %9, align 4
%47 = call i32 @_mm_add_ps(i32 noundef %45, i32 noundef %46)
store i32 %47, ptr %9, align 4
br label %48
48: ; preds = %28
%49 = load i32, ptr %11, align 4
%50 = add nsw i32 %49, 1
store i32 %50, ptr %11, align 4
%51 = load i32, ptr %11, align 4
%52 = icmp slt i32 %51, 4
br i1 %52, label %28, label %._crit_edge, !llvm.loop !6
._crit_edge: ; preds = %48
br label %53
53: ; preds = %._crit_edge, %14
%54 = load ptr, ptr %4, align 8
%55 = load i32, ptr %10, align 4
%56 = sext i32 %55 to i64
%57 = getelementptr inbounds float, ptr %54, i64 %56
%58 = load i32, ptr %9, align 4
%59 = call i32 @_mm_store_ps(ptr noundef %57, i32 noundef %58)
br label %60
60: ; preds = %53
%61 = load i32, ptr %10, align 4
%62 = add nsw i32 %61, 4
store i32 %62, ptr %10, align 4
%63 = load i32, ptr %10, align 4
%64 = icmp slt i32 %63, 16
br i1 %64, label %14, label %._crit_edge3, !llvm.loop !8
._crit_edge3: ; preds = %60
br label %65
65: ; preds = %._crit_edge3, %3
ret void
}
declare i32 @_mm_load_ps(ptr noundef) #1
declare i32 @_mm_set1_ps(float noundef) #1
declare i32 @_mm_mul_ps(i32 noundef, i32 noundef) #1
declare i32 @_mm_add_ps(i32 noundef, i32 noundef) #1
declare i32 @_mm_store_ps(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}
|
; ModuleID = '/tmp/tmpmxta5gp3.c'
source_filename = "/tmp/tmpmxta5gp3.c"
target datalayout = "e-m:e-p270: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 @ph_unknown_handle_packet(ptr noundef %0, ptr noundef %1, i32 noundef %2) #0 {
%4 = alloca ptr, align 8
%5 = alloca ptr, align 8
%6 = alloca i32, align 4
store ptr %0, ptr %4, align 8
store ptr %1, ptr %5, align 8
store i32 %2, ptr %6, 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/tmpmxta5gp3.c"
target datalayout = "e-m:e-p270: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 @ph_unknown_handle_packet(ptr noundef %0, ptr noundef %1, i32 noundef %2) #0 {
%4 = alloca ptr, align 8
%5 = alloca ptr, align 8
%6 = alloca i32, align 4
store ptr %0, ptr %4, align 8
store ptr %1, ptr %5, align 8
store i32 %2, ptr %6, 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/tmpg0a49md5.c'
source_filename = "/tmp/tmpg0a49md5.c"
target datalayout = "e-m:e-p270: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"%d%d\00", align 1
@.str.1 = private unnamed_addr constant [6 x i8] c"hiii\0A\00", align 1
@.str.2 = private unnamed_addr constant [3 x i8] c"%d\00", align 1
@.str.3 = private unnamed_addr constant [5 x i8] c"hihi\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local void @read(ptr noundef %0, ptr noundef %1, ptr noundef %2, ptr noundef %3, ptr noundef %4) #0 {
%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
store ptr %0, ptr %6, align 8
store ptr %1, ptr %7, align 8
store ptr %2, ptr %8, align 8
store ptr %3, ptr %9, align 8
store ptr %4, ptr %10, align 8
%14 = load ptr, ptr %6, align 8
%15 = call i32 @fgetc(ptr noundef %14)
%16 = load ptr, ptr %6, align 8
%17 = load ptr, ptr %9, align 8
%18 = load ptr, ptr %10, align 8
%19 = call i32 (ptr, ptr, ptr, ...) @fscanf(ptr noundef %16, ptr noundef @.str, ptr noundef %17, ptr noundef %18)
store i32 0, ptr %11, align 4
br label %20
20: ; preds = %46, %5
%21 = load i32, ptr %11, align 4
%22 = load ptr, ptr %9, align 8
%23 = load i32, ptr %22, align 4
%24 = icmp slt i32 %21, %23
br i1 %24, label %25, label %49
25: ; preds = %20
store i32 0, ptr %12, align 4
br label %26
26: ; preds = %42, %25
%27 = load i32, ptr %12, align 4
%28 = load ptr, ptr %10, align 8
%29 = load i32, ptr %28, align 4
%30 = icmp slt i32 %27, %29
br i1 %30, label %31, label %45
31: ; preds = %26
%32 = call i32 @printf(ptr noundef @.str.1)
%33 = load ptr, ptr %6, align 8
%34 = call i32 (ptr, ptr, ptr, ...) @fscanf(ptr noundef %33, ptr noundef @.str.2, ptr noundef %13)
%35 = call i32 @printf(ptr noundef @.str.3)
%36 = load ptr, ptr %7, align 8
%37 = load ptr, ptr %8, align 8
%38 = load i32, ptr %11, align 4
%39 = load i32, ptr %12, align 4
%40 = load i32, ptr %13, align 4
%41 = call i32 @insert(ptr noundef %36, ptr noundef %37, i32 noundef %38, i32 noundef %39, i32 noundef %40)
br label %42
42: ; preds = %31
%43 = load i32, ptr %12, align 4
%44 = add nsw i32 %43, 1
store i32 %44, ptr %12, align 4
br label %26, !llvm.loop !6
45: ; preds = %26
br label %46
46: ; preds = %45
%47 = load i32, ptr %11, align 4
%48 = add nsw i32 %47, 1
store i32 %48, ptr %11, align 4
br label %20, !llvm.loop !8
49: ; preds = %20
ret void
}
declare i32 @fgetc(ptr noundef) #1
declare i32 @fscanf(ptr noundef, ptr noundef, ptr noundef, ...) #1
declare i32 @printf(ptr noundef) #1
declare i32 @insert(ptr noundef, ptr noundef, i32 noundef, i32 noundef, i32 noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
!6 = distinct !{!6, !7}
!7 = !{!"llvm.loop.mustprogress"}
!8 = distinct !{!8, !7}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmpg0a49md5.c"
target datalayout = "e-m:e-p270: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"%d%d\00", align 1
@.str.1 = private unnamed_addr constant [6 x i8] c"hiii\0A\00", align 1
@.str.2 = private unnamed_addr constant [3 x i8] c"%d\00", align 1
@.str.3 = private unnamed_addr constant [5 x i8] c"hihi\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local void @read(ptr noundef %0, ptr noundef %1, ptr noundef %2, ptr noundef %3, ptr noundef %4) #0 {
%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
store ptr %0, ptr %6, align 8
store ptr %1, ptr %7, align 8
store ptr %2, ptr %8, align 8
store ptr %3, ptr %9, align 8
store ptr %4, ptr %10, align 8
%14 = load ptr, ptr %6, align 8
%15 = call i32 @fgetc(ptr noundef %14)
%16 = load ptr, ptr %6, align 8
%17 = load ptr, ptr %9, align 8
%18 = load ptr, ptr %10, align 8
%19 = call i32 (ptr, ptr, ptr, ...) @fscanf(ptr noundef %16, ptr noundef @.str, ptr noundef %17, ptr noundef %18)
store i32 0, ptr %11, align 4
%20 = load i32, ptr %11, align 4
%21 = load ptr, ptr %9, align 8
%22 = load i32, ptr %21, align 4
%23 = icmp slt i32 %20, %22
br i1 %23, label %.lr.ph2, label %55
.lr.ph2: ; preds = %5
br label %24
24: ; preds = %.lr.ph2, %48
store i32 0, ptr %12, align 4
%25 = load i32, ptr %12, align 4
%26 = load ptr, ptr %10, align 8
%27 = load i32, ptr %26, align 4
%28 = icmp slt i32 %25, %27
br i1 %28, label %.lr.ph, label %47
.lr.ph: ; preds = %24
br label %29
29: ; preds = %.lr.ph, %40
%30 = call i32 @printf(ptr noundef @.str.1)
%31 = load ptr, ptr %6, align 8
%32 = call i32 (ptr, ptr, ptr, ...) @fscanf(ptr noundef %31, ptr noundef @.str.2, ptr noundef %13)
%33 = call i32 @printf(ptr noundef @.str.3)
%34 = load ptr, ptr %7, align 8
%35 = load ptr, ptr %8, align 8
%36 = load i32, ptr %11, align 4
%37 = load i32, ptr %12, align 4
%38 = load i32, ptr %13, align 4
%39 = call i32 @insert(ptr noundef %34, ptr noundef %35, i32 noundef %36, i32 noundef %37, i32 noundef %38)
br label %40
40: ; preds = %29
%41 = load i32, ptr %12, align 4
%42 = add nsw i32 %41, 1
store i32 %42, ptr %12, align 4
%43 = load i32, ptr %12, align 4
%44 = load ptr, ptr %10, align 8
%45 = load i32, ptr %44, align 4
%46 = icmp slt i32 %43, %45
br i1 %46, label %29, label %._crit_edge, !llvm.loop !6
._crit_edge: ; preds = %40
br label %47
47: ; preds = %._crit_edge, %24
br label %48
48: ; preds = %47
%49 = load i32, ptr %11, align 4
%50 = add nsw i32 %49, 1
store i32 %50, ptr %11, align 4
%51 = load i32, ptr %11, align 4
%52 = load ptr, ptr %9, align 8
%53 = load i32, ptr %52, align 4
%54 = icmp slt i32 %51, %53
br i1 %54, label %24, label %._crit_edge3, !llvm.loop !8
._crit_edge3: ; preds = %48
br label %55
55: ; preds = %._crit_edge3, %5
ret void
}
declare i32 @fgetc(ptr noundef) #1
declare i32 @fscanf(ptr noundef, ptr noundef, ptr noundef, ...) #1
declare i32 @printf(ptr noundef) #1
declare i32 @insert(ptr noundef, ptr noundef, i32 noundef, i32 noundef, i32 noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
!6 = distinct !{!6, !7}
!7 = !{!"llvm.loop.mustprogress"}
!8 = distinct !{!8, !7}
|
; ModuleID = '/tmp/tmpcm11e8g1.c'
source_filename = "/tmp/tmpcm11e8g1.c"
target datalayout = "e-m:e-p270: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"UP\00", align 1
@.str.1 = private unnamed_addr constant [5 x i8] c"DOWN\00", align 1
@.str.2 = private unnamed_addr constant [5 x i8] c"LEFT\00", align 1
@.str.3 = private unnamed_addr constant [6 x i8] c"RIGHT\00", align 1
@__const.displayPathtoPrincess.directions = private unnamed_addr constant [4 x ptr] [ptr @.str, ptr @.str.1, ptr @.str.2, ptr @.str.3], align 16
@.str.4 = private unnamed_addr constant [4 x i8] c"%s\0A\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local void @displayPathtoPrincess(i32 noundef %0, ptr 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 i32, align 4
%9 = alloca [4 x ptr], align 16
%10 = alloca i32, align 4
%11 = alloca i32, align 4
%12 = alloca ptr, align 8
%13 = alloca ptr, align 8
%14 = alloca i32, align 4
%15 = alloca i32, align 4
store i32 %0, ptr %3, align 4
store ptr %1, ptr %4, align 8
call void @llvm.memcpy.p0.p0.i64(ptr align 16 %9, ptr align 16 @__const.displayPathtoPrincess.directions, i64 32, i1 false)
store i32 0, ptr %10, align 4
br label %16
16: ; preds = %59, %2
%17 = load i32, ptr %10, align 4
%18 = load i32, ptr %3, align 4
%19 = icmp slt i32 %17, %18
br i1 %19, label %20, label %62
20: ; preds = %16
store i32 0, ptr %11, align 4
br label %21
21: ; preds = %55, %20
%22 = load i32, ptr %11, align 4
%23 = load i32, ptr %3, align 4
%24 = icmp slt i32 %22, %23
br i1 %24, label %25, label %58
25: ; preds = %21
%26 = load ptr, ptr %4, align 8
%27 = load i32, ptr %10, align 4
%28 = sext i32 %27 to i64
%29 = getelementptr inbounds [101 x i8], ptr %26, i64 %28
%30 = load i32, ptr %11, align 4
%31 = sext i32 %30 to i64
%32 = getelementptr inbounds [101 x i8], ptr %29, i64 0, i64 %31
%33 = load i8, ptr %32, align 1
%34 = sext i8 %33 to i32
%35 = icmp eq i32 %34, 109
br i1 %35, label %36, label %39
36: ; preds = %25
%37 = load i32, ptr %11, align 4
store i32 %37, ptr %5, align 4
%38 = load i32, ptr %10, align 4
store i32 %38, ptr %6, align 4
br label %54
39: ; preds = %25
%40 = load ptr, ptr %4, align 8
%41 = load i32, ptr %10, align 4
%42 = sext i32 %41 to i64
%43 = getelementptr inbounds [101 x i8], ptr %40, i64 %42
%44 = load i32, ptr %11, align 4
%45 = sext i32 %44 to i64
%46 = getelementptr inbounds [101 x i8], ptr %43, i64 0, i64 %45
%47 = load i8, ptr %46, align 1
%48 = sext i8 %47 to i32
%49 = icmp eq i32 %48, 112
br i1 %49, label %50, label %53
50: ; preds = %39
%51 = load i32, ptr %11, align 4
store i32 %51, ptr %7, align 4
%52 = load i32, ptr %10, align 4
store i32 %52, ptr %8, align 4
br label %53
53: ; preds = %50, %39
br label %54
54: ; preds = %53, %36
br label %55
55: ; preds = %54
%56 = load i32, ptr %11, align 4
%57 = add nsw i32 %56, 1
store i32 %57, ptr %11, align 4
br label %21, !llvm.loop !6
58: ; preds = %21
br label %59
59: ; preds = %58
%60 = load i32, ptr %10, align 4
%61 = add nsw i32 %60, 1
store i32 %61, ptr %10, align 4
br label %16, !llvm.loop !8
62: ; preds = %16
%63 = getelementptr inbounds [4 x ptr], ptr %9, i64 0, i64 3
%64 = load ptr, ptr %63, align 8
store ptr %64, ptr %12, align 8
%65 = load i32, ptr %5, align 4
%66 = load i32, ptr %7, align 4
%67 = icmp sgt i32 %65, %66
br i1 %67, label %68, label %71
68: ; preds = %62
%69 = getelementptr inbounds [4 x ptr], ptr %9, i64 0, i64 2
%70 = load ptr, ptr %69, align 16
store ptr %70, ptr %12, align 8
br label %71
71: ; preds = %68, %62
%72 = getelementptr inbounds [4 x ptr], ptr %9, i64 0, i64 1
%73 = load ptr, ptr %72, align 8
store ptr %73, ptr %13, align 8
%74 = load i32, ptr %6, align 4
%75 = load i32, ptr %8, align 4
%76 = icmp sgt i32 %74, %75
br i1 %76, label %77, label %80
77: ; preds = %71
%78 = getelementptr inbounds [4 x ptr], ptr %9, i64 0, i64 0
%79 = load ptr, ptr %78, align 16
store ptr %79, ptr %13, align 8
br label %80
80: ; preds = %77, %71
store i32 0, ptr %14, align 4
br label %81
81: ; preds = %91, %80
%82 = load i32, ptr %14, align 4
%83 = load i32, ptr %5, align 4
%84 = load i32, ptr %7, align 4
%85 = sub nsw i32 %83, %84
%86 = call i32 @abs(i32 noundef %85) #4
%87 = icmp slt i32 %82, %86
br i1 %87, label %88, label %94
88: ; preds = %81
%89 = load ptr, ptr %12, align 8
%90 = call i32 @printf(ptr noundef @.str.4, ptr noundef %89)
br label %91
91: ; preds = %88
%92 = load i32, ptr %14, align 4
%93 = add nsw i32 %92, 1
store i32 %93, ptr %14, align 4
br label %81, !llvm.loop !9
94: ; preds = %81
store i32 0, ptr %15, align 4
br label %95
95: ; preds = %105, %94
%96 = load i32, ptr %15, align 4
%97 = load i32, ptr %6, align 4
%98 = load i32, ptr %8, align 4
%99 = sub nsw i32 %97, %98
%100 = call i32 @abs(i32 noundef %99) #4
%101 = icmp slt i32 %96, %100
br i1 %101, label %102, label %108
102: ; preds = %95
%103 = load ptr, ptr %13, align 8
%104 = call i32 @printf(ptr noundef @.str.4, ptr noundef %103)
br label %105
105: ; preds = %102
%106 = load i32, ptr %15, align 4
%107 = add nsw i32 %106, 1
store i32 %107, ptr %15, align 4
br label %95, !llvm.loop !10
108: ; preds = %95
ret void
}
; Function Attrs: nocallback nofree nounwind willreturn memory(argmem: readwrite)
declare void @llvm.memcpy.p0.p0.i64(ptr noalias nocapture writeonly, ptr noalias nocapture readonly, i64, i1 immarg) #1
; Function Attrs: nounwind willreturn memory(none)
declare i32 @abs(i32 noundef) #2
declare i32 @printf(ptr noundef, ptr noundef) #3
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { nocallback nofree nounwind willreturn memory(argmem: readwrite) }
attributes #2 = { nounwind willreturn memory(none) "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #3 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #4 = { nounwind willreturn memory(none) }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
!6 = distinct !{!6, !7}
!7 = !{!"llvm.loop.mustprogress"}
!8 = distinct !{!8, !7}
!9 = distinct !{!9, !7}
!10 = distinct !{!10, !7}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmpcm11e8g1.c"
target datalayout = "e-m:e-p270: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"UP\00", align 1
@.str.1 = private unnamed_addr constant [5 x i8] c"DOWN\00", align 1
@.str.2 = private unnamed_addr constant [5 x i8] c"LEFT\00", align 1
@.str.3 = private unnamed_addr constant [6 x i8] c"RIGHT\00", align 1
@__const.displayPathtoPrincess.directions = private unnamed_addr constant [4 x ptr] [ptr @.str, ptr @.str.1, ptr @.str.2, ptr @.str.3], align 16
@.str.4 = private unnamed_addr constant [4 x i8] c"%s\0A\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local void @displayPathtoPrincess(i32 noundef %0, ptr 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 i32, align 4
%9 = alloca [4 x ptr], align 16
%10 = alloca i32, align 4
%11 = alloca i32, align 4
%12 = alloca ptr, align 8
%13 = alloca ptr, align 8
%14 = alloca i32, align 4
%15 = alloca i32, align 4
store i32 %0, ptr %3, align 4
store ptr %1, ptr %4, align 8
call void @llvm.memcpy.p0.p0.i64(ptr align 16 %9, ptr align 16 @__const.displayPathtoPrincess.directions, i64 32, i1 false)
store i32 0, ptr %10, align 4
%16 = load i32, ptr %10, align 4
%17 = load i32, ptr %3, align 4
%18 = icmp slt i32 %16, %17
br i1 %18, label %.lr.ph2, label %66
.lr.ph2: ; preds = %2
br label %19
19: ; preds = %.lr.ph2, %60
store i32 0, ptr %11, align 4
%20 = load i32, ptr %11, align 4
%21 = load i32, ptr %3, align 4
%22 = icmp slt i32 %20, %21
br i1 %22, label %.lr.ph, label %59
.lr.ph: ; preds = %19
br label %23
23: ; preds = %.lr.ph, %53
%24 = load ptr, ptr %4, align 8
%25 = load i32, ptr %10, align 4
%26 = sext i32 %25 to i64
%27 = getelementptr inbounds [101 x i8], ptr %24, i64 %26
%28 = load i32, ptr %11, align 4
%29 = sext i32 %28 to i64
%30 = getelementptr inbounds [101 x i8], ptr %27, i64 0, i64 %29
%31 = load i8, ptr %30, align 1
%32 = sext i8 %31 to i32
%33 = icmp eq i32 %32, 109
br i1 %33, label %34, label %37
34: ; preds = %23
%35 = load i32, ptr %11, align 4
store i32 %35, ptr %5, align 4
%36 = load i32, ptr %10, align 4
store i32 %36, ptr %6, align 4
br label %52
37: ; preds = %23
%38 = load ptr, ptr %4, align 8
%39 = load i32, ptr %10, align 4
%40 = sext i32 %39 to i64
%41 = getelementptr inbounds [101 x i8], ptr %38, i64 %40
%42 = load i32, ptr %11, align 4
%43 = sext i32 %42 to i64
%44 = getelementptr inbounds [101 x i8], ptr %41, i64 0, i64 %43
%45 = load i8, ptr %44, align 1
%46 = sext i8 %45 to i32
%47 = icmp eq i32 %46, 112
br i1 %47, label %48, label %51
48: ; preds = %37
%49 = load i32, ptr %11, align 4
store i32 %49, ptr %7, align 4
%50 = load i32, ptr %10, align 4
store i32 %50, ptr %8, align 4
br label %51
51: ; preds = %48, %37
br label %52
52: ; preds = %51, %34
br label %53
53: ; preds = %52
%54 = load i32, ptr %11, align 4
%55 = add nsw i32 %54, 1
store i32 %55, ptr %11, align 4
%56 = load i32, ptr %11, align 4
%57 = load i32, ptr %3, align 4
%58 = icmp slt i32 %56, %57
br i1 %58, label %23, label %._crit_edge, !llvm.loop !6
._crit_edge: ; preds = %53
br label %59
59: ; preds = %._crit_edge, %19
br label %60
60: ; preds = %59
%61 = load i32, ptr %10, align 4
%62 = add nsw i32 %61, 1
store i32 %62, ptr %10, align 4
%63 = load i32, ptr %10, align 4
%64 = load i32, ptr %3, align 4
%65 = icmp slt i32 %63, %64
br i1 %65, label %19, label %._crit_edge3, !llvm.loop !8
._crit_edge3: ; preds = %60
br label %66
66: ; preds = %._crit_edge3, %2
%67 = getelementptr inbounds [4 x ptr], ptr %9, i64 0, i64 3
%68 = load ptr, ptr %67, align 8
store ptr %68, ptr %12, align 8
%69 = load i32, ptr %5, align 4
%70 = load i32, ptr %7, align 4
%71 = icmp sgt i32 %69, %70
br i1 %71, label %72, label %75
72: ; preds = %66
%73 = getelementptr inbounds [4 x ptr], ptr %9, i64 0, i64 2
%74 = load ptr, ptr %73, align 16
store ptr %74, ptr %12, align 8
br label %75
75: ; preds = %72, %66
%76 = getelementptr inbounds [4 x ptr], ptr %9, i64 0, i64 1
%77 = load ptr, ptr %76, align 8
store ptr %77, ptr %13, align 8
%78 = load i32, ptr %6, align 4
%79 = load i32, ptr %8, align 4
%80 = icmp sgt i32 %78, %79
br i1 %80, label %81, label %84
81: ; preds = %75
%82 = getelementptr inbounds [4 x ptr], ptr %9, i64 0, i64 0
%83 = load ptr, ptr %82, align 16
store ptr %83, ptr %13, align 8
br label %84
84: ; preds = %81, %75
store i32 0, ptr %14, align 4
%85 = load i32, ptr %14, align 4
%86 = load i32, ptr %5, align 4
%87 = load i32, ptr %7, align 4
%88 = sub nsw i32 %86, %87
%89 = call i32 @abs(i32 noundef %88) #4
%90 = icmp slt i32 %85, %89
br i1 %90, label %.lr.ph5, label %103
.lr.ph5: ; preds = %84
br label %91
91: ; preds = %.lr.ph5, %94
%92 = load ptr, ptr %12, align 8
%93 = call i32 @printf(ptr noundef @.str.4, ptr noundef %92)
br label %94
94: ; preds = %91
%95 = load i32, ptr %14, align 4
%96 = add nsw i32 %95, 1
store i32 %96, ptr %14, align 4
%97 = load i32, ptr %14, align 4
%98 = load i32, ptr %5, align 4
%99 = load i32, ptr %7, align 4
%100 = sub nsw i32 %98, %99
%101 = call i32 @abs(i32 noundef %100) #4
%102 = icmp slt i32 %97, %101
br i1 %102, label %91, label %._crit_edge6, !llvm.loop !9
._crit_edge6: ; preds = %94
br label %103
103: ; preds = %._crit_edge6, %84
store i32 0, ptr %15, align 4
%104 = load i32, ptr %15, align 4
%105 = load i32, ptr %6, align 4
%106 = load i32, ptr %8, align 4
%107 = sub nsw i32 %105, %106
%108 = call i32 @abs(i32 noundef %107) #4
%109 = icmp slt i32 %104, %108
br i1 %109, label %.lr.ph8, label %122
.lr.ph8: ; preds = %103
br label %110
110: ; preds = %.lr.ph8, %113
%111 = load ptr, ptr %13, align 8
%112 = call i32 @printf(ptr noundef @.str.4, ptr noundef %111)
br label %113
113: ; preds = %110
%114 = load i32, ptr %15, align 4
%115 = add nsw i32 %114, 1
store i32 %115, ptr %15, align 4
%116 = load i32, ptr %15, align 4
%117 = load i32, ptr %6, align 4
%118 = load i32, ptr %8, align 4
%119 = sub nsw i32 %117, %118
%120 = call i32 @abs(i32 noundef %119) #4
%121 = icmp slt i32 %116, %120
br i1 %121, label %110, label %._crit_edge9, !llvm.loop !10
._crit_edge9: ; preds = %113
br label %122
122: ; preds = %._crit_edge9, %103
ret void
}
; Function Attrs: nocallback nofree nounwind willreturn memory(argmem: readwrite)
declare void @llvm.memcpy.p0.p0.i64(ptr noalias nocapture writeonly, ptr noalias nocapture readonly, i64, i1 immarg) #1
; Function Attrs: nounwind willreturn memory(none)
declare i32 @abs(i32 noundef) #2
declare i32 @printf(ptr noundef, ptr noundef) #3
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { nocallback nofree nounwind willreturn memory(argmem: readwrite) }
attributes #2 = { nounwind willreturn memory(none) "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #3 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #4 = { nounwind willreturn memory(none) }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
!6 = distinct !{!6, !7}
!7 = !{!"llvm.loop.mustprogress"}
!8 = distinct !{!8, !7}
!9 = distinct !{!9, !7}
!10 = distinct !{!10, !7}
|
; ModuleID = '/tmp/tmpn5g5s8gb.c'
source_filename = "/tmp/tmpn5g5s8gb.c"
target datalayout = "e-m:e-p270: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/tmpn5g5s8gb.c"
target datalayout = "e-m:e-p270: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/tmppfk0k_j8.c'
source_filename = "/tmp/tmppfk0k_j8.c"
target datalayout = "e-m:e-p270: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 [27 x i8] c"ERR: b64read invalid mode\0A\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @b64read(ptr noundef %0, i8 noundef signext %1, i64 noundef %2, ptr noundef %3) #0 {
%5 = alloca i32, align 4
%6 = alloca ptr, align 8
%7 = alloca i8, align 1
%8 = alloca i64, align 8
%9 = alloca ptr, align 8
%10 = alloca i32, align 4
%11 = alloca i32, align 4
store ptr %0, ptr %6, align 8
store i8 %1, ptr %7, align 1
store i64 %2, ptr %8, align 8
store ptr %3, ptr %9, align 8
store i32 0, ptr %10, align 4
store i32 0, ptr %11, align 4
br label %12
12: ; preds = %94, %4
%13 = load i32, ptr %10, align 4
%14 = sext i32 %13 to i64
%15 = load i64, ptr %8, align 8
%16 = icmp ult i64 %14, %15
br i1 %16, label %17, label %95
17: ; preds = %12
%18 = load ptr, ptr %9, align 8
%19 = call i32 @fgetc(ptr noundef %18)
store i32 %19, ptr %11, align 4
%20 = load i32, ptr %11, align 4
%21 = trunc i32 %20 to i8
%22 = load ptr, ptr %6, align 8
%23 = load i32, ptr %10, align 4
%24 = sext i32 %23 to i64
%25 = getelementptr inbounds i8, ptr %22, i64 %24
store i8 %21, ptr %25, align 1
%26 = load i8, ptr %7, align 1
%27 = sext i8 %26 to i32
switch i32 %27, label %88 [
i32 101, label %28
i32 100, label %41
]
28: ; preds = %17
%29 = load i32, ptr %11, align 4
%30 = icmp sge i32 %29, 0
br i1 %30, label %31, label %34
31: ; preds = %28
%32 = load i32, ptr %10, align 4
%33 = add nsw i32 %32, 1
store i32 %33, ptr %10, align 4
br label %40
34: ; preds = %28
%35 = load ptr, ptr %6, align 8
%36 = load i32, ptr %10, align 4
%37 = sext i32 %36 to i64
%38 = getelementptr inbounds i8, ptr %35, i64 %37
store i8 0, ptr %38, align 1
%39 = load i32, ptr %10, align 4
store i32 %39, ptr %5, align 4
br label %97
40: ; preds = %31
br label %94
41: ; preds = %17
%42 = load i32, ptr %11, align 4
%43 = icmp eq i32 %42, 10
br i1 %43, label %44, label %49
44: ; preds = %41
%45 = load ptr, ptr %6, align 8
%46 = load i32, ptr %10, align 4
%47 = sext i32 %46 to i64
%48 = getelementptr inbounds i8, ptr %45, i64 %47
store i8 0, ptr %48, align 1
br label %94
49: ; preds = %41
%50 = load i32, ptr %11, align 4
%51 = icmp eq i32 %50, 61
br i1 %51, label %73, label %52
52: ; preds = %49
%53 = load i32, ptr %11, align 4
%54 = icmp eq i32 %53, 43
br i1 %54, label %73, label %55
55: ; preds = %52
%56 = load i32, ptr %11, align 4
%57 = icmp sge i32 %56, 47
br i1 %57, label %58, label %61
58: ; preds = %55
%59 = load i32, ptr %11, align 4
%60 = icmp sle i32 %59, 57
br i1 %60, label %73, label %61
61: ; preds = %58, %55
%62 = load i32, ptr %11, align 4
%63 = icmp sge i32 %62, 65
br i1 %63, label %64, label %67
64: ; preds = %61
%65 = load i32, ptr %11, align 4
%66 = icmp sle i32 %65, 90
br i1 %66, label %73, label %67
67: ; preds = %64, %61
%68 = load i32, ptr %11, align 4
%69 = icmp sge i32 %68, 97
br i1 %69, label %70, label %76
70: ; preds = %67
%71 = load i32, ptr %11, align 4
%72 = icmp sle i32 %71, 122
br i1 %72, label %73, label %76
73: ; preds = %70, %64, %58, %52, %49
%74 = load i32, ptr %10, align 4
%75 = add nsw i32 %74, 1
store i32 %75, ptr %10, align 4
br label %86
76: ; preds = %70, %67
%77 = load i32, ptr %11, align 4
%78 = icmp eq i32 %77, -1
br i1 %78, label %79, label %85
79: ; preds = %76
%80 = load ptr, ptr %6, align 8
%81 = load i32, ptr %10, align 4
%82 = sext i32 %81 to i64
%83 = getelementptr inbounds i8, ptr %80, i64 %82
store i8 0, ptr %83, align 1
%84 = load i32, ptr %10, align 4
store i32 %84, ptr %5, align 4
br label %97
85: ; preds = %76
store i32 -1, ptr %5, align 4
br label %97
86: ; preds = %73
br label %87
87: ; preds = %86
br label %94
88: ; preds = %17
%89 = load i32, ptr @stderr, align 4
%90 = call i32 @fprintf(i32 noundef %89, ptr noundef @.str)
%91 = load ptr, ptr %9, align 8
%92 = call i32 @fclose(ptr noundef %91)
%93 = call i32 @exit(i32 noundef -1) #3
unreachable
94: ; preds = %87, %44, %40
br label %12, !llvm.loop !6
95: ; preds = %12
%96 = load i32, ptr %10, align 4
store i32 %96, ptr %5, align 4
br label %97
97: ; preds = %95, %85, %79, %34
%98 = load i32, ptr %5, align 4
ret i32 %98
}
declare i32 @fgetc(ptr noundef) #1
declare i32 @fprintf(i32 noundef, ptr noundef) #1
declare i32 @fclose(ptr noundef) #1
; Function Attrs: noreturn
declare i32 @exit(i32 noundef) #2
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #2 = { noreturn "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #3 = { noreturn }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
!6 = distinct !{!6, !7}
!7 = !{!"llvm.loop.mustprogress"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmppfk0k_j8.c"
target datalayout = "e-m:e-p270: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 [27 x i8] c"ERR: b64read invalid mode\0A\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @b64read(ptr noundef %0, i8 noundef signext %1, i64 noundef %2, ptr noundef %3) #0 {
%5 = alloca i32, align 4
%6 = alloca ptr, align 8
%7 = alloca i8, align 1
%8 = alloca i64, align 8
%9 = alloca ptr, align 8
%10 = alloca i32, align 4
%11 = alloca i32, align 4
store ptr %0, ptr %6, align 8
store i8 %1, ptr %7, align 1
store i64 %2, ptr %8, align 8
store ptr %3, ptr %9, align 8
store i32 0, ptr %10, align 4
store i32 0, ptr %11, align 4
%12 = load i32, ptr %10, align 4
%13 = sext i32 %12 to i64
%14 = load i64, ptr %8, align 8
%15 = icmp ult i64 %13, %14
br i1 %15, label %.lr.ph, label %98
.lr.ph: ; preds = %4
br label %16
16: ; preds = %.lr.ph, %93
%17 = load ptr, ptr %9, align 8
%18 = call i32 @fgetc(ptr noundef %17)
store i32 %18, ptr %11, align 4
%19 = load i32, ptr %11, align 4
%20 = trunc i32 %19 to i8
%21 = load ptr, ptr %6, align 8
%22 = load i32, ptr %10, align 4
%23 = sext i32 %22 to i64
%24 = getelementptr inbounds i8, ptr %21, i64 %23
store i8 %20, ptr %24, align 1
%25 = load i8, ptr %7, align 1
%26 = sext i8 %25 to i32
switch i32 %26, label %87 [
i32 101, label %27
i32 100, label %40
]
27: ; preds = %16
%28 = load i32, ptr %11, align 4
%29 = icmp sge i32 %28, 0
br i1 %29, label %30, label %33
30: ; preds = %27
%31 = load i32, ptr %10, align 4
%32 = add nsw i32 %31, 1
store i32 %32, ptr %10, align 4
br label %39
33: ; preds = %27
%34 = load ptr, ptr %6, align 8
%35 = load i32, ptr %10, align 4
%36 = sext i32 %35 to i64
%37 = getelementptr inbounds i8, ptr %34, i64 %36
store i8 0, ptr %37, align 1
%38 = load i32, ptr %10, align 4
store i32 %38, ptr %5, align 4
br label %100
39: ; preds = %30
br label %93
40: ; preds = %16
%41 = load i32, ptr %11, align 4
%42 = icmp eq i32 %41, 10
br i1 %42, label %43, label %48
43: ; preds = %40
%44 = load ptr, ptr %6, align 8
%45 = load i32, ptr %10, align 4
%46 = sext i32 %45 to i64
%47 = getelementptr inbounds i8, ptr %44, i64 %46
store i8 0, ptr %47, align 1
br label %93
48: ; preds = %40
%49 = load i32, ptr %11, align 4
%50 = icmp eq i32 %49, 61
br i1 %50, label %72, label %51
51: ; preds = %48
%52 = load i32, ptr %11, align 4
%53 = icmp eq i32 %52, 43
br i1 %53, label %72, label %54
54: ; preds = %51
%55 = load i32, ptr %11, align 4
%56 = icmp sge i32 %55, 47
br i1 %56, label %57, label %60
57: ; preds = %54
%58 = load i32, ptr %11, align 4
%59 = icmp sle i32 %58, 57
br i1 %59, label %72, label %60
60: ; preds = %57, %54
%61 = load i32, ptr %11, align 4
%62 = icmp sge i32 %61, 65
br i1 %62, label %63, label %66
63: ; preds = %60
%64 = load i32, ptr %11, align 4
%65 = icmp sle i32 %64, 90
br i1 %65, label %72, label %66
66: ; preds = %63, %60
%67 = load i32, ptr %11, align 4
%68 = icmp sge i32 %67, 97
br i1 %68, label %69, label %75
69: ; preds = %66
%70 = load i32, ptr %11, align 4
%71 = icmp sle i32 %70, 122
br i1 %71, label %72, label %75
72: ; preds = %69, %63, %57, %51, %48
%73 = load i32, ptr %10, align 4
%74 = add nsw i32 %73, 1
store i32 %74, ptr %10, align 4
br label %85
75: ; preds = %69, %66
%76 = load i32, ptr %11, align 4
%77 = icmp eq i32 %76, -1
br i1 %77, label %78, label %84
78: ; preds = %75
%79 = load ptr, ptr %6, align 8
%80 = load i32, ptr %10, align 4
%81 = sext i32 %80 to i64
%82 = getelementptr inbounds i8, ptr %79, i64 %81
store i8 0, ptr %82, align 1
%83 = load i32, ptr %10, align 4
store i32 %83, ptr %5, align 4
br label %100
84: ; preds = %75
store i32 -1, ptr %5, align 4
br label %100
85: ; preds = %72
br label %86
86: ; preds = %85
br label %93
87: ; preds = %16
%88 = load i32, ptr @stderr, align 4
%89 = call i32 @fprintf(i32 noundef %88, ptr noundef @.str)
%90 = load ptr, ptr %9, align 8
%91 = call i32 @fclose(ptr noundef %90)
%92 = call i32 @exit(i32 noundef -1) #3
unreachable
93: ; preds = %86, %43, %39
%94 = load i32, ptr %10, align 4
%95 = sext i32 %94 to i64
%96 = load i64, ptr %8, align 8
%97 = icmp ult i64 %95, %96
br i1 %97, label %16, label %._crit_edge, !llvm.loop !6
._crit_edge: ; preds = %93
br label %98
98: ; preds = %._crit_edge, %4
%99 = load i32, ptr %10, align 4
store i32 %99, ptr %5, align 4
br label %100
100: ; preds = %98, %84, %78, %33
%101 = load i32, ptr %5, align 4
ret i32 %101
}
declare i32 @fgetc(ptr noundef) #1
declare i32 @fprintf(i32 noundef, ptr noundef) #1
declare i32 @fclose(ptr noundef) #1
; Function Attrs: noreturn
declare i32 @exit(i32 noundef) #2
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #2 = { noreturn "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #3 = { noreturn }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
!6 = distinct !{!6, !7}
!7 = !{!"llvm.loop.mustprogress"}
|
; ModuleID = '/tmp/tmp6zyirrji.c'
source_filename = "/tmp/tmp6zyirrji.c"
target datalayout = "e-m:e-p270: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 @quick_sort(ptr noundef %0, i32 noundef %1) #0 {
%3 = alloca ptr, align 8
%4 = alloca i32, align 4
store ptr %0, ptr %3, align 8
store i32 %1, ptr %4, align 4
%5 = load ptr, ptr %3, align 8
%6 = load i32, ptr %4, align 4
%7 = sub nsw i32 %6, 1
%8 = call i32 @q_sort(ptr noundef %5, i32 noundef 0, i32 noundef %7)
ret void
}
declare i32 @q_sort(ptr noundef, i32 noundef, i32 noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmp6zyirrji.c"
target datalayout = "e-m:e-p270: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 @quick_sort(ptr noundef %0, i32 noundef %1) #0 {
%3 = alloca ptr, align 8
%4 = alloca i32, align 4
store ptr %0, ptr %3, align 8
store i32 %1, ptr %4, align 4
%5 = load ptr, ptr %3, align 8
%6 = load i32, ptr %4, align 4
%7 = sub nsw i32 %6, 1
%8 = call i32 @q_sort(ptr noundef %5, i32 noundef 0, i32 noundef %7)
ret void
}
declare i32 @q_sort(ptr noundef, i32 noundef, i32 noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
|
; ModuleID = '/tmp/tmpzofumzau.c'
source_filename = "/tmp/tmpzofumzau.c"
target datalayout = "e-m:e-p270: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/tmpzofumzau.c"
target datalayout = "e-m:e-p270: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/tmp6tnn7ix7.c'
source_filename = "/tmp/tmp6tnn7ix7.c"
target datalayout = "e-m:e-p270: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"%c\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local void @printchar(ptr noundef %0, i32 noundef %1) #0 {
%3 = alloca ptr, align 8
%4 = alloca i32, align 4
%5 = alloca i32, align 4
store ptr %0, ptr %3, align 8
store i32 %1, ptr %4, align 4
%6 = load ptr, ptr %3, align 8
%7 = call i32 @strlen(ptr noundef %6)
store i32 %7, ptr %5, align 4
%8 = load i32, ptr %4, align 4
%9 = load i32, ptr %5, align 4
%10 = sub nsw i32 %9, 1
%11 = icmp slt i32 %8, %10
br i1 %11, label %12, label %16
12: ; preds = %2
%13 = load ptr, ptr %3, align 8
%14 = load i32, ptr %4, align 4
%15 = add nsw i32 %14, 1
call void @printchar(ptr noundef %13, i32 noundef %15)
br label %16
16: ; preds = %12, %2
%17 = load ptr, ptr %3, align 8
%18 = load i32, ptr %4, align 4
%19 = sext i32 %18 to i64
%20 = getelementptr inbounds i8, ptr %17, i64 %19
%21 = load i8, ptr %20, align 1
%22 = call i32 @printf(ptr noundef @.str, i8 noundef signext %21)
ret void
}
declare i32 @strlen(ptr noundef) #1
declare i32 @printf(ptr noundef, i8 noundef signext) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmp6tnn7ix7.c"
target datalayout = "e-m:e-p270: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"%c\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local void @printchar(ptr noundef %0, i32 noundef %1) #0 {
%3 = alloca ptr, align 8
%4 = alloca i32, align 4
%5 = alloca i32, align 4
store ptr %0, ptr %3, align 8
store i32 %1, ptr %4, align 4
%6 = load ptr, ptr %3, align 8
%7 = call i32 @strlen(ptr noundef %6)
store i32 %7, ptr %5, align 4
%8 = load i32, ptr %4, align 4
%9 = load i32, ptr %5, align 4
%10 = sub nsw i32 %9, 1
%11 = icmp slt i32 %8, %10
br i1 %11, label %12, label %16
12: ; preds = %2
%13 = load ptr, ptr %3, align 8
%14 = load i32, ptr %4, align 4
%15 = add nsw i32 %14, 1
call void @printchar(ptr noundef %13, i32 noundef %15)
br label %16
16: ; preds = %12, %2
%17 = load ptr, ptr %3, align 8
%18 = load i32, ptr %4, align 4
%19 = sext i32 %18 to i64
%20 = getelementptr inbounds i8, ptr %17, i64 %19
%21 = load i8, ptr %20, align 1
%22 = call i32 @printf(ptr noundef @.str, i8 noundef signext %21)
ret void
}
declare i32 @strlen(ptr noundef) #1
declare i32 @printf(ptr noundef, i8 noundef signext) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
|
; ModuleID = '/tmp/tmpyp6g8otx.c'
source_filename = "/tmp/tmpyp6g8otx.c"
target datalayout = "e-m:e-p270: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"%*c\00", align 1
@.str.1 = private unnamed_addr constant [13 x i8] c"<%s>%i</%s>\0A\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local void @printXmlTwoDigits(ptr noundef %0, i32 noundef %1, ptr noundef %2) #0 {
%4 = alloca ptr, align 8
%5 = alloca i32, align 4
%6 = alloca ptr, align 8
store ptr %0, ptr %4, align 8
store i32 %1, ptr %5, align 4
store ptr %2, ptr %6, align 8
%7 = load i32, ptr %5, align 4
%8 = icmp ugt i32 %7, 0
br i1 %8, label %9, label %12
9: ; preds = %3
%10 = load i32, ptr %5, align 4
%11 = call i32 (ptr, ...) @printf(ptr noundef @.str, i32 noundef %10, i32 noundef 32)
br label %12
12: ; preds = %9, %3
%13 = load ptr, ptr %6, align 8
%14 = load ptr, ptr %4, align 8
%15 = load i32, ptr %14, align 4
%16 = load ptr, ptr %6, align 8
%17 = call i32 (ptr, ...) @printf(ptr noundef @.str.1, ptr noundef %13, i32 noundef %15, ptr noundef %16)
ret void
}
declare i32 @printf(ptr noundef, ...) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmpyp6g8otx.c"
target datalayout = "e-m:e-p270: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"%*c\00", align 1
@.str.1 = private unnamed_addr constant [13 x i8] c"<%s>%i</%s>\0A\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local void @printXmlTwoDigits(ptr noundef %0, i32 noundef %1, ptr noundef %2) #0 {
%4 = alloca ptr, align 8
%5 = alloca i32, align 4
%6 = alloca ptr, align 8
store ptr %0, ptr %4, align 8
store i32 %1, ptr %5, align 4
store ptr %2, ptr %6, align 8
%7 = load i32, ptr %5, align 4
%8 = icmp ugt i32 %7, 0
br i1 %8, label %9, label %12
9: ; preds = %3
%10 = load i32, ptr %5, align 4
%11 = call i32 (ptr, ...) @printf(ptr noundef @.str, i32 noundef %10, i32 noundef 32)
br label %12
12: ; preds = %9, %3
%13 = load ptr, ptr %6, align 8
%14 = load ptr, ptr %4, align 8
%15 = load i32, ptr %14, align 4
%16 = load ptr, ptr %6, align 8
%17 = call i32 (ptr, ...) @printf(ptr noundef @.str.1, ptr noundef %13, i32 noundef %15, ptr noundef %16)
ret void
}
declare i32 @printf(ptr noundef, ...) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
|
; ModuleID = '/tmp/tmp4vce4evv.c'
source_filename = "/tmp/tmp4vce4evv.c"
target datalayout = "e-m:e-p270: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
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"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/tmp4vce4evv.c"
target datalayout = "e-m:e-p270: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
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"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/tmplr6z582r.c'
source_filename = "/tmp/tmplr6z582r.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local float @distanceEuclidienne(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 float @produitScalaire(ptr noundef %5, ptr noundef %6, i32 noundef 64)
ret float %7
}
declare float @produitScalaire(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/tmplr6z582r.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local float @distanceEuclidienne(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 float @produitScalaire(ptr noundef %5, ptr noundef %6, i32 noundef 64)
ret float %7
}
declare float @produitScalaire(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/tmpph7ipfmq.c'
source_filename = "/tmp/tmpph7ipfmq.c"
target datalayout = "e-m:e-p270: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 @binary_search(ptr noundef %0, ptr noundef %1, i64 noundef %2, i64 noundef %3, ptr noundef %4) #0 {
%6 = alloca ptr, align 8
%7 = alloca ptr, align 8
%8 = alloca ptr, align 8
%9 = alloca i64, align 8
%10 = alloca i64, align 8
%11 = alloca ptr, align 8
%12 = alloca i64, align 8
%13 = alloca i64, align 8
%14 = alloca ptr, align 8
%15 = alloca i32, align 4
store ptr %0, ptr %7, align 8
store ptr %1, ptr %8, align 8
store i64 %2, ptr %9, align 8
store i64 %3, ptr %10, align 8
store ptr %4, ptr %11, align 8
%16 = load i64, ptr %10, align 8
store i64 %16, ptr %12, align 8
br label %17
17: ; preds = %50, %5
%18 = load i64, ptr %12, align 8
%19 = icmp ugt i64 %18, 0
br i1 %19, label %20, label %52
20: ; preds = %17
%21 = load i64, ptr %12, align 8
%22 = lshr i64 %21, 1
store i64 %22, ptr %13, align 8
%23 = load ptr, ptr %8, align 8
%24 = load i64, ptr %9, align 8
%25 = load i64, ptr %13, align 8
%26 = mul i64 %24, %25
%27 = getelementptr inbounds i8, ptr %23, i64 %26
store ptr %27, ptr %14, align 8
%28 = load ptr, ptr %11, align 8
%29 = load ptr, ptr %7, align 8
%30 = load ptr, ptr %14, align 8
%31 = call i32 %28(ptr noundef %29, ptr noundef %30)
store i32 %31, ptr %15, align 4
%32 = load i32, ptr %15, align 4
%33 = icmp eq i32 %32, 0
br i1 %33, label %34, label %36
34: ; preds = %20
%35 = load ptr, ptr %14, align 8
store ptr %35, ptr %6, align 8
br label %53
36: ; preds = %20
%37 = load i32, ptr %15, align 4
%38 = icmp slt i32 %37, 0
br i1 %38, label %39, label %41
39: ; preds = %36
%40 = load i64, ptr %13, align 8
store i64 %40, ptr %12, align 8
br label %49
41: ; preds = %36
%42 = load i64, ptr %13, align 8
%43 = add i64 %42, 1
%44 = load i64, ptr %12, align 8
%45 = sub i64 %44, %43
store i64 %45, ptr %12, align 8
%46 = load ptr, ptr %14, align 8
%47 = load i64, ptr %9, align 8
%48 = getelementptr inbounds i8, ptr %46, i64 %47
store ptr %48, ptr %8, align 8
br label %49
49: ; preds = %41, %39
br label %50
50: ; preds = %49
%51 = load i64, ptr %13, align 8
store i64 %51, ptr %12, align 8
br label %17, !llvm.loop !6
52: ; preds = %17
store ptr null, ptr %6, align 8
br label %53
53: ; preds = %52, %34
%54 = load ptr, ptr %6, align 8
ret ptr %54
}
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 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/tmpph7ipfmq.c"
target datalayout = "e-m:e-p270: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 @binary_search(ptr noundef %0, ptr noundef %1, i64 noundef %2, i64 noundef %3, ptr noundef %4) #0 {
%6 = alloca ptr, align 8
%7 = alloca ptr, align 8
%8 = alloca ptr, align 8
%9 = alloca i64, align 8
%10 = alloca i64, align 8
%11 = alloca ptr, align 8
%12 = alloca i64, align 8
%13 = alloca i64, align 8
%14 = alloca ptr, align 8
%15 = alloca i32, align 4
store ptr %0, ptr %7, align 8
store ptr %1, ptr %8, align 8
store i64 %2, ptr %9, align 8
store i64 %3, ptr %10, align 8
store ptr %4, ptr %11, align 8
%16 = load i64, ptr %10, align 8
store i64 %16, ptr %12, align 8
%17 = load i64, ptr %12, align 8
%18 = icmp ugt i64 %17, 0
br i1 %18, label %.lr.ph, label %53
.lr.ph: ; preds = %5
br label %19
19: ; preds = %.lr.ph, %49
%20 = load i64, ptr %12, align 8
%21 = lshr i64 %20, 1
store i64 %21, ptr %13, align 8
%22 = load ptr, ptr %8, align 8
%23 = load i64, ptr %9, align 8
%24 = load i64, ptr %13, align 8
%25 = mul i64 %23, %24
%26 = getelementptr inbounds i8, ptr %22, i64 %25
store ptr %26, ptr %14, align 8
%27 = load ptr, ptr %11, align 8
%28 = load ptr, ptr %7, align 8
%29 = load ptr, ptr %14, align 8
%30 = call i32 %27(ptr noundef %28, ptr noundef %29)
store i32 %30, ptr %15, align 4
%31 = load i32, ptr %15, align 4
%32 = icmp eq i32 %31, 0
br i1 %32, label %33, label %35
33: ; preds = %19
%34 = load ptr, ptr %14, align 8
store ptr %34, ptr %6, align 8
br label %54
35: ; preds = %19
%36 = load i32, ptr %15, align 4
%37 = icmp slt i32 %36, 0
br i1 %37, label %38, label %40
38: ; preds = %35
%39 = load i64, ptr %13, align 8
store i64 %39, ptr %12, align 8
br label %48
40: ; preds = %35
%41 = load i64, ptr %13, align 8
%42 = add i64 %41, 1
%43 = load i64, ptr %12, align 8
%44 = sub i64 %43, %42
store i64 %44, ptr %12, align 8
%45 = load ptr, ptr %14, align 8
%46 = load i64, ptr %9, align 8
%47 = getelementptr inbounds i8, ptr %45, i64 %46
store ptr %47, ptr %8, align 8
br label %48
48: ; preds = %40, %38
br label %49
49: ; preds = %48
%50 = load i64, ptr %13, align 8
store i64 %50, ptr %12, align 8
%51 = load i64, ptr %12, align 8
%52 = icmp ugt i64 %51, 0
br i1 %52, label %19, label %._crit_edge, !llvm.loop !6
._crit_edge: ; preds = %49
br label %53
53: ; preds = %._crit_edge, %5
store ptr null, ptr %6, align 8
br label %54
54: ; preds = %53, %33
%55 = load ptr, ptr %6, align 8
ret ptr %55
}
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 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/tmpqzafsdxj.c'
source_filename = "/tmp/tmpqzafsdxj.c"
target datalayout = "e-m:e-p270: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 @__lxstat64(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
store i32 %0, ptr %4, align 4
store ptr %1, ptr %5, align 8
store ptr %2, ptr %6, align 8
%7 = load i32, ptr %4, align 4
%8 = load ptr, ptr %5, align 8
%9 = load ptr, ptr %6, align 8
%10 = call i32 @booster_lxstat64(i32 noundef %7, ptr noundef %8, ptr noundef %9)
ret i32 %10
}
declare i32 @booster_lxstat64(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/tmpqzafsdxj.c"
target datalayout = "e-m:e-p270: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 @__lxstat64(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
store i32 %0, ptr %4, align 4
store ptr %1, ptr %5, align 8
store ptr %2, ptr %6, align 8
%7 = load i32, ptr %4, align 4
%8 = load ptr, ptr %5, align 8
%9 = load ptr, ptr %6, align 8
%10 = call i32 @booster_lxstat64(i32 noundef %7, ptr noundef %8, ptr noundef %9)
ret i32 %10
}
declare i32 @booster_lxstat64(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/tmp6xevk3ka.c'
source_filename = "/tmp/tmp6xevk3ka.c"
target datalayout = "e-m:e-p270: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 @strstr(ptr noundef %0, ptr noundef %1) #0 {
%3 = alloca i32, align 4
%4 = alloca ptr, align 8
%5 = alloca ptr, align 8
%6 = alloca i32, align 4
%7 = alloca i32, align 4
%8 = alloca i32, align 4
store ptr %0, ptr %4, align 8
store ptr %1, ptr %5, align 8
store i32 0, ptr %6, align 4
br label %9
9: ; preds = %47, %2
%10 = load i32, ptr %6, align 4
%11 = load ptr, ptr %4, align 8
%12 = call i32 @strlen(ptr noundef %11)
%13 = icmp ult i32 %10, %12
br i1 %13, label %14, label %50
14: ; preds = %9
store i32 1, ptr %8, align 4
store i32 0, ptr %7, align 4
br label %15
15: ; preds = %38, %14
%16 = load i32, ptr %7, align 4
%17 = load ptr, ptr %5, align 8
%18 = call i32 @strlen(ptr noundef %17)
%19 = icmp ult i32 %16, %18
br i1 %19, label %20, label %41
20: ; preds = %15
%21 = load ptr, ptr %4, align 8
%22 = load i32, ptr %6, align 4
%23 = load i32, ptr %7, align 4
%24 = add i32 %22, %23
%25 = zext i32 %24 to i64
%26 = getelementptr inbounds i8, ptr %21, i64 %25
%27 = load i8, ptr %26, align 1
%28 = sext i8 %27 to i32
%29 = load ptr, ptr %5, align 8
%30 = load i32, ptr %7, align 4
%31 = zext i32 %30 to i64
%32 = getelementptr inbounds i8, ptr %29, i64 %31
%33 = load i8, ptr %32, align 1
%34 = sext i8 %33 to i32
%35 = icmp ne i32 %28, %34
br i1 %35, label %36, label %37
36: ; preds = %20
store i32 0, ptr %8, align 4
br label %41
37: ; preds = %20
br label %38
38: ; preds = %37
%39 = load i32, ptr %7, align 4
%40 = add i32 %39, 1
store i32 %40, ptr %7, align 4
br label %15, !llvm.loop !6
41: ; preds = %36, %15
%42 = load i32, ptr %8, align 4
%43 = icmp ne i32 %42, 0
br i1 %43, label %44, label %46
44: ; preds = %41
%45 = load i32, ptr %8, align 4
store i32 %45, ptr %3, align 4
br label %51
46: ; preds = %41
br label %47
47: ; preds = %46
%48 = load i32, ptr %6, align 4
%49 = add i32 %48, 1
store i32 %49, ptr %6, align 4
br label %9, !llvm.loop !8
50: ; preds = %9
store i32 -1, ptr %3, align 4
br label %51
51: ; preds = %50, %44
%52 = load i32, ptr %3, align 4
ret i32 %52
}
declare i32 @strlen(ptr noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
!6 = distinct !{!6, !7}
!7 = !{!"llvm.loop.mustprogress"}
!8 = distinct !{!8, !7}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmp6xevk3ka.c"
target datalayout = "e-m:e-p270: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 @strstr(ptr noundef %0, ptr noundef %1) #0 {
%3 = alloca i32, align 4
%4 = alloca ptr, align 8
%5 = alloca ptr, align 8
%6 = alloca i32, align 4
%7 = alloca i32, align 4
%8 = alloca i32, align 4
store ptr %0, ptr %4, align 8
store ptr %1, ptr %5, align 8
store i32 0, ptr %6, align 4
%9 = load i32, ptr %6, align 4
%10 = load ptr, ptr %4, align 8
%11 = call i32 @strlen(ptr noundef %10)
%12 = icmp ult i32 %9, %11
br i1 %12, label %.lr.ph1, label %56
.lr.ph1: ; preds = %2
br label %13
13: ; preds = %.lr.ph1, %49
store i32 1, ptr %8, align 4
store i32 0, ptr %7, align 4
%14 = load i32, ptr %7, align 4
%15 = load ptr, ptr %5, align 8
%16 = call i32 @strlen(ptr noundef %15)
%17 = icmp ult i32 %14, %16
br i1 %17, label %.lr.ph, label %.loopexit
.lr.ph: ; preds = %13
br label %18
18: ; preds = %.lr.ph, %36
%19 = load ptr, ptr %4, align 8
%20 = load i32, ptr %6, align 4
%21 = load i32, ptr %7, align 4
%22 = add i32 %20, %21
%23 = zext i32 %22 to i64
%24 = getelementptr inbounds i8, ptr %19, i64 %23
%25 = load i8, ptr %24, align 1
%26 = sext i8 %25 to i32
%27 = load ptr, ptr %5, align 8
%28 = load i32, ptr %7, align 4
%29 = zext i32 %28 to i64
%30 = getelementptr inbounds i8, ptr %27, i64 %29
%31 = load i8, ptr %30, align 1
%32 = sext i8 %31 to i32
%33 = icmp ne i32 %26, %32
br i1 %33, label %34, label %35
34: ; preds = %18
store i32 0, ptr %8, align 4
br label %43
35: ; preds = %18
br label %36
36: ; preds = %35
%37 = load i32, ptr %7, align 4
%38 = add i32 %37, 1
store i32 %38, ptr %7, align 4
%39 = load i32, ptr %7, align 4
%40 = load ptr, ptr %5, align 8
%41 = call i32 @strlen(ptr noundef %40)
%42 = icmp ult i32 %39, %41
br i1 %42, label %18, label %..loopexit_crit_edge, !llvm.loop !6
..loopexit_crit_edge: ; preds = %36
br label %.loopexit
.loopexit: ; preds = %..loopexit_crit_edge, %13
br label %43
43: ; preds = %.loopexit, %34
%44 = load i32, ptr %8, align 4
%45 = icmp ne i32 %44, 0
br i1 %45, label %46, label %48
46: ; preds = %43
%47 = load i32, ptr %8, align 4
store i32 %47, ptr %3, align 4
br label %57
48: ; preds = %43
br label %49
49: ; preds = %48
%50 = load i32, ptr %6, align 4
%51 = add i32 %50, 1
store i32 %51, ptr %6, align 4
%52 = load i32, ptr %6, align 4
%53 = load ptr, ptr %4, align 8
%54 = call i32 @strlen(ptr noundef %53)
%55 = icmp ult i32 %52, %54
br i1 %55, label %13, label %._crit_edge, !llvm.loop !8
._crit_edge: ; preds = %49
br label %56
56: ; preds = %._crit_edge, %2
store i32 -1, ptr %3, align 4
br label %57
57: ; preds = %56, %46
%58 = load i32, ptr %3, align 4
ret i32 %58
}
declare i32 @strlen(ptr noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
!6 = distinct !{!6, !7}
!7 = !{!"llvm.loop.mustprogress"}
!8 = distinct !{!8, !7}
|
; ModuleID = '/tmp/tmpptt2h9dq.c'
source_filename = "/tmp/tmpptt2h9dq.c"
target datalayout = "e-m:e-p270: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/tmpptt2h9dq.c"
target datalayout = "e-m:e-p270: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/tmpsdo4gm74.c'
source_filename = "/tmp/tmpsdo4gm74.c"
target datalayout = "e-m:e-p270: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 [59 x i8] c"%s\0A%15.12lf %15.12lf %15.12lf\0A%15.12lf %15.12lf %15.12lf\0A\0A\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local void @showvector6(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 = getelementptr inbounds double, ptr %6, i64 0
%8 = load double, ptr %7, align 8
%9 = load ptr, ptr %4, align 8
%10 = getelementptr inbounds double, ptr %9, i64 1
%11 = load double, ptr %10, align 8
%12 = load ptr, ptr %4, align 8
%13 = getelementptr inbounds double, ptr %12, i64 2
%14 = load double, ptr %13, align 8
%15 = load ptr, ptr %4, align 8
%16 = getelementptr inbounds double, ptr %15, i64 3
%17 = load double, ptr %16, align 8
%18 = load ptr, ptr %4, align 8
%19 = getelementptr inbounds double, ptr %18, i64 4
%20 = load double, ptr %19, align 8
%21 = load ptr, ptr %4, align 8
%22 = getelementptr inbounds double, ptr %21, i64 5
%23 = load double, ptr %22, align 8
%24 = call i32 @printf(ptr noundef @.str, ptr noundef %5, double noundef %8, double noundef %11, double noundef %14, double noundef %17, double noundef %20, double noundef %23)
ret void
}
declare i32 @printf(ptr noundef, ptr noundef, double noundef, double noundef, double noundef, double noundef, double noundef, double noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmpsdo4gm74.c"
target datalayout = "e-m:e-p270: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 [59 x i8] c"%s\0A%15.12lf %15.12lf %15.12lf\0A%15.12lf %15.12lf %15.12lf\0A\0A\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local void @showvector6(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 = getelementptr inbounds double, ptr %6, i64 0
%8 = load double, ptr %7, align 8
%9 = load ptr, ptr %4, align 8
%10 = getelementptr inbounds double, ptr %9, i64 1
%11 = load double, ptr %10, align 8
%12 = load ptr, ptr %4, align 8
%13 = getelementptr inbounds double, ptr %12, i64 2
%14 = load double, ptr %13, align 8
%15 = load ptr, ptr %4, align 8
%16 = getelementptr inbounds double, ptr %15, i64 3
%17 = load double, ptr %16, align 8
%18 = load ptr, ptr %4, align 8
%19 = getelementptr inbounds double, ptr %18, i64 4
%20 = load double, ptr %19, align 8
%21 = load ptr, ptr %4, align 8
%22 = getelementptr inbounds double, ptr %21, i64 5
%23 = load double, ptr %22, align 8
%24 = call i32 @printf(ptr noundef @.str, ptr noundef %5, double noundef %8, double noundef %11, double noundef %14, double noundef %17, double noundef %20, double noundef %23)
ret void
}
declare i32 @printf(ptr noundef, ptr noundef, double noundef, double noundef, double noundef, double noundef, double noundef, double noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
|
; ModuleID = '/tmp/tmpnwgm73ec.c'
source_filename = "/tmp/tmpnwgm73ec.c"
target datalayout = "e-m:e-p270: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 @my_putnchar(i8 noundef signext %0, i32 noundef %1) #0 {
%3 = alloca i8, align 1
%4 = alloca i32, align 4
%5 = alloca i32, align 4
store i8 %0, ptr %3, align 1
store i32 %1, ptr %4, align 4
store i32 -1, ptr %5, align 4
br label %6
6: ; preds = %11, %2
%7 = load i32, ptr %5, align 4
%8 = add nsw i32 %7, 1
store i32 %8, ptr %5, align 4
%9 = load i32, ptr %4, align 4
%10 = icmp slt i32 %8, %9
br i1 %10, label %11, label %14
11: ; preds = %6
%12 = load i8, ptr %3, align 1
%13 = call i32 @my_putchar(i8 noundef signext %12)
br label %6, !llvm.loop !6
14: ; preds = %6
ret i32 0
}
declare i32 @my_putchar(i8 noundef signext) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
!6 = distinct !{!6, !7}
!7 = !{!"llvm.loop.mustprogress"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmpnwgm73ec.c"
target datalayout = "e-m:e-p270: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 @my_putnchar(i8 noundef signext %0, i32 noundef %1) #0 {
%3 = alloca i8, align 1
%4 = alloca i32, align 4
%5 = alloca i32, align 4
store i8 %0, ptr %3, align 1
store i32 %1, ptr %4, align 4
store i32 -1, ptr %5, align 4
%6 = load i32, ptr %5, align 4
%7 = add nsw i32 %6, 1
store i32 %7, ptr %5, align 4
%8 = load i32, ptr %4, align 4
%9 = icmp slt i32 %7, %8
br i1 %9, label %.lr.ph, label %17
.lr.ph: ; preds = %2
br label %10
10: ; preds = %.lr.ph, %10
%11 = load i8, ptr %3, align 1
%12 = call i32 @my_putchar(i8 noundef signext %11)
%13 = load i32, ptr %5, align 4
%14 = add nsw i32 %13, 1
store i32 %14, ptr %5, align 4
%15 = load i32, ptr %4, align 4
%16 = icmp slt i32 %14, %15
br i1 %16, label %10, label %._crit_edge, !llvm.loop !6
._crit_edge: ; preds = %10
br label %17
17: ; preds = %._crit_edge, %2
ret i32 0
}
declare i32 @my_putchar(i8 noundef signext) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
!6 = distinct !{!6, !7}
!7 = !{!"llvm.loop.mustprogress"}
|
; ModuleID = '/tmp/tmp39f4rmfe.c'
source_filename = "/tmp/tmp39f4rmfe.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@EOF = dso_local global i32 0, align 4
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @getmyline(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 %6, align 4
br label %7
7: ; preds = %28, %2
%8 = load i32, ptr %6, align 4
%9 = load i32, ptr %4, align 4
%10 = sub nsw i32 %9, 1
%11 = icmp slt i32 %8, %10
br i1 %11, label %12, label %19
12: ; preds = %7
%13 = call i32 (...) @getchar()
store i32 %13, ptr %5, align 4
%14 = load i32, ptr @EOF, align 4
%15 = icmp ne i32 %13, %14
br i1 %15, label %16, label %19
16: ; preds = %12
%17 = load i32, ptr %5, align 4
%18 = icmp ne i32 %17, 10
br label %19
19: ; preds = %16, %12, %7
%20 = phi i1 [ false, %12 ], [ false, %7 ], [ %18, %16 ]
br i1 %20, label %21, label %31
21: ; preds = %19
%22 = load i32, ptr %5, align 4
%23 = trunc i32 %22 to i8
%24 = load ptr, ptr %3, align 8
%25 = load i32, ptr %6, align 4
%26 = sext i32 %25 to i64
%27 = getelementptr inbounds i8, ptr %24, i64 %26
store i8 %23, ptr %27, align 1
br label %28
28: ; preds = %21
%29 = load i32, ptr %6, align 4
%30 = add nsw i32 %29, 1
store i32 %30, ptr %6, align 4
br label %7, !llvm.loop !6
31: ; preds = %19
%32 = load i32, ptr %5, align 4
%33 = icmp eq i32 %32, 10
br i1 %33, label %34, label %39
34: ; preds = %31
%35 = load ptr, ptr %3, align 8
%36 = load i32, ptr %6, align 4
%37 = sext i32 %36 to i64
%38 = getelementptr inbounds i8, ptr %35, i64 %37
store i8 0, ptr %38, align 1
br label %39
39: ; preds = %34, %31
%40 = load i32, ptr %6, align 4
ret i32 %40
}
declare i32 @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"}
!6 = distinct !{!6, !7}
!7 = !{!"llvm.loop.mustprogress"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmp39f4rmfe.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@EOF = dso_local global i32 0, align 4
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @getmyline(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 %6, align 4
br label %7
7: ; preds = %28, %2
%8 = load i32, ptr %6, align 4
%9 = load i32, ptr %4, align 4
%10 = sub nsw i32 %9, 1
%11 = icmp slt i32 %8, %10
br i1 %11, label %12, label %19
12: ; preds = %7
%13 = call i32 (...) @getchar()
store i32 %13, ptr %5, align 4
%14 = load i32, ptr @EOF, align 4
%15 = icmp ne i32 %13, %14
br i1 %15, label %16, label %19
16: ; preds = %12
%17 = load i32, ptr %5, align 4
%18 = icmp ne i32 %17, 10
br label %19
19: ; preds = %16, %12, %7
%20 = phi i1 [ false, %12 ], [ false, %7 ], [ %18, %16 ]
br i1 %20, label %21, label %31
21: ; preds = %19
%22 = load i32, ptr %5, align 4
%23 = trunc i32 %22 to i8
%24 = load ptr, ptr %3, align 8
%25 = load i32, ptr %6, align 4
%26 = sext i32 %25 to i64
%27 = getelementptr inbounds i8, ptr %24, i64 %26
store i8 %23, ptr %27, align 1
br label %28
28: ; preds = %21
%29 = load i32, ptr %6, align 4
%30 = add nsw i32 %29, 1
store i32 %30, ptr %6, align 4
br label %7, !llvm.loop !6
31: ; preds = %19
%32 = load i32, ptr %5, align 4
%33 = icmp eq i32 %32, 10
br i1 %33, label %34, label %39
34: ; preds = %31
%35 = load ptr, ptr %3, align 8
%36 = load i32, ptr %6, align 4
%37 = sext i32 %36 to i64
%38 = getelementptr inbounds i8, ptr %35, i64 %37
store i8 0, ptr %38, align 1
br label %39
39: ; preds = %34, %31
%40 = load i32, ptr %6, align 4
ret i32 %40
}
declare i32 @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"}
!6 = distinct !{!6, !7}
!7 = !{!"llvm.loop.mustprogress"}
|
; ModuleID = '/tmp/tmpebb9neuw.c'
source_filename = "/tmp/tmpebb9neuw.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@.str = private unnamed_addr constant [30 x i8] c"Starting video test program!\0A\00", align 1
@.str.1 = private unnamed_addr constant [15 x i8] c"192.168.209.34\00", align 1
@.str.2 = private unnamed_addr constant [23 x i8] c"Aquiring image %ld...\0A\00", align 1
@.str.3 = private unnamed_addr constant [9 x i8] c"read %d\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 [128 x i8], align 16
%9 = 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
%10 = call i32 (ptr, ...) @printf(ptr noundef @.str)
%11 = call ptr @udp_socket(ptr noundef @.str.1, i32 noundef 5000, i32 noundef 5001, i32 noundef 0)
store ptr %11, ptr %6, align 8
store i64 0, ptr %7, align 8
br label %12
12: ; preds = %2, %27
%13 = load i64, ptr %7, align 8
%14 = call i32 (ptr, ...) @printf(ptr noundef @.str.2, i64 noundef %13)
%15 = load i64, ptr %7, align 8
%16 = add nsw i64 %15, 1
store i64 %16, ptr %7, align 8
%17 = load ptr, ptr %6, align 8
%18 = call i32 @test_rtp_frame(ptr noundef %17)
%19 = load ptr, ptr %6, align 8
%20 = getelementptr inbounds [128 x i8], ptr %8, i64 0, i64 0
%21 = call i32 @udp_read(ptr noundef %19, ptr noundef %20, i32 noundef 128)
store i32 %21, ptr %9, align 4
%22 = load i32, ptr %9, align 4
%23 = icmp sgt i32 %22, 0
br i1 %23, label %24, label %27
24: ; preds = %12
%25 = load i32, ptr %9, align 4
%26 = call i32 (ptr, ...) @printf(ptr noundef @.str.3, i32 noundef %25)
br label %27
27: ; preds = %24, %12
%28 = call i32 @usleep(i32 noundef 20000)
br label %12
}
declare i32 @printf(ptr noundef, ...) #1
declare ptr @udp_socket(ptr noundef, i32 noundef, i32 noundef, i32 noundef) #1
declare i32 @test_rtp_frame(ptr noundef) #1
declare i32 @udp_read(ptr noundef, ptr noundef, i32 noundef) #1
declare i32 @usleep(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/tmpebb9neuw.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@.str = private unnamed_addr constant [30 x i8] c"Starting video test program!\0A\00", align 1
@.str.1 = private unnamed_addr constant [15 x i8] c"192.168.209.34\00", align 1
@.str.2 = private unnamed_addr constant [23 x i8] c"Aquiring image %ld...\0A\00", align 1
@.str.3 = private unnamed_addr constant [9 x i8] c"read %d\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 [128 x i8], align 16
%9 = 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
%10 = call i32 (ptr, ...) @printf(ptr noundef @.str)
%11 = call ptr @udp_socket(ptr noundef @.str.1, i32 noundef 5000, i32 noundef 5001, i32 noundef 0)
store ptr %11, ptr %6, align 8
store i64 0, ptr %7, align 8
br label %12
12: ; preds = %27, %2
%13 = load i64, ptr %7, align 8
%14 = call i32 (ptr, ...) @printf(ptr noundef @.str.2, i64 noundef %13)
%15 = load i64, ptr %7, align 8
%16 = add nsw i64 %15, 1
store i64 %16, ptr %7, align 8
%17 = load ptr, ptr %6, align 8
%18 = call i32 @test_rtp_frame(ptr noundef %17)
%19 = load ptr, ptr %6, align 8
%20 = getelementptr inbounds [128 x i8], ptr %8, i64 0, i64 0
%21 = call i32 @udp_read(ptr noundef %19, ptr noundef %20, i32 noundef 128)
store i32 %21, ptr %9, align 4
%22 = load i32, ptr %9, align 4
%23 = icmp sgt i32 %22, 0
br i1 %23, label %24, label %27
24: ; preds = %12
%25 = load i32, ptr %9, align 4
%26 = call i32 (ptr, ...) @printf(ptr noundef @.str.3, i32 noundef %25)
br label %27
27: ; preds = %24, %12
%28 = call i32 @usleep(i32 noundef 20000)
br label %12
}
declare i32 @printf(ptr noundef, ...) #1
declare ptr @udp_socket(ptr noundef, i32 noundef, i32 noundef, i32 noundef) #1
declare i32 @test_rtp_frame(ptr noundef) #1
declare i32 @udp_read(ptr noundef, ptr noundef, i32 noundef) #1
declare i32 @usleep(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/tmp41u65sad.c'
source_filename = "/tmp/tmp41u65sad.c"
target datalayout = "e-m:e-p270: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/tmp41u65sad.c"
target datalayout = "e-m:e-p270: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/tmp4j7d710s.c'
source_filename = "/tmp/tmp4j7d710s.c"
target datalayout = "e-m:e-p270: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"<TR>\0A\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local void @cgiSimpleTableRowStart() #0 {
%1 = call i32 @printf(ptr noundef @.str)
ret void
}
declare i32 @printf(ptr noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmp4j7d710s.c"
target datalayout = "e-m:e-p270: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"<TR>\0A\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local void @cgiSimpleTableRowStart() #0 {
%1 = call i32 @printf(ptr noundef @.str)
ret void
}
declare i32 @printf(ptr noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
|
; ModuleID = '/tmp/tmpt27ylxqk.c'
source_filename = "/tmp/tmpt27ylxqk.c"
target datalayout = "e-m:e-p270: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 [22 x i8] c"%s:%d out of memory, \00", align 1
@.str.1 = private unnamed_addr constant [136 x i8] c"/scratch/repos/new/home/jordi_armengol_estape/c-scraper/outputs/2022-01-22/02-19-57/repos/mtsolekas/corgan/refs/heads/master/src/util.c\00", align 1
; 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) #4
store ptr %5, ptr %3, align 8
%6 = load ptr, ptr %3, align 8
%7 = icmp ne ptr %6, null
br i1 %7, label %15, label %8
8: ; preds = %1
%9 = load i64, ptr %2, align 8
%10 = icmp ne i64 %9, 0
br i1 %10, label %11, label %15
11: ; preds = %8
%12 = load i32, ptr @stderr, align 4
%13 = call i32 @fprintf(i32 noundef %12, ptr noundef @.str, ptr noundef @.str.1, i32 noundef 36)
%14 = call i32 (...) @abort() #5
unreachable
15: ; preds = %8, %1
%16 = load ptr, ptr %3, align 8
ret ptr %16
}
; Function Attrs: allocsize(0)
declare ptr @malloc(i64 noundef) #1
declare i32 @fprintf(i32 noundef, ptr noundef, ptr noundef, i32 noundef) #2
; Function Attrs: noreturn
declare i32 @abort(...) #3
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { allocsize(0) "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #2 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #3 = { noreturn "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #4 = { allocsize(0) }
attributes #5 = { 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/tmpt27ylxqk.c"
target datalayout = "e-m:e-p270: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 [22 x i8] c"%s:%d out of memory, \00", align 1
@.str.1 = private unnamed_addr constant [136 x i8] c"/scratch/repos/new/home/jordi_armengol_estape/c-scraper/outputs/2022-01-22/02-19-57/repos/mtsolekas/corgan/refs/heads/master/src/util.c\00", align 1
; 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) #4
store ptr %5, ptr %3, align 8
%6 = load ptr, ptr %3, align 8
%7 = icmp ne ptr %6, null
br i1 %7, label %15, label %8
8: ; preds = %1
%9 = load i64, ptr %2, align 8
%10 = icmp ne i64 %9, 0
br i1 %10, label %11, label %15
11: ; preds = %8
%12 = load i32, ptr @stderr, align 4
%13 = call i32 @fprintf(i32 noundef %12, ptr noundef @.str, ptr noundef @.str.1, i32 noundef 36)
%14 = call i32 (...) @abort() #5
unreachable
15: ; preds = %8, %1
%16 = load ptr, ptr %3, align 8
ret ptr %16
}
; Function Attrs: allocsize(0)
declare ptr @malloc(i64 noundef) #1
declare i32 @fprintf(i32 noundef, ptr noundef, ptr noundef, i32 noundef) #2
; Function Attrs: noreturn
declare i32 @abort(...) #3
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { allocsize(0) "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #2 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #3 = { noreturn "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #4 = { allocsize(0) }
attributes #5 = { 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/tmp7dlnu9k5.c'
source_filename = "/tmp/tmp7dlnu9k5.c"
target datalayout = "e-m:e-p270: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.uicontrol_zmereno.msgqq = private unnamed_addr constant [12 x i8] c"ahoj\00\00\00\00\00\00\00\00", align 1
@uicontrol_zmereno.stav = internal global i32 -1, align 4
@.str = private unnamed_addr constant [2 x i8] c"x\00", align 1
@.str.1 = private unnamed_addr constant [2 x i8] c"y\00", align 1
@.str.2 = private unnamed_addr constant [2 x i8] c"z\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local void @uicontrol_zmereno(i32 noundef %0) #0 {
%2 = alloca i32, align 4
%3 = alloca [12 x i8], align 1
store i32 %0, ptr %2, align 4
call void @llvm.memcpy.p0.p0.i64(ptr align 1 %3, ptr align 1 @__const.uicontrol_zmereno.msgqq, i64 12, i1 false)
%4 = load i32, ptr %2, align 4
%5 = load i32, ptr @uicontrol_zmereno.stav, align 4
%6 = icmp ne i32 %4, %5
br i1 %6, label %7, label %23
7: ; preds = %1
%8 = load i32, ptr %2, align 4
%9 = icmp eq i32 %8, 1
br i1 %9, label %10, label %14
10: ; preds = %7
%11 = getelementptr inbounds [12 x i8], ptr %3, i64 0, i64 0
store i8 -112, ptr %11, align 1
%12 = getelementptr inbounds [12 x i8], ptr %3, i64 0, i64 0
%13 = call i32 @write_port(ptr noundef %12)
br label %21
14: ; preds = %7
%15 = call i32 @printf(ptr noundef @.str)
%16 = getelementptr inbounds [12 x i8], ptr %3, i64 0, i64 0
store i8 10, ptr %16, align 1
%17 = call i32 @printf(ptr noundef @.str.1)
%18 = getelementptr inbounds [12 x i8], ptr %3, i64 0, i64 0
%19 = call i32 @write_port(ptr noundef %18)
%20 = call i32 @printf(ptr noundef @.str.2)
br label %21
21: ; preds = %14, %10
%22 = load i32, ptr %2, align 4
store i32 %22, ptr @uicontrol_zmereno.stav, align 4
br label %23
23: ; preds = %21, %1
ret void
}
; 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 @write_port(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/tmp7dlnu9k5.c"
target datalayout = "e-m:e-p270: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.uicontrol_zmereno.msgqq = private unnamed_addr constant [12 x i8] c"ahoj\00\00\00\00\00\00\00\00", align 1
@uicontrol_zmereno.stav = internal global i32 -1, align 4
@.str = private unnamed_addr constant [2 x i8] c"x\00", align 1
@.str.1 = private unnamed_addr constant [2 x i8] c"y\00", align 1
@.str.2 = private unnamed_addr constant [2 x i8] c"z\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local void @uicontrol_zmereno(i32 noundef %0) #0 {
%2 = alloca i32, align 4
%3 = alloca [12 x i8], align 1
store i32 %0, ptr %2, align 4
call void @llvm.memcpy.p0.p0.i64(ptr align 1 %3, ptr align 1 @__const.uicontrol_zmereno.msgqq, i64 12, i1 false)
%4 = load i32, ptr %2, align 4
%5 = load i32, ptr @uicontrol_zmereno.stav, align 4
%6 = icmp ne i32 %4, %5
br i1 %6, label %7, label %23
7: ; preds = %1
%8 = load i32, ptr %2, align 4
%9 = icmp eq i32 %8, 1
br i1 %9, label %10, label %14
10: ; preds = %7
%11 = getelementptr inbounds [12 x i8], ptr %3, i64 0, i64 0
store i8 -112, ptr %11, align 1
%12 = getelementptr inbounds [12 x i8], ptr %3, i64 0, i64 0
%13 = call i32 @write_port(ptr noundef %12)
br label %21
14: ; preds = %7
%15 = call i32 @printf(ptr noundef @.str)
%16 = getelementptr inbounds [12 x i8], ptr %3, i64 0, i64 0
store i8 10, ptr %16, align 1
%17 = call i32 @printf(ptr noundef @.str.1)
%18 = getelementptr inbounds [12 x i8], ptr %3, i64 0, i64 0
%19 = call i32 @write_port(ptr noundef %18)
%20 = call i32 @printf(ptr noundef @.str.2)
br label %21
21: ; preds = %14, %10
%22 = load i32, ptr %2, align 4
store i32 %22, ptr @uicontrol_zmereno.stav, align 4
br label %23
23: ; preds = %21, %1
ret void
}
; 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 @write_port(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/tmpdaqvd52g.c'
source_filename = "/tmp/tmpdaqvd52g.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@.str = private unnamed_addr constant [2 x i8] c"r\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i64 @fsize(ptr noundef %0) #0 {
%2 = alloca ptr, align 8
%3 = alloca ptr, align 8
%4 = alloca i64, align 8
store ptr %0, ptr %2, align 8
%5 = load ptr, ptr %2, align 8
%6 = call ptr @fopen(ptr noundef %5, ptr noundef @.str)
store ptr %6, ptr %3, align 8
%7 = load ptr, ptr %3, align 8
%8 = call i64 @ftell(ptr noundef %7)
store i64 %8, ptr %4, align 8
%9 = load ptr, ptr %3, align 8
%10 = call i32 @fclose(ptr noundef %9)
%11 = load i64, ptr %4, align 8
ret i64 %11
}
declare ptr @fopen(ptr noundef, ptr noundef) #1
declare i64 @ftell(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/tmpdaqvd52g.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@.str = private unnamed_addr constant [2 x i8] c"r\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i64 @fsize(ptr noundef %0) #0 {
%2 = alloca ptr, align 8
%3 = alloca ptr, align 8
%4 = alloca i64, align 8
store ptr %0, ptr %2, align 8
%5 = load ptr, ptr %2, align 8
%6 = call ptr @fopen(ptr noundef %5, ptr noundef @.str)
store ptr %6, ptr %3, align 8
%7 = load ptr, ptr %3, align 8
%8 = call i64 @ftell(ptr noundef %7)
store i64 %8, ptr %4, align 8
%9 = load ptr, ptr %3, align 8
%10 = call i32 @fclose(ptr noundef %9)
%11 = load i64, ptr %4, align 8
ret i64 %11
}
declare ptr @fopen(ptr noundef, ptr noundef) #1
declare i64 @ftell(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 = '/tmp/tmpvoffpe4b.c'
source_filename = "/tmp/tmpvoffpe4b.c"
target datalayout = "e-m:e-p270: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 @UARTFIFOLevelSet(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 = call i32 @_UARTBaseValid(i32 noundef %7)
%9 = call i32 @ASSERT(i32 noundef %8)
%10 = load i32, ptr %5, align 4
%11 = icmp eq i32 %10, 0
br i1 %11, label %24, label %12
12: ; preds = %3
%13 = load i32, ptr %5, align 4
%14 = icmp eq i32 %13, 1
br i1 %14, label %24, label %15
15: ; preds = %12
%16 = load i32, ptr %5, align 4
%17 = icmp eq i32 %16, 2
br i1 %17, label %24, label %18
18: ; preds = %15
%19 = load i32, ptr %5, align 4
%20 = icmp eq i32 %19, 3
br i1 %20, label %24, label %21
21: ; preds = %18
%22 = load i32, ptr %5, align 4
%23 = icmp eq i32 %22, 4
br label %24
24: ; preds = %21, %18, %15, %12, %3
%25 = phi i1 [ true, %18 ], [ true, %15 ], [ true, %12 ], [ true, %3 ], [ %23, %21 ]
%26 = zext i1 %25 to i32
%27 = call i32 @ASSERT(i32 noundef %26)
%28 = load i32, ptr %6, align 4
%29 = icmp eq i32 %28, 0
br i1 %29, label %42, label %30
30: ; preds = %24
%31 = load i32, ptr %6, align 4
%32 = icmp eq i32 %31, 8
br i1 %32, label %42, label %33
33: ; preds = %30
%34 = load i32, ptr %6, align 4
%35 = icmp eq i32 %34, 16
br i1 %35, label %42, label %36
36: ; preds = %33
%37 = load i32, ptr %6, align 4
%38 = icmp eq i32 %37, 24
br i1 %38, label %42, label %39
39: ; preds = %36
%40 = load i32, ptr %6, align 4
%41 = icmp eq i32 %40, 32
br label %42
42: ; preds = %39, %36, %33, %30, %24
%43 = phi i1 [ true, %36 ], [ true, %33 ], [ true, %30 ], [ true, %24 ], [ %41, %39 ]
%44 = zext i1 %43 to i32
%45 = call i32 @ASSERT(i32 noundef %44)
%46 = load i32, ptr %5, align 4
%47 = load i32, ptr %6, align 4
%48 = or i32 %46, %47
%49 = load i32, ptr %4, align 4
%50 = add nsw i32 %49, 52
%51 = sext i32 %50 to i64
%52 = inttoptr i64 %51 to ptr
store volatile i32 %48, ptr %52, align 4
ret void
}
declare i32 @ASSERT(i32 noundef) #1
declare i32 @_UARTBaseValid(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/tmpvoffpe4b.c"
target datalayout = "e-m:e-p270: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 @UARTFIFOLevelSet(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 = call i32 @_UARTBaseValid(i32 noundef %7)
%9 = call i32 @ASSERT(i32 noundef %8)
%10 = load i32, ptr %5, align 4
%11 = icmp eq i32 %10, 0
br i1 %11, label %24, label %12
12: ; preds = %3
%13 = load i32, ptr %5, align 4
%14 = icmp eq i32 %13, 1
br i1 %14, label %24, label %15
15: ; preds = %12
%16 = load i32, ptr %5, align 4
%17 = icmp eq i32 %16, 2
br i1 %17, label %24, label %18
18: ; preds = %15
%19 = load i32, ptr %5, align 4
%20 = icmp eq i32 %19, 3
br i1 %20, label %24, label %21
21: ; preds = %18
%22 = load i32, ptr %5, align 4
%23 = icmp eq i32 %22, 4
br label %24
24: ; preds = %21, %18, %15, %12, %3
%25 = phi i1 [ true, %18 ], [ true, %15 ], [ true, %12 ], [ true, %3 ], [ %23, %21 ]
%26 = zext i1 %25 to i32
%27 = call i32 @ASSERT(i32 noundef %26)
%28 = load i32, ptr %6, align 4
%29 = icmp eq i32 %28, 0
br i1 %29, label %42, label %30
30: ; preds = %24
%31 = load i32, ptr %6, align 4
%32 = icmp eq i32 %31, 8
br i1 %32, label %42, label %33
33: ; preds = %30
%34 = load i32, ptr %6, align 4
%35 = icmp eq i32 %34, 16
br i1 %35, label %42, label %36
36: ; preds = %33
%37 = load i32, ptr %6, align 4
%38 = icmp eq i32 %37, 24
br i1 %38, label %42, label %39
39: ; preds = %36
%40 = load i32, ptr %6, align 4
%41 = icmp eq i32 %40, 32
br label %42
42: ; preds = %39, %36, %33, %30, %24
%43 = phi i1 [ true, %36 ], [ true, %33 ], [ true, %30 ], [ true, %24 ], [ %41, %39 ]
%44 = zext i1 %43 to i32
%45 = call i32 @ASSERT(i32 noundef %44)
%46 = load i32, ptr %5, align 4
%47 = load i32, ptr %6, align 4
%48 = or i32 %46, %47
%49 = load i32, ptr %4, align 4
%50 = add nsw i32 %49, 52
%51 = sext i32 %50 to i64
%52 = inttoptr i64 %51 to ptr
store volatile i32 %48, ptr %52, align 4
ret void
}
declare i32 @ASSERT(i32 noundef) #1
declare i32 @_UARTBaseValid(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/tmpq3_raewj.c'
source_filename = "/tmp/tmpq3_raewj.c"
target datalayout = "e-m:e-p270: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() #0 {
%1 = alloca double, align 8
%2 = alloca double, align 8
%3 = alloca double, align 8
%4 = alloca double, align 8
%5 = alloca i32, align 4
%6 = call double (...) @tic()
store double %6, ptr %4, align 8
store i32 0, ptr %5, align 4
br label %7
7: ; preds = %21, %0
%8 = load i32, ptr %5, align 4
%9 = icmp slt i32 %8, 1000000
br i1 %9, label %10, label %24
10: ; preds = %7
%11 = call double (...) @rand_double()
%12 = call double @llvm.fmuladd.f64(double %11, double 1.000000e+03, double -5.000000e+02)
store double %12, ptr %2, align 8
%13 = load double, ptr %2, align 8
%14 = call double @stdlib_base_signum(double noundef %13)
store double %14, ptr %3, align 8
%15 = load double, ptr %3, align 8
%16 = load double, ptr %3, align 8
%17 = fcmp une double %15, %16
br i1 %17, label %18, label %20
18: ; preds = %10
%19 = call i32 @printf(ptr noundef @.str)
br label %24
20: ; preds = %10
br label %21
21: ; preds = %20
%22 = load i32, ptr %5, align 4
%23 = add nsw i32 %22, 1
store i32 %23, ptr %5, align 4
br label %7, !llvm.loop !6
24: ; preds = %18, %7
%25 = call double (...) @tic()
%26 = load double, ptr %4, align 8
%27 = fsub double %25, %26
store double %27, ptr %1, align 8
%28 = load double, ptr %3, align 8
%29 = load double, ptr %3, align 8
%30 = fcmp une double %28, %29
br i1 %30, label %31, label %33
31: ; preds = %24
%32 = call i32 @printf(ptr noundef @.str)
br label %33
33: ; preds = %31, %24
%34 = load double, ptr %1, align 8
ret double %34
}
declare double @tic(...) #1
declare double @rand_double(...) #1
; Function Attrs: nocallback nofree nosync nounwind speculatable willreturn memory(none)
declare double @llvm.fmuladd.f64(double, double, double) #2
declare double @stdlib_base_signum(double noundef) #1
declare i32 @printf(ptr noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #2 = { nocallback nofree 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"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmpq3_raewj.c"
target datalayout = "e-m:e-p270: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() #0 {
%1 = alloca double, align 8
%2 = alloca double, align 8
%3 = alloca double, align 8
%4 = alloca double, align 8
%5 = alloca i32, align 4
%6 = call double (...) @tic()
store double %6, ptr %4, align 8
store i32 0, ptr %5, align 4
%7 = load i32, ptr %5, align 4
%8 = icmp slt i32 %7, 1000000
br i1 %8, label %.lr.ph, label %.loopexit
.lr.ph: ; preds = %0
br label %9
9: ; preds = %.lr.ph, %20
%10 = call double (...) @rand_double()
%11 = call double @llvm.fmuladd.f64(double %10, double 1.000000e+03, double -5.000000e+02)
store double %11, ptr %2, align 8
%12 = load double, ptr %2, align 8
%13 = call double @stdlib_base_signum(double noundef %12)
store double %13, ptr %3, align 8
%14 = load double, ptr %3, align 8
%15 = load double, ptr %3, align 8
%16 = fcmp une double %14, %15
br i1 %16, label %17, label %19
17: ; preds = %9
%18 = call i32 @printf(ptr noundef @.str)
br label %25
19: ; preds = %9
br label %20
20: ; preds = %19
%21 = load i32, ptr %5, align 4
%22 = add nsw i32 %21, 1
store i32 %22, ptr %5, align 4
%23 = load i32, ptr %5, align 4
%24 = icmp slt i32 %23, 1000000
br i1 %24, label %9, label %..loopexit_crit_edge, !llvm.loop !6
..loopexit_crit_edge: ; preds = %20
br label %.loopexit
.loopexit: ; preds = %..loopexit_crit_edge, %0
br label %25
25: ; preds = %.loopexit, %17
%26 = call double (...) @tic()
%27 = load double, ptr %4, align 8
%28 = fsub double %26, %27
store double %28, ptr %1, align 8
%29 = load double, ptr %3, align 8
%30 = load double, ptr %3, align 8
%31 = fcmp une double %29, %30
br i1 %31, label %32, label %34
32: ; preds = %25
%33 = call i32 @printf(ptr noundef @.str)
br label %34
34: ; preds = %32, %25
%35 = load double, ptr %1, align 8
ret double %35
}
declare double @tic(...) #1
declare double @rand_double(...) #1
; Function Attrs: nocallback nofree nosync nounwind speculatable willreturn memory(none)
declare double @llvm.fmuladd.f64(double, double, double) #2
declare double @stdlib_base_signum(double noundef) #1
declare i32 @printf(ptr noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #2 = { nocallback nofree 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"}
|
; ModuleID = '/tmp/tmp95f_6h6m.c'
source_filename = "/tmp/tmp95f_6h6m.c"
target datalayout = "e-m:e-p270: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"%lu\0A\00", align 1
@CHAR_BIT = dso_local global i32 0, align 4
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @hlp_wordsize() #0 {
%1 = load i32, ptr @CHAR_BIT, align 4
%2 = sext i32 %1 to i64
%3 = mul i64 %2, 8
%4 = trunc i64 %3 to i32
%5 = call i32 @printf(ptr noundef @.str, i32 noundef %4)
ret i32 0
}
declare i32 @printf(ptr noundef, i32 noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmp95f_6h6m.c"
target datalayout = "e-m:e-p270: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"%lu\0A\00", align 1
@CHAR_BIT = dso_local global i32 0, align 4
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @hlp_wordsize() #0 {
%1 = load i32, ptr @CHAR_BIT, align 4
%2 = sext i32 %1 to i64
%3 = mul i64 %2, 8
%4 = trunc i64 %3 to i32
%5 = call i32 @printf(ptr noundef @.str, i32 noundef %4)
ret i32 0
}
declare i32 @printf(ptr noundef, i32 noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
|
; ModuleID = '/tmp/tmp7dflk81_.c'
source_filename = "/tmp/tmp7dflk81_.c"
target datalayout = "e-m:e-p270: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"test\00", align 1
@.str.1 = private unnamed_addr constant [6 x i8] c" test\00", align 1
@.str.2 = private unnamed_addr constant [6 x i8] c"test \00", align 1
@.str.3 = private unnamed_addr constant [7 x i8] c" test \00", align 1
@.str.4 = private unnamed_addr constant [6 x i8] c"test\0A\00", align 1
@.str.5 = private unnamed_addr constant [12 x i8] c" test \00", align 1
@.str.6 = private unnamed_addr constant [1 x i8] zeroinitializer, align 1
@.str.7 = private unnamed_addr constant [8 x i8] c" \0A \0A\00", align 1
@.str.8 = private unnamed_addr constant [6 x i8] c"te st\00", align 1
@.str.9 = private unnamed_addr constant [8 x i8] c" te st \00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local void @trim_runTests() #0 {
%1 = call i32 @run(ptr noundef @.str, ptr noundef @.str)
%2 = call i32 @run(ptr noundef @.str.1, ptr noundef @.str)
%3 = call i32 @run(ptr noundef @.str.2, ptr noundef @.str)
%4 = call i32 @run(ptr noundef @.str.3, ptr noundef @.str)
%5 = call i32 @run(ptr noundef @.str.4, ptr noundef @.str)
%6 = call i32 @run(ptr noundef @.str.5, ptr noundef @.str)
%7 = call i32 @run(ptr noundef @.str.6, ptr noundef @.str.6)
%8 = call i32 @run(ptr noundef @.str.7, ptr noundef @.str.6)
%9 = call i32 @run(ptr noundef @.str.8, ptr noundef @.str.8)
%10 = call i32 @run(ptr noundef @.str.9, ptr noundef @.str.8)
ret void
}
declare i32 @run(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/tmp7dflk81_.c"
target datalayout = "e-m:e-p270: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"test\00", align 1
@.str.1 = private unnamed_addr constant [6 x i8] c" test\00", align 1
@.str.2 = private unnamed_addr constant [6 x i8] c"test \00", align 1
@.str.3 = private unnamed_addr constant [7 x i8] c" test \00", align 1
@.str.4 = private unnamed_addr constant [6 x i8] c"test\0A\00", align 1
@.str.5 = private unnamed_addr constant [12 x i8] c" test \00", align 1
@.str.6 = private unnamed_addr constant [1 x i8] zeroinitializer, align 1
@.str.7 = private unnamed_addr constant [8 x i8] c" \0A \0A\00", align 1
@.str.8 = private unnamed_addr constant [6 x i8] c"te st\00", align 1
@.str.9 = private unnamed_addr constant [8 x i8] c" te st \00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local void @trim_runTests() #0 {
%1 = call i32 @run(ptr noundef @.str, ptr noundef @.str)
%2 = call i32 @run(ptr noundef @.str.1, ptr noundef @.str)
%3 = call i32 @run(ptr noundef @.str.2, ptr noundef @.str)
%4 = call i32 @run(ptr noundef @.str.3, ptr noundef @.str)
%5 = call i32 @run(ptr noundef @.str.4, ptr noundef @.str)
%6 = call i32 @run(ptr noundef @.str.5, ptr noundef @.str)
%7 = call i32 @run(ptr noundef @.str.6, ptr noundef @.str.6)
%8 = call i32 @run(ptr noundef @.str.7, ptr noundef @.str.6)
%9 = call i32 @run(ptr noundef @.str.8, ptr noundef @.str.8)
%10 = call i32 @run(ptr noundef @.str.9, ptr noundef @.str.8)
ret void
}
declare i32 @run(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/tmpsdiyw45e.c'
source_filename = "/tmp/tmpsdiyw45e.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local signext i8 @AMCRandomChar(i8 noundef signext %0, i8 noundef signext %1) #0 {
%3 = alloca i8, align 1
%4 = alloca i8, align 1
store i8 %0, ptr %3, align 1
store i8 %1, ptr %4, align 1
%5 = load i8, ptr %3, align 1
%6 = load i8, ptr %4, align 1
%7 = call signext i8 @_random_char_func(i8 noundef signext %5, i8 noundef signext %6)
ret i8 %7
}
declare signext i8 @_random_char_func(i8 noundef signext, 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/tmpsdiyw45e.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local signext i8 @AMCRandomChar(i8 noundef signext %0, i8 noundef signext %1) #0 {
%3 = alloca i8, align 1
%4 = alloca i8, align 1
store i8 %0, ptr %3, align 1
store i8 %1, ptr %4, align 1
%5 = load i8, ptr %3, align 1
%6 = load i8, ptr %4, align 1
%7 = call signext i8 @_random_char_func(i8 noundef signext %5, i8 noundef signext %6)
ret i8 %7
}
declare signext i8 @_random_char_func(i8 noundef signext, 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/tmp1rdu_rwp.c'
source_filename = "/tmp/tmp1rdu_rwp.c"
target datalayout = "e-m:e-p270: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/tmp1rdu_rwp.c"
target datalayout = "e-m:e-p270: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/tmp2om_0vpz.c'
source_filename = "/tmp/tmp2om_0vpz.c"
target datalayout = "e-m:e-p270: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 @rand_initialize() #0 {
%1 = call i32 (...) @init_std_data()
ret void
}
declare i32 @init_std_data(...) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"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/tmp2om_0vpz.c"
target datalayout = "e-m:e-p270: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 @rand_initialize() #0 {
%1 = call i32 (...) @init_std_data()
ret void
}
declare i32 @init_std_data(...) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"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/tmps_i4zj29.c'
source_filename = "/tmp/tmps_i4zj29.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@.str = private unnamed_addr constant [10 x i8] c"/dev/zero\00", align 1
@.str.1 = private unnamed_addr constant [2 x i8] c"r\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 ptr, align 8
%5 = alloca i32, align 4
%6 = alloca ptr, align 8
store i32 %0, ptr %3, align 4
store ptr %1, ptr %4, align 8
%7 = call ptr @fopen(ptr noundef @.str, ptr noundef @.str.1)
store ptr %7, ptr %6, align 8
%8 = load ptr, ptr %6, align 8
%9 = call i32 @fread(ptr noundef %5, i32 noundef 4, i32 noundef 1, ptr noundef %8)
%10 = load ptr, ptr %6, align 8
%11 = call i32 @fclose(ptr noundef %10)
ret i32 0
}
declare ptr @fopen(ptr noundef, ptr noundef) #1
declare i32 @fread(ptr noundef, i32 noundef, i32 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/tmps_i4zj29.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@.str = private unnamed_addr constant [10 x i8] c"/dev/zero\00", align 1
@.str.1 = private unnamed_addr constant [2 x i8] c"r\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 ptr, align 8
%5 = alloca i32, align 4
%6 = alloca ptr, align 8
store i32 %0, ptr %3, align 4
store ptr %1, ptr %4, align 8
%7 = call ptr @fopen(ptr noundef @.str, ptr noundef @.str.1)
store ptr %7, ptr %6, align 8
%8 = load ptr, ptr %6, align 8
%9 = call i32 @fread(ptr noundef %5, i32 noundef 4, i32 noundef 1, ptr noundef %8)
%10 = load ptr, ptr %6, align 8
%11 = call i32 @fclose(ptr noundef %10)
ret i32 0
}
declare ptr @fopen(ptr noundef, ptr noundef) #1
declare i32 @fread(ptr noundef, i32 noundef, i32 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 = '/tmp/tmpsd9rbwp5.c'
source_filename = "/tmp/tmpsd9rbwp5.c"
target datalayout = "e-m:e-p270: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 [17 x i8] c"how many terms? \00", align 1
@.str.1 = private unnamed_addr constant [3 x i8] c"%d\00", align 1
@.str.2 = private unnamed_addr constant [13 x i8] c"value of x? \00", align 1
@.str.3 = private unnamed_addr constant [3 x i8] c"%f\00", align 1
@.str.4 = private unnamed_addr constant [40 x i8] c"approximate value of sin(%.6f) is %.6f\0A\00", align 1
@.str.5 = private unnamed_addr constant [40 x i8] c"this is %e greater than the exact value\00", align 1
@.str.6 = private unnamed_addr constant [37 x i8] c"this is %e less than the exact value\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 float, align 4
%4 = alloca float, align 4
%5 = alloca float, align 4
%6 = alloca i32, align 4
%7 = alloca i32, align 4
%8 = alloca i32, align 4
%9 = alloca i32, align 4
%10 = alloca i32, align 4
%11 = alloca float, align 4
store i32 0, ptr %1, align 4
store i32 0, ptr %2, align 4
store float 0.000000e+00, ptr %3, align 4
store float 0.000000e+00, ptr %4, align 4
store float 0.000000e+00, ptr %5, align 4
store i32 0, ptr %6, align 4
%12 = call i32 (ptr, ...) @printf(ptr noundef @.str)
%13 = call i32 (ptr, ...) @scanf(ptr noundef @.str.1, ptr noundef %2)
%14 = call i32 (ptr, ...) @printf(ptr noundef @.str.2)
%15 = call i32 (ptr, ...) @scanf(ptr noundef @.str.3, ptr noundef %3)
%16 = load float, ptr %3, align 4
%17 = fpext float %16 to double
%18 = fmul double %17, 0x3F91DF46A2506B91
%19 = fptrunc double %18 to float
store float %19, ptr %3, align 4
store i32 1, ptr %7, align 4
store i32 0, ptr %8, align 4
store i32 1, ptr %8, align 4
br label %20
20: ; preds = %59, %0
%21 = load i32, ptr %8, align 4
%22 = load i32, ptr %2, align 4
%23 = add nsw i32 %22, 1
%24 = icmp slt i32 %21, %23
br i1 %24, label %25, label %62
25: ; preds = %20
store i32 1, ptr %9, align 4
%26 = load i32, ptr %7, align 4
store i32 %26, ptr %10, align 4
br label %27
27: ; preds = %34, %25
%28 = load i32, ptr %10, align 4
%29 = icmp sgt i32 %28, 0
br i1 %29, label %30, label %37
30: ; preds = %27
%31 = load i32, ptr %10, align 4
%32 = load i32, ptr %9, align 4
%33 = mul nsw i32 %32, %31
store i32 %33, ptr %9, align 4
br label %34
34: ; preds = %30
%35 = load i32, ptr %10, align 4
%36 = add nsw i32 %35, -1
store i32 %36, ptr %10, align 4
br label %27, !llvm.loop !6
37: ; preds = %27
%38 = load float, ptr %3, align 4
%39 = load i32, ptr %7, align 4
%40 = call float @pow(float noundef %38, i32 noundef %39)
%41 = load i32, ptr %9, align 4
%42 = sitofp i32 %41 to float
%43 = fdiv float %40, %42
store float %43, ptr %11, align 4
%44 = load i32, ptr %8, align 4
%45 = srem i32 %44, 2
%46 = icmp ne i32 %45, 0
br i1 %46, label %47, label %51
47: ; preds = %37
%48 = load float, ptr %11, align 4
%49 = load float, ptr %4, align 4
%50 = fadd float %49, %48
store float %50, ptr %4, align 4
br label %55
51: ; preds = %37
%52 = load float, ptr %11, align 4
%53 = load float, ptr %4, align 4
%54 = fsub float %53, %52
store float %54, ptr %4, align 4
br label %55
55: ; preds = %51, %47
%56 = phi float [ %50, %47 ], [ %54, %51 ]
%57 = load i32, ptr %7, align 4
%58 = add nsw i32 %57, 2
store i32 %58, ptr %7, align 4
br label %59
59: ; preds = %55
%60 = load i32, ptr %8, align 4
%61 = add nsw i32 %60, 1
store i32 %61, ptr %8, align 4
br label %20, !llvm.loop !8
62: ; preds = %20
%63 = load float, ptr %3, align 4
%64 = fpext float %63 to double
%65 = load float, ptr %4, align 4
%66 = fpext float %65 to double
%67 = call i32 (ptr, ...) @printf(ptr noundef @.str.4, double noundef %64, double noundef %66)
%68 = load float, ptr %3, align 4
%69 = call float @sin(float noundef %68)
%70 = load float, ptr %4, align 4
%71 = fsub float %69, %70
store float %71, ptr %5, align 4
%72 = load float, ptr %5, align 4
%73 = fcmp ogt float %72, 0.000000e+00
br i1 %73, label %74, label %78
74: ; preds = %62
%75 = load float, ptr %5, align 4
%76 = fpext float %75 to double
%77 = call i32 (ptr, ...) @printf(ptr noundef @.str.5, double noundef %76)
br label %82
78: ; preds = %62
%79 = load float, ptr %5, align 4
%80 = call double @abs(float noundef %79)
%81 = call i32 (ptr, ...) @printf(ptr noundef @.str.6, double noundef %80)
br label %82
82: ; preds = %78, %74
%83 = phi i32 [ %77, %74 ], [ %81, %78 ]
ret i32 0
}
declare i32 @printf(ptr noundef, ...) #1
declare i32 @scanf(ptr noundef, ...) #1
declare float @pow(float noundef, i32 noundef) #1
declare float @sin(float noundef) #1
declare double @abs(float noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
!6 = distinct !{!6, !7}
!7 = !{!"llvm.loop.mustprogress"}
!8 = distinct !{!8, !7}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmpsd9rbwp5.c"
target datalayout = "e-m:e-p270: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 [17 x i8] c"how many terms? \00", align 1
@.str.1 = private unnamed_addr constant [3 x i8] c"%d\00", align 1
@.str.2 = private unnamed_addr constant [13 x i8] c"value of x? \00", align 1
@.str.3 = private unnamed_addr constant [3 x i8] c"%f\00", align 1
@.str.4 = private unnamed_addr constant [40 x i8] c"approximate value of sin(%.6f) is %.6f\0A\00", align 1
@.str.5 = private unnamed_addr constant [40 x i8] c"this is %e greater than the exact value\00", align 1
@.str.6 = private unnamed_addr constant [37 x i8] c"this is %e less than the exact value\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 float, align 4
%4 = alloca float, align 4
%5 = alloca float, align 4
%6 = alloca i32, align 4
%7 = alloca i32, align 4
%8 = alloca i32, align 4
%9 = alloca i32, align 4
%10 = alloca i32, align 4
%11 = alloca float, align 4
store i32 0, ptr %1, align 4
store i32 0, ptr %2, align 4
store float 0.000000e+00, ptr %3, align 4
store float 0.000000e+00, ptr %4, align 4
store float 0.000000e+00, ptr %5, align 4
store i32 0, ptr %6, align 4
%12 = call i32 (ptr, ...) @printf(ptr noundef @.str)
%13 = call i32 (ptr, ...) @scanf(ptr noundef @.str.1, ptr noundef %2)
%14 = call i32 (ptr, ...) @printf(ptr noundef @.str.2)
%15 = call i32 (ptr, ...) @scanf(ptr noundef @.str.3, ptr noundef %3)
%16 = load float, ptr %3, align 4
%17 = fpext float %16 to double
%18 = fmul double %17, 0x3F91DF46A2506B91
%19 = fptrunc double %18 to float
store float %19, ptr %3, align 4
store i32 1, ptr %7, align 4
store i32 0, ptr %8, align 4
store i32 1, ptr %8, align 4
%20 = load i32, ptr %8, align 4
%21 = load i32, ptr %2, align 4
%22 = add nsw i32 %21, 1
%23 = icmp slt i32 %20, %22
br i1 %23, label %.lr.ph2, label %66
.lr.ph2: ; preds = %0
br label %24
24: ; preds = %.lr.ph2, %59
store i32 1, ptr %9, align 4
%25 = load i32, ptr %7, align 4
store i32 %25, ptr %10, align 4
%26 = load i32, ptr %10, align 4
%27 = icmp sgt i32 %26, 0
br i1 %27, label %.lr.ph, label %37
.lr.ph: ; preds = %24
br label %28
28: ; preds = %.lr.ph, %32
%29 = load i32, ptr %10, align 4
%30 = load i32, ptr %9, align 4
%31 = mul nsw i32 %30, %29
store i32 %31, ptr %9, align 4
br label %32
32: ; preds = %28
%33 = load i32, ptr %10, align 4
%34 = add nsw i32 %33, -1
store i32 %34, ptr %10, align 4
%35 = load i32, ptr %10, align 4
%36 = icmp sgt i32 %35, 0
br i1 %36, label %28, label %._crit_edge, !llvm.loop !6
._crit_edge: ; preds = %32
br label %37
37: ; preds = %._crit_edge, %24
%38 = load float, ptr %3, align 4
%39 = load i32, ptr %7, align 4
%40 = call float @pow(float noundef %38, i32 noundef %39)
%41 = load i32, ptr %9, align 4
%42 = sitofp i32 %41 to float
%43 = fdiv float %40, %42
store float %43, ptr %11, align 4
%44 = load i32, ptr %8, align 4
%45 = srem i32 %44, 2
%46 = icmp ne i32 %45, 0
br i1 %46, label %47, label %51
47: ; preds = %37
%48 = load float, ptr %11, align 4
%49 = load float, ptr %4, align 4
%50 = fadd float %49, %48
store float %50, ptr %4, align 4
br label %55
51: ; preds = %37
%52 = load float, ptr %11, align 4
%53 = load float, ptr %4, align 4
%54 = fsub float %53, %52
store float %54, ptr %4, align 4
br label %55
55: ; preds = %51, %47
%56 = phi float [ %50, %47 ], [ %54, %51 ]
%57 = load i32, ptr %7, align 4
%58 = add nsw i32 %57, 2
store i32 %58, ptr %7, align 4
br label %59
59: ; preds = %55
%60 = load i32, ptr %8, align 4
%61 = add nsw i32 %60, 1
store i32 %61, ptr %8, align 4
%62 = load i32, ptr %8, align 4
%63 = load i32, ptr %2, align 4
%64 = add nsw i32 %63, 1
%65 = icmp slt i32 %62, %64
br i1 %65, label %24, label %._crit_edge3, !llvm.loop !8
._crit_edge3: ; preds = %59
br label %66
66: ; preds = %._crit_edge3, %0
%67 = load float, ptr %3, align 4
%68 = fpext float %67 to double
%69 = load float, ptr %4, align 4
%70 = fpext float %69 to double
%71 = call i32 (ptr, ...) @printf(ptr noundef @.str.4, double noundef %68, double noundef %70)
%72 = load float, ptr %3, align 4
%73 = call float @sin(float noundef %72)
%74 = load float, ptr %4, align 4
%75 = fsub float %73, %74
store float %75, ptr %5, align 4
%76 = load float, ptr %5, align 4
%77 = fcmp ogt float %76, 0.000000e+00
br i1 %77, label %78, label %82
78: ; preds = %66
%79 = load float, ptr %5, align 4
%80 = fpext float %79 to double
%81 = call i32 (ptr, ...) @printf(ptr noundef @.str.5, double noundef %80)
br label %86
82: ; preds = %66
%83 = load float, ptr %5, align 4
%84 = call double @abs(float noundef %83)
%85 = call i32 (ptr, ...) @printf(ptr noundef @.str.6, double noundef %84)
br label %86
86: ; preds = %82, %78
%87 = phi i32 [ %81, %78 ], [ %85, %82 ]
ret i32 0
}
declare i32 @printf(ptr noundef, ...) #1
declare i32 @scanf(ptr noundef, ...) #1
declare float @pow(float noundef, i32 noundef) #1
declare float @sin(float noundef) #1
declare double @abs(float noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
!6 = distinct !{!6, !7}
!7 = !{!"llvm.loop.mustprogress"}
!8 = distinct !{!8, !7}
|
; ModuleID = '/tmp/tmpjpbi0zis.c'
source_filename = "/tmp/tmpjpbi0zis.c"
target datalayout = "e-m:e-p270: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 @duplicateString(ptr noundef %0) #0 {
%2 = alloca ptr, align 8
%3 = alloca ptr, align 8
store ptr %0, ptr %2, align 8
%4 = load ptr, ptr %2, align 8
%5 = call i32 @strlen(ptr noundef %4)
%6 = add nsw i32 %5, 1
%7 = sext i32 %6 to i64
%8 = mul i64 %7, 1
%9 = trunc i64 %8 to i32
%10 = call ptr @malloc(i32 noundef %9)
store ptr %10, ptr %3, align 8
%11 = load ptr, ptr %3, align 8
%12 = load ptr, ptr %2, align 8
%13 = call i32 @strcpy(ptr noundef %11, ptr noundef %12)
%14 = load ptr, ptr %3, align 8
ret ptr %14
}
declare ptr @malloc(i32 noundef) #1
declare i32 @strlen(ptr noundef) #1
declare i32 @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"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmpjpbi0zis.c"
target datalayout = "e-m:e-p270: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 @duplicateString(ptr noundef %0) #0 {
%2 = alloca ptr, align 8
%3 = alloca ptr, align 8
store ptr %0, ptr %2, align 8
%4 = load ptr, ptr %2, align 8
%5 = call i32 @strlen(ptr noundef %4)
%6 = add nsw i32 %5, 1
%7 = sext i32 %6 to i64
%8 = mul i64 %7, 1
%9 = trunc i64 %8 to i32
%10 = call ptr @malloc(i32 noundef %9)
store ptr %10, ptr %3, align 8
%11 = load ptr, ptr %3, align 8
%12 = load ptr, ptr %2, align 8
%13 = call i32 @strcpy(ptr noundef %11, ptr noundef %12)
%14 = load ptr, ptr %3, align 8
ret ptr %14
}
declare ptr @malloc(i32 noundef) #1
declare i32 @strlen(ptr noundef) #1
declare i32 @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"}
|
; ModuleID = '/tmp/tmppqtro12s.c'
source_filename = "/tmp/tmppqtro12s.c"
target datalayout = "e-m:e-p270: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 @encode(ptr noundef %0, i32 noundef %1, ptr noundef %2) #0 {
%4 = alloca ptr, align 8
%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 ptr, align 8
store ptr %0, ptr %4, align 8
store i32 %1, ptr %5, align 4
store ptr %2, ptr %6, align 8
%11 = load ptr, ptr %4, align 8
store ptr %11, ptr %7, align 8
%12 = load ptr, ptr %7, align 8
%13 = load i32, ptr %5, align 4
%14 = sext i32 %13 to i64
%15 = getelementptr inbounds i8, ptr %12, i64 %14
store ptr %15, ptr %8, align 8
%16 = load ptr, ptr %6, align 8
store ptr %16, ptr %9, align 8
%17 = load ptr, ptr %6, align 8
%18 = load ptr, ptr %6, align 8
%19 = call i32 @strlen(ptr noundef %18)
%20 = sext i32 %19 to i64
%21 = getelementptr inbounds i8, ptr %17, i64 %20
store ptr %21, ptr %10, align 8
br label %22
22: ; preds = %32, %3
%23 = load ptr, ptr %7, align 8
%24 = load ptr, ptr %8, align 8
%25 = icmp ne ptr %23, %24
br i1 %25, label %26, label %46
26: ; preds = %22
%27 = load ptr, ptr %9, align 8
%28 = load ptr, ptr %10, align 8
%29 = icmp eq ptr %27, %28
br i1 %29, label %30, label %32
30: ; preds = %26
%31 = load ptr, ptr %6, align 8
store ptr %31, ptr %9, align 8
br label %32
32: ; preds = %30, %26
%33 = load ptr, ptr %7, align 8
%34 = load i8, ptr %33, align 1
%35 = sext i8 %34 to i32
%36 = load ptr, ptr %9, align 8
%37 = load i8, ptr %36, align 1
%38 = sext i8 %37 to i32
%39 = xor i32 %35, %38
%40 = trunc i32 %39 to i8
%41 = load ptr, ptr %7, align 8
store i8 %40, ptr %41, align 1
%42 = load ptr, ptr %9, align 8
%43 = getelementptr inbounds i8, ptr %42, i32 1
store ptr %43, ptr %9, align 8
%44 = load ptr, ptr %7, align 8
%45 = getelementptr inbounds i8, ptr %44, i32 1
store ptr %45, ptr %7, align 8
br label %22, !llvm.loop !6
46: ; preds = %22
ret void
}
declare i32 @strlen(ptr noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
!6 = distinct !{!6, !7}
!7 = !{!"llvm.loop.mustprogress"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmppqtro12s.c"
target datalayout = "e-m:e-p270: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 @encode(ptr noundef %0, i32 noundef %1, ptr noundef %2) #0 {
%4 = alloca ptr, align 8
%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 ptr, align 8
store ptr %0, ptr %4, align 8
store i32 %1, ptr %5, align 4
store ptr %2, ptr %6, align 8
%11 = load ptr, ptr %4, align 8
store ptr %11, ptr %7, align 8
%12 = load ptr, ptr %7, align 8
%13 = load i32, ptr %5, align 4
%14 = sext i32 %13 to i64
%15 = getelementptr inbounds i8, ptr %12, i64 %14
store ptr %15, ptr %8, align 8
%16 = load ptr, ptr %6, align 8
store ptr %16, ptr %9, align 8
%17 = load ptr, ptr %6, align 8
%18 = load ptr, ptr %6, align 8
%19 = call i32 @strlen(ptr noundef %18)
%20 = sext i32 %19 to i64
%21 = getelementptr inbounds i8, ptr %17, i64 %20
store ptr %21, ptr %10, align 8
%22 = load ptr, ptr %7, align 8
%23 = load ptr, ptr %8, align 8
%24 = icmp ne ptr %22, %23
br i1 %24, label %.lr.ph, label %48
.lr.ph: ; preds = %3
br label %25
25: ; preds = %.lr.ph, %31
%26 = load ptr, ptr %9, align 8
%27 = load ptr, ptr %10, align 8
%28 = icmp eq ptr %26, %27
br i1 %28, label %29, label %31
29: ; preds = %25
%30 = load ptr, ptr %6, align 8
store ptr %30, ptr %9, align 8
br label %31
31: ; preds = %29, %25
%32 = load ptr, ptr %7, align 8
%33 = load i8, ptr %32, align 1
%34 = sext i8 %33 to i32
%35 = load ptr, ptr %9, align 8
%36 = load i8, ptr %35, align 1
%37 = sext i8 %36 to i32
%38 = xor i32 %34, %37
%39 = trunc i32 %38 to i8
%40 = load ptr, ptr %7, align 8
store i8 %39, ptr %40, align 1
%41 = load ptr, ptr %9, align 8
%42 = getelementptr inbounds i8, ptr %41, i32 1
store ptr %42, ptr %9, align 8
%43 = load ptr, ptr %7, align 8
%44 = getelementptr inbounds i8, ptr %43, i32 1
store ptr %44, ptr %7, align 8
%45 = load ptr, ptr %7, align 8
%46 = load ptr, ptr %8, align 8
%47 = icmp ne ptr %45, %46
br i1 %47, label %25, label %._crit_edge, !llvm.loop !6
._crit_edge: ; preds = %31
br label %48
48: ; preds = %._crit_edge, %3
ret void
}
declare i32 @strlen(ptr noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
!6 = distinct !{!6, !7}
!7 = !{!"llvm.loop.mustprogress"}
|
; ModuleID = '/tmp/tmpgub0xh2z.c'
source_filename = "/tmp/tmpgub0xh2z.c"
target datalayout = "e-m:e-p270: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
@EAGAIN = dso_local global i64 0, align 8
@.str = private unnamed_addr constant [11 x i8] c"safe_write\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i64 @safe_write(i32 noundef %0, ptr noundef %1, i64 noundef %2) #0 {
%4 = alloca i32, align 4
%5 = alloca ptr, align 8
%6 = alloca i64, align 8
%7 = alloca i32, align 4
store i32 %0, ptr %4, align 4
store ptr %1, ptr %5, align 8
store i64 %2, ptr %6, align 8
br label %8
8: ; preds = %26, %3
%9 = load i32, ptr %4, align 4
%10 = load ptr, ptr %5, align 8
%11 = load i64, ptr %6, align 8
%12 = call i32 @write(i32 noundef %9, ptr noundef %10, i64 noundef %11)
store i32 %12, ptr %7, align 4
br label %13
13: ; preds = %8
%14 = load i32, ptr %7, align 4
%15 = icmp eq i32 %14, -1
br i1 %15, label %16, label %26
16: ; preds = %13
%17 = load i64, ptr @errno, align 8
%18 = load i64, ptr @EINTR, align 8
%19 = icmp eq i64 %17, %18
br i1 %19, label %24, label %20
20: ; preds = %16
%21 = load i64, ptr @errno, align 8
%22 = load i64, ptr @EAGAIN, align 8
%23 = icmp eq i64 %21, %22
br label %24
24: ; preds = %20, %16
%25 = phi i1 [ true, %16 ], [ %23, %20 ]
br label %26
26: ; preds = %24, %13
%27 = phi i1 [ false, %13 ], [ %25, %24 ]
br i1 %27, label %8, label %28, !llvm.loop !6
28: ; preds = %26
%29 = load i32, ptr %7, align 4
%30 = icmp eq i32 %29, -1
br i1 %30, label %31, label %33
31: ; preds = %28
%32 = call i32 @perror(ptr noundef @.str)
br label %33
33: ; preds = %31, %28
%34 = load i32, ptr %7, align 4
%35 = sext i32 %34 to i64
ret i64 %35
}
declare i32 @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/tmpgub0xh2z.c"
target datalayout = "e-m:e-p270: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
@EAGAIN = dso_local global i64 0, align 8
@.str = private unnamed_addr constant [11 x i8] c"safe_write\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i64 @safe_write(i32 noundef %0, ptr noundef %1, i64 noundef %2) #0 {
%4 = alloca i32, align 4
%5 = alloca ptr, align 8
%6 = alloca i64, align 8
%7 = alloca i32, align 4
store i32 %0, ptr %4, align 4
store ptr %1, ptr %5, align 8
store i64 %2, ptr %6, align 8
br label %8
8: ; preds = %26, %3
%9 = load i32, ptr %4, align 4
%10 = load ptr, ptr %5, align 8
%11 = load i64, ptr %6, align 8
%12 = call i32 @write(i32 noundef %9, ptr noundef %10, i64 noundef %11)
store i32 %12, ptr %7, align 4
br label %13
13: ; preds = %8
%14 = load i32, ptr %7, align 4
%15 = icmp eq i32 %14, -1
br i1 %15, label %16, label %26
16: ; preds = %13
%17 = load i64, ptr @errno, align 8
%18 = load i64, ptr @EINTR, align 8
%19 = icmp eq i64 %17, %18
br i1 %19, label %24, label %20
20: ; preds = %16
%21 = load i64, ptr @errno, align 8
%22 = load i64, ptr @EAGAIN, align 8
%23 = icmp eq i64 %21, %22
br label %24
24: ; preds = %20, %16
%25 = phi i1 [ true, %16 ], [ %23, %20 ]
br label %26
26: ; preds = %24, %13
%27 = phi i1 [ false, %13 ], [ %25, %24 ]
br i1 %27, label %8, label %28, !llvm.loop !6
28: ; preds = %26
%29 = load i32, ptr %7, align 4
%30 = icmp eq i32 %29, -1
br i1 %30, label %31, label %33
31: ; preds = %28
%32 = call i32 @perror(ptr noundef @.str)
br label %33
33: ; preds = %31, %28
%34 = load i32, ptr %7, align 4
%35 = sext i32 %34 to i64
ret i64 %35
}
declare i32 @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/tmp3xe_uoss.c'
source_filename = "/tmp/tmp3xe_uoss.c"
target datalayout = "e-m:e-p270: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 [33 x i8] c"Philosoper [%d] is thinking... \0A\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @think(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 @printf(ptr noundef @.str, i32 noundef %3)
ret i32 0
}
declare i32 @printf(ptr noundef, i32 noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmp3xe_uoss.c"
target datalayout = "e-m:e-p270: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 [33 x i8] c"Philosoper [%d] is thinking... \0A\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @think(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 @printf(ptr noundef @.str, i32 noundef %3)
ret i32 0
}
declare i32 @printf(ptr noundef, i32 noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
|
; ModuleID = '/tmp/tmpu5p1f3s2.c'
source_filename = "/tmp/tmpu5p1f3s2.c"
target datalayout = "e-m:e-p270: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/tmpu5p1f3s2.c"
target datalayout = "e-m:e-p270: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/tmplbsndzun.c'
source_filename = "/tmp/tmplbsndzun.c"
target datalayout = "e-m:e-p270: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 @zylons() #0 {
br label %1
1: ; preds = %0, %1
%2 = call i32 (...) @strobe()
br label %1
}
declare i32 @strobe(...) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"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/tmplbsndzun.c"
target datalayout = "e-m:e-p270: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 @zylons() #0 {
br label %1
1: ; preds = %1, %0
%2 = call i32 (...) @strobe()
br label %1
}
declare i32 @strobe(...) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"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/tmpgmrk_5ij.c'
source_filename = "/tmp/tmpgmrk_5ij.c"
target datalayout = "e-m:e-p270: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/tmpgmrk_5ij.c"
target datalayout = "e-m:e-p270: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/tmpsa7tpm53.c'
source_filename = "/tmp/tmpsa7tpm53.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@EOF = dso_local global i32 0, align 4
@.str = private unnamed_addr constant [2 x i8] c" \00", align 1
@.str.1 = private unnamed_addr constant [3 x i8] c"%c\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @main() #0 {
%1 = alloca i32, align 4
%2 = alloca i32, align 4
%3 = alloca i32, align 4
store i32 0, ptr %1, align 4
br label %4
4: ; preds = %24, %0
%5 = call i32 (...) @getchar()
store i32 %5, ptr %2, align 4
%6 = load i32, ptr @EOF, align 4
%7 = icmp ne i32 %5, %6
br i1 %7, label %8, label %25
8: ; preds = %4
%9 = load i32, ptr %2, align 4
%10 = icmp eq i32 %9, 9
br i1 %10, label %11, label %21
11: ; preds = %8
store i32 0, ptr %3, align 4
br label %12
12: ; preds = %17, %11
%13 = load i32, ptr %3, align 4
%14 = icmp slt i32 %13, 15
br i1 %14, label %15, label %20
15: ; preds = %12
%16 = call i32 (ptr, ...) @printf(ptr noundef @.str)
br label %17
17: ; preds = %15
%18 = load i32, ptr %3, align 4
%19 = add nsw i32 %18, 1
store i32 %19, ptr %3, align 4
br label %12, !llvm.loop !6
20: ; preds = %12
br label %24
21: ; preds = %8
%22 = load i32, ptr %2, align 4
%23 = call i32 (ptr, ...) @printf(ptr noundef @.str.1, i32 noundef %22)
br label %24
24: ; preds = %21, %20
br label %4, !llvm.loop !8
25: ; preds = %4
ret i32 0
}
declare i32 @getchar(...) #1
declare i32 @printf(ptr noundef, ...) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
!6 = distinct !{!6, !7}
!7 = !{!"llvm.loop.mustprogress"}
!8 = distinct !{!8, !7}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmpsa7tpm53.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@EOF = dso_local global i32 0, align 4
@.str = private unnamed_addr constant [2 x i8] c" \00", align 1
@.str.1 = private unnamed_addr constant [3 x i8] c"%c\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @main() #0 {
%1 = alloca i32, align 4
%2 = alloca i32, align 4
%3 = alloca i32, align 4
store i32 0, ptr %1, align 4
%4 = call i32 (...) @getchar()
store i32 %4, ptr %2, align 4
%5 = load i32, ptr @EOF, align 4
%6 = icmp ne i32 %4, %5
br i1 %6, label %.lr.ph2, label %28
.lr.ph2: ; preds = %0
br label %7
7: ; preds = %.lr.ph2, %24
%8 = load i32, ptr %2, align 4
%9 = icmp eq i32 %8, 9
br i1 %9, label %10, label %21
10: ; preds = %7
store i32 0, ptr %3, align 4
%11 = load i32, ptr %3, align 4
%12 = icmp slt i32 %11, 15
br i1 %12, label %.lr.ph, label %20
.lr.ph: ; preds = %10
br label %13
13: ; preds = %.lr.ph, %15
%14 = call i32 (ptr, ...) @printf(ptr noundef @.str)
br label %15
15: ; preds = %13
%16 = load i32, ptr %3, align 4
%17 = add nsw i32 %16, 1
store i32 %17, ptr %3, align 4
%18 = load i32, ptr %3, align 4
%19 = icmp slt i32 %18, 15
br i1 %19, label %13, label %._crit_edge, !llvm.loop !6
._crit_edge: ; preds = %15
br label %20
20: ; preds = %._crit_edge, %10
br label %24
21: ; preds = %7
%22 = load i32, ptr %2, align 4
%23 = call i32 (ptr, ...) @printf(ptr noundef @.str.1, i32 noundef %22)
br label %24
24: ; preds = %21, %20
%25 = call i32 (...) @getchar()
store i32 %25, ptr %2, align 4
%26 = load i32, ptr @EOF, align 4
%27 = icmp ne i32 %25, %26
br i1 %27, label %7, label %._crit_edge3, !llvm.loop !8
._crit_edge3: ; preds = %24
br label %28
28: ; preds = %._crit_edge3, %0
ret i32 0
}
declare i32 @getchar(...) #1
declare i32 @printf(ptr noundef, ...) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
!6 = distinct !{!6, !7}
!7 = !{!"llvm.loop.mustprogress"}
!8 = distinct !{!8, !7}
|
; ModuleID = '/tmp/tmp08jfj1yx.c'
source_filename = "/tmp/tmp08jfj1yx.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@S_IRGRP = dso_local global i32 0, align 4
@S_IROTH = dso_local global i32 0, align 4
@S_IRUSR = dso_local global i32 0, align 4
@S_IWGRP = dso_local global i32 0, align 4
@S_IWOTH = dso_local global i32 0, align 4
@S_IWUSR = 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/tmp08jfj1yx.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@S_IRGRP = dso_local global i32 0, align 4
@S_IROTH = dso_local global i32 0, align 4
@S_IRUSR = dso_local global i32 0, align 4
@S_IWGRP = dso_local global i32 0, align 4
@S_IWOTH = dso_local global i32 0, align 4
@S_IWUSR = 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/tmppue6ow9h.c'
source_filename = "/tmp/tmppue6ow9h.c"
target datalayout = "e-m:e-p270: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.A = private unnamed_addr constant [10 x i32] [i32 2, i32 1, i32 3, i32 4, i32 5, i32 6, i32 7, i32 8, i32 9, i32 10], align 16
@.str = private unnamed_addr constant [2 x i8] c"\0A\00", align 1
@.str.1 = private unnamed_addr constant [6 x i8] c"%d \00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @main() #0 {
%1 = alloca i32, align 4
%2 = alloca [10 x i32], align 16
%3 = alloca i32, align 4
%4 = alloca i32, align 4
store i32 0, ptr %1, align 4
call void @llvm.memcpy.p0.p0.i64(ptr align 16 %2, ptr align 16 @__const.main.A, i64 40, i1 false)
store i32 10, ptr %4, align 4
%5 = getelementptr inbounds [10 x i32], ptr %2, i64 0, i64 0
%6 = load i32, ptr %4, align 4
%7 = call i32 @bubble_sort(ptr noundef %5, i32 noundef %6)
%8 = call i32 (ptr, ...) @printf(ptr noundef @.str)
store i32 0, ptr %3, align 4
br label %9
9: ; preds = %19, %0
%10 = load i32, ptr %3, align 4
%11 = load i32, ptr %4, align 4
%12 = icmp slt i32 %10, %11
br i1 %12, label %13, label %22
13: ; preds = %9
%14 = load i32, ptr %3, align 4
%15 = sext i32 %14 to i64
%16 = getelementptr inbounds [10 x i32], ptr %2, i64 0, i64 %15
%17 = load i32, ptr %16, align 4
%18 = call i32 (ptr, ...) @printf(ptr noundef @.str.1, i32 noundef %17)
br label %19
19: ; preds = %13
%20 = load i32, ptr %3, align 4
%21 = add nsw i32 %20, 1
store i32 %21, ptr %3, align 4
br label %9, !llvm.loop !6
22: ; preds = %9
%23 = call i32 (ptr, ...) @printf(ptr noundef @.str)
%24 = load i32, ptr %1, align 4
ret i32 %24
}
; 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 @bubble_sort(ptr noundef, i32 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"}
!6 = distinct !{!6, !7}
!7 = !{!"llvm.loop.mustprogress"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmppue6ow9h.c"
target datalayout = "e-m:e-p270: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.A = private unnamed_addr constant [10 x i32] [i32 2, i32 1, i32 3, i32 4, i32 5, i32 6, i32 7, i32 8, i32 9, i32 10], align 16
@.str = private unnamed_addr constant [2 x i8] c"\0A\00", align 1
@.str.1 = private unnamed_addr constant [6 x i8] c"%d \00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @main() #0 {
%1 = alloca i32, align 4
%2 = alloca [10 x i32], align 16
%3 = alloca i32, align 4
%4 = alloca i32, align 4
store i32 0, ptr %1, align 4
call void @llvm.memcpy.p0.p0.i64(ptr align 16 %2, ptr align 16 @__const.main.A, i64 40, i1 false)
store i32 10, ptr %4, align 4
%5 = getelementptr inbounds [10 x i32], ptr %2, i64 0, i64 0
%6 = load i32, ptr %4, align 4
%7 = call i32 @bubble_sort(ptr noundef %5, i32 noundef %6)
%8 = call i32 (ptr, ...) @printf(ptr noundef @.str)
store i32 0, ptr %3, align 4
%9 = load i32, ptr %3, align 4
%10 = load i32, ptr %4, align 4
%11 = icmp slt i32 %9, %10
br i1 %11, label %.lr.ph, label %24
.lr.ph: ; preds = %0
br label %12
12: ; preds = %.lr.ph, %18
%13 = load i32, ptr %3, align 4
%14 = sext i32 %13 to i64
%15 = getelementptr inbounds [10 x i32], ptr %2, i64 0, i64 %14
%16 = load i32, ptr %15, align 4
%17 = call i32 (ptr, ...) @printf(ptr noundef @.str.1, i32 noundef %16)
br label %18
18: ; preds = %12
%19 = load i32, ptr %3, align 4
%20 = add nsw i32 %19, 1
store i32 %20, ptr %3, align 4
%21 = load i32, ptr %3, align 4
%22 = load i32, ptr %4, align 4
%23 = icmp slt i32 %21, %22
br i1 %23, label %12, label %._crit_edge, !llvm.loop !6
._crit_edge: ; preds = %18
br label %24
24: ; preds = %._crit_edge, %0
%25 = call i32 (ptr, ...) @printf(ptr noundef @.str)
%26 = load i32, ptr %1, align 4
ret i32 %26
}
; 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 @bubble_sort(ptr noundef, i32 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"}
!6 = distinct !{!6, !7}
!7 = !{!"llvm.loop.mustprogress"}
|
; ModuleID = '/tmp/tmp4cw9f3t4.c'
source_filename = "/tmp/tmp4cw9f3t4.c"
target datalayout = "e-m:e-p270: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 @matrix_setgamma(i32 noundef %0) #0 {
%2 = alloca i32, align 4
%3 = alloca [5 x i8], align 1
store i32 %0, ptr %2, align 4
%4 = getelementptr inbounds [5 x i8], ptr %3, i64 0, i64 0
store i8 70, ptr %4, align 1
%5 = getelementptr inbounds i8, ptr %4, i64 1
store i8 87, ptr %5, align 1
%6 = getelementptr inbounds i8, ptr %5, i64 1
store i8 67, ptr %6, align 1
%7 = getelementptr inbounds i8, ptr %6, i64 1
store i8 33, ptr %7, align 1
%8 = getelementptr inbounds i8, ptr %7, i64 1
%9 = load i32, ptr %2, align 4
%10 = trunc i32 %9 to i8
store i8 %10, ptr %8, align 1
%11 = getelementptr inbounds [5 x i8], ptr %3, i64 0, i64 0
%12 = call i32 @matrix_write(ptr noundef %11, i32 noundef 5)
ret void
}
declare i32 @matrix_write(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/tmp4cw9f3t4.c"
target datalayout = "e-m:e-p270: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 @matrix_setgamma(i32 noundef %0) #0 {
%2 = alloca i32, align 4
%3 = alloca [5 x i8], align 1
store i32 %0, ptr %2, align 4
%4 = getelementptr inbounds [5 x i8], ptr %3, i64 0, i64 0
store i8 70, ptr %4, align 1
%5 = getelementptr inbounds i8, ptr %4, i64 1
store i8 87, ptr %5, align 1
%6 = getelementptr inbounds i8, ptr %5, i64 1
store i8 67, ptr %6, align 1
%7 = getelementptr inbounds i8, ptr %6, i64 1
store i8 33, ptr %7, align 1
%8 = getelementptr inbounds i8, ptr %7, i64 1
%9 = load i32, ptr %2, align 4
%10 = trunc i32 %9 to i8
store i8 %10, ptr %8, align 1
%11 = getelementptr inbounds [5 x i8], ptr %3, i64 0, i64 0
%12 = call i32 @matrix_write(ptr noundef %11, i32 noundef 5)
ret void
}
declare i32 @matrix_write(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/tmp8wa1p00c.c'
source_filename = "/tmp/tmp8wa1p00c.c"
target datalayout = "e-m:e-p270: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.addrinfo = type { i32, i32, i32, i32, i32, ptr, i32 }
@AF_UNSPEC = dso_local global i32 0, align 4
@SOCK_STREAM = dso_local global i32 0, align 4
@AI_PASSIVE = dso_local global i32 0, align 4
@.str = private unnamed_addr constant [3 x i8] c"%d\00", align 1
@.str.1 = private unnamed_addr constant [34 x i8] c"create_and_bind: getaddrinfo: %s\0A\00", align 1
@.str.2 = private unnamed_addr constant [29 x i8] c"create_and_bind: bind failed\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @create_and_bind(i32 noundef %0) #0 {
%2 = alloca i32, align 4
%3 = alloca i32, align 4
%4 = alloca %struct.addrinfo, align 8
%5 = alloca ptr, align 8
%6 = alloca i32, align 4
%7 = alloca [10 x i8], align 1
%8 = alloca i32, align 4
%9 = alloca ptr, align 8
store i32 %0, ptr %3, align 4
%10 = call i32 @memset(ptr noundef %4, i32 noundef 0, i32 noundef 40)
%11 = load i32, ptr @AF_UNSPEC, align 4
%12 = getelementptr inbounds %struct.addrinfo, ptr %4, i32 0, i32 4
store i32 %11, ptr %12, align 8
%13 = load i32, ptr @SOCK_STREAM, align 4
%14 = getelementptr inbounds %struct.addrinfo, ptr %4, i32 0, i32 3
store i32 %13, ptr %14, align 4
%15 = load i32, ptr @AI_PASSIVE, align 4
%16 = getelementptr inbounds %struct.addrinfo, ptr %4, i32 0, i32 6
store i32 %15, ptr %16, align 8
store ptr null, ptr %5, align 8
store i32 -1, ptr %6, align 4
call void @llvm.memset.p0.i64(ptr align 1 %7, i8 0, i64 10, i1 false)
%17 = getelementptr inbounds [10 x i8], ptr %7, i64 0, i64 0
%18 = load i32, ptr %3, align 4
%19 = call i32 @snprintf(ptr noundef %17, i32 noundef 9, ptr noundef @.str, i32 noundef %18)
%20 = getelementptr inbounds [10 x i8], ptr %7, i64 0, i64 0
%21 = call i32 @getaddrinfo(ptr noundef null, ptr noundef %20, ptr noundef %4, ptr noundef %5)
store i32 %21, ptr %6, align 4
%22 = icmp ne i32 %21, 0
br i1 %22, label %23, label %27
23: ; preds = %1
%24 = load i32, ptr %6, align 4
%25 = call i32 @gai_strerror(i32 noundef %24)
%26 = call i32 (ptr, ...) @log_ret(ptr noundef @.str.1, i32 noundef %25)
store i32 -1, ptr %2, align 4
br label %73
27: ; preds = %1
store i32 -1, ptr %8, align 4
store ptr null, ptr %9, align 8
%28 = load ptr, ptr %5, align 8
store ptr %28, ptr %9, align 8
br label %29
29: ; preds = %60, %27
%30 = load ptr, ptr %9, align 8
%31 = icmp ne ptr %30, null
br i1 %31, label %32, label %64
32: ; preds = %29
%33 = load ptr, ptr %9, align 8
%34 = getelementptr inbounds %struct.addrinfo, ptr %33, i32 0, i32 4
%35 = load i32, ptr %34, align 8
%36 = load ptr, ptr %9, align 8
%37 = getelementptr inbounds %struct.addrinfo, ptr %36, i32 0, i32 3
%38 = load i32, ptr %37, align 4
%39 = load ptr, ptr %9, align 8
%40 = getelementptr inbounds %struct.addrinfo, ptr %39, i32 0, i32 2
%41 = load i32, ptr %40, align 8
%42 = call i32 @socket(i32 noundef %35, i32 noundef %38, i32 noundef %41)
store i32 %42, ptr %8, align 4
%43 = load i32, ptr %8, align 4
%44 = icmp eq i32 %43, -1
br i1 %44, label %45, label %46
45: ; preds = %32
br label %60
46: ; preds = %32
%47 = load i32, ptr %8, align 4
%48 = load ptr, ptr %9, align 8
%49 = getelementptr inbounds %struct.addrinfo, ptr %48, i32 0, i32 1
%50 = load i32, ptr %49, align 4
%51 = load ptr, ptr %9, align 8
%52 = getelementptr inbounds %struct.addrinfo, ptr %51, i32 0, i32 0
%53 = load i32, ptr %52, align 8
%54 = call i64 @bind(i32 noundef %47, i32 noundef %50, i32 noundef %53)
%55 = icmp eq i64 %54, 0
br i1 %55, label %56, label %57
56: ; preds = %46
br label %64
57: ; preds = %46
%58 = load i32, ptr %8, align 4
%59 = call i32 @close(i32 noundef %58)
br label %60
60: ; preds = %57, %45
%61 = load ptr, ptr %9, align 8
%62 = getelementptr inbounds %struct.addrinfo, ptr %61, i32 0, i32 5
%63 = load ptr, ptr %62, align 8
store ptr %63, ptr %9, align 8
br label %29, !llvm.loop !6
64: ; preds = %56, %29
%65 = load ptr, ptr %5, align 8
%66 = call i32 @freeaddrinfo(ptr noundef %65)
%67 = load ptr, ptr %9, align 8
%68 = icmp eq ptr %67, null
br i1 %68, label %69, label %71
69: ; preds = %64
%70 = call i32 (ptr, ...) @log_ret(ptr noundef @.str.2)
store i32 -1, ptr %2, align 4
br label %73
71: ; preds = %64
%72 = load i32, ptr %8, align 4
store i32 %72, ptr %2, align 4
br label %73
73: ; preds = %71, %69, %23
%74 = load i32, ptr %2, align 4
ret i32 %74
}
declare i32 @memset(ptr noundef, i32 noundef, i32 noundef) #1
; Function Attrs: nocallback nofree nounwind willreturn memory(argmem: write)
declare void @llvm.memset.p0.i64(ptr nocapture writeonly, i8, i64, i1 immarg) #2
declare i32 @snprintf(ptr noundef, i32 noundef, ptr noundef, i32 noundef) #1
declare i32 @getaddrinfo(ptr noundef, ptr noundef, ptr noundef, ptr noundef) #1
declare i32 @log_ret(ptr noundef, ...) #1
declare i32 @gai_strerror(i32 noundef) #1
declare i32 @socket(i32 noundef, i32 noundef, i32 noundef) #1
declare i64 @bind(i32 noundef, i32 noundef, i32 noundef) #1
declare i32 @close(i32 noundef) #1
declare i32 @freeaddrinfo(ptr noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #2 = { nocallback nofree nounwind willreturn memory(argmem: write) }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
!6 = distinct !{!6, !7}
!7 = !{!"llvm.loop.mustprogress"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmp8wa1p00c.c"
target datalayout = "e-m:e-p270: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.addrinfo = type { i32, i32, i32, i32, i32, ptr, i32 }
@AF_UNSPEC = dso_local global i32 0, align 4
@SOCK_STREAM = dso_local global i32 0, align 4
@AI_PASSIVE = dso_local global i32 0, align 4
@.str = private unnamed_addr constant [3 x i8] c"%d\00", align 1
@.str.1 = private unnamed_addr constant [34 x i8] c"create_and_bind: getaddrinfo: %s\0A\00", align 1
@.str.2 = private unnamed_addr constant [29 x i8] c"create_and_bind: bind failed\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @create_and_bind(i32 noundef %0) #0 {
%2 = alloca i32, align 4
%3 = alloca i32, align 4
%4 = alloca %struct.addrinfo, align 8
%5 = alloca ptr, align 8
%6 = alloca i32, align 4
%7 = alloca [10 x i8], align 1
%8 = alloca i32, align 4
%9 = alloca ptr, align 8
store i32 %0, ptr %3, align 4
%10 = call i32 @memset(ptr noundef %4, i32 noundef 0, i32 noundef 40)
%11 = load i32, ptr @AF_UNSPEC, align 4
%12 = getelementptr inbounds %struct.addrinfo, ptr %4, i32 0, i32 4
store i32 %11, ptr %12, align 8
%13 = load i32, ptr @SOCK_STREAM, align 4
%14 = getelementptr inbounds %struct.addrinfo, ptr %4, i32 0, i32 3
store i32 %13, ptr %14, align 4
%15 = load i32, ptr @AI_PASSIVE, align 4
%16 = getelementptr inbounds %struct.addrinfo, ptr %4, i32 0, i32 6
store i32 %15, ptr %16, align 8
store ptr null, ptr %5, align 8
store i32 -1, ptr %6, align 4
call void @llvm.memset.p0.i64(ptr align 1 %7, i8 0, i64 10, i1 false)
%17 = getelementptr inbounds [10 x i8], ptr %7, i64 0, i64 0
%18 = load i32, ptr %3, align 4
%19 = call i32 @snprintf(ptr noundef %17, i32 noundef 9, ptr noundef @.str, i32 noundef %18)
%20 = getelementptr inbounds [10 x i8], ptr %7, i64 0, i64 0
%21 = call i32 @getaddrinfo(ptr noundef null, ptr noundef %20, ptr noundef %4, ptr noundef %5)
store i32 %21, ptr %6, align 4
%22 = icmp ne i32 %21, 0
br i1 %22, label %23, label %27
23: ; preds = %1
%24 = load i32, ptr %6, align 4
%25 = call i32 @gai_strerror(i32 noundef %24)
%26 = call i32 (ptr, ...) @log_ret(ptr noundef @.str.1, i32 noundef %25)
store i32 -1, ptr %2, align 4
br label %74
27: ; preds = %1
store i32 -1, ptr %8, align 4
store ptr null, ptr %9, align 8
%28 = load ptr, ptr %5, align 8
store ptr %28, ptr %9, align 8
%29 = load ptr, ptr %9, align 8
%30 = icmp ne ptr %29, null
br i1 %30, label %.lr.ph, label %.loopexit
.lr.ph: ; preds = %27
br label %31
31: ; preds = %.lr.ph, %59
%32 = load ptr, ptr %9, align 8
%33 = getelementptr inbounds %struct.addrinfo, ptr %32, i32 0, i32 4
%34 = load i32, ptr %33, align 8
%35 = load ptr, ptr %9, align 8
%36 = getelementptr inbounds %struct.addrinfo, ptr %35, i32 0, i32 3
%37 = load i32, ptr %36, align 4
%38 = load ptr, ptr %9, align 8
%39 = getelementptr inbounds %struct.addrinfo, ptr %38, i32 0, i32 2
%40 = load i32, ptr %39, align 8
%41 = call i32 @socket(i32 noundef %34, i32 noundef %37, i32 noundef %40)
store i32 %41, ptr %8, align 4
%42 = load i32, ptr %8, align 4
%43 = icmp eq i32 %42, -1
br i1 %43, label %44, label %45
44: ; preds = %31
br label %59
45: ; preds = %31
%46 = load i32, ptr %8, align 4
%47 = load ptr, ptr %9, align 8
%48 = getelementptr inbounds %struct.addrinfo, ptr %47, i32 0, i32 1
%49 = load i32, ptr %48, align 4
%50 = load ptr, ptr %9, align 8
%51 = getelementptr inbounds %struct.addrinfo, ptr %50, i32 0, i32 0
%52 = load i32, ptr %51, align 8
%53 = call i64 @bind(i32 noundef %46, i32 noundef %49, i32 noundef %52)
%54 = icmp eq i64 %53, 0
br i1 %54, label %55, label %56
55: ; preds = %45
br label %65
56: ; preds = %45
%57 = load i32, ptr %8, align 4
%58 = call i32 @close(i32 noundef %57)
br label %59
59: ; preds = %56, %44
%60 = load ptr, ptr %9, align 8
%61 = getelementptr inbounds %struct.addrinfo, ptr %60, i32 0, i32 5
%62 = load ptr, ptr %61, align 8
store ptr %62, ptr %9, align 8
%63 = load ptr, ptr %9, align 8
%64 = icmp ne ptr %63, null
br i1 %64, label %31, label %..loopexit_crit_edge, !llvm.loop !6
..loopexit_crit_edge: ; preds = %59
br label %.loopexit
.loopexit: ; preds = %..loopexit_crit_edge, %27
br label %65
65: ; preds = %.loopexit, %55
%66 = load ptr, ptr %5, align 8
%67 = call i32 @freeaddrinfo(ptr noundef %66)
%68 = load ptr, ptr %9, align 8
%69 = icmp eq ptr %68, null
br i1 %69, label %70, label %72
70: ; preds = %65
%71 = call i32 (ptr, ...) @log_ret(ptr noundef @.str.2)
store i32 -1, ptr %2, align 4
br label %74
72: ; preds = %65
%73 = load i32, ptr %8, align 4
store i32 %73, ptr %2, align 4
br label %74
74: ; preds = %72, %70, %23
%75 = load i32, ptr %2, align 4
ret i32 %75
}
declare i32 @memset(ptr noundef, i32 noundef, i32 noundef) #1
; Function Attrs: nocallback nofree nounwind willreturn memory(argmem: write)
declare void @llvm.memset.p0.i64(ptr nocapture writeonly, i8, i64, i1 immarg) #2
declare i32 @snprintf(ptr noundef, i32 noundef, ptr noundef, i32 noundef) #1
declare i32 @getaddrinfo(ptr noundef, ptr noundef, ptr noundef, ptr noundef) #1
declare i32 @log_ret(ptr noundef, ...) #1
declare i32 @gai_strerror(i32 noundef) #1
declare i32 @socket(i32 noundef, i32 noundef, i32 noundef) #1
declare i64 @bind(i32 noundef, i32 noundef, i32 noundef) #1
declare i32 @close(i32 noundef) #1
declare i32 @freeaddrinfo(ptr noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #2 = { nocallback nofree nounwind willreturn memory(argmem: write) }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
!6 = distinct !{!6, !7}
!7 = !{!"llvm.loop.mustprogress"}
|
; ModuleID = '/tmp/tmpm2csbrxe.c'
source_filename = "/tmp/tmpm2csbrxe.c"
target datalayout = "e-m:e-p270: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"a and b are equal\00", align 1
@.str.1 = private unnamed_addr constant [22 x i8] c"a and b are not equal\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @foo(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
%5 = load i32, ptr %3, align 4
%6 = load i32, ptr %4, align 4
%7 = icmp eq i32 %5, %6
br i1 %7, label %8, label %10
8: ; preds = %2
%9 = call i32 @puts(ptr noundef @.str)
br label %12
10: ; preds = %2
%11 = call i32 @puts(ptr noundef @.str.1)
br label %12
12: ; preds = %10, %8
ret i32 0
}
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/tmpm2csbrxe.c"
target datalayout = "e-m:e-p270: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"a and b are equal\00", align 1
@.str.1 = private unnamed_addr constant [22 x i8] c"a and b are not equal\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @foo(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
%5 = load i32, ptr %3, align 4
%6 = load i32, ptr %4, align 4
%7 = icmp eq i32 %5, %6
br i1 %7, label %8, label %10
8: ; preds = %2
%9 = call i32 @puts(ptr noundef @.str)
br label %12
10: ; preds = %2
%11 = call i32 @puts(ptr noundef @.str.1)
br label %12
12: ; preds = %10, %8
ret i32 0
}
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/tmp_dx5a77p.c'
source_filename = "/tmp/tmp_dx5a77p.c"
target datalayout = "e-m:e-p270: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 @ClearScreen(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
store ptr %0, ptr %4, align 8
store i32 %1, ptr %5, align 4
store i32 %2, ptr %6, align 4
store i32 0, ptr %7, align 4
br label %8
8: ; preds = %19, %3
%9 = load i32, ptr %7, align 4
%10 = load i32, ptr %5, align 4
%11 = load i32, ptr %6, align 4
%12 = mul nsw i32 %10, %11
%13 = icmp slt i32 %9, %12
br i1 %13, label %14, label %22
14: ; preds = %8
%15 = load ptr, ptr %4, align 8
%16 = load i32, ptr %7, align 4
%17 = sext i32 %16 to i64
%18 = getelementptr inbounds i8, ptr %15, i64 %17
store i8 0, ptr %18, align 1
br label %19
19: ; preds = %14
%20 = load i32, ptr %7, align 4
%21 = add nsw i32 %20, 1
store i32 %21, ptr %7, align 4
br label %8, !llvm.loop !6
22: ; preds = %8
ret void
}
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
!6 = distinct !{!6, !7}
!7 = !{!"llvm.loop.mustprogress"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmp_dx5a77p.c"
target datalayout = "e-m:e-p270: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 @ClearScreen(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
store ptr %0, ptr %4, align 8
store i32 %1, ptr %5, align 4
store i32 %2, ptr %6, align 4
store i32 0, ptr %7, align 4
%8 = load i32, ptr %7, align 4
%9 = load i32, ptr %5, align 4
%10 = load i32, ptr %6, align 4
%11 = mul nsw i32 %9, %10
%12 = icmp slt i32 %8, %11
br i1 %12, label %.lr.ph, label %26
.lr.ph: ; preds = %3
br label %13
13: ; preds = %.lr.ph, %18
%14 = load ptr, ptr %4, align 8
%15 = load i32, ptr %7, align 4
%16 = sext i32 %15 to i64
%17 = getelementptr inbounds i8, ptr %14, i64 %16
store i8 0, ptr %17, align 1
br label %18
18: ; preds = %13
%19 = load i32, ptr %7, align 4
%20 = add nsw i32 %19, 1
store i32 %20, ptr %7, align 4
%21 = load i32, ptr %7, align 4
%22 = load i32, ptr %5, align 4
%23 = load i32, ptr %6, align 4
%24 = mul nsw i32 %22, %23
%25 = icmp slt i32 %21, %24
br i1 %25, label %13, label %._crit_edge, !llvm.loop !6
._crit_edge: ; preds = %18
br label %26
26: ; preds = %._crit_edge, %3
ret void
}
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
!6 = distinct !{!6, !7}
!7 = !{!"llvm.loop.mustprogress"}
|
; ModuleID = '/tmp/tmp2zlm68vl.c'
source_filename = "/tmp/tmp2zlm68vl.c"
target datalayout = "e-m:e-p270: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 @mus_char_to_ulint(ptr noundef %0) #0 {
%2 = alloca ptr, align 8
%3 = alloca i32, align 4
%4 = alloca ptr, align 8
store ptr %0, ptr %2, align 8
store ptr %3, ptr %4, align 8
%5 = load ptr, ptr %4, align 8
%6 = load ptr, ptr %2, align 8
%7 = call i32 @memcpy(ptr noundef %5, ptr noundef %6, i32 noundef 4)
%8 = load i32, ptr %3, align 4
ret i32 %8
}
declare i32 @memcpy(ptr noundef, ptr noundef, i32 noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmp2zlm68vl.c"
target datalayout = "e-m:e-p270: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 @mus_char_to_ulint(ptr noundef %0) #0 {
%2 = alloca ptr, align 8
%3 = alloca i32, align 4
%4 = alloca ptr, align 8
store ptr %0, ptr %2, align 8
store ptr %3, ptr %4, align 8
%5 = load ptr, ptr %4, align 8
%6 = load ptr, ptr %2, align 8
%7 = call i32 @memcpy(ptr noundef %5, ptr noundef %6, i32 noundef 4)
%8 = load i32, ptr %3, align 4
ret i32 %8
}
declare i32 @memcpy(ptr noundef, ptr noundef, i32 noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
|
; ModuleID = '/tmp/tmp7u7_ccb1.c'
source_filename = "/tmp/tmp7u7_ccb1.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local signext i8 @fgaj_parse_level(ptr noundef %0) #0 {
%2 = alloca i8, align 1
%3 = alloca ptr, align 8
store ptr %0, ptr %3, align 8
%4 = load ptr, ptr %3, align 8
%5 = load i8, ptr %4, align 1
%6 = sext i8 %5 to i32
%7 = icmp sge i32 %6, 48
br i1 %7, label %8, label %16
8: ; preds = %1
%9 = load ptr, ptr %3, align 8
%10 = load i8, ptr %9, align 1
%11 = sext i8 %10 to i32
%12 = icmp sle i32 %11, 57
br i1 %12, label %13, label %16
13: ; preds = %8
%14 = load ptr, ptr %3, align 8
%15 = call signext i8 @strtol(ptr noundef %14, ptr noundef null, i32 noundef 10)
store i8 %15, ptr %2, align 1
br label %20
16: ; preds = %8, %1
%17 = load ptr, ptr %3, align 8
%18 = load i8, ptr %17, align 1
%19 = call signext i8 @fgaj_normalize_level(i8 noundef signext %18)
store i8 %19, ptr %2, align 1
br label %20
20: ; preds = %16, %13
%21 = load i8, ptr %2, align 1
ret i8 %21
}
declare signext i8 @strtol(ptr noundef, ptr noundef, i32 noundef) #1
declare signext i8 @fgaj_normalize_level(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/tmp7u7_ccb1.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local signext i8 @fgaj_parse_level(ptr noundef %0) #0 {
%2 = alloca i8, align 1
%3 = alloca ptr, align 8
store ptr %0, ptr %3, align 8
%4 = load ptr, ptr %3, align 8
%5 = load i8, ptr %4, align 1
%6 = sext i8 %5 to i32
%7 = icmp sge i32 %6, 48
br i1 %7, label %8, label %16
8: ; preds = %1
%9 = load ptr, ptr %3, align 8
%10 = load i8, ptr %9, align 1
%11 = sext i8 %10 to i32
%12 = icmp sle i32 %11, 57
br i1 %12, label %13, label %16
13: ; preds = %8
%14 = load ptr, ptr %3, align 8
%15 = call signext i8 @strtol(ptr noundef %14, ptr noundef null, i32 noundef 10)
store i8 %15, ptr %2, align 1
br label %20
16: ; preds = %8, %1
%17 = load ptr, ptr %3, align 8
%18 = load i8, ptr %17, align 1
%19 = call signext i8 @fgaj_normalize_level(i8 noundef signext %18)
store i8 %19, ptr %2, align 1
br label %20
20: ; preds = %16, %13
%21 = load i8, ptr %2, align 1
ret i8 %21
}
declare signext i8 @strtol(ptr noundef, ptr noundef, i32 noundef) #1
declare signext i8 @fgaj_normalize_level(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/tmpkzqlxriw.c'
source_filename = "/tmp/tmpkzqlxriw.c"
target datalayout = "e-m:e-p270: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 [128 x i8] c"/scratch/repos/new/home/jordi_armengol_estape/c-scraper/outputs/2022-01-22/02-19-57/repos/ptahpeteh/ml/refs/heads/master/test.c\00", align 1
@.str.1 = private unnamed_addr constant [11 x i8] c"%p <-- %d\0A\00", align 1
@.str.2 = private unnamed_addr constant [16 x i8] c"NOT ALL LISTED\0A\00", align 1
@.str.3 = private unnamed_addr constant [11 x i8] c"TOTAL: %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 ptr, align 8
%5 = alloca i32, align 4
store i32 0, ptr %1, align 4
store i32 0, ptr %2, align 4
store i32 0, ptr %3, align 4
br label %6
6: ; preds = %53, %0
%7 = load i32, ptr %3, align 4
%8 = icmp slt i32 %7, 100
br i1 %8, label %9, label %56
9: ; preds = %6
store ptr null, ptr %4, align 8
%10 = call i32 (...) @rand()
%11 = srem i32 %10, 1000
store i32 %11, ptr %5, align 4
%12 = load i32, ptr %5, align 4
%13 = and i32 %12, 1
%14 = icmp ne i32 %13, 0
br i1 %14, label %15, label %18
15: ; preds = %9
%16 = load i32, ptr %5, align 4
%17 = call ptr @ml_malloc(i32 noundef %16, ptr noundef @.str, i32 noundef 15)
store ptr %17, ptr %4, align 8
br label %21
18: ; preds = %9
%19 = load i32, ptr %5, align 4
%20 = call ptr @ml_calloc(i32 noundef 2, i32 noundef %19, ptr noundef @.str, i32 noundef 16)
store ptr %20, ptr %4, align 8
br label %21
21: ; preds = %18, %15
%22 = load i32, ptr %5, align 4
%23 = srem i32 %22, 4
%24 = icmp eq i32 %23, 0
br i1 %24, label %25, label %39
25: ; preds = %21
%26 = load i32, ptr %5, align 4
%27 = and i32 %26, 128
%28 = icmp ne i32 %27, 0
%29 = zext i1 %28 to i64
%30 = select i1 %28, i32 -1, i32 1
%31 = call i32 (...) @rand()
%32 = srem i32 %31, 64
%33 = mul nsw i32 %30, %32
%34 = load i32, ptr %5, align 4
%35 = add nsw i32 %34, %33
store i32 %35, ptr %5, align 4
%36 = load ptr, ptr %4, align 8
%37 = load i32, ptr %5, align 4
%38 = call ptr @ml_realloc(ptr noundef %36, i32 noundef %37, ptr noundef @.str, i32 noundef 20)
store ptr %38, ptr %4, align 8
br label %39
39: ; preds = %25, %21
%40 = load i32, ptr %5, align 4
%41 = srem i32 %40, 3
%42 = icmp eq i32 %41, 0
br i1 %42, label %43, label %46
43: ; preds = %39
%44 = load ptr, ptr %4, align 8
%45 = call i32 @ml_free(ptr noundef %44, ptr noundef @.str, i32 noundef 23)
br label %52
46: ; preds = %39
%47 = load ptr, ptr %4, align 8
%48 = load i32, ptr %5, align 4
%49 = call i32 (ptr, ...) @printf(ptr noundef @.str.1, ptr noundef %47, i32 noundef %48)
%50 = load i32, ptr %2, align 4
%51 = add nsw i32 %50, 1
store i32 %51, ptr %2, align 4
br label %52
52: ; preds = %46, %43
br label %53
53: ; preds = %52
%54 = load i32, ptr %3, align 4
%55 = add nsw i32 %54, 1
store i32 %55, ptr %3, align 4
br label %6, !llvm.loop !6
56: ; preds = %6
%57 = load i32, ptr %2, align 4
%58 = call i32 (...) @ml_report()
%59 = icmp ne i32 %57, %58
br i1 %59, label %60, label %62
60: ; preds = %56
%61 = call i32 (ptr, ...) @printf(ptr noundef @.str.2)
br label %65
62: ; preds = %56
%63 = load i32, ptr %2, align 4
%64 = call i32 (ptr, ...) @printf(ptr noundef @.str.3, i32 noundef %63)
br label %65
65: ; preds = %62, %60
ret i32 0
}
declare i32 @rand(...) #1
declare ptr @ml_malloc(i32 noundef, ptr noundef, i32 noundef) #1
declare ptr @ml_calloc(i32 noundef, i32 noundef, ptr noundef, i32 noundef) #1
declare ptr @ml_realloc(ptr noundef, i32 noundef, ptr noundef, i32 noundef) #1
declare i32 @ml_free(ptr noundef, ptr noundef, i32 noundef) #1
declare i32 @printf(ptr noundef, ...) #1
declare i32 @ml_report(...) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 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/tmpkzqlxriw.c"
target datalayout = "e-m:e-p270: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 [128 x i8] c"/scratch/repos/new/home/jordi_armengol_estape/c-scraper/outputs/2022-01-22/02-19-57/repos/ptahpeteh/ml/refs/heads/master/test.c\00", align 1
@.str.1 = private unnamed_addr constant [11 x i8] c"%p <-- %d\0A\00", align 1
@.str.2 = private unnamed_addr constant [16 x i8] c"NOT ALL LISTED\0A\00", align 1
@.str.3 = private unnamed_addr constant [11 x i8] c"TOTAL: %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 ptr, align 8
%5 = alloca i32, align 4
store i32 0, ptr %1, align 4
store i32 0, ptr %2, align 4
store i32 0, ptr %3, align 4
%6 = load i32, ptr %3, align 4
%7 = icmp slt i32 %6, 100
br i1 %7, label %.lr.ph, label %57
.lr.ph: ; preds = %0
br label %8
8: ; preds = %.lr.ph, %52
store ptr null, ptr %4, align 8
%9 = call i32 (...) @rand()
%10 = srem i32 %9, 1000
store i32 %10, ptr %5, align 4
%11 = load i32, ptr %5, align 4
%12 = and i32 %11, 1
%13 = icmp ne i32 %12, 0
br i1 %13, label %14, label %17
14: ; preds = %8
%15 = load i32, ptr %5, align 4
%16 = call ptr @ml_malloc(i32 noundef %15, ptr noundef @.str, i32 noundef 15)
store ptr %16, ptr %4, align 8
br label %20
17: ; preds = %8
%18 = load i32, ptr %5, align 4
%19 = call ptr @ml_calloc(i32 noundef 2, i32 noundef %18, ptr noundef @.str, i32 noundef 16)
store ptr %19, ptr %4, align 8
br label %20
20: ; preds = %17, %14
%21 = load i32, ptr %5, align 4
%22 = srem i32 %21, 4
%23 = icmp eq i32 %22, 0
br i1 %23, label %24, label %38
24: ; preds = %20
%25 = load i32, ptr %5, align 4
%26 = and i32 %25, 128
%27 = icmp ne i32 %26, 0
%28 = zext i1 %27 to i64
%29 = select i1 %27, i32 -1, i32 1
%30 = call i32 (...) @rand()
%31 = srem i32 %30, 64
%32 = mul nsw i32 %29, %31
%33 = load i32, ptr %5, align 4
%34 = add nsw i32 %33, %32
store i32 %34, ptr %5, align 4
%35 = load ptr, ptr %4, align 8
%36 = load i32, ptr %5, align 4
%37 = call ptr @ml_realloc(ptr noundef %35, i32 noundef %36, ptr noundef @.str, i32 noundef 20)
store ptr %37, ptr %4, align 8
br label %38
38: ; preds = %24, %20
%39 = load i32, ptr %5, align 4
%40 = srem i32 %39, 3
%41 = icmp eq i32 %40, 0
br i1 %41, label %42, label %45
42: ; preds = %38
%43 = load ptr, ptr %4, align 8
%44 = call i32 @ml_free(ptr noundef %43, ptr noundef @.str, i32 noundef 23)
br label %51
45: ; preds = %38
%46 = load ptr, ptr %4, align 8
%47 = load i32, ptr %5, align 4
%48 = call i32 (ptr, ...) @printf(ptr noundef @.str.1, ptr noundef %46, i32 noundef %47)
%49 = load i32, ptr %2, align 4
%50 = add nsw i32 %49, 1
store i32 %50, ptr %2, align 4
br label %51
51: ; preds = %45, %42
br label %52
52: ; preds = %51
%53 = load i32, ptr %3, align 4
%54 = add nsw i32 %53, 1
store i32 %54, ptr %3, align 4
%55 = load i32, ptr %3, align 4
%56 = icmp slt i32 %55, 100
br i1 %56, label %8, label %._crit_edge, !llvm.loop !6
._crit_edge: ; preds = %52
br label %57
57: ; preds = %._crit_edge, %0
%58 = load i32, ptr %2, align 4
%59 = call i32 (...) @ml_report()
%60 = icmp ne i32 %58, %59
br i1 %60, label %61, label %63
61: ; preds = %57
%62 = call i32 (ptr, ...) @printf(ptr noundef @.str.2)
br label %66
63: ; preds = %57
%64 = load i32, ptr %2, align 4
%65 = call i32 (ptr, ...) @printf(ptr noundef @.str.3, i32 noundef %64)
br label %66
66: ; preds = %63, %61
ret i32 0
}
declare i32 @rand(...) #1
declare ptr @ml_malloc(i32 noundef, ptr noundef, i32 noundef) #1
declare ptr @ml_calloc(i32 noundef, i32 noundef, ptr noundef, i32 noundef) #1
declare ptr @ml_realloc(ptr noundef, i32 noundef, ptr noundef, i32 noundef) #1
declare i32 @ml_free(ptr noundef, ptr noundef, i32 noundef) #1
declare i32 @printf(ptr noundef, ...) #1
declare i32 @ml_report(...) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 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/tmpi_ilqg5f.c'
source_filename = "/tmp/tmpi_ilqg5f.c"
target datalayout = "e-m:e-p270: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
store i32 0, ptr %1, align 4
%5 = call i32 (...) @__VERIFIER_nondet_int()
store i32 %5, ptr %3, align 4
%6 = call i32 (...) @__VERIFIER_nondet_int()
store i32 %6, ptr %4, align 4
%7 = load i32, ptr %3, align 4
%8 = icmp slt i32 %7, 0
br i1 %8, label %9, label %12
9: ; preds = %0
%10 = load i32, ptr %3, align 4
%11 = sub nsw i32 0, %10
store i32 %11, ptr %3, align 4
br label %12
12: ; preds = %9, %0
%13 = load i32, ptr %4, align 4
%14 = icmp slt i32 %13, 0
br i1 %14, label %15, label %18
15: ; preds = %12
%16 = load i32, ptr %4, align 4
%17 = sub nsw i32 0, %16
store i32 %17, ptr %4, align 4
br label %18
18: ; preds = %15, %12
br label %19
19: ; preds = %32, %18
%20 = load i32, ptr %4, align 4
%21 = icmp sgt i32 %20, 0
br i1 %21, label %22, label %35
22: ; preds = %19
%23 = load i32, ptr %3, align 4
store i32 %23, ptr %2, align 4
br label %24
24: ; preds = %28, %22
%25 = load i32, ptr %2, align 4
%26 = load i32, ptr %4, align 4
%27 = icmp sge i32 %25, %26
br i1 %27, label %28, label %32
28: ; preds = %24
%29 = load i32, ptr %2, align 4
%30 = load i32, ptr %4, align 4
%31 = sub nsw i32 %29, %30
store i32 %31, ptr %2, align 4
br label %24, !llvm.loop !6
32: ; preds = %24
%33 = load i32, ptr %4, align 4
store i32 %33, ptr %3, align 4
%34 = load i32, ptr %2, align 4
store i32 %34, ptr %4, align 4
br label %19, !llvm.loop !8
35: ; preds = %19
ret i32 0
}
declare i32 @__VERIFIER_nondet_int(...) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 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/tmpi_ilqg5f.c"
target datalayout = "e-m:e-p270: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
store i32 0, ptr %1, align 4
%5 = call i32 (...) @__VERIFIER_nondet_int()
store i32 %5, ptr %3, align 4
%6 = call i32 (...) @__VERIFIER_nondet_int()
store i32 %6, ptr %4, align 4
%7 = load i32, ptr %3, align 4
%8 = icmp slt i32 %7, 0
br i1 %8, label %9, label %12
9: ; preds = %0
%10 = load i32, ptr %3, align 4
%11 = sub nsw i32 0, %10
store i32 %11, ptr %3, align 4
br label %12
12: ; preds = %9, %0
%13 = load i32, ptr %4, align 4
%14 = icmp slt i32 %13, 0
br i1 %14, label %15, label %18
15: ; preds = %12
%16 = load i32, ptr %4, align 4
%17 = sub nsw i32 0, %16
store i32 %17, ptr %4, align 4
br label %18
18: ; preds = %15, %12
%19 = load i32, ptr %4, align 4
%20 = icmp sgt i32 %19, 0
br i1 %20, label %.lr.ph2, label %38
.lr.ph2: ; preds = %18
br label %21
21: ; preds = %.lr.ph2, %33
%22 = load i32, ptr %3, align 4
store i32 %22, ptr %2, align 4
%23 = load i32, ptr %2, align 4
%24 = load i32, ptr %4, align 4
%25 = icmp sge i32 %23, %24
br i1 %25, label %.lr.ph, label %33
.lr.ph: ; preds = %21
br label %26
26: ; preds = %.lr.ph, %26
%27 = load i32, ptr %2, align 4
%28 = load i32, ptr %4, align 4
%29 = sub nsw i32 %27, %28
store i32 %29, ptr %2, align 4
%30 = load i32, ptr %2, align 4
%31 = load i32, ptr %4, align 4
%32 = icmp sge i32 %30, %31
br i1 %32, label %26, label %._crit_edge, !llvm.loop !6
._crit_edge: ; preds = %26
br label %33
33: ; preds = %._crit_edge, %21
%34 = load i32, ptr %4, align 4
store i32 %34, ptr %3, align 4
%35 = load i32, ptr %2, align 4
store i32 %35, ptr %4, align 4
%36 = load i32, ptr %4, align 4
%37 = icmp sgt i32 %36, 0
br i1 %37, label %21, label %._crit_edge3, !llvm.loop !8
._crit_edge3: ; preds = %33
br label %38
38: ; preds = %._crit_edge3, %18
ret i32 0
}
declare i32 @__VERIFIER_nondet_int(...) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 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/tmph3xy7cjs.c'
source_filename = "/tmp/tmph3xy7cjs.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@stdout = dso_local global ptr null, align 8
@.str = private unnamed_addr constant [11 x i8] c"spell 0.1\0A\00", align 1
@.str.1 = private unnamed_addr constant [35 x i8] c"Copyright 2017, Christopher Stoll\0A\00", align 1
@.str.2 = private unnamed_addr constant [35 x i8] c"https://github.com/stollcri/spell\0A\00", align 1
@EXIT_SUCCESS = dso_local global i32 0, align 4
@.str.3 = private unnamed_addr constant [21 x i8] c"spell [-h][-v] word\0A\00", align 1
@.str.4 = private unnamed_addr constant [11 x i8] c"SPELL_FILE\00", align 1
@.str.5 = private unnamed_addr constant [7 x i8] c".spell\00", align 1
@.str.6 = 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 ptr, align 8
%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 ptr, align 8
store i32 0, ptr %3, align 4
store i32 %0, ptr %4, align 4
store ptr %1, ptr %5, align 8
%13 = call i32 (...) @setinterupthandlers()
%14 = load ptr, ptr %5, align 8
%15 = getelementptr inbounds ptr, ptr %14, i64 1
%16 = load ptr, ptr %15, align 8
store ptr %16, ptr %6, align 8
%17 = load ptr, ptr @stdout, align 8
store ptr %17, ptr %7, align 8
store i32 0, ptr %8, align 4
store i32 0, ptr %9, align 4
%18 = load ptr, ptr %6, align 8
%19 = getelementptr inbounds i8, ptr %18, i64 0
%20 = load i8, ptr %19, align 1
%21 = sext i8 %20 to i32
%22 = icmp eq i32 %21, 45
br i1 %22, label %23, label %45
23: ; preds = %2
%24 = load ptr, ptr %6, align 8
%25 = getelementptr inbounds i8, ptr %24, i64 1
%26 = load i8, ptr %25, align 1
%27 = sext i8 %26 to i32
%28 = icmp eq i32 %27, 118
br i1 %28, label %29, label %30
29: ; preds = %23
store i32 1, ptr %8, align 4
br label %44
30: ; preds = %23
%31 = load ptr, ptr %6, align 8
%32 = getelementptr inbounds i8, ptr %31, i64 1
%33 = load i8, ptr %32, align 1
%34 = sext i8 %33 to i32
%35 = icmp eq i32 %34, 104
br i1 %35, label %42, label %36
36: ; preds = %30
%37 = load ptr, ptr %6, align 8
%38 = getelementptr inbounds i8, ptr %37, i64 1
%39 = load i8, ptr %38, align 1
%40 = sext i8 %39 to i32
%41 = icmp eq i32 %40, 63
br i1 %41, label %42, label %43
42: ; preds = %36, %30
store i32 1, ptr %9, align 4
br label %43
43: ; preds = %42, %36
br label %44
44: ; preds = %43, %29
br label %45
45: ; preds = %44, %2
%46 = load i32, ptr %8, align 4
%47 = icmp eq i32 %46, 1
br i1 %47, label %48, label %54
48: ; preds = %45
%49 = call i32 @printf(ptr noundef @.str)
%50 = call i32 @printf(ptr noundef @.str.1)
%51 = call i32 @printf(ptr noundef @.str.2)
%52 = load i32, ptr @EXIT_SUCCESS, align 4
%53 = call i32 @exitapp(i32 noundef %52)
br label %54
54: ; preds = %48, %45
%55 = load i32, ptr %9, align 4
%56 = icmp eq i32 %55, 1
br i1 %56, label %57, label %61
57: ; preds = %54
%58 = call i32 @printf(ptr noundef @.str.3)
%59 = load i32, ptr @EXIT_SUCCESS, align 4
%60 = call i32 @exitapp(i32 noundef %59)
br label %61
61: ; preds = %57, %54
store i32 0, ptr %10, align 4
store ptr null, ptr %11, align 8
%62 = call ptr @getenv(ptr noundef @.str.4)
%63 = icmp ne ptr %62, null
br i1 %63, label %64, label %67
64: ; preds = %61
%65 = call ptr @getenv(ptr noundef @.str.4)
%66 = call ptr @readconfigfile(ptr noundef %65, ptr noundef %10)
store ptr %66, ptr %11, align 8
br label %69
67: ; preds = %61
%68 = call ptr @readconfigfile(ptr noundef @.str.5, ptr noundef %10)
store ptr %68, ptr %11, align 8
br label %69
69: ; preds = %67, %64
store ptr null, ptr %12, align 8
%70 = load ptr, ptr %6, align 8
%71 = load ptr, ptr %11, align 8
%72 = load i32, ptr %10, align 4
%73 = call ptr @bestmatch(ptr noundef %70, ptr noundef %71, i32 noundef %72)
store ptr %73, ptr %12, align 8
%74 = load ptr, ptr %12, align 8
%75 = load ptr, ptr %7, align 8
%76 = call i32 @fputs(ptr noundef %74, ptr noundef %75)
%77 = load ptr, ptr %7, align 8
%78 = call i32 @fputs(ptr noundef @.str.6, ptr noundef %77)
%79 = load ptr, ptr %7, align 8
%80 = call i32 @fclose(ptr noundef %79)
%81 = load i32, ptr @EXIT_SUCCESS, align 4
%82 = call i32 @exitapp(i32 noundef %81)
%83 = load i32, ptr %3, align 4
ret i32 %83
}
declare i32 @setinterupthandlers(...) #1
declare i32 @printf(ptr noundef) #1
declare i32 @exitapp(i32 noundef) #1
declare ptr @getenv(ptr noundef) #1
declare ptr @readconfigfile(ptr noundef, ptr noundef) #1
declare ptr @bestmatch(ptr noundef, ptr noundef, i32 noundef) #1
declare i32 @fputs(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/tmph3xy7cjs.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@stdout = dso_local global ptr null, align 8
@.str = private unnamed_addr constant [11 x i8] c"spell 0.1\0A\00", align 1
@.str.1 = private unnamed_addr constant [35 x i8] c"Copyright 2017, Christopher Stoll\0A\00", align 1
@.str.2 = private unnamed_addr constant [35 x i8] c"https://github.com/stollcri/spell\0A\00", align 1
@EXIT_SUCCESS = dso_local global i32 0, align 4
@.str.3 = private unnamed_addr constant [21 x i8] c"spell [-h][-v] word\0A\00", align 1
@.str.4 = private unnamed_addr constant [11 x i8] c"SPELL_FILE\00", align 1
@.str.5 = private unnamed_addr constant [7 x i8] c".spell\00", align 1
@.str.6 = 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 ptr, align 8
%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 ptr, align 8
store i32 0, ptr %3, align 4
store i32 %0, ptr %4, align 4
store ptr %1, ptr %5, align 8
%13 = call i32 (...) @setinterupthandlers()
%14 = load ptr, ptr %5, align 8
%15 = getelementptr inbounds ptr, ptr %14, i64 1
%16 = load ptr, ptr %15, align 8
store ptr %16, ptr %6, align 8
%17 = load ptr, ptr @stdout, align 8
store ptr %17, ptr %7, align 8
store i32 0, ptr %8, align 4
store i32 0, ptr %9, align 4
%18 = load ptr, ptr %6, align 8
%19 = getelementptr inbounds i8, ptr %18, i64 0
%20 = load i8, ptr %19, align 1
%21 = sext i8 %20 to i32
%22 = icmp eq i32 %21, 45
br i1 %22, label %23, label %45
23: ; preds = %2
%24 = load ptr, ptr %6, align 8
%25 = getelementptr inbounds i8, ptr %24, i64 1
%26 = load i8, ptr %25, align 1
%27 = sext i8 %26 to i32
%28 = icmp eq i32 %27, 118
br i1 %28, label %29, label %30
29: ; preds = %23
store i32 1, ptr %8, align 4
br label %44
30: ; preds = %23
%31 = load ptr, ptr %6, align 8
%32 = getelementptr inbounds i8, ptr %31, i64 1
%33 = load i8, ptr %32, align 1
%34 = sext i8 %33 to i32
%35 = icmp eq i32 %34, 104
br i1 %35, label %42, label %36
36: ; preds = %30
%37 = load ptr, ptr %6, align 8
%38 = getelementptr inbounds i8, ptr %37, i64 1
%39 = load i8, ptr %38, align 1
%40 = sext i8 %39 to i32
%41 = icmp eq i32 %40, 63
br i1 %41, label %42, label %43
42: ; preds = %36, %30
store i32 1, ptr %9, align 4
br label %43
43: ; preds = %42, %36
br label %44
44: ; preds = %43, %29
br label %45
45: ; preds = %44, %2
%46 = load i32, ptr %8, align 4
%47 = icmp eq i32 %46, 1
br i1 %47, label %48, label %54
48: ; preds = %45
%49 = call i32 @printf(ptr noundef @.str)
%50 = call i32 @printf(ptr noundef @.str.1)
%51 = call i32 @printf(ptr noundef @.str.2)
%52 = load i32, ptr @EXIT_SUCCESS, align 4
%53 = call i32 @exitapp(i32 noundef %52)
br label %54
54: ; preds = %48, %45
%55 = load i32, ptr %9, align 4
%56 = icmp eq i32 %55, 1
br i1 %56, label %57, label %61
57: ; preds = %54
%58 = call i32 @printf(ptr noundef @.str.3)
%59 = load i32, ptr @EXIT_SUCCESS, align 4
%60 = call i32 @exitapp(i32 noundef %59)
br label %61
61: ; preds = %57, %54
store i32 0, ptr %10, align 4
store ptr null, ptr %11, align 8
%62 = call ptr @getenv(ptr noundef @.str.4)
%63 = icmp ne ptr %62, null
br i1 %63, label %64, label %67
64: ; preds = %61
%65 = call ptr @getenv(ptr noundef @.str.4)
%66 = call ptr @readconfigfile(ptr noundef %65, ptr noundef %10)
store ptr %66, ptr %11, align 8
br label %69
67: ; preds = %61
%68 = call ptr @readconfigfile(ptr noundef @.str.5, ptr noundef %10)
store ptr %68, ptr %11, align 8
br label %69
69: ; preds = %67, %64
store ptr null, ptr %12, align 8
%70 = load ptr, ptr %6, align 8
%71 = load ptr, ptr %11, align 8
%72 = load i32, ptr %10, align 4
%73 = call ptr @bestmatch(ptr noundef %70, ptr noundef %71, i32 noundef %72)
store ptr %73, ptr %12, align 8
%74 = load ptr, ptr %12, align 8
%75 = load ptr, ptr %7, align 8
%76 = call i32 @fputs(ptr noundef %74, ptr noundef %75)
%77 = load ptr, ptr %7, align 8
%78 = call i32 @fputs(ptr noundef @.str.6, ptr noundef %77)
%79 = load ptr, ptr %7, align 8
%80 = call i32 @fclose(ptr noundef %79)
%81 = load i32, ptr @EXIT_SUCCESS, align 4
%82 = call i32 @exitapp(i32 noundef %81)
%83 = load i32, ptr %3, align 4
ret i32 %83
}
declare i32 @setinterupthandlers(...) #1
declare i32 @printf(ptr noundef) #1
declare i32 @exitapp(i32 noundef) #1
declare ptr @getenv(ptr noundef) #1
declare ptr @readconfigfile(ptr noundef, ptr noundef) #1
declare ptr @bestmatch(ptr noundef, ptr noundef, i32 noundef) #1
declare i32 @fputs(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 = '/tmp/tmpoud5piq9.c'
source_filename = "/tmp/tmpoud5piq9.c"
target datalayout = "e-m:e-p270: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"world\00", align 1
@.str.1 = private unnamed_addr constant [11 x i8] c"hello, %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
store i32 0, ptr %3, align 4
store i32 %0, ptr %4, align 4
store ptr %1, ptr %5, align 8
%7 = load i32, ptr %4, align 4
%8 = icmp sgt i32 %7, 1
br i1 %8, label %9, label %13
9: ; preds = %2
%10 = load ptr, ptr %5, align 8
%11 = getelementptr inbounds ptr, ptr %10, i64 1
%12 = load ptr, ptr %11, align 8
br label %14
13: ; preds = %2
br label %14
14: ; preds = %13, %9
%15 = phi ptr [ %12, %9 ], [ @.str, %13 ]
store ptr %15, ptr %6, align 8
%16 = load ptr, ptr %6, align 8
%17 = call i32 @printf(ptr noundef @.str.1, ptr noundef %16)
ret i32 0
}
declare i32 @printf(ptr noundef, ptr noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmpoud5piq9.c"
target datalayout = "e-m:e-p270: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"world\00", align 1
@.str.1 = private unnamed_addr constant [11 x i8] c"hello, %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
store i32 0, ptr %3, align 4
store i32 %0, ptr %4, align 4
store ptr %1, ptr %5, align 8
%7 = load i32, ptr %4, align 4
%8 = icmp sgt i32 %7, 1
br i1 %8, label %9, label %13
9: ; preds = %2
%10 = load ptr, ptr %5, align 8
%11 = getelementptr inbounds ptr, ptr %10, i64 1
%12 = load ptr, ptr %11, align 8
br label %14
13: ; preds = %2
br label %14
14: ; preds = %13, %9
%15 = phi ptr [ %12, %9 ], [ @.str, %13 ]
store ptr %15, ptr %6, align 8
%16 = load ptr, ptr %6, align 8
%17 = call i32 @printf(ptr noundef @.str.1, ptr noundef %16)
ret i32 0
}
declare i32 @printf(ptr noundef, ptr noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
|
; ModuleID = '/tmp/tmpslhrw2n_.c'
source_filename = "/tmp/tmpslhrw2n_.c"
target datalayout = "e-m:e-p270: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
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @ReadFloat(ptr noundef %0, ptr noundef %1, i32 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 ptr, align 8
%9 = alloca i8, align 1
store ptr %0, ptr %5, align 8
store ptr %1, ptr %6, align 8
store i32 %2, ptr %7, align 4
%10 = load ptr, ptr %6, align 8
%11 = load ptr, ptr %5, align 8
%12 = call i32 @fread(ptr noundef %10, i32 noundef 4, i32 noundef 1, ptr noundef %11)
%13 = icmp ne i32 %12, 1
br i1 %13, label %14, label %15
14: ; preds = %3
store i32 0, ptr %4, align 4
br label %43
15: ; preds = %3
%16 = load i32, ptr %7, align 4
%17 = icmp ne i32 %16, 0
br i1 %17, label %18, label %42
18: ; preds = %15
%19 = load ptr, ptr %6, align 8
store ptr %19, ptr %8, align 8
%20 = load ptr, ptr %8, align 8
%21 = getelementptr inbounds i8, ptr %20, i64 0
%22 = load i8, ptr %21, align 1
store i8 %22, ptr %9, align 1
%23 = load ptr, ptr %8, align 8
%24 = getelementptr inbounds i8, ptr %23, i64 3
%25 = load i8, ptr %24, align 1
%26 = load ptr, ptr %8, align 8
%27 = getelementptr inbounds i8, ptr %26, i64 0
store i8 %25, ptr %27, align 1
%28 = load i8, ptr %9, align 1
%29 = load ptr, ptr %8, align 8
%30 = getelementptr inbounds i8, ptr %29, i64 3
store i8 %28, ptr %30, align 1
%31 = load ptr, ptr %8, align 8
%32 = getelementptr inbounds i8, ptr %31, i64 1
%33 = load i8, ptr %32, align 1
store i8 %33, ptr %9, align 1
%34 = load ptr, ptr %8, align 8
%35 = getelementptr inbounds i8, ptr %34, i64 2
%36 = load i8, ptr %35, align 1
%37 = load ptr, ptr %8, align 8
%38 = getelementptr inbounds i8, ptr %37, i64 1
store i8 %36, ptr %38, align 1
%39 = load i8, ptr %9, align 1
%40 = load ptr, ptr %8, align 8
%41 = getelementptr inbounds i8, ptr %40, i64 2
store i8 %39, ptr %41, align 1
br label %42
42: ; preds = %18, %15
store i32 1, ptr %4, align 4
br label %43
43: ; preds = %42, %14
%44 = load i32, ptr %4, align 4
ret i32 %44
}
declare i32 @fread(ptr noundef, i32 noundef, i32 noundef, ptr noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmpslhrw2n_.c"
target datalayout = "e-m:e-p270: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
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @ReadFloat(ptr noundef %0, ptr noundef %1, i32 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 ptr, align 8
%9 = alloca i8, align 1
store ptr %0, ptr %5, align 8
store ptr %1, ptr %6, align 8
store i32 %2, ptr %7, align 4
%10 = load ptr, ptr %6, align 8
%11 = load ptr, ptr %5, align 8
%12 = call i32 @fread(ptr noundef %10, i32 noundef 4, i32 noundef 1, ptr noundef %11)
%13 = icmp ne i32 %12, 1
br i1 %13, label %14, label %15
14: ; preds = %3
store i32 0, ptr %4, align 4
br label %43
15: ; preds = %3
%16 = load i32, ptr %7, align 4
%17 = icmp ne i32 %16, 0
br i1 %17, label %18, label %42
18: ; preds = %15
%19 = load ptr, ptr %6, align 8
store ptr %19, ptr %8, align 8
%20 = load ptr, ptr %8, align 8
%21 = getelementptr inbounds i8, ptr %20, i64 0
%22 = load i8, ptr %21, align 1
store i8 %22, ptr %9, align 1
%23 = load ptr, ptr %8, align 8
%24 = getelementptr inbounds i8, ptr %23, i64 3
%25 = load i8, ptr %24, align 1
%26 = load ptr, ptr %8, align 8
%27 = getelementptr inbounds i8, ptr %26, i64 0
store i8 %25, ptr %27, align 1
%28 = load i8, ptr %9, align 1
%29 = load ptr, ptr %8, align 8
%30 = getelementptr inbounds i8, ptr %29, i64 3
store i8 %28, ptr %30, align 1
%31 = load ptr, ptr %8, align 8
%32 = getelementptr inbounds i8, ptr %31, i64 1
%33 = load i8, ptr %32, align 1
store i8 %33, ptr %9, align 1
%34 = load ptr, ptr %8, align 8
%35 = getelementptr inbounds i8, ptr %34, i64 2
%36 = load i8, ptr %35, align 1
%37 = load ptr, ptr %8, align 8
%38 = getelementptr inbounds i8, ptr %37, i64 1
store i8 %36, ptr %38, align 1
%39 = load i8, ptr %9, align 1
%40 = load ptr, ptr %8, align 8
%41 = getelementptr inbounds i8, ptr %40, i64 2
store i8 %39, ptr %41, align 1
br label %42
42: ; preds = %18, %15
store i32 1, ptr %4, align 4
br label %43
43: ; preds = %42, %14
%44 = load i32, ptr %4, align 4
ret i32 %44
}
declare i32 @fread(ptr noundef, i32 noundef, i32 noundef, ptr noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
|
; ModuleID = '/tmp/tmpb8slz4vu.c'
source_filename = "/tmp/tmpb8slz4vu.c"
target datalayout = "e-m:e-p270: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 @protocol_maintainerthread() #0 {
%1 = call i32 (...) @protocol_init()
ret void
}
declare i32 @protocol_init(...) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"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/tmpb8slz4vu.c"
target datalayout = "e-m:e-p270: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 @protocol_maintainerthread() #0 {
%1 = call i32 (...) @protocol_init()
ret void
}
declare i32 @protocol_init(...) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"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/tmpt4u5e0n6.c'
source_filename = "/tmp/tmpt4u5e0n6.c"
target datalayout = "e-m:e-p270: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 @strprepend(ptr noundef %0, ptr noundef %1, ptr noundef %2) #0 {
%4 = alloca i32, align 4
%5 = alloca ptr, align 8
%6 = alloca ptr, align 8
%7 = alloca ptr, align 8
%8 = alloca i64, align 8
%9 = alloca ptr, align 8
store ptr %0, ptr %5, align 8
store ptr %1, ptr %6, align 8
store ptr %2, ptr %7, align 8
%10 = load ptr, ptr %7, align 8
%11 = call i64 @strlen(ptr noundef %10)
store i64 %11, ptr %8, align 8
%12 = load ptr, ptr %5, align 8
%13 = load ptr, ptr %12, align 8
%14 = load i64, ptr %8, align 8
%15 = load ptr, ptr %6, align 8
%16 = load i64, ptr %15, align 8
%17 = add i64 %14, %16
%18 = add i64 %17, 1
%19 = call ptr @realloc(ptr noundef %13, i64 noundef %18)
store ptr %19, ptr %9, align 8
%20 = load ptr, ptr %9, align 8
%21 = icmp eq ptr %20, null
br i1 %21, label %22, label %23
22: ; preds = %3
store i32 1, ptr %4, align 4
br label %45
23: ; preds = %3
%24 = load ptr, ptr %9, align 8
%25 = load i64, ptr %8, align 8
%26 = getelementptr inbounds i8, ptr %24, i64 %25
%27 = load ptr, ptr %9, align 8
%28 = load ptr, ptr %6, align 8
%29 = load i64, ptr %28, align 8
%30 = add i64 %29, 1
%31 = call i32 @memmove(ptr noundef %26, ptr noundef %27, i64 noundef %30)
%32 = load ptr, ptr %9, align 8
%33 = load ptr, ptr %6, align 8
%34 = load i64, ptr %33, align 8
%35 = getelementptr inbounds i8, ptr %32, i64 %34
%36 = load ptr, ptr %7, align 8
%37 = load i64, ptr %8, align 8
%38 = call i32 @strncpy(ptr noundef %35, ptr noundef %36, i64 noundef %37)
%39 = load ptr, ptr %9, align 8
%40 = load ptr, ptr %5, align 8
store ptr %39, ptr %40, align 8
%41 = load i64, ptr %8, align 8
%42 = load ptr, ptr %6, align 8
%43 = load i64, ptr %42, align 8
%44 = add i64 %43, %41
store i64 %44, ptr %42, align 8
store i32 0, ptr %4, align 4
br label %45
45: ; preds = %23, %22
%46 = load i32, ptr %4, align 4
ret i32 %46
}
declare i64 @strlen(ptr noundef) #1
declare ptr @realloc(ptr noundef, i64 noundef) #1
declare i32 @memmove(ptr noundef, ptr noundef, i64 noundef) #1
declare i32 @strncpy(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/tmpt4u5e0n6.c"
target datalayout = "e-m:e-p270: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 @strprepend(ptr noundef %0, ptr noundef %1, ptr noundef %2) #0 {
%4 = alloca i32, align 4
%5 = alloca ptr, align 8
%6 = alloca ptr, align 8
%7 = alloca ptr, align 8
%8 = alloca i64, align 8
%9 = alloca ptr, align 8
store ptr %0, ptr %5, align 8
store ptr %1, ptr %6, align 8
store ptr %2, ptr %7, align 8
%10 = load ptr, ptr %7, align 8
%11 = call i64 @strlen(ptr noundef %10)
store i64 %11, ptr %8, align 8
%12 = load ptr, ptr %5, align 8
%13 = load ptr, ptr %12, align 8
%14 = load i64, ptr %8, align 8
%15 = load ptr, ptr %6, align 8
%16 = load i64, ptr %15, align 8
%17 = add i64 %14, %16
%18 = add i64 %17, 1
%19 = call ptr @realloc(ptr noundef %13, i64 noundef %18)
store ptr %19, ptr %9, align 8
%20 = load ptr, ptr %9, align 8
%21 = icmp eq ptr %20, null
br i1 %21, label %22, label %23
22: ; preds = %3
store i32 1, ptr %4, align 4
br label %45
23: ; preds = %3
%24 = load ptr, ptr %9, align 8
%25 = load i64, ptr %8, align 8
%26 = getelementptr inbounds i8, ptr %24, i64 %25
%27 = load ptr, ptr %9, align 8
%28 = load ptr, ptr %6, align 8
%29 = load i64, ptr %28, align 8
%30 = add i64 %29, 1
%31 = call i32 @memmove(ptr noundef %26, ptr noundef %27, i64 noundef %30)
%32 = load ptr, ptr %9, align 8
%33 = load ptr, ptr %6, align 8
%34 = load i64, ptr %33, align 8
%35 = getelementptr inbounds i8, ptr %32, i64 %34
%36 = load ptr, ptr %7, align 8
%37 = load i64, ptr %8, align 8
%38 = call i32 @strncpy(ptr noundef %35, ptr noundef %36, i64 noundef %37)
%39 = load ptr, ptr %9, align 8
%40 = load ptr, ptr %5, align 8
store ptr %39, ptr %40, align 8
%41 = load i64, ptr %8, align 8
%42 = load ptr, ptr %6, align 8
%43 = load i64, ptr %42, align 8
%44 = add i64 %43, %41
store i64 %44, ptr %42, align 8
store i32 0, ptr %4, align 4
br label %45
45: ; preds = %23, %22
%46 = load i32, ptr %4, align 4
ret i32 %46
}
declare i64 @strlen(ptr noundef) #1
declare ptr @realloc(ptr noundef, i64 noundef) #1
declare i32 @memmove(ptr noundef, ptr noundef, i64 noundef) #1
declare i32 @strncpy(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/tmpohn066sp.c'
source_filename = "/tmp/tmpohn066sp.c"
target datalayout = "e-m:e-p270: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/tmpohn066sp.c"
target datalayout = "e-m:e-p270: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/tmpay43rlr0.c'
source_filename = "/tmp/tmpay43rlr0.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@AT_FDCWD = dso_local global i32 0, align 4
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @symlink(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 i32, ptr @AT_FDCWD, align 4
%7 = load ptr, ptr %4, align 8
%8 = call i32 @symlinkat(ptr noundef %5, i32 noundef %6, ptr noundef %7)
ret i32 %8
}
declare i32 @symlinkat(ptr noundef, i32 noundef, ptr noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmpay43rlr0.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@AT_FDCWD = dso_local global i32 0, align 4
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @symlink(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 i32, ptr @AT_FDCWD, align 4
%7 = load ptr, ptr %4, align 8
%8 = call i32 @symlinkat(ptr noundef %5, i32 noundef %6, ptr noundef %7)
ret i32 %8
}
declare i32 @symlinkat(ptr noundef, i32 noundef, ptr noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
|
; ModuleID = '/tmp/tmp4r50t8oa.c'
source_filename = "/tmp/tmp4r50t8oa.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local void @main() #0 {
%1 = call i32 (...) @PortInitialization()
%2 = call i32 (...) @readConfigRegister()
%3 = call i32 @initNrf(i32 noundef 58, i32 noundef 132, i32 noundef 179, i32 noundef 230)
%4 = call i32 (...) @LcdWrite()
br label %5
5: ; preds = %0, %5
%6 = call i32 (...) @GetTemperature()
%7 = call i32 (...) @IncreaseButton()
%8 = call i32 (...) @DecreaseButton()
%9 = call i32 (...) @OnOffButton()
%10 = call i32 (...) @OpenRelay()
%11 = call i32 (...) @InformTemperature()
%12 = call i32 (...) @rxPacket()
%13 = call i32 (...) @InformEverything()
br label %5
}
declare i32 @PortInitialization(...) #1
declare i32 @readConfigRegister(...) #1
declare i32 @initNrf(i32 noundef, i32 noundef, i32 noundef, i32 noundef) #1
declare i32 @LcdWrite(...) #1
declare i32 @GetTemperature(...) #1
declare i32 @IncreaseButton(...) #1
declare i32 @DecreaseButton(...) #1
declare i32 @OnOffButton(...) #1
declare i32 @OpenRelay(...) #1
declare i32 @InformTemperature(...) #1
declare i32 @rxPacket(...) #1
declare i32 @InformEverything(...) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"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/tmp4r50t8oa.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local void @main() #0 {
%1 = call i32 (...) @PortInitialization()
%2 = call i32 (...) @readConfigRegister()
%3 = call i32 @initNrf(i32 noundef 58, i32 noundef 132, i32 noundef 179, i32 noundef 230)
%4 = call i32 (...) @LcdWrite()
br label %5
5: ; preds = %5, %0
%6 = call i32 (...) @GetTemperature()
%7 = call i32 (...) @IncreaseButton()
%8 = call i32 (...) @DecreaseButton()
%9 = call i32 (...) @OnOffButton()
%10 = call i32 (...) @OpenRelay()
%11 = call i32 (...) @InformTemperature()
%12 = call i32 (...) @rxPacket()
%13 = call i32 (...) @InformEverything()
br label %5
}
declare i32 @PortInitialization(...) #1
declare i32 @readConfigRegister(...) #1
declare i32 @initNrf(i32 noundef, i32 noundef, i32 noundef, i32 noundef) #1
declare i32 @LcdWrite(...) #1
declare i32 @GetTemperature(...) #1
declare i32 @IncreaseButton(...) #1
declare i32 @DecreaseButton(...) #1
declare i32 @OnOffButton(...) #1
declare i32 @OpenRelay(...) #1
declare i32 @InformTemperature(...) #1
declare i32 @rxPacket(...) #1
declare i32 @InformEverything(...) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"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/tmpxa4lol7u.c'
source_filename = "/tmp/tmpxa4lol7u.c"
target datalayout = "e-m:e-p270: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 @closeMysqlConnection(ptr noundef %0) #0 {
%2 = alloca ptr, align 8
store ptr %0, ptr %2, align 8
%3 = load ptr, ptr %2, align 8
%4 = call i32 @mysql_close(ptr noundef %3)
ret void
}
declare i32 @mysql_close(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/tmpxa4lol7u.c"
target datalayout = "e-m:e-p270: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 @closeMysqlConnection(ptr noundef %0) #0 {
%2 = alloca ptr, align 8
store ptr %0, ptr %2, align 8
%3 = load ptr, ptr %2, align 8
%4 = call i32 @mysql_close(ptr noundef %3)
ret void
}
declare i32 @mysql_close(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/tmp34v3orwl.c'
source_filename = "/tmp/tmp34v3orwl.c"
target datalayout = "e-m:e-p270: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"Celsius Fahrenheit\0A\00", align 1
@.str.1 = private unnamed_addr constant [22 x i8] c" %3.0f %6.1f\0A\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @main() #0 {
%1 = alloca i32, align 4
%2 = alloca float, align 4
%3 = alloca float, align 4
%4 = alloca i32, align 4
%5 = alloca i32, align 4
%6 = alloca i32, align 4
store i32 0, ptr %1, align 4
store i32 -20, ptr %4, align 4
store i32 150, ptr %5, align 4
store i32 10, ptr %6, align 4
%7 = call i32 (ptr, ...) @printf(ptr noundef @.str)
%8 = load i32, ptr %4, align 4
%9 = sitofp i32 %8 to float
store float %9, ptr %2, align 4
br label %10
10: ; preds = %15, %0
%11 = load float, ptr %2, align 4
%12 = load i32, ptr %5, align 4
%13 = sitofp i32 %12 to float
%14 = fcmp ole float %11, %13
br i1 %14, label %15, label %29
15: ; preds = %10
%16 = load float, ptr %2, align 4
%17 = fpext float %16 to double
%18 = call double @llvm.fmuladd.f64(double 1.800000e+00, double %17, double 3.200000e+01)
%19 = fptrunc double %18 to float
store float %19, ptr %3, align 4
%20 = load float, ptr %2, align 4
%21 = fpext float %20 to double
%22 = load float, ptr %3, align 4
%23 = fpext float %22 to double
%24 = call i32 (ptr, ...) @printf(ptr noundef @.str.1, double noundef %21, double noundef %23)
%25 = load float, ptr %2, align 4
%26 = load i32, ptr %6, align 4
%27 = sitofp i32 %26 to float
%28 = fadd float %25, %27
store float %28, ptr %2, align 4
br label %10, !llvm.loop !6
29: ; preds = %10
ret i32 0
}
declare i32 @printf(ptr noundef, ...) #1
; Function Attrs: nocallback nofree nosync nounwind speculatable willreturn memory(none)
declare double @llvm.fmuladd.f64(double, double, double) #2
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #2 = { nocallback nofree nosync nounwind 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"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmp34v3orwl.c"
target datalayout = "e-m:e-p270: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"Celsius Fahrenheit\0A\00", align 1
@.str.1 = private unnamed_addr constant [22 x i8] c" %3.0f %6.1f\0A\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @main() #0 {
%1 = alloca i32, align 4
%2 = alloca float, align 4
%3 = alloca float, align 4
%4 = alloca i32, align 4
%5 = alloca i32, align 4
%6 = alloca i32, align 4
store i32 0, ptr %1, align 4
store i32 -20, ptr %4, align 4
store i32 150, ptr %5, align 4
store i32 10, ptr %6, align 4
%7 = call i32 (ptr, ...) @printf(ptr noundef @.str)
%8 = load i32, ptr %4, align 4
%9 = sitofp i32 %8 to float
store float %9, ptr %2, align 4
%10 = load float, ptr %2, align 4
%11 = load i32, ptr %5, align 4
%12 = sitofp i32 %11 to float
%13 = fcmp ole float %10, %12
br i1 %13, label %.lr.ph, label %32
.lr.ph: ; preds = %0
br label %14
14: ; preds = %.lr.ph, %14
%15 = load float, ptr %2, align 4
%16 = fpext float %15 to double
%17 = call double @llvm.fmuladd.f64(double 1.800000e+00, double %16, double 3.200000e+01)
%18 = fptrunc double %17 to float
store float %18, ptr %3, align 4
%19 = load float, ptr %2, align 4
%20 = fpext float %19 to double
%21 = load float, ptr %3, align 4
%22 = fpext float %21 to double
%23 = call i32 (ptr, ...) @printf(ptr noundef @.str.1, double noundef %20, double noundef %22)
%24 = load float, ptr %2, align 4
%25 = load i32, ptr %6, align 4
%26 = sitofp i32 %25 to float
%27 = fadd float %24, %26
store float %27, ptr %2, align 4
%28 = load float, ptr %2, align 4
%29 = load i32, ptr %5, align 4
%30 = sitofp i32 %29 to float
%31 = fcmp ole float %28, %30
br i1 %31, label %14, label %._crit_edge, !llvm.loop !6
._crit_edge: ; preds = %14
br label %32
32: ; preds = %._crit_edge, %0
ret i32 0
}
declare i32 @printf(ptr noundef, ...) #1
; Function Attrs: nocallback nofree nosync nounwind speculatable willreturn memory(none)
declare double @llvm.fmuladd.f64(double, double, double) #2
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #2 = { nocallback nofree nosync nounwind 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"}
|
; ModuleID = '/tmp/tmpp297ojmp.c'
source_filename = "/tmp/tmpp297ojmp.c"
target datalayout = "e-m:e-p270: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 @substr(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 ptr, align 8
%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 = load i32, ptr %6, align 4
%10 = add i32 %9, 1
%11 = call ptr @calloc(i32 noundef %10, i32 noundef 1)
store ptr %11, ptr %7, align 8
%12 = load i32, ptr %5, align 4
store i32 %12, ptr %8, align 4
br label %13
13: ; preds = %31, %3
%14 = load i32, ptr %8, align 4
%15 = load i32, ptr %5, align 4
%16 = load i32, ptr %6, align 4
%17 = add i32 %15, %16
%18 = icmp ult i32 %14, %17
br i1 %18, label %19, label %34
19: ; preds = %13
%20 = load ptr, ptr %4, align 8
%21 = load i32, ptr %8, align 4
%22 = sext i32 %21 to i64
%23 = getelementptr inbounds i8, ptr %20, i64 %22
%24 = load i8, ptr %23, align 1
%25 = load ptr, ptr %7, align 8
%26 = load i32, ptr %8, align 4
%27 = load i32, ptr %5, align 4
%28 = sub i32 %26, %27
%29 = zext i32 %28 to i64
%30 = getelementptr inbounds i8, ptr %25, i64 %29
store i8 %24, ptr %30, align 1
br label %31
31: ; preds = %19
%32 = load i32, ptr %8, align 4
%33 = add nsw i32 %32, 1
store i32 %33, ptr %8, align 4
br label %13, !llvm.loop !6
34: ; preds = %13
%35 = load ptr, ptr %7, align 8
ret ptr %35
}
declare ptr @calloc(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/tmpp297ojmp.c"
target datalayout = "e-m:e-p270: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 @substr(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 ptr, align 8
%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 = load i32, ptr %6, align 4
%10 = add i32 %9, 1
%11 = call ptr @calloc(i32 noundef %10, i32 noundef 1)
store ptr %11, ptr %7, align 8
%12 = load i32, ptr %5, align 4
store i32 %12, ptr %8, align 4
%13 = load i32, ptr %8, align 4
%14 = load i32, ptr %5, align 4
%15 = load i32, ptr %6, align 4
%16 = add i32 %14, %15
%17 = icmp ult i32 %13, %16
br i1 %17, label %.lr.ph, label %38
.lr.ph: ; preds = %3
br label %18
18: ; preds = %.lr.ph, %30
%19 = load ptr, ptr %4, align 8
%20 = load i32, ptr %8, align 4
%21 = sext i32 %20 to i64
%22 = getelementptr inbounds i8, ptr %19, i64 %21
%23 = load i8, ptr %22, align 1
%24 = load ptr, ptr %7, align 8
%25 = load i32, ptr %8, align 4
%26 = load i32, ptr %5, align 4
%27 = sub i32 %25, %26
%28 = zext i32 %27 to i64
%29 = getelementptr inbounds i8, ptr %24, i64 %28
store i8 %23, ptr %29, align 1
br label %30
30: ; preds = %18
%31 = load i32, ptr %8, align 4
%32 = add nsw i32 %31, 1
store i32 %32, ptr %8, align 4
%33 = load i32, ptr %8, align 4
%34 = load i32, ptr %5, align 4
%35 = load i32, ptr %6, align 4
%36 = add i32 %34, %35
%37 = icmp ult i32 %33, %36
br i1 %37, label %18, label %._crit_edge, !llvm.loop !6
._crit_edge: ; preds = %30
br label %38
38: ; preds = %._crit_edge, %3
%39 = load ptr, ptr %7, align 8
ret ptr %39
}
declare ptr @calloc(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/tmp2iqy78q2.c'
source_filename = "/tmp/tmp2iqy78q2.c"
target datalayout = "e-m:e-p270: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/tmp2iqy78q2.c"
target datalayout = "e-m:e-p270: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/tmpj0330c6f.c'
source_filename = "/tmp/tmpj0330c6f.c"
target datalayout = "e-m:e-p270: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 [11 x i8] c"\09 %d - %c\0A\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @main() #0 {
%1 = alloca i32, align 4
%2 = alloca i8, align 1
store i32 0, ptr %1, align 4
store i8 65, ptr %2, align 1
br label %3
3: ; preds = %7, %0
%4 = load i8, ptr %2, align 1
%5 = sext i8 %4 to i32
%6 = icmp sle i32 %5, 90
br i1 %6, label %7, label %13
7: ; preds = %3
%8 = load i8, ptr %2, align 1
%9 = load i8, ptr %2, align 1
%10 = call i32 @printf(ptr noundef @.str, i8 noundef signext %8, i8 noundef signext %9)
%11 = load i8, ptr %2, align 1
%12 = add i8 %11, 1
store i8 %12, ptr %2, align 1
br label %3, !llvm.loop !6
13: ; preds = %3
ret i32 0
}
declare i32 @printf(ptr noundef, i8 noundef signext, i8 noundef signext) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
!6 = distinct !{!6, !7}
!7 = !{!"llvm.loop.mustprogress"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmpj0330c6f.c"
target datalayout = "e-m:e-p270: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 [11 x i8] c"\09 %d - %c\0A\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @main() #0 {
%1 = alloca i32, align 4
%2 = alloca i8, align 1
store i32 0, ptr %1, align 4
store i8 65, ptr %2, align 1
%3 = load i8, ptr %2, align 1
%4 = sext i8 %3 to i32
%5 = icmp sle i32 %4, 90
br i1 %5, label %.lr.ph, label %15
.lr.ph: ; preds = %0
br label %6
6: ; preds = %.lr.ph, %6
%7 = load i8, ptr %2, align 1
%8 = load i8, ptr %2, align 1
%9 = call i32 @printf(ptr noundef @.str, i8 noundef signext %7, i8 noundef signext %8)
%10 = load i8, ptr %2, align 1
%11 = add i8 %10, 1
store i8 %11, ptr %2, align 1
%12 = load i8, ptr %2, align 1
%13 = sext i8 %12 to i32
%14 = icmp sle i32 %13, 90
br i1 %14, label %6, label %._crit_edge, !llvm.loop !6
._crit_edge: ; preds = %6
br label %15
15: ; preds = %._crit_edge, %0
ret i32 0
}
declare i32 @printf(ptr noundef, i8 noundef signext, i8 noundef signext) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
!6 = distinct !{!6, !7}
!7 = !{!"llvm.loop.mustprogress"}
|
; ModuleID = '/tmp/tmp_ki9zg8r.c'
source_filename = "/tmp/tmp_ki9zg8r.c"
target datalayout = "e-m:e-p270: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 [8 x i8] c"firefox\00", align 1
@.str.1 = private unnamed_addr constant [14 x i8] c"google-chrome\00", align 1
@.str.2 = private unnamed_addr constant [49 x i8] c"/Applications/Firefox.app/Contents/MacOS/firefox\00", align 1
@.str.3 = private unnamed_addr constant [61 x i8] c"/Applications/Google Chrome.app/Contents/MacOS/Google Chrome\00", align 1
@.str.4 = private unnamed_addr constant [47 x i8] c"/Applications/Safari.app/Contents/MacOS/Safari\00", align 1
@.str.5 = private unnamed_addr constant [45 x i8] c"/Applications/Opera.app/Contents/MacOS/Opera\00", align 1
@.str.6 = private unnamed_addr constant [9 x i8] c"netscape\00", align 1
@.str.7 = private unnamed_addr constant [4 x i8] c"w3m\00", align 1
@.str.8 = private unnamed_addr constant [10 x i8] c"konqueror\00", align 1
@.str.9 = private unnamed_addr constant [6 x i8] c"opera\00", align 1
@.str.10 = private unnamed_addr constant [7 x i8] c"elinks\00", align 1
@.str.11 = private unnamed_addr constant [6 x i8] c"links\00", align 1
@.str.12 = private unnamed_addr constant [5 x i8] c"lynx\00", align 1
@.str.13 = private unnamed_addr constant [5 x i8] c"yelp\00", align 1
@__const.detectBrowsers.known = private unnamed_addr constant [14 x ptr] [ptr @.str, ptr @.str.1, ptr @.str.2, ptr @.str.3, ptr @.str.4, ptr @.str.5, ptr @.str.6, ptr @.str.7, ptr @.str.8, ptr @.str.9, ptr @.str.10, ptr @.str.11, ptr @.str.12, ptr @.str.13], align 16
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local ptr @detectBrowsers() #0 {
%1 = alloca [14 x ptr], align 16
%2 = alloca i64, align 8
call void @llvm.memcpy.p0.p0.i64(ptr align 16 %1, ptr align 16 @__const.detectBrowsers.known, i64 112, i1 false)
store i64 14, ptr %2, align 8
%3 = getelementptr inbounds [14 x ptr], ptr %1, i64 0, i64 0
%4 = load i64, ptr %2, align 8
%5 = call ptr @detectApplications(ptr noundef %3, i64 noundef %4)
ret ptr %5
}
; 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 @detectApplications(ptr noundef, i64 noundef) #2
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { 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/tmp_ki9zg8r.c"
target datalayout = "e-m:e-p270: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 [8 x i8] c"firefox\00", align 1
@.str.1 = private unnamed_addr constant [14 x i8] c"google-chrome\00", align 1
@.str.2 = private unnamed_addr constant [49 x i8] c"/Applications/Firefox.app/Contents/MacOS/firefox\00", align 1
@.str.3 = private unnamed_addr constant [61 x i8] c"/Applications/Google Chrome.app/Contents/MacOS/Google Chrome\00", align 1
@.str.4 = private unnamed_addr constant [47 x i8] c"/Applications/Safari.app/Contents/MacOS/Safari\00", align 1
@.str.5 = private unnamed_addr constant [45 x i8] c"/Applications/Opera.app/Contents/MacOS/Opera\00", align 1
@.str.6 = private unnamed_addr constant [9 x i8] c"netscape\00", align 1
@.str.7 = private unnamed_addr constant [4 x i8] c"w3m\00", align 1
@.str.8 = private unnamed_addr constant [10 x i8] c"konqueror\00", align 1
@.str.9 = private unnamed_addr constant [6 x i8] c"opera\00", align 1
@.str.10 = private unnamed_addr constant [7 x i8] c"elinks\00", align 1
@.str.11 = private unnamed_addr constant [6 x i8] c"links\00", align 1
@.str.12 = private unnamed_addr constant [5 x i8] c"lynx\00", align 1
@.str.13 = private unnamed_addr constant [5 x i8] c"yelp\00", align 1
@__const.detectBrowsers.known = private unnamed_addr constant [14 x ptr] [ptr @.str, ptr @.str.1, ptr @.str.2, ptr @.str.3, ptr @.str.4, ptr @.str.5, ptr @.str.6, ptr @.str.7, ptr @.str.8, ptr @.str.9, ptr @.str.10, ptr @.str.11, ptr @.str.12, ptr @.str.13], align 16
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local ptr @detectBrowsers() #0 {
%1 = alloca [14 x ptr], align 16
%2 = alloca i64, align 8
call void @llvm.memcpy.p0.p0.i64(ptr align 16 %1, ptr align 16 @__const.detectBrowsers.known, i64 112, i1 false)
store i64 14, ptr %2, align 8
%3 = getelementptr inbounds [14 x ptr], ptr %1, i64 0, i64 0
%4 = load i64, ptr %2, align 8
%5 = call ptr @detectApplications(ptr noundef %3, i64 noundef %4)
ret ptr %5
}
; 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 @detectApplications(ptr noundef, i64 noundef) #2
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { 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/tmpzicuh7zw.c'
source_filename = "/tmp/tmpzicuh7zw.c"
target datalayout = "e-m:e-p270: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/tmpzicuh7zw.c"
target datalayout = "e-m:e-p270: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/tmpqpikj2_j.c'
source_filename = "/tmp/tmpqpikj2_j.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"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/tmpqpikj2_j.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"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/tmp619p06el.c'
source_filename = "/tmp/tmp619p06el.c"
target datalayout = "e-m:e-p270: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/tmp619p06el.c"
target datalayout = "e-m:e-p270: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/tmp19ocnvmb.c'
source_filename = "/tmp/tmp19ocnvmb.c"
target datalayout = "e-m:e-p270: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 @__mpn_sub_n(ptr noundef %0, ptr noundef %1, ptr noundef %2, i64 noundef %3) #0 {
%5 = alloca ptr, align 8
%6 = alloca ptr, align 8
%7 = alloca ptr, align 8
%8 = alloca i64, align 8
%9 = alloca i64, align 8
%10 = alloca i64, align 8
%11 = alloca i64, align 8
%12 = alloca i64, align 8
store ptr %0, ptr %5, align 8
store ptr %1, ptr %6, align 8
store ptr %2, ptr %7, align 8
store i64 %3, ptr %8, align 8
%13 = load i64, ptr %8, align 8
%14 = sub i64 0, %13
store i64 %14, ptr %12, align 8
%15 = load i64, ptr %12, align 8
%16 = load ptr, ptr %6, align 8
%17 = sub i64 0, %15
%18 = getelementptr inbounds i64, ptr %16, i64 %17
store ptr %18, ptr %6, align 8
%19 = load i64, ptr %12, align 8
%20 = load ptr, ptr %7, align 8
%21 = sub i64 0, %19
%22 = getelementptr inbounds i64, ptr %20, i64 %21
store ptr %22, ptr %7, align 8
%23 = load i64, ptr %12, align 8
%24 = load ptr, ptr %5, align 8
%25 = sub i64 0, %23
%26 = getelementptr inbounds i64, ptr %24, i64 %25
store ptr %26, ptr %5, align 8
store i64 0, ptr %11, align 8
br label %27
27: ; preds = %58, %4
%28 = load ptr, ptr %7, align 8
%29 = load i64, ptr %12, align 8
%30 = getelementptr inbounds i64, ptr %28, i64 %29
%31 = load i64, ptr %30, align 8
store i64 %31, ptr %10, align 8
%32 = load ptr, ptr %6, align 8
%33 = load i64, ptr %12, align 8
%34 = getelementptr inbounds i64, ptr %32, i64 %33
%35 = load i64, ptr %34, align 8
store i64 %35, ptr %9, align 8
%36 = load i64, ptr %11, align 8
%37 = load i64, ptr %10, align 8
%38 = add nsw i64 %37, %36
store i64 %38, ptr %10, align 8
%39 = load i64, ptr %10, align 8
%40 = load i64, ptr %11, align 8
%41 = icmp slt i64 %39, %40
%42 = zext i1 %41 to i32
%43 = sext i32 %42 to i64
store i64 %43, ptr %11, align 8
%44 = load i64, ptr %9, align 8
%45 = load i64, ptr %10, align 8
%46 = sub nsw i64 %44, %45
store i64 %46, ptr %10, align 8
%47 = load i64, ptr %10, align 8
%48 = load i64, ptr %9, align 8
%49 = icmp sgt i64 %47, %48
%50 = zext i1 %49 to i32
%51 = sext i32 %50 to i64
%52 = load i64, ptr %11, align 8
%53 = add nsw i64 %51, %52
store i64 %53, ptr %11, align 8
%54 = load i64, ptr %10, align 8
%55 = load ptr, ptr %5, align 8
%56 = load i64, ptr %12, align 8
%57 = getelementptr inbounds i64, ptr %55, i64 %56
store i64 %54, ptr %57, align 8
br label %58
58: ; preds = %27
%59 = load i64, ptr %12, align 8
%60 = add i64 %59, 1
store i64 %60, ptr %12, align 8
%61 = icmp ne i64 %60, 0
br i1 %61, label %27, label %62, !llvm.loop !6
62: ; preds = %58
%63 = load i64, ptr %11, align 8
ret i64 %63
}
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 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/tmp19ocnvmb.c"
target datalayout = "e-m:e-p270: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 @__mpn_sub_n(ptr noundef %0, ptr noundef %1, ptr noundef %2, i64 noundef %3) #0 {
%5 = alloca ptr, align 8
%6 = alloca ptr, align 8
%7 = alloca ptr, align 8
%8 = alloca i64, align 8
%9 = alloca i64, align 8
%10 = alloca i64, align 8
%11 = alloca i64, align 8
%12 = alloca i64, align 8
store ptr %0, ptr %5, align 8
store ptr %1, ptr %6, align 8
store ptr %2, ptr %7, align 8
store i64 %3, ptr %8, align 8
%13 = load i64, ptr %8, align 8
%14 = sub i64 0, %13
store i64 %14, ptr %12, align 8
%15 = load i64, ptr %12, align 8
%16 = load ptr, ptr %6, align 8
%17 = sub i64 0, %15
%18 = getelementptr inbounds i64, ptr %16, i64 %17
store ptr %18, ptr %6, align 8
%19 = load i64, ptr %12, align 8
%20 = load ptr, ptr %7, align 8
%21 = sub i64 0, %19
%22 = getelementptr inbounds i64, ptr %20, i64 %21
store ptr %22, ptr %7, align 8
%23 = load i64, ptr %12, align 8
%24 = load ptr, ptr %5, align 8
%25 = sub i64 0, %23
%26 = getelementptr inbounds i64, ptr %24, i64 %25
store ptr %26, ptr %5, align 8
store i64 0, ptr %11, align 8
br label %27
27: ; preds = %58, %4
%28 = load ptr, ptr %7, align 8
%29 = load i64, ptr %12, align 8
%30 = getelementptr inbounds i64, ptr %28, i64 %29
%31 = load i64, ptr %30, align 8
store i64 %31, ptr %10, align 8
%32 = load ptr, ptr %6, align 8
%33 = load i64, ptr %12, align 8
%34 = getelementptr inbounds i64, ptr %32, i64 %33
%35 = load i64, ptr %34, align 8
store i64 %35, ptr %9, align 8
%36 = load i64, ptr %11, align 8
%37 = load i64, ptr %10, align 8
%38 = add nsw i64 %37, %36
store i64 %38, ptr %10, align 8
%39 = load i64, ptr %10, align 8
%40 = load i64, ptr %11, align 8
%41 = icmp slt i64 %39, %40
%42 = zext i1 %41 to i32
%43 = sext i32 %42 to i64
store i64 %43, ptr %11, align 8
%44 = load i64, ptr %9, align 8
%45 = load i64, ptr %10, align 8
%46 = sub nsw i64 %44, %45
store i64 %46, ptr %10, align 8
%47 = load i64, ptr %10, align 8
%48 = load i64, ptr %9, align 8
%49 = icmp sgt i64 %47, %48
%50 = zext i1 %49 to i32
%51 = sext i32 %50 to i64
%52 = load i64, ptr %11, align 8
%53 = add nsw i64 %51, %52
store i64 %53, ptr %11, align 8
%54 = load i64, ptr %10, align 8
%55 = load ptr, ptr %5, align 8
%56 = load i64, ptr %12, align 8
%57 = getelementptr inbounds i64, ptr %55, i64 %56
store i64 %54, ptr %57, align 8
br label %58
58: ; preds = %27
%59 = load i64, ptr %12, align 8
%60 = add i64 %59, 1
store i64 %60, ptr %12, align 8
%61 = icmp ne i64 %60, 0
br i1 %61, label %27, label %62, !llvm.loop !6
62: ; preds = %58
%63 = load i64, ptr %11, align 8
ret i64 %63
}
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 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/tmp4ivdh7mf.c'
source_filename = "/tmp/tmp4ivdh7mf.c"
target datalayout = "e-m:e-p270: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/tmp4ivdh7mf.c"
target datalayout = "e-m:e-p270: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/tmpkhyqthwu.c'
source_filename = "/tmp/tmpkhyqthwu.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
%struct.sockaddr_in = type { %struct.TYPE_2__, i32, i32 }
%struct.TYPE_2__ = type { i32 }
@SOCK_STREAM = dso_local global i32 0, align 4
@SOCK_DGRAM = dso_local global i32 0, align 4
@PF_INET = dso_local global i32 0, align 4
@stderr = dso_local global i32 0, align 4
@.str = private unnamed_addr constant [28 x i8] c"ERROR: %s line %d socket %m\00", align 1
@.str.1 = private unnamed_addr constant [177 x i8] c"/scratch/repos/new/home/jordi_armengol_estape/c-scraper/outputs/2022-01-22/02-19-57/repos/mspublic/openair4G-mirror/refs/heads/master/openair1/SIMULATION/ETH_TRANSPORT/socket.c\00", align 1
@EXIT_FAILURE = dso_local global i32 0, align 4
@AF_INET = dso_local global i32 0, align 4
@INADDR_ANY = dso_local global i32 0, align 4
@.str.2 = private unnamed_addr constant [34 x i8] c"ERROR: %s line %d bind port %d %m\00", align 1
@.str.3 = private unnamed_addr constant [31 x i8] c"[SOCKET] bound socket port %d\0A\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @make_socket_inet(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 i32, align 4
%9 = alloca %struct.sockaddr_in, align 4
store i32 %0, ptr %4, align 4
store ptr %1, ptr %5, align 8
store ptr %2, ptr %6, align 8
store i32 12, ptr %8, align 4
%10 = load i32, ptr %4, align 4
%11 = load i32, ptr @SOCK_STREAM, align 4
%12 = icmp eq i32 %10, %11
br i1 %12, label %17, label %13
13: ; preds = %3
%14 = load i32, ptr %4, align 4
%15 = load i32, ptr @SOCK_DGRAM, align 4
%16 = icmp eq i32 %14, %15
br label %17
17: ; preds = %13, %3
%18 = phi i1 [ true, %3 ], [ %16, %13 ]
%19 = zext i1 %18 to i32
%20 = call i32 @assert(i32 noundef %19)
%21 = load i32, ptr @PF_INET, align 4
%22 = load i32, ptr %4, align 4
%23 = call i32 @socket(i32 noundef %21, i32 noundef %22, i32 noundef 0)
store i32 %23, ptr %7, align 4
%24 = load i32, ptr %7, align 4
%25 = icmp slt i32 %24, 0
br i1 %25, label %26, label %31
26: ; preds = %17
%27 = load i32, ptr @stderr, align 4
%28 = call i32 (i32, ptr, ptr, i32, ...) @fprintf(i32 noundef %27, ptr noundef @.str, ptr noundef @.str.1, i32 noundef 91)
%29 = load i32, ptr @EXIT_FAILURE, align 4
%30 = call i32 @exit(i32 noundef %29) #3
unreachable
31: ; preds = %17
%32 = load i32, ptr @AF_INET, align 4
%33 = getelementptr inbounds %struct.sockaddr_in, ptr %9, i32 0, i32 2
store i32 %32, ptr %33, align 4
%34 = load ptr, ptr %5, align 8
%35 = load i32, ptr %34, align 4
%36 = call i32 @htons(i32 noundef %35)
%37 = getelementptr inbounds %struct.sockaddr_in, ptr %9, i32 0, i32 1
store i32 %36, ptr %37, align 4
%38 = load i32, ptr @INADDR_ANY, align 4
%39 = call i32 @htonl(i32 noundef %38)
%40 = getelementptr inbounds %struct.sockaddr_in, ptr %9, i32 0, i32 0
%41 = getelementptr inbounds %struct.TYPE_2__, ptr %40, i32 0, i32 0
store i32 %39, ptr %41, align 4
%42 = load i32, ptr %7, align 4
%43 = call i64 @bind(i32 noundef %42, ptr noundef %9, i32 noundef 12)
%44 = icmp slt i64 %43, 0
br i1 %44, label %45, label %54
45: ; preds = %31
%46 = load i32, ptr %7, align 4
%47 = call i32 @close(i32 noundef %46)
%48 = load i32, ptr @stderr, align 4
%49 = load ptr, ptr %5, align 8
%50 = load i32, ptr %49, align 4
%51 = call i32 (i32, ptr, ptr, i32, ...) @fprintf(i32 noundef %48, ptr noundef @.str.2, ptr noundef @.str.1, i32 noundef 102, i32 noundef %50)
%52 = load i32, ptr @EXIT_FAILURE, align 4
%53 = call i32 @exit(i32 noundef %52) #3
unreachable
54: ; preds = %31
%55 = load ptr, ptr %6, align 8
%56 = icmp ne ptr %55, null
br i1 %56, label %57, label %61
57: ; preds = %54
%58 = load i32, ptr %7, align 4
%59 = load ptr, ptr %6, align 8
%60 = call i32 @getsockname(i32 noundef %58, ptr noundef %59, ptr noundef %8)
br label %61
61: ; preds = %57, %54
%62 = load ptr, ptr %5, align 8
%63 = load i32, ptr %62, align 4
%64 = call i32 @msg(ptr noundef @.str.3, i32 noundef %63)
%65 = load i32, ptr %7, align 4
ret i32 %65
}
declare i32 @assert(i32 noundef) #1
declare i32 @socket(i32 noundef, i32 noundef, i32 noundef) #1
declare i32 @fprintf(i32 noundef, ptr noundef, ptr noundef, i32 noundef, ...) #1
; Function Attrs: noreturn
declare i32 @exit(i32 noundef) #2
declare i32 @htons(i32 noundef) #1
declare i32 @htonl(i32 noundef) #1
declare i64 @bind(i32 noundef, ptr noundef, i32 noundef) #1
declare i32 @close(i32 noundef) #1
declare i32 @getsockname(i32 noundef, ptr noundef, ptr noundef) #1
declare i32 @msg(ptr noundef, i32 noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #2 = { 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/tmpkhyqthwu.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
%struct.sockaddr_in = type { %struct.TYPE_2__, i32, i32 }
%struct.TYPE_2__ = type { i32 }
@SOCK_STREAM = dso_local global i32 0, align 4
@SOCK_DGRAM = dso_local global i32 0, align 4
@PF_INET = dso_local global i32 0, align 4
@stderr = dso_local global i32 0, align 4
@.str = private unnamed_addr constant [28 x i8] c"ERROR: %s line %d socket %m\00", align 1
@.str.1 = private unnamed_addr constant [177 x i8] c"/scratch/repos/new/home/jordi_armengol_estape/c-scraper/outputs/2022-01-22/02-19-57/repos/mspublic/openair4G-mirror/refs/heads/master/openair1/SIMULATION/ETH_TRANSPORT/socket.c\00", align 1
@EXIT_FAILURE = dso_local global i32 0, align 4
@AF_INET = dso_local global i32 0, align 4
@INADDR_ANY = dso_local global i32 0, align 4
@.str.2 = private unnamed_addr constant [34 x i8] c"ERROR: %s line %d bind port %d %m\00", align 1
@.str.3 = private unnamed_addr constant [31 x i8] c"[SOCKET] bound socket port %d\0A\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @make_socket_inet(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 i32, align 4
%9 = alloca %struct.sockaddr_in, align 4
store i32 %0, ptr %4, align 4
store ptr %1, ptr %5, align 8
store ptr %2, ptr %6, align 8
store i32 12, ptr %8, align 4
%10 = load i32, ptr %4, align 4
%11 = load i32, ptr @SOCK_STREAM, align 4
%12 = icmp eq i32 %10, %11
br i1 %12, label %17, label %13
13: ; preds = %3
%14 = load i32, ptr %4, align 4
%15 = load i32, ptr @SOCK_DGRAM, align 4
%16 = icmp eq i32 %14, %15
br label %17
17: ; preds = %13, %3
%18 = phi i1 [ true, %3 ], [ %16, %13 ]
%19 = zext i1 %18 to i32
%20 = call i32 @assert(i32 noundef %19)
%21 = load i32, ptr @PF_INET, align 4
%22 = load i32, ptr %4, align 4
%23 = call i32 @socket(i32 noundef %21, i32 noundef %22, i32 noundef 0)
store i32 %23, ptr %7, align 4
%24 = load i32, ptr %7, align 4
%25 = icmp slt i32 %24, 0
br i1 %25, label %26, label %31
26: ; preds = %17
%27 = load i32, ptr @stderr, align 4
%28 = call i32 (i32, ptr, ptr, i32, ...) @fprintf(i32 noundef %27, ptr noundef @.str, ptr noundef @.str.1, i32 noundef 91)
%29 = load i32, ptr @EXIT_FAILURE, align 4
%30 = call i32 @exit(i32 noundef %29) #3
unreachable
31: ; preds = %17
%32 = load i32, ptr @AF_INET, align 4
%33 = getelementptr inbounds %struct.sockaddr_in, ptr %9, i32 0, i32 2
store i32 %32, ptr %33, align 4
%34 = load ptr, ptr %5, align 8
%35 = load i32, ptr %34, align 4
%36 = call i32 @htons(i32 noundef %35)
%37 = getelementptr inbounds %struct.sockaddr_in, ptr %9, i32 0, i32 1
store i32 %36, ptr %37, align 4
%38 = load i32, ptr @INADDR_ANY, align 4
%39 = call i32 @htonl(i32 noundef %38)
%40 = getelementptr inbounds %struct.sockaddr_in, ptr %9, i32 0, i32 0
%41 = getelementptr inbounds %struct.TYPE_2__, ptr %40, i32 0, i32 0
store i32 %39, ptr %41, align 4
%42 = load i32, ptr %7, align 4
%43 = call i64 @bind(i32 noundef %42, ptr noundef %9, i32 noundef 12)
%44 = icmp slt i64 %43, 0
br i1 %44, label %45, label %54
45: ; preds = %31
%46 = load i32, ptr %7, align 4
%47 = call i32 @close(i32 noundef %46)
%48 = load i32, ptr @stderr, align 4
%49 = load ptr, ptr %5, align 8
%50 = load i32, ptr %49, align 4
%51 = call i32 (i32, ptr, ptr, i32, ...) @fprintf(i32 noundef %48, ptr noundef @.str.2, ptr noundef @.str.1, i32 noundef 102, i32 noundef %50)
%52 = load i32, ptr @EXIT_FAILURE, align 4
%53 = call i32 @exit(i32 noundef %52) #3
unreachable
54: ; preds = %31
%55 = load ptr, ptr %6, align 8
%56 = icmp ne ptr %55, null
br i1 %56, label %57, label %61
57: ; preds = %54
%58 = load i32, ptr %7, align 4
%59 = load ptr, ptr %6, align 8
%60 = call i32 @getsockname(i32 noundef %58, ptr noundef %59, ptr noundef %8)
br label %61
61: ; preds = %57, %54
%62 = load ptr, ptr %5, align 8
%63 = load i32, ptr %62, align 4
%64 = call i32 @msg(ptr noundef @.str.3, i32 noundef %63)
%65 = load i32, ptr %7, align 4
ret i32 %65
}
declare i32 @assert(i32 noundef) #1
declare i32 @socket(i32 noundef, i32 noundef, i32 noundef) #1
declare i32 @fprintf(i32 noundef, ptr noundef, ptr noundef, i32 noundef, ...) #1
; Function Attrs: noreturn
declare i32 @exit(i32 noundef) #2
declare i32 @htons(i32 noundef) #1
declare i32 @htonl(i32 noundef) #1
declare i64 @bind(i32 noundef, ptr noundef, i32 noundef) #1
declare i32 @close(i32 noundef) #1
declare i32 @getsockname(i32 noundef, ptr noundef, ptr noundef) #1
declare i32 @msg(ptr noundef, i32 noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #2 = { 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/tmp0wm4nxz0.c'
source_filename = "/tmp/tmp0wm4nxz0.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
%struct.sockaddr_in = type { i32 }
@.str = private unnamed_addr constant [7 x i8] c"accept\00", align 1
@.str.1 = private unnamed_addr constant [30 x i8] c"New incoming connection - %d\0A\00", align 1
@.str.2 = private unnamed_addr constant [16 x i8] c"lsrp-router.log\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @Accept(i32 noundef %0, i32 %1, i32 noundef %2) #0 {
%4 = alloca i32, align 4
%5 = alloca %struct.sockaddr_in, align 4
%6 = alloca i32, align 4
%7 = alloca i32, align 4
%8 = alloca i32, align 4
%9 = alloca [128 x i8], align 16
%10 = getelementptr inbounds %struct.sockaddr_in, ptr %5, i32 0, i32 0
store i32 %1, ptr %10, align 4
store i32 %0, ptr %6, align 4
store i32 %2, ptr %7, align 4
%11 = load i32, ptr %6, align 4
%12 = call i32 @accept(i32 noundef %11, ptr noundef %5, ptr noundef %7)
store i32 %12, ptr %8, align 4
%13 = icmp slt i32 %12, 0
br i1 %13, label %14, label %16
14: ; preds = %3
%15 = call i32 @perror(ptr noundef @.str)
store i32 -1, ptr %4, align 4
br label %23
16: ; preds = %3
%17 = getelementptr inbounds [128 x i8], ptr %9, i64 0, i64 0
%18 = load i32, ptr %8, align 4
%19 = call i32 @snprintf(ptr noundef %17, i32 noundef 128, ptr noundef @.str.1, i32 noundef %18)
%20 = getelementptr inbounds [128 x i8], ptr %9, i64 0, i64 0
%21 = call i32 @logging(ptr noundef @.str.2, ptr noundef %20)
%22 = load i32, ptr %8, align 4
store i32 %22, ptr %4, align 4
br label %23
23: ; preds = %16, %14
%24 = load i32, ptr %4, align 4
ret i32 %24
}
declare i32 @accept(i32 noundef, ptr noundef, ptr noundef) #1
declare i32 @perror(ptr noundef) #1
declare i32 @snprintf(ptr noundef, i32 noundef, ptr noundef, i32 noundef) #1
declare i32 @logging(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/tmp0wm4nxz0.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
%struct.sockaddr_in = type { i32 }
@.str = private unnamed_addr constant [7 x i8] c"accept\00", align 1
@.str.1 = private unnamed_addr constant [30 x i8] c"New incoming connection - %d\0A\00", align 1
@.str.2 = private unnamed_addr constant [16 x i8] c"lsrp-router.log\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @Accept(i32 noundef %0, i32 %1, i32 noundef %2) #0 {
%4 = alloca i32, align 4
%5 = alloca %struct.sockaddr_in, align 4
%6 = alloca i32, align 4
%7 = alloca i32, align 4
%8 = alloca i32, align 4
%9 = alloca [128 x i8], align 16
%10 = getelementptr inbounds %struct.sockaddr_in, ptr %5, i32 0, i32 0
store i32 %1, ptr %10, align 4
store i32 %0, ptr %6, align 4
store i32 %2, ptr %7, align 4
%11 = load i32, ptr %6, align 4
%12 = call i32 @accept(i32 noundef %11, ptr noundef %5, ptr noundef %7)
store i32 %12, ptr %8, align 4
%13 = icmp slt i32 %12, 0
br i1 %13, label %14, label %16
14: ; preds = %3
%15 = call i32 @perror(ptr noundef @.str)
store i32 -1, ptr %4, align 4
br label %23
16: ; preds = %3
%17 = getelementptr inbounds [128 x i8], ptr %9, i64 0, i64 0
%18 = load i32, ptr %8, align 4
%19 = call i32 @snprintf(ptr noundef %17, i32 noundef 128, ptr noundef @.str.1, i32 noundef %18)
%20 = getelementptr inbounds [128 x i8], ptr %9, i64 0, i64 0
%21 = call i32 @logging(ptr noundef @.str.2, ptr noundef %20)
%22 = load i32, ptr %8, align 4
store i32 %22, ptr %4, align 4
br label %23
23: ; preds = %16, %14
%24 = load i32, ptr %4, align 4
ret i32 %24
}
declare i32 @accept(i32 noundef, ptr noundef, ptr noundef) #1
declare i32 @perror(ptr noundef) #1
declare i32 @snprintf(ptr noundef, i32 noundef, ptr noundef, i32 noundef) #1
declare i32 @logging(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/tmpcswq0e_v.c'
source_filename = "/tmp/tmpcswq0e_v.c"
target datalayout = "e-m:e-p270: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 @method(ptr noundef %0) #0 {
%2 = alloca ptr, align 8
store ptr %0, ptr %2, align 8
%3 = load ptr, ptr %2, align 8
%4 = call i32 @token(ptr noundef %3)
ret i32 %4
}
declare i32 @token(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/tmpcswq0e_v.c"
target datalayout = "e-m:e-p270: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 @method(ptr noundef %0) #0 {
%2 = alloca ptr, align 8
store ptr %0, ptr %2, align 8
%3 = load ptr, ptr %2, align 8
%4 = call i32 @token(ptr noundef %3)
ret i32 %4
}
declare i32 @token(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_ul0hvwa.c'
source_filename = "/tmp/tmp_ul0hvwa.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmp_ul0hvwa.c"
target datalayout = "e-m:e-p270: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/tmpe6n0o7h3.c'
source_filename = "/tmp/tmpe6n0o7h3.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@.str = private unnamed_addr constant [3 x i8] c"%s\00", align 1
@.str.1 = private unnamed_addr constant [44 x i8] c"%s is a multiple of 9 and has 9-degree %d.\0A\00", align 1
@.str.2 = private unnamed_addr constant [28 x i8] c"%s is not a multiple of 9.\0A\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @main() #0 {
%1 = alloca i32, align 4
%2 = alloca i32, align 4
%3 = alloca i32, align 4
%4 = alloca i32, align 4
%5 = alloca i32, align 4
%6 = alloca i32, align 4
%7 = alloca i32, align 4
%8 = alloca i32, align 4
%9 = alloca [10000 x i8], align 16
store i32 0, ptr %1, align 4
br label %10
10: ; preds = %78, %0
%11 = getelementptr inbounds [10000 x i8], ptr %9, i64 0, i64 0
%12 = call i32 @scanf(ptr noundef @.str, ptr noundef %11)
%13 = icmp eq i32 %12, 1
br i1 %13, label %14, label %79
14: ; preds = %10
%15 = getelementptr inbounds [10000 x i8], ptr %9, i64 0, i64 0
%16 = load i8, ptr %15, align 16
%17 = sext i8 %16 to i32
%18 = icmp eq i32 %17, 48
br i1 %18, label %19, label %25
19: ; preds = %14
%20 = getelementptr inbounds [10000 x i8], ptr %9, i64 0, i64 1
%21 = load i8, ptr %20, align 1
%22 = sext i8 %21 to i32
%23 = icmp eq i32 %22, 0
br i1 %23, label %24, label %25
24: ; preds = %19
br label %79
25: ; preds = %19, %14
%26 = getelementptr inbounds [10000 x i8], ptr %9, i64 0, i64 0
%27 = call i32 @strlen(ptr noundef %26)
store i32 %27, ptr %3, align 4
store i32 0, ptr %4, align 4
store i32 0, ptr %2, align 4
br label %28
28: ; preds = %41, %25
%29 = load i32, ptr %2, align 4
%30 = load i32, ptr %3, align 4
%31 = icmp slt i32 %29, %30
br i1 %31, label %32, label %44
32: ; preds = %28
%33 = load i32, ptr %4, align 4
%34 = load i32, ptr %2, align 4
%35 = sext i32 %34 to i64
%36 = getelementptr inbounds [10000 x i8], ptr %9, i64 0, i64 %35
%37 = load i8, ptr %36, align 1
%38 = sext i8 %37 to i32
%39 = add nsw i32 %33, %38
%40 = sub nsw i32 %39, 48
store i32 %40, ptr %4, align 4
br label %41
41: ; preds = %32
%42 = load i32, ptr %2, align 4
%43 = add nsw i32 %42, 1
store i32 %43, ptr %2, align 4
br label %28, !llvm.loop !6
44: ; preds = %28
%45 = load i32, ptr %4, align 4
%46 = srem i32 %45, 9
%47 = icmp eq i32 %46, 0
br i1 %47, label %48, label %75
48: ; preds = %44
store i32 1, ptr %5, align 4
br label %49
49: ; preds = %48, %69
%50 = load i32, ptr %4, align 4
%51 = icmp eq i32 %50, 9
br i1 %51, label %52, label %53
52: ; preds = %49
br label %71
53: ; preds = %49
%54 = load i32, ptr %5, align 4
%55 = add nsw i32 %54, 1
store i32 %55, ptr %5, align 4
br label %56
56: ; preds = %53
%57 = load i32, ptr %4, align 4
store i32 %57, ptr %6, align 4
store i32 0, ptr %7, align 4
br label %58
58: ; preds = %61, %56
%59 = load i32, ptr %6, align 4
%60 = icmp ne i32 %59, 0
br i1 %60, label %61, label %69
61: ; preds = %58
%62 = load i32, ptr %6, align 4
%63 = srem i32 %62, 10
store i32 %63, ptr %8, align 4
%64 = load i32, ptr %6, align 4
%65 = sdiv i32 %64, 10
store i32 %65, ptr %6, align 4
%66 = load i32, ptr %8, align 4
%67 = load i32, ptr %7, align 4
%68 = add nsw i32 %67, %66
store i32 %68, ptr %7, align 4
br label %58, !llvm.loop !8
69: ; preds = %58
%70 = load i32, ptr %7, align 4
store i32 %70, ptr %4, align 4
br label %49
71: ; preds = %52
%72 = getelementptr inbounds [10000 x i8], ptr %9, i64 0, i64 0
%73 = load i32, ptr %5, align 4
%74 = call i32 (ptr, ptr, ...) @printf(ptr noundef @.str.1, ptr noundef %72, i32 noundef %73)
br label %78
75: ; preds = %44
%76 = getelementptr inbounds [10000 x i8], ptr %9, i64 0, i64 0
%77 = call i32 (ptr, ptr, ...) @printf(ptr noundef @.str.2, ptr noundef %76)
br label %78
78: ; preds = %75, %71
br label %10, !llvm.loop !9
79: ; preds = %24, %10
ret i32 0
}
declare i32 @scanf(ptr noundef, ptr noundef) #1
declare i32 @strlen(ptr noundef) #1
declare i32 @printf(ptr noundef, ptr noundef, ...) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
!6 = distinct !{!6, !7}
!7 = !{!"llvm.loop.mustprogress"}
!8 = distinct !{!8, !7}
!9 = distinct !{!9, !7}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmpe6n0o7h3.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@.str = private unnamed_addr constant [3 x i8] c"%s\00", align 1
@.str.1 = private unnamed_addr constant [44 x i8] c"%s is a multiple of 9 and has 9-degree %d.\0A\00", align 1
@.str.2 = private unnamed_addr constant [28 x i8] c"%s is not a multiple of 9.\0A\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @main() #0 {
%1 = alloca i32, align 4
%2 = alloca i32, align 4
%3 = alloca i32, align 4
%4 = alloca i32, align 4
%5 = alloca i32, align 4
%6 = alloca i32, align 4
%7 = alloca i32, align 4
%8 = alloca i32, align 4
%9 = alloca [10000 x i8], align 16
store i32 0, ptr %1, align 4
%10 = getelementptr inbounds [10000 x i8], ptr %9, i64 0, i64 0
%11 = call i32 @scanf(ptr noundef @.str, ptr noundef %10)
%12 = icmp eq i32 %11, 1
br i1 %12, label %.lr.ph8, label %.loopexit
.lr.ph8: ; preds = %0
br label %13
13: ; preds = %.lr.ph8, %81
%14 = getelementptr inbounds [10000 x i8], ptr %9, i64 0, i64 0
%15 = load i8, ptr %14, align 16
%16 = sext i8 %15 to i32
%17 = icmp eq i32 %16, 48
br i1 %17, label %18, label %24
18: ; preds = %13
%19 = getelementptr inbounds [10000 x i8], ptr %9, i64 0, i64 1
%20 = load i8, ptr %19, align 1
%21 = sext i8 %20 to i32
%22 = icmp eq i32 %21, 0
br i1 %22, label %23, label %24
23: ; preds = %18
br label %84
24: ; preds = %18, %13
%25 = getelementptr inbounds [10000 x i8], ptr %9, i64 0, i64 0
%26 = call i32 @strlen(ptr noundef %25)
store i32 %26, ptr %3, align 4
store i32 0, ptr %4, align 4
store i32 0, ptr %2, align 4
%27 = load i32, ptr %2, align 4
%28 = load i32, ptr %3, align 4
%29 = icmp slt i32 %27, %28
br i1 %29, label %.lr.ph, label %45
.lr.ph: ; preds = %24
br label %30
30: ; preds = %.lr.ph, %39
%31 = load i32, ptr %4, align 4
%32 = load i32, ptr %2, align 4
%33 = sext i32 %32 to i64
%34 = getelementptr inbounds [10000 x i8], ptr %9, i64 0, i64 %33
%35 = load i8, ptr %34, align 1
%36 = sext i8 %35 to i32
%37 = add nsw i32 %31, %36
%38 = sub nsw i32 %37, 48
store i32 %38, ptr %4, align 4
br label %39
39: ; preds = %30
%40 = load i32, ptr %2, align 4
%41 = add nsw i32 %40, 1
store i32 %41, ptr %2, align 4
%42 = load i32, ptr %2, align 4
%43 = load i32, ptr %3, align 4
%44 = icmp slt i32 %42, %43
br i1 %44, label %30, label %._crit_edge, !llvm.loop !6
._crit_edge: ; preds = %39
br label %45
45: ; preds = %._crit_edge, %24
%46 = load i32, ptr %4, align 4
%47 = srem i32 %46, 9
%48 = icmp eq i32 %47, 0
br i1 %48, label %49, label %78
49: ; preds = %45
store i32 1, ptr %5, align 4
%50 = load i32, ptr %4, align 4
%51 = icmp eq i32 %50, 9
br i1 %51, label %52, label %.lr.ph5
.lr.ph5: ; preds = %49
br label %53
._crit_edge6: ; preds = %70
br label %52
52: ; preds = %._crit_edge6, %49
br label %74
53: ; preds = %.lr.ph5, %70
%54 = load i32, ptr %5, align 4
%55 = add nsw i32 %54, 1
store i32 %55, ptr %5, align 4
br label %56
56: ; preds = %53
%57 = load i32, ptr %4, align 4
store i32 %57, ptr %6, align 4
store i32 0, ptr %7, align 4
%58 = load i32, ptr %6, align 4
%59 = icmp ne i32 %58, 0
br i1 %59, label %.lr.ph2, label %70
.lr.ph2: ; preds = %56
br label %60
60: ; preds = %.lr.ph2, %60
%61 = load i32, ptr %6, align 4
%62 = srem i32 %61, 10
store i32 %62, ptr %8, align 4
%63 = load i32, ptr %6, align 4
%64 = sdiv i32 %63, 10
store i32 %64, ptr %6, align 4
%65 = load i32, ptr %8, align 4
%66 = load i32, ptr %7, align 4
%67 = add nsw i32 %66, %65
store i32 %67, ptr %7, align 4
%68 = load i32, ptr %6, align 4
%69 = icmp ne i32 %68, 0
br i1 %69, label %60, label %._crit_edge3, !llvm.loop !8
._crit_edge3: ; preds = %60
br label %70
70: ; preds = %._crit_edge3, %56
%71 = load i32, ptr %7, align 4
store i32 %71, ptr %4, align 4
%72 = load i32, ptr %4, align 4
%73 = icmp eq i32 %72, 9
br i1 %73, label %._crit_edge6, label %53
74: ; preds = %52
%75 = getelementptr inbounds [10000 x i8], ptr %9, i64 0, i64 0
%76 = load i32, ptr %5, align 4
%77 = call i32 (ptr, ptr, ...) @printf(ptr noundef @.str.1, ptr noundef %75, i32 noundef %76)
br label %81
78: ; preds = %45
%79 = getelementptr inbounds [10000 x i8], ptr %9, i64 0, i64 0
%80 = call i32 (ptr, ptr, ...) @printf(ptr noundef @.str.2, ptr noundef %79)
br label %81
81: ; preds = %78, %74
%82 = call i32 @scanf(ptr noundef @.str, ptr noundef %10)
%83 = icmp eq i32 %82, 1
br i1 %83, label %13, label %..loopexit_crit_edge, !llvm.loop !9
..loopexit_crit_edge: ; preds = %81
br label %.loopexit
.loopexit: ; preds = %..loopexit_crit_edge, %0
br label %84
84: ; preds = %.loopexit, %23
ret i32 0
}
declare i32 @scanf(ptr noundef, ptr noundef) #1
declare i32 @strlen(ptr noundef) #1
declare i32 @printf(ptr noundef, ptr noundef, ...) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
!6 = distinct !{!6, !7}
!7 = !{!"llvm.loop.mustprogress"}
!8 = distinct !{!8, !7}
!9 = distinct !{!9, !7}
|
; ModuleID = '/tmp/tmp4wyj55xs.c'
source_filename = "/tmp/tmp4wyj55xs.c"
target datalayout = "e-m:e-p270: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"%lld \00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @main() #0 {
%1 = alloca i32, align 4
%2 = alloca i64, align 8
%3 = alloca i64, align 8
%4 = alloca i64, align 8
%5 = alloca i64, align 8
%6 = alloca i64, align 8
%7 = alloca i64, align 8
%8 = alloca i64, align 8
store i32 0, ptr %1, align 4
store i64 20, ptr %3, align 8
store i64 1, ptr %4, align 8
store i64 1, ptr %5, align 8
store i64 48, ptr %6, align 8
store i64 112, ptr %7, align 8
store i64 48, ptr %8, align 8
br label %9
9: ; preds = %42, %0
%10 = load i64, ptr %5, align 8
%11 = load i64, ptr %4, align 8
%12 = mul nsw i64 %11, %10
store i64 %12, ptr %4, align 8
%13 = load i64, ptr %3, align 8
%14 = load i64, ptr %5, align 8
%15 = add nsw i64 %14, 1
%16 = icmp sgt i64 %13, %15
%17 = zext i1 %16 to i64
%18 = select i1 %16, i32 1, i32 0
%19 = sext i32 %18 to i64
store i64 %19, ptr %2, align 8
%20 = load i64, ptr %5, align 8
%21 = add nsw i64 %20, 1
store i64 %21, ptr %5, align 8
%22 = load i64, ptr %2, align 8
%23 = icmp ne i64 %22, 0
br i1 %23, label %24, label %25
24: ; preds = %9
br label %29
25: ; preds = %9
br label %26
26: ; preds = %25
%27 = load i64, ptr %4, align 8
%28 = call i32 @printf(ptr noundef @.str, i64 noundef %27)
ret i32 0
29: ; preds = %24
store i64 1, ptr %6, align 8
br label %30
30: ; preds = %78, %49, %29
%31 = load i64, ptr %6, align 8
store i64 %31, ptr %2, align 8
%32 = load i64, ptr %6, align 8
%33 = add nsw i64 %32, 1
store i64 %33, ptr %6, align 8
%34 = load i64, ptr %2, align 8
%35 = load i64, ptr %3, align 8
%36 = icmp sgt i64 %34, %35
%37 = zext i1 %36 to i64
%38 = select i1 %36, i32 1, i32 0
%39 = sext i32 %38 to i64
store i64 %39, ptr %2, align 8
%40 = load i64, ptr %2, align 8
%41 = icmp ne i64 %40, 0
br i1 %41, label %42, label %43
42: ; preds = %30
br label %9
43: ; preds = %30
br label %44
44: ; preds = %69, %43
%45 = load i64, ptr %4, align 8
%46 = load i64, ptr %6, align 8
%47 = call i64 @tm(i64 noundef %45, i64 noundef %46)
%48 = icmp ne i64 %47, 0
br i1 %48, label %49, label %50
49: ; preds = %44
br label %30
50: ; preds = %44
br label %51
51: ; preds = %50
%52 = load i64, ptr %4, align 8
%53 = load i64, ptr %6, align 8
%54 = call i64 @td(i64 noundef %52, i64 noundef %53)
store i64 %54, ptr %8, align 8
store i64 1, ptr %7, align 8
br label %55
55: ; preds = %79, %51
%56 = load i64, ptr %5, align 8
%57 = load i64, ptr %7, align 8
%58 = add nsw i64 %57, 1
%59 = icmp sgt i64 %56, %58
%60 = zext i1 %59 to i64
%61 = select i1 %59, i32 1, i32 0
%62 = sext i32 %61 to i64
store i64 %62, ptr %2, align 8
%63 = load i64, ptr %7, align 8
%64 = add nsw i64 %63, 1
store i64 %64, ptr %7, align 8
%65 = load i64, ptr %2, align 8
%66 = icmp ne i64 %65, 0
br i1 %66, label %67, label %68
67: ; preds = %55
br label %73
68: ; preds = %55
br label %69
69: ; preds = %68
%70 = load i64, ptr %6, align 8
%71 = load i64, ptr %4, align 8
%72 = sdiv i64 %71, %70
store i64 %72, ptr %4, align 8
br label %44
73: ; preds = %67
%74 = load i64, ptr %8, align 8
%75 = load i64, ptr %7, align 8
%76 = call i64 @tm(i64 noundef %74, i64 noundef %75)
%77 = icmp ne i64 %76, 0
br i1 %77, label %78, label %79
78: ; preds = %73
br label %30
79: ; preds = %73
br label %55
}
declare i32 @printf(ptr noundef, i64 noundef) #1
declare i64 @tm(i64 noundef, i64 noundef) #1
declare i64 @td(i64 noundef, i64 noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmp4wyj55xs.c"
target datalayout = "e-m:e-p270: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"%lld \00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @main() #0 {
%1 = alloca i32, align 4
%2 = alloca i64, align 8
%3 = alloca i64, align 8
%4 = alloca i64, align 8
%5 = alloca i64, align 8
%6 = alloca i64, align 8
%7 = alloca i64, align 8
%8 = alloca i64, align 8
store i32 0, ptr %1, align 4
store i64 20, ptr %3, align 8
store i64 1, ptr %4, align 8
store i64 1, ptr %5, align 8
store i64 48, ptr %6, align 8
store i64 112, ptr %7, align 8
store i64 48, ptr %8, align 8
br label %9
9: ; preds = %41, %0
%10 = load i64, ptr %5, align 8
%11 = load i64, ptr %4, align 8
%12 = mul nsw i64 %11, %10
store i64 %12, ptr %4, align 8
%13 = load i64, ptr %3, align 8
%14 = load i64, ptr %5, align 8
%15 = add nsw i64 %14, 1
%16 = icmp sgt i64 %13, %15
%17 = zext i1 %16 to i64
%18 = select i1 %16, i32 1, i32 0
%19 = sext i32 %18 to i64
store i64 %19, ptr %2, align 8
%20 = load i64, ptr %5, align 8
%21 = add nsw i64 %20, 1
store i64 %21, ptr %5, align 8
%22 = load i64, ptr %2, align 8
%23 = icmp ne i64 %22, 0
br i1 %23, label %24, label %25
24: ; preds = %9
br label %29
25: ; preds = %9
br label %26
26: ; preds = %25
%27 = load i64, ptr %4, align 8
%28 = call i32 @printf(ptr noundef @.str, i64 noundef %27)
ret i32 0
29: ; preds = %24
store i64 1, ptr %6, align 8
%30 = load i64, ptr %6, align 8
store i64 %30, ptr %2, align 8
%31 = load i64, ptr %6, align 8
%32 = add nsw i64 %31, 1
store i64 %32, ptr %6, align 8
%33 = load i64, ptr %2, align 8
%34 = load i64, ptr %3, align 8
%35 = icmp sgt i64 %33, %34
%36 = zext i1 %35 to i64
%37 = select i1 %35, i32 1, i32 0
%38 = sext i32 %37 to i64
store i64 %38, ptr %2, align 8
%39 = load i64, ptr %2, align 8
%40 = icmp ne i64 %39, 0
br i1 %40, label %41, label %.lr.ph5
.lr.ph5: ; preds = %29
br label %42
._crit_edge6: ; preds = %.backedge
br label %41
41: ; preds = %._crit_edge6, %29
br label %9
42: ; preds = %.lr.ph5, %.backedge
%43 = load i64, ptr %4, align 8
%44 = load i64, ptr %6, align 8
%45 = call i64 @tm(i64 noundef %43, i64 noundef %44)
%46 = icmp ne i64 %45, 0
br i1 %46, label %47, label %.lr.ph2
.lr.ph2: ; preds = %42
br label %59
._crit_edge3: ; preds = %89
br label %47
47: ; preds = %._crit_edge3, %42
br label %.backedge
.backedge: ; preds = %47, %102
%48 = load i64, ptr %6, align 8
store i64 %48, ptr %2, align 8
%49 = load i64, ptr %6, align 8
%50 = add nsw i64 %49, 1
store i64 %50, ptr %6, align 8
%51 = load i64, ptr %2, align 8
%52 = load i64, ptr %3, align 8
%53 = icmp sgt i64 %51, %52
%54 = zext i1 %53 to i64
%55 = select i1 %53, i32 1, i32 0
%56 = sext i32 %55 to i64
store i64 %56, ptr %2, align 8
%57 = load i64, ptr %2, align 8
%58 = icmp ne i64 %57, 0
br i1 %58, label %._crit_edge6, label %42
59: ; preds = %.lr.ph2, %89
br label %60
60: ; preds = %59
%61 = load i64, ptr %4, align 8
%62 = load i64, ptr %6, align 8
%63 = call i64 @td(i64 noundef %61, i64 noundef %62)
store i64 %63, ptr %8, align 8
store i64 1, ptr %7, align 8
%64 = load i64, ptr %5, align 8
%65 = load i64, ptr %7, align 8
%66 = add nsw i64 %65, 1
%67 = icmp sgt i64 %64, %66
%68 = zext i1 %67 to i64
%69 = select i1 %67, i32 1, i32 0
%70 = sext i32 %69 to i64
store i64 %70, ptr %2, align 8
%71 = load i64, ptr %7, align 8
%72 = add nsw i64 %71, 1
store i64 %72, ptr %7, align 8
%73 = load i64, ptr %2, align 8
%74 = icmp ne i64 %73, 0
br i1 %74, label %.lr.ph, label %88
.lr.ph: ; preds = %60
br label %87
75: ; preds = %97
%76 = load i64, ptr %5, align 8
%77 = load i64, ptr %7, align 8
%78 = add nsw i64 %77, 1
%79 = icmp sgt i64 %76, %78
%80 = zext i1 %79 to i64
%81 = select i1 %79, i32 1, i32 0
%82 = sext i32 %81 to i64
store i64 %82, ptr %2, align 8
%83 = load i64, ptr %7, align 8
%84 = add nsw i64 %83, 1
store i64 %84, ptr %7, align 8
%85 = load i64, ptr %2, align 8
%86 = icmp ne i64 %85, 0
br i1 %86, label %87, label %._crit_edge
87: ; preds = %.lr.ph, %75
br label %97
._crit_edge: ; preds = %75
br label %88
88: ; preds = %._crit_edge, %60
br label %89
89: ; preds = %88
%90 = load i64, ptr %6, align 8
%91 = load i64, ptr %4, align 8
%92 = sdiv i64 %91, %90
store i64 %92, ptr %4, align 8
%93 = load i64, ptr %4, align 8
%94 = load i64, ptr %6, align 8
%95 = call i64 @tm(i64 noundef %93, i64 noundef %94)
%96 = icmp ne i64 %95, 0
br i1 %96, label %._crit_edge3, label %59
97: ; preds = %87
%98 = load i64, ptr %8, align 8
%99 = load i64, ptr %7, align 8
%100 = call i64 @tm(i64 noundef %98, i64 noundef %99)
%101 = icmp ne i64 %100, 0
br i1 %101, label %102, label %75
102: ; preds = %97
br label %.backedge
}
declare i32 @printf(ptr noundef, i64 noundef) #1
declare i64 @tm(i64 noundef, i64 noundef) #1
declare i64 @td(i64 noundef, i64 noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
|
; ModuleID = '/tmp/tmpngn6xfv1.c'
source_filename = "/tmp/tmpngn6xfv1.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@base64_decoder.table = internal global [128 x i32] [i32 -1, i32 -1, i32 -1, i32 -1, i32 -1, i32 -1, i32 -1, i32 -1, i32 -1, i32 -1, i32 -1, i32 -1, i32 -1, i32 -1, i32 -1, i32 -1, i32 -1, i32 -1, i32 -1, i32 -1, i32 -1, i32 -1, i32 -1, i32 -1, i32 -1, i32 -1, i32 -1, i32 -1, i32 -1, i32 -1, i32 -1, i32 -1, i32 -1, i32 -1, i32 -1, i32 -1, i32 -1, i32 -1, i32 -1, i32 -1, i32 -1, i32 -1, i32 -1, i32 62, i32 -1, i32 62, i32 -1, i32 63, i32 52, i32 53, i32 54, i32 55, i32 56, i32 57, i32 58, i32 59, i32 60, i32 61, i32 -1, i32 -1, i32 -1, i32 -1, i32 -1, i32 -1, i32 -1, i32 0, i32 1, i32 2, i32 3, i32 4, i32 5, i32 6, i32 7, i32 8, i32 9, i32 10, i32 11, i32 12, i32 13, i32 14, i32 15, i32 16, i32 17, i32 18, i32 19, i32 20, i32 21, i32 22, i32 23, i32 24, i32 25, i32 -1, i32 -1, i32 -1, i32 -1, i32 63, i32 -1, i32 26, i32 27, i32 28, i32 29, i32 30, i32 31, i32 32, i32 33, i32 34, i32 35, i32 36, i32 37, i32 38, i32 39, i32 40, i32 41, i32 42, i32 43, i32 44, i32 45, i32 46, i32 47, i32 48, i32 49, i32 50, i32 51, i32 -1, i32 -1, i32 -1, i32 -1, i32 -1], align 16
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i64 @base64_decoder(ptr noundef %0, i64 noundef %1, ptr noundef %2) #0 {
%4 = alloca i64, align 8
%5 = alloca ptr, align 8
%6 = alloca i64, align 8
%7 = alloca ptr, align 8
%8 = alloca ptr, align 8
%9 = alloca ptr, align 8
%10 = alloca i32, align 4
%11 = alloca i8, align 1
%12 = alloca i8, align 1
%13 = alloca i8, align 1
%14 = alloca ptr, align 8
store ptr %0, ptr %5, align 8
store i64 %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 %18, label %17
17: ; preds = %3
store i64 0, ptr %4, align 8
br label %139
18: ; preds = %3
%19 = load i64, ptr %6, align 8
%20 = icmp ne i64 %19, 0
br i1 %20, label %24, label %21
21: ; preds = %18
%22 = load ptr, ptr %5, align 8
%23 = call i64 @strlen(ptr noundef %22)
store i64 %23, ptr %6, align 8
br label %24
24: ; preds = %21, %18
%25 = load i64, ptr %6, align 8
%26 = urem i64 %25, 4
%27 = icmp eq i64 %26, 1
br i1 %27, label %28, label %29
28: ; preds = %24
store i64 0, ptr %4, align 8
br label %139
29: ; preds = %24
%30 = load ptr, ptr %7, align 8
store ptr %30, ptr %14, align 8
%31 = load ptr, ptr %14, align 8
%32 = icmp ne ptr %31, null
br i1 %32, label %35, label %33
33: ; preds = %29
%34 = load ptr, ptr %5, align 8
store ptr %34, ptr %14, align 8
br label %35
35: ; preds = %33, %29
store i8 0, ptr %12, align 1
store i8 0, ptr %13, align 1
store i32 0, ptr %10, align 4
%36 = load ptr, ptr %14, align 8
store ptr %36, ptr %9, align 8
%37 = load ptr, ptr %5, align 8
store ptr %37, ptr %8, align 8
br label %38
38: ; preds = %128, %35
%39 = load ptr, ptr %8, align 8
%40 = load i8, ptr %39, align 1
%41 = sext i8 %40 to i32
%42 = icmp ne i32 %41, 0
br i1 %42, label %43, label %46
43: ; preds = %38
%44 = load i64, ptr %6, align 8
%45 = icmp ne i64 %44, 0
br label %46
46: ; preds = %43, %38
%47 = phi i1 [ false, %38 ], [ %45, %43 ]
br i1 %47, label %48, label %133
48: ; preds = %46
%49 = load ptr, ptr %8, align 8
%50 = load i8, ptr %49, align 1
%51 = sext i8 %50 to i32
%52 = and i32 %51, 128
%53 = icmp ne i32 %52, 0
br i1 %53, label %54, label %55
54: ; preds = %48
store i64 0, ptr %4, align 8
br label %139
55: ; preds = %48
%56 = load ptr, ptr %8, align 8
%57 = load i8, ptr %56, align 1
%58 = sext i8 %57 to i64
%59 = getelementptr inbounds [128 x i32], ptr @base64_decoder.table, i64 0, i64 %58
%60 = load i32, ptr %59, align 4
store i32 %60, ptr %10, align 4
%61 = load i32, ptr %10, align 4
%62 = icmp slt i32 %61, 0
br i1 %62, label %63, label %64
63: ; preds = %55
store i64 0, ptr %4, align 8
br label %139
64: ; preds = %55
%65 = load i8, ptr %12, align 1
%66 = sext i8 %65 to i32
switch i32 %66, label %125 [
i32 0, label %67
i32 1, label %70
i32 2, label %89
i32 3, label %109
]
67: ; preds = %64
%68 = load i8, ptr %12, align 1
%69 = add i8 %68, 1
store i8 %69, ptr %12, align 1
br label %125
70: ; preds = %64
%71 = load i8, ptr %13, align 1
%72 = sext i8 %71 to i32
%73 = shl i32 %72, 2
%74 = load i32, ptr %10, align 4
%75 = and i32 %74, 48
%76 = ashr i32 %75, 4
%77 = or i32 %73, %76
%78 = trunc i32 %77 to i8
store i8 %78, ptr %11, align 1
%79 = load ptr, ptr %7, align 8
%80 = icmp ne ptr %79, null
br i1 %80, label %81, label %84
81: ; preds = %70
%82 = load i8, ptr %11, align 1
%83 = load ptr, ptr %14, align 8
store i8 %82, ptr %83, align 1
br label %84
84: ; preds = %81, %70
%85 = load ptr, ptr %14, align 8
%86 = getelementptr inbounds i8, ptr %85, i32 1
store ptr %86, ptr %14, align 8
%87 = load i8, ptr %12, align 1
%88 = add i8 %87, 1
store i8 %88, ptr %12, align 1
br label %125
89: ; preds = %64
%90 = load i8, ptr %13, align 1
%91 = sext i8 %90 to i32
%92 = and i32 %91, 15
%93 = shl i32 %92, 4
%94 = load i32, ptr %10, align 4
%95 = and i32 %94, 60
%96 = ashr i32 %95, 2
%97 = or i32 %93, %96
%98 = trunc i32 %97 to i8
store i8 %98, ptr %11, align 1
%99 = load ptr, ptr %7, align 8
%100 = icmp ne ptr %99, null
br i1 %100, label %101, label %104
101: ; preds = %89
%102 = load i8, ptr %11, align 1
%103 = load ptr, ptr %14, align 8
store i8 %102, ptr %103, align 1
br label %104
104: ; preds = %101, %89
%105 = load ptr, ptr %14, align 8
%106 = getelementptr inbounds i8, ptr %105, i32 1
store ptr %106, ptr %14, align 8
%107 = load i8, ptr %12, align 1
%108 = add i8 %107, 1
store i8 %108, ptr %12, align 1
br label %125
109: ; preds = %64
%110 = load i8, ptr %13, align 1
%111 = sext i8 %110 to i32
%112 = and i32 %111, 3
%113 = shl i32 %112, 6
%114 = load i32, ptr %10, align 4
%115 = or i32 %113, %114
%116 = trunc i32 %115 to i8
store i8 %116, ptr %11, align 1
%117 = load ptr, ptr %7, align 8
%118 = icmp ne ptr %117, null
br i1 %118, label %119, label %122
119: ; preds = %109
%120 = load i8, ptr %11, align 1
%121 = load ptr, ptr %14, align 8
store i8 %120, ptr %121, align 1
br label %122
122: ; preds = %119, %109
%123 = load ptr, ptr %14, align 8
%124 = getelementptr inbounds i8, ptr %123, i32 1
store ptr %124, ptr %14, align 8
store i8 0, ptr %12, align 1
br label %125
125: ; preds = %64, %122, %104, %84, %67
%126 = load i32, ptr %10, align 4
%127 = trunc i32 %126 to i8
store i8 %127, ptr %13, align 1
br label %128
128: ; preds = %125
%129 = load ptr, ptr %8, align 8
%130 = getelementptr inbounds i8, ptr %129, i32 1
store ptr %130, ptr %8, align 8
%131 = load i64, ptr %6, align 8
%132 = add i64 %131, -1
store i64 %132, ptr %6, align 8
br label %38, !llvm.loop !6
133: ; preds = %46
%134 = load ptr, ptr %14, align 8
%135 = load ptr, ptr %9, align 8
%136 = ptrtoint ptr %134 to i64
%137 = ptrtoint ptr %135 to i64
%138 = sub i64 %136, %137
store i64 %138, ptr %4, align 8
br label %139
139: ; preds = %133, %63, %54, %28, %17
%140 = load i64, ptr %4, align 8
ret i64 %140
}
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"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmpngn6xfv1.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@base64_decoder.table = internal global [128 x i32] [i32 -1, i32 -1, i32 -1, i32 -1, i32 -1, i32 -1, i32 -1, i32 -1, i32 -1, i32 -1, i32 -1, i32 -1, i32 -1, i32 -1, i32 -1, i32 -1, i32 -1, i32 -1, i32 -1, i32 -1, i32 -1, i32 -1, i32 -1, i32 -1, i32 -1, i32 -1, i32 -1, i32 -1, i32 -1, i32 -1, i32 -1, i32 -1, i32 -1, i32 -1, i32 -1, i32 -1, i32 -1, i32 -1, i32 -1, i32 -1, i32 -1, i32 -1, i32 -1, i32 62, i32 -1, i32 62, i32 -1, i32 63, i32 52, i32 53, i32 54, i32 55, i32 56, i32 57, i32 58, i32 59, i32 60, i32 61, i32 -1, i32 -1, i32 -1, i32 -1, i32 -1, i32 -1, i32 -1, i32 0, i32 1, i32 2, i32 3, i32 4, i32 5, i32 6, i32 7, i32 8, i32 9, i32 10, i32 11, i32 12, i32 13, i32 14, i32 15, i32 16, i32 17, i32 18, i32 19, i32 20, i32 21, i32 22, i32 23, i32 24, i32 25, i32 -1, i32 -1, i32 -1, i32 -1, i32 63, i32 -1, i32 26, i32 27, i32 28, i32 29, i32 30, i32 31, i32 32, i32 33, i32 34, i32 35, i32 36, i32 37, i32 38, i32 39, i32 40, i32 41, i32 42, i32 43, i32 44, i32 45, i32 46, i32 47, i32 48, i32 49, i32 50, i32 51, i32 -1, i32 -1, i32 -1, i32 -1, i32 -1], align 16
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i64 @base64_decoder(ptr noundef %0, i64 noundef %1, ptr noundef %2) #0 {
%4 = alloca i64, align 8
%5 = alloca ptr, align 8
%6 = alloca i64, align 8
%7 = alloca ptr, align 8
%8 = alloca ptr, align 8
%9 = alloca ptr, align 8
%10 = alloca i32, align 4
%11 = alloca i8, align 1
%12 = alloca i8, align 1
%13 = alloca i8, align 1
%14 = alloca ptr, align 8
store ptr %0, ptr %5, align 8
store i64 %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 %18, label %17
17: ; preds = %3
store i64 0, ptr %4, align 8
br label %139
18: ; preds = %3
%19 = load i64, ptr %6, align 8
%20 = icmp ne i64 %19, 0
br i1 %20, label %24, label %21
21: ; preds = %18
%22 = load ptr, ptr %5, align 8
%23 = call i64 @strlen(ptr noundef %22)
store i64 %23, ptr %6, align 8
br label %24
24: ; preds = %21, %18
%25 = load i64, ptr %6, align 8
%26 = urem i64 %25, 4
%27 = icmp eq i64 %26, 1
br i1 %27, label %28, label %29
28: ; preds = %24
store i64 0, ptr %4, align 8
br label %139
29: ; preds = %24
%30 = load ptr, ptr %7, align 8
store ptr %30, ptr %14, align 8
%31 = load ptr, ptr %14, align 8
%32 = icmp ne ptr %31, null
br i1 %32, label %35, label %33
33: ; preds = %29
%34 = load ptr, ptr %5, align 8
store ptr %34, ptr %14, align 8
br label %35
35: ; preds = %33, %29
store i8 0, ptr %12, align 1
store i8 0, ptr %13, align 1
store i32 0, ptr %10, align 4
%36 = load ptr, ptr %14, align 8
store ptr %36, ptr %9, align 8
%37 = load ptr, ptr %5, align 8
store ptr %37, ptr %8, align 8
br label %38
38: ; preds = %128, %35
%39 = load ptr, ptr %8, align 8
%40 = load i8, ptr %39, align 1
%41 = sext i8 %40 to i32
%42 = icmp ne i32 %41, 0
br i1 %42, label %43, label %46
43: ; preds = %38
%44 = load i64, ptr %6, align 8
%45 = icmp ne i64 %44, 0
br label %46
46: ; preds = %43, %38
%47 = phi i1 [ false, %38 ], [ %45, %43 ]
br i1 %47, label %48, label %133
48: ; preds = %46
%49 = load ptr, ptr %8, align 8
%50 = load i8, ptr %49, align 1
%51 = sext i8 %50 to i32
%52 = and i32 %51, 128
%53 = icmp ne i32 %52, 0
br i1 %53, label %54, label %55
54: ; preds = %48
store i64 0, ptr %4, align 8
br label %139
55: ; preds = %48
%56 = load ptr, ptr %8, align 8
%57 = load i8, ptr %56, align 1
%58 = sext i8 %57 to i64
%59 = getelementptr inbounds [128 x i32], ptr @base64_decoder.table, i64 0, i64 %58
%60 = load i32, ptr %59, align 4
store i32 %60, ptr %10, align 4
%61 = load i32, ptr %10, align 4
%62 = icmp slt i32 %61, 0
br i1 %62, label %63, label %64
63: ; preds = %55
store i64 0, ptr %4, align 8
br label %139
64: ; preds = %55
%65 = load i8, ptr %12, align 1
%66 = sext i8 %65 to i32
switch i32 %66, label %125 [
i32 0, label %67
i32 1, label %70
i32 2, label %89
i32 3, label %109
]
67: ; preds = %64
%68 = load i8, ptr %12, align 1
%69 = add i8 %68, 1
store i8 %69, ptr %12, align 1
br label %125
70: ; preds = %64
%71 = load i8, ptr %13, align 1
%72 = sext i8 %71 to i32
%73 = shl i32 %72, 2
%74 = load i32, ptr %10, align 4
%75 = and i32 %74, 48
%76 = ashr i32 %75, 4
%77 = or i32 %73, %76
%78 = trunc i32 %77 to i8
store i8 %78, ptr %11, align 1
%79 = load ptr, ptr %7, align 8
%80 = icmp ne ptr %79, null
br i1 %80, label %81, label %84
81: ; preds = %70
%82 = load i8, ptr %11, align 1
%83 = load ptr, ptr %14, align 8
store i8 %82, ptr %83, align 1
br label %84
84: ; preds = %81, %70
%85 = load ptr, ptr %14, align 8
%86 = getelementptr inbounds i8, ptr %85, i32 1
store ptr %86, ptr %14, align 8
%87 = load i8, ptr %12, align 1
%88 = add i8 %87, 1
store i8 %88, ptr %12, align 1
br label %125
89: ; preds = %64
%90 = load i8, ptr %13, align 1
%91 = sext i8 %90 to i32
%92 = and i32 %91, 15
%93 = shl i32 %92, 4
%94 = load i32, ptr %10, align 4
%95 = and i32 %94, 60
%96 = ashr i32 %95, 2
%97 = or i32 %93, %96
%98 = trunc i32 %97 to i8
store i8 %98, ptr %11, align 1
%99 = load ptr, ptr %7, align 8
%100 = icmp ne ptr %99, null
br i1 %100, label %101, label %104
101: ; preds = %89
%102 = load i8, ptr %11, align 1
%103 = load ptr, ptr %14, align 8
store i8 %102, ptr %103, align 1
br label %104
104: ; preds = %101, %89
%105 = load ptr, ptr %14, align 8
%106 = getelementptr inbounds i8, ptr %105, i32 1
store ptr %106, ptr %14, align 8
%107 = load i8, ptr %12, align 1
%108 = add i8 %107, 1
store i8 %108, ptr %12, align 1
br label %125
109: ; preds = %64
%110 = load i8, ptr %13, align 1
%111 = sext i8 %110 to i32
%112 = and i32 %111, 3
%113 = shl i32 %112, 6
%114 = load i32, ptr %10, align 4
%115 = or i32 %113, %114
%116 = trunc i32 %115 to i8
store i8 %116, ptr %11, align 1
%117 = load ptr, ptr %7, align 8
%118 = icmp ne ptr %117, null
br i1 %118, label %119, label %122
119: ; preds = %109
%120 = load i8, ptr %11, align 1
%121 = load ptr, ptr %14, align 8
store i8 %120, ptr %121, align 1
br label %122
122: ; preds = %119, %109
%123 = load ptr, ptr %14, align 8
%124 = getelementptr inbounds i8, ptr %123, i32 1
store ptr %124, ptr %14, align 8
store i8 0, ptr %12, align 1
br label %125
125: ; preds = %122, %104, %84, %67, %64
%126 = load i32, ptr %10, align 4
%127 = trunc i32 %126 to i8
store i8 %127, ptr %13, align 1
br label %128
128: ; preds = %125
%129 = load ptr, ptr %8, align 8
%130 = getelementptr inbounds i8, ptr %129, i32 1
store ptr %130, ptr %8, align 8
%131 = load i64, ptr %6, align 8
%132 = add i64 %131, -1
store i64 %132, ptr %6, align 8
br label %38, !llvm.loop !6
133: ; preds = %46
%134 = load ptr, ptr %14, align 8
%135 = load ptr, ptr %9, align 8
%136 = ptrtoint ptr %134 to i64
%137 = ptrtoint ptr %135 to i64
%138 = sub i64 %136, %137
store i64 %138, ptr %4, align 8
br label %139
139: ; preds = %133, %63, %54, %28, %17
%140 = load i64, ptr %4, align 8
ret i64 %140
}
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"}
|
; ModuleID = '/tmp/tmpxb88bciy.c'
source_filename = "/tmp/tmpxb88bciy.c"
target datalayout = "e-m:e-p270: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"%s\0A\00", align 1
@.str.1 = private unnamed_addr constant [14 x i8] c"Hello World!!\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @main(i32 noundef %0, ptr noundef %1) #0 {
%3 = alloca i32, align 4
%4 = alloca i32, align 4
%5 = alloca ptr, align 8
store i32 0, ptr %3, align 4
store i32 %0, ptr %4, align 4
store ptr %1, ptr %5, align 8
%6 = call i32 @printf(ptr noundef @.str, ptr noundef @.str.1)
ret i32 0
}
declare i32 @printf(ptr noundef, ptr noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmpxb88bciy.c"
target datalayout = "e-m:e-p270: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"%s\0A\00", align 1
@.str.1 = private unnamed_addr constant [14 x i8] c"Hello World!!\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @main(i32 noundef %0, ptr noundef %1) #0 {
%3 = alloca i32, align 4
%4 = alloca i32, align 4
%5 = alloca ptr, align 8
store i32 0, ptr %3, align 4
store i32 %0, ptr %4, align 4
store ptr %1, ptr %5, align 8
%6 = call i32 @printf(ptr noundef @.str, ptr noundef @.str.1)
ret i32 0
}
declare i32 @printf(ptr noundef, ptr noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
|
; ModuleID = '/tmp/tmp40g4rhcq.c'
source_filename = "/tmp/tmp40g4rhcq.c"
target datalayout = "e-m:e-p270: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 @MCP23018_Init() #0 {
%1 = call i32 (...) @I2C_Init()
%2 = call i32 @I2C_SetSpeed(i32 noundef 2)
ret void
}
declare i32 @I2C_Init(...) #1
declare i32 @I2C_SetSpeed(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/tmp40g4rhcq.c"
target datalayout = "e-m:e-p270: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 @MCP23018_Init() #0 {
%1 = call i32 (...) @I2C_Init()
%2 = call i32 @I2C_SetSpeed(i32 noundef 2)
ret void
}
declare i32 @I2C_Init(...) #1
declare i32 @I2C_SetSpeed(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/tmpd0b2qo_9.c'
source_filename = "/tmp/tmpd0b2qo_9.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @test_ifelse1(i32 noundef %0, i32 noundef %1) #0 {
%3 = alloca i32, align 4
%4 = alloca i32, align 4
%5 = alloca i32, align 4
store i32 %0, ptr %3, align 4
store i32 %1, ptr %4, align 4
store i32 0, ptr %5, align 4
%6 = load i32, ptr %3, align 4
%7 = icmp ne i32 %6, 0
br i1 %7, label %8, label %16
8: ; preds = %2
%9 = load i32, ptr %4, align 4
%10 = icmp ne i32 %9, 0
br i1 %10, label %11, label %13
11: ; preds = %8
%12 = call i32 @do_something(i32 noundef 4)
store i32 %12, ptr %5, align 4
br label %15
13: ; preds = %8
%14 = call i32 @do_something(i32 noundef 1024)
store i32 %14, ptr %5, align 4
br label %15
15: ; preds = %13, %11
br label %24
16: ; preds = %2
%17 = load i32, ptr %4, align 4
%18 = icmp ne i32 %17, 0
br i1 %18, label %19, label %21
19: ; preds = %16
%20 = call i32 @do_something(i32 noundef 1)
store i32 %20, ptr %5, align 4
br label %23
21: ; preds = %16
%22 = call i32 @do_something(i32 noundef 2)
store i32 %22, ptr %5, align 4
br label %23
23: ; preds = %21, %19
br label %24
24: ; preds = %23, %15
%25 = load i32, ptr %3, align 4
%26 = load i32, ptr %4, align 4
%27 = icmp sgt i32 %25, %26
br i1 %27, label %28, label %32
28: ; preds = %24
%29 = load i32, ptr %5, align 4
%30 = mul nsw i32 %29, 2
%31 = call i32 @do_something(i32 noundef %30)
store i32 %31, ptr %5, align 4
br label %32
32: ; preds = %28, %24
%33 = load i32, ptr %3, align 4
%34 = icmp sgt i32 %33, 10
br i1 %34, label %35, label %43
35: ; preds = %32
%36 = load i32, ptr %4, align 4
%37 = icmp sgt i32 %36, 10
br i1 %37, label %38, label %42
38: ; preds = %35
%39 = load i32, ptr %5, align 4
%40 = mul nsw i32 %39, 4
%41 = call i32 @do_something(i32 noundef %40)
store i32 %41, ptr %5, align 4
br label %42
42: ; preds = %38, %35
br label %43
43: ; preds = %42, %32
%44 = load i32, ptr %5, align 4
ret i32 %44
}
declare i32 @do_something(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/tmpd0b2qo_9.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @test_ifelse1(i32 noundef %0, i32 noundef %1) #0 {
%3 = alloca i32, align 4
%4 = alloca i32, align 4
%5 = alloca i32, align 4
store i32 %0, ptr %3, align 4
store i32 %1, ptr %4, align 4
store i32 0, ptr %5, align 4
%6 = load i32, ptr %3, align 4
%7 = icmp ne i32 %6, 0
br i1 %7, label %8, label %16
8: ; preds = %2
%9 = load i32, ptr %4, align 4
%10 = icmp ne i32 %9, 0
br i1 %10, label %11, label %13
11: ; preds = %8
%12 = call i32 @do_something(i32 noundef 4)
store i32 %12, ptr %5, align 4
br label %15
13: ; preds = %8
%14 = call i32 @do_something(i32 noundef 1024)
store i32 %14, ptr %5, align 4
br label %15
15: ; preds = %13, %11
br label %24
16: ; preds = %2
%17 = load i32, ptr %4, align 4
%18 = icmp ne i32 %17, 0
br i1 %18, label %19, label %21
19: ; preds = %16
%20 = call i32 @do_something(i32 noundef 1)
store i32 %20, ptr %5, align 4
br label %23
21: ; preds = %16
%22 = call i32 @do_something(i32 noundef 2)
store i32 %22, ptr %5, align 4
br label %23
23: ; preds = %21, %19
br label %24
24: ; preds = %23, %15
%25 = load i32, ptr %3, align 4
%26 = load i32, ptr %4, align 4
%27 = icmp sgt i32 %25, %26
br i1 %27, label %28, label %32
28: ; preds = %24
%29 = load i32, ptr %5, align 4
%30 = mul nsw i32 %29, 2
%31 = call i32 @do_something(i32 noundef %30)
store i32 %31, ptr %5, align 4
br label %32
32: ; preds = %28, %24
%33 = load i32, ptr %3, align 4
%34 = icmp sgt i32 %33, 10
br i1 %34, label %35, label %43
35: ; preds = %32
%36 = load i32, ptr %4, align 4
%37 = icmp sgt i32 %36, 10
br i1 %37, label %38, label %42
38: ; preds = %35
%39 = load i32, ptr %5, align 4
%40 = mul nsw i32 %39, 4
%41 = call i32 @do_something(i32 noundef %40)
store i32 %41, ptr %5, align 4
br label %42
42: ; preds = %38, %35
br label %43
43: ; preds = %42, %32
%44 = load i32, ptr %5, align 4
ret i32 %44
}
declare i32 @do_something(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/tmppbceh86s.c'
source_filename = "/tmp/tmppbceh86s.c"
target datalayout = "e-m:e-p270: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/tmppbceh86s.c"
target datalayout = "e-m:e-p270: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/tmpiq7jeua4.c'
source_filename = "/tmp/tmpiq7jeua4.c"
target datalayout = "e-m:e-p270: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 @talloc_set_parent(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 = icmp ne ptr %5, null
br i1 %6, label %8, label %7
7: ; preds = %2
br label %81
8: ; preds = %2
%9 = load ptr, ptr %3, align 8
%10 = getelementptr inbounds ptr, ptr %9, i64 -1
%11 = load ptr, ptr %10, align 8
%12 = icmp ne ptr %11, null
br i1 %12, label %13, label %51
13: ; preds = %8
%14 = load ptr, ptr %3, align 8
%15 = getelementptr inbounds ptr, ptr %14, i64 -2
%16 = load ptr, ptr %15, align 8
%17 = icmp ne ptr %16, null
br i1 %17, label %18, label %26
18: ; preds = %13
%19 = load ptr, ptr %3, align 8
%20 = getelementptr inbounds ptr, ptr %19, i64 -1
%21 = load ptr, ptr %20, align 8
%22 = load ptr, ptr %3, align 8
%23 = getelementptr inbounds ptr, ptr %22, i64 -2
%24 = load ptr, ptr %23, align 8
%25 = getelementptr inbounds ptr, ptr %24, i64 -1
store ptr %21, ptr %25, align 8
br label %26
26: ; preds = %18, %13
%27 = load ptr, ptr %3, align 8
%28 = getelementptr inbounds ptr, ptr %27, i64 -1
%29 = load ptr, ptr %28, align 8
%30 = getelementptr inbounds ptr, ptr %29, i64 -2
%31 = load ptr, ptr %30, align 8
%32 = load ptr, ptr %3, align 8
%33 = icmp ne ptr %31, %32
br i1 %33, label %42, label %34
34: ; preds = %26
%35 = load ptr, ptr %3, align 8
%36 = getelementptr inbounds ptr, ptr %35, i64 -2
%37 = load ptr, ptr %36, align 8
%38 = load ptr, ptr %3, align 8
%39 = getelementptr inbounds ptr, ptr %38, i64 -1
%40 = load ptr, ptr %39, align 8
%41 = getelementptr inbounds ptr, ptr %40, i64 -2
store ptr %37, ptr %41, align 8
br label %50
42: ; preds = %26
%43 = load ptr, ptr %3, align 8
%44 = getelementptr inbounds ptr, ptr %43, i64 -2
%45 = load ptr, ptr %44, align 8
%46 = load ptr, ptr %3, align 8
%47 = getelementptr inbounds ptr, ptr %46, i64 -1
%48 = load ptr, ptr %47, align 8
%49 = getelementptr inbounds ptr, ptr %48, i64 -3
store ptr %45, ptr %49, align 8
br label %50
50: ; preds = %42, %34
br label %51
51: ; preds = %50, %8
%52 = load ptr, ptr %3, align 8
%53 = getelementptr inbounds ptr, ptr %52, i64 -1
store ptr null, ptr %53, align 8
%54 = load ptr, ptr %3, align 8
%55 = getelementptr inbounds ptr, ptr %54, i64 -2
store ptr null, ptr %55, align 8
%56 = load ptr, ptr %4, align 8
%57 = icmp ne ptr %56, null
br i1 %57, label %58, label %81
58: ; preds = %51
%59 = load ptr, ptr %4, align 8
%60 = getelementptr inbounds ptr, ptr %59, i64 -3
%61 = load ptr, ptr %60, align 8
%62 = icmp ne ptr %61, null
br i1 %62, label %63, label %74
63: ; preds = %58
%64 = load ptr, ptr %4, align 8
%65 = getelementptr inbounds ptr, ptr %64, i64 -3
%66 = load ptr, ptr %65, align 8
%67 = load ptr, ptr %3, align 8
%68 = getelementptr inbounds ptr, ptr %67, i64 -2
store ptr %66, ptr %68, align 8
%69 = load ptr, ptr %3, align 8
%70 = load ptr, ptr %4, align 8
%71 = getelementptr inbounds ptr, ptr %70, i64 -3
%72 = load ptr, ptr %71, align 8
%73 = getelementptr inbounds ptr, ptr %72, i64 -1
store ptr %69, ptr %73, align 8
br label %74
74: ; preds = %63, %58
%75 = load ptr, ptr %4, align 8
%76 = load ptr, ptr %3, align 8
%77 = getelementptr inbounds ptr, ptr %76, i64 -1
store ptr %75, ptr %77, align 8
%78 = load ptr, ptr %3, align 8
%79 = load ptr, ptr %4, align 8
%80 = getelementptr inbounds ptr, ptr %79, i64 -3
store ptr %78, ptr %80, align 8
br label %81
81: ; preds = %7, %74, %51
ret void
}
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmpiq7jeua4.c"
target datalayout = "e-m:e-p270: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 @talloc_set_parent(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 = icmp ne ptr %5, null
br i1 %6, label %8, label %7
7: ; preds = %2
br label %81
8: ; preds = %2
%9 = load ptr, ptr %3, align 8
%10 = getelementptr inbounds ptr, ptr %9, i64 -1
%11 = load ptr, ptr %10, align 8
%12 = icmp ne ptr %11, null
br i1 %12, label %13, label %51
13: ; preds = %8
%14 = load ptr, ptr %3, align 8
%15 = getelementptr inbounds ptr, ptr %14, i64 -2
%16 = load ptr, ptr %15, align 8
%17 = icmp ne ptr %16, null
br i1 %17, label %18, label %26
18: ; preds = %13
%19 = load ptr, ptr %3, align 8
%20 = getelementptr inbounds ptr, ptr %19, i64 -1
%21 = load ptr, ptr %20, align 8
%22 = load ptr, ptr %3, align 8
%23 = getelementptr inbounds ptr, ptr %22, i64 -2
%24 = load ptr, ptr %23, align 8
%25 = getelementptr inbounds ptr, ptr %24, i64 -1
store ptr %21, ptr %25, align 8
br label %26
26: ; preds = %18, %13
%27 = load ptr, ptr %3, align 8
%28 = getelementptr inbounds ptr, ptr %27, i64 -1
%29 = load ptr, ptr %28, align 8
%30 = getelementptr inbounds ptr, ptr %29, i64 -2
%31 = load ptr, ptr %30, align 8
%32 = load ptr, ptr %3, align 8
%33 = icmp ne ptr %31, %32
br i1 %33, label %42, label %34
34: ; preds = %26
%35 = load ptr, ptr %3, align 8
%36 = getelementptr inbounds ptr, ptr %35, i64 -2
%37 = load ptr, ptr %36, align 8
%38 = load ptr, ptr %3, align 8
%39 = getelementptr inbounds ptr, ptr %38, i64 -1
%40 = load ptr, ptr %39, align 8
%41 = getelementptr inbounds ptr, ptr %40, i64 -2
store ptr %37, ptr %41, align 8
br label %50
42: ; preds = %26
%43 = load ptr, ptr %3, align 8
%44 = getelementptr inbounds ptr, ptr %43, i64 -2
%45 = load ptr, ptr %44, align 8
%46 = load ptr, ptr %3, align 8
%47 = getelementptr inbounds ptr, ptr %46, i64 -1
%48 = load ptr, ptr %47, align 8
%49 = getelementptr inbounds ptr, ptr %48, i64 -3
store ptr %45, ptr %49, align 8
br label %50
50: ; preds = %42, %34
br label %51
51: ; preds = %50, %8
%52 = load ptr, ptr %3, align 8
%53 = getelementptr inbounds ptr, ptr %52, i64 -1
store ptr null, ptr %53, align 8
%54 = load ptr, ptr %3, align 8
%55 = getelementptr inbounds ptr, ptr %54, i64 -2
store ptr null, ptr %55, align 8
%56 = load ptr, ptr %4, align 8
%57 = icmp ne ptr %56, null
br i1 %57, label %58, label %81
58: ; preds = %51
%59 = load ptr, ptr %4, align 8
%60 = getelementptr inbounds ptr, ptr %59, i64 -3
%61 = load ptr, ptr %60, align 8
%62 = icmp ne ptr %61, null
br i1 %62, label %63, label %74
63: ; preds = %58
%64 = load ptr, ptr %4, align 8
%65 = getelementptr inbounds ptr, ptr %64, i64 -3
%66 = load ptr, ptr %65, align 8
%67 = load ptr, ptr %3, align 8
%68 = getelementptr inbounds ptr, ptr %67, i64 -2
store ptr %66, ptr %68, align 8
%69 = load ptr, ptr %3, align 8
%70 = load ptr, ptr %4, align 8
%71 = getelementptr inbounds ptr, ptr %70, i64 -3
%72 = load ptr, ptr %71, align 8
%73 = getelementptr inbounds ptr, ptr %72, i64 -1
store ptr %69, ptr %73, align 8
br label %74
74: ; preds = %63, %58
%75 = load ptr, ptr %4, align 8
%76 = load ptr, ptr %3, align 8
%77 = getelementptr inbounds ptr, ptr %76, i64 -1
store ptr %75, ptr %77, align 8
%78 = load ptr, ptr %3, align 8
%79 = load ptr, ptr %4, align 8
%80 = getelementptr inbounds ptr, ptr %79, i64 -3
store ptr %78, ptr %80, align 8
br label %81
81: ; preds = %74, %51, %7
ret void
}
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
|
; ModuleID = '/tmp/tmplsrewjh8.c'
source_filename = "/tmp/tmplsrewjh8.c"
target datalayout = "e-m:e-p270: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 @flushandreload(ptr noundef %0, ptr noundef %1) #0 {
%3 = alloca ptr, align 8
%4 = alloca ptr, align 8
%5 = alloca i64, align 8
%6 = alloca i64, align 8
store ptr %0, ptr %3, align 8
store ptr %1, ptr %4, align 8
%7 = load ptr, ptr %4, align 8
%8 = call i32 @flush(ptr noundef %7)
%9 = load ptr, ptr %4, align 8
%10 = call i32 @maccess(ptr noundef %9)
%11 = load ptr, ptr %4, align 8
%12 = call i32 @flush(ptr noundef %11)
%13 = load ptr, ptr %3, align 8
%14 = call i32 @flush(ptr noundef %13)
%15 = load ptr, ptr %4, align 8
%16 = call i32 @maccess(ptr noundef %15)
%17 = call i64 (...) @rdtsc()
store i64 %17, ptr %5, align 8
%18 = load ptr, ptr %3, align 8
%19 = call i32 @maccess(ptr noundef %18)
%20 = call i64 (...) @rdtsc()
%21 = load i64, ptr %5, align 8
%22 = sub i64 %20, %21
store i64 %22, ptr %6, align 8
%23 = load ptr, ptr %3, align 8
%24 = call i32 @flush(ptr noundef %23)
%25 = load i64, ptr %6, align 8
ret i64 %25
}
declare i32 @flush(ptr noundef) #1
declare i32 @maccess(ptr noundef) #1
declare i64 @rdtsc(...) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"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/tmplsrewjh8.c"
target datalayout = "e-m:e-p270: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 @flushandreload(ptr noundef %0, ptr noundef %1) #0 {
%3 = alloca ptr, align 8
%4 = alloca ptr, align 8
%5 = alloca i64, align 8
%6 = alloca i64, align 8
store ptr %0, ptr %3, align 8
store ptr %1, ptr %4, align 8
%7 = load ptr, ptr %4, align 8
%8 = call i32 @flush(ptr noundef %7)
%9 = load ptr, ptr %4, align 8
%10 = call i32 @maccess(ptr noundef %9)
%11 = load ptr, ptr %4, align 8
%12 = call i32 @flush(ptr noundef %11)
%13 = load ptr, ptr %3, align 8
%14 = call i32 @flush(ptr noundef %13)
%15 = load ptr, ptr %4, align 8
%16 = call i32 @maccess(ptr noundef %15)
%17 = call i64 (...) @rdtsc()
store i64 %17, ptr %5, align 8
%18 = load ptr, ptr %3, align 8
%19 = call i32 @maccess(ptr noundef %18)
%20 = call i64 (...) @rdtsc()
%21 = load i64, ptr %5, align 8
%22 = sub i64 %20, %21
store i64 %22, ptr %6, align 8
%23 = load ptr, ptr %3, align 8
%24 = call i32 @flush(ptr noundef %23)
%25 = load i64, ptr %6, align 8
ret i64 %25
}
declare i32 @flush(ptr noundef) #1
declare i32 @maccess(ptr noundef) #1
declare i64 @rdtsc(...) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"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/tmpvbtbcd4m.c'
source_filename = "/tmp/tmpvbtbcd4m.c"
target datalayout = "e-m:e-p270: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/tmpvbtbcd4m.c"
target datalayout = "e-m:e-p270: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/tmpmb3_xv4l.c'
source_filename = "/tmp/tmpmb3_xv4l.c"
target datalayout = "e-m:e-p270: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/tmpmb3_xv4l.c"
target datalayout = "e-m:e-p270: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"}
|
Subsets and Splits