llvm-ir
stringlengths 479
303k
| llvm-optimized-ir
stringlengths 468
303k
|
---|---|
; ModuleID = '/tmp/tmpxbdd2dxg.c'
source_filename = "/tmp/tmpxbdd2dxg.c"
target datalayout = "e-m:e-p270: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 [15 x i8] c"%s: Bad usage\0A\00", align 1
@.str.1 = private unnamed_addr constant [16 x i8] c"manually-umount\00", align 1
@.str.2 = private unnamed_addr constant [3 x i8] c"-h\00", align 1
@.str.3 = private unnamed_addr constant [7 x i8] c"--help\00", align 1
@EXIT_SUCCESS = dso_local global i32 0, align 4
@.str.4 = private unnamed_addr constant [2 x i8] c"-\00", align 1
@.str.5 = private unnamed_addr constant [23 x i8] c"%s: Unknown option %s\0A\00", align 1
@.str.6 = private unnamed_addr constant [34 x i8] c"%s: Failed umounting resource %s\0A\00", align 1
@.str.7 = private unnamed_addr constant [21 x i8] c"Error (%d) info: %s\0A\00", align 1
@errno = dso_local global i32 0, align 4
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @main(i32 noundef %0, ptr noundef %1) #0 {
%3 = alloca i32, align 4
%4 = alloca i32, align 4
%5 = alloca ptr, align 8
%6 = alloca 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 ne i32 %7, 2
br i1 %8, label %9, label %13
9: ; preds = %2
%10 = load i32, ptr @stderr, align 4
%11 = call i32 (i32, ptr, ...) @fprintf(i32 noundef %10, ptr noundef @.str, ptr noundef @.str.1)
%12 = call i32 @usage(i32 noundef 148)
br label %13
13: ; preds = %9, %2
%14 = load ptr, ptr %5, align 8
%15 = getelementptr inbounds ptr, ptr %14, i64 1
%16 = load ptr, ptr %15, align 8
%17 = call i64 @strcmp(ptr noundef %16, ptr noundef @.str.2)
%18 = icmp eq i64 %17, 0
br i1 %18, label %25, label %19
19: ; preds = %13
%20 = load ptr, ptr %5, align 8
%21 = getelementptr inbounds ptr, ptr %20, i64 1
%22 = load ptr, ptr %21, align 8
%23 = call i64 @strcmp(ptr noundef %22, ptr noundef @.str.3)
%24 = icmp eq i64 %23, 0
br i1 %24, label %25, label %28
25: ; preds = %19, %13
%26 = load i32, ptr @EXIT_SUCCESS, align 4
%27 = call i32 @usage(i32 noundef %26)
br label %42
28: ; preds = %19
%29 = load ptr, ptr %5, align 8
%30 = getelementptr inbounds ptr, ptr %29, i64 1
%31 = load ptr, ptr %30, align 8
%32 = call i64 @strstart(ptr noundef %31, ptr noundef @.str.4)
%33 = icmp ne i64 %32, 0
br i1 %33, label %34, label %41
34: ; preds = %28
%35 = load i32, ptr @stderr, align 4
%36 = load ptr, ptr %5, align 8
%37 = getelementptr inbounds ptr, ptr %36, i64 1
%38 = load ptr, ptr %37, align 8
%39 = call i32 (i32, ptr, ...) @fprintf(i32 noundef %35, ptr noundef @.str.5, ptr noundef @.str.1, ptr noundef %38)
%40 = call i32 @usage(i32 noundef 147)
br label %41
41: ; preds = %34, %28
br label %42
42: ; preds = %41, %25
%43 = load ptr, ptr %5, align 8
%44 = getelementptr inbounds ptr, ptr %43, i64 1
%45 = load ptr, ptr %44, align 8
store ptr %45, ptr %6, align 8
%46 = load ptr, ptr %6, align 8
%47 = call i64 @umount(ptr noundef %46)
%48 = icmp ne i64 %47, 0
br i1 %48, label %49, label %58
49: ; preds = %42
%50 = load i32, ptr @stderr, align 4
%51 = load ptr, ptr %6, align 8
%52 = call i32 (i32, ptr, ...) @fprintf(i32 noundef %50, ptr noundef @.str.6, ptr noundef @.str.1, ptr noundef %51)
%53 = load i32, ptr @stderr, align 4
%54 = load i32, ptr @errno, align 4
%55 = load i32, ptr @errno, align 4
%56 = call ptr @strerror(i32 noundef %55)
%57 = call i32 (i32, ptr, ...) @fprintf(i32 noundef %53, ptr noundef @.str.7, i32 noundef %54, ptr noundef %56)
store i32 1, ptr %3, align 4
br label %59
58: ; preds = %42
store i32 0, ptr %3, align 4
br label %59
59: ; preds = %58, %49
%60 = load i32, ptr %3, align 4
ret i32 %60
}
declare i32 @fprintf(i32 noundef, ptr noundef, ...) #1
declare i32 @usage(i32 noundef) #1
declare i64 @strcmp(ptr noundef, ptr noundef) #1
declare i64 @strstart(ptr noundef, ptr noundef) #1
declare i64 @umount(ptr noundef) #1
declare ptr @strerror(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/tmpxbdd2dxg.c"
target datalayout = "e-m:e-p270: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 [15 x i8] c"%s: Bad usage\0A\00", align 1
@.str.1 = private unnamed_addr constant [16 x i8] c"manually-umount\00", align 1
@.str.2 = private unnamed_addr constant [3 x i8] c"-h\00", align 1
@.str.3 = private unnamed_addr constant [7 x i8] c"--help\00", align 1
@EXIT_SUCCESS = dso_local global i32 0, align 4
@.str.4 = private unnamed_addr constant [2 x i8] c"-\00", align 1
@.str.5 = private unnamed_addr constant [23 x i8] c"%s: Unknown option %s\0A\00", align 1
@.str.6 = private unnamed_addr constant [34 x i8] c"%s: Failed umounting resource %s\0A\00", align 1
@.str.7 = private unnamed_addr constant [21 x i8] c"Error (%d) info: %s\0A\00", align 1
@errno = dso_local global i32 0, align 4
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @main(i32 noundef %0, ptr noundef %1) #0 {
%3 = alloca i32, align 4
%4 = alloca i32, align 4
%5 = alloca ptr, align 8
%6 = alloca 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 ne i32 %7, 2
br i1 %8, label %9, label %13
9: ; preds = %2
%10 = load i32, ptr @stderr, align 4
%11 = call i32 (i32, ptr, ...) @fprintf(i32 noundef %10, ptr noundef @.str, ptr noundef @.str.1)
%12 = call i32 @usage(i32 noundef 148)
br label %13
13: ; preds = %9, %2
%14 = load ptr, ptr %5, align 8
%15 = getelementptr inbounds ptr, ptr %14, i64 1
%16 = load ptr, ptr %15, align 8
%17 = call i64 @strcmp(ptr noundef %16, ptr noundef @.str.2)
%18 = icmp eq i64 %17, 0
br i1 %18, label %25, label %19
19: ; preds = %13
%20 = load ptr, ptr %5, align 8
%21 = getelementptr inbounds ptr, ptr %20, i64 1
%22 = load ptr, ptr %21, align 8
%23 = call i64 @strcmp(ptr noundef %22, ptr noundef @.str.3)
%24 = icmp eq i64 %23, 0
br i1 %24, label %25, label %28
25: ; preds = %19, %13
%26 = load i32, ptr @EXIT_SUCCESS, align 4
%27 = call i32 @usage(i32 noundef %26)
br label %42
28: ; preds = %19
%29 = load ptr, ptr %5, align 8
%30 = getelementptr inbounds ptr, ptr %29, i64 1
%31 = load ptr, ptr %30, align 8
%32 = call i64 @strstart(ptr noundef %31, ptr noundef @.str.4)
%33 = icmp ne i64 %32, 0
br i1 %33, label %34, label %41
34: ; preds = %28
%35 = load i32, ptr @stderr, align 4
%36 = load ptr, ptr %5, align 8
%37 = getelementptr inbounds ptr, ptr %36, i64 1
%38 = load ptr, ptr %37, align 8
%39 = call i32 (i32, ptr, ...) @fprintf(i32 noundef %35, ptr noundef @.str.5, ptr noundef @.str.1, ptr noundef %38)
%40 = call i32 @usage(i32 noundef 147)
br label %41
41: ; preds = %34, %28
br label %42
42: ; preds = %41, %25
%43 = load ptr, ptr %5, align 8
%44 = getelementptr inbounds ptr, ptr %43, i64 1
%45 = load ptr, ptr %44, align 8
store ptr %45, ptr %6, align 8
%46 = load ptr, ptr %6, align 8
%47 = call i64 @umount(ptr noundef %46)
%48 = icmp ne i64 %47, 0
br i1 %48, label %49, label %58
49: ; preds = %42
%50 = load i32, ptr @stderr, align 4
%51 = load ptr, ptr %6, align 8
%52 = call i32 (i32, ptr, ...) @fprintf(i32 noundef %50, ptr noundef @.str.6, ptr noundef @.str.1, ptr noundef %51)
%53 = load i32, ptr @stderr, align 4
%54 = load i32, ptr @errno, align 4
%55 = load i32, ptr @errno, align 4
%56 = call ptr @strerror(i32 noundef %55)
%57 = call i32 (i32, ptr, ...) @fprintf(i32 noundef %53, ptr noundef @.str.7, i32 noundef %54, ptr noundef %56)
store i32 1, ptr %3, align 4
br label %59
58: ; preds = %42
store i32 0, ptr %3, align 4
br label %59
59: ; preds = %58, %49
%60 = load i32, ptr %3, align 4
ret i32 %60
}
declare i32 @fprintf(i32 noundef, ptr noundef, ...) #1
declare i32 @usage(i32 noundef) #1
declare i64 @strcmp(ptr noundef, ptr noundef) #1
declare i64 @strstart(ptr noundef, ptr noundef) #1
declare i64 @umount(ptr noundef) #1
declare ptr @strerror(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/tmpyne45doz.c'
source_filename = "/tmp/tmpyne45doz.c"
target datalayout = "e-m:e-p270: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/tmpyne45doz.c"
target datalayout = "e-m:e-p270: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/tmp81xy905y.c'
source_filename = "/tmp/tmp81xy905y.c"
target datalayout = "e-m:e-p270: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 @Strings_Insert(ptr noundef %0, i32 noundef %1, i32 noundef %2, ptr noundef %3, i32 noundef %4) #0 {
%6 = alloca ptr, align 8
%7 = alloca i32, align 4
%8 = alloca i32, align 4
%9 = alloca ptr, align 8
%10 = alloca i32, align 4
%11 = alloca i32, align 4
%12 = alloca i32, align 4
%13 = alloca i32, align 4
%14 = alloca i32, align 4
%15 = alloca i32, align 4
%16 = alloca i32, align 4
%17 = alloca i32, align 4
%18 = alloca ptr, align 8
%19 = alloca i64, align 8
store ptr %0, ptr %6, align 8
store i32 %1, ptr %7, align 4
store i32 %2, ptr %8, align 4
store ptr %3, ptr %9, align 8
store i32 %4, ptr %10, align 4
%20 = load i32, ptr %7, align 4
%21 = add i32 %20, 1
%22 = zext i32 %21 to i64
%23 = call ptr @llvm.stacksave()
store ptr %23, ptr %18, align 8
%24 = alloca i8, i64 %22, align 16
store i64 %22, ptr %19, align 8
%25 = load ptr, ptr %6, align 8
%26 = load i32, ptr %7, align 4
%27 = add i32 %26, 1
%28 = call i32 @memcpy(ptr noundef %24, ptr noundef %25, i32 noundef %27)
%29 = load i32, ptr %7, align 4
%30 = call i32 @Strings_Length(ptr noundef %24, i32 noundef %29)
store i32 %30, ptr %15, align 4
%31 = load i32, ptr %10, align 4
store i32 %31, ptr %16, align 4
%32 = load ptr, ptr %9, align 8
%33 = load i32, ptr %10, align 4
%34 = call i32 @Strings_Length(ptr noundef %32, i32 noundef %33)
store i32 %34, ptr %17, align 4
%35 = load i32, ptr %17, align 4
%36 = load i32, ptr %15, align 4
%37 = add i32 %35, %36
store i32 %37, ptr %11, align 4
%38 = load i32, ptr %11, align 4
%39 = load i32, ptr %16, align 4
%40 = icmp ugt i32 %38, %39
br i1 %40, label %41, label %43
41: ; preds = %5
%42 = load i32, ptr %16, align 4
store i32 %42, ptr %11, align 4
br label %43
43: ; preds = %41, %5
%44 = load i32, ptr %11, align 4
%45 = load i32, ptr %15, align 4
%46 = icmp ugt i32 %44, %45
br i1 %46, label %47, label %51
47: ; preds = %43
%48 = load i32, ptr %11, align 4
%49 = load i32, ptr %15, align 4
%50 = sub i32 %48, %49
store i32 %50, ptr %12, align 4
br label %52
51: ; preds = %43
store i32 0, ptr %12, align 4
br label %52
52: ; preds = %51, %47
%53 = load i32, ptr %11, align 4
%54 = add i32 %53, 1
store i32 %54, ptr %11, align 4
%55 = load i32, ptr %12, align 4
%56 = add i32 %55, 1
store i32 %56, ptr %12, align 4
br label %57
57: ; preds = %61, %52
%58 = load i32, ptr %12, align 4
%59 = load i32, ptr %8, align 4
%60 = icmp ugt i32 %58, %59
br i1 %60, label %61, label %75
61: ; preds = %57
%62 = load i32, ptr %11, align 4
%63 = sub i32 %62, 1
store i32 %63, ptr %11, align 4
%64 = load i32, ptr %12, align 4
%65 = sub i32 %64, 1
store i32 %65, ptr %12, align 4
%66 = load ptr, ptr %9, align 8
%67 = load i32, ptr %12, align 4
%68 = zext i32 %67 to i64
%69 = getelementptr inbounds i8, ptr %66, i64 %68
%70 = load i8, ptr %69, align 1
%71 = load ptr, ptr %9, align 8
%72 = load i32, ptr %11, align 4
%73 = zext i32 %72 to i64
%74 = getelementptr inbounds i8, ptr %71, i64 %73
store i8 %70, ptr %74, align 1
br label %57, !llvm.loop !6
75: ; preds = %57
%76 = load i32, ptr %8, align 4
store i32 %76, ptr %14, align 4
store i32 0, ptr %13, align 4
br label %77
77: ; preds = %87, %75
%78 = load i32, ptr %13, align 4
%79 = load i32, ptr %15, align 4
%80 = icmp ult i32 %78, %79
br i1 %80, label %81, label %85
81: ; preds = %77
%82 = load i32, ptr %14, align 4
%83 = load i32, ptr %16, align 4
%84 = icmp ule i32 %82, %83
br label %85
85: ; preds = %81, %77
%86 = phi i1 [ false, %77 ], [ %84, %81 ]
br i1 %86, label %87, label %100
87: ; preds = %85
%88 = load i32, ptr %13, align 4
%89 = zext i32 %88 to i64
%90 = getelementptr inbounds i8, ptr %24, i64 %89
%91 = load i8, ptr %90, align 1
%92 = load ptr, ptr %9, align 8
%93 = load i32, ptr %14, align 4
%94 = zext i32 %93 to i64
%95 = getelementptr inbounds i8, ptr %92, i64 %94
store i8 %91, ptr %95, align 1
%96 = load i32, ptr %13, align 4
%97 = add i32 %96, 1
store i32 %97, ptr %13, align 4
%98 = load i32, ptr %14, align 4
%99 = add i32 %98, 1
store i32 %99, ptr %14, align 4
br label %77, !llvm.loop !8
100: ; preds = %85
%101 = load ptr, ptr %18, align 8
call void @llvm.stackrestore(ptr %101)
ret void
}
; Function Attrs: nocallback nofree nosync nounwind willreturn
declare ptr @llvm.stacksave() #1
declare i32 @memcpy(ptr noundef, ptr noundef, i32 noundef) #2
declare i32 @Strings_Length(ptr noundef, i32 noundef) #2
; Function Attrs: nocallback nofree nosync nounwind willreturn
declare void @llvm.stackrestore(ptr) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { nocallback nofree nosync nounwind willreturn }
attributes #2 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
!6 = distinct !{!6, !7}
!7 = !{!"llvm.loop.mustprogress"}
!8 = distinct !{!8, !7}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmp81xy905y.c"
target datalayout = "e-m:e-p270: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 @Strings_Insert(ptr noundef %0, i32 noundef %1, i32 noundef %2, ptr noundef %3, i32 noundef %4) #0 {
%6 = alloca ptr, align 8
%7 = alloca i32, align 4
%8 = alloca i32, align 4
%9 = alloca ptr, align 8
%10 = alloca i32, align 4
%11 = alloca i32, align 4
%12 = alloca i32, align 4
%13 = alloca i32, align 4
%14 = alloca i32, align 4
%15 = alloca i32, align 4
%16 = alloca i32, align 4
%17 = alloca i32, align 4
%18 = alloca ptr, align 8
%19 = alloca i64, align 8
store ptr %0, ptr %6, align 8
store i32 %1, ptr %7, align 4
store i32 %2, ptr %8, align 4
store ptr %3, ptr %9, align 8
store i32 %4, ptr %10, align 4
%20 = load i32, ptr %7, align 4
%21 = add i32 %20, 1
%22 = zext i32 %21 to i64
%23 = call ptr @llvm.stacksave()
store ptr %23, ptr %18, align 8
%24 = alloca i8, i64 %22, align 16
store i64 %22, ptr %19, align 8
%25 = load ptr, ptr %6, align 8
%26 = load i32, ptr %7, align 4
%27 = add i32 %26, 1
%28 = call i32 @memcpy(ptr noundef %24, ptr noundef %25, i32 noundef %27)
%29 = load i32, ptr %7, align 4
%30 = call i32 @Strings_Length(ptr noundef %24, i32 noundef %29)
store i32 %30, ptr %15, align 4
%31 = load i32, ptr %10, align 4
store i32 %31, ptr %16, align 4
%32 = load ptr, ptr %9, align 8
%33 = load i32, ptr %10, align 4
%34 = call i32 @Strings_Length(ptr noundef %32, i32 noundef %33)
store i32 %34, ptr %17, align 4
%35 = load i32, ptr %17, align 4
%36 = load i32, ptr %15, align 4
%37 = add i32 %35, %36
store i32 %37, ptr %11, align 4
%38 = load i32, ptr %11, align 4
%39 = load i32, ptr %16, align 4
%40 = icmp ugt i32 %38, %39
br i1 %40, label %41, label %43
41: ; preds = %5
%42 = load i32, ptr %16, align 4
store i32 %42, ptr %11, align 4
br label %43
43: ; preds = %41, %5
%44 = load i32, ptr %11, align 4
%45 = load i32, ptr %15, align 4
%46 = icmp ugt i32 %44, %45
br i1 %46, label %47, label %51
47: ; preds = %43
%48 = load i32, ptr %11, align 4
%49 = load i32, ptr %15, align 4
%50 = sub i32 %48, %49
store i32 %50, ptr %12, align 4
br label %52
51: ; preds = %43
store i32 0, ptr %12, align 4
br label %52
52: ; preds = %51, %47
%53 = load i32, ptr %11, align 4
%54 = add i32 %53, 1
store i32 %54, ptr %11, align 4
%55 = load i32, ptr %12, align 4
%56 = add i32 %55, 1
store i32 %56, ptr %12, align 4
%57 = load i32, ptr %12, align 4
%58 = load i32, ptr %8, align 4
%59 = icmp ugt i32 %57, %58
br i1 %59, label %.lr.ph, label %77
.lr.ph: ; preds = %52
br label %60
60: ; preds = %.lr.ph, %60
%61 = load i32, ptr %11, align 4
%62 = sub i32 %61, 1
store i32 %62, ptr %11, align 4
%63 = load i32, ptr %12, align 4
%64 = sub i32 %63, 1
store i32 %64, ptr %12, align 4
%65 = load ptr, ptr %9, align 8
%66 = load i32, ptr %12, align 4
%67 = zext i32 %66 to i64
%68 = getelementptr inbounds i8, ptr %65, i64 %67
%69 = load i8, ptr %68, align 1
%70 = load ptr, ptr %9, align 8
%71 = load i32, ptr %11, align 4
%72 = zext i32 %71 to i64
%73 = getelementptr inbounds i8, ptr %70, i64 %72
store i8 %69, ptr %73, align 1
%74 = load i32, ptr %12, align 4
%75 = load i32, ptr %8, align 4
%76 = icmp ugt i32 %74, %75
br i1 %76, label %60, label %._crit_edge, !llvm.loop !6
._crit_edge: ; preds = %60
br label %77
77: ; preds = %._crit_edge, %52
%78 = load i32, ptr %8, align 4
store i32 %78, ptr %14, align 4
store i32 0, ptr %13, align 4
br label %79
79: ; preds = %89, %77
%80 = load i32, ptr %13, align 4
%81 = load i32, ptr %15, align 4
%82 = icmp ult i32 %80, %81
br i1 %82, label %83, label %87
83: ; preds = %79
%84 = load i32, ptr %14, align 4
%85 = load i32, ptr %16, align 4
%86 = icmp ule i32 %84, %85
br label %87
87: ; preds = %83, %79
%88 = phi i1 [ false, %79 ], [ %86, %83 ]
br i1 %88, label %89, label %102
89: ; preds = %87
%90 = load i32, ptr %13, align 4
%91 = zext i32 %90 to i64
%92 = getelementptr inbounds i8, ptr %24, i64 %91
%93 = load i8, ptr %92, align 1
%94 = load ptr, ptr %9, align 8
%95 = load i32, ptr %14, align 4
%96 = zext i32 %95 to i64
%97 = getelementptr inbounds i8, ptr %94, i64 %96
store i8 %93, ptr %97, align 1
%98 = load i32, ptr %13, align 4
%99 = add i32 %98, 1
store i32 %99, ptr %13, align 4
%100 = load i32, ptr %14, align 4
%101 = add i32 %100, 1
store i32 %101, ptr %14, align 4
br label %79, !llvm.loop !8
102: ; preds = %87
%103 = load ptr, ptr %18, align 8
call void @llvm.stackrestore(ptr %103)
ret void
}
; Function Attrs: nocallback nofree nosync nounwind willreturn
declare ptr @llvm.stacksave() #1
declare i32 @memcpy(ptr noundef, ptr noundef, i32 noundef) #2
declare i32 @Strings_Length(ptr noundef, i32 noundef) #2
; Function Attrs: nocallback nofree nosync nounwind willreturn
declare void @llvm.stackrestore(ptr) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { nocallback nofree nosync nounwind willreturn }
attributes #2 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
!6 = distinct !{!6, !7}
!7 = !{!"llvm.loop.mustprogress"}
!8 = distinct !{!8, !7}
|
; ModuleID = '/tmp/tmpg9yqs6o8.c'
source_filename = "/tmp/tmpg9yqs6o8.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@.str = private unnamed_addr constant [27 x i8] c"%d: a %d != %d (error %d)\0A\00", align 1
@.str.1 = private unnamed_addr constant [7 x i8] c"abort\0A\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @test_safelen() #0 {
%1 = alloca i32, align 4
%2 = alloca [100 x i32], align 16
%3 = alloca [100 x i32], align 16
%4 = alloca i32, align 4
%5 = alloca i32, align 4
%6 = alloca i32, align 4
store i32 0, ptr %5, align 4
store i32 0, ptr %4, align 4
br label %7
7: ; preds = %17, %0
%8 = load i32, ptr %4, align 4
%9 = icmp slt i32 %8, 100
br i1 %9, label %10, label %20
10: ; preds = %7
%11 = load i32, ptr %4, align 4
%12 = sext i32 %11 to i64
%13 = getelementptr inbounds [100 x i32], ptr %2, i64 0, i64 %12
store i32 -1, ptr %13, align 4
%14 = load i32, ptr %4, align 4
%15 = sext i32 %14 to i64
%16 = getelementptr inbounds [100 x i32], ptr %3, i64 0, i64 %15
store i32 -1, ptr %16, align 4
br label %17
17: ; preds = %10
%18 = load i32, ptr %4, align 4
%19 = add nsw i32 %18, 1
store i32 %19, ptr %4, align 4
br label %7, !llvm.loop !6
20: ; preds = %7
store i32 0, ptr %6, align 4
br label %21
21: ; preds = %43, %20
%22 = load i32, ptr %6, align 4
%23 = icmp slt i32 %22, 100
br i1 %23, label %24, label %46
24: ; preds = %21
%25 = load i32, ptr %6, align 4
%26 = icmp sgt i32 %25, 1
br i1 %26, label %27, label %37
27: ; preds = %24
%28 = load i32, ptr %6, align 4
%29 = sub nsw i32 %28, 2
%30 = sext i32 %29 to i64
%31 = getelementptr inbounds [100 x i32], ptr %2, i64 0, i64 %30
%32 = load i32, ptr %31, align 4
%33 = add nsw i32 %32, 2
%34 = load i32, ptr %6, align 4
%35 = sext i32 %34 to i64
%36 = getelementptr inbounds [100 x i32], ptr %2, i64 0, i64 %35
store i32 %33, ptr %36, align 4
br label %42
37: ; preds = %24
%38 = load i32, ptr %6, align 4
%39 = load i32, ptr %6, align 4
%40 = sext i32 %39 to i64
%41 = getelementptr inbounds [100 x i32], ptr %2, i64 0, i64 %40
store i32 %38, ptr %41, align 4
br label %42
42: ; preds = %37, %27
br label %43
43: ; preds = %42
%44 = load i32, ptr %6, align 4
%45 = add nsw i32 %44, 1
store i32 %45, ptr %6, align 4
br label %21, !llvm.loop !8
46: ; preds = %21
store i32 0, ptr %4, align 4
br label %47
47: ; preds = %55, %46
%48 = load i32, ptr %4, align 4
%49 = icmp slt i32 %48, 100
br i1 %49, label %50, label %58
50: ; preds = %47
%51 = load i32, ptr %4, align 4
%52 = load i32, ptr %4, align 4
%53 = sext i32 %52 to i64
%54 = getelementptr inbounds [100 x i32], ptr %3, i64 0, i64 %53
store i32 %51, ptr %54, align 4
br label %55
55: ; preds = %50
%56 = load i32, ptr %4, align 4
%57 = add nsw i32 %56, 1
store i32 %57, ptr %4, align 4
br label %47, !llvm.loop !9
58: ; preds = %47
store i32 0, ptr %4, align 4
br label %59
59: ; preds = %92, %58
%60 = load i32, ptr %4, align 4
%61 = icmp slt i32 %60, 100
br i1 %61, label %62, label %95
62: ; preds = %59
%63 = load i32, ptr %4, align 4
%64 = sext i32 %63 to i64
%65 = getelementptr inbounds [100 x i32], ptr %2, i64 0, i64 %64
%66 = load i32, ptr %65, align 4
%67 = load i32, ptr %4, align 4
%68 = sext i32 %67 to i64
%69 = getelementptr inbounds [100 x i32], ptr %3, i64 0, i64 %68
%70 = load i32, ptr %69, align 4
%71 = icmp ne i32 %66, %70
br i1 %71, label %72, label %85
72: ; preds = %62
%73 = load i32, ptr %4, align 4
%74 = load i32, ptr %4, align 4
%75 = sext i32 %74 to i64
%76 = getelementptr inbounds [100 x i32], ptr %2, i64 0, i64 %75
%77 = load i32, ptr %76, align 4
%78 = load i32, ptr %4, align 4
%79 = sext i32 %78 to i64
%80 = getelementptr inbounds [100 x i32], ptr %3, i64 0, i64 %79
%81 = load i32, ptr %80, align 4
%82 = load i32, ptr %5, align 4
%83 = add nsw i32 %82, 1
store i32 %83, ptr %5, align 4
%84 = call i32 (ptr, ...) @printf(ptr noundef @.str, i32 noundef %73, i32 noundef %77, i32 noundef %81, i32 noundef %83)
br label %85
85: ; preds = %72, %62
%86 = load i32, ptr %5, align 4
%87 = icmp sgt i32 %86, 10
br i1 %87, label %88, label %91
88: ; preds = %85
%89 = call i32 (ptr, ...) @printf(ptr noundef @.str.1)
%90 = load i32, ptr %5, align 4
store i32 %90, ptr %1, align 4
br label %97
91: ; preds = %85
br label %92
92: ; preds = %91
%93 = load i32, ptr %4, align 4
%94 = add nsw i32 %93, 1
store i32 %94, ptr %4, align 4
br label %59, !llvm.loop !10
95: ; preds = %59
%96 = load i32, ptr %5, align 4
store i32 %96, ptr %1, align 4
br label %97
97: ; preds = %95, %88
%98 = load i32, ptr %1, align 4
ret i32 %98
}
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}
!9 = distinct !{!9, !7}
!10 = distinct !{!10, !7}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmpg9yqs6o8.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@.str = private unnamed_addr constant [27 x i8] c"%d: a %d != %d (error %d)\0A\00", align 1
@.str.1 = private unnamed_addr constant [7 x i8] c"abort\0A\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @test_safelen() #0 {
%1 = alloca i32, align 4
%2 = alloca [100 x i32], align 16
%3 = alloca [100 x i32], align 16
%4 = alloca i32, align 4
%5 = alloca i32, align 4
%6 = alloca i32, align 4
store i32 0, ptr %5, align 4
store i32 0, ptr %4, align 4
%7 = load i32, ptr %4, align 4
%8 = icmp slt i32 %7, 100
br i1 %8, label %.lr.ph, label %21
.lr.ph: ; preds = %0
br label %9
9: ; preds = %.lr.ph, %16
%10 = load i32, ptr %4, align 4
%11 = sext i32 %10 to i64
%12 = getelementptr inbounds [100 x i32], ptr %2, i64 0, i64 %11
store i32 -1, ptr %12, align 4
%13 = load i32, ptr %4, align 4
%14 = sext i32 %13 to i64
%15 = getelementptr inbounds [100 x i32], ptr %3, i64 0, i64 %14
store i32 -1, ptr %15, align 4
br label %16
16: ; preds = %9
%17 = load i32, ptr %4, align 4
%18 = add nsw i32 %17, 1
store i32 %18, ptr %4, align 4
%19 = load i32, ptr %4, align 4
%20 = icmp slt i32 %19, 100
br i1 %20, label %9, label %._crit_edge, !llvm.loop !6
._crit_edge: ; preds = %16
br label %21
21: ; preds = %._crit_edge, %0
store i32 0, ptr %6, align 4
%22 = load i32, ptr %6, align 4
%23 = icmp slt i32 %22, 100
br i1 %23, label %.lr.ph2, label %48
.lr.ph2: ; preds = %21
br label %24
24: ; preds = %.lr.ph2, %43
%25 = load i32, ptr %6, align 4
%26 = icmp sgt i32 %25, 1
br i1 %26, label %27, label %37
27: ; preds = %24
%28 = load i32, ptr %6, align 4
%29 = sub nsw i32 %28, 2
%30 = sext i32 %29 to i64
%31 = getelementptr inbounds [100 x i32], ptr %2, i64 0, i64 %30
%32 = load i32, ptr %31, align 4
%33 = add nsw i32 %32, 2
%34 = load i32, ptr %6, align 4
%35 = sext i32 %34 to i64
%36 = getelementptr inbounds [100 x i32], ptr %2, i64 0, i64 %35
store i32 %33, ptr %36, align 4
br label %42
37: ; preds = %24
%38 = load i32, ptr %6, align 4
%39 = load i32, ptr %6, align 4
%40 = sext i32 %39 to i64
%41 = getelementptr inbounds [100 x i32], ptr %2, i64 0, i64 %40
store i32 %38, ptr %41, align 4
br label %42
42: ; preds = %37, %27
br label %43
43: ; preds = %42
%44 = load i32, ptr %6, align 4
%45 = add nsw i32 %44, 1
store i32 %45, ptr %6, align 4
%46 = load i32, ptr %6, align 4
%47 = icmp slt i32 %46, 100
br i1 %47, label %24, label %._crit_edge3, !llvm.loop !8
._crit_edge3: ; preds = %43
br label %48
48: ; preds = %._crit_edge3, %21
store i32 0, ptr %4, align 4
%49 = load i32, ptr %4, align 4
%50 = icmp slt i32 %49, 100
br i1 %50, label %.lr.ph5, label %61
.lr.ph5: ; preds = %48
br label %51
51: ; preds = %.lr.ph5, %56
%52 = load i32, ptr %4, align 4
%53 = load i32, ptr %4, align 4
%54 = sext i32 %53 to i64
%55 = getelementptr inbounds [100 x i32], ptr %3, i64 0, i64 %54
store i32 %52, ptr %55, align 4
br label %56
56: ; preds = %51
%57 = load i32, ptr %4, align 4
%58 = add nsw i32 %57, 1
store i32 %58, ptr %4, align 4
%59 = load i32, ptr %4, align 4
%60 = icmp slt i32 %59, 100
br i1 %60, label %51, label %._crit_edge6, !llvm.loop !9
._crit_edge6: ; preds = %56
br label %61
61: ; preds = %._crit_edge6, %48
store i32 0, ptr %4, align 4
%62 = load i32, ptr %4, align 4
%63 = icmp slt i32 %62, 100
br i1 %63, label %.lr.ph8, label %99
.lr.ph8: ; preds = %61
br label %64
64: ; preds = %.lr.ph8, %94
%65 = load i32, ptr %4, align 4
%66 = sext i32 %65 to i64
%67 = getelementptr inbounds [100 x i32], ptr %2, i64 0, i64 %66
%68 = load i32, ptr %67, align 4
%69 = load i32, ptr %4, align 4
%70 = sext i32 %69 to i64
%71 = getelementptr inbounds [100 x i32], ptr %3, i64 0, i64 %70
%72 = load i32, ptr %71, align 4
%73 = icmp ne i32 %68, %72
br i1 %73, label %74, label %87
74: ; preds = %64
%75 = load i32, ptr %4, align 4
%76 = load i32, ptr %4, align 4
%77 = sext i32 %76 to i64
%78 = getelementptr inbounds [100 x i32], ptr %2, i64 0, i64 %77
%79 = load i32, ptr %78, align 4
%80 = load i32, ptr %4, align 4
%81 = sext i32 %80 to i64
%82 = getelementptr inbounds [100 x i32], ptr %3, i64 0, i64 %81
%83 = load i32, ptr %82, align 4
%84 = load i32, ptr %5, align 4
%85 = add nsw i32 %84, 1
store i32 %85, ptr %5, align 4
%86 = call i32 (ptr, ...) @printf(ptr noundef @.str, i32 noundef %75, i32 noundef %79, i32 noundef %83, i32 noundef %85)
br label %87
87: ; preds = %74, %64
%88 = load i32, ptr %5, align 4
%89 = icmp sgt i32 %88, 10
br i1 %89, label %90, label %93
90: ; preds = %87
%91 = call i32 (ptr, ...) @printf(ptr noundef @.str.1)
%92 = load i32, ptr %5, align 4
store i32 %92, ptr %1, align 4
br label %101
93: ; preds = %87
br label %94
94: ; preds = %93
%95 = load i32, ptr %4, align 4
%96 = add nsw i32 %95, 1
store i32 %96, ptr %4, align 4
%97 = load i32, ptr %4, align 4
%98 = icmp slt i32 %97, 100
br i1 %98, label %64, label %._crit_edge9, !llvm.loop !10
._crit_edge9: ; preds = %94
br label %99
99: ; preds = %._crit_edge9, %61
%100 = load i32, ptr %5, align 4
store i32 %100, ptr %1, align 4
br label %101
101: ; preds = %99, %90
%102 = load i32, ptr %1, align 4
ret i32 %102
}
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}
!9 = distinct !{!9, !7}
!10 = distinct !{!10, !7}
|
; ModuleID = '/tmp/tmpqc6gcmud.c'
source_filename = "/tmp/tmpqc6gcmud.c"
target datalayout = "e-m:e-p270: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 [54 x i8] c"mem_zero_detect_test %d bytes, %d randoms, seed=0x%x \00", align 1
@.str.1 = private unnamed_addr constant [18 x i8] c"alloc error: Fail\00", align 1
@.str.2 = private unnamed_addr constant [21 x i8] c"Fail large buf test\0A\00", align 1
@.str.3 = private unnamed_addr constant [13 x i8] c"Fail len=%d\0A\00", align 1
@.str.4 = private unnamed_addr constant [7 x i8] c"Fail:\0A\00", align 1
@.str.5 = private unnamed_addr constant [20 x i8] c"Fail on not detect\0A\00", align 1
@CHAR_BIT = dso_local global i32 0, align 4
@.str.6 = private unnamed_addr constant [35 x i8] c"Fail on not detect offsets %d, %d\0A\00", align 1
@.str.7 = private unnamed_addr constant [36 x i8] c"Fail on not detect rand %d, e=%lld\0A\00", align 1
@.str.8 = private unnamed_addr constant [43 x i8] c"Fail on not detect rand offset=%d, idx=%d\0A\00", align 1
@.str.9 = private unnamed_addr constant [37 x i8] c"Fail on detect non-zero with l=%lld\0A\00", align 1
@.str.10 = private unnamed_addr constant [39 x i8] c"Fail on non-zero buffer l=%lld err=%d\0A\00", align 1
@.str.11 = private unnamed_addr constant [39 x i8] c"Fail on bad pass detect l=%lld err=%d\0A\00", align 1
@.str.12 = private unnamed_addr constant [44 x i8] c"Fail on not detect rand %d, l=%lld, e=%lld\0A\00", align 1
@.str.13 = private unnamed_addr constant [49 x i8] c"Fail on non-zero rand buffer %d, l=%lld, e=%lld\0A\00", align 1
@.str.14 = private unnamed_addr constant [54 x i8] c"Fail on bad pass zero detect rand %d, l=%lld, e=%lld\0A\00", align 1
@.str.15 = private unnamed_addr constant [7 x i8] c" Pass\0A\00", align 1
@.str.16 = private unnamed_addr constant [7 x i8] c" Fail\0A\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @main(i32 noundef %0, ptr noundef %1) #0 {
%3 = alloca i32, align 4
%4 = alloca i32, align 4
%5 = alloca ptr, align 8
%6 = alloca i32, align 4
%7 = alloca i32, align 4
%8 = alloca i32, align 4
%9 = alloca i64, align 8
%10 = alloca i64, align 8
%11 = alloca ptr, align 8
%12 = alloca ptr, align 8
%13 = alloca i32, align 4
%14 = alloca i32, align 4
store i32 0, ptr %3, align 4
store i32 %0, ptr %4, align 4
store ptr %1, ptr %5, align 8
store i32 0, ptr %13, align 4
store i32 1, ptr %14, align 4
%15 = call i32 (ptr, ...) @printf(ptr noundef @.str, i32 noundef 10485760, i32 noundef 2000, i32 noundef 4660)
%16 = call i64 @posix_memalign(ptr noundef %11, i32 noundef 64, i32 noundef 10485760)
%17 = icmp ne i64 %16, 0
br i1 %17, label %18, label %20
18: ; preds = %2
%19 = call i32 (ptr, ...) @printf(ptr noundef @.str.1)
store i32 -1, ptr %3, align 4
br label %419
20: ; preds = %2
%21 = call i32 @srand(i32 noundef 4660)
%22 = load ptr, ptr %11, align 8
%23 = call i32 @memset(ptr noundef %22, i32 noundef 0, i32 noundef 10485760)
%24 = load ptr, ptr %11, align 8
%25 = call i32 @isal_zero_detect(ptr noundef %24, i64 noundef 10485760)
store i32 %25, ptr %13, align 4
%26 = load i32, ptr %13, align 4
%27 = icmp ne i32 %26, 0
br i1 %27, label %28, label %31
28: ; preds = %20
%29 = call i32 (ptr, ...) @printf(ptr noundef @.str.2)
%30 = load i32, ptr %13, align 4
store i32 %30, ptr %3, align 4
br label %419
31: ; preds = %20
%32 = call i32 @putchar(i8 noundef signext 46)
store i32 0, ptr %6, align 4
br label %33
33: ; preds = %50, %31
%34 = load i32, ptr %6, align 4
%35 = icmp slt i32 %34, 8192
br i1 %35, label %36, label %53
36: ; preds = %33
%37 = load ptr, ptr %11, align 8
%38 = load i32, ptr %6, align 4
%39 = sext i32 %38 to i64
%40 = call i32 @isal_zero_detect(ptr noundef %37, i64 noundef %39)
%41 = load i32, ptr %13, align 4
%42 = or i32 %41, %40
store i32 %42, ptr %13, align 4
%43 = load i32, ptr %13, align 4
%44 = icmp ne i32 %43, 0
br i1 %44, label %45, label %49
45: ; preds = %36
%46 = load i32, ptr %6, align 4
%47 = call i32 (ptr, ...) @printf(ptr noundef @.str.3, i32 noundef %46)
%48 = load i32, ptr %13, align 4
store i32 %48, ptr %3, align 4
br label %419
49: ; preds = %36
br label %50
50: ; preds = %49
%51 = load i32, ptr %6, align 4
%52 = add nsw i32 %51, 1
store i32 %52, ptr %6, align 4
br label %33, !llvm.loop !6
53: ; preds = %33
%54 = call i32 @putchar(i8 noundef signext 46)
%55 = load ptr, ptr %11, align 8
store ptr %55, ptr %12, align 8
store i32 0, ptr %6, align 4
br label %56
56: ; preds = %70, %53
%57 = load i32, ptr %6, align 4
%58 = icmp slt i32 %57, 8192
br i1 %58, label %59, label %73
59: ; preds = %56
%60 = load ptr, ptr %12, align 8
%61 = load i32, ptr %6, align 4
%62 = sub nsw i32 8192, %61
%63 = sext i32 %62 to i64
%64 = getelementptr inbounds i8, ptr %60, i64 %63
%65 = load i32, ptr %6, align 4
%66 = sext i32 %65 to i64
%67 = call i32 @isal_zero_detect(ptr noundef %64, i64 noundef %66)
%68 = load i32, ptr %13, align 4
%69 = or i32 %68, %67
store i32 %69, ptr %13, align 4
br label %70
70: ; preds = %59
%71 = load i32, ptr %6, align 4
%72 = add nsw i32 %71, 1
store i32 %72, ptr %6, align 4
br label %56, !llvm.loop !8
73: ; preds = %56
%74 = load i32, ptr %13, align 4
%75 = icmp ne i32 %74, 0
br i1 %75, label %76, label %79
76: ; preds = %73
%77 = call i32 (ptr, ...) @printf(ptr noundef @.str.4)
%78 = load i32, ptr %13, align 4
store i32 %78, ptr %3, align 4
br label %419
79: ; preds = %73
%80 = call i32 @putchar(i8 noundef signext 46)
%81 = load ptr, ptr %12, align 8
%82 = getelementptr inbounds i8, ptr %81, i64 5242880
store i8 1, ptr %82, align 1
%83 = load ptr, ptr %12, align 8
%84 = call i32 @isal_zero_detect(ptr noundef %83, i64 noundef 10485760)
store i32 %84, ptr %14, align 4
%85 = load i32, ptr %14, align 4
%86 = icmp eq i32 %85, 0
br i1 %86, label %87, label %89
87: ; preds = %79
%88 = call i32 (ptr, ...) @printf(ptr noundef @.str.5)
store i32 -1, ptr %3, align 4
br label %419
89: ; preds = %79
%90 = load ptr, ptr %12, align 8
%91 = getelementptr inbounds i8, ptr %90, i64 5242880
store i8 0, ptr %91, align 1
%92 = call i32 @putchar(i8 noundef signext 46)
store i32 0, ptr %6, align 4
br label %93
93: ; preds = %126, %89
%94 = load i32, ptr %6, align 4
%95 = icmp slt i32 %94, 167
br i1 %95, label %96, label %129
96: ; preds = %93
store i32 0, ptr %7, align 4
br label %97
97: ; preds = %122, %96
%98 = load i32, ptr %7, align 4
%99 = load i32, ptr @CHAR_BIT, align 4
%100 = icmp slt i32 %98, %99
br i1 %100, label %101, label %125
101: ; preds = %97
%102 = load i32, ptr %7, align 4
%103 = shl i32 1, %102
%104 = trunc i32 %103 to i8
%105 = load ptr, ptr %12, align 8
%106 = load i32, ptr %6, align 4
%107 = sext i32 %106 to i64
%108 = getelementptr inbounds i8, ptr %105, i64 %107
store i8 %104, ptr %108, align 1
%109 = load ptr, ptr %12, align 8
%110 = call i32 @isal_zero_detect(ptr noundef %109, i64 noundef 10485760)
store i32 %110, ptr %14, align 4
%111 = load i32, ptr %14, align 4
%112 = icmp eq i32 %111, 0
br i1 %112, label %113, label %117
113: ; preds = %101
%114 = load i32, ptr %6, align 4
%115 = load i32, ptr %7, align 4
%116 = call i32 (ptr, ...) @printf(ptr noundef @.str.6, i32 noundef %114, i32 noundef %115)
store i32 -1, ptr %3, align 4
br label %419
117: ; preds = %101
%118 = load ptr, ptr %12, align 8
%119 = load i32, ptr %6, align 4
%120 = sext i32 %119 to i64
%121 = getelementptr inbounds i8, ptr %118, i64 %120
store i8 0, ptr %121, align 1
br label %122
122: ; preds = %117
%123 = load i32, ptr %7, align 4
%124 = add nsw i32 %123, 1
store i32 %124, ptr %7, align 4
br label %97, !llvm.loop !9
125: ; preds = %97
br label %126
126: ; preds = %125
%127 = load i32, ptr %6, align 4
%128 = add nsw i32 %127, 1
store i32 %128, ptr %6, align 4
br label %93, !llvm.loop !10
129: ; preds = %93
%130 = call i32 @putchar(i8 noundef signext 46)
%131 = call i32 @fflush(i32 noundef 0)
store i32 0, ptr %6, align 4
br label %132
132: ; preds = %171, %129
%133 = load i32, ptr %6, align 4
%134 = icmp slt i32 %133, 2000
br i1 %134, label %135, label %174
135: ; preds = %132
%136 = call i32 (...) @rand()
%137 = sext i32 %136 to i64
store i64 %137, ptr %9, align 8
%138 = load i64, ptr %9, align 8
%139 = srem i64 %138, 8
%140 = mul nsw i64 %139, 1024
%141 = load i64, ptr %9, align 8
%142 = and i64 %141, 31
%143 = xor i64 %140, %142
store i64 %143, ptr %9, align 8
%144 = load i64, ptr %9, align 8
%145 = icmp sge i64 %144, 8192
br i1 %145, label %146, label %147
146: ; preds = %135
br label %171
147: ; preds = %135
%148 = load i64, ptr %9, align 8
%149 = load i32, ptr @CHAR_BIT, align 4
%150 = sub nsw i32 %149, 1
%151 = sext i32 %150 to i64
%152 = and i64 %148, %151
%153 = trunc i64 %152 to i32
%154 = shl i32 1, %153
%155 = trunc i32 %154 to i8
%156 = load ptr, ptr %12, align 8
%157 = load i64, ptr %9, align 8
%158 = getelementptr inbounds i8, ptr %156, i64 %157
store i8 %155, ptr %158, align 1
%159 = load ptr, ptr %12, align 8
%160 = call i32 @isal_zero_detect(ptr noundef %159, i64 noundef 10485760)
store i32 %160, ptr %14, align 4
%161 = load i32, ptr %14, align 4
%162 = icmp eq i32 %161, 0
br i1 %162, label %163, label %167
163: ; preds = %147
%164 = load i32, ptr %6, align 4
%165 = load i64, ptr %9, align 8
%166 = call i32 (ptr, ...) @printf(ptr noundef @.str.7, i32 noundef %164, i64 noundef %165)
store i32 -1, ptr %3, align 4
br label %419
167: ; preds = %147
%168 = load ptr, ptr %12, align 8
%169 = load i64, ptr %9, align 8
%170 = getelementptr inbounds i8, ptr %168, i64 %169
store i8 0, ptr %170, align 1
br label %171
171: ; preds = %167, %146
%172 = load i32, ptr %6, align 4
%173 = add nsw i32 %172, 1
store i32 %173, ptr %6, align 4
br label %132, !llvm.loop !11
174: ; preds = %132
%175 = call i32 @putchar(i8 noundef signext 46)
%176 = call i32 @fflush(i32 noundef 0)
store i32 1, ptr %6, align 4
br label %177
177: ; preds = %212, %174
%178 = load i32, ptr %6, align 4
%179 = icmp slt i32 %178, 167
br i1 %179, label %180, label %215
180: ; preds = %177
store i32 0, ptr %7, align 4
br label %181
181: ; preds = %208, %180
%182 = load i32, ptr %7, align 4
%183 = load i32, ptr @CHAR_BIT, align 4
%184 = icmp slt i32 %182, %183
br i1 %184, label %185, label %211
185: ; preds = %181
%186 = load i32, ptr %7, align 4
%187 = shl i32 1, %186
%188 = trunc i32 %187 to i8
%189 = load ptr, ptr %12, align 8
%190 = load i32, ptr %6, align 4
%191 = sub nsw i32 10485760, %190
%192 = sext i32 %191 to i64
%193 = getelementptr inbounds i8, ptr %189, i64 %192
store i8 %188, ptr %193, align 1
%194 = load ptr, ptr %12, align 8
%195 = call i32 @isal_zero_detect(ptr noundef %194, i64 noundef 10485760)
store i32 %195, ptr %14, align 4
%196 = load i32, ptr %14, align 4
%197 = icmp eq i32 %196, 0
br i1 %197, label %198, label %202
198: ; preds = %185
%199 = load i32, ptr %6, align 4
%200 = load i32, ptr %7, align 4
%201 = call i32 (ptr, ...) @printf(ptr noundef @.str.8, i32 noundef %199, i32 noundef %200)
store i32 -1, ptr %3, align 4
br label %419
202: ; preds = %185
%203 = load ptr, ptr %12, align 8
%204 = load i32, ptr %6, align 4
%205 = sub nsw i32 10485760, %204
%206 = sext i32 %205 to i64
%207 = getelementptr inbounds i8, ptr %203, i64 %206
store i8 0, ptr %207, align 1
br label %208
208: ; preds = %202
%209 = load i32, ptr %7, align 4
%210 = add nsw i32 %209, 1
store i32 %210, ptr %7, align 4
br label %181, !llvm.loop !12
211: ; preds = %181
br label %212
212: ; preds = %211
%213 = load i32, ptr %6, align 4
%214 = add nsw i32 %213, 1
store i32 %214, ptr %6, align 4
br label %177, !llvm.loop !13
215: ; preds = %177
%216 = call i32 @putchar(i8 noundef signext 46)
store i64 1, ptr %10, align 8
br label %217
217: ; preds = %276, %215
%218 = load i64, ptr %10, align 8
%219 = icmp slt i64 %218, 8192
br i1 %219, label %220, label %279
220: ; preds = %217
store i32 0, ptr %6, align 4
br label %221
221: ; preds = %272, %220
%222 = load i32, ptr %6, align 4
%223 = sext i32 %222 to i64
%224 = load i64, ptr %10, align 8
%225 = add nsw i64 %224, 167
%226 = icmp slt i64 %223, %225
br i1 %226, label %227, label %275
227: ; preds = %221
%228 = load ptr, ptr %12, align 8
%229 = load i64, ptr %10, align 8
%230 = call i32 @isal_zero_detect(ptr noundef %228, i64 noundef %229)
store i32 %230, ptr %13, align 4
%231 = load i32, ptr %13, align 4
%232 = icmp ne i32 %231, 0
br i1 %232, label %233, label %236
233: ; preds = %227
%234 = load i64, ptr %10, align 8
%235 = call i32 (ptr, ...) @printf(ptr noundef @.str.9, i64 noundef %234)
store i32 -1, ptr %3, align 4
br label %419
236: ; preds = %227
%237 = load ptr, ptr %12, align 8
%238 = load i32, ptr %6, align 4
%239 = sext i32 %238 to i64
%240 = getelementptr inbounds i8, ptr %237, i64 %239
store i8 1, ptr %240, align 1
%241 = load ptr, ptr %12, align 8
%242 = load i64, ptr %10, align 8
%243 = call i32 @isal_zero_detect(ptr noundef %241, i64 noundef %242)
store i32 %243, ptr %14, align 4
%244 = load i32, ptr %6, align 4
%245 = sext i32 %244 to i64
%246 = load i64, ptr %10, align 8
%247 = icmp slt i64 %245, %246
br i1 %247, label %248, label %255
248: ; preds = %236
%249 = load i32, ptr %14, align 4
%250 = icmp eq i32 %249, 0
br i1 %250, label %251, label %255
251: ; preds = %248
%252 = load i64, ptr %10, align 8
%253 = load i32, ptr %6, align 4
%254 = call i32 (ptr, ...) @printf(ptr noundef @.str.10, i64 noundef %252, i32 noundef %253)
store i32 -1, ptr %3, align 4
br label %419
255: ; preds = %248, %236
%256 = load i32, ptr %6, align 4
%257 = sext i32 %256 to i64
%258 = load i64, ptr %10, align 8
%259 = icmp sge i64 %257, %258
br i1 %259, label %260, label %267
260: ; preds = %255
%261 = load i32, ptr %14, align 4
%262 = icmp ne i32 %261, 0
br i1 %262, label %263, label %267
263: ; preds = %260
%264 = load i64, ptr %10, align 8
%265 = load i32, ptr %6, align 4
%266 = call i32 (ptr, ...) @printf(ptr noundef @.str.11, i64 noundef %264, i32 noundef %265)
store i32 -1, ptr %3, align 4
br label %419
267: ; preds = %260, %255
%268 = load ptr, ptr %12, align 8
%269 = load i32, ptr %6, align 4
%270 = sext i32 %269 to i64
%271 = getelementptr inbounds i8, ptr %268, i64 %270
store i8 0, ptr %271, align 1
br label %272
272: ; preds = %267
%273 = load i32, ptr %6, align 4
%274 = add nsw i32 %273, 1
store i32 %274, ptr %6, align 4
br label %221, !llvm.loop !14
275: ; preds = %221
br label %276
276: ; preds = %275
%277 = load i64, ptr %10, align 8
%278 = add nsw i64 %277, 1
store i64 %278, ptr %10, align 8
br label %217, !llvm.loop !15
279: ; preds = %217
%280 = call i32 @putchar(i8 noundef signext 46)
store i32 0, ptr %6, align 4
br label %281
281: ; preds = %326, %279
%282 = load i32, ptr %6, align 4
%283 = icmp slt i32 %282, 2000
br i1 %283, label %284, label %329
284: ; preds = %281
%285 = call i32 (...) @rand()
%286 = sext i32 %285 to i64
store i64 %286, ptr %9, align 8
%287 = load i64, ptr %9, align 8
%288 = srem i64 %287, 8
%289 = mul nsw i64 %288, 1024
%290 = load i64, ptr %9, align 8
%291 = and i64 %290, 31
%292 = xor i64 %289, %291
store i64 %292, ptr %9, align 8
%293 = load i64, ptr %9, align 8
%294 = add nsw i64 %293, 1
%295 = call i32 (...) @rand()
%296 = load i32, ptr @CHAR_BIT, align 4
%297 = sub nsw i32 %296, 1
%298 = and i32 %295, %297
%299 = sext i32 %298 to i64
%300 = add nsw i64 %294, %299
store i64 %300, ptr %10, align 8
%301 = load i64, ptr %9, align 8
%302 = load i32, ptr @CHAR_BIT, align 4
%303 = sub nsw i32 %302, 1
%304 = sext i32 %303 to i64
%305 = and i64 %301, %304
%306 = trunc i64 %305 to i32
%307 = shl i32 1, %306
%308 = trunc i32 %307 to i8
%309 = load ptr, ptr %12, align 8
%310 = load i64, ptr %9, align 8
%311 = getelementptr inbounds i8, ptr %309, i64 %310
store i8 %308, ptr %311, align 1
%312 = load ptr, ptr %12, align 8
%313 = load i64, ptr %10, align 8
%314 = call i32 @isal_zero_detect(ptr noundef %312, i64 noundef %313)
store i32 %314, ptr %14, align 4
%315 = load i32, ptr %14, align 4
%316 = icmp eq i32 %315, 0
br i1 %316, label %317, label %322
317: ; preds = %284
%318 = load i32, ptr %6, align 4
%319 = load i64, ptr %10, align 8
%320 = load i64, ptr %9, align 8
%321 = call i32 (ptr, ...) @printf(ptr noundef @.str.12, i32 noundef %318, i64 noundef %319, i64 noundef %320)
store i32 -1, ptr %3, align 4
br label %419
322: ; preds = %284
%323 = load ptr, ptr %12, align 8
%324 = load i64, ptr %9, align 8
%325 = getelementptr inbounds i8, ptr %323, i64 %324
store i8 0, ptr %325, align 1
br label %326
326: ; preds = %322
%327 = load i32, ptr %6, align 4
%328 = add nsw i32 %327, 1
store i32 %328, ptr %6, align 4
br label %281, !llvm.loop !16
329: ; preds = %281
%330 = call i32 @putchar(i8 noundef signext 46)
%331 = call i32 @fflush(i32 noundef 0)
store i32 0, ptr %6, align 4
br label %332
332: ; preds = %407, %329
%333 = load i32, ptr %6, align 4
%334 = icmp slt i32 %333, 2000
br i1 %334, label %335, label %410
335: ; preds = %332
%336 = call i32 (...) @rand()
%337 = sext i32 %336 to i64
store i64 %337, ptr %9, align 8
%338 = load i64, ptr %9, align 8
%339 = srem i64 %338, 8
%340 = mul nsw i64 %339, 1024
%341 = load i64, ptr %9, align 8
%342 = and i64 %341, 31
%343 = xor i64 %340, %342
store i64 %343, ptr %9, align 8
%344 = call i32 (...) @rand()
%345 = and i32 %344, 1
%346 = icmp ne i32 %345, 0
%347 = zext i1 %346 to i64
%348 = select i1 %346, i32 1, i32 -1
store i32 %348, ptr %8, align 4
%349 = load i64, ptr %9, align 8
%350 = load i32, ptr %8, align 4
%351 = call i32 (...) @rand()
%352 = and i32 %351, 63
%353 = mul nsw i32 %350, %352
%354 = sext i32 %353 to i64
%355 = add nsw i64 %349, %354
store i64 %355, ptr %10, align 8
%356 = load i64, ptr %10, align 8
%357 = icmp sge i64 %356, 8192
br i1 %357, label %364, label %358
358: ; preds = %335
%359 = load i64, ptr %10, align 8
%360 = icmp slt i64 %359, 0
br i1 %360, label %364, label %361
361: ; preds = %358
%362 = load i64, ptr %9, align 8
%363 = icmp sge i64 %362, 8192
br i1 %363, label %364, label %365
364: ; preds = %361, %358, %335
br label %407
365: ; preds = %361
%366 = load i64, ptr %9, align 8
%367 = load i32, ptr @CHAR_BIT, align 4
%368 = sub nsw i32 %367, 1
%369 = sext i32 %368 to i64
%370 = and i64 %366, %369
%371 = trunc i64 %370 to i32
%372 = shl i32 1, %371
%373 = trunc i32 %372 to i8
%374 = load ptr, ptr %12, align 8
%375 = load i64, ptr %9, align 8
%376 = getelementptr inbounds i8, ptr %374, i64 %375
store i8 %373, ptr %376, align 1
%377 = load ptr, ptr %12, align 8
%378 = load i64, ptr %10, align 8
%379 = call i32 @isal_zero_detect(ptr noundef %377, i64 noundef %378)
store i32 %379, ptr %14, align 4
%380 = load i64, ptr %9, align 8
%381 = load i64, ptr %10, align 8
%382 = icmp slt i64 %380, %381
br i1 %382, label %383, label %391
383: ; preds = %365
%384 = load i32, ptr %14, align 4
%385 = icmp eq i32 %384, 0
br i1 %385, label %386, label %391
386: ; preds = %383
%387 = load i32, ptr %6, align 4
%388 = load i64, ptr %10, align 8
%389 = load i64, ptr %9, align 8
%390 = call i32 (ptr, ...) @printf(ptr noundef @.str.13, i32 noundef %387, i64 noundef %388, i64 noundef %389)
store i32 -1, ptr %3, align 4
br label %419
391: ; preds = %383, %365
%392 = load i64, ptr %9, align 8
%393 = load i64, ptr %10, align 8
%394 = icmp sge i64 %392, %393
br i1 %394, label %395, label %403
395: ; preds = %391
%396 = load i32, ptr %14, align 4
%397 = icmp ne i32 %396, 0
br i1 %397, label %398, label %403
398: ; preds = %395
%399 = load i32, ptr %6, align 4
%400 = load i64, ptr %10, align 8
%401 = load i64, ptr %9, align 8
%402 = call i32 (ptr, ...) @printf(ptr noundef @.str.14, i32 noundef %399, i64 noundef %400, i64 noundef %401)
store i32 -1, ptr %3, align 4
br label %419
403: ; preds = %395, %391
%404 = load ptr, ptr %12, align 8
%405 = load i64, ptr %9, align 8
%406 = getelementptr inbounds i8, ptr %404, i64 %405
store i8 0, ptr %406, align 1
br label %407
407: ; preds = %403, %364
%408 = load i32, ptr %6, align 4
%409 = add nsw i32 %408, 1
store i32 %409, ptr %6, align 4
br label %332, !llvm.loop !17
410: ; preds = %332
%411 = call i32 @putchar(i8 noundef signext 46)
%412 = call i32 @fflush(i32 noundef 0)
%413 = load i32, ptr %13, align 4
%414 = icmp eq i32 %413, 0
%415 = zext i1 %414 to i64
%416 = select i1 %414, ptr @.str.15, ptr @.str.16
%417 = call i32 (ptr, ...) @printf(ptr noundef %416)
%418 = load i32, ptr %13, align 4
store i32 %418, ptr %3, align 4
br label %419
419: ; preds = %410, %398, %386, %317, %263, %251, %233, %198, %163, %113, %87, %76, %45, %28, %18
%420 = load i32, ptr %3, align 4
ret i32 %420
}
declare i32 @printf(ptr noundef, ...) #1
declare i64 @posix_memalign(ptr noundef, i32 noundef, i32 noundef) #1
declare i32 @srand(i32 noundef) #1
declare i32 @memset(ptr noundef, i32 noundef, i32 noundef) #1
declare i32 @isal_zero_detect(ptr noundef, i64 noundef) #1
declare i32 @putchar(i8 noundef signext) #1
declare i32 @fflush(i32 noundef) #1
declare i32 @rand(...) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
!6 = distinct !{!6, !7}
!7 = !{!"llvm.loop.mustprogress"}
!8 = distinct !{!8, !7}
!9 = distinct !{!9, !7}
!10 = distinct !{!10, !7}
!11 = distinct !{!11, !7}
!12 = distinct !{!12, !7}
!13 = distinct !{!13, !7}
!14 = distinct !{!14, !7}
!15 = distinct !{!15, !7}
!16 = distinct !{!16, !7}
!17 = distinct !{!17, !7}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmpqc6gcmud.c"
target datalayout = "e-m:e-p270: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 [54 x i8] c"mem_zero_detect_test %d bytes, %d randoms, seed=0x%x \00", align 1
@.str.1 = private unnamed_addr constant [18 x i8] c"alloc error: Fail\00", align 1
@.str.2 = private unnamed_addr constant [21 x i8] c"Fail large buf test\0A\00", align 1
@.str.3 = private unnamed_addr constant [13 x i8] c"Fail len=%d\0A\00", align 1
@.str.4 = private unnamed_addr constant [7 x i8] c"Fail:\0A\00", align 1
@.str.5 = private unnamed_addr constant [20 x i8] c"Fail on not detect\0A\00", align 1
@CHAR_BIT = dso_local global i32 0, align 4
@.str.6 = private unnamed_addr constant [35 x i8] c"Fail on not detect offsets %d, %d\0A\00", align 1
@.str.7 = private unnamed_addr constant [36 x i8] c"Fail on not detect rand %d, e=%lld\0A\00", align 1
@.str.8 = private unnamed_addr constant [43 x i8] c"Fail on not detect rand offset=%d, idx=%d\0A\00", align 1
@.str.9 = private unnamed_addr constant [37 x i8] c"Fail on detect non-zero with l=%lld\0A\00", align 1
@.str.10 = private unnamed_addr constant [39 x i8] c"Fail on non-zero buffer l=%lld err=%d\0A\00", align 1
@.str.11 = private unnamed_addr constant [39 x i8] c"Fail on bad pass detect l=%lld err=%d\0A\00", align 1
@.str.12 = private unnamed_addr constant [44 x i8] c"Fail on not detect rand %d, l=%lld, e=%lld\0A\00", align 1
@.str.13 = private unnamed_addr constant [49 x i8] c"Fail on non-zero rand buffer %d, l=%lld, e=%lld\0A\00", align 1
@.str.14 = private unnamed_addr constant [54 x i8] c"Fail on bad pass zero detect rand %d, l=%lld, e=%lld\0A\00", align 1
@.str.15 = private unnamed_addr constant [7 x i8] c" Pass\0A\00", align 1
@.str.16 = private unnamed_addr constant [7 x i8] c" Fail\0A\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @main(i32 noundef %0, ptr noundef %1) #0 {
%3 = alloca i32, align 4
%4 = alloca i32, align 4
%5 = alloca ptr, align 8
%6 = alloca i32, align 4
%7 = alloca i32, align 4
%8 = alloca i32, align 4
%9 = alloca i64, align 8
%10 = alloca i64, align 8
%11 = alloca ptr, align 8
%12 = alloca ptr, align 8
%13 = alloca i32, align 4
%14 = alloca i32, align 4
store i32 0, ptr %3, align 4
store i32 %0, ptr %4, align 4
store ptr %1, ptr %5, align 8
store i32 0, ptr %13, align 4
store i32 1, ptr %14, align 4
%15 = call i32 (ptr, ...) @printf(ptr noundef @.str, i32 noundef 10485760, i32 noundef 2000, i32 noundef 4660)
%16 = call i64 @posix_memalign(ptr noundef %11, i32 noundef 64, i32 noundef 10485760)
%17 = icmp ne i64 %16, 0
br i1 %17, label %18, label %20
18: ; preds = %2
%19 = call i32 (ptr, ...) @printf(ptr noundef @.str.1)
store i32 -1, ptr %3, align 4
br label %435
20: ; preds = %2
%21 = call i32 @srand(i32 noundef 4660)
%22 = load ptr, ptr %11, align 8
%23 = call i32 @memset(ptr noundef %22, i32 noundef 0, i32 noundef 10485760)
%24 = load ptr, ptr %11, align 8
%25 = call i32 @isal_zero_detect(ptr noundef %24, i64 noundef 10485760)
store i32 %25, ptr %13, align 4
%26 = load i32, ptr %13, align 4
%27 = icmp ne i32 %26, 0
br i1 %27, label %28, label %31
28: ; preds = %20
%29 = call i32 (ptr, ...) @printf(ptr noundef @.str.2)
%30 = load i32, ptr %13, align 4
store i32 %30, ptr %3, align 4
br label %435
31: ; preds = %20
%32 = call i32 @putchar(i8 noundef signext 46)
store i32 0, ptr %6, align 4
%33 = load i32, ptr %6, align 4
%34 = icmp slt i32 %33, 8192
br i1 %34, label %.lr.ph, label %54
.lr.ph: ; preds = %31
br label %35
35: ; preds = %.lr.ph, %49
%36 = load ptr, ptr %11, align 8
%37 = load i32, ptr %6, align 4
%38 = sext i32 %37 to i64
%39 = call i32 @isal_zero_detect(ptr noundef %36, i64 noundef %38)
%40 = load i32, ptr %13, align 4
%41 = or i32 %40, %39
store i32 %41, ptr %13, align 4
%42 = load i32, ptr %13, align 4
%43 = icmp ne i32 %42, 0
br i1 %43, label %44, label %48
44: ; preds = %35
%45 = load i32, ptr %6, align 4
%46 = call i32 (ptr, ...) @printf(ptr noundef @.str.3, i32 noundef %45)
%47 = load i32, ptr %13, align 4
store i32 %47, ptr %3, align 4
br label %435
48: ; preds = %35
br label %49
49: ; preds = %48
%50 = load i32, ptr %6, align 4
%51 = add nsw i32 %50, 1
store i32 %51, ptr %6, align 4
%52 = load i32, ptr %6, align 4
%53 = icmp slt i32 %52, 8192
br i1 %53, label %35, label %._crit_edge, !llvm.loop !6
._crit_edge: ; preds = %49
br label %54
54: ; preds = %._crit_edge, %31
%55 = call i32 @putchar(i8 noundef signext 46)
%56 = load ptr, ptr %11, align 8
store ptr %56, ptr %12, align 8
store i32 0, ptr %6, align 4
%57 = load i32, ptr %6, align 4
%58 = icmp slt i32 %57, 8192
br i1 %58, label %.lr.ph2, label %75
.lr.ph2: ; preds = %54
br label %59
59: ; preds = %.lr.ph2, %70
%60 = load ptr, ptr %12, align 8
%61 = load i32, ptr %6, align 4
%62 = sub nsw i32 8192, %61
%63 = sext i32 %62 to i64
%64 = getelementptr inbounds i8, ptr %60, i64 %63
%65 = load i32, ptr %6, align 4
%66 = sext i32 %65 to i64
%67 = call i32 @isal_zero_detect(ptr noundef %64, i64 noundef %66)
%68 = load i32, ptr %13, align 4
%69 = or i32 %68, %67
store i32 %69, ptr %13, align 4
br label %70
70: ; preds = %59
%71 = load i32, ptr %6, align 4
%72 = add nsw i32 %71, 1
store i32 %72, ptr %6, align 4
%73 = load i32, ptr %6, align 4
%74 = icmp slt i32 %73, 8192
br i1 %74, label %59, label %._crit_edge3, !llvm.loop !8
._crit_edge3: ; preds = %70
br label %75
75: ; preds = %._crit_edge3, %54
%76 = load i32, ptr %13, align 4
%77 = icmp ne i32 %76, 0
br i1 %77, label %78, label %81
78: ; preds = %75
%79 = call i32 (ptr, ...) @printf(ptr noundef @.str.4)
%80 = load i32, ptr %13, align 4
store i32 %80, ptr %3, align 4
br label %435
81: ; preds = %75
%82 = call i32 @putchar(i8 noundef signext 46)
%83 = load ptr, ptr %12, align 8
%84 = getelementptr inbounds i8, ptr %83, i64 5242880
store i8 1, ptr %84, align 1
%85 = load ptr, ptr %12, align 8
%86 = call i32 @isal_zero_detect(ptr noundef %85, i64 noundef 10485760)
store i32 %86, ptr %14, align 4
%87 = load i32, ptr %14, align 4
%88 = icmp eq i32 %87, 0
br i1 %88, label %89, label %91
89: ; preds = %81
%90 = call i32 (ptr, ...) @printf(ptr noundef @.str.5)
store i32 -1, ptr %3, align 4
br label %435
91: ; preds = %81
%92 = load ptr, ptr %12, align 8
%93 = getelementptr inbounds i8, ptr %92, i64 5242880
store i8 0, ptr %93, align 1
%94 = call i32 @putchar(i8 noundef signext 46)
store i32 0, ptr %6, align 4
%95 = load i32, ptr %6, align 4
%96 = icmp slt i32 %95, 167
br i1 %96, label %.lr.ph8, label %134
.lr.ph8: ; preds = %91
br label %97
97: ; preds = %.lr.ph8, %129
store i32 0, ptr %7, align 4
%98 = load i32, ptr %7, align 4
%99 = load i32, ptr @CHAR_BIT, align 4
%100 = icmp slt i32 %98, %99
br i1 %100, label %.lr.ph5, label %128
.lr.ph5: ; preds = %97
br label %101
101: ; preds = %.lr.ph5, %122
%102 = load i32, ptr %7, align 4
%103 = shl i32 1, %102
%104 = trunc i32 %103 to i8
%105 = load ptr, ptr %12, align 8
%106 = load i32, ptr %6, align 4
%107 = sext i32 %106 to i64
%108 = getelementptr inbounds i8, ptr %105, i64 %107
store i8 %104, ptr %108, align 1
%109 = load ptr, ptr %12, align 8
%110 = call i32 @isal_zero_detect(ptr noundef %109, i64 noundef 10485760)
store i32 %110, ptr %14, align 4
%111 = load i32, ptr %14, align 4
%112 = icmp eq i32 %111, 0
br i1 %112, label %113, label %117
113: ; preds = %101
%114 = load i32, ptr %6, align 4
%115 = load i32, ptr %7, align 4
%116 = call i32 (ptr, ...) @printf(ptr noundef @.str.6, i32 noundef %114, i32 noundef %115)
store i32 -1, ptr %3, align 4
br label %435
117: ; preds = %101
%118 = load ptr, ptr %12, align 8
%119 = load i32, ptr %6, align 4
%120 = sext i32 %119 to i64
%121 = getelementptr inbounds i8, ptr %118, i64 %120
store i8 0, ptr %121, align 1
br label %122
122: ; preds = %117
%123 = load i32, ptr %7, align 4
%124 = add nsw i32 %123, 1
store i32 %124, ptr %7, align 4
%125 = load i32, ptr %7, align 4
%126 = load i32, ptr @CHAR_BIT, align 4
%127 = icmp slt i32 %125, %126
br i1 %127, label %101, label %._crit_edge6, !llvm.loop !9
._crit_edge6: ; preds = %122
br label %128
128: ; preds = %._crit_edge6, %97
br label %129
129: ; preds = %128
%130 = load i32, ptr %6, align 4
%131 = add nsw i32 %130, 1
store i32 %131, ptr %6, align 4
%132 = load i32, ptr %6, align 4
%133 = icmp slt i32 %132, 167
br i1 %133, label %97, label %._crit_edge9, !llvm.loop !10
._crit_edge9: ; preds = %129
br label %134
134: ; preds = %._crit_edge9, %91
%135 = call i32 @putchar(i8 noundef signext 46)
%136 = call i32 @fflush(i32 noundef 0)
store i32 0, ptr %6, align 4
%137 = load i32, ptr %6, align 4
%138 = icmp slt i32 %137, 2000
br i1 %138, label %.lr.ph11, label %180
.lr.ph11: ; preds = %134
br label %139
139: ; preds = %.lr.ph11, %175
%140 = call i32 (...) @rand()
%141 = sext i32 %140 to i64
store i64 %141, ptr %9, align 8
%142 = load i64, ptr %9, align 8
%143 = srem i64 %142, 8
%144 = mul nsw i64 %143, 1024
%145 = load i64, ptr %9, align 8
%146 = and i64 %145, 31
%147 = xor i64 %144, %146
store i64 %147, ptr %9, align 8
%148 = load i64, ptr %9, align 8
%149 = icmp sge i64 %148, 8192
br i1 %149, label %150, label %151
150: ; preds = %139
br label %175
151: ; preds = %139
%152 = load i64, ptr %9, align 8
%153 = load i32, ptr @CHAR_BIT, align 4
%154 = sub nsw i32 %153, 1
%155 = sext i32 %154 to i64
%156 = and i64 %152, %155
%157 = trunc i64 %156 to i32
%158 = shl i32 1, %157
%159 = trunc i32 %158 to i8
%160 = load ptr, ptr %12, align 8
%161 = load i64, ptr %9, align 8
%162 = getelementptr inbounds i8, ptr %160, i64 %161
store i8 %159, ptr %162, align 1
%163 = load ptr, ptr %12, align 8
%164 = call i32 @isal_zero_detect(ptr noundef %163, i64 noundef 10485760)
store i32 %164, ptr %14, align 4
%165 = load i32, ptr %14, align 4
%166 = icmp eq i32 %165, 0
br i1 %166, label %167, label %171
167: ; preds = %151
%168 = load i32, ptr %6, align 4
%169 = load i64, ptr %9, align 8
%170 = call i32 (ptr, ...) @printf(ptr noundef @.str.7, i32 noundef %168, i64 noundef %169)
store i32 -1, ptr %3, align 4
br label %435
171: ; preds = %151
%172 = load ptr, ptr %12, align 8
%173 = load i64, ptr %9, align 8
%174 = getelementptr inbounds i8, ptr %172, i64 %173
store i8 0, ptr %174, align 1
br label %175
175: ; preds = %171, %150
%176 = load i32, ptr %6, align 4
%177 = add nsw i32 %176, 1
store i32 %177, ptr %6, align 4
%178 = load i32, ptr %6, align 4
%179 = icmp slt i32 %178, 2000
br i1 %179, label %139, label %._crit_edge12, !llvm.loop !11
._crit_edge12: ; preds = %175
br label %180
180: ; preds = %._crit_edge12, %134
%181 = call i32 @putchar(i8 noundef signext 46)
%182 = call i32 @fflush(i32 noundef 0)
store i32 1, ptr %6, align 4
%183 = load i32, ptr %6, align 4
%184 = icmp slt i32 %183, 167
br i1 %184, label %.lr.ph17, label %224
.lr.ph17: ; preds = %180
br label %185
185: ; preds = %.lr.ph17, %219
store i32 0, ptr %7, align 4
%186 = load i32, ptr %7, align 4
%187 = load i32, ptr @CHAR_BIT, align 4
%188 = icmp slt i32 %186, %187
br i1 %188, label %.lr.ph14, label %218
.lr.ph14: ; preds = %185
br label %189
189: ; preds = %.lr.ph14, %212
%190 = load i32, ptr %7, align 4
%191 = shl i32 1, %190
%192 = trunc i32 %191 to i8
%193 = load ptr, ptr %12, align 8
%194 = load i32, ptr %6, align 4
%195 = sub nsw i32 10485760, %194
%196 = sext i32 %195 to i64
%197 = getelementptr inbounds i8, ptr %193, i64 %196
store i8 %192, ptr %197, align 1
%198 = load ptr, ptr %12, align 8
%199 = call i32 @isal_zero_detect(ptr noundef %198, i64 noundef 10485760)
store i32 %199, ptr %14, align 4
%200 = load i32, ptr %14, align 4
%201 = icmp eq i32 %200, 0
br i1 %201, label %202, label %206
202: ; preds = %189
%203 = load i32, ptr %6, align 4
%204 = load i32, ptr %7, align 4
%205 = call i32 (ptr, ...) @printf(ptr noundef @.str.8, i32 noundef %203, i32 noundef %204)
store i32 -1, ptr %3, align 4
br label %435
206: ; preds = %189
%207 = load ptr, ptr %12, align 8
%208 = load i32, ptr %6, align 4
%209 = sub nsw i32 10485760, %208
%210 = sext i32 %209 to i64
%211 = getelementptr inbounds i8, ptr %207, i64 %210
store i8 0, ptr %211, align 1
br label %212
212: ; preds = %206
%213 = load i32, ptr %7, align 4
%214 = add nsw i32 %213, 1
store i32 %214, ptr %7, align 4
%215 = load i32, ptr %7, align 4
%216 = load i32, ptr @CHAR_BIT, align 4
%217 = icmp slt i32 %215, %216
br i1 %217, label %189, label %._crit_edge15, !llvm.loop !12
._crit_edge15: ; preds = %212
br label %218
218: ; preds = %._crit_edge15, %185
br label %219
219: ; preds = %218
%220 = load i32, ptr %6, align 4
%221 = add nsw i32 %220, 1
store i32 %221, ptr %6, align 4
%222 = load i32, ptr %6, align 4
%223 = icmp slt i32 %222, 167
br i1 %223, label %185, label %._crit_edge18, !llvm.loop !13
._crit_edge18: ; preds = %219
br label %224
224: ; preds = %._crit_edge18, %180
%225 = call i32 @putchar(i8 noundef signext 46)
store i64 1, ptr %10, align 8
%226 = load i64, ptr %10, align 8
%227 = icmp slt i64 %226, 8192
br i1 %227, label %.lr.ph23, label %293
.lr.ph23: ; preds = %224
br label %228
228: ; preds = %.lr.ph23, %288
store i32 0, ptr %6, align 4
%229 = load i32, ptr %6, align 4
%230 = sext i32 %229 to i64
%231 = load i64, ptr %10, align 8
%232 = add nsw i64 %231, 167
%233 = icmp slt i64 %230, %232
br i1 %233, label %.lr.ph20, label %287
.lr.ph20: ; preds = %228
br label %234
234: ; preds = %.lr.ph20, %279
%235 = load ptr, ptr %12, align 8
%236 = load i64, ptr %10, align 8
%237 = call i32 @isal_zero_detect(ptr noundef %235, i64 noundef %236)
store i32 %237, ptr %13, align 4
%238 = load i32, ptr %13, align 4
%239 = icmp ne i32 %238, 0
br i1 %239, label %240, label %243
240: ; preds = %234
%241 = load i64, ptr %10, align 8
%242 = call i32 (ptr, ...) @printf(ptr noundef @.str.9, i64 noundef %241)
store i32 -1, ptr %3, align 4
br label %435
243: ; preds = %234
%244 = load ptr, ptr %12, align 8
%245 = load i32, ptr %6, align 4
%246 = sext i32 %245 to i64
%247 = getelementptr inbounds i8, ptr %244, i64 %246
store i8 1, ptr %247, align 1
%248 = load ptr, ptr %12, align 8
%249 = load i64, ptr %10, align 8
%250 = call i32 @isal_zero_detect(ptr noundef %248, i64 noundef %249)
store i32 %250, ptr %14, align 4
%251 = load i32, ptr %6, align 4
%252 = sext i32 %251 to i64
%253 = load i64, ptr %10, align 8
%254 = icmp slt i64 %252, %253
br i1 %254, label %255, label %262
255: ; preds = %243
%256 = load i32, ptr %14, align 4
%257 = icmp eq i32 %256, 0
br i1 %257, label %258, label %262
258: ; preds = %255
%259 = load i64, ptr %10, align 8
%260 = load i32, ptr %6, align 4
%261 = call i32 (ptr, ...) @printf(ptr noundef @.str.10, i64 noundef %259, i32 noundef %260)
store i32 -1, ptr %3, align 4
br label %435
262: ; preds = %255, %243
%263 = load i32, ptr %6, align 4
%264 = sext i32 %263 to i64
%265 = load i64, ptr %10, align 8
%266 = icmp sge i64 %264, %265
br i1 %266, label %267, label %274
267: ; preds = %262
%268 = load i32, ptr %14, align 4
%269 = icmp ne i32 %268, 0
br i1 %269, label %270, label %274
270: ; preds = %267
%271 = load i64, ptr %10, align 8
%272 = load i32, ptr %6, align 4
%273 = call i32 (ptr, ...) @printf(ptr noundef @.str.11, i64 noundef %271, i32 noundef %272)
store i32 -1, ptr %3, align 4
br label %435
274: ; preds = %267, %262
%275 = load ptr, ptr %12, align 8
%276 = load i32, ptr %6, align 4
%277 = sext i32 %276 to i64
%278 = getelementptr inbounds i8, ptr %275, i64 %277
store i8 0, ptr %278, align 1
br label %279
279: ; preds = %274
%280 = load i32, ptr %6, align 4
%281 = add nsw i32 %280, 1
store i32 %281, ptr %6, align 4
%282 = load i32, ptr %6, align 4
%283 = sext i32 %282 to i64
%284 = load i64, ptr %10, align 8
%285 = add nsw i64 %284, 167
%286 = icmp slt i64 %283, %285
br i1 %286, label %234, label %._crit_edge21, !llvm.loop !14
._crit_edge21: ; preds = %279
br label %287
287: ; preds = %._crit_edge21, %228
br label %288
288: ; preds = %287
%289 = load i64, ptr %10, align 8
%290 = add nsw i64 %289, 1
store i64 %290, ptr %10, align 8
%291 = load i64, ptr %10, align 8
%292 = icmp slt i64 %291, 8192
br i1 %292, label %228, label %._crit_edge24, !llvm.loop !15
._crit_edge24: ; preds = %288
br label %293
293: ; preds = %._crit_edge24, %224
%294 = call i32 @putchar(i8 noundef signext 46)
store i32 0, ptr %6, align 4
%295 = load i32, ptr %6, align 4
%296 = icmp slt i32 %295, 2000
br i1 %296, label %.lr.ph26, label %344
.lr.ph26: ; preds = %293
br label %297
297: ; preds = %.lr.ph26, %339
%298 = call i32 (...) @rand()
%299 = sext i32 %298 to i64
store i64 %299, ptr %9, align 8
%300 = load i64, ptr %9, align 8
%301 = srem i64 %300, 8
%302 = mul nsw i64 %301, 1024
%303 = load i64, ptr %9, align 8
%304 = and i64 %303, 31
%305 = xor i64 %302, %304
store i64 %305, ptr %9, align 8
%306 = load i64, ptr %9, align 8
%307 = add nsw i64 %306, 1
%308 = call i32 (...) @rand()
%309 = load i32, ptr @CHAR_BIT, align 4
%310 = sub nsw i32 %309, 1
%311 = and i32 %308, %310
%312 = sext i32 %311 to i64
%313 = add nsw i64 %307, %312
store i64 %313, ptr %10, align 8
%314 = load i64, ptr %9, align 8
%315 = load i32, ptr @CHAR_BIT, align 4
%316 = sub nsw i32 %315, 1
%317 = sext i32 %316 to i64
%318 = and i64 %314, %317
%319 = trunc i64 %318 to i32
%320 = shl i32 1, %319
%321 = trunc i32 %320 to i8
%322 = load ptr, ptr %12, align 8
%323 = load i64, ptr %9, align 8
%324 = getelementptr inbounds i8, ptr %322, i64 %323
store i8 %321, ptr %324, align 1
%325 = load ptr, ptr %12, align 8
%326 = load i64, ptr %10, align 8
%327 = call i32 @isal_zero_detect(ptr noundef %325, i64 noundef %326)
store i32 %327, ptr %14, align 4
%328 = load i32, ptr %14, align 4
%329 = icmp eq i32 %328, 0
br i1 %329, label %330, label %335
330: ; preds = %297
%331 = load i32, ptr %6, align 4
%332 = load i64, ptr %10, align 8
%333 = load i64, ptr %9, align 8
%334 = call i32 (ptr, ...) @printf(ptr noundef @.str.12, i32 noundef %331, i64 noundef %332, i64 noundef %333)
store i32 -1, ptr %3, align 4
br label %435
335: ; preds = %297
%336 = load ptr, ptr %12, align 8
%337 = load i64, ptr %9, align 8
%338 = getelementptr inbounds i8, ptr %336, i64 %337
store i8 0, ptr %338, align 1
br label %339
339: ; preds = %335
%340 = load i32, ptr %6, align 4
%341 = add nsw i32 %340, 1
store i32 %341, ptr %6, align 4
%342 = load i32, ptr %6, align 4
%343 = icmp slt i32 %342, 2000
br i1 %343, label %297, label %._crit_edge27, !llvm.loop !16
._crit_edge27: ; preds = %339
br label %344
344: ; preds = %._crit_edge27, %293
%345 = call i32 @putchar(i8 noundef signext 46)
%346 = call i32 @fflush(i32 noundef 0)
store i32 0, ptr %6, align 4
%347 = load i32, ptr %6, align 4
%348 = icmp slt i32 %347, 2000
br i1 %348, label %.lr.ph29, label %426
.lr.ph29: ; preds = %344
br label %349
349: ; preds = %.lr.ph29, %421
%350 = call i32 (...) @rand()
%351 = sext i32 %350 to i64
store i64 %351, ptr %9, align 8
%352 = load i64, ptr %9, align 8
%353 = srem i64 %352, 8
%354 = mul nsw i64 %353, 1024
%355 = load i64, ptr %9, align 8
%356 = and i64 %355, 31
%357 = xor i64 %354, %356
store i64 %357, ptr %9, align 8
%358 = call i32 (...) @rand()
%359 = and i32 %358, 1
%360 = icmp ne i32 %359, 0
%361 = zext i1 %360 to i64
%362 = select i1 %360, i32 1, i32 -1
store i32 %362, ptr %8, align 4
%363 = load i64, ptr %9, align 8
%364 = load i32, ptr %8, align 4
%365 = call i32 (...) @rand()
%366 = and i32 %365, 63
%367 = mul nsw i32 %364, %366
%368 = sext i32 %367 to i64
%369 = add nsw i64 %363, %368
store i64 %369, ptr %10, align 8
%370 = load i64, ptr %10, align 8
%371 = icmp sge i64 %370, 8192
br i1 %371, label %378, label %372
372: ; preds = %349
%373 = load i64, ptr %10, align 8
%374 = icmp slt i64 %373, 0
br i1 %374, label %378, label %375
375: ; preds = %372
%376 = load i64, ptr %9, align 8
%377 = icmp sge i64 %376, 8192
br i1 %377, label %378, label %379
378: ; preds = %375, %372, %349
br label %421
379: ; preds = %375
%380 = load i64, ptr %9, align 8
%381 = load i32, ptr @CHAR_BIT, align 4
%382 = sub nsw i32 %381, 1
%383 = sext i32 %382 to i64
%384 = and i64 %380, %383
%385 = trunc i64 %384 to i32
%386 = shl i32 1, %385
%387 = trunc i32 %386 to i8
%388 = load ptr, ptr %12, align 8
%389 = load i64, ptr %9, align 8
%390 = getelementptr inbounds i8, ptr %388, i64 %389
store i8 %387, ptr %390, align 1
%391 = load ptr, ptr %12, align 8
%392 = load i64, ptr %10, align 8
%393 = call i32 @isal_zero_detect(ptr noundef %391, i64 noundef %392)
store i32 %393, ptr %14, align 4
%394 = load i64, ptr %9, align 8
%395 = load i64, ptr %10, align 8
%396 = icmp slt i64 %394, %395
br i1 %396, label %397, label %405
397: ; preds = %379
%398 = load i32, ptr %14, align 4
%399 = icmp eq i32 %398, 0
br i1 %399, label %400, label %405
400: ; preds = %397
%401 = load i32, ptr %6, align 4
%402 = load i64, ptr %10, align 8
%403 = load i64, ptr %9, align 8
%404 = call i32 (ptr, ...) @printf(ptr noundef @.str.13, i32 noundef %401, i64 noundef %402, i64 noundef %403)
store i32 -1, ptr %3, align 4
br label %435
405: ; preds = %397, %379
%406 = load i64, ptr %9, align 8
%407 = load i64, ptr %10, align 8
%408 = icmp sge i64 %406, %407
br i1 %408, label %409, label %417
409: ; preds = %405
%410 = load i32, ptr %14, align 4
%411 = icmp ne i32 %410, 0
br i1 %411, label %412, label %417
412: ; preds = %409
%413 = load i32, ptr %6, align 4
%414 = load i64, ptr %10, align 8
%415 = load i64, ptr %9, align 8
%416 = call i32 (ptr, ...) @printf(ptr noundef @.str.14, i32 noundef %413, i64 noundef %414, i64 noundef %415)
store i32 -1, ptr %3, align 4
br label %435
417: ; preds = %409, %405
%418 = load ptr, ptr %12, align 8
%419 = load i64, ptr %9, align 8
%420 = getelementptr inbounds i8, ptr %418, i64 %419
store i8 0, ptr %420, align 1
br label %421
421: ; preds = %417, %378
%422 = load i32, ptr %6, align 4
%423 = add nsw i32 %422, 1
store i32 %423, ptr %6, align 4
%424 = load i32, ptr %6, align 4
%425 = icmp slt i32 %424, 2000
br i1 %425, label %349, label %._crit_edge30, !llvm.loop !17
._crit_edge30: ; preds = %421
br label %426
426: ; preds = %._crit_edge30, %344
%427 = call i32 @putchar(i8 noundef signext 46)
%428 = call i32 @fflush(i32 noundef 0)
%429 = load i32, ptr %13, align 4
%430 = icmp eq i32 %429, 0
%431 = zext i1 %430 to i64
%432 = select i1 %430, ptr @.str.15, ptr @.str.16
%433 = call i32 (ptr, ...) @printf(ptr noundef %432)
%434 = load i32, ptr %13, align 4
store i32 %434, ptr %3, align 4
br label %435
435: ; preds = %426, %412, %400, %330, %270, %258, %240, %202, %167, %113, %89, %78, %44, %28, %18
%436 = load i32, ptr %3, align 4
ret i32 %436
}
declare i32 @printf(ptr noundef, ...) #1
declare i64 @posix_memalign(ptr noundef, i32 noundef, i32 noundef) #1
declare i32 @srand(i32 noundef) #1
declare i32 @memset(ptr noundef, i32 noundef, i32 noundef) #1
declare i32 @isal_zero_detect(ptr noundef, i64 noundef) #1
declare i32 @putchar(i8 noundef signext) #1
declare i32 @fflush(i32 noundef) #1
declare i32 @rand(...) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
!6 = distinct !{!6, !7}
!7 = !{!"llvm.loop.mustprogress"}
!8 = distinct !{!8, !7}
!9 = distinct !{!9, !7}
!10 = distinct !{!10, !7}
!11 = distinct !{!11, !7}
!12 = distinct !{!12, !7}
!13 = distinct !{!13, !7}
!14 = distinct !{!14, !7}
!15 = distinct !{!15, !7}
!16 = distinct !{!16, !7}
!17 = distinct !{!17, !7}
|
; ModuleID = '/tmp/tmpbsd4k9n1.c'
source_filename = "/tmp/tmpbsd4k9n1.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local void @main() #0 {
%1 = alloca [10 x float], align 16
%2 = alloca i32, align 4
%3 = alloca i32, align 4
%4 = alloca float, align 4
%5 = getelementptr inbounds [10 x float], ptr %1, i64 0, i64 0
%6 = call i32 @getid(ptr noundef %5)
store i32 0, ptr %2, align 4
br label %7
7: ; preds = %50, %0
%8 = load i32, ptr %2, align 4
%9 = icmp slt i32 %8, 9
br i1 %9, label %10, label %53
10: ; preds = %7
store i32 0, ptr %3, align 4
br label %11
11: ; preds = %46, %10
%12 = load i32, ptr %3, align 4
%13 = load i32, ptr %2, align 4
%14 = sub nsw i32 9, %13
%15 = icmp slt i32 %12, %14
br i1 %15, label %16, label %49
16: ; preds = %11
%17 = load i32, ptr %3, align 4
%18 = sext i32 %17 to i64
%19 = getelementptr inbounds [10 x float], ptr %1, i64 0, i64 %18
%20 = load float, ptr %19, align 4
%21 = load i32, ptr %3, align 4
%22 = add nsw i32 %21, 1
%23 = sext i32 %22 to i64
%24 = getelementptr inbounds [10 x float], ptr %1, i64 0, i64 %23
%25 = load float, ptr %24, align 4
%26 = fcmp ogt float %20, %25
br i1 %26, label %27, label %45
27: ; preds = %16
%28 = load i32, ptr %3, align 4
%29 = sext i32 %28 to i64
%30 = getelementptr inbounds [10 x float], ptr %1, i64 0, i64 %29
%31 = load float, ptr %30, align 4
store float %31, ptr %4, align 4
%32 = load i32, ptr %3, align 4
%33 = add nsw i32 %32, 1
%34 = sext i32 %33 to i64
%35 = getelementptr inbounds [10 x float], ptr %1, i64 0, i64 %34
%36 = load float, ptr %35, align 4
%37 = load i32, ptr %3, align 4
%38 = sext i32 %37 to i64
%39 = getelementptr inbounds [10 x float], ptr %1, i64 0, i64 %38
store float %36, ptr %39, align 4
%40 = load float, ptr %4, align 4
%41 = load i32, ptr %3, align 4
%42 = add nsw i32 %41, 1
%43 = sext i32 %42 to i64
%44 = getelementptr inbounds [10 x float], ptr %1, i64 0, i64 %43
store float %40, ptr %44, align 4
br label %45
45: ; preds = %27, %16
br label %46
46: ; preds = %45
%47 = load i32, ptr %3, align 4
%48 = add nsw i32 %47, 1
store i32 %48, ptr %3, align 4
br label %11, !llvm.loop !6
49: ; preds = %11
br label %50
50: ; preds = %49
%51 = load i32, ptr %2, align 4
%52 = add nsw i32 %51, 1
store i32 %52, ptr %2, align 4
br label %7, !llvm.loop !8
53: ; preds = %7
%54 = getelementptr inbounds [10 x float], ptr %1, i64 0, i64 0
%55 = call i32 @printid(ptr noundef %54)
ret void
}
declare i32 @getid(ptr noundef) #1
declare i32 @printid(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/tmpbsd4k9n1.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local void @main() #0 {
%1 = alloca [10 x float], align 16
%2 = alloca i32, align 4
%3 = alloca i32, align 4
%4 = alloca float, align 4
%5 = getelementptr inbounds [10 x float], ptr %1, i64 0, i64 0
%6 = call i32 @getid(ptr noundef %5)
store i32 0, ptr %2, align 4
%7 = load i32, ptr %2, align 4
%8 = icmp slt i32 %7, 9
br i1 %8, label %.lr.ph2, label %57
.lr.ph2: ; preds = %0
br label %9
9: ; preds = %.lr.ph2, %52
store i32 0, ptr %3, align 4
%10 = load i32, ptr %3, align 4
%11 = load i32, ptr %2, align 4
%12 = sub nsw i32 9, %11
%13 = icmp slt i32 %10, %12
br i1 %13, label %.lr.ph, label %51
.lr.ph: ; preds = %9
br label %14
14: ; preds = %.lr.ph, %44
%15 = load i32, ptr %3, align 4
%16 = sext i32 %15 to i64
%17 = getelementptr inbounds [10 x float], ptr %1, i64 0, i64 %16
%18 = load float, ptr %17, align 4
%19 = load i32, ptr %3, align 4
%20 = add nsw i32 %19, 1
%21 = sext i32 %20 to i64
%22 = getelementptr inbounds [10 x float], ptr %1, i64 0, i64 %21
%23 = load float, ptr %22, align 4
%24 = fcmp ogt float %18, %23
br i1 %24, label %25, label %43
25: ; preds = %14
%26 = load i32, ptr %3, align 4
%27 = sext i32 %26 to i64
%28 = getelementptr inbounds [10 x float], ptr %1, i64 0, i64 %27
%29 = load float, ptr %28, align 4
store float %29, ptr %4, align 4
%30 = load i32, ptr %3, align 4
%31 = add nsw i32 %30, 1
%32 = sext i32 %31 to i64
%33 = getelementptr inbounds [10 x float], ptr %1, i64 0, i64 %32
%34 = load float, ptr %33, align 4
%35 = load i32, ptr %3, align 4
%36 = sext i32 %35 to i64
%37 = getelementptr inbounds [10 x float], ptr %1, i64 0, i64 %36
store float %34, ptr %37, align 4
%38 = load float, ptr %4, align 4
%39 = load i32, ptr %3, align 4
%40 = add nsw i32 %39, 1
%41 = sext i32 %40 to i64
%42 = getelementptr inbounds [10 x float], ptr %1, i64 0, i64 %41
store float %38, ptr %42, align 4
br label %43
43: ; preds = %25, %14
br label %44
44: ; preds = %43
%45 = load i32, ptr %3, align 4
%46 = add nsw i32 %45, 1
store i32 %46, ptr %3, align 4
%47 = load i32, ptr %3, align 4
%48 = load i32, ptr %2, align 4
%49 = sub nsw i32 9, %48
%50 = icmp slt i32 %47, %49
br i1 %50, label %14, label %._crit_edge, !llvm.loop !6
._crit_edge: ; preds = %44
br label %51
51: ; preds = %._crit_edge, %9
br label %52
52: ; preds = %51
%53 = load i32, ptr %2, align 4
%54 = add nsw i32 %53, 1
store i32 %54, ptr %2, align 4
%55 = load i32, ptr %2, align 4
%56 = icmp slt i32 %55, 9
br i1 %56, label %9, label %._crit_edge3, !llvm.loop !8
._crit_edge3: ; preds = %52
br label %57
57: ; preds = %._crit_edge3, %0
%58 = getelementptr inbounds [10 x float], ptr %1, i64 0, i64 0
%59 = call i32 @printid(ptr noundef %58)
ret void
}
declare i32 @getid(ptr noundef) #1
declare i32 @printid(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/tmphg05kl51.c'
source_filename = "/tmp/tmphg05kl51.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@SOCK_DGRAM = dso_local global i32 0, align 4
@.str = private unnamed_addr constant [11 x i8] c"read error\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @dsm_read(i32 noundef %0, i32 noundef %1, ptr noundef %2, i32 noundef %3, ptr noundef %4) #0 {
%6 = alloca i32, align 4
%7 = alloca i32, align 4
%8 = alloca ptr, align 8
%9 = alloca i32, align 4
%10 = alloca ptr, align 8
%11 = alloca i32, align 4
store i32 %0, ptr %6, align 4
store i32 %1, ptr %7, align 4
store ptr %2, ptr %8, align 8
store i32 %3, ptr %9, align 4
store ptr %4, ptr %10, align 8
store i32 4, ptr %11, align 4
%12 = load i32, ptr %7, align 4
%13 = load i32, ptr @SOCK_DGRAM, align 4
%14 = icmp eq i32 %12, %13
br i1 %14, label %15, label %28
15: ; preds = %5
%16 = load ptr, ptr %10, align 8
%17 = icmp ne ptr %16, null
br i1 %17, label %18, label %28
18: ; preds = %15
%19 = load i32, ptr %6, align 4
%20 = load ptr, ptr %8, align 8
%21 = load i32, ptr %9, align 4
%22 = load ptr, ptr %10, align 8
%23 = call i32 @recvfrom(i32 noundef %19, ptr noundef %20, i32 noundef %21, i32 noundef 0, ptr noundef %22, ptr noundef %11)
store i32 %23, ptr %9, align 4
%24 = icmp slt i32 %23, 0
br i1 %24, label %25, label %27
25: ; preds = %18
%26 = call i32 @perror(ptr noundef @.str)
br label %27
27: ; preds = %25, %18
br label %37
28: ; preds = %15, %5
%29 = load i32, ptr %6, align 4
%30 = load ptr, ptr %8, align 8
%31 = load i32, ptr %9, align 4
%32 = call i32 @read(i32 noundef %29, ptr noundef %30, i32 noundef %31)
store i32 %32, ptr %9, align 4
%33 = icmp slt i32 %32, 0
br i1 %33, label %34, label %36
34: ; preds = %28
%35 = call i32 @perror(ptr noundef @.str)
br label %36
36: ; preds = %34, %28
br label %37
37: ; preds = %36, %27
%38 = load i32, ptr %9, align 4
ret i32 %38
}
declare i32 @recvfrom(i32 noundef, ptr noundef, i32 noundef, i32 noundef, ptr noundef, ptr noundef) #1
declare i32 @perror(ptr noundef) #1
declare i32 @read(i32 noundef, ptr noundef, i32 noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmphg05kl51.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@SOCK_DGRAM = dso_local global i32 0, align 4
@.str = private unnamed_addr constant [11 x i8] c"read error\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @dsm_read(i32 noundef %0, i32 noundef %1, ptr noundef %2, i32 noundef %3, ptr noundef %4) #0 {
%6 = alloca i32, align 4
%7 = alloca i32, align 4
%8 = alloca ptr, align 8
%9 = alloca i32, align 4
%10 = alloca ptr, align 8
%11 = alloca i32, align 4
store i32 %0, ptr %6, align 4
store i32 %1, ptr %7, align 4
store ptr %2, ptr %8, align 8
store i32 %3, ptr %9, align 4
store ptr %4, ptr %10, align 8
store i32 4, ptr %11, align 4
%12 = load i32, ptr %7, align 4
%13 = load i32, ptr @SOCK_DGRAM, align 4
%14 = icmp eq i32 %12, %13
br i1 %14, label %15, label %28
15: ; preds = %5
%16 = load ptr, ptr %10, align 8
%17 = icmp ne ptr %16, null
br i1 %17, label %18, label %28
18: ; preds = %15
%19 = load i32, ptr %6, align 4
%20 = load ptr, ptr %8, align 8
%21 = load i32, ptr %9, align 4
%22 = load ptr, ptr %10, align 8
%23 = call i32 @recvfrom(i32 noundef %19, ptr noundef %20, i32 noundef %21, i32 noundef 0, ptr noundef %22, ptr noundef %11)
store i32 %23, ptr %9, align 4
%24 = icmp slt i32 %23, 0
br i1 %24, label %25, label %27
25: ; preds = %18
%26 = call i32 @perror(ptr noundef @.str)
br label %27
27: ; preds = %25, %18
br label %37
28: ; preds = %15, %5
%29 = load i32, ptr %6, align 4
%30 = load ptr, ptr %8, align 8
%31 = load i32, ptr %9, align 4
%32 = call i32 @read(i32 noundef %29, ptr noundef %30, i32 noundef %31)
store i32 %32, ptr %9, align 4
%33 = icmp slt i32 %32, 0
br i1 %33, label %34, label %36
34: ; preds = %28
%35 = call i32 @perror(ptr noundef @.str)
br label %36
36: ; preds = %34, %28
br label %37
37: ; preds = %36, %27
%38 = load i32, ptr %9, align 4
ret i32 %38
}
declare i32 @recvfrom(i32 noundef, ptr noundef, i32 noundef, i32 noundef, ptr noundef, ptr noundef) #1
declare i32 @perror(ptr noundef) #1
declare i32 @read(i32 noundef, ptr noundef, i32 noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
|
; ModuleID = '/tmp/tmpmak1n5fj.c'
source_filename = "/tmp/tmpmak1n5fj.c"
target datalayout = "e-m:e-p270: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 @sys_close(i32 noundef %0) #0 {
%2 = alloca i32, align 4
store i32 %0, ptr %2, align 4
%3 = load i32, ptr %2, align 4
%4 = call i32 @close_file(i32 noundef %3)
ret i32 %4
}
declare i32 @close_file(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/tmpmak1n5fj.c"
target datalayout = "e-m:e-p270: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 @sys_close(i32 noundef %0) #0 {
%2 = alloca i32, align 4
store i32 %0, ptr %2, align 4
%3 = load i32, ptr %2, align 4
%4 = call i32 @close_file(i32 noundef %3)
ret i32 %4
}
declare i32 @close_file(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/tmpftuvcvwx.c'
source_filename = "/tmp/tmpftuvcvwx.c"
target datalayout = "e-m:e-p270: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, i32, i32 }
%struct.hostent = type { i64 }
@.str = private unnamed_addr constant [6 x i8] c"hni:v\00", align 1
@EOF = dso_local global i32 0, align 4
@optarg = dso_local global ptr null, align 8
@stderr = dso_local global i32 0, align 4
@.str.1 = private unnamed_addr constant [13 x i8] c"version 0.2\0A\00", align 1
@EXIT_SUCCESS = dso_local global i32 0, align 4
@optind = dso_local global i64 0, align 8
@.str.2 = private unnamed_addr constant [14 x i8] c"Invalid port\0A\00", align 1
@EXIT_FAILURE = dso_local global i32 0, align 4
@.str.3 = private unnamed_addr constant [18 x i8] c"Unknown host: %s\0A\00", align 1
@AF_INET = dso_local global i32 0, align 4
@SOCK_DGRAM = dso_local global i32 0, align 4
@.str.4 = private unnamed_addr constant [24 x i8] c"Unable to create socket\00", align 1
@.str.5 = private unnamed_addr constant [19 x i8] c"Unable to connect\0A\00", align 1
@.str.6 = private unnamed_addr constant [15 x i8] c"Out of memory\0A\00", align 1
@stdin = dso_local global ptr null, align 8
@.str.7 = private unnamed_addr constant [24 x i8] c"Unable to transmit data\00", align 1
@.str.8 = 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 i32, align 4
%5 = alloca ptr, align 8
%6 = alloca i32, align 4
%7 = alloca i32, align 4
%8 = alloca i32, align 4
%9 = alloca i32, align 4
%10 = alloca i32, align 4
%11 = alloca i32, align 4
%12 = alloca ptr, align 8
%13 = alloca ptr, align 8
%14 = alloca ptr, align 8
%15 = alloca ptr, align 8
%16 = alloca %struct.sockaddr_in, align 4
%17 = alloca ptr, align 8
%18 = alloca ptr, align 8
%19 = 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
store i32 -1, ptr %8, align 4
store i32 0, ptr %9, align 4
store i32 0, ptr %10, align 4
store i32 1, ptr %11, align 4
store ptr null, ptr %15, align 8
br label %20
20: ; preds = %43, %2
%21 = load i32, ptr %4, align 4
%22 = load ptr, ptr %5, align 8
%23 = call i32 @getopt(i32 noundef %21, ptr noundef %22, ptr noundef @.str)
store i32 %23, ptr %6, align 4
%24 = load i32, ptr @EOF, align 4
%25 = icmp ne i32 %23, %24
br i1 %25, label %26, label %44
26: ; preds = %20
%27 = load i32, ptr %6, align 4
switch i32 %27, label %41 [
i32 104, label %28
i32 105, label %30
i32 110, label %35
i32 118, label %36
]
28: ; preds = %26
%29 = call i32 (...) @usage()
br label %43
30: ; preds = %26
%31 = load ptr, ptr @optarg, align 8
store ptr %31, ptr %15, align 8
%32 = load ptr, ptr %15, align 8
%33 = call i32 @strlen(ptr noundef %32)
%34 = add nsw i32 %33, 1
store i32 %34, ptr %9, align 4
br label %43
35: ; preds = %26
store i32 0, ptr %11, align 4
br label %43
36: ; preds = %26
%37 = load i32, ptr @stderr, align 4
%38 = call i32 (i32, ptr, ...) @fprintf(i32 noundef %37, ptr noundef @.str.1)
%39 = load i32, ptr @EXIT_SUCCESS, align 4
%40 = call i32 @exit(i32 noundef %39) #4
unreachable
41: ; preds = %26
%42 = call i32 (...) @usage()
br label %43
43: ; preds = %41, %35, %30, %28
br label %20, !llvm.loop !6
44: ; preds = %20
%45 = load ptr, ptr %5, align 8
%46 = load i64, ptr @optind, align 8
%47 = getelementptr inbounds ptr, ptr %45, i64 %46
%48 = load ptr, ptr %47, align 8
%49 = icmp eq ptr %48, null
br i1 %49, label %50, label %52
50: ; preds = %44
%51 = call i32 (...) @usage()
br label %52
52: ; preds = %50, %44
%53 = load ptr, ptr %5, align 8
%54 = load i64, ptr @optind, align 8
%55 = getelementptr inbounds ptr, ptr %53, i64 %54
%56 = load ptr, ptr %55, align 8
store ptr %56, ptr %12, align 8
br label %57
57: ; preds = %68, %52
%58 = load ptr, ptr %12, align 8
%59 = load i8, ptr %58, align 1
%60 = sext i8 %59 to i32
%61 = icmp ne i32 %60, 0
br i1 %61, label %62, label %71
62: ; preds = %57
%63 = load ptr, ptr %12, align 8
%64 = load i8, ptr %63, align 1
%65 = sext i8 %64 to i32
%66 = icmp eq i32 %65, 58
br i1 %66, label %67, label %68
67: ; preds = %62
br label %71
68: ; preds = %62
%69 = load ptr, ptr %12, align 8
%70 = getelementptr inbounds i8, ptr %69, i32 1
store ptr %70, ptr %12, align 8
br label %57, !llvm.loop !8
71: ; preds = %67, %57
%72 = load ptr, ptr %12, align 8
%73 = load i8, ptr %72, align 1
%74 = sext i8 %73 to i32
%75 = icmp eq i32 %74, 58
br i1 %75, label %76, label %111
76: ; preds = %71
%77 = load ptr, ptr %12, align 8
store i8 0, ptr %77, align 1
%78 = load ptr, ptr %12, align 8
%79 = getelementptr inbounds i8, ptr %78, i32 1
store ptr %79, ptr %12, align 8
%80 = load ptr, ptr %12, align 8
store ptr %80, ptr %13, align 8
br label %81
81: ; preds = %94, %76
%82 = load ptr, ptr %12, align 8
%83 = load i8, ptr %82, align 1
%84 = sext i8 %83 to i32
%85 = icmp ne i32 %84, 0
br i1 %85, label %86, label %97
86: ; preds = %81
%87 = load ptr, ptr %12, align 8
%88 = load i8, ptr %87, align 1
%89 = sext i8 %88 to i32
%90 = call i32 @isdigit(i32 noundef %89) #5
%91 = icmp ne i32 %90, 0
br i1 %91, label %94, label %92
92: ; preds = %86
%93 = call i32 (...) @usage()
br label %94
94: ; preds = %92, %86
%95 = load ptr, ptr %12, align 8
%96 = getelementptr inbounds i8, ptr %95, i32 1
store ptr %96, ptr %12, align 8
br label %81, !llvm.loop !9
97: ; preds = %81
%98 = load ptr, ptr %13, align 8
%99 = call i32 @atoi(ptr noundef %98)
store i32 %99, ptr %10, align 4
%100 = load i32, ptr %10, align 4
%101 = icmp slt i32 %100, 1
br i1 %101, label %105, label %102
102: ; preds = %97
%103 = load i32, ptr %10, align 4
%104 = icmp sgt i32 %103, 65535
br i1 %104, label %105, label %110
105: ; preds = %102, %97
%106 = load i32, ptr @stderr, align 4
%107 = call i32 (i32, ptr, ...) @fprintf(i32 noundef %106, ptr noundef @.str.2)
%108 = load i32, ptr @EXIT_FAILURE, align 4
%109 = call i32 @exit(i32 noundef %108) #4
unreachable
110: ; preds = %102
br label %113
111: ; preds = %71
%112 = call i32 (...) @usage()
br label %113
113: ; preds = %111, %110
%114 = load ptr, ptr %5, align 8
%115 = load i64, ptr @optind, align 8
%116 = getelementptr inbounds ptr, ptr %114, i64 %115
%117 = load ptr, ptr %116, align 8
%118 = call ptr @gethostbyname(ptr noundef %117)
store ptr %118, ptr %18, align 8
%119 = icmp eq ptr %118, null
br i1 %119, label %120, label %129
120: ; preds = %113
%121 = load i32, ptr @stderr, align 4
%122 = load ptr, ptr %5, align 8
%123 = load i64, ptr @optind, align 8
%124 = getelementptr inbounds ptr, ptr %122, i64 %123
%125 = load ptr, ptr %124, align 8
%126 = call i32 (i32, ptr, ...) @fprintf(i32 noundef %121, ptr noundef @.str.3, ptr noundef %125)
%127 = load i32, ptr @EXIT_FAILURE, align 4
%128 = call i32 @exit(i32 noundef %127) #4
unreachable
129: ; preds = %113
%130 = load ptr, ptr %18, align 8
%131 = getelementptr inbounds %struct.hostent, ptr %130, i32 0, i32 0
%132 = load i64, ptr %131, align 8
%133 = inttoptr i64 %132 to ptr
store ptr %133, ptr %17, align 8
br label %134
134: ; preds = %162, %129
%135 = load ptr, ptr %17, align 8
%136 = load ptr, ptr %135, align 8
%137 = icmp ne ptr %136, null
br i1 %137, label %138, label %167
138: ; preds = %134
%139 = load i32, ptr @AF_INET, align 4
%140 = load i32, ptr @SOCK_DGRAM, align 4
%141 = call i32 @socket(i32 noundef %139, i32 noundef %140, i32 noundef 0)
store i32 %141, ptr %8, align 4
%142 = icmp eq i32 %141, -1
br i1 %142, label %143, label %147
143: ; preds = %138
%144 = call i32 @perror(ptr noundef @.str.4)
%145 = load i32, ptr @EXIT_FAILURE, align 4
%146 = call i32 @exit(i32 noundef %145) #4
unreachable
147: ; preds = %138
%148 = call i32 @memset(ptr noundef %16, i32 noundef 0, i32 noundef 12)
%149 = load i32, ptr @AF_INET, align 4
%150 = getelementptr inbounds %struct.sockaddr_in, ptr %16, i32 0, i32 2
store i32 %149, ptr %150, align 4
%151 = load i32, ptr %10, align 4
%152 = call i32 @htons(i32 noundef %151)
%153 = getelementptr inbounds %struct.sockaddr_in, ptr %16, i32 0, i32 1
store i32 %152, ptr %153, align 4
%154 = getelementptr inbounds %struct.sockaddr_in, ptr %16, i32 0, i32 0
%155 = load ptr, ptr %17, align 8
%156 = load ptr, ptr %155, align 8
%157 = call i32 @memcpy(ptr noundef %154, ptr noundef %156, i32 noundef 4)
%158 = load i32, ptr %8, align 4
%159 = call i64 @connect(i32 noundef %158, ptr noundef %16, i32 noundef 12)
%160 = icmp eq i64 %159, 0
br i1 %160, label %161, label %162
161: ; preds = %147
br label %167
162: ; preds = %147
%163 = load i32, ptr %8, align 4
%164 = call i32 @close(i32 noundef %163)
%165 = load ptr, ptr %17, align 8
%166 = getelementptr inbounds ptr, ptr %165, i32 1
store ptr %166, ptr %17, align 8
br label %134, !llvm.loop !10
167: ; preds = %161, %134
%168 = load ptr, ptr %17, align 8
%169 = icmp eq ptr %168, null
br i1 %169, label %170, label %175
170: ; preds = %167
%171 = load i32, ptr @stderr, align 4
%172 = call i32 (i32, ptr, ...) @fprintf(i32 noundef %171, ptr noundef @.str.5)
%173 = load i32, ptr @EXIT_FAILURE, align 4
%174 = call i32 @exit(i32 noundef %173) #4
unreachable
175: ; preds = %167
%176 = call i64 @malloc(i32 noundef 65536)
%177 = inttoptr i64 %176 to ptr
store ptr %177, ptr %13, align 8
%178 = icmp eq ptr %177, null
br i1 %178, label %179, label %184
179: ; preds = %175
%180 = load i32, ptr @stderr, align 4
%181 = call i32 (i32, ptr, ...) @fprintf(i32 noundef %180, ptr noundef @.str.6)
%182 = load i32, ptr @EXIT_FAILURE, align 4
%183 = call i32 @exit(i32 noundef %182) #4
unreachable
184: ; preds = %175
%185 = load ptr, ptr %15, align 8
%186 = icmp eq ptr %185, null
br i1 %186, label %187, label %189
187: ; preds = %184
%188 = load ptr, ptr %13, align 8
store ptr %188, ptr %14, align 8
br label %202
189: ; preds = %184
%190 = load ptr, ptr %13, align 8
%191 = load ptr, ptr %15, align 8
%192 = call i32 @strcpy(ptr noundef %190, ptr noundef %191)
%193 = load ptr, ptr %13, align 8
%194 = load i32, ptr %9, align 4
%195 = sext i32 %194 to i64
%196 = getelementptr inbounds i8, ptr %193, i64 %195
%197 = getelementptr inbounds i8, ptr %196, i64 -1
store i8 32, ptr %197, align 1
%198 = load ptr, ptr %13, align 8
%199 = load i32, ptr %9, align 4
%200 = sext i32 %199 to i64
%201 = getelementptr inbounds i8, ptr %198, i64 %200
store ptr %201, ptr %14, align 8
br label %202
202: ; preds = %189, %187
%203 = load i64, ptr @optind, align 8
%204 = add i64 %203, 1
store i64 %204, ptr @optind, align 8
%205 = load ptr, ptr %5, align 8
%206 = load i64, ptr @optind, align 8
%207 = getelementptr inbounds ptr, ptr %205, i64 %206
%208 = load ptr, ptr %207, align 8
%209 = icmp eq ptr %208, null
br i1 %209, label %210, label %261
210: ; preds = %202
%211 = load i32, ptr %9, align 4
%212 = sub nsw i32 65536, %211
store i32 %212, ptr %6, align 4
br label %213
213: ; preds = %259, %240, %210
%214 = load ptr, ptr %14, align 8
%215 = load i32, ptr %6, align 4
%216 = load ptr, ptr @stdin, align 8
%217 = call ptr @fgets(ptr noundef %214, i32 noundef %215, ptr noundef %216)
%218 = icmp ne ptr %217, null
br i1 %218, label %219, label %260
219: ; preds = %213
%220 = load ptr, ptr %14, align 8
%221 = call i32 @strlen(ptr noundef %220)
store i32 %221, ptr %7, align 4
%222 = load i32, ptr %11, align 4
%223 = icmp ne i32 %222, 0
br i1 %223, label %224, label %237
224: ; preds = %219
%225 = load ptr, ptr %14, align 8
%226 = load i32, ptr %7, align 4
%227 = sext i32 %226 to i64
%228 = getelementptr inbounds i8, ptr %225, i64 %227
%229 = getelementptr inbounds i8, ptr %228, i64 -1
%230 = load i8, ptr %229, align 1
%231 = sext i8 %230 to i32
%232 = icmp eq i32 %231, 10
br i1 %232, label %233, label %236
233: ; preds = %224
%234 = load i32, ptr %7, align 4
%235 = add nsw i32 %234, -1
store i32 %235, ptr %7, align 4
br label %236
236: ; preds = %233, %224
br label %237
237: ; preds = %236, %219
%238 = load i32, ptr %7, align 4
%239 = icmp slt i32 %238, 1
br i1 %239, label %240, label %241
240: ; preds = %237
br label %213, !llvm.loop !11
241: ; preds = %237
%242 = load ptr, ptr %14, align 8
%243 = load i32, ptr %7, align 4
%244 = sext i32 %243 to i64
%245 = getelementptr inbounds i8, ptr %242, i64 %244
store i8 0, ptr %245, align 1
%246 = load i32, ptr %9, align 4
%247 = load i32, ptr %7, align 4
%248 = add nsw i32 %247, %246
store i32 %248, ptr %7, align 4
%249 = load i32, ptr %8, align 4
%250 = load ptr, ptr %13, align 8
%251 = load i32, ptr %7, align 4
%252 = call i32 @write(i32 noundef %249, ptr noundef %250, i32 noundef %251)
%253 = load i32, ptr %7, align 4
%254 = icmp ne i32 %252, %253
br i1 %254, label %255, label %259
255: ; preds = %241
%256 = call i32 @perror(ptr noundef @.str.7)
%257 = load i32, ptr @EXIT_FAILURE, align 4
%258 = call i32 @exit(i32 noundef %257) #4
unreachable
259: ; preds = %241
br label %213, !llvm.loop !11
260: ; preds = %213
br label %349
261: ; preds = %202
br label %262
262: ; preds = %343, %261
%263 = load ptr, ptr %5, align 8
%264 = load i64, ptr @optind, align 8
%265 = getelementptr inbounds ptr, ptr %263, i64 %264
%266 = load ptr, ptr %265, align 8
%267 = icmp ne ptr %266, null
br i1 %267, label %268, label %348
268: ; preds = %262
%269 = load ptr, ptr %5, align 8
%270 = load i64, ptr @optind, align 8
%271 = getelementptr inbounds ptr, ptr %269, i64 %270
%272 = load ptr, ptr %271, align 8
%273 = call ptr @fopen(ptr noundef %272, ptr noundef @.str.8)
store ptr %273, ptr %19, align 8
%274 = icmp eq ptr %273, null
br i1 %274, label %275, label %283
275: ; preds = %268
%276 = load ptr, ptr %5, align 8
%277 = load i64, ptr @optind, align 8
%278 = getelementptr inbounds ptr, ptr %276, i64 %277
%279 = load ptr, ptr %278, align 8
%280 = call i32 @perror(ptr noundef %279)
%281 = load i32, ptr @EXIT_FAILURE, align 4
%282 = call i32 @exit(i32 noundef %281) #4
unreachable
283: ; preds = %268
%284 = load i32, ptr %9, align 4
%285 = sub nsw i32 65536, %284
store i32 %285, ptr %6, align 4
br label %286
286: ; preds = %332, %313, %283
%287 = load ptr, ptr %14, align 8
%288 = load i32, ptr %6, align 4
%289 = load ptr, ptr %19, align 8
%290 = call ptr @fgets(ptr noundef %287, i32 noundef %288, ptr noundef %289)
%291 = icmp ne ptr %290, null
br i1 %291, label %292, label %333
292: ; preds = %286
%293 = load ptr, ptr %14, align 8
%294 = call i32 @strlen(ptr noundef %293)
store i32 %294, ptr %7, align 4
%295 = load i32, ptr %11, align 4
%296 = icmp ne i32 %295, 0
br i1 %296, label %297, label %310
297: ; preds = %292
%298 = load ptr, ptr %14, align 8
%299 = load i32, ptr %7, align 4
%300 = sext i32 %299 to i64
%301 = getelementptr inbounds i8, ptr %298, i64 %300
%302 = getelementptr inbounds i8, ptr %301, i64 -1
%303 = load i8, ptr %302, align 1
%304 = sext i8 %303 to i32
%305 = icmp eq i32 %304, 10
br i1 %305, label %306, label %309
306: ; preds = %297
%307 = load i32, ptr %7, align 4
%308 = add nsw i32 %307, -1
store i32 %308, ptr %7, align 4
br label %309
309: ; preds = %306, %297
br label %310
310: ; preds = %309, %292
%311 = load i32, ptr %7, align 4
%312 = icmp slt i32 %311, 1
br i1 %312, label %313, label %314
313: ; preds = %310
br label %286, !llvm.loop !12
314: ; preds = %310
%315 = load ptr, ptr %14, align 8
%316 = load i32, ptr %7, align 4
%317 = sext i32 %316 to i64
%318 = getelementptr inbounds i8, ptr %315, i64 %317
store i8 0, ptr %318, align 1
%319 = load i32, ptr %9, align 4
%320 = load i32, ptr %7, align 4
%321 = add nsw i32 %320, %319
store i32 %321, ptr %7, align 4
%322 = load i32, ptr %8, align 4
%323 = load ptr, ptr %13, align 8
%324 = load i32, ptr %7, align 4
%325 = call i32 @write(i32 noundef %322, ptr noundef %323, i32 noundef %324)
%326 = load i32, ptr %7, align 4
%327 = icmp ne i32 %325, %326
br i1 %327, label %328, label %332
328: ; preds = %314
%329 = call i32 @perror(ptr noundef @.str.7)
%330 = load i32, ptr @EXIT_FAILURE, align 4
%331 = call i32 @exit(i32 noundef %330) #4
unreachable
332: ; preds = %314
br label %286, !llvm.loop !12
333: ; preds = %286
%334 = load ptr, ptr %19, align 8
%335 = call i32 @feof(ptr noundef %334)
%336 = icmp ne i32 %335, 0
br i1 %336, label %343, label %337
337: ; preds = %333
%338 = load ptr, ptr %5, align 8
%339 = load i64, ptr @optind, align 8
%340 = getelementptr inbounds ptr, ptr %338, i64 %339
%341 = load ptr, ptr %340, align 8
%342 = call i32 @perror(ptr noundef %341)
br label %343
343: ; preds = %337, %333
%344 = load ptr, ptr %19, align 8
%345 = call i32 @fclose(ptr noundef %344)
%346 = load i64, ptr @optind, align 8
%347 = add i64 %346, 1
store i64 %347, ptr @optind, align 8
br label %262, !llvm.loop !13
348: ; preds = %262
br label %349
349: ; preds = %348, %260
%350 = load ptr, ptr %13, align 8
%351 = call i32 @free(ptr noundef %350)
%352 = load i32, ptr @EXIT_SUCCESS, align 4
%353 = call i32 @exit(i32 noundef %352) #4
unreachable
}
declare i32 @getopt(i32 noundef, ptr noundef, ptr noundef) #1
declare i32 @usage(...) #1
declare i32 @strlen(ptr noundef) #1
declare i32 @fprintf(i32 noundef, ptr noundef, ...) #1
; Function Attrs: noreturn
declare i32 @exit(i32 noundef) #2
; Function Attrs: nounwind willreturn memory(read)
declare i32 @isdigit(i32 noundef) #3
declare i32 @atoi(ptr noundef) #1
declare ptr @gethostbyname(ptr noundef) #1
declare i32 @socket(i32 noundef, i32 noundef, i32 noundef) #1
declare i32 @perror(ptr noundef) #1
declare i32 @memset(ptr noundef, i32 noundef, i32 noundef) #1
declare i32 @htons(i32 noundef) #1
declare i32 @memcpy(ptr noundef, ptr noundef, i32 noundef) #1
declare i64 @connect(i32 noundef, ptr noundef, i32 noundef) #1
declare i32 @close(i32 noundef) #1
declare i64 @malloc(i32 noundef) #1
declare i32 @strcpy(ptr noundef, ptr noundef) #1
declare ptr @fgets(ptr noundef, i32 noundef, ptr noundef) #1
declare i32 @write(i32 noundef, ptr noundef, i32 noundef) #1
declare ptr @fopen(ptr noundef, ptr noundef) #1
declare i32 @feof(ptr noundef) #1
declare i32 @fclose(ptr noundef) #1
declare i32 @free(ptr noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
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 = { nounwind willreturn memory(read) "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #4 = { noreturn }
attributes #5 = { nounwind willreturn memory(read) }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
!6 = distinct !{!6, !7}
!7 = !{!"llvm.loop.mustprogress"}
!8 = distinct !{!8, !7}
!9 = distinct !{!9, !7}
!10 = distinct !{!10, !7}
!11 = distinct !{!11, !7}
!12 = distinct !{!12, !7}
!13 = distinct !{!13, !7}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmpftuvcvwx.c"
target datalayout = "e-m:e-p270: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, i32, i32 }
%struct.hostent = type { i64 }
@.str = private unnamed_addr constant [6 x i8] c"hni:v\00", align 1
@EOF = dso_local global i32 0, align 4
@optarg = dso_local global ptr null, align 8
@stderr = dso_local global i32 0, align 4
@.str.1 = private unnamed_addr constant [13 x i8] c"version 0.2\0A\00", align 1
@EXIT_SUCCESS = dso_local global i32 0, align 4
@optind = dso_local global i64 0, align 8
@.str.2 = private unnamed_addr constant [14 x i8] c"Invalid port\0A\00", align 1
@EXIT_FAILURE = dso_local global i32 0, align 4
@.str.3 = private unnamed_addr constant [18 x i8] c"Unknown host: %s\0A\00", align 1
@AF_INET = dso_local global i32 0, align 4
@SOCK_DGRAM = dso_local global i32 0, align 4
@.str.4 = private unnamed_addr constant [24 x i8] c"Unable to create socket\00", align 1
@.str.5 = private unnamed_addr constant [19 x i8] c"Unable to connect\0A\00", align 1
@.str.6 = private unnamed_addr constant [15 x i8] c"Out of memory\0A\00", align 1
@stdin = dso_local global ptr null, align 8
@.str.7 = private unnamed_addr constant [24 x i8] c"Unable to transmit data\00", align 1
@.str.8 = 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 i32, align 4
%5 = alloca ptr, align 8
%6 = alloca i32, align 4
%7 = alloca i32, align 4
%8 = alloca i32, align 4
%9 = alloca i32, align 4
%10 = alloca i32, align 4
%11 = alloca i32, align 4
%12 = alloca ptr, align 8
%13 = alloca ptr, align 8
%14 = alloca ptr, align 8
%15 = alloca ptr, align 8
%16 = alloca %struct.sockaddr_in, align 4
%17 = alloca ptr, align 8
%18 = alloca ptr, align 8
%19 = 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
store i32 -1, ptr %8, align 4
store i32 0, ptr %9, align 4
store i32 0, ptr %10, align 4
store i32 1, ptr %11, align 4
store ptr null, ptr %15, align 8
%20 = load i32, ptr %4, align 4
%21 = load ptr, ptr %5, align 8
%22 = call i32 @getopt(i32 noundef %20, ptr noundef %21, ptr noundef @.str)
store i32 %22, ptr %6, align 4
%23 = load i32, ptr @EOF, align 4
%24 = icmp ne i32 %22, %23
br i1 %24, label %.lr.ph, label %48
.lr.ph: ; preds = %2
br label %25
25: ; preds = %.lr.ph, %42
%26 = load i32, ptr %6, align 4
switch i32 %26, label %40 [
i32 104, label %27
i32 105, label %29
i32 110, label %34
i32 118, label %35
]
27: ; preds = %25
%28 = call i32 (...) @usage()
br label %42
29: ; preds = %25
%30 = load ptr, ptr @optarg, align 8
store ptr %30, ptr %15, align 8
%31 = load ptr, ptr %15, align 8
%32 = call i32 @strlen(ptr noundef %31)
%33 = add nsw i32 %32, 1
store i32 %33, ptr %9, align 4
br label %42
34: ; preds = %25
store i32 0, ptr %11, align 4
br label %42
35: ; preds = %25
%36 = load i32, ptr @stderr, align 4
%37 = call i32 (i32, ptr, ...) @fprintf(i32 noundef %36, ptr noundef @.str.1)
%38 = load i32, ptr @EXIT_SUCCESS, align 4
%39 = call i32 @exit(i32 noundef %38) #4
unreachable
40: ; preds = %25
%41 = call i32 (...) @usage()
br label %42
42: ; preds = %40, %34, %29, %27
%43 = load i32, ptr %4, align 4
%44 = load ptr, ptr %5, align 8
%45 = call i32 @getopt(i32 noundef %43, ptr noundef %44, ptr noundef @.str)
store i32 %45, ptr %6, align 4
%46 = load i32, ptr @EOF, align 4
%47 = icmp ne i32 %45, %46
br i1 %47, label %25, label %._crit_edge, !llvm.loop !6
._crit_edge: ; preds = %42
br label %48
48: ; preds = %._crit_edge, %2
%49 = load ptr, ptr %5, align 8
%50 = load i64, ptr @optind, align 8
%51 = getelementptr inbounds ptr, ptr %49, i64 %50
%52 = load ptr, ptr %51, align 8
%53 = icmp eq ptr %52, null
br i1 %53, label %54, label %56
54: ; preds = %48
%55 = call i32 (...) @usage()
br label %56
56: ; preds = %54, %48
%57 = load ptr, ptr %5, align 8
%58 = load i64, ptr @optind, align 8
%59 = getelementptr inbounds ptr, ptr %57, i64 %58
%60 = load ptr, ptr %59, align 8
store ptr %60, ptr %12, align 8
%61 = load ptr, ptr %12, align 8
%62 = load i8, ptr %61, align 1
%63 = sext i8 %62 to i32
%64 = icmp ne i32 %63, 0
br i1 %64, label %.lr.ph4, label %.loopexit2
.lr.ph4: ; preds = %56
br label %65
65: ; preds = %.lr.ph4, %71
%66 = load ptr, ptr %12, align 8
%67 = load i8, ptr %66, align 1
%68 = sext i8 %67 to i32
%69 = icmp eq i32 %68, 58
br i1 %69, label %70, label %71
70: ; preds = %65
br label %78
71: ; preds = %65
%72 = load ptr, ptr %12, align 8
%73 = getelementptr inbounds i8, ptr %72, i32 1
store ptr %73, ptr %12, align 8
%74 = load ptr, ptr %12, align 8
%75 = load i8, ptr %74, align 1
%76 = sext i8 %75 to i32
%77 = icmp ne i32 %76, 0
br i1 %77, label %65, label %..loopexit2_crit_edge, !llvm.loop !8
..loopexit2_crit_edge: ; preds = %71
br label %.loopexit2
.loopexit2: ; preds = %..loopexit2_crit_edge, %56
br label %78
78: ; preds = %.loopexit2, %70
%79 = load ptr, ptr %12, align 8
%80 = load i8, ptr %79, align 1
%81 = sext i8 %80 to i32
%82 = icmp eq i32 %81, 58
br i1 %82, label %83, label %121
83: ; preds = %78
%84 = load ptr, ptr %12, align 8
store i8 0, ptr %84, align 1
%85 = load ptr, ptr %12, align 8
%86 = getelementptr inbounds i8, ptr %85, i32 1
store ptr %86, ptr %12, align 8
%87 = load ptr, ptr %12, align 8
store ptr %87, ptr %13, align 8
%88 = load ptr, ptr %12, align 8
%89 = load i8, ptr %88, align 1
%90 = sext i8 %89 to i32
%91 = icmp ne i32 %90, 0
br i1 %91, label %.lr.ph6, label %107
.lr.ph6: ; preds = %83
br label %92
92: ; preds = %.lr.ph6, %100
%93 = load ptr, ptr %12, align 8
%94 = load i8, ptr %93, align 1
%95 = sext i8 %94 to i32
%96 = call i32 @isdigit(i32 noundef %95) #5
%97 = icmp ne i32 %96, 0
br i1 %97, label %100, label %98
98: ; preds = %92
%99 = call i32 (...) @usage()
br label %100
100: ; preds = %98, %92
%101 = load ptr, ptr %12, align 8
%102 = getelementptr inbounds i8, ptr %101, i32 1
store ptr %102, ptr %12, align 8
%103 = load ptr, ptr %12, align 8
%104 = load i8, ptr %103, align 1
%105 = sext i8 %104 to i32
%106 = icmp ne i32 %105, 0
br i1 %106, label %92, label %._crit_edge7, !llvm.loop !9
._crit_edge7: ; preds = %100
br label %107
107: ; preds = %._crit_edge7, %83
%108 = load ptr, ptr %13, align 8
%109 = call i32 @atoi(ptr noundef %108)
store i32 %109, ptr %10, align 4
%110 = load i32, ptr %10, align 4
%111 = icmp slt i32 %110, 1
br i1 %111, label %115, label %112
112: ; preds = %107
%113 = load i32, ptr %10, align 4
%114 = icmp sgt i32 %113, 65535
br i1 %114, label %115, label %120
115: ; preds = %112, %107
%116 = load i32, ptr @stderr, align 4
%117 = call i32 (i32, ptr, ...) @fprintf(i32 noundef %116, ptr noundef @.str.2)
%118 = load i32, ptr @EXIT_FAILURE, align 4
%119 = call i32 @exit(i32 noundef %118) #4
unreachable
120: ; preds = %112
br label %123
121: ; preds = %78
%122 = call i32 (...) @usage()
br label %123
123: ; preds = %121, %120
%124 = load ptr, ptr %5, align 8
%125 = load i64, ptr @optind, align 8
%126 = getelementptr inbounds ptr, ptr %124, i64 %125
%127 = load ptr, ptr %126, align 8
%128 = call ptr @gethostbyname(ptr noundef %127)
store ptr %128, ptr %18, align 8
%129 = icmp eq ptr %128, null
br i1 %129, label %130, label %139
130: ; preds = %123
%131 = load i32, ptr @stderr, align 4
%132 = load ptr, ptr %5, align 8
%133 = load i64, ptr @optind, align 8
%134 = getelementptr inbounds ptr, ptr %132, i64 %133
%135 = load ptr, ptr %134, align 8
%136 = call i32 (i32, ptr, ...) @fprintf(i32 noundef %131, ptr noundef @.str.3, ptr noundef %135)
%137 = load i32, ptr @EXIT_FAILURE, align 4
%138 = call i32 @exit(i32 noundef %137) #4
unreachable
139: ; preds = %123
%140 = load ptr, ptr %18, align 8
%141 = getelementptr inbounds %struct.hostent, ptr %140, i32 0, i32 0
%142 = load i64, ptr %141, align 8
%143 = inttoptr i64 %142 to ptr
store ptr %143, ptr %17, align 8
%144 = load ptr, ptr %17, align 8
%145 = load ptr, ptr %144, align 8
%146 = icmp ne ptr %145, null
br i1 %146, label %.lr.ph9, label %.loopexit
.lr.ph9: ; preds = %139
br label %147
147: ; preds = %.lr.ph9, %171
%148 = load i32, ptr @AF_INET, align 4
%149 = load i32, ptr @SOCK_DGRAM, align 4
%150 = call i32 @socket(i32 noundef %148, i32 noundef %149, i32 noundef 0)
store i32 %150, ptr %8, align 4
%151 = icmp eq i32 %150, -1
br i1 %151, label %152, label %156
152: ; preds = %147
%153 = call i32 @perror(ptr noundef @.str.4)
%154 = load i32, ptr @EXIT_FAILURE, align 4
%155 = call i32 @exit(i32 noundef %154) #4
unreachable
156: ; preds = %147
%157 = call i32 @memset(ptr noundef %16, i32 noundef 0, i32 noundef 12)
%158 = load i32, ptr @AF_INET, align 4
%159 = getelementptr inbounds %struct.sockaddr_in, ptr %16, i32 0, i32 2
store i32 %158, ptr %159, align 4
%160 = load i32, ptr %10, align 4
%161 = call i32 @htons(i32 noundef %160)
%162 = getelementptr inbounds %struct.sockaddr_in, ptr %16, i32 0, i32 1
store i32 %161, ptr %162, align 4
%163 = getelementptr inbounds %struct.sockaddr_in, ptr %16, i32 0, i32 0
%164 = load ptr, ptr %17, align 8
%165 = load ptr, ptr %164, align 8
%166 = call i32 @memcpy(ptr noundef %163, ptr noundef %165, i32 noundef 4)
%167 = load i32, ptr %8, align 4
%168 = call i64 @connect(i32 noundef %167, ptr noundef %16, i32 noundef 12)
%169 = icmp eq i64 %168, 0
br i1 %169, label %170, label %171
170: ; preds = %156
br label %179
171: ; preds = %156
%172 = load i32, ptr %8, align 4
%173 = call i32 @close(i32 noundef %172)
%174 = load ptr, ptr %17, align 8
%175 = getelementptr inbounds ptr, ptr %174, i32 1
store ptr %175, ptr %17, align 8
%176 = load ptr, ptr %17, align 8
%177 = load ptr, ptr %176, align 8
%178 = icmp ne ptr %177, null
br i1 %178, label %147, label %..loopexit_crit_edge, !llvm.loop !10
..loopexit_crit_edge: ; preds = %171
br label %.loopexit
.loopexit: ; preds = %..loopexit_crit_edge, %139
br label %179
179: ; preds = %.loopexit, %170
%180 = load ptr, ptr %17, align 8
%181 = icmp eq ptr %180, null
br i1 %181, label %182, label %187
182: ; preds = %179
%183 = load i32, ptr @stderr, align 4
%184 = call i32 (i32, ptr, ...) @fprintf(i32 noundef %183, ptr noundef @.str.5)
%185 = load i32, ptr @EXIT_FAILURE, align 4
%186 = call i32 @exit(i32 noundef %185) #4
unreachable
187: ; preds = %179
%188 = call i64 @malloc(i32 noundef 65536)
%189 = inttoptr i64 %188 to ptr
store ptr %189, ptr %13, align 8
%190 = icmp eq ptr %189, null
br i1 %190, label %191, label %196
191: ; preds = %187
%192 = load i32, ptr @stderr, align 4
%193 = call i32 (i32, ptr, ...) @fprintf(i32 noundef %192, ptr noundef @.str.6)
%194 = load i32, ptr @EXIT_FAILURE, align 4
%195 = call i32 @exit(i32 noundef %194) #4
unreachable
196: ; preds = %187
%197 = load ptr, ptr %15, align 8
%198 = icmp eq ptr %197, null
br i1 %198, label %199, label %201
199: ; preds = %196
%200 = load ptr, ptr %13, align 8
store ptr %200, ptr %14, align 8
br label %214
201: ; preds = %196
%202 = load ptr, ptr %13, align 8
%203 = load ptr, ptr %15, align 8
%204 = call i32 @strcpy(ptr noundef %202, ptr noundef %203)
%205 = load ptr, ptr %13, align 8
%206 = load i32, ptr %9, align 4
%207 = sext i32 %206 to i64
%208 = getelementptr inbounds i8, ptr %205, i64 %207
%209 = getelementptr inbounds i8, ptr %208, i64 -1
store i8 32, ptr %209, align 1
%210 = load ptr, ptr %13, align 8
%211 = load i32, ptr %9, align 4
%212 = sext i32 %211 to i64
%213 = getelementptr inbounds i8, ptr %210, i64 %212
store ptr %213, ptr %14, align 8
br label %214
214: ; preds = %201, %199
%215 = load i64, ptr @optind, align 8
%216 = add i64 %215, 1
store i64 %216, ptr @optind, align 8
%217 = load ptr, ptr %5, align 8
%218 = load i64, ptr @optind, align 8
%219 = getelementptr inbounds ptr, ptr %217, i64 %218
%220 = load ptr, ptr %219, align 8
%221 = icmp eq ptr %220, null
br i1 %221, label %222, label %277
222: ; preds = %214
%223 = load i32, ptr %9, align 4
%224 = sub nsw i32 65536, %223
store i32 %224, ptr %6, align 4
%225 = load ptr, ptr %14, align 8
%226 = load i32, ptr %6, align 4
%227 = load ptr, ptr @stdin, align 8
%228 = call ptr @fgets(ptr noundef %225, i32 noundef %226, ptr noundef %227)
%229 = icmp ne ptr %228, null
br i1 %229, label %.lr.ph17, label %276
.lr.ph17: ; preds = %222
br label %230
230: ; preds = %.lr.ph17, %.backedge
%231 = load ptr, ptr %14, align 8
%232 = call i32 @strlen(ptr noundef %231)
store i32 %232, ptr %7, align 4
%233 = load i32, ptr %11, align 4
%234 = icmp ne i32 %233, 0
br i1 %234, label %235, label %248
235: ; preds = %230
%236 = load ptr, ptr %14, align 8
%237 = load i32, ptr %7, align 4
%238 = sext i32 %237 to i64
%239 = getelementptr inbounds i8, ptr %236, i64 %238
%240 = getelementptr inbounds i8, ptr %239, i64 -1
%241 = load i8, ptr %240, align 1
%242 = sext i8 %241 to i32
%243 = icmp eq i32 %242, 10
br i1 %243, label %244, label %247
244: ; preds = %235
%245 = load i32, ptr %7, align 4
%246 = add nsw i32 %245, -1
store i32 %246, ptr %7, align 4
br label %247
247: ; preds = %244, %235
br label %248
248: ; preds = %247, %230
%249 = load i32, ptr %7, align 4
%250 = icmp slt i32 %249, 1
br i1 %250, label %251, label %257
251: ; preds = %248
br label %.backedge
.backedge: ; preds = %251, %275
%252 = load ptr, ptr %14, align 8
%253 = load i32, ptr %6, align 4
%254 = load ptr, ptr @stdin, align 8
%255 = call ptr @fgets(ptr noundef %252, i32 noundef %253, ptr noundef %254)
%256 = icmp ne ptr %255, null
br i1 %256, label %230, label %._crit_edge18, !llvm.loop !11
257: ; preds = %248
%258 = load ptr, ptr %14, align 8
%259 = load i32, ptr %7, align 4
%260 = sext i32 %259 to i64
%261 = getelementptr inbounds i8, ptr %258, i64 %260
store i8 0, ptr %261, align 1
%262 = load i32, ptr %9, align 4
%263 = load i32, ptr %7, align 4
%264 = add nsw i32 %263, %262
store i32 %264, ptr %7, align 4
%265 = load i32, ptr %8, align 4
%266 = load ptr, ptr %13, align 8
%267 = load i32, ptr %7, align 4
%268 = call i32 @write(i32 noundef %265, ptr noundef %266, i32 noundef %267)
%269 = load i32, ptr %7, align 4
%270 = icmp ne i32 %268, %269
br i1 %270, label %271, label %275
271: ; preds = %257
%272 = call i32 @perror(ptr noundef @.str.7)
%273 = load i32, ptr @EXIT_FAILURE, align 4
%274 = call i32 @exit(i32 noundef %273) #4
unreachable
275: ; preds = %257
br label %.backedge
._crit_edge18: ; preds = %.backedge
br label %276
276: ; preds = %._crit_edge18, %222
br label %373
277: ; preds = %214
%278 = load ptr, ptr %5, align 8
%279 = load i64, ptr @optind, align 8
%280 = getelementptr inbounds ptr, ptr %278, i64 %279
%281 = load ptr, ptr %280, align 8
%282 = icmp ne ptr %281, null
br i1 %282, label %.lr.ph14, label %372
.lr.ph14: ; preds = %277
br label %283
283: ; preds = %.lr.ph14, %362
%284 = load ptr, ptr %5, align 8
%285 = load i64, ptr @optind, align 8
%286 = getelementptr inbounds ptr, ptr %284, i64 %285
%287 = load ptr, ptr %286, align 8
%288 = call ptr @fopen(ptr noundef %287, ptr noundef @.str.8)
store ptr %288, ptr %19, align 8
%289 = icmp eq ptr %288, null
br i1 %289, label %290, label %298
290: ; preds = %283
%291 = load ptr, ptr %5, align 8
%292 = load i64, ptr @optind, align 8
%293 = getelementptr inbounds ptr, ptr %291, i64 %292
%294 = load ptr, ptr %293, align 8
%295 = call i32 @perror(ptr noundef %294)
%296 = load i32, ptr @EXIT_FAILURE, align 4
%297 = call i32 @exit(i32 noundef %296) #4
unreachable
298: ; preds = %283
%299 = load i32, ptr %9, align 4
%300 = sub nsw i32 65536, %299
store i32 %300, ptr %6, align 4
%301 = load ptr, ptr %14, align 8
%302 = load i32, ptr %6, align 4
%303 = load ptr, ptr %19, align 8
%304 = call ptr @fgets(ptr noundef %301, i32 noundef %302, ptr noundef %303)
%305 = icmp ne ptr %304, null
br i1 %305, label %.lr.ph11, label %352
.lr.ph11: ; preds = %298
br label %306
306: ; preds = %.lr.ph11, %.backedge1
%307 = load ptr, ptr %14, align 8
%308 = call i32 @strlen(ptr noundef %307)
store i32 %308, ptr %7, align 4
%309 = load i32, ptr %11, align 4
%310 = icmp ne i32 %309, 0
br i1 %310, label %311, label %324
311: ; preds = %306
%312 = load ptr, ptr %14, align 8
%313 = load i32, ptr %7, align 4
%314 = sext i32 %313 to i64
%315 = getelementptr inbounds i8, ptr %312, i64 %314
%316 = getelementptr inbounds i8, ptr %315, i64 -1
%317 = load i8, ptr %316, align 1
%318 = sext i8 %317 to i32
%319 = icmp eq i32 %318, 10
br i1 %319, label %320, label %323
320: ; preds = %311
%321 = load i32, ptr %7, align 4
%322 = add nsw i32 %321, -1
store i32 %322, ptr %7, align 4
br label %323
323: ; preds = %320, %311
br label %324
324: ; preds = %323, %306
%325 = load i32, ptr %7, align 4
%326 = icmp slt i32 %325, 1
br i1 %326, label %327, label %333
327: ; preds = %324
br label %.backedge1
.backedge1: ; preds = %327, %351
%328 = load ptr, ptr %14, align 8
%329 = load i32, ptr %6, align 4
%330 = load ptr, ptr %19, align 8
%331 = call ptr @fgets(ptr noundef %328, i32 noundef %329, ptr noundef %330)
%332 = icmp ne ptr %331, null
br i1 %332, label %306, label %._crit_edge12, !llvm.loop !12
333: ; preds = %324
%334 = load ptr, ptr %14, align 8
%335 = load i32, ptr %7, align 4
%336 = sext i32 %335 to i64
%337 = getelementptr inbounds i8, ptr %334, i64 %336
store i8 0, ptr %337, align 1
%338 = load i32, ptr %9, align 4
%339 = load i32, ptr %7, align 4
%340 = add nsw i32 %339, %338
store i32 %340, ptr %7, align 4
%341 = load i32, ptr %8, align 4
%342 = load ptr, ptr %13, align 8
%343 = load i32, ptr %7, align 4
%344 = call i32 @write(i32 noundef %341, ptr noundef %342, i32 noundef %343)
%345 = load i32, ptr %7, align 4
%346 = icmp ne i32 %344, %345
br i1 %346, label %347, label %351
347: ; preds = %333
%348 = call i32 @perror(ptr noundef @.str.7)
%349 = load i32, ptr @EXIT_FAILURE, align 4
%350 = call i32 @exit(i32 noundef %349) #4
unreachable
351: ; preds = %333
br label %.backedge1
._crit_edge12: ; preds = %.backedge1
br label %352
352: ; preds = %._crit_edge12, %298
%353 = load ptr, ptr %19, align 8
%354 = call i32 @feof(ptr noundef %353)
%355 = icmp ne i32 %354, 0
br i1 %355, label %362, label %356
356: ; preds = %352
%357 = load ptr, ptr %5, align 8
%358 = load i64, ptr @optind, align 8
%359 = getelementptr inbounds ptr, ptr %357, i64 %358
%360 = load ptr, ptr %359, align 8
%361 = call i32 @perror(ptr noundef %360)
br label %362
362: ; preds = %356, %352
%363 = load ptr, ptr %19, align 8
%364 = call i32 @fclose(ptr noundef %363)
%365 = load i64, ptr @optind, align 8
%366 = add i64 %365, 1
store i64 %366, ptr @optind, align 8
%367 = load ptr, ptr %5, align 8
%368 = load i64, ptr @optind, align 8
%369 = getelementptr inbounds ptr, ptr %367, i64 %368
%370 = load ptr, ptr %369, align 8
%371 = icmp ne ptr %370, null
br i1 %371, label %283, label %._crit_edge15, !llvm.loop !13
._crit_edge15: ; preds = %362
br label %372
372: ; preds = %._crit_edge15, %277
br label %373
373: ; preds = %372, %276
%374 = load ptr, ptr %13, align 8
%375 = call i32 @free(ptr noundef %374)
%376 = load i32, ptr @EXIT_SUCCESS, align 4
%377 = call i32 @exit(i32 noundef %376) #4
unreachable
}
declare i32 @getopt(i32 noundef, ptr noundef, ptr noundef) #1
declare i32 @usage(...) #1
declare i32 @strlen(ptr noundef) #1
declare i32 @fprintf(i32 noundef, ptr noundef, ...) #1
; Function Attrs: noreturn
declare i32 @exit(i32 noundef) #2
; Function Attrs: nounwind willreturn memory(read)
declare i32 @isdigit(i32 noundef) #3
declare i32 @atoi(ptr noundef) #1
declare ptr @gethostbyname(ptr noundef) #1
declare i32 @socket(i32 noundef, i32 noundef, i32 noundef) #1
declare i32 @perror(ptr noundef) #1
declare i32 @memset(ptr noundef, i32 noundef, i32 noundef) #1
declare i32 @htons(i32 noundef) #1
declare i32 @memcpy(ptr noundef, ptr noundef, i32 noundef) #1
declare i64 @connect(i32 noundef, ptr noundef, i32 noundef) #1
declare i32 @close(i32 noundef) #1
declare i64 @malloc(i32 noundef) #1
declare i32 @strcpy(ptr noundef, ptr noundef) #1
declare ptr @fgets(ptr noundef, i32 noundef, ptr noundef) #1
declare i32 @write(i32 noundef, ptr noundef, i32 noundef) #1
declare ptr @fopen(ptr noundef, ptr noundef) #1
declare i32 @feof(ptr noundef) #1
declare i32 @fclose(ptr noundef) #1
declare i32 @free(ptr noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
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 = { nounwind willreturn memory(read) "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #4 = { noreturn }
attributes #5 = { nounwind willreturn memory(read) }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
!6 = distinct !{!6, !7}
!7 = !{!"llvm.loop.mustprogress"}
!8 = distinct !{!8, !7}
!9 = distinct !{!9, !7}
!10 = distinct !{!10, !7}
!11 = distinct !{!11, !7}
!12 = distinct !{!12, !7}
!13 = distinct !{!13, !7}
|
; ModuleID = '/tmp/tmp7u3xxz05.c'
source_filename = "/tmp/tmp7u3xxz05.c"
target datalayout = "e-m:e-p270: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"(%s)\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local ptr @CG_getBindKeyName(ptr noundef %0, ptr noundef %1, i32 noundef %2) #0 {
%4 = alloca ptr, align 8
%5 = alloca ptr, align 8
%6 = alloca ptr, align 8
%7 = alloca i32, align 4
%8 = alloca i32, align 4
store ptr %0, ptr %5, align 8
store ptr %1, ptr %6, align 8
store i32 %2, ptr %7, align 4
store i32 0, ptr %8, align 4
br label %9
9: ; preds = %35, %3
%10 = load i32, ptr %8, align 4
%11 = icmp slt i32 %10, 256
br i1 %11, label %12, label %38
12: ; preds = %9
%13 = load i32, ptr %8, align 4
%14 = load ptr, ptr %6, align 8
%15 = load i32, ptr %7, align 4
%16 = call i32 @trap_Key_GetBindingBuf(i32 noundef %13, ptr noundef %14, i32 noundef %15)
%17 = load ptr, ptr %6, align 8
%18 = load i8, ptr %17, align 1
%19 = sext i8 %18 to i32
%20 = icmp eq i32 %19, 0
br i1 %20, label %21, label %22
21: ; preds = %12
br label %35
22: ; preds = %12
%23 = load ptr, ptr %6, align 8
%24 = load ptr, ptr %5, align 8
%25 = call i32 @Q_stricmp(ptr noundef %23, ptr noundef %24)
%26 = icmp ne i32 %25, 0
br i1 %26, label %34, label %27
27: ; preds = %22
%28 = load i32, ptr %8, align 4
%29 = load ptr, ptr %6, align 8
%30 = call i32 @trap_Key_KeynumToStringBuf(i32 noundef %28, ptr noundef %29, i32 noundef 256)
%31 = load ptr, ptr %6, align 8
%32 = call i32 @Q_strupr(ptr noundef %31)
%33 = load ptr, ptr %6, align 8
store ptr %33, ptr %4, align 8
br label %45
34: ; preds = %22
br label %35
35: ; preds = %34, %21
%36 = load i32, ptr %8, align 4
%37 = add nsw i32 %36, 1
store i32 %37, ptr %8, align 4
br label %9, !llvm.loop !6
38: ; preds = %9
%39 = load ptr, ptr %6, align 8
%40 = load ptr, ptr %5, align 8
%41 = call i32 @va(ptr noundef @.str, ptr noundef %40)
%42 = load i32, ptr %7, align 4
%43 = call i32 @Q_strncpyz(ptr noundef %39, i32 noundef %41, i32 noundef %42)
%44 = load ptr, ptr %6, align 8
store ptr %44, ptr %4, align 8
br label %45
45: ; preds = %38, %27
%46 = load ptr, ptr %4, align 8
ret ptr %46
}
declare i32 @trap_Key_GetBindingBuf(i32 noundef, ptr noundef, i32 noundef) #1
declare i32 @Q_stricmp(ptr noundef, ptr noundef) #1
declare i32 @trap_Key_KeynumToStringBuf(i32 noundef, ptr noundef, i32 noundef) #1
declare i32 @Q_strupr(ptr noundef) #1
declare i32 @Q_strncpyz(ptr noundef, i32 noundef, i32 noundef) #1
declare i32 @va(ptr noundef, ptr noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
!6 = distinct !{!6, !7}
!7 = !{!"llvm.loop.mustprogress"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmp7u3xxz05.c"
target datalayout = "e-m:e-p270: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"(%s)\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local ptr @CG_getBindKeyName(ptr noundef %0, ptr noundef %1, i32 noundef %2) #0 {
%4 = alloca ptr, align 8
%5 = alloca ptr, align 8
%6 = alloca ptr, align 8
%7 = alloca i32, align 4
%8 = alloca i32, align 4
store ptr %0, ptr %5, align 8
store ptr %1, ptr %6, align 8
store i32 %2, ptr %7, align 4
store i32 0, ptr %8, align 4
%9 = load i32, ptr %8, align 4
%10 = icmp slt i32 %9, 256
br i1 %10, label %.lr.ph, label %39
.lr.ph: ; preds = %3
br label %11
11: ; preds = %.lr.ph, %34
%12 = load i32, ptr %8, align 4
%13 = load ptr, ptr %6, align 8
%14 = load i32, ptr %7, align 4
%15 = call i32 @trap_Key_GetBindingBuf(i32 noundef %12, ptr noundef %13, i32 noundef %14)
%16 = load ptr, ptr %6, align 8
%17 = load i8, ptr %16, align 1
%18 = sext i8 %17 to i32
%19 = icmp eq i32 %18, 0
br i1 %19, label %20, label %21
20: ; preds = %11
br label %34
21: ; preds = %11
%22 = load ptr, ptr %6, align 8
%23 = load ptr, ptr %5, align 8
%24 = call i32 @Q_stricmp(ptr noundef %22, ptr noundef %23)
%25 = icmp ne i32 %24, 0
br i1 %25, label %33, label %26
26: ; preds = %21
%27 = load i32, ptr %8, align 4
%28 = load ptr, ptr %6, align 8
%29 = call i32 @trap_Key_KeynumToStringBuf(i32 noundef %27, ptr noundef %28, i32 noundef 256)
%30 = load ptr, ptr %6, align 8
%31 = call i32 @Q_strupr(ptr noundef %30)
%32 = load ptr, ptr %6, align 8
store ptr %32, ptr %4, align 8
br label %46
33: ; preds = %21
br label %34
34: ; preds = %33, %20
%35 = load i32, ptr %8, align 4
%36 = add nsw i32 %35, 1
store i32 %36, ptr %8, align 4
%37 = load i32, ptr %8, align 4
%38 = icmp slt i32 %37, 256
br i1 %38, label %11, label %._crit_edge, !llvm.loop !6
._crit_edge: ; preds = %34
br label %39
39: ; preds = %._crit_edge, %3
%40 = load ptr, ptr %6, align 8
%41 = load ptr, ptr %5, align 8
%42 = call i32 @va(ptr noundef @.str, ptr noundef %41)
%43 = load i32, ptr %7, align 4
%44 = call i32 @Q_strncpyz(ptr noundef %40, i32 noundef %42, i32 noundef %43)
%45 = load ptr, ptr %6, align 8
store ptr %45, ptr %4, align 8
br label %46
46: ; preds = %39, %26
%47 = load ptr, ptr %4, align 8
ret ptr %47
}
declare i32 @trap_Key_GetBindingBuf(i32 noundef, ptr noundef, i32 noundef) #1
declare i32 @Q_stricmp(ptr noundef, ptr noundef) #1
declare i32 @trap_Key_KeynumToStringBuf(i32 noundef, ptr noundef, i32 noundef) #1
declare i32 @Q_strupr(ptr noundef) #1
declare i32 @Q_strncpyz(ptr noundef, i32 noundef, i32 noundef) #1
declare i32 @va(ptr noundef, ptr noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
!6 = distinct !{!6, !7}
!7 = !{!"llvm.loop.mustprogress"}
|
; ModuleID = '/tmp/tmpaiki6fdx.c'
source_filename = "/tmp/tmpaiki6fdx.c"
target datalayout = "e-m:e-p270: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"Parenteses esperado!\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local void @erroAbrePar() #0 {
%1 = call i32 @msgErro(ptr noundef @.str)
ret void
}
declare i32 @msgErro(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/tmpaiki6fdx.c"
target datalayout = "e-m:e-p270: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"Parenteses esperado!\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local void @erroAbrePar() #0 {
%1 = call i32 @msgErro(ptr noundef @.str)
ret void
}
declare i32 @msgErro(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/tmpcueceetm.c'
source_filename = "/tmp/tmpcueceetm.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@.str = private unnamed_addr constant [31 x i8] c"Detta \C3\A4r en very nice feature\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @main() #0 {
%1 = alloca i32, align 4
store i32 0, ptr %1, align 4
%2 = call i32 @printf(ptr noundef @.str)
ret i32 0
}
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/tmpcueceetm.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@.str = private unnamed_addr constant [31 x i8] c"Detta \C3\A4r en very nice feature\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @main() #0 {
%1 = alloca i32, align 4
store i32 0, ptr %1, align 4
%2 = call i32 @printf(ptr noundef @.str)
ret i32 0
}
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/tmpyf_u1a6c.c'
source_filename = "/tmp/tmpyf_u1a6c.c"
target datalayout = "e-m:e-p270: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 @wcspcbrknul(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 %3, align 8
%7 = load ptr, ptr %4, align 8
%8 = call i32 @wcsspn(ptr noundef %6, ptr noundef %7)
%9 = sext i32 %8 to i64
%10 = getelementptr inbounds i32, ptr %5, i64 %9
ret ptr %10
}
declare i32 @wcsspn(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/tmpyf_u1a6c.c"
target datalayout = "e-m:e-p270: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 @wcspcbrknul(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 %3, align 8
%7 = load ptr, ptr %4, align 8
%8 = call i32 @wcsspn(ptr noundef %6, ptr noundef %7)
%9 = sext i32 %8 to i64
%10 = getelementptr inbounds i32, ptr %5, i64 %9
ret ptr %10
}
declare i32 @wcsspn(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/tmp52fqy2f0.c'
source_filename = "/tmp/tmp52fqy2f0.c"
target datalayout = "e-m:e-p270: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/tmp52fqy2f0.c"
target datalayout = "e-m:e-p270: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/tmp42k962tc.c'
source_filename = "/tmp/tmp42k962tc.c"
target datalayout = "e-m:e-p270: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"datos_f.dat\00", align 1
@.str.1 = private unnamed_addr constant [2 x i8] c"r\00", align 1
@.str.2 = private unnamed_addr constant [12 x i8] c"datos_t.dat\00", align 1
@.str.3 = private unnamed_addr constant [24 x i8] c"\0AERROR AL LEER ARCHIVO\0A\00", align 1
@.str.4 = private unnamed_addr constant [4 x i8] c"%f \00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local ptr @lee_datos(i32 noundef %0) #0 {
%2 = alloca i32, align 4
%3 = alloca ptr, align 8
%4 = alloca ptr, align 8
%5 = alloca i32, align 4
store i32 %0, ptr %2, align 4
%6 = load i32, ptr %2, align 4
%7 = icmp eq i32 %6, 0
br i1 %7, label %8, label %10
8: ; preds = %1
%9 = call ptr @fopen(ptr noundef @.str, ptr noundef @.str.1)
store ptr %9, ptr %3, align 8
br label %10
10: ; preds = %8, %1
%11 = load i32, ptr %2, align 4
%12 = icmp eq i32 %11, 1
br i1 %12, label %13, label %15
13: ; preds = %10
%14 = call ptr @fopen(ptr noundef @.str.2, ptr noundef @.str.1)
store ptr %14, ptr %3, align 8
br label %15
15: ; preds = %13, %10
%16 = call ptr @malloc(i32 noundef 16564)
store ptr %16, ptr %4, align 8
%17 = load ptr, ptr %3, align 8
%18 = icmp eq ptr %17, null
br i1 %18, label %19, label %22
19: ; preds = %15
%20 = call i32 @printf(ptr noundef @.str.3)
%21 = call i32 @exit(i32 noundef 0) #3
unreachable
22: ; preds = %15
store i32 0, ptr %5, align 4
br label %23
23: ; preds = %33, %22
%24 = load i32, ptr %5, align 4
%25 = icmp slt i32 %24, 4141
br i1 %25, label %26, label %36
26: ; preds = %23
%27 = load ptr, ptr %3, align 8
%28 = load ptr, ptr %4, align 8
%29 = load i32, ptr %5, align 4
%30 = sext i32 %29 to i64
%31 = getelementptr inbounds float, ptr %28, i64 %30
%32 = call i32 @fscanf(ptr noundef %27, ptr noundef @.str.4, ptr noundef %31)
br label %33
33: ; preds = %26
%34 = load i32, ptr %5, align 4
%35 = add nsw i32 %34, 1
store i32 %35, ptr %5, align 4
br label %23, !llvm.loop !6
36: ; preds = %23
%37 = load ptr, ptr %4, align 8
ret ptr %37
}
declare ptr @fopen(ptr noundef, ptr noundef) #1
declare ptr @malloc(i32 noundef) #1
declare i32 @printf(ptr noundef) #1
; Function Attrs: noreturn
declare i32 @exit(i32 noundef) #2
declare i32 @fscanf(ptr noundef, ptr noundef, ptr noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #2 = { noreturn "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #3 = { noreturn }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
!6 = distinct !{!6, !7}
!7 = !{!"llvm.loop.mustprogress"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmp42k962tc.c"
target datalayout = "e-m:e-p270: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"datos_f.dat\00", align 1
@.str.1 = private unnamed_addr constant [2 x i8] c"r\00", align 1
@.str.2 = private unnamed_addr constant [12 x i8] c"datos_t.dat\00", align 1
@.str.3 = private unnamed_addr constant [24 x i8] c"\0AERROR AL LEER ARCHIVO\0A\00", align 1
@.str.4 = private unnamed_addr constant [4 x i8] c"%f \00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local ptr @lee_datos(i32 noundef %0) #0 {
%2 = alloca i32, align 4
%3 = alloca ptr, align 8
%4 = alloca ptr, align 8
%5 = alloca i32, align 4
store i32 %0, ptr %2, align 4
%6 = load i32, ptr %2, align 4
%7 = icmp eq i32 %6, 0
br i1 %7, label %8, label %10
8: ; preds = %1
%9 = call ptr @fopen(ptr noundef @.str, ptr noundef @.str.1)
store ptr %9, ptr %3, align 8
br label %10
10: ; preds = %8, %1
%11 = load i32, ptr %2, align 4
%12 = icmp eq i32 %11, 1
br i1 %12, label %13, label %15
13: ; preds = %10
%14 = call ptr @fopen(ptr noundef @.str.2, ptr noundef @.str.1)
store ptr %14, ptr %3, align 8
br label %15
15: ; preds = %13, %10
%16 = call ptr @malloc(i32 noundef 16564)
store ptr %16, ptr %4, align 8
%17 = load ptr, ptr %3, align 8
%18 = icmp eq ptr %17, null
br i1 %18, label %19, label %22
19: ; preds = %15
%20 = call i32 @printf(ptr noundef @.str.3)
%21 = call i32 @exit(i32 noundef 0) #3
unreachable
22: ; preds = %15
store i32 0, ptr %5, align 4
%23 = load i32, ptr %5, align 4
%24 = icmp slt i32 %23, 4141
br i1 %24, label %.lr.ph, label %37
.lr.ph: ; preds = %22
br label %25
25: ; preds = %.lr.ph, %32
%26 = load ptr, ptr %3, align 8
%27 = load ptr, ptr %4, align 8
%28 = load i32, ptr %5, align 4
%29 = sext i32 %28 to i64
%30 = getelementptr inbounds float, ptr %27, i64 %29
%31 = call i32 @fscanf(ptr noundef %26, ptr noundef @.str.4, ptr noundef %30)
br label %32
32: ; preds = %25
%33 = load i32, ptr %5, align 4
%34 = add nsw i32 %33, 1
store i32 %34, ptr %5, align 4
%35 = load i32, ptr %5, align 4
%36 = icmp slt i32 %35, 4141
br i1 %36, label %25, label %._crit_edge, !llvm.loop !6
._crit_edge: ; preds = %32
br label %37
37: ; preds = %._crit_edge, %22
%38 = load ptr, ptr %4, align 8
ret ptr %38
}
declare ptr @fopen(ptr noundef, ptr noundef) #1
declare ptr @malloc(i32 noundef) #1
declare i32 @printf(ptr noundef) #1
; Function Attrs: noreturn
declare i32 @exit(i32 noundef) #2
declare i32 @fscanf(ptr noundef, ptr noundef, ptr noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #2 = { noreturn "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #3 = { noreturn }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
!6 = distinct !{!6, !7}
!7 = !{!"llvm.loop.mustprogress"}
|
; ModuleID = '/tmp/tmpzzpke5o_.c'
source_filename = "/tmp/tmpzzpke5o_.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@O_RDONLY = dso_local global i32 0, align 4
@.str = private unnamed_addr constant [7 x i8] c"out.lo\00", align 1
@O_WRONLY = dso_local global i32 0, align 4
@O_CREAT = dso_local global i32 0, align 4
@O_TRUNC = dso_local global i32 0, align 4
@.str.1 = private unnamed_addr constant [7 x i8] c"out.hi\00", align 1
@stderr = dso_local global i32 0, align 4
@.str.2 = private unnamed_addr constant [29 x i8] c"failed to open output files\0A\00", align 1
@.str.3 = private unnamed_addr constant [27 x i8] c"failed to open input file\0A\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @main(i32 noundef %0, ptr noundef %1) #0 {
%3 = alloca i32, align 4
%4 = alloca i32, align 4
%5 = alloca ptr, align 8
%6 = alloca i32, align 4
%7 = alloca i32, align 4
%8 = alloca i32, align 4
%9 = alloca i32, align 4
%10 = alloca i32, align 4
%11 = alloca [4 x i8], align 1
store i32 0, ptr %3, align 4
store i32 %0, ptr %4, align 4
store ptr %1, ptr %5, align 8
%12 = load ptr, ptr %5, align 8
%13 = getelementptr inbounds ptr, ptr %12, i64 1
%14 = load ptr, ptr %13, align 8
%15 = load i32, ptr @O_RDONLY, align 4
%16 = call i32 (ptr, i32, ...) @open(ptr noundef %14, i32 noundef %15)
store i32 %16, ptr %6, align 4
%17 = load i32, ptr @O_WRONLY, align 4
%18 = load i32, ptr @O_CREAT, align 4
%19 = or i32 %17, %18
%20 = load i32, ptr @O_TRUNC, align 4
%21 = or i32 %19, %20
%22 = call i32 (ptr, i32, ...) @open(ptr noundef @.str, i32 noundef %21, i32 noundef 438)
store i32 %22, ptr %7, align 4
%23 = load i32, ptr @O_WRONLY, align 4
%24 = load i32, ptr @O_CREAT, align 4
%25 = or i32 %23, %24
%26 = load i32, ptr @O_TRUNC, align 4
%27 = or i32 %25, %26
%28 = call i32 (ptr, i32, ...) @open(ptr noundef @.str.1, i32 noundef %27, i32 noundef 438)
store i32 %28, ptr %8, align 4
%29 = load i32, ptr %7, align 4
%30 = icmp eq i32 -1, %29
br i1 %30, label %34, label %31
31: ; preds = %2
%32 = load i32, ptr %8, align 4
%33 = icmp eq i32 -1, %32
br i1 %33, label %34, label %37
34: ; preds = %31, %2
%35 = load i32, ptr @stderr, align 4
%36 = call i32 @fprintf(i32 noundef %35, ptr noundef @.str.2)
store i32 -1, ptr %3, align 4
br label %63
37: ; preds = %31
%38 = load i32, ptr %6, align 4
%39 = icmp eq i32 -1, %38
br i1 %39, label %40, label %43
40: ; preds = %37
%41 = load i32, ptr @stderr, align 4
%42 = call i32 @fprintf(i32 noundef %41, ptr noundef @.str.3)
store i32 -1, ptr %3, align 4
br label %63
43: ; preds = %37
br label %44
44: ; preds = %59, %43
%45 = load i32, ptr %6, align 4
%46 = getelementptr inbounds [4 x i8], ptr %11, i64 0, i64 0
%47 = call i32 @read(i32 noundef %45, ptr noundef %46, i32 noundef 4)
store i32 %47, ptr %9, align 4
%48 = load i32, ptr %9, align 4
%49 = icmp eq i32 %48, 4
br i1 %49, label %50, label %58
50: ; preds = %44
%51 = load i32, ptr %7, align 4
%52 = getelementptr inbounds [4 x i8], ptr %11, i64 0, i64 0
%53 = call i32 @write(i32 noundef %51, ptr noundef %52, i32 noundef 2)
%54 = load i32, ptr %8, align 4
%55 = getelementptr inbounds [4 x i8], ptr %11, i64 0, i64 0
%56 = getelementptr inbounds i8, ptr %55, i64 2
%57 = call i32 @write(i32 noundef %54, ptr noundef %56, i32 noundef 2)
br label %58
58: ; preds = %50, %44
br label %59
59: ; preds = %58
%60 = load i32, ptr %9, align 4
%61 = icmp ne i32 %60, 0
br i1 %61, label %44, label %62, !llvm.loop !6
62: ; preds = %59
store i32 0, ptr %3, align 4
br label %63
63: ; preds = %62, %40, %34
%64 = load i32, ptr %3, align 4
ret i32 %64
}
declare i32 @open(ptr noundef, i32 noundef, ...) #1
declare i32 @fprintf(i32 noundef, ptr noundef) #1
declare i32 @read(i32 noundef, ptr noundef, i32 noundef) #1
declare i32 @write(i32 noundef, ptr noundef, i32 noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
!6 = distinct !{!6, !7}
!7 = !{!"llvm.loop.mustprogress"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmpzzpke5o_.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@O_RDONLY = dso_local global i32 0, align 4
@.str = private unnamed_addr constant [7 x i8] c"out.lo\00", align 1
@O_WRONLY = dso_local global i32 0, align 4
@O_CREAT = dso_local global i32 0, align 4
@O_TRUNC = dso_local global i32 0, align 4
@.str.1 = private unnamed_addr constant [7 x i8] c"out.hi\00", align 1
@stderr = dso_local global i32 0, align 4
@.str.2 = private unnamed_addr constant [29 x i8] c"failed to open output files\0A\00", align 1
@.str.3 = private unnamed_addr constant [27 x i8] c"failed to open input file\0A\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @main(i32 noundef %0, ptr noundef %1) #0 {
%3 = alloca i32, align 4
%4 = alloca i32, align 4
%5 = alloca ptr, align 8
%6 = alloca i32, align 4
%7 = alloca i32, align 4
%8 = alloca i32, align 4
%9 = alloca i32, align 4
%10 = alloca i32, align 4
%11 = alloca [4 x i8], align 1
store i32 0, ptr %3, align 4
store i32 %0, ptr %4, align 4
store ptr %1, ptr %5, align 8
%12 = load ptr, ptr %5, align 8
%13 = getelementptr inbounds ptr, ptr %12, i64 1
%14 = load ptr, ptr %13, align 8
%15 = load i32, ptr @O_RDONLY, align 4
%16 = call i32 (ptr, i32, ...) @open(ptr noundef %14, i32 noundef %15)
store i32 %16, ptr %6, align 4
%17 = load i32, ptr @O_WRONLY, align 4
%18 = load i32, ptr @O_CREAT, align 4
%19 = or i32 %17, %18
%20 = load i32, ptr @O_TRUNC, align 4
%21 = or i32 %19, %20
%22 = call i32 (ptr, i32, ...) @open(ptr noundef @.str, i32 noundef %21, i32 noundef 438)
store i32 %22, ptr %7, align 4
%23 = load i32, ptr @O_WRONLY, align 4
%24 = load i32, ptr @O_CREAT, align 4
%25 = or i32 %23, %24
%26 = load i32, ptr @O_TRUNC, align 4
%27 = or i32 %25, %26
%28 = call i32 (ptr, i32, ...) @open(ptr noundef @.str.1, i32 noundef %27, i32 noundef 438)
store i32 %28, ptr %8, align 4
%29 = load i32, ptr %7, align 4
%30 = icmp eq i32 -1, %29
br i1 %30, label %34, label %31
31: ; preds = %2
%32 = load i32, ptr %8, align 4
%33 = icmp eq i32 -1, %32
br i1 %33, label %34, label %37
34: ; preds = %31, %2
%35 = load i32, ptr @stderr, align 4
%36 = call i32 @fprintf(i32 noundef %35, ptr noundef @.str.2)
store i32 -1, ptr %3, align 4
br label %63
37: ; preds = %31
%38 = load i32, ptr %6, align 4
%39 = icmp eq i32 -1, %38
br i1 %39, label %40, label %43
40: ; preds = %37
%41 = load i32, ptr @stderr, align 4
%42 = call i32 @fprintf(i32 noundef %41, ptr noundef @.str.3)
store i32 -1, ptr %3, align 4
br label %63
43: ; preds = %37
br label %44
44: ; preds = %59, %43
%45 = load i32, ptr %6, align 4
%46 = getelementptr inbounds [4 x i8], ptr %11, i64 0, i64 0
%47 = call i32 @read(i32 noundef %45, ptr noundef %46, i32 noundef 4)
store i32 %47, ptr %9, align 4
%48 = load i32, ptr %9, align 4
%49 = icmp eq i32 %48, 4
br i1 %49, label %50, label %58
50: ; preds = %44
%51 = load i32, ptr %7, align 4
%52 = getelementptr inbounds [4 x i8], ptr %11, i64 0, i64 0
%53 = call i32 @write(i32 noundef %51, ptr noundef %52, i32 noundef 2)
%54 = load i32, ptr %8, align 4
%55 = getelementptr inbounds [4 x i8], ptr %11, i64 0, i64 0
%56 = getelementptr inbounds i8, ptr %55, i64 2
%57 = call i32 @write(i32 noundef %54, ptr noundef %56, i32 noundef 2)
br label %58
58: ; preds = %50, %44
br label %59
59: ; preds = %58
%60 = load i32, ptr %9, align 4
%61 = icmp ne i32 %60, 0
br i1 %61, label %44, label %62, !llvm.loop !6
62: ; preds = %59
store i32 0, ptr %3, align 4
br label %63
63: ; preds = %62, %40, %34
%64 = load i32, ptr %3, align 4
ret i32 %64
}
declare i32 @open(ptr noundef, i32 noundef, ...) #1
declare i32 @fprintf(i32 noundef, ptr noundef) #1
declare i32 @read(i32 noundef, ptr noundef, i32 noundef) #1
declare i32 @write(i32 noundef, ptr noundef, i32 noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
!6 = distinct !{!6, !7}
!7 = !{!"llvm.loop.mustprogress"}
|
; ModuleID = '/tmp/tmp2t8rebvh.c'
source_filename = "/tmp/tmp2t8rebvh.c"
target datalayout = "e-m:e-p270: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
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @main() #0 {
%1 = alloca i32, align 4
%2 = alloca ptr, align 8
%3 = alloca ptr, align 8
store i32 0, ptr %1, align 4
%4 = call ptr (...) @get_line()
store ptr %4, ptr %2, align 8
%5 = load ptr, ptr %2, align 8
%6 = call i32 @printf(ptr noundef @.str, ptr noundef %5)
%7 = load ptr, ptr %2, align 8
%8 = call ptr @trim(ptr noundef %7)
store ptr %8, ptr %3, align 8
%9 = load ptr, ptr %3, align 8
%10 = call i32 @printf(ptr noundef @.str, ptr noundef %9)
ret i32 0
}
declare ptr @get_line(...) #1
declare i32 @printf(ptr noundef, ptr noundef) #1
declare ptr @trim(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/tmp2t8rebvh.c"
target datalayout = "e-m:e-p270: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
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @main() #0 {
%1 = alloca i32, align 4
%2 = alloca ptr, align 8
%3 = alloca ptr, align 8
store i32 0, ptr %1, align 4
%4 = call ptr (...) @get_line()
store ptr %4, ptr %2, align 8
%5 = load ptr, ptr %2, align 8
%6 = call i32 @printf(ptr noundef @.str, ptr noundef %5)
%7 = load ptr, ptr %2, align 8
%8 = call ptr @trim(ptr noundef %7)
store ptr %8, ptr %3, align 8
%9 = load ptr, ptr %3, align 8
%10 = call i32 @printf(ptr noundef @.str, ptr noundef %9)
ret i32 0
}
declare ptr @get_line(...) #1
declare i32 @printf(ptr noundef, ptr noundef) #1
declare ptr @trim(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/tmp5gv_yqks.c'
source_filename = "/tmp/tmp5gv_yqks.c"
target datalayout = "e-m:e-p270: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/tmp5gv_yqks.c"
target datalayout = "e-m:e-p270: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/tmpjph0gq9t.c'
source_filename = "/tmp/tmpjph0gq9t.c"
target datalayout = "e-m:e-p270: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" CMatrix version %s by Chris Allegretta (compiled %s, %s)\0A\00", align 1
@.str.1 = private unnamed_addr constant [5 x i8] c"1.2a\00", align 1
@.str.2 = private unnamed_addr constant [9 x i8] c"22:56:09\00", align 1
@.str.3 = private unnamed_addr constant [12 x i8] c"Mar 18 2022\00", align 1
@.str.4 = private unnamed_addr constant [60 x i8] c" Email: [email protected] Web: http://www.asty.org/cmatrix\0A\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local void @version() #0 {
%1 = call i32 (ptr, ...) @printf(ptr noundef @.str, ptr noundef @.str.1, ptr noundef @.str.2, ptr noundef @.str.3)
%2 = call i32 (ptr, ...) @printf(ptr noundef @.str.4)
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/tmpjph0gq9t.c"
target datalayout = "e-m:e-p270: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" CMatrix version %s by Chris Allegretta (compiled %s, %s)\0A\00", align 1
@.str.1 = private unnamed_addr constant [5 x i8] c"1.2a\00", align 1
@.str.2 = private unnamed_addr constant [9 x i8] c"22:56:09\00", align 1
@.str.3 = private unnamed_addr constant [12 x i8] c"Mar 18 2022\00", align 1
@.str.4 = private unnamed_addr constant [60 x i8] c" Email: [email protected] Web: http://www.asty.org/cmatrix\0A\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local void @version() #0 {
%1 = call i32 (ptr, ...) @printf(ptr noundef @.str, ptr noundef @.str.1, ptr noundef @.str.2, ptr noundef @.str.3)
%2 = call i32 (ptr, ...) @printf(ptr noundef @.str.4)
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/tmpjjv9b3yc.c'
source_filename = "/tmp/tmpjjv9b3yc.c"
target datalayout = "e-m:e-p270: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/tmpjjv9b3yc.c"
target datalayout = "e-m:e-p270: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/tmpmvgz8rxo.c'
source_filename = "/tmp/tmpmvgz8rxo.c"
target datalayout = "e-m:e-p270: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 @dtc_isvalid(ptr noundef %0) #0 {
%2 = alloca i32, align 4
%3 = alloca ptr, align 8
%4 = alloca i32, align 4
store ptr %0, ptr %3, align 8
%5 = load ptr, ptr %3, align 8
%6 = call i32 @strlen(ptr noundef %5)
%7 = icmp ne i32 5, %6
br i1 %7, label %8, label %9
8: ; preds = %1
store i32 0, ptr %2, align 4
br label %76
9: ; preds = %1
%10 = load ptr, ptr %3, align 8
%11 = getelementptr inbounds i8, ptr %10, i64 0
%12 = load i8, ptr %11, align 1
%13 = sext i8 %12 to i32
%14 = icmp eq i32 80, %13
br i1 %14, label %34, label %15
15: ; preds = %9
%16 = load ptr, ptr %3, align 8
%17 = getelementptr inbounds i8, ptr %16, i64 0
%18 = load i8, ptr %17, align 1
%19 = sext i8 %18 to i32
%20 = icmp eq i32 67, %19
br i1 %20, label %34, label %21
21: ; preds = %15
%22 = load ptr, ptr %3, align 8
%23 = getelementptr inbounds i8, ptr %22, i64 0
%24 = load i8, ptr %23, align 1
%25 = sext i8 %24 to i32
%26 = icmp eq i32 66, %25
br i1 %26, label %34, label %27
27: ; preds = %21
%28 = load ptr, ptr %3, align 8
%29 = getelementptr inbounds i8, ptr %28, i64 0
%30 = load i8, ptr %29, align 1
%31 = sext i8 %30 to i32
%32 = icmp eq i32 85, %31
br i1 %32, label %34, label %33
33: ; preds = %27
store i32 0, ptr %2, align 4
br label %76
34: ; preds = %27, %21, %15, %9
store i32 1, ptr %4, align 4
br label %35
35: ; preds = %72, %34
%36 = load i32, ptr %4, align 4
%37 = icmp sle i32 %36, 4
br i1 %37, label %38, label %75
38: ; preds = %35
%39 = load ptr, ptr %3, align 8
%40 = load i32, ptr %4, align 4
%41 = sext i32 %40 to i64
%42 = getelementptr inbounds i8, ptr %39, i64 %41
%43 = load i8, ptr %42, align 1
%44 = sext i8 %43 to i32
%45 = icmp slt i32 %44, 48
br i1 %45, label %54, label %46
46: ; preds = %38
%47 = load ptr, ptr %3, align 8
%48 = load i32, ptr %4, align 4
%49 = sext i32 %48 to i64
%50 = getelementptr inbounds i8, ptr %47, i64 %49
%51 = load i8, ptr %50, align 1
%52 = sext i8 %51 to i32
%53 = icmp sgt i32 %52, 57
br i1 %53, label %54, label %71
54: ; preds = %46, %38
%55 = load ptr, ptr %3, align 8
%56 = load i32, ptr %4, align 4
%57 = sext i32 %56 to i64
%58 = getelementptr inbounds i8, ptr %55, i64 %57
%59 = load i8, ptr %58, align 1
%60 = sext i8 %59 to i32
%61 = icmp slt i32 %60, 65
br i1 %61, label %70, label %62
62: ; preds = %54
%63 = load ptr, ptr %3, align 8
%64 = load i32, ptr %4, align 4
%65 = sext i32 %64 to i64
%66 = getelementptr inbounds i8, ptr %63, i64 %65
%67 = load i8, ptr %66, align 1
%68 = sext i8 %67 to i32
%69 = icmp sgt i32 %68, 70
br i1 %69, label %70, label %71
70: ; preds = %62, %54
store i32 0, ptr %2, align 4
br label %76
71: ; preds = %62, %46
br label %72
72: ; preds = %71
%73 = load i32, ptr %4, align 4
%74 = add nsw i32 %73, 1
store i32 %74, ptr %4, align 4
br label %35, !llvm.loop !6
75: ; preds = %35
store i32 1, ptr %2, align 4
br label %76
76: ; preds = %75, %70, %33, %8
%77 = load i32, ptr %2, align 4
ret i32 %77
}
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/tmpmvgz8rxo.c"
target datalayout = "e-m:e-p270: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 @dtc_isvalid(ptr noundef %0) #0 {
%2 = alloca i32, align 4
%3 = alloca ptr, align 8
%4 = alloca i32, align 4
store ptr %0, ptr %3, align 8
%5 = load ptr, ptr %3, align 8
%6 = call i32 @strlen(ptr noundef %5)
%7 = icmp ne i32 5, %6
br i1 %7, label %8, label %9
8: ; preds = %1
store i32 0, ptr %2, align 4
br label %77
9: ; preds = %1
%10 = load ptr, ptr %3, align 8
%11 = getelementptr inbounds i8, ptr %10, i64 0
%12 = load i8, ptr %11, align 1
%13 = sext i8 %12 to i32
%14 = icmp eq i32 80, %13
br i1 %14, label %34, label %15
15: ; preds = %9
%16 = load ptr, ptr %3, align 8
%17 = getelementptr inbounds i8, ptr %16, i64 0
%18 = load i8, ptr %17, align 1
%19 = sext i8 %18 to i32
%20 = icmp eq i32 67, %19
br i1 %20, label %34, label %21
21: ; preds = %15
%22 = load ptr, ptr %3, align 8
%23 = getelementptr inbounds i8, ptr %22, i64 0
%24 = load i8, ptr %23, align 1
%25 = sext i8 %24 to i32
%26 = icmp eq i32 66, %25
br i1 %26, label %34, label %27
27: ; preds = %21
%28 = load ptr, ptr %3, align 8
%29 = getelementptr inbounds i8, ptr %28, i64 0
%30 = load i8, ptr %29, align 1
%31 = sext i8 %30 to i32
%32 = icmp eq i32 85, %31
br i1 %32, label %34, label %33
33: ; preds = %27
store i32 0, ptr %2, align 4
br label %77
34: ; preds = %27, %21, %15, %9
store i32 1, ptr %4, align 4
%35 = load i32, ptr %4, align 4
%36 = icmp sle i32 %35, 4
br i1 %36, label %.lr.ph, label %76
.lr.ph: ; preds = %34
br label %37
37: ; preds = %.lr.ph, %71
%38 = load ptr, ptr %3, align 8
%39 = load i32, ptr %4, align 4
%40 = sext i32 %39 to i64
%41 = getelementptr inbounds i8, ptr %38, i64 %40
%42 = load i8, ptr %41, align 1
%43 = sext i8 %42 to i32
%44 = icmp slt i32 %43, 48
br i1 %44, label %53, label %45
45: ; preds = %37
%46 = load ptr, ptr %3, align 8
%47 = load i32, ptr %4, align 4
%48 = sext i32 %47 to i64
%49 = getelementptr inbounds i8, ptr %46, i64 %48
%50 = load i8, ptr %49, align 1
%51 = sext i8 %50 to i32
%52 = icmp sgt i32 %51, 57
br i1 %52, label %53, label %70
53: ; preds = %45, %37
%54 = load ptr, ptr %3, align 8
%55 = load i32, ptr %4, align 4
%56 = sext i32 %55 to i64
%57 = getelementptr inbounds i8, ptr %54, i64 %56
%58 = load i8, ptr %57, align 1
%59 = sext i8 %58 to i32
%60 = icmp slt i32 %59, 65
br i1 %60, label %69, label %61
61: ; preds = %53
%62 = load ptr, ptr %3, align 8
%63 = load i32, ptr %4, align 4
%64 = sext i32 %63 to i64
%65 = getelementptr inbounds i8, ptr %62, i64 %64
%66 = load i8, ptr %65, align 1
%67 = sext i8 %66 to i32
%68 = icmp sgt i32 %67, 70
br i1 %68, label %69, label %70
69: ; preds = %61, %53
store i32 0, ptr %2, align 4
br label %77
70: ; preds = %61, %45
br label %71
71: ; preds = %70
%72 = load i32, ptr %4, align 4
%73 = add nsw i32 %72, 1
store i32 %73, ptr %4, align 4
%74 = load i32, ptr %4, align 4
%75 = icmp sle i32 %74, 4
br i1 %75, label %37, label %._crit_edge, !llvm.loop !6
._crit_edge: ; preds = %71
br label %76
76: ; preds = %._crit_edge, %34
store i32 1, ptr %2, align 4
br label %77
77: ; preds = %76, %69, %33, %8
%78 = load i32, ptr %2, align 4
ret i32 %78
}
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/tmp0t3n6m3j.c'
source_filename = "/tmp/tmp0t3n6m3j.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@WNOHANG = dso_local global i32 0, align 4
; 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 (...) @fork()
store i32 %5, ptr %2, align 4
%6 = load i32, ptr %2, align 4
%7 = icmp ne i32 %6, 0
br i1 %7, label %17, label %8
8: ; preds = %0
store i32 1048575, ptr %4, align 4
br label %9
9: ; preds = %12, %8
%10 = load i32, ptr %4, align 4
%11 = icmp sgt i32 %10, 0
br i1 %11, label %12, label %15
12: ; preds = %9
%13 = load i32, ptr %4, align 4
%14 = add nsw i32 %13, -1
store i32 %14, ptr %4, align 4
br label %9, !llvm.loop !6
15: ; preds = %9
%16 = call i32 @exit(i32 noundef 0) #3
unreachable
17: ; preds = %0
%18 = load i32, ptr %2, align 4
%19 = load i32, ptr @WNOHANG, align 4
%20 = call i32 @wait4(i32 noundef %18, ptr noundef %3, i32 noundef %19, ptr noundef null)
ret i32 0
}
declare i32 @fork(...) #1
; Function Attrs: noreturn
declare i32 @exit(i32 noundef) #2
declare i32 @wait4(i32 noundef, ptr noundef, i32 noundef, ptr noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
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/tmp0t3n6m3j.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@WNOHANG = dso_local global i32 0, align 4
; 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 (...) @fork()
store i32 %5, ptr %2, align 4
%6 = load i32, ptr %2, align 4
%7 = icmp ne i32 %6, 0
br i1 %7, label %18, label %8
8: ; preds = %0
store i32 1048575, ptr %4, align 4
%9 = load i32, ptr %4, align 4
%10 = icmp sgt i32 %9, 0
br i1 %10, label %.lr.ph, label %16
.lr.ph: ; preds = %8
br label %11
11: ; preds = %.lr.ph, %11
%12 = load i32, ptr %4, align 4
%13 = add nsw i32 %12, -1
store i32 %13, ptr %4, align 4
%14 = load i32, ptr %4, align 4
%15 = icmp sgt i32 %14, 0
br i1 %15, label %11, label %._crit_edge, !llvm.loop !6
._crit_edge: ; preds = %11
br label %16
16: ; preds = %._crit_edge, %8
%17 = call i32 @exit(i32 noundef 0) #3
unreachable
18: ; preds = %0
%19 = load i32, ptr %2, align 4
%20 = load i32, ptr @WNOHANG, align 4
%21 = call i32 @wait4(i32 noundef %19, ptr noundef %3, i32 noundef %20, ptr noundef null)
ret i32 0
}
declare i32 @fork(...) #1
; Function Attrs: noreturn
declare i32 @exit(i32 noundef) #2
declare i32 @wait4(i32 noundef, ptr noundef, i32 noundef, ptr noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
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/tmprwz82d1g.c'
source_filename = "/tmp/tmprwz82d1g.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@stderr = dso_local global i32 0, align 4
@.str = private unnamed_addr constant [4 x i8] c"%d\0A\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @main() #0 {
%1 = alloca i32, align 4
%2 = alloca i32, align 4
store i32 0, ptr %1, align 4
store i32 159, ptr %2, align 4
%3 = load i32, ptr @stderr, align 4
%4 = load i32, ptr %2, align 4
%5 = call i32 @fprintf(i32 noundef %3, ptr noundef @.str, i32 noundef %4)
ret i32 0
}
declare i32 @fprintf(i32 noundef, ptr noundef, i32 noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmprwz82d1g.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@stderr = dso_local global i32 0, align 4
@.str = private unnamed_addr constant [4 x i8] c"%d\0A\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @main() #0 {
%1 = alloca i32, align 4
%2 = alloca i32, align 4
store i32 0, ptr %1, align 4
store i32 159, ptr %2, align 4
%3 = load i32, ptr @stderr, align 4
%4 = load i32, ptr %2, align 4
%5 = call i32 @fprintf(i32 noundef %3, ptr noundef @.str, i32 noundef %4)
ret i32 0
}
declare i32 @fprintf(i32 noundef, ptr noundef, i32 noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
|
; ModuleID = '/tmp/tmp1l8i6ecd.c'
source_filename = "/tmp/tmp1l8i6ecd.c"
target datalayout = "e-m:e-p270: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"eax=0x%x\0A\00", align 1
@.str.1 = private unnamed_addr constant [37 x i8] c"Version ID %3u\0A\00", align 1
@.str.2 = private unnamed_addr constant [58 x i8] c"This processor doesn't support architectural perf. cntrs\0A\00", align 1
@.str.3 = private unnamed_addr constant [37 x i8] c"Perf. mon. cntr / logical cpu %3u\0A\00", align 1
@.str.4 = private unnamed_addr constant [37 x i8] c"Perf. mon. cntr Bit width %3u\0A\00", align 1
@.str.5 = private unnamed_addr constant [41 x i8] c"Fixed perf. mon. cntr / logical cpu %3u\0A\00", align 1
@.str.6 = private unnamed_addr constant [37 x i8] c"Fixed perf. mon. cntr Bit width %3u\0A\00", align 1
@.str.7 = private unnamed_addr constant [37 x i8] c"Length of EBX bit vector %3u\0A\00", align 1
@.str.8 = private unnamed_addr constant [2 x i8] c"\0A\00", align 1
@.str.9 = private unnamed_addr constant [27 x i8] c"Core cycle %u\0A\00", align 1
@.str.10 = private unnamed_addr constant [27 x i8] c"Instr retired %u\0A\00", align 1
@.str.11 = private unnamed_addr constant [27 x i8] c"Ref. cycles %u\0A\00", align 1
@.str.12 = private unnamed_addr constant [27 x i8] c"Last Level Cache Ref. %u\0A\00", align 1
@.str.13 = private unnamed_addr constant [27 x i8] c"Last Level Cache Miss %u\0A\00", align 1
@.str.14 = private unnamed_addr constant [27 x i8] c"Branch Instr. retired %u\0A\00", align 1
@.str.15 = private unnamed_addr constant [27 x i8] c"Branch Miss retired %u\0A\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local void @cpuid_arch_perf() #0 {
%1 = alloca [4 x i32], align 16
%2 = alloca i32, align 4
%3 = alloca i32, align 4
%4 = alloca i32, align 4
%5 = alloca i32, align 4
%6 = getelementptr inbounds [4 x i32], ptr %1, i64 0, i64 0
%7 = call i32 @cpuid_fn(i32 noundef 10, ptr noundef %6)
%8 = getelementptr inbounds [4 x i32], ptr %1, i64 0, i64 0
%9 = load i32, ptr %8, align 16
store i32 %9, ptr %2, align 4
%10 = getelementptr inbounds [4 x i32], ptr %1, i64 0, i64 1
%11 = load i32, ptr %10, align 4
store i32 %11, ptr %3, align 4
%12 = getelementptr inbounds [4 x i32], ptr %1, i64 0, i64 3
%13 = load i32, ptr %12, align 4
store i32 %13, ptr %4, align 4
%14 = load i32, ptr %2, align 4
%15 = call i32 (ptr, ...) @printf(ptr noundef @.str, i32 noundef %14)
%16 = load i32, ptr %2, align 4
%17 = lshr i32 %16, 0
%18 = and i32 %17, 255
store i32 %18, ptr %5, align 4
%19 = call i32 (ptr, ...) @printf(ptr noundef @.str.1, i32 noundef %18)
%20 = load i32, ptr %5, align 4
%21 = icmp ne i32 %20, 0
br i1 %21, label %24, label %22
22: ; preds = %0
%23 = call i32 (ptr, ...) @printf(ptr noundef @.str.2)
br label %95
24: ; preds = %0
%25 = load i32, ptr %2, align 4
%26 = lshr i32 %25, 8
%27 = and i32 %26, 255
%28 = call i32 (ptr, ...) @printf(ptr noundef @.str.3, i32 noundef %27)
%29 = load i32, ptr %2, align 4
%30 = lshr i32 %29, 16
%31 = and i32 %30, 255
%32 = call i32 (ptr, ...) @printf(ptr noundef @.str.4, i32 noundef %31)
%33 = load i32, ptr %4, align 4
%34 = lshr i32 %33, 0
%35 = and i32 %34, 31
%36 = call i32 (ptr, ...) @printf(ptr noundef @.str.5, i32 noundef %35)
%37 = load i32, ptr %4, align 4
%38 = lshr i32 %37, 5
%39 = and i32 %38, 255
%40 = call i32 (ptr, ...) @printf(ptr noundef @.str.6, i32 noundef %39)
%41 = load i32, ptr %2, align 4
%42 = lshr i32 %41, 24
%43 = and i32 %42, 255
%44 = call i32 (ptr, ...) @printf(ptr noundef @.str.7, i32 noundef %43)
%45 = call i32 (ptr, ...) @printf(ptr noundef @.str.8)
%46 = load i32, ptr %3, align 4
%47 = lshr i32 %46, 0
%48 = and i32 %47, 1
%49 = icmp ne i32 %48, 0
%50 = xor i1 %49, true
%51 = zext i1 %50 to i32
%52 = call i32 (ptr, ...) @printf(ptr noundef @.str.9, i32 noundef %51)
%53 = load i32, ptr %3, align 4
%54 = lshr i32 %53, 1
%55 = and i32 %54, 1
%56 = icmp ne i32 %55, 0
%57 = xor i1 %56, true
%58 = zext i1 %57 to i32
%59 = call i32 (ptr, ...) @printf(ptr noundef @.str.10, i32 noundef %58)
%60 = load i32, ptr %3, align 4
%61 = lshr i32 %60, 2
%62 = and i32 %61, 1
%63 = icmp ne i32 %62, 0
%64 = xor i1 %63, true
%65 = zext i1 %64 to i32
%66 = call i32 (ptr, ...) @printf(ptr noundef @.str.11, i32 noundef %65)
%67 = load i32, ptr %3, align 4
%68 = lshr i32 %67, 3
%69 = and i32 %68, 1
%70 = icmp ne i32 %69, 0
%71 = xor i1 %70, true
%72 = zext i1 %71 to i32
%73 = call i32 (ptr, ...) @printf(ptr noundef @.str.12, i32 noundef %72)
%74 = load i32, ptr %3, align 4
%75 = lshr i32 %74, 4
%76 = and i32 %75, 1
%77 = icmp ne i32 %76, 0
%78 = xor i1 %77, true
%79 = zext i1 %78 to i32
%80 = call i32 (ptr, ...) @printf(ptr noundef @.str.13, i32 noundef %79)
%81 = load i32, ptr %3, align 4
%82 = lshr i32 %81, 5
%83 = and i32 %82, 1
%84 = icmp ne i32 %83, 0
%85 = xor i1 %84, true
%86 = zext i1 %85 to i32
%87 = call i32 (ptr, ...) @printf(ptr noundef @.str.14, i32 noundef %86)
%88 = load i32, ptr %3, align 4
%89 = lshr i32 %88, 6
%90 = and i32 %89, 1
%91 = icmp ne i32 %90, 0
%92 = xor i1 %91, true
%93 = zext i1 %92 to i32
%94 = call i32 (ptr, ...) @printf(ptr noundef @.str.15, i32 noundef %93)
br label %95
95: ; preds = %24, %22
ret void
}
declare i32 @cpuid_fn(i32 noundef, ptr noundef) #1
declare i32 @printf(ptr noundef, ...) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmp1l8i6ecd.c"
target datalayout = "e-m:e-p270: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"eax=0x%x\0A\00", align 1
@.str.1 = private unnamed_addr constant [37 x i8] c"Version ID %3u\0A\00", align 1
@.str.2 = private unnamed_addr constant [58 x i8] c"This processor doesn't support architectural perf. cntrs\0A\00", align 1
@.str.3 = private unnamed_addr constant [37 x i8] c"Perf. mon. cntr / logical cpu %3u\0A\00", align 1
@.str.4 = private unnamed_addr constant [37 x i8] c"Perf. mon. cntr Bit width %3u\0A\00", align 1
@.str.5 = private unnamed_addr constant [41 x i8] c"Fixed perf. mon. cntr / logical cpu %3u\0A\00", align 1
@.str.6 = private unnamed_addr constant [37 x i8] c"Fixed perf. mon. cntr Bit width %3u\0A\00", align 1
@.str.7 = private unnamed_addr constant [37 x i8] c"Length of EBX bit vector %3u\0A\00", align 1
@.str.8 = private unnamed_addr constant [2 x i8] c"\0A\00", align 1
@.str.9 = private unnamed_addr constant [27 x i8] c"Core cycle %u\0A\00", align 1
@.str.10 = private unnamed_addr constant [27 x i8] c"Instr retired %u\0A\00", align 1
@.str.11 = private unnamed_addr constant [27 x i8] c"Ref. cycles %u\0A\00", align 1
@.str.12 = private unnamed_addr constant [27 x i8] c"Last Level Cache Ref. %u\0A\00", align 1
@.str.13 = private unnamed_addr constant [27 x i8] c"Last Level Cache Miss %u\0A\00", align 1
@.str.14 = private unnamed_addr constant [27 x i8] c"Branch Instr. retired %u\0A\00", align 1
@.str.15 = private unnamed_addr constant [27 x i8] c"Branch Miss retired %u\0A\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local void @cpuid_arch_perf() #0 {
%1 = alloca [4 x i32], align 16
%2 = alloca i32, align 4
%3 = alloca i32, align 4
%4 = alloca i32, align 4
%5 = alloca i32, align 4
%6 = getelementptr inbounds [4 x i32], ptr %1, i64 0, i64 0
%7 = call i32 @cpuid_fn(i32 noundef 10, ptr noundef %6)
%8 = getelementptr inbounds [4 x i32], ptr %1, i64 0, i64 0
%9 = load i32, ptr %8, align 16
store i32 %9, ptr %2, align 4
%10 = getelementptr inbounds [4 x i32], ptr %1, i64 0, i64 1
%11 = load i32, ptr %10, align 4
store i32 %11, ptr %3, align 4
%12 = getelementptr inbounds [4 x i32], ptr %1, i64 0, i64 3
%13 = load i32, ptr %12, align 4
store i32 %13, ptr %4, align 4
%14 = load i32, ptr %2, align 4
%15 = call i32 (ptr, ...) @printf(ptr noundef @.str, i32 noundef %14)
%16 = load i32, ptr %2, align 4
%17 = lshr i32 %16, 0
%18 = and i32 %17, 255
store i32 %18, ptr %5, align 4
%19 = call i32 (ptr, ...) @printf(ptr noundef @.str.1, i32 noundef %18)
%20 = load i32, ptr %5, align 4
%21 = icmp ne i32 %20, 0
br i1 %21, label %24, label %22
22: ; preds = %0
%23 = call i32 (ptr, ...) @printf(ptr noundef @.str.2)
br label %95
24: ; preds = %0
%25 = load i32, ptr %2, align 4
%26 = lshr i32 %25, 8
%27 = and i32 %26, 255
%28 = call i32 (ptr, ...) @printf(ptr noundef @.str.3, i32 noundef %27)
%29 = load i32, ptr %2, align 4
%30 = lshr i32 %29, 16
%31 = and i32 %30, 255
%32 = call i32 (ptr, ...) @printf(ptr noundef @.str.4, i32 noundef %31)
%33 = load i32, ptr %4, align 4
%34 = lshr i32 %33, 0
%35 = and i32 %34, 31
%36 = call i32 (ptr, ...) @printf(ptr noundef @.str.5, i32 noundef %35)
%37 = load i32, ptr %4, align 4
%38 = lshr i32 %37, 5
%39 = and i32 %38, 255
%40 = call i32 (ptr, ...) @printf(ptr noundef @.str.6, i32 noundef %39)
%41 = load i32, ptr %2, align 4
%42 = lshr i32 %41, 24
%43 = and i32 %42, 255
%44 = call i32 (ptr, ...) @printf(ptr noundef @.str.7, i32 noundef %43)
%45 = call i32 (ptr, ...) @printf(ptr noundef @.str.8)
%46 = load i32, ptr %3, align 4
%47 = lshr i32 %46, 0
%48 = and i32 %47, 1
%49 = icmp ne i32 %48, 0
%50 = xor i1 %49, true
%51 = zext i1 %50 to i32
%52 = call i32 (ptr, ...) @printf(ptr noundef @.str.9, i32 noundef %51)
%53 = load i32, ptr %3, align 4
%54 = lshr i32 %53, 1
%55 = and i32 %54, 1
%56 = icmp ne i32 %55, 0
%57 = xor i1 %56, true
%58 = zext i1 %57 to i32
%59 = call i32 (ptr, ...) @printf(ptr noundef @.str.10, i32 noundef %58)
%60 = load i32, ptr %3, align 4
%61 = lshr i32 %60, 2
%62 = and i32 %61, 1
%63 = icmp ne i32 %62, 0
%64 = xor i1 %63, true
%65 = zext i1 %64 to i32
%66 = call i32 (ptr, ...) @printf(ptr noundef @.str.11, i32 noundef %65)
%67 = load i32, ptr %3, align 4
%68 = lshr i32 %67, 3
%69 = and i32 %68, 1
%70 = icmp ne i32 %69, 0
%71 = xor i1 %70, true
%72 = zext i1 %71 to i32
%73 = call i32 (ptr, ...) @printf(ptr noundef @.str.12, i32 noundef %72)
%74 = load i32, ptr %3, align 4
%75 = lshr i32 %74, 4
%76 = and i32 %75, 1
%77 = icmp ne i32 %76, 0
%78 = xor i1 %77, true
%79 = zext i1 %78 to i32
%80 = call i32 (ptr, ...) @printf(ptr noundef @.str.13, i32 noundef %79)
%81 = load i32, ptr %3, align 4
%82 = lshr i32 %81, 5
%83 = and i32 %82, 1
%84 = icmp ne i32 %83, 0
%85 = xor i1 %84, true
%86 = zext i1 %85 to i32
%87 = call i32 (ptr, ...) @printf(ptr noundef @.str.14, i32 noundef %86)
%88 = load i32, ptr %3, align 4
%89 = lshr i32 %88, 6
%90 = and i32 %89, 1
%91 = icmp ne i32 %90, 0
%92 = xor i1 %91, true
%93 = zext i1 %92 to i32
%94 = call i32 (ptr, ...) @printf(ptr noundef @.str.15, i32 noundef %93)
br label %95
95: ; preds = %24, %22
ret void
}
declare i32 @cpuid_fn(i32 noundef, ptr noundef) #1
declare i32 @printf(ptr noundef, ...) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
|
; ModuleID = '/tmp/tmpuw7muppk.c'
source_filename = "/tmp/tmpuw7muppk.c"
target datalayout = "e-m:e-p270: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 @memstat_mtl_free(ptr noundef %0) #0 {
%2 = alloca ptr, align 8
store ptr %0, ptr %2, align 8
%3 = load ptr, ptr %2, align 8
%4 = call i32 @_memstat_mtl_empty(ptr noundef %3)
%5 = load ptr, ptr %2, align 8
%6 = call i32 @free(ptr noundef %5)
ret void
}
declare i32 @_memstat_mtl_empty(ptr noundef) #1
declare i32 @free(ptr noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmpuw7muppk.c"
target datalayout = "e-m:e-p270: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 @memstat_mtl_free(ptr noundef %0) #0 {
%2 = alloca ptr, align 8
store ptr %0, ptr %2, align 8
%3 = load ptr, ptr %2, align 8
%4 = call i32 @_memstat_mtl_empty(ptr noundef %3)
%5 = load ptr, ptr %2, align 8
%6 = call i32 @free(ptr noundef %5)
ret void
}
declare i32 @_memstat_mtl_empty(ptr noundef) #1
declare i32 @free(ptr noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
|
; ModuleID = '/tmp/tmp3oqreghv.c'
source_filename = "/tmp/tmp3oqreghv.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@ERANGE = dso_local global i32 0, align 4
@INT_MAX = dso_local global i32 0, align 4
@INT_MIN = 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/tmp3oqreghv.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@ERANGE = dso_local global i32 0, align 4
@INT_MAX = dso_local global i32 0, align 4
@INT_MIN = 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/tmpqkhl5p_1.c'
source_filename = "/tmp/tmpqkhl5p_1.c"
target datalayout = "e-m:e-p270: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 @_Card_rank_letter(i32 noundef %0) #0 {
%2 = alloca i8, align 1
%3 = alloca i32, align 4
store i32 %0, ptr %3, align 4
%4 = load i32, ptr %3, align 4
%5 = icmp slt i32 0, %4
br i1 %5, label %6, label %9
6: ; preds = %1
%7 = load i32, ptr %3, align 4
%8 = icmp sle i32 %7, 13
br label %9
9: ; preds = %6, %1
%10 = phi i1 [ false, %1 ], [ %8, %6 ]
%11 = zext i1 %10 to i32
%12 = call i32 @assert(i32 noundef %11)
%13 = load i32, ptr %3, align 4
switch i32 %13, label %19 [
i32 1, label %14
i32 10, label %15
i32 11, label %16
i32 12, label %17
i32 13, label %18
]
14: ; preds = %9
store i8 65, ptr %2, align 1
br label %23
15: ; preds = %9
store i8 84, ptr %2, align 1
br label %23
16: ; preds = %9
store i8 74, ptr %2, align 1
br label %23
17: ; preds = %9
store i8 81, ptr %2, align 1
br label %23
18: ; preds = %9
store i8 75, ptr %2, align 1
br label %23
19: ; preds = %9
%20 = load i32, ptr %3, align 4
%21 = add nsw i32 48, %20
%22 = trunc i32 %21 to i8
store i8 %22, ptr %2, align 1
br label %23
23: ; preds = %19, %18, %17, %16, %15, %14
%24 = load i8, ptr %2, align 1
ret i8 %24
}
declare i32 @assert(i32 noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmpqkhl5p_1.c"
target datalayout = "e-m:e-p270: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 @_Card_rank_letter(i32 noundef %0) #0 {
%2 = alloca i8, align 1
%3 = alloca i32, align 4
store i32 %0, ptr %3, align 4
%4 = load i32, ptr %3, align 4
%5 = icmp slt i32 0, %4
br i1 %5, label %6, label %9
6: ; preds = %1
%7 = load i32, ptr %3, align 4
%8 = icmp sle i32 %7, 13
br label %9
9: ; preds = %6, %1
%10 = phi i1 [ false, %1 ], [ %8, %6 ]
%11 = zext i1 %10 to i32
%12 = call i32 @assert(i32 noundef %11)
%13 = load i32, ptr %3, align 4
switch i32 %13, label %19 [
i32 1, label %14
i32 10, label %15
i32 11, label %16
i32 12, label %17
i32 13, label %18
]
14: ; preds = %9
store i8 65, ptr %2, align 1
br label %23
15: ; preds = %9
store i8 84, ptr %2, align 1
br label %23
16: ; preds = %9
store i8 74, ptr %2, align 1
br label %23
17: ; preds = %9
store i8 81, ptr %2, align 1
br label %23
18: ; preds = %9
store i8 75, ptr %2, align 1
br label %23
19: ; preds = %9
%20 = load i32, ptr %3, align 4
%21 = add nsw i32 48, %20
%22 = trunc i32 %21 to i8
store i8 %22, ptr %2, align 1
br label %23
23: ; preds = %19, %18, %17, %16, %15, %14
%24 = load i8, ptr %2, align 1
ret i8 %24
}
declare i32 @assert(i32 noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
|
; ModuleID = '/tmp/tmpndlblfjt.c'
source_filename = "/tmp/tmpndlblfjt.c"
target datalayout = "e-m:e-p270: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 @sshbuf_put_cstring(ptr noundef %0, ptr noundef %1) #0 {
%3 = alloca ptr, align 8
%4 = alloca ptr, align 8
store ptr %0, ptr %3, align 8
store ptr %1, ptr %4, align 8
%5 = load ptr, ptr %3, align 8
%6 = load ptr, ptr %4, align 8
%7 = load ptr, ptr %4, align 8
%8 = icmp eq ptr %7, null
br i1 %8, label %9, label %10
9: ; preds = %2
br label %13
10: ; preds = %2
%11 = load ptr, ptr %4, align 8
%12 = call i32 @strlen(ptr noundef %11)
br label %13
13: ; preds = %10, %9
%14 = phi i32 [ 0, %9 ], [ %12, %10 ]
%15 = call i32 @sshbuf_put_string(ptr noundef %5, ptr noundef %6, i32 noundef %14)
ret i32 %15
}
declare i32 @sshbuf_put_string(ptr noundef, ptr noundef, i32 noundef) #1
declare i32 @strlen(ptr noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmpndlblfjt.c"
target datalayout = "e-m:e-p270: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 @sshbuf_put_cstring(ptr noundef %0, ptr noundef %1) #0 {
%3 = alloca ptr, align 8
%4 = alloca ptr, align 8
store ptr %0, ptr %3, align 8
store ptr %1, ptr %4, align 8
%5 = load ptr, ptr %3, align 8
%6 = load ptr, ptr %4, align 8
%7 = load ptr, ptr %4, align 8
%8 = icmp eq ptr %7, null
br i1 %8, label %9, label %10
9: ; preds = %2
br label %13
10: ; preds = %2
%11 = load ptr, ptr %4, align 8
%12 = call i32 @strlen(ptr noundef %11)
br label %13
13: ; preds = %10, %9
%14 = phi i32 [ 0, %9 ], [ %12, %10 ]
%15 = call i32 @sshbuf_put_string(ptr noundef %5, ptr noundef %6, i32 noundef %14)
ret i32 %15
}
declare i32 @sshbuf_put_string(ptr noundef, ptr noundef, i32 noundef) #1
declare i32 @strlen(ptr noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
|
; ModuleID = '/tmp/tmpn5_k94by.c'
source_filename = "/tmp/tmpn5_k94by.c"
target datalayout = "e-m:e-p270: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"(%d)=%lf\0A\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local void @print1(i32 noundef %0, i32 noundef %1, ptr noundef %2) #0 {
%4 = alloca i32, align 4
%5 = alloca i32, align 4
%6 = alloca ptr, align 8
%7 = alloca i32, align 4
store i32 %0, ptr %4, align 4
store i32 %1, ptr %5, align 4
store ptr %2, ptr %6, align 8
store i32 0, ptr %7, align 4
br label %8
8: ; preds = %22, %3
%9 = load i32, ptr %7, align 4
%10 = load i32, ptr %4, align 4
%11 = load i32, ptr %5, align 4
%12 = mul nsw i32 %10, %11
%13 = icmp slt i32 %9, %12
br i1 %13, label %14, label %25
14: ; preds = %8
%15 = load i32, ptr %7, align 4
%16 = load ptr, ptr %6, align 8
%17 = load i32, ptr %7, align 4
%18 = sext i32 %17 to i64
%19 = getelementptr inbounds double, ptr %16, i64 %18
%20 = load double, ptr %19, align 8
%21 = call i32 @printf(ptr noundef @.str, i32 noundef %15, double noundef %20)
br label %22
22: ; preds = %14
%23 = load i32, ptr %7, align 4
%24 = add nsw i32 %23, 1
store i32 %24, ptr %7, align 4
br label %8, !llvm.loop !6
25: ; preds = %8
ret void
}
declare i32 @printf(ptr noundef, i32 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"}
!6 = distinct !{!6, !7}
!7 = !{!"llvm.loop.mustprogress"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmpn5_k94by.c"
target datalayout = "e-m:e-p270: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"(%d)=%lf\0A\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local void @print1(i32 noundef %0, i32 noundef %1, ptr noundef %2) #0 {
%4 = alloca i32, align 4
%5 = alloca i32, align 4
%6 = alloca ptr, align 8
%7 = alloca i32, align 4
store i32 %0, ptr %4, align 4
store i32 %1, ptr %5, align 4
store ptr %2, ptr %6, align 8
store i32 0, ptr %7, align 4
%8 = load i32, ptr %7, align 4
%9 = load i32, ptr %4, align 4
%10 = load i32, ptr %5, align 4
%11 = mul nsw i32 %9, %10
%12 = icmp slt i32 %8, %11
br i1 %12, label %.lr.ph, label %29
.lr.ph: ; preds = %3
br label %13
13: ; preds = %.lr.ph, %21
%14 = load i32, ptr %7, align 4
%15 = load ptr, ptr %6, align 8
%16 = load i32, ptr %7, align 4
%17 = sext i32 %16 to i64
%18 = getelementptr inbounds double, ptr %15, i64 %17
%19 = load double, ptr %18, align 8
%20 = call i32 @printf(ptr noundef @.str, i32 noundef %14, double noundef %19)
br label %21
21: ; preds = %13
%22 = load i32, ptr %7, align 4
%23 = add nsw i32 %22, 1
store i32 %23, ptr %7, align 4
%24 = load i32, ptr %7, align 4
%25 = load i32, ptr %4, align 4
%26 = load i32, ptr %5, align 4
%27 = mul nsw i32 %25, %26
%28 = icmp slt i32 %24, %27
br i1 %28, label %13, label %._crit_edge, !llvm.loop !6
._crit_edge: ; preds = %21
br label %29
29: ; preds = %._crit_edge, %3
ret void
}
declare i32 @printf(ptr noundef, i32 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"}
!6 = distinct !{!6, !7}
!7 = !{!"llvm.loop.mustprogress"}
|
; ModuleID = '/tmp/tmp21m6yclv.c'
source_filename = "/tmp/tmp21m6yclv.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@.str = private unnamed_addr constant [4 x i8] c"%d\0A\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @main(i32 noundef %0, ptr noundef %1) #0 {
%3 = alloca i32, align 4
%4 = alloca i32, align 4
%5 = alloca ptr, align 8
%6 = alloca i32, align 4
store i32 0, ptr %3, align 4
store i32 %0, ptr %4, align 4
store ptr %1, ptr %5, align 8
store i32 0, ptr %6, align 4
br label %7
7: ; preds = %13, %2
%8 = load i32, ptr %6, align 4
%9 = icmp slt i32 %8, 50
br i1 %9, label %10, label %16
10: ; preds = %7
%11 = call i32 (...) @random_walk()
%12 = call i32 @printf(ptr noundef @.str, i32 noundef %11)
br label %13
13: ; preds = %10
%14 = load i32, ptr %6, align 4
%15 = add nsw i32 %14, 1
store i32 %15, ptr %6, align 4
br label %7, !llvm.loop !6
16: ; preds = %7
%17 = load i32, ptr %3, align 4
ret i32 %17
}
declare i32 @printf(ptr noundef, i32 noundef) #1
declare i32 @random_walk(...) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 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/tmp21m6yclv.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@.str = private unnamed_addr constant [4 x i8] c"%d\0A\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @main(i32 noundef %0, ptr noundef %1) #0 {
%3 = alloca i32, align 4
%4 = alloca i32, align 4
%5 = alloca ptr, align 8
%6 = alloca i32, align 4
store i32 0, ptr %3, align 4
store i32 %0, ptr %4, align 4
store ptr %1, ptr %5, align 8
store i32 0, ptr %6, align 4
%7 = load i32, ptr %6, align 4
%8 = icmp slt i32 %7, 50
br i1 %8, label %.lr.ph, label %17
.lr.ph: ; preds = %2
br label %9
9: ; preds = %.lr.ph, %12
%10 = call i32 (...) @random_walk()
%11 = call i32 @printf(ptr noundef @.str, i32 noundef %10)
br label %12
12: ; preds = %9
%13 = load i32, ptr %6, align 4
%14 = add nsw i32 %13, 1
store i32 %14, ptr %6, align 4
%15 = load i32, ptr %6, align 4
%16 = icmp slt i32 %15, 50
br i1 %16, label %9, label %._crit_edge, !llvm.loop !6
._crit_edge: ; preds = %12
br label %17
17: ; preds = %._crit_edge, %2
%18 = load i32, ptr %3, align 4
ret i32 %18
}
declare i32 @printf(ptr noundef, i32 noundef) #1
declare i32 @random_walk(...) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 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/tmpgokyovpi.c'
source_filename = "/tmp/tmpgokyovpi.c"
target datalayout = "e-m:e-p270: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 @cmov(ptr noundef %0, ptr noundef %1, i64 noundef %2, i8 noundef zeroext %3) #0 {
%5 = alloca ptr, align 8
%6 = alloca ptr, align 8
%7 = alloca i64, align 8
%8 = alloca i8, align 1
%9 = alloca i64, align 8
store ptr %0, ptr %5, align 8
store ptr %1, ptr %6, align 8
store i64 %2, ptr %7, align 8
store i8 %3, ptr %8, align 1
%10 = load i8, ptr %8, align 1
%11 = zext i8 %10 to i32
%12 = sub nsw i32 0, %11
%13 = trunc i32 %12 to i8
store i8 %13, ptr %8, align 1
store i64 0, ptr %9, align 8
br label %14
14: ; preds = %40, %4
%15 = load i64, ptr %9, align 8
%16 = load i64, ptr %7, align 8
%17 = icmp ult i64 %15, %16
br i1 %17, label %18, label %43
18: ; preds = %14
%19 = load i8, ptr %8, align 1
%20 = zext i8 %19 to i32
%21 = load ptr, ptr %6, align 8
%22 = load i64, ptr %9, align 8
%23 = getelementptr inbounds i8, ptr %21, i64 %22
%24 = load i8, ptr %23, align 1
%25 = zext i8 %24 to i32
%26 = load ptr, ptr %5, align 8
%27 = load i64, ptr %9, align 8
%28 = getelementptr inbounds i8, ptr %26, i64 %27
%29 = load i8, ptr %28, align 1
%30 = zext i8 %29 to i32
%31 = xor i32 %25, %30
%32 = and i32 %20, %31
%33 = load ptr, ptr %5, align 8
%34 = load i64, ptr %9, align 8
%35 = getelementptr inbounds i8, ptr %33, i64 %34
%36 = load i8, ptr %35, align 1
%37 = zext i8 %36 to i32
%38 = xor i32 %37, %32
%39 = trunc i32 %38 to i8
store i8 %39, ptr %35, align 1
br label %40
40: ; preds = %18
%41 = load i64, ptr %9, align 8
%42 = add i64 %41, 1
store i64 %42, ptr %9, align 8
br label %14, !llvm.loop !6
43: ; preds = %14
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/tmpgokyovpi.c"
target datalayout = "e-m:e-p270: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 @cmov(ptr noundef %0, ptr noundef %1, i64 noundef %2, i8 noundef zeroext %3) #0 {
%5 = alloca ptr, align 8
%6 = alloca ptr, align 8
%7 = alloca i64, align 8
%8 = alloca i8, align 1
%9 = alloca i64, align 8
store ptr %0, ptr %5, align 8
store ptr %1, ptr %6, align 8
store i64 %2, ptr %7, align 8
store i8 %3, ptr %8, align 1
%10 = load i8, ptr %8, align 1
%11 = zext i8 %10 to i32
%12 = sub nsw i32 0, %11
%13 = trunc i32 %12 to i8
store i8 %13, ptr %8, align 1
store i64 0, ptr %9, align 8
%14 = load i64, ptr %9, align 8
%15 = load i64, ptr %7, align 8
%16 = icmp ult i64 %14, %15
br i1 %16, label %.lr.ph, label %45
.lr.ph: ; preds = %4
br label %17
17: ; preds = %.lr.ph, %39
%18 = load i8, ptr %8, align 1
%19 = zext i8 %18 to i32
%20 = load ptr, ptr %6, align 8
%21 = load i64, ptr %9, align 8
%22 = getelementptr inbounds i8, ptr %20, i64 %21
%23 = load i8, ptr %22, align 1
%24 = zext i8 %23 to i32
%25 = load ptr, ptr %5, align 8
%26 = load i64, ptr %9, align 8
%27 = getelementptr inbounds i8, ptr %25, i64 %26
%28 = load i8, ptr %27, align 1
%29 = zext i8 %28 to i32
%30 = xor i32 %24, %29
%31 = and i32 %19, %30
%32 = load ptr, ptr %5, align 8
%33 = load i64, ptr %9, align 8
%34 = getelementptr inbounds i8, ptr %32, i64 %33
%35 = load i8, ptr %34, align 1
%36 = zext i8 %35 to i32
%37 = xor i32 %36, %31
%38 = trunc i32 %37 to i8
store i8 %38, ptr %34, align 1
br label %39
39: ; preds = %17
%40 = load i64, ptr %9, align 8
%41 = add i64 %40, 1
store i64 %41, ptr %9, align 8
%42 = load i64, ptr %9, align 8
%43 = load i64, ptr %7, align 8
%44 = icmp ult i64 %42, %43
br i1 %44, label %17, label %._crit_edge, !llvm.loop !6
._crit_edge: ; preds = %39
br label %45
45: ; preds = %._crit_edge, %4
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/tmp3yhnii3o.c'
source_filename = "/tmp/tmp3yhnii3o.c"
target datalayout = "e-m:e-p270: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.timespec = type { i64, i64 }
@CLOCK_MONOTONIC = dso_local global i32 0, align 4
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local double @now() #0 {
%1 = alloca %struct.timespec, align 8
%2 = load i32, ptr @CLOCK_MONOTONIC, align 4
%3 = call i32 @clock_gettime(i32 noundef %2, ptr noundef %1)
%4 = getelementptr inbounds %struct.timespec, ptr %1, i32 0, i32 1
%5 = load i64, ptr %4, align 8
%6 = sitofp i64 %5 to double
%7 = getelementptr inbounds %struct.timespec, ptr %1, i32 0, i32 0
%8 = load i64, ptr %7, align 8
%9 = sitofp i64 %8 to double
%10 = call double @llvm.fmuladd.f64(double %9, double 1.000000e-09, double %6)
ret double %10
}
declare i32 @clock_gettime(i32 noundef, 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"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmp3yhnii3o.c"
target datalayout = "e-m:e-p270: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.timespec = type { i64, i64 }
@CLOCK_MONOTONIC = dso_local global i32 0, align 4
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local double @now() #0 {
%1 = alloca %struct.timespec, align 8
%2 = load i32, ptr @CLOCK_MONOTONIC, align 4
%3 = call i32 @clock_gettime(i32 noundef %2, ptr noundef %1)
%4 = getelementptr inbounds %struct.timespec, ptr %1, i32 0, i32 1
%5 = load i64, ptr %4, align 8
%6 = sitofp i64 %5 to double
%7 = getelementptr inbounds %struct.timespec, ptr %1, i32 0, i32 0
%8 = load i64, ptr %7, align 8
%9 = sitofp i64 %8 to double
%10 = call double @llvm.fmuladd.f64(double %9, double 1.000000e-09, double %6)
ret double %10
}
declare i32 @clock_gettime(i32 noundef, 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"}
|
; ModuleID = '/tmp/tmp0xhczp1p.c'
source_filename = "/tmp/tmp0xhczp1p.c"
target datalayout = "e-m:e-p270: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 @compileStatements() #0 {
%1 = call i32 (...) @compileStatement()
%2 = call i32 (...) @compileStatements2()
ret void
}
declare i32 @compileStatement(...) #1
declare i32 @compileStatements2(...) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmp0xhczp1p.c"
target datalayout = "e-m:e-p270: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 @compileStatements() #0 {
%1 = call i32 (...) @compileStatement()
%2 = call i32 (...) @compileStatements2()
ret void
}
declare i32 @compileStatement(...) #1
declare i32 @compileStatements2(...) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
|
; ModuleID = '/tmp/tmpuczox495.c'
source_filename = "/tmp/tmpuczox495.c"
target datalayout = "e-m:e-p270: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/tmpuczox495.c"
target datalayout = "e-m:e-p270: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/tmpk86yr4ct.c'
source_filename = "/tmp/tmpk86yr4ct.c"
target datalayout = "e-m:e-p270: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 @stopBeep() #0 {
%1 = call i32 @startBeep(i32 noundef 0)
ret i32 %1
}
declare i32 @startBeep(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/tmpk86yr4ct.c"
target datalayout = "e-m:e-p270: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 @stopBeep() #0 {
%1 = call i32 @startBeep(i32 noundef 0)
ret i32 %1
}
declare i32 @startBeep(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/tmpyw9nidvf.c'
source_filename = "/tmp/tmpyw9nidvf.c"
target datalayout = "e-m:e-p270: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/tmpyw9nidvf.c"
target datalayout = "e-m:e-p270: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/tmpmp0g5ubd.c'
source_filename = "/tmp/tmpmp0g5ubd.c"
target datalayout = "e-m:e-p270: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, i32, i32 }
%struct.epoll_event = type { i32 }
@.str = private unnamed_addr constant [35 x i8] c"usage: %s ip_address port_numbder\0A\00", align 1
@AF_INET = dso_local global i32 0, align 4
@PF_INET = dso_local global i32 0, align 4
@SOCK_STREAM = dso_local global i32 0, align 4
@.str.1 = private unnamed_addr constant [15 x i8] c"epoll failure\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 i32, align 4
%8 = alloca i32, align 4
%9 = alloca i32, align 4
%10 = alloca %struct.sockaddr_in, align 4
%11 = alloca i32, align 4
%12 = alloca [1024 x %struct.epoll_event], align 16
%13 = alloca i32, align 4
%14 = 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
%15 = load i32, ptr %4, align 4
%16 = icmp sle i32 %15, 2
br i1 %16, label %17, label %23
17: ; preds = %2
%18 = load ptr, ptr %5, align 8
%19 = getelementptr inbounds ptr, ptr %18, i64 0
%20 = load ptr, ptr %19, align 8
%21 = call ptr @basename(ptr noundef %20)
%22 = call i32 (ptr, ...) @printf(ptr noundef @.str, ptr noundef %21)
store i32 1, ptr %3, align 4
br label %103
23: ; preds = %2
%24 = load ptr, ptr %5, align 8
%25 = getelementptr inbounds ptr, ptr %24, i64 1
%26 = load ptr, ptr %25, align 8
store ptr %26, ptr %6, align 8
%27 = load ptr, ptr %5, align 8
%28 = getelementptr inbounds ptr, ptr %27, i64 2
%29 = load ptr, ptr %28, align 8
%30 = call i32 @atoi(ptr noundef %29)
store i32 %30, ptr %7, align 4
store i32 0, ptr %8, align 4
store i32 0, ptr %9, align 4
%31 = load i32, ptr %4, align 4
%32 = icmp eq i32 %31, 4
br i1 %32, label %33, label %38
33: ; preds = %23
%34 = load ptr, ptr %5, align 8
%35 = getelementptr inbounds ptr, ptr %34, i64 3
%36 = load ptr, ptr %35, align 8
%37 = call i32 @atoi(ptr noundef %36)
store i32 %37, ptr %9, align 4
br label %38
38: ; preds = %33, %23
%39 = call i32 @bzero(ptr noundef %10, i32 noundef 12)
%40 = load i32, ptr @AF_INET, align 4
%41 = getelementptr inbounds %struct.sockaddr_in, ptr %10, i32 0, i32 2
store i32 %40, ptr %41, align 4
%42 = load i32, ptr @AF_INET, align 4
%43 = load ptr, ptr %6, align 8
%44 = getelementptr inbounds %struct.sockaddr_in, ptr %10, i32 0, i32 1
%45 = call i32 @inet_pton(i32 noundef %42, ptr noundef %43, ptr noundef %44)
%46 = load i32, ptr %7, align 4
%47 = call i32 @htons(i32 noundef %46)
%48 = getelementptr inbounds %struct.sockaddr_in, ptr %10, i32 0, i32 0
store i32 %47, ptr %48, align 4
%49 = load i32, ptr @PF_INET, align 4
%50 = load i32, ptr @SOCK_STREAM, align 4
%51 = call i32 @socket(i32 noundef %49, i32 noundef %50, i32 noundef 0)
store i32 %51, ptr %11, align 4
%52 = load i32, ptr %11, align 4
%53 = icmp sge i32 %52, 0
%54 = zext i1 %53 to i32
%55 = call i32 @assert(i32 noundef %54)
%56 = load i32, ptr %11, align 4
%57 = call i32 @bind(i32 noundef %56, ptr noundef %10, i32 noundef 12)
store i32 %57, ptr %8, align 4
%58 = load i32, ptr %8, align 4
%59 = icmp ne i32 %58, -1
%60 = zext i1 %59 to i32
%61 = call i32 @assert(i32 noundef %60)
%62 = load i32, ptr %11, align 4
%63 = call i32 @listen(i32 noundef %62, i32 noundef 5)
store i32 %63, ptr %8, align 4
%64 = load i32, ptr %8, align 4
%65 = icmp ne i32 %64, -1
%66 = zext i1 %65 to i32
%67 = call i32 @assert(i32 noundef %66)
%68 = call i32 @epoll_create(i32 noundef 5)
store i32 %68, ptr %13, align 4
%69 = load i32, ptr %13, align 4
%70 = icmp ne i32 %69, -1
%71 = zext i1 %70 to i32
%72 = call i32 @assert(i32 noundef %71)
%73 = load i32, ptr %13, align 4
%74 = load i32, ptr %11, align 4
%75 = call i32 @addfd(i32 noundef %73, i32 noundef %74, i32 noundef 1)
br label %76
76: ; preds = %38, %99
%77 = load i32, ptr %13, align 4
%78 = getelementptr inbounds [1024 x %struct.epoll_event], ptr %12, i64 0, i64 0
%79 = call i32 @epoll_wait(i32 noundef %77, ptr noundef %78, i32 noundef 1024, i32 noundef -1)
store i32 %79, ptr %14, align 4
%80 = load i32, ptr %14, align 4
%81 = icmp slt i32 %80, 0
br i1 %81, label %82, label %84
82: ; preds = %76
%83 = call i32 (ptr, ...) @printf(ptr noundef @.str.1)
br label %100
84: ; preds = %76
%85 = load i32, ptr %9, align 4
%86 = icmp ne i32 %85, 0
br i1 %86, label %87, label %93
87: ; preds = %84
%88 = getelementptr inbounds [1024 x %struct.epoll_event], ptr %12, i64 0, i64 0
%89 = load i32, ptr %14, align 4
%90 = load i32, ptr %13, align 4
%91 = load i32, ptr %11, align 4
%92 = call i32 @et(ptr noundef %88, i32 noundef %89, i32 noundef %90, i32 noundef %91)
br label %99
93: ; preds = %84
%94 = getelementptr inbounds [1024 x %struct.epoll_event], ptr %12, i64 0, i64 0
%95 = load i32, ptr %14, align 4
%96 = load i32, ptr %13, align 4
%97 = load i32, ptr %11, align 4
%98 = call i32 @lt(ptr noundef %94, i32 noundef %95, i32 noundef %96, i32 noundef %97)
br label %99
99: ; preds = %93, %87
br label %76
100: ; preds = %82
%101 = load i32, ptr %11, align 4
%102 = call i32 @close(i32 noundef %101)
store i32 0, ptr %3, align 4
br label %103
103: ; preds = %100, %17
%104 = load i32, ptr %3, align 4
ret i32 %104
}
declare i32 @printf(ptr noundef, ...) #1
declare ptr @basename(ptr noundef) #1
declare i32 @atoi(ptr noundef) #1
declare i32 @bzero(ptr noundef, i32 noundef) #1
declare i32 @inet_pton(i32 noundef, ptr noundef, ptr noundef) #1
declare i32 @htons(i32 noundef) #1
declare i32 @socket(i32 noundef, i32 noundef, i32 noundef) #1
declare i32 @assert(i32 noundef) #1
declare i32 @bind(i32 noundef, ptr noundef, i32 noundef) #1
declare i32 @listen(i32 noundef, i32 noundef) #1
declare i32 @epoll_create(i32 noundef) #1
declare i32 @addfd(i32 noundef, i32 noundef, i32 noundef) #1
declare i32 @epoll_wait(i32 noundef, ptr noundef, i32 noundef, i32 noundef) #1
declare i32 @et(ptr noundef, i32 noundef, i32 noundef, i32 noundef) #1
declare i32 @lt(ptr noundef, i32 noundef, i32 noundef, i32 noundef) #1
declare i32 @close(i32 noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmpmp0g5ubd.c"
target datalayout = "e-m:e-p270: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, i32, i32 }
%struct.epoll_event = type { i32 }
@.str = private unnamed_addr constant [35 x i8] c"usage: %s ip_address port_numbder\0A\00", align 1
@AF_INET = dso_local global i32 0, align 4
@PF_INET = dso_local global i32 0, align 4
@SOCK_STREAM = dso_local global i32 0, align 4
@.str.1 = private unnamed_addr constant [15 x i8] c"epoll failure\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 i32, align 4
%8 = alloca i32, align 4
%9 = alloca i32, align 4
%10 = alloca %struct.sockaddr_in, align 4
%11 = alloca i32, align 4
%12 = alloca [1024 x %struct.epoll_event], align 16
%13 = alloca i32, align 4
%14 = 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
%15 = load i32, ptr %4, align 4
%16 = icmp sle i32 %15, 2
br i1 %16, label %17, label %23
17: ; preds = %2
%18 = load ptr, ptr %5, align 8
%19 = getelementptr inbounds ptr, ptr %18, i64 0
%20 = load ptr, ptr %19, align 8
%21 = call ptr @basename(ptr noundef %20)
%22 = call i32 (ptr, ...) @printf(ptr noundef @.str, ptr noundef %21)
store i32 1, ptr %3, align 4
br label %106
23: ; preds = %2
%24 = load ptr, ptr %5, align 8
%25 = getelementptr inbounds ptr, ptr %24, i64 1
%26 = load ptr, ptr %25, align 8
store ptr %26, ptr %6, align 8
%27 = load ptr, ptr %5, align 8
%28 = getelementptr inbounds ptr, ptr %27, i64 2
%29 = load ptr, ptr %28, align 8
%30 = call i32 @atoi(ptr noundef %29)
store i32 %30, ptr %7, align 4
store i32 0, ptr %8, align 4
store i32 0, ptr %9, align 4
%31 = load i32, ptr %4, align 4
%32 = icmp eq i32 %31, 4
br i1 %32, label %33, label %38
33: ; preds = %23
%34 = load ptr, ptr %5, align 8
%35 = getelementptr inbounds ptr, ptr %34, i64 3
%36 = load ptr, ptr %35, align 8
%37 = call i32 @atoi(ptr noundef %36)
store i32 %37, ptr %9, align 4
br label %38
38: ; preds = %33, %23
%39 = call i32 @bzero(ptr noundef %10, i32 noundef 12)
%40 = load i32, ptr @AF_INET, align 4
%41 = getelementptr inbounds %struct.sockaddr_in, ptr %10, i32 0, i32 2
store i32 %40, ptr %41, align 4
%42 = load i32, ptr @AF_INET, align 4
%43 = load ptr, ptr %6, align 8
%44 = getelementptr inbounds %struct.sockaddr_in, ptr %10, i32 0, i32 1
%45 = call i32 @inet_pton(i32 noundef %42, ptr noundef %43, ptr noundef %44)
%46 = load i32, ptr %7, align 4
%47 = call i32 @htons(i32 noundef %46)
%48 = getelementptr inbounds %struct.sockaddr_in, ptr %10, i32 0, i32 0
store i32 %47, ptr %48, align 4
%49 = load i32, ptr @PF_INET, align 4
%50 = load i32, ptr @SOCK_STREAM, align 4
%51 = call i32 @socket(i32 noundef %49, i32 noundef %50, i32 noundef 0)
store i32 %51, ptr %11, align 4
%52 = load i32, ptr %11, align 4
%53 = icmp sge i32 %52, 0
%54 = zext i1 %53 to i32
%55 = call i32 @assert(i32 noundef %54)
%56 = load i32, ptr %11, align 4
%57 = call i32 @bind(i32 noundef %56, ptr noundef %10, i32 noundef 12)
store i32 %57, ptr %8, align 4
%58 = load i32, ptr %8, align 4
%59 = icmp ne i32 %58, -1
%60 = zext i1 %59 to i32
%61 = call i32 @assert(i32 noundef %60)
%62 = load i32, ptr %11, align 4
%63 = call i32 @listen(i32 noundef %62, i32 noundef 5)
store i32 %63, ptr %8, align 4
%64 = load i32, ptr %8, align 4
%65 = icmp ne i32 %64, -1
%66 = zext i1 %65 to i32
%67 = call i32 @assert(i32 noundef %66)
%68 = call i32 @epoll_create(i32 noundef 5)
store i32 %68, ptr %13, align 4
%69 = load i32, ptr %13, align 4
%70 = icmp ne i32 %69, -1
%71 = zext i1 %70 to i32
%72 = call i32 @assert(i32 noundef %71)
%73 = load i32, ptr %13, align 4
%74 = load i32, ptr %11, align 4
%75 = call i32 @addfd(i32 noundef %73, i32 noundef %74, i32 noundef 1)
%76 = load i32, ptr %13, align 4
%77 = getelementptr inbounds [1024 x %struct.epoll_event], ptr %12, i64 0, i64 0
%78 = call i32 @epoll_wait(i32 noundef %76, ptr noundef %77, i32 noundef 1024, i32 noundef -1)
store i32 %78, ptr %14, align 4
%79 = load i32, ptr %14, align 4
%80 = icmp slt i32 %79, 0
br i1 %80, label %81, label %.lr.ph
.lr.ph: ; preds = %38
br label %83
._crit_edge: ; preds = %98
br label %81
81: ; preds = %._crit_edge, %38
%82 = call i32 (ptr, ...) @printf(ptr noundef @.str.1)
br label %103
83: ; preds = %.lr.ph, %98
%84 = load i32, ptr %9, align 4
%85 = icmp ne i32 %84, 0
br i1 %85, label %86, label %92
86: ; preds = %83
%87 = getelementptr inbounds [1024 x %struct.epoll_event], ptr %12, i64 0, i64 0
%88 = load i32, ptr %14, align 4
%89 = load i32, ptr %13, align 4
%90 = load i32, ptr %11, align 4
%91 = call i32 @et(ptr noundef %87, i32 noundef %88, i32 noundef %89, i32 noundef %90)
br label %98
92: ; preds = %83
%93 = getelementptr inbounds [1024 x %struct.epoll_event], ptr %12, i64 0, i64 0
%94 = load i32, ptr %14, align 4
%95 = load i32, ptr %13, align 4
%96 = load i32, ptr %11, align 4
%97 = call i32 @lt(ptr noundef %93, i32 noundef %94, i32 noundef %95, i32 noundef %96)
br label %98
98: ; preds = %92, %86
%99 = load i32, ptr %13, align 4
%100 = call i32 @epoll_wait(i32 noundef %99, ptr noundef %77, i32 noundef 1024, i32 noundef -1)
store i32 %100, ptr %14, align 4
%101 = load i32, ptr %14, align 4
%102 = icmp slt i32 %101, 0
br i1 %102, label %._crit_edge, label %83
103: ; preds = %81
%104 = load i32, ptr %11, align 4
%105 = call i32 @close(i32 noundef %104)
store i32 0, ptr %3, align 4
br label %106
106: ; preds = %103, %17
%107 = load i32, ptr %3, align 4
ret i32 %107
}
declare i32 @printf(ptr noundef, ...) #1
declare ptr @basename(ptr noundef) #1
declare i32 @atoi(ptr noundef) #1
declare i32 @bzero(ptr noundef, i32 noundef) #1
declare i32 @inet_pton(i32 noundef, ptr noundef, ptr noundef) #1
declare i32 @htons(i32 noundef) #1
declare i32 @socket(i32 noundef, i32 noundef, i32 noundef) #1
declare i32 @assert(i32 noundef) #1
declare i32 @bind(i32 noundef, ptr noundef, i32 noundef) #1
declare i32 @listen(i32 noundef, i32 noundef) #1
declare i32 @epoll_create(i32 noundef) #1
declare i32 @addfd(i32 noundef, i32 noundef, i32 noundef) #1
declare i32 @epoll_wait(i32 noundef, ptr noundef, i32 noundef, i32 noundef) #1
declare i32 @et(ptr noundef, i32 noundef, i32 noundef, i32 noundef) #1
declare i32 @lt(ptr noundef, i32 noundef, i32 noundef, i32 noundef) #1
declare i32 @close(i32 noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
|
; ModuleID = '/tmp/tmp7e6_eor8.c'
source_filename = "/tmp/tmp7e6_eor8.c"
target datalayout = "e-m:e-p270: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"UNSUPPORTED\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local void @cmd_wecho_wchar(i32 noundef %0, ptr noundef %1) #0 {
%3 = alloca i32, align 4
%4 = alloca ptr, align 8
store i32 %0, ptr %3, align 4
store ptr %1, ptr %4, align 8
%5 = load i32, ptr %3, align 4
%6 = call i32 @check_arg_count(i32 noundef %5, i32 noundef 1)
%7 = icmp eq i32 %6, 1
br i1 %7, label %8, label %9
8: ; preds = %2
br label %12
9: ; preds = %2
%10 = call i32 @report_count(i32 noundef 1)
%11 = call i32 @report_error(ptr noundef @.str)
br label %12
12: ; preds = %9, %8
ret void
}
declare i32 @check_arg_count(i32 noundef, i32 noundef) #1
declare i32 @report_count(i32 noundef) #1
declare i32 @report_error(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/tmp7e6_eor8.c"
target datalayout = "e-m:e-p270: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"UNSUPPORTED\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local void @cmd_wecho_wchar(i32 noundef %0, ptr noundef %1) #0 {
%3 = alloca i32, align 4
%4 = alloca ptr, align 8
store i32 %0, ptr %3, align 4
store ptr %1, ptr %4, align 8
%5 = load i32, ptr %3, align 4
%6 = call i32 @check_arg_count(i32 noundef %5, i32 noundef 1)
%7 = icmp eq i32 %6, 1
br i1 %7, label %8, label %9
8: ; preds = %2
br label %12
9: ; preds = %2
%10 = call i32 @report_count(i32 noundef 1)
%11 = call i32 @report_error(ptr noundef @.str)
br label %12
12: ; preds = %9, %8
ret void
}
declare i32 @check_arg_count(i32 noundef, i32 noundef) #1
declare i32 @report_count(i32 noundef) #1
declare i32 @report_error(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/tmpvvcq1jah.c'
source_filename = "/tmp/tmpvvcq1jah.c"
target datalayout = "e-m:e-p270: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 @Rose(ptr noundef %0, ptr noundef %1, ptr noundef %2, i32 noundef %3) #0 {
%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 double, align 8
%12 = alloca double, align 8
store ptr %0, ptr %5, align 8
store ptr %1, ptr %6, align 8
store ptr %2, ptr %7, align 8
store i32 %3, ptr %8, align 4
store double 0.000000e+00, ptr %11, align 8
%13 = load i32, ptr %8, align 4
%14 = srem i32 %13, 5
store i32 %14, ptr %10, align 4
%15 = load i32, ptr %10, align 4
%16 = icmp ne i32 %15, 0
br i1 %16, label %17, label %37
17: ; preds = %4
store i32 0, ptr %9, align 4
br label %18
18: ; preds = %33, %17
%19 = load i32, ptr %9, align 4
%20 = load i32, ptr %10, align 4
%21 = icmp slt i32 %19, %20
br i1 %21, label %22, label %36
22: ; preds = %18
%23 = load ptr, ptr %7, align 8
%24 = load i32, ptr %9, align 4
%25 = sext i32 %24 to i64
%26 = getelementptr inbounds double, ptr %23, i64 %25
%27 = load double, ptr %26, align 8
%28 = load i32, ptr %9, align 4
%29 = add nsw i32 %28, 1
%30 = sitofp i32 %29 to double
%31 = load double, ptr %11, align 8
%32 = call double @llvm.fmuladd.f64(double %27, double %30, double %31)
store double %32, ptr %11, align 8
br label %33
33: ; preds = %22
%34 = load i32, ptr %9, align 4
%35 = add nsw i32 %34, 1
store i32 %35, ptr %9, align 4
br label %18, !llvm.loop !6
36: ; preds = %18
br label %37
37: ; preds = %36, %4
%38 = load i32, ptr %10, align 4
store i32 %38, ptr %9, align 4
br label %39
39: ; preds = %95, %37
%40 = load i32, ptr %9, align 4
%41 = load i32, ptr %8, align 4
%42 = icmp slt i32 %40, %41
br i1 %42, label %43, label %98
43: ; preds = %39
%44 = load ptr, ptr %7, align 8
%45 = load i32, ptr %9, align 4
%46 = sext i32 %45 to i64
%47 = getelementptr inbounds double, ptr %44, i64 %46
%48 = load double, ptr %47, align 8
%49 = load i32, ptr %9, align 4
%50 = add nsw i32 %49, 1
%51 = sitofp i32 %50 to double
%52 = load ptr, ptr %7, align 8
%53 = load i32, ptr %9, align 4
%54 = add nsw i32 %53, 1
%55 = sext i32 %54 to i64
%56 = getelementptr inbounds double, ptr %52, i64 %55
%57 = load double, ptr %56, align 8
%58 = load i32, ptr %9, align 4
%59 = add nsw i32 %58, 2
%60 = sitofp i32 %59 to double
%61 = fmul double %57, %60
%62 = call double @llvm.fmuladd.f64(double %48, double %51, double %61)
%63 = load ptr, ptr %7, align 8
%64 = load i32, ptr %9, align 4
%65 = add nsw i32 %64, 2
%66 = sext i32 %65 to i64
%67 = getelementptr inbounds double, ptr %63, i64 %66
%68 = load double, ptr %67, align 8
%69 = load i32, ptr %9, align 4
%70 = add nsw i32 %69, 3
%71 = sitofp i32 %70 to double
%72 = call double @llvm.fmuladd.f64(double %68, double %71, double %62)
%73 = load ptr, ptr %7, align 8
%74 = load i32, ptr %9, align 4
%75 = add nsw i32 %74, 3
%76 = sext i32 %75 to i64
%77 = getelementptr inbounds double, ptr %73, i64 %76
%78 = load double, ptr %77, align 8
%79 = load i32, ptr %9, align 4
%80 = add nsw i32 %79, 4
%81 = sitofp i32 %80 to double
%82 = call double @llvm.fmuladd.f64(double %78, double %81, double %72)
%83 = load ptr, ptr %7, align 8
%84 = load i32, ptr %9, align 4
%85 = add nsw i32 %84, 4
%86 = sext i32 %85 to i64
%87 = getelementptr inbounds double, ptr %83, i64 %86
%88 = load double, ptr %87, align 8
%89 = load i32, ptr %9, align 4
%90 = add nsw i32 %89, 5
%91 = sitofp i32 %90 to double
%92 = call double @llvm.fmuladd.f64(double %88, double %91, double %82)
%93 = load double, ptr %11, align 8
%94 = fadd double %93, %92
store double %94, ptr %11, align 8
br label %95
95: ; preds = %43
%96 = load i32, ptr %9, align 4
%97 = add nsw i32 %96, 5
store i32 %97, ptr %9, align 4
br label %39, !llvm.loop !8
98: ; preds = %39
%99 = load i32, ptr %8, align 4
%100 = add nsw i32 %99, 1
%101 = sitofp i32 %100 to double
%102 = load double, ptr %11, align 8
%103 = fdiv double %102, %101
store double %103, ptr %11, align 8
%104 = load ptr, ptr %7, align 8
%105 = load i32, ptr %8, align 4
%106 = sub nsw i32 %105, 1
%107 = sext i32 %106 to i64
%108 = getelementptr inbounds double, ptr %104, i64 %107
%109 = load double, ptr %108, align 8
%110 = load double, ptr %11, align 8
%111 = fsub double %109, %110
%112 = load ptr, ptr %6, align 8
%113 = load i32, ptr %8, align 4
%114 = sub nsw i32 %113, 1
%115 = sext i32 %114 to i64
%116 = getelementptr inbounds double, ptr %112, i64 %115
store double %111, ptr %116, align 8
%117 = load i32, ptr %8, align 4
%118 = sub nsw i32 %117, 2
store i32 %118, ptr %9, align 4
br label %119
119: ; preds = %139, %98
%120 = load i32, ptr %9, align 4
%121 = icmp sge i32 %120, 0
br i1 %121, label %122, label %142
122: ; preds = %119
%123 = load ptr, ptr %7, align 8
%124 = load i32, ptr %9, align 4
%125 = sext i32 %124 to i64
%126 = getelementptr inbounds double, ptr %123, i64 %125
%127 = load double, ptr %126, align 8
%128 = load ptr, ptr %6, align 8
%129 = load i32, ptr %9, align 4
%130 = add nsw i32 %129, 1
%131 = sext i32 %130 to i64
%132 = getelementptr inbounds double, ptr %128, i64 %131
%133 = load double, ptr %132, align 8
%134 = fadd double %127, %133
%135 = load ptr, ptr %6, align 8
%136 = load i32, ptr %9, align 4
%137 = sext i32 %136 to i64
%138 = getelementptr inbounds double, ptr %135, i64 %137
store double %134, ptr %138, align 8
br label %139
139: ; preds = %122
%140 = load i32, ptr %9, align 4
%141 = add nsw i32 %140, -1
store i32 %141, ptr %9, align 4
br label %119, !llvm.loop !9
142: ; preds = %119
%143 = load ptr, ptr %6, align 8
%144 = getelementptr inbounds double, ptr %143, i64 0
%145 = load double, ptr %144, align 8
%146 = call double @llvm.fabs.f64(double %145)
store double %146, ptr %12, align 8
store i32 0, ptr %9, align 4
br label %147
147: ; preds = %176, %142
%148 = load i32, ptr %9, align 4
%149 = load i32, ptr %8, align 4
%150 = icmp slt i32 %148, %149
br i1 %150, label %151, label %179
151: ; preds = %147
%152 = load ptr, ptr %6, align 8
%153 = load i32, ptr %9, align 4
%154 = sub nsw i32 %153, 1
%155 = sext i32 %154 to i64
%156 = getelementptr inbounds double, ptr %152, i64 %155
%157 = load double, ptr %156, align 8
%158 = load ptr, ptr %6, align 8
%159 = load i32, ptr %9, align 4
%160 = sext i32 %159 to i64
%161 = getelementptr inbounds double, ptr %158, i64 %160
%162 = load double, ptr %161, align 8
%163 = fadd double %162, %157
store double %163, ptr %161, align 8
%164 = load ptr, ptr %6, align 8
%165 = load i32, ptr %9, align 4
%166 = sext i32 %165 to i64
%167 = getelementptr inbounds double, ptr %164, i64 %166
%168 = load double, ptr %167, align 8
%169 = call double @llvm.fabs.f64(double %168)
store double %169, ptr %11, align 8
%170 = load double, ptr %11, align 8
%171 = load double, ptr %12, align 8
%172 = fcmp ogt double %170, %171
br i1 %172, label %173, label %175
173: ; preds = %151
%174 = load double, ptr %11, align 8
store double %174, ptr %12, align 8
br label %175
175: ; preds = %173, %151
br label %176
176: ; preds = %175
%177 = load i32, ptr %9, align 4
%178 = add nsw i32 %177, 1
store i32 %178, ptr %9, align 4
br label %147, !llvm.loop !10
179: ; preds = %147
%180 = load double, ptr %12, align 8
%181 = load ptr, ptr %5, align 8
store double %180, ptr %181, align 8
ret void
}
; Function Attrs: nocallback nofree nosync nounwind speculatable willreturn memory(none)
declare double @llvm.fmuladd.f64(double, double, double) #1
; Function Attrs: nocallback nofree nosync nounwind speculatable willreturn memory(none)
declare double @llvm.fabs.f64(double) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { nocallback nofree nosync nounwind speculatable willreturn memory(none) }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
!6 = distinct !{!6, !7}
!7 = !{!"llvm.loop.mustprogress"}
!8 = distinct !{!8, !7}
!9 = distinct !{!9, !7}
!10 = distinct !{!10, !7}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmpvvcq1jah.c"
target datalayout = "e-m:e-p270: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 @Rose(ptr noundef %0, ptr noundef %1, ptr noundef %2, i32 noundef %3) #0 {
%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 double, align 8
%12 = alloca double, align 8
store ptr %0, ptr %5, align 8
store ptr %1, ptr %6, align 8
store ptr %2, ptr %7, align 8
store i32 %3, ptr %8, align 4
store double 0.000000e+00, ptr %11, align 8
%13 = load i32, ptr %8, align 4
%14 = srem i32 %13, 5
store i32 %14, ptr %10, align 4
%15 = load i32, ptr %10, align 4
%16 = icmp ne i32 %15, 0
br i1 %16, label %17, label %39
17: ; preds = %4
store i32 0, ptr %9, align 4
%18 = load i32, ptr %9, align 4
%19 = load i32, ptr %10, align 4
%20 = icmp slt i32 %18, %19
br i1 %20, label %.lr.ph, label %38
.lr.ph: ; preds = %17
br label %21
21: ; preds = %.lr.ph, %32
%22 = load ptr, ptr %7, align 8
%23 = load i32, ptr %9, align 4
%24 = sext i32 %23 to i64
%25 = getelementptr inbounds double, ptr %22, i64 %24
%26 = load double, ptr %25, align 8
%27 = load i32, ptr %9, align 4
%28 = add nsw i32 %27, 1
%29 = sitofp i32 %28 to double
%30 = load double, ptr %11, align 8
%31 = call double @llvm.fmuladd.f64(double %26, double %29, double %30)
store double %31, ptr %11, align 8
br label %32
32: ; preds = %21
%33 = load i32, ptr %9, align 4
%34 = add nsw i32 %33, 1
store i32 %34, ptr %9, align 4
%35 = load i32, ptr %9, align 4
%36 = load i32, ptr %10, align 4
%37 = icmp slt i32 %35, %36
br i1 %37, label %21, label %._crit_edge, !llvm.loop !6
._crit_edge: ; preds = %32
br label %38
38: ; preds = %._crit_edge, %17
br label %39
39: ; preds = %38, %4
%40 = load i32, ptr %10, align 4
store i32 %40, ptr %9, align 4
%41 = load i32, ptr %9, align 4
%42 = load i32, ptr %8, align 4
%43 = icmp slt i32 %41, %42
br i1 %43, label %.lr.ph2, label %102
.lr.ph2: ; preds = %39
br label %44
44: ; preds = %.lr.ph2, %96
%45 = load ptr, ptr %7, align 8
%46 = load i32, ptr %9, align 4
%47 = sext i32 %46 to i64
%48 = getelementptr inbounds double, ptr %45, i64 %47
%49 = load double, ptr %48, align 8
%50 = load i32, ptr %9, align 4
%51 = add nsw i32 %50, 1
%52 = sitofp i32 %51 to double
%53 = load ptr, ptr %7, align 8
%54 = load i32, ptr %9, align 4
%55 = add nsw i32 %54, 1
%56 = sext i32 %55 to i64
%57 = getelementptr inbounds double, ptr %53, i64 %56
%58 = load double, ptr %57, align 8
%59 = load i32, ptr %9, align 4
%60 = add nsw i32 %59, 2
%61 = sitofp i32 %60 to double
%62 = fmul double %58, %61
%63 = call double @llvm.fmuladd.f64(double %49, double %52, double %62)
%64 = load ptr, ptr %7, align 8
%65 = load i32, ptr %9, align 4
%66 = add nsw i32 %65, 2
%67 = sext i32 %66 to i64
%68 = getelementptr inbounds double, ptr %64, i64 %67
%69 = load double, ptr %68, align 8
%70 = load i32, ptr %9, align 4
%71 = add nsw i32 %70, 3
%72 = sitofp i32 %71 to double
%73 = call double @llvm.fmuladd.f64(double %69, double %72, double %63)
%74 = load ptr, ptr %7, align 8
%75 = load i32, ptr %9, align 4
%76 = add nsw i32 %75, 3
%77 = sext i32 %76 to i64
%78 = getelementptr inbounds double, ptr %74, i64 %77
%79 = load double, ptr %78, align 8
%80 = load i32, ptr %9, align 4
%81 = add nsw i32 %80, 4
%82 = sitofp i32 %81 to double
%83 = call double @llvm.fmuladd.f64(double %79, double %82, double %73)
%84 = load ptr, ptr %7, align 8
%85 = load i32, ptr %9, align 4
%86 = add nsw i32 %85, 4
%87 = sext i32 %86 to i64
%88 = getelementptr inbounds double, ptr %84, i64 %87
%89 = load double, ptr %88, align 8
%90 = load i32, ptr %9, align 4
%91 = add nsw i32 %90, 5
%92 = sitofp i32 %91 to double
%93 = call double @llvm.fmuladd.f64(double %89, double %92, double %83)
%94 = load double, ptr %11, align 8
%95 = fadd double %94, %93
store double %95, ptr %11, align 8
br label %96
96: ; preds = %44
%97 = load i32, ptr %9, align 4
%98 = add nsw i32 %97, 5
store i32 %98, ptr %9, align 4
%99 = load i32, ptr %9, align 4
%100 = load i32, ptr %8, align 4
%101 = icmp slt i32 %99, %100
br i1 %101, label %44, label %._crit_edge3, !llvm.loop !8
._crit_edge3: ; preds = %96
br label %102
102: ; preds = %._crit_edge3, %39
%103 = load i32, ptr %8, align 4
%104 = add nsw i32 %103, 1
%105 = sitofp i32 %104 to double
%106 = load double, ptr %11, align 8
%107 = fdiv double %106, %105
store double %107, ptr %11, align 8
%108 = load ptr, ptr %7, align 8
%109 = load i32, ptr %8, align 4
%110 = sub nsw i32 %109, 1
%111 = sext i32 %110 to i64
%112 = getelementptr inbounds double, ptr %108, i64 %111
%113 = load double, ptr %112, align 8
%114 = load double, ptr %11, align 8
%115 = fsub double %113, %114
%116 = load ptr, ptr %6, align 8
%117 = load i32, ptr %8, align 4
%118 = sub nsw i32 %117, 1
%119 = sext i32 %118 to i64
%120 = getelementptr inbounds double, ptr %116, i64 %119
store double %115, ptr %120, align 8
%121 = load i32, ptr %8, align 4
%122 = sub nsw i32 %121, 2
store i32 %122, ptr %9, align 4
%123 = load i32, ptr %9, align 4
%124 = icmp sge i32 %123, 0
br i1 %124, label %.lr.ph5, label %147
.lr.ph5: ; preds = %102
br label %125
125: ; preds = %.lr.ph5, %142
%126 = load ptr, ptr %7, align 8
%127 = load i32, ptr %9, align 4
%128 = sext i32 %127 to i64
%129 = getelementptr inbounds double, ptr %126, i64 %128
%130 = load double, ptr %129, align 8
%131 = load ptr, ptr %6, align 8
%132 = load i32, ptr %9, align 4
%133 = add nsw i32 %132, 1
%134 = sext i32 %133 to i64
%135 = getelementptr inbounds double, ptr %131, i64 %134
%136 = load double, ptr %135, align 8
%137 = fadd double %130, %136
%138 = load ptr, ptr %6, align 8
%139 = load i32, ptr %9, align 4
%140 = sext i32 %139 to i64
%141 = getelementptr inbounds double, ptr %138, i64 %140
store double %137, ptr %141, align 8
br label %142
142: ; preds = %125
%143 = load i32, ptr %9, align 4
%144 = add nsw i32 %143, -1
store i32 %144, ptr %9, align 4
%145 = load i32, ptr %9, align 4
%146 = icmp sge i32 %145, 0
br i1 %146, label %125, label %._crit_edge6, !llvm.loop !9
._crit_edge6: ; preds = %142
br label %147
147: ; preds = %._crit_edge6, %102
%148 = load ptr, ptr %6, align 8
%149 = getelementptr inbounds double, ptr %148, i64 0
%150 = load double, ptr %149, align 8
%151 = call double @llvm.fabs.f64(double %150)
store double %151, ptr %12, align 8
store i32 0, ptr %9, align 4
%152 = load i32, ptr %9, align 4
%153 = load i32, ptr %8, align 4
%154 = icmp slt i32 %152, %153
br i1 %154, label %.lr.ph8, label %186
.lr.ph8: ; preds = %147
br label %155
155: ; preds = %.lr.ph8, %180
%156 = load ptr, ptr %6, align 8
%157 = load i32, ptr %9, align 4
%158 = sub nsw i32 %157, 1
%159 = sext i32 %158 to i64
%160 = getelementptr inbounds double, ptr %156, i64 %159
%161 = load double, ptr %160, align 8
%162 = load ptr, ptr %6, align 8
%163 = load i32, ptr %9, align 4
%164 = sext i32 %163 to i64
%165 = getelementptr inbounds double, ptr %162, i64 %164
%166 = load double, ptr %165, align 8
%167 = fadd double %166, %161
store double %167, ptr %165, align 8
%168 = load ptr, ptr %6, align 8
%169 = load i32, ptr %9, align 4
%170 = sext i32 %169 to i64
%171 = getelementptr inbounds double, ptr %168, i64 %170
%172 = load double, ptr %171, align 8
%173 = call double @llvm.fabs.f64(double %172)
store double %173, ptr %11, align 8
%174 = load double, ptr %11, align 8
%175 = load double, ptr %12, align 8
%176 = fcmp ogt double %174, %175
br i1 %176, label %177, label %179
177: ; preds = %155
%178 = load double, ptr %11, align 8
store double %178, ptr %12, align 8
br label %179
179: ; preds = %177, %155
br label %180
180: ; preds = %179
%181 = load i32, ptr %9, align 4
%182 = add nsw i32 %181, 1
store i32 %182, ptr %9, align 4
%183 = load i32, ptr %9, align 4
%184 = load i32, ptr %8, align 4
%185 = icmp slt i32 %183, %184
br i1 %185, label %155, label %._crit_edge9, !llvm.loop !10
._crit_edge9: ; preds = %180
br label %186
186: ; preds = %._crit_edge9, %147
%187 = load double, ptr %12, align 8
%188 = load ptr, ptr %5, align 8
store double %187, ptr %188, align 8
ret void
}
; Function Attrs: nocallback nofree nosync nounwind speculatable willreturn memory(none)
declare double @llvm.fmuladd.f64(double, double, double) #1
; Function Attrs: nocallback nofree nosync nounwind speculatable willreturn memory(none)
declare double @llvm.fabs.f64(double) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { nocallback nofree nosync nounwind speculatable willreturn memory(none) }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
!6 = distinct !{!6, !7}
!7 = !{!"llvm.loop.mustprogress"}
!8 = distinct !{!8, !7}
!9 = distinct !{!9, !7}
!10 = distinct !{!10, !7}
|
; ModuleID = '/tmp/tmpn6g81tvb.c'
source_filename = "/tmp/tmpn6g81tvb.c"
target datalayout = "e-m:e-p270: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 x86_fp80 @cbuiltin_expl(x86_fp80 noundef %0) #0 {
%2 = alloca x86_fp80, align 16
store x86_fp80 %0, ptr %2, align 16
%3 = load x86_fp80, ptr %2, align 16
%4 = call x86_fp80 @expl(x86_fp80 noundef %3) #2
ret x86_fp80 %4
}
; Function Attrs: nounwind
declare x86_fp80 @expl(x86_fp80 noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { nounwind "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #2 = { nounwind }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmpn6g81tvb.c"
target datalayout = "e-m:e-p270: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 x86_fp80 @cbuiltin_expl(x86_fp80 noundef %0) #0 {
%2 = alloca x86_fp80, align 16
store x86_fp80 %0, ptr %2, align 16
%3 = load x86_fp80, ptr %2, align 16
%4 = call x86_fp80 @expl(x86_fp80 noundef %3) #2
ret x86_fp80 %4
}
; Function Attrs: nounwind
declare x86_fp80 @expl(x86_fp80 noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { nounwind "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #2 = { nounwind }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
|
; ModuleID = '/tmp/tmp93_o3agh.c'
source_filename = "/tmp/tmp93_o3agh.c"
target datalayout = "e-m:e-p270: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/tmp93_o3agh.c"
target datalayout = "e-m:e-p270: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/tmpv8ilkp1b.c'
source_filename = "/tmp/tmpv8ilkp1b.c"
target datalayout = "e-m:e-p270: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 @create_int_array(i32 noundef %0) #0 {
%2 = alloca ptr, align 8
%3 = alloca i32, align 4
%4 = alloca ptr, align 8
%5 = alloca i32, align 4
store i32 %0, ptr %3, align 4
%6 = load i32, ptr %3, align 4
%7 = sext i32 %6 to i64
%8 = mul i64 %7, 4
%9 = trunc i64 %8 to i32
%10 = call ptr @malloc(i32 noundef %9)
store ptr %10, ptr %4, align 8
%11 = load ptr, ptr %4, align 8
%12 = icmp eq ptr %11, null
br i1 %12, label %13, label %15
13: ; preds = %1
%14 = load ptr, ptr %4, align 8
store ptr %14, ptr %2, align 8
br label %32
15: ; preds = %1
store i32 0, ptr %5, align 4
br label %16
16: ; preds = %27, %15
%17 = load i32, ptr %5, align 4
%18 = load i32, ptr %3, align 4
%19 = icmp slt i32 %17, %18
br i1 %19, label %20, label %30
20: ; preds = %16
%21 = load i32, ptr %5, align 4
%22 = mul nsw i32 %21, 1000
%23 = load ptr, ptr %4, align 8
%24 = load i32, ptr %5, align 4
%25 = sext i32 %24 to i64
%26 = getelementptr inbounds i32, ptr %23, i64 %25
store i32 %22, ptr %26, align 4
br label %27
27: ; preds = %20
%28 = load i32, ptr %5, align 4
%29 = add nsw i32 %28, 1
store i32 %29, ptr %5, align 4
br label %16, !llvm.loop !6
30: ; preds = %16
%31 = load ptr, ptr %4, align 8
store ptr %31, ptr %2, align 8
br label %32
32: ; preds = %30, %13
%33 = load ptr, ptr %2, align 8
ret ptr %33
}
declare ptr @malloc(i32 noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
!6 = distinct !{!6, !7}
!7 = !{!"llvm.loop.mustprogress"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmpv8ilkp1b.c"
target datalayout = "e-m:e-p270: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 @create_int_array(i32 noundef %0) #0 {
%2 = alloca ptr, align 8
%3 = alloca i32, align 4
%4 = alloca ptr, align 8
%5 = alloca i32, align 4
store i32 %0, ptr %3, align 4
%6 = load i32, ptr %3, align 4
%7 = sext i32 %6 to i64
%8 = mul i64 %7, 4
%9 = trunc i64 %8 to i32
%10 = call ptr @malloc(i32 noundef %9)
store ptr %10, ptr %4, align 8
%11 = load ptr, ptr %4, align 8
%12 = icmp eq ptr %11, null
br i1 %12, label %13, label %15
13: ; preds = %1
%14 = load ptr, ptr %4, align 8
store ptr %14, ptr %2, align 8
br label %34
15: ; preds = %1
store i32 0, ptr %5, align 4
%16 = load i32, ptr %5, align 4
%17 = load i32, ptr %3, align 4
%18 = icmp slt i32 %16, %17
br i1 %18, label %.lr.ph, label %32
.lr.ph: ; preds = %15
br label %19
19: ; preds = %.lr.ph, %26
%20 = load i32, ptr %5, align 4
%21 = mul nsw i32 %20, 1000
%22 = load ptr, ptr %4, align 8
%23 = load i32, ptr %5, align 4
%24 = sext i32 %23 to i64
%25 = getelementptr inbounds i32, ptr %22, i64 %24
store i32 %21, ptr %25, align 4
br label %26
26: ; preds = %19
%27 = load i32, ptr %5, align 4
%28 = add nsw i32 %27, 1
store i32 %28, ptr %5, align 4
%29 = load i32, ptr %5, align 4
%30 = load i32, ptr %3, align 4
%31 = icmp slt i32 %29, %30
br i1 %31, label %19, label %._crit_edge, !llvm.loop !6
._crit_edge: ; preds = %26
br label %32
32: ; preds = %._crit_edge, %15
%33 = load ptr, ptr %4, align 8
store ptr %33, ptr %2, align 8
br label %34
34: ; preds = %32, %13
%35 = load ptr, ptr %2, align 8
ret ptr %35
}
declare ptr @malloc(i32 noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
!6 = distinct !{!6, !7}
!7 = !{!"llvm.loop.mustprogress"}
|
; ModuleID = '/tmp/tmpkf6c6430.c'
source_filename = "/tmp/tmpkf6c6430.c"
target datalayout = "e-m:e-p270: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/tmpkf6c6430.c"
target datalayout = "e-m:e-p270: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/tmp3acpd4l0.c'
source_filename = "/tmp/tmp3acpd4l0.c"
target datalayout = "e-m:e-p270: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 [35 x i8] c"Testing some basic operations ...\0A\00", align 1
@.str.1 = private unnamed_addr constant [29 x i8] c"the first random number a :\0A\00", align 1
@.str.2 = private unnamed_addr constant [30 x i8] c"the second random number b :\0A\00", align 1
@.str.3 = private unnamed_addr constant [7 x i8] c"a+b :\0A\00", align 1
@.str.4 = private unnamed_addr constant [9 x i8] c"a+b-a :\0A\00", align 1
@.str.5 = private unnamed_addr constant [7 x i8] c"a*b :\0A\00", align 1
@.str.6 = private unnamed_addr constant [9 x i8] c"a*b/a :\0A\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @basic_test() #0 {
%1 = alloca [10 x double], align 16
%2 = alloca [10 x double], align 16
%3 = alloca [10 x double], align 16
%4 = alloca [10 x double], align 16
%5 = call i32 @printf(ptr noundef @.str)
%6 = call i32 @time(ptr noundef null)
%7 = call i32 @srand(i32 noundef %6)
%8 = getelementptr inbounds [10 x double], ptr %1, i64 0, i64 0
%9 = call i32 @da_random(ptr noundef %8)
%10 = call i32 @printf(ptr noundef @.str.1)
%11 = getelementptr inbounds [10 x double], ptr %1, i64 0, i64 0
%12 = call i32 @da_write_doubles(ptr noundef %11)
%13 = getelementptr inbounds [10 x double], ptr %2, i64 0, i64 0
%14 = call i32 @da_random(ptr noundef %13)
%15 = call i32 @printf(ptr noundef @.str.2)
%16 = getelementptr inbounds [10 x double], ptr %2, i64 0, i64 0
%17 = call i32 @da_write_doubles(ptr noundef %16)
%18 = getelementptr inbounds [10 x double], ptr %1, i64 0, i64 0
%19 = getelementptr inbounds [10 x double], ptr %2, i64 0, i64 0
%20 = getelementptr inbounds [10 x double], ptr %3, i64 0, i64 0
%21 = call i32 @da_add(ptr noundef %18, ptr noundef %19, ptr noundef %20)
%22 = call i32 @printf(ptr noundef @.str.3)
%23 = getelementptr inbounds [10 x double], ptr %3, i64 0, i64 0
%24 = call i32 @da_write_doubles(ptr noundef %23)
%25 = getelementptr inbounds [10 x double], ptr %3, i64 0, i64 0
%26 = getelementptr inbounds [10 x double], ptr %1, i64 0, i64 0
%27 = getelementptr inbounds [10 x double], ptr %4, i64 0, i64 0
%28 = call i32 @da_sub(ptr noundef %25, ptr noundef %26, ptr noundef %27)
%29 = call i32 @printf(ptr noundef @.str.4)
%30 = getelementptr inbounds [10 x double], ptr %4, i64 0, i64 0
%31 = call i32 @da_write_doubles(ptr noundef %30)
%32 = getelementptr inbounds [10 x double], ptr %1, i64 0, i64 0
%33 = getelementptr inbounds [10 x double], ptr %2, i64 0, i64 0
%34 = getelementptr inbounds [10 x double], ptr %3, i64 0, i64 0
%35 = call i32 @da_mul(ptr noundef %32, ptr noundef %33, ptr noundef %34)
%36 = call i32 @printf(ptr noundef @.str.5)
%37 = getelementptr inbounds [10 x double], ptr %3, i64 0, i64 0
%38 = call i32 @da_write_doubles(ptr noundef %37)
%39 = getelementptr inbounds [10 x double], ptr %3, i64 0, i64 0
%40 = getelementptr inbounds [10 x double], ptr %1, i64 0, i64 0
%41 = getelementptr inbounds [10 x double], ptr %4, i64 0, i64 0
%42 = call i32 @da_div(ptr noundef %39, ptr noundef %40, ptr noundef %41)
%43 = call i32 @printf(ptr noundef @.str.6)
%44 = getelementptr inbounds [10 x double], ptr %4, i64 0, i64 0
%45 = call i32 @da_write_doubles(ptr noundef %44)
ret i32 0
}
declare i32 @printf(ptr noundef) #1
declare i32 @srand(i32 noundef) #1
declare i32 @time(ptr noundef) #1
declare i32 @da_random(ptr noundef) #1
declare i32 @da_write_doubles(ptr noundef) #1
declare i32 @da_add(ptr noundef, ptr noundef, ptr noundef) #1
declare i32 @da_sub(ptr noundef, ptr noundef, ptr noundef) #1
declare i32 @da_mul(ptr noundef, ptr noundef, ptr noundef) #1
declare i32 @da_div(ptr noundef, ptr noundef, ptr noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmp3acpd4l0.c"
target datalayout = "e-m:e-p270: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 [35 x i8] c"Testing some basic operations ...\0A\00", align 1
@.str.1 = private unnamed_addr constant [29 x i8] c"the first random number a :\0A\00", align 1
@.str.2 = private unnamed_addr constant [30 x i8] c"the second random number b :\0A\00", align 1
@.str.3 = private unnamed_addr constant [7 x i8] c"a+b :\0A\00", align 1
@.str.4 = private unnamed_addr constant [9 x i8] c"a+b-a :\0A\00", align 1
@.str.5 = private unnamed_addr constant [7 x i8] c"a*b :\0A\00", align 1
@.str.6 = private unnamed_addr constant [9 x i8] c"a*b/a :\0A\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @basic_test() #0 {
%1 = alloca [10 x double], align 16
%2 = alloca [10 x double], align 16
%3 = alloca [10 x double], align 16
%4 = alloca [10 x double], align 16
%5 = call i32 @printf(ptr noundef @.str)
%6 = call i32 @time(ptr noundef null)
%7 = call i32 @srand(i32 noundef %6)
%8 = getelementptr inbounds [10 x double], ptr %1, i64 0, i64 0
%9 = call i32 @da_random(ptr noundef %8)
%10 = call i32 @printf(ptr noundef @.str.1)
%11 = getelementptr inbounds [10 x double], ptr %1, i64 0, i64 0
%12 = call i32 @da_write_doubles(ptr noundef %11)
%13 = getelementptr inbounds [10 x double], ptr %2, i64 0, i64 0
%14 = call i32 @da_random(ptr noundef %13)
%15 = call i32 @printf(ptr noundef @.str.2)
%16 = getelementptr inbounds [10 x double], ptr %2, i64 0, i64 0
%17 = call i32 @da_write_doubles(ptr noundef %16)
%18 = getelementptr inbounds [10 x double], ptr %1, i64 0, i64 0
%19 = getelementptr inbounds [10 x double], ptr %2, i64 0, i64 0
%20 = getelementptr inbounds [10 x double], ptr %3, i64 0, i64 0
%21 = call i32 @da_add(ptr noundef %18, ptr noundef %19, ptr noundef %20)
%22 = call i32 @printf(ptr noundef @.str.3)
%23 = getelementptr inbounds [10 x double], ptr %3, i64 0, i64 0
%24 = call i32 @da_write_doubles(ptr noundef %23)
%25 = getelementptr inbounds [10 x double], ptr %3, i64 0, i64 0
%26 = getelementptr inbounds [10 x double], ptr %1, i64 0, i64 0
%27 = getelementptr inbounds [10 x double], ptr %4, i64 0, i64 0
%28 = call i32 @da_sub(ptr noundef %25, ptr noundef %26, ptr noundef %27)
%29 = call i32 @printf(ptr noundef @.str.4)
%30 = getelementptr inbounds [10 x double], ptr %4, i64 0, i64 0
%31 = call i32 @da_write_doubles(ptr noundef %30)
%32 = getelementptr inbounds [10 x double], ptr %1, i64 0, i64 0
%33 = getelementptr inbounds [10 x double], ptr %2, i64 0, i64 0
%34 = getelementptr inbounds [10 x double], ptr %3, i64 0, i64 0
%35 = call i32 @da_mul(ptr noundef %32, ptr noundef %33, ptr noundef %34)
%36 = call i32 @printf(ptr noundef @.str.5)
%37 = getelementptr inbounds [10 x double], ptr %3, i64 0, i64 0
%38 = call i32 @da_write_doubles(ptr noundef %37)
%39 = getelementptr inbounds [10 x double], ptr %3, i64 0, i64 0
%40 = getelementptr inbounds [10 x double], ptr %1, i64 0, i64 0
%41 = getelementptr inbounds [10 x double], ptr %4, i64 0, i64 0
%42 = call i32 @da_div(ptr noundef %39, ptr noundef %40, ptr noundef %41)
%43 = call i32 @printf(ptr noundef @.str.6)
%44 = getelementptr inbounds [10 x double], ptr %4, i64 0, i64 0
%45 = call i32 @da_write_doubles(ptr noundef %44)
ret i32 0
}
declare i32 @printf(ptr noundef) #1
declare i32 @srand(i32 noundef) #1
declare i32 @time(ptr noundef) #1
declare i32 @da_random(ptr noundef) #1
declare i32 @da_write_doubles(ptr noundef) #1
declare i32 @da_add(ptr noundef, ptr noundef, ptr noundef) #1
declare i32 @da_sub(ptr noundef, ptr noundef, ptr noundef) #1
declare i32 @da_mul(ptr noundef, ptr noundef, ptr noundef) #1
declare i32 @da_div(ptr noundef, ptr noundef, ptr noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
|
; ModuleID = '/tmp/tmp62cru8po.c'
source_filename = "/tmp/tmp62cru8po.c"
target datalayout = "e-m:e-p270: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"is %d \0A\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local void @main() #0 {
%1 = alloca i32, align 4
store i32 1, ptr %1, align 4
%2 = load i32, ptr %1, align 4
%3 = load i32, ptr %1, align 4
%4 = add nsw i32 %3, 1
store i32 %4, ptr %1, align 4
%5 = mul nsw i32 2, %3
%6 = add nsw i32 %2, %5
store i32 %6, ptr %1, align 4
%7 = load i32, ptr %1, align 4
%8 = call i32 @printf(ptr noundef @.str, i32 noundef %7)
ret void
}
declare i32 @printf(ptr noundef, i32 noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmp62cru8po.c"
target datalayout = "e-m:e-p270: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"is %d \0A\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local void @main() #0 {
%1 = alloca i32, align 4
store i32 1, ptr %1, align 4
%2 = load i32, ptr %1, align 4
%3 = load i32, ptr %1, align 4
%4 = add nsw i32 %3, 1
store i32 %4, ptr %1, align 4
%5 = mul nsw i32 2, %3
%6 = add nsw i32 %2, %5
store i32 %6, ptr %1, align 4
%7 = load i32, ptr %1, align 4
%8 = call i32 @printf(ptr noundef @.str, i32 noundef %7)
ret void
}
declare i32 @printf(ptr noundef, i32 noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
|
; ModuleID = '/tmp/tmpihidff18.c'
source_filename = "/tmp/tmpihidff18.c"
target datalayout = "e-m:e-p270: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 @ifloat(ptr noundef %0) #0 {
%2 = alloca i32, align 4
%3 = alloca ptr, align 8
%4 = alloca ptr, align 8
store ptr %0, ptr %3, align 8
%5 = load ptr, ptr %3, align 8
%6 = icmp ne ptr %5, null
br i1 %6, label %8, label %7
7: ; preds = %1
store i32 0, ptr %2, align 4
br label %158
8: ; preds = %1
%9 = call i32 @skip_whitespace(ptr noundef %3)
%10 = load ptr, ptr %3, align 8
%11 = load i8, ptr %10, align 1
%12 = sext i8 %11 to i32
%13 = icmp eq i32 %12, 43
br i1 %13, label %19, label %14
14: ; preds = %8
%15 = load ptr, ptr %3, align 8
%16 = load i8, ptr %15, align 1
%17 = sext i8 %16 to i32
%18 = icmp eq i32 %17, 45
br i1 %18, label %19, label %22
19: ; preds = %14, %8
%20 = load ptr, ptr %3, align 8
%21 = getelementptr inbounds i8, ptr %20, i32 1
store ptr %21, ptr %3, align 8
br label %22
22: ; preds = %19, %14
%23 = load ptr, ptr %3, align 8
store ptr %23, ptr %4, align 8
br label %24
24: ; preds = %43, %22
%25 = load ptr, ptr %3, align 8
%26 = load i8, ptr %25, align 1
%27 = sext i8 %26 to i32
%28 = icmp ne i32 %27, 0
br i1 %28, label %29, label %41
29: ; preds = %24
%30 = load ptr, ptr %3, align 8
%31 = load i8, ptr %30, align 1
%32 = sext i8 %31 to i32
%33 = icmp sge i32 %32, 48
br i1 %33, label %34, label %39
34: ; preds = %29
%35 = load ptr, ptr %3, align 8
%36 = load i8, ptr %35, align 1
%37 = sext i8 %36 to i32
%38 = icmp sle i32 %37, 57
br label %39
39: ; preds = %34, %29
%40 = phi i1 [ false, %29 ], [ %38, %34 ]
br label %41
41: ; preds = %39, %24
%42 = phi i1 [ false, %24 ], [ %40, %39 ]
br i1 %42, label %43, label %46
43: ; preds = %41
%44 = load ptr, ptr %3, align 8
%45 = getelementptr inbounds i8, ptr %44, i32 1
store ptr %45, ptr %3, align 8
br label %24, !llvm.loop !6
46: ; preds = %41
%47 = load ptr, ptr %3, align 8
%48 = load i8, ptr %47, align 1
%49 = icmp ne i8 %48, 0
br i1 %49, label %50, label %54
50: ; preds = %46
%51 = load ptr, ptr %3, align 8
%52 = load ptr, ptr %4, align 8
%53 = icmp eq ptr %51, %52
br i1 %53, label %54, label %55
54: ; preds = %50, %46
store i32 0, ptr %2, align 4
br label %158
55: ; preds = %50
%56 = load ptr, ptr %3, align 8
%57 = load i8, ptr %56, align 1
%58 = sext i8 %57 to i32
%59 = icmp ne i32 %58, 46
br i1 %59, label %60, label %61
60: ; preds = %55
store i32 0, ptr %2, align 4
br label %158
61: ; preds = %55
%62 = load ptr, ptr %3, align 8
%63 = getelementptr inbounds i8, ptr %62, i32 1
store ptr %63, ptr %3, align 8
%64 = load ptr, ptr %3, align 8
store ptr %64, ptr %4, align 8
br label %65
65: ; preds = %84, %61
%66 = load ptr, ptr %3, align 8
%67 = load i8, ptr %66, align 1
%68 = sext i8 %67 to i32
%69 = icmp ne i32 %68, 0
br i1 %69, label %70, label %82
70: ; preds = %65
%71 = load ptr, ptr %3, align 8
%72 = load i8, ptr %71, align 1
%73 = sext i8 %72 to i32
%74 = icmp sge i32 %73, 48
br i1 %74, label %75, label %80
75: ; preds = %70
%76 = load ptr, ptr %3, align 8
%77 = load i8, ptr %76, align 1
%78 = sext i8 %77 to i32
%79 = icmp sle i32 %78, 57
br label %80
80: ; preds = %75, %70
%81 = phi i1 [ false, %70 ], [ %79, %75 ]
br label %82
82: ; preds = %80, %65
%83 = phi i1 [ false, %65 ], [ %81, %80 ]
br i1 %83, label %84, label %87
84: ; preds = %82
%85 = load ptr, ptr %3, align 8
%86 = getelementptr inbounds i8, ptr %85, i32 1
store ptr %86, ptr %3, align 8
br label %65, !llvm.loop !8
87: ; preds = %82
%88 = load ptr, ptr %4, align 8
%89 = load ptr, ptr %3, align 8
%90 = icmp eq ptr %88, %89
br i1 %90, label %91, label %92
91: ; preds = %87
store i32 0, ptr %2, align 4
br label %158
92: ; preds = %87
%93 = load ptr, ptr %3, align 8
%94 = load i8, ptr %93, align 1
%95 = icmp ne i8 %94, 0
br i1 %95, label %97, label %96
96: ; preds = %92
store i32 1, ptr %2, align 4
br label %158
97: ; preds = %92
%98 = load ptr, ptr %3, align 8
%99 = load i8, ptr %98, align 1
%100 = sext i8 %99 to i32
%101 = icmp ne i32 %100, 101
br i1 %101, label %102, label %108
102: ; preds = %97
%103 = load ptr, ptr %3, align 8
%104 = load i8, ptr %103, align 1
%105 = sext i8 %104 to i32
%106 = icmp ne i32 %105, 69
br i1 %106, label %107, label %108
107: ; preds = %102
store i32 0, ptr %2, align 4
br label %158
108: ; preds = %102, %97
%109 = load ptr, ptr %3, align 8
%110 = getelementptr inbounds i8, ptr %109, i32 1
store ptr %110, ptr %3, align 8
%111 = load ptr, ptr %3, align 8
%112 = load i8, ptr %111, align 1
%113 = sext i8 %112 to i32
%114 = icmp eq i32 %113, 43
br i1 %114, label %120, label %115
115: ; preds = %108
%116 = load ptr, ptr %3, align 8
%117 = load i8, ptr %116, align 1
%118 = sext i8 %117 to i32
%119 = icmp eq i32 %118, 45
br i1 %119, label %120, label %123
120: ; preds = %115, %108
%121 = load ptr, ptr %3, align 8
%122 = getelementptr inbounds i8, ptr %121, i32 1
store ptr %122, ptr %3, align 8
br label %123
123: ; preds = %120, %115
%124 = load ptr, ptr %3, align 8
store ptr %124, ptr %4, align 8
br label %125
125: ; preds = %144, %123
%126 = load ptr, ptr %3, align 8
%127 = load i8, ptr %126, align 1
%128 = sext i8 %127 to i32
%129 = icmp ne i32 %128, 0
br i1 %129, label %130, label %142
130: ; preds = %125
%131 = load ptr, ptr %3, align 8
%132 = load i8, ptr %131, align 1
%133 = sext i8 %132 to i32
%134 = icmp sge i32 %133, 48
br i1 %134, label %135, label %140
135: ; preds = %130
%136 = load ptr, ptr %3, align 8
%137 = load i8, ptr %136, align 1
%138 = sext i8 %137 to i32
%139 = icmp sle i32 %138, 57
br label %140
140: ; preds = %135, %130
%141 = phi i1 [ false, %130 ], [ %139, %135 ]
br label %142
142: ; preds = %140, %125
%143 = phi i1 [ false, %125 ], [ %141, %140 ]
br i1 %143, label %144, label %147
144: ; preds = %142
%145 = load ptr, ptr %3, align 8
%146 = getelementptr inbounds i8, ptr %145, i32 1
store ptr %146, ptr %3, align 8
br label %125, !llvm.loop !9
147: ; preds = %142
%148 = load ptr, ptr %3, align 8
%149 = load ptr, ptr %4, align 8
%150 = icmp eq ptr %148, %149
br i1 %150, label %151, label %152
151: ; preds = %147
store i32 0, ptr %2, align 4
br label %158
152: ; preds = %147
%153 = load ptr, ptr %3, align 8
%154 = load i8, ptr %153, align 1
%155 = icmp ne i8 %154, 0
br i1 %155, label %156, label %157
156: ; preds = %152
store i32 0, ptr %2, align 4
br label %158
157: ; preds = %152
store i32 1, ptr %2, align 4
br label %158
158: ; preds = %157, %156, %151, %107, %96, %91, %60, %54, %7
%159 = load i32, ptr %2, align 4
ret i32 %159
}
declare i32 @skip_whitespace(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/tmpihidff18.c"
target datalayout = "e-m:e-p270: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 @ifloat(ptr noundef %0) #0 {
%2 = alloca i32, align 4
%3 = alloca ptr, align 8
%4 = alloca ptr, align 8
store ptr %0, ptr %3, align 8
%5 = load ptr, ptr %3, align 8
%6 = icmp ne ptr %5, null
br i1 %6, label %8, label %7
7: ; preds = %1
store i32 0, ptr %2, align 4
br label %158
8: ; preds = %1
%9 = call i32 @skip_whitespace(ptr noundef %3)
%10 = load ptr, ptr %3, align 8
%11 = load i8, ptr %10, align 1
%12 = sext i8 %11 to i32
%13 = icmp eq i32 %12, 43
br i1 %13, label %19, label %14
14: ; preds = %8
%15 = load ptr, ptr %3, align 8
%16 = load i8, ptr %15, align 1
%17 = sext i8 %16 to i32
%18 = icmp eq i32 %17, 45
br i1 %18, label %19, label %22
19: ; preds = %14, %8
%20 = load ptr, ptr %3, align 8
%21 = getelementptr inbounds i8, ptr %20, i32 1
store ptr %21, ptr %3, align 8
br label %22
22: ; preds = %19, %14
%23 = load ptr, ptr %3, align 8
store ptr %23, ptr %4, align 8
br label %24
24: ; preds = %43, %22
%25 = load ptr, ptr %3, align 8
%26 = load i8, ptr %25, align 1
%27 = sext i8 %26 to i32
%28 = icmp ne i32 %27, 0
br i1 %28, label %29, label %41
29: ; preds = %24
%30 = load ptr, ptr %3, align 8
%31 = load i8, ptr %30, align 1
%32 = sext i8 %31 to i32
%33 = icmp sge i32 %32, 48
br i1 %33, label %34, label %39
34: ; preds = %29
%35 = load ptr, ptr %3, align 8
%36 = load i8, ptr %35, align 1
%37 = sext i8 %36 to i32
%38 = icmp sle i32 %37, 57
br label %39
39: ; preds = %34, %29
%40 = phi i1 [ false, %29 ], [ %38, %34 ]
br label %41
41: ; preds = %39, %24
%42 = phi i1 [ false, %24 ], [ %40, %39 ]
br i1 %42, label %43, label %46
43: ; preds = %41
%44 = load ptr, ptr %3, align 8
%45 = getelementptr inbounds i8, ptr %44, i32 1
store ptr %45, ptr %3, align 8
br label %24, !llvm.loop !6
46: ; preds = %41
%47 = load ptr, ptr %3, align 8
%48 = load i8, ptr %47, align 1
%49 = icmp ne i8 %48, 0
br i1 %49, label %50, label %54
50: ; preds = %46
%51 = load ptr, ptr %3, align 8
%52 = load ptr, ptr %4, align 8
%53 = icmp eq ptr %51, %52
br i1 %53, label %54, label %55
54: ; preds = %50, %46
store i32 0, ptr %2, align 4
br label %158
55: ; preds = %50
%56 = load ptr, ptr %3, align 8
%57 = load i8, ptr %56, align 1
%58 = sext i8 %57 to i32
%59 = icmp ne i32 %58, 46
br i1 %59, label %60, label %61
60: ; preds = %55
store i32 0, ptr %2, align 4
br label %158
61: ; preds = %55
%62 = load ptr, ptr %3, align 8
%63 = getelementptr inbounds i8, ptr %62, i32 1
store ptr %63, ptr %3, align 8
%64 = load ptr, ptr %3, align 8
store ptr %64, ptr %4, align 8
br label %65
65: ; preds = %84, %61
%66 = load ptr, ptr %3, align 8
%67 = load i8, ptr %66, align 1
%68 = sext i8 %67 to i32
%69 = icmp ne i32 %68, 0
br i1 %69, label %70, label %82
70: ; preds = %65
%71 = load ptr, ptr %3, align 8
%72 = load i8, ptr %71, align 1
%73 = sext i8 %72 to i32
%74 = icmp sge i32 %73, 48
br i1 %74, label %75, label %80
75: ; preds = %70
%76 = load ptr, ptr %3, align 8
%77 = load i8, ptr %76, align 1
%78 = sext i8 %77 to i32
%79 = icmp sle i32 %78, 57
br label %80
80: ; preds = %75, %70
%81 = phi i1 [ false, %70 ], [ %79, %75 ]
br label %82
82: ; preds = %80, %65
%83 = phi i1 [ false, %65 ], [ %81, %80 ]
br i1 %83, label %84, label %87
84: ; preds = %82
%85 = load ptr, ptr %3, align 8
%86 = getelementptr inbounds i8, ptr %85, i32 1
store ptr %86, ptr %3, align 8
br label %65, !llvm.loop !8
87: ; preds = %82
%88 = load ptr, ptr %4, align 8
%89 = load ptr, ptr %3, align 8
%90 = icmp eq ptr %88, %89
br i1 %90, label %91, label %92
91: ; preds = %87
store i32 0, ptr %2, align 4
br label %158
92: ; preds = %87
%93 = load ptr, ptr %3, align 8
%94 = load i8, ptr %93, align 1
%95 = icmp ne i8 %94, 0
br i1 %95, label %97, label %96
96: ; preds = %92
store i32 1, ptr %2, align 4
br label %158
97: ; preds = %92
%98 = load ptr, ptr %3, align 8
%99 = load i8, ptr %98, align 1
%100 = sext i8 %99 to i32
%101 = icmp ne i32 %100, 101
br i1 %101, label %102, label %108
102: ; preds = %97
%103 = load ptr, ptr %3, align 8
%104 = load i8, ptr %103, align 1
%105 = sext i8 %104 to i32
%106 = icmp ne i32 %105, 69
br i1 %106, label %107, label %108
107: ; preds = %102
store i32 0, ptr %2, align 4
br label %158
108: ; preds = %102, %97
%109 = load ptr, ptr %3, align 8
%110 = getelementptr inbounds i8, ptr %109, i32 1
store ptr %110, ptr %3, align 8
%111 = load ptr, ptr %3, align 8
%112 = load i8, ptr %111, align 1
%113 = sext i8 %112 to i32
%114 = icmp eq i32 %113, 43
br i1 %114, label %120, label %115
115: ; preds = %108
%116 = load ptr, ptr %3, align 8
%117 = load i8, ptr %116, align 1
%118 = sext i8 %117 to i32
%119 = icmp eq i32 %118, 45
br i1 %119, label %120, label %123
120: ; preds = %115, %108
%121 = load ptr, ptr %3, align 8
%122 = getelementptr inbounds i8, ptr %121, i32 1
store ptr %122, ptr %3, align 8
br label %123
123: ; preds = %120, %115
%124 = load ptr, ptr %3, align 8
store ptr %124, ptr %4, align 8
br label %125
125: ; preds = %144, %123
%126 = load ptr, ptr %3, align 8
%127 = load i8, ptr %126, align 1
%128 = sext i8 %127 to i32
%129 = icmp ne i32 %128, 0
br i1 %129, label %130, label %142
130: ; preds = %125
%131 = load ptr, ptr %3, align 8
%132 = load i8, ptr %131, align 1
%133 = sext i8 %132 to i32
%134 = icmp sge i32 %133, 48
br i1 %134, label %135, label %140
135: ; preds = %130
%136 = load ptr, ptr %3, align 8
%137 = load i8, ptr %136, align 1
%138 = sext i8 %137 to i32
%139 = icmp sle i32 %138, 57
br label %140
140: ; preds = %135, %130
%141 = phi i1 [ false, %130 ], [ %139, %135 ]
br label %142
142: ; preds = %140, %125
%143 = phi i1 [ false, %125 ], [ %141, %140 ]
br i1 %143, label %144, label %147
144: ; preds = %142
%145 = load ptr, ptr %3, align 8
%146 = getelementptr inbounds i8, ptr %145, i32 1
store ptr %146, ptr %3, align 8
br label %125, !llvm.loop !9
147: ; preds = %142
%148 = load ptr, ptr %3, align 8
%149 = load ptr, ptr %4, align 8
%150 = icmp eq ptr %148, %149
br i1 %150, label %151, label %152
151: ; preds = %147
store i32 0, ptr %2, align 4
br label %158
152: ; preds = %147
%153 = load ptr, ptr %3, align 8
%154 = load i8, ptr %153, align 1
%155 = icmp ne i8 %154, 0
br i1 %155, label %156, label %157
156: ; preds = %152
store i32 0, ptr %2, align 4
br label %158
157: ; preds = %152
store i32 1, ptr %2, align 4
br label %158
158: ; preds = %157, %156, %151, %107, %96, %91, %60, %54, %7
%159 = load i32, ptr %2, align 4
ret i32 %159
}
declare i32 @skip_whitespace(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/tmp35gsijho.c'
source_filename = "/tmp/tmp35gsijho.c"
target datalayout = "e-m:e-p270: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/tmp35gsijho.c"
target datalayout = "e-m:e-p270: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/tmpis1yboqn.c'
source_filename = "/tmp/tmpis1yboqn.c"
target datalayout = "e-m:e-p270: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"%ld\00", align 1
@.str.1 = private unnamed_addr constant [5 x i8] c"%lld\00", align 1
@.str.2 = private unnamed_addr constant [5 x i8] c"YES\0A\00", align 1
@.str.3 = private unnamed_addr constant [4 x i8] c"NO\0A\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @main() #0 {
%1 = alloca i32, align 4
%2 = alloca i64, align 8
%3 = alloca i64, align 8
%4 = alloca ptr, align 8
%5 = alloca i64, align 8
%6 = alloca i64, align 8
store i32 0, ptr %1, align 4
%7 = call i32 (ptr, ...) @scanf(ptr noundef @.str, ptr noundef %2)
%8 = load i64, ptr %2, align 8
%9 = call ptr @llvm.stacksave()
store ptr %9, ptr %4, align 8
%10 = alloca i64, i64 %8, align 16
store i64 %8, ptr %5, align 8
store i64 0, ptr %6, align 8
store i64 0, ptr %3, align 8
br label %11
11: ; preds = %24, %0
%12 = load i64, ptr %3, align 8
%13 = load i64, ptr %2, align 8
%14 = icmp slt i64 %12, %13
br i1 %14, label %15, label %27
15: ; preds = %11
%16 = load i64, ptr %3, align 8
%17 = getelementptr inbounds i64, ptr %10, i64 %16
%18 = call i32 (ptr, ...) @scanf(ptr noundef @.str.1, ptr noundef %17)
%19 = load i64, ptr %6, align 8
%20 = load i64, ptr %3, align 8
%21 = getelementptr inbounds i64, ptr %10, i64 %20
%22 = load i64, ptr %21, align 8
%23 = add nsw i64 %19, %22
store i64 %23, ptr %6, align 8
br label %24
24: ; preds = %15
%25 = load i64, ptr %3, align 8
%26 = add nsw i64 %25, 1
store i64 %26, ptr %3, align 8
br label %11, !llvm.loop !6
27: ; preds = %11
store i64 1, ptr %3, align 8
br label %28
28: ; preds = %36, %27
%29 = load i64, ptr %3, align 8
%30 = load i64, ptr %2, align 8
%31 = icmp sle i64 %29, %30
br i1 %31, label %32, label %39
32: ; preds = %28
%33 = load i64, ptr %3, align 8
%34 = load i64, ptr %6, align 8
%35 = sub nsw i64 %34, %33
store i64 %35, ptr %6, align 8
br label %36
36: ; preds = %32
%37 = load i64, ptr %3, align 8
%38 = add nsw i64 %37, 1
store i64 %38, ptr %3, align 8
br label %28, !llvm.loop !8
39: ; preds = %28
%40 = load i64, ptr %6, align 8
%41 = icmp eq i64 %40, 0
br i1 %41, label %42, label %44
42: ; preds = %39
%43 = call i32 @printf(ptr noundef @.str.2)
br label %46
44: ; preds = %39
%45 = call i32 @printf(ptr noundef @.str.3)
br label %46
46: ; preds = %44, %42
store i32 0, ptr %1, align 4
%47 = load ptr, ptr %4, align 8
call void @llvm.stackrestore(ptr %47)
%48 = load i32, ptr %1, align 4
ret i32 %48
}
declare i32 @scanf(ptr noundef, ...) #1
; Function Attrs: nocallback nofree nosync nounwind willreturn
declare ptr @llvm.stacksave() #2
declare i32 @printf(ptr noundef) #1
; Function Attrs: nocallback nofree nosync nounwind willreturn
declare void @llvm.stackrestore(ptr) #2
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #2 = { nocallback nofree nosync nounwind willreturn }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
!6 = distinct !{!6, !7}
!7 = !{!"llvm.loop.mustprogress"}
!8 = distinct !{!8, !7}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmpis1yboqn.c"
target datalayout = "e-m:e-p270: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"%ld\00", align 1
@.str.1 = private unnamed_addr constant [5 x i8] c"%lld\00", align 1
@.str.2 = private unnamed_addr constant [5 x i8] c"YES\0A\00", align 1
@.str.3 = private unnamed_addr constant [4 x i8] c"NO\0A\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @main() #0 {
%1 = alloca i32, align 4
%2 = alloca i64, align 8
%3 = alloca i64, align 8
%4 = alloca ptr, align 8
%5 = alloca i64, align 8
%6 = alloca i64, align 8
store i32 0, ptr %1, align 4
%7 = call i32 (ptr, ...) @scanf(ptr noundef @.str, ptr noundef %2)
%8 = load i64, ptr %2, align 8
%9 = call ptr @llvm.stacksave()
store ptr %9, ptr %4, align 8
%10 = alloca i64, i64 %8, align 16
store i64 %8, ptr %5, align 8
store i64 0, ptr %6, align 8
store i64 0, ptr %3, align 8
%11 = load i64, ptr %3, align 8
%12 = load i64, ptr %2, align 8
%13 = icmp slt i64 %11, %12
br i1 %13, label %.lr.ph, label %29
.lr.ph: ; preds = %0
br label %14
14: ; preds = %.lr.ph, %23
%15 = load i64, ptr %3, align 8
%16 = getelementptr inbounds i64, ptr %10, i64 %15
%17 = call i32 (ptr, ...) @scanf(ptr noundef @.str.1, ptr noundef %16)
%18 = load i64, ptr %6, align 8
%19 = load i64, ptr %3, align 8
%20 = getelementptr inbounds i64, ptr %10, i64 %19
%21 = load i64, ptr %20, align 8
%22 = add nsw i64 %18, %21
store i64 %22, ptr %6, align 8
br label %23
23: ; preds = %14
%24 = load i64, ptr %3, align 8
%25 = add nsw i64 %24, 1
store i64 %25, ptr %3, align 8
%26 = load i64, ptr %3, align 8
%27 = load i64, ptr %2, align 8
%28 = icmp slt i64 %26, %27
br i1 %28, label %14, label %._crit_edge, !llvm.loop !6
._crit_edge: ; preds = %23
br label %29
29: ; preds = %._crit_edge, %0
store i64 1, ptr %3, align 8
%30 = load i64, ptr %3, align 8
%31 = load i64, ptr %2, align 8
%32 = icmp sle i64 %30, %31
br i1 %32, label %.lr.ph2, label %43
.lr.ph2: ; preds = %29
br label %33
33: ; preds = %.lr.ph2, %37
%34 = load i64, ptr %3, align 8
%35 = load i64, ptr %6, align 8
%36 = sub nsw i64 %35, %34
store i64 %36, ptr %6, align 8
br label %37
37: ; preds = %33
%38 = load i64, ptr %3, align 8
%39 = add nsw i64 %38, 1
store i64 %39, ptr %3, align 8
%40 = load i64, ptr %3, align 8
%41 = load i64, ptr %2, align 8
%42 = icmp sle i64 %40, %41
br i1 %42, label %33, label %._crit_edge3, !llvm.loop !8
._crit_edge3: ; preds = %37
br label %43
43: ; preds = %._crit_edge3, %29
%44 = load i64, ptr %6, align 8
%45 = icmp eq i64 %44, 0
br i1 %45, label %46, label %48
46: ; preds = %43
%47 = call i32 @printf(ptr noundef @.str.2)
br label %50
48: ; preds = %43
%49 = call i32 @printf(ptr noundef @.str.3)
br label %50
50: ; preds = %48, %46
store i32 0, ptr %1, align 4
%51 = load ptr, ptr %4, align 8
call void @llvm.stackrestore(ptr %51)
%52 = load i32, ptr %1, align 4
ret i32 %52
}
declare i32 @scanf(ptr noundef, ...) #1
; Function Attrs: nocallback nofree nosync nounwind willreturn
declare ptr @llvm.stacksave() #2
declare i32 @printf(ptr noundef) #1
; Function Attrs: nocallback nofree nosync nounwind willreturn
declare void @llvm.stackrestore(ptr) #2
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #2 = { nocallback nofree nosync nounwind willreturn }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
!6 = distinct !{!6, !7}
!7 = !{!"llvm.loop.mustprogress"}
!8 = distinct !{!8, !7}
|
; ModuleID = '/tmp/tmp66_c7cth.c'
source_filename = "/tmp/tmp66_c7cth.c"
target datalayout = "e-m:e-p270: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 @enable_job_for_cleanup(ptr noundef %0, ptr noundef %1, ptr noundef %2) #0 {
%4 = alloca ptr, align 8
%5 = alloca ptr, align 8
%6 = alloca ptr, align 8
%7 = alloca ptr, align 8
store ptr %0, ptr %4, align 8
store ptr %1, ptr %5, align 8
store ptr %2, ptr %6, align 8
%8 = load ptr, ptr %4, align 8
%9 = load ptr, ptr %5, align 8
%10 = load ptr, ptr %6, align 8
%11 = call ptr @get_job_directory(ptr noundef %8, ptr noundef %9, ptr noundef %10)
store ptr %11, ptr %7, align 8
%12 = load ptr, ptr %4, align 8
%13 = load ptr, ptr %5, align 8
%14 = load ptr, ptr %7, align 8
%15 = call i32 @enable_path_for_cleanup(ptr noundef %12, ptr noundef %13, ptr noundef %14)
ret i32 %15
}
declare ptr @get_job_directory(ptr noundef, ptr noundef, ptr noundef) #1
declare i32 @enable_path_for_cleanup(ptr noundef, ptr noundef, ptr noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmp66_c7cth.c"
target datalayout = "e-m:e-p270: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 @enable_job_for_cleanup(ptr noundef %0, ptr noundef %1, ptr noundef %2) #0 {
%4 = alloca ptr, align 8
%5 = alloca ptr, align 8
%6 = alloca ptr, align 8
%7 = alloca ptr, align 8
store ptr %0, ptr %4, align 8
store ptr %1, ptr %5, align 8
store ptr %2, ptr %6, align 8
%8 = load ptr, ptr %4, align 8
%9 = load ptr, ptr %5, align 8
%10 = load ptr, ptr %6, align 8
%11 = call ptr @get_job_directory(ptr noundef %8, ptr noundef %9, ptr noundef %10)
store ptr %11, ptr %7, align 8
%12 = load ptr, ptr %4, align 8
%13 = load ptr, ptr %5, align 8
%14 = load ptr, ptr %7, align 8
%15 = call i32 @enable_path_for_cleanup(ptr noundef %12, ptr noundef %13, ptr noundef %14)
ret i32 %15
}
declare ptr @get_job_directory(ptr noundef, ptr noundef, ptr noundef) #1
declare i32 @enable_path_for_cleanup(ptr noundef, ptr noundef, ptr noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
|
; ModuleID = '/tmp/tmpg8y5ivxg.c'
source_filename = "/tmp/tmpg8y5ivxg.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
%struct.TYPE_4__ = type { %struct.TYPE_3__ }
%struct.TYPE_3__ = type { i32 }
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local void @set_XEvent_xcirculaterequest_send_event(ptr noundef %0, i32 noundef %1) #0 {
%3 = alloca ptr, align 8
%4 = alloca i32, align 4
store ptr %0, ptr %3, align 8
store i32 %1, ptr %4, align 4
%5 = load i32, ptr %4, align 4
%6 = load ptr, ptr %3, align 8
%7 = getelementptr inbounds %struct.TYPE_4__, ptr %6, i32 0, i32 0
%8 = getelementptr inbounds %struct.TYPE_3__, ptr %7, i32 0, i32 0
store i32 %5, ptr %8, align 4
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/tmpg8y5ivxg.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
%struct.TYPE_4__ = type { %struct.TYPE_3__ }
%struct.TYPE_3__ = type { i32 }
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local void @set_XEvent_xcirculaterequest_send_event(ptr noundef %0, i32 noundef %1) #0 {
%3 = alloca ptr, align 8
%4 = alloca i32, align 4
store ptr %0, ptr %3, align 8
store i32 %1, ptr %4, align 4
%5 = load i32, ptr %4, align 4
%6 = load ptr, ptr %3, align 8
%7 = getelementptr inbounds %struct.TYPE_4__, ptr %6, i32 0, i32 0
%8 = getelementptr inbounds %struct.TYPE_3__, ptr %7, i32 0, i32 0
store i32 %5, ptr %8, align 4
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/tmpaqifektz.c'
source_filename = "/tmp/tmpaqifektz.c"
target datalayout = "e-m:e-p270: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/tmpaqifektz.c"
target datalayout = "e-m:e-p270: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/tmpgwz2lqc7.c'
source_filename = "/tmp/tmpgwz2lqc7.c"
target datalayout = "e-m:e-p270: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 @argsep(ptr noundef %0, ptr noundef %1, ptr noundef %2) #0 {
%4 = alloca ptr, align 8
%5 = alloca ptr, align 8
%6 = alloca ptr, align 8
%7 = alloca ptr, align 8
%8 = alloca ptr, align 8
%9 = alloca i32, align 4
%10 = alloca i32, align 4
%11 = alloca i32, align 4
%12 = alloca ptr, align 8
store ptr %0, ptr %4, align 8
store ptr %1, ptr %5, align 8
store ptr %2, ptr %6, align 8
%13 = load ptr, ptr %4, align 8
%14 = load ptr, ptr %13, align 8
store ptr %14, ptr %7, align 8
%15 = load ptr, ptr %7, align 8
store ptr %15, ptr %8, align 8
store i32 0, ptr %9, align 4
store i32 0, ptr %10, align 4
store i32 0, ptr %11, align 4
store ptr null, ptr %12, align 8
br label %16
16: ; preds = %116, %3
%17 = load ptr, ptr %8, align 8
%18 = load ptr, ptr %5, align 8
%19 = call ptr @argsep_next_interesting(ptr noundef %17, ptr noundef %18)
store ptr %19, ptr %12, align 8
%20 = icmp ne ptr %19, null
br i1 %20, label %21, label %117
21: ; preds = %16
%22 = load i32, ptr %11, align 4
%23 = icmp ne i32 %22, 0
br i1 %23, label %24, label %29
24: ; preds = %21
%25 = load ptr, ptr %12, align 8
%26 = load ptr, ptr %8, align 8
%27 = icmp ne ptr %25, %26
br i1 %27, label %28, label %29
28: ; preds = %24
store i32 0, ptr %11, align 4
br label %29
29: ; preds = %28, %24, %21
%30 = load ptr, ptr %12, align 8
%31 = load i8, ptr %30, align 1
%32 = sext i8 %31 to i32
%33 = icmp eq i32 %32, 34
br i1 %33, label %34, label %47
34: ; preds = %29
%35 = load i32, ptr %10, align 4
%36 = icmp ne i32 %35, 0
br i1 %36, label %47, label %37
37: ; preds = %34
%38 = load i32, ptr %11, align 4
%39 = icmp ne i32 %38, 0
br i1 %39, label %47, label %40
40: ; preds = %37
%41 = load i32, ptr %9, align 4
%42 = icmp ne i32 %41, 0
%43 = xor i1 %42, true
%44 = zext i1 %43 to i32
store i32 %44, ptr %9, align 4
%45 = load ptr, ptr %12, align 8
%46 = getelementptr inbounds i8, ptr %45, i64 1
store ptr %46, ptr %8, align 8
br label %116
47: ; preds = %37, %34, %29
%48 = load ptr, ptr %12, align 8
%49 = load i8, ptr %48, align 1
%50 = sext i8 %49 to i32
%51 = icmp eq i32 %50, 39
br i1 %51, label %52, label %65
52: ; preds = %47
%53 = load i32, ptr %9, align 4
%54 = icmp ne i32 %53, 0
br i1 %54, label %65, label %55
55: ; preds = %52
%56 = load i32, ptr %11, align 4
%57 = icmp ne i32 %56, 0
br i1 %57, label %65, label %58
58: ; preds = %55
%59 = load i32, ptr %10, align 4
%60 = icmp ne i32 %59, 0
%61 = xor i1 %60, true
%62 = zext i1 %61 to i32
store i32 %62, ptr %10, align 4
%63 = load ptr, ptr %12, align 8
%64 = getelementptr inbounds i8, ptr %63, i64 1
store ptr %64, ptr %8, align 8
br label %115
65: ; preds = %55, %52, %47
%66 = load ptr, ptr %12, align 8
%67 = load i8, ptr %66, align 1
%68 = sext i8 %67 to i32
%69 = icmp eq i32 %68, 92
br i1 %69, label %70, label %77
70: ; preds = %65
%71 = load i32, ptr %11, align 4
%72 = icmp ne i32 %71, 0
%73 = xor i1 %72, true
%74 = zext i1 %73 to i32
store i32 %74, ptr %11, align 4
%75 = load ptr, ptr %12, align 8
%76 = getelementptr inbounds i8, ptr %75, i64 1
store ptr %76, ptr %8, align 8
br label %114
77: ; preds = %65
%78 = load i32, ptr %9, align 4
%79 = icmp ne i32 %78, 0
br i1 %79, label %110, label %80
80: ; preds = %77
%81 = load i32, ptr %10, align 4
%82 = icmp ne i32 %81, 0
br i1 %82, label %110, label %83
83: ; preds = %80
%84 = load i32, ptr %11, align 4
%85 = icmp ne i32 %84, 0
br i1 %85, label %110, label %86
86: ; preds = %83
%87 = load ptr, ptr %12, align 8
store ptr %87, ptr %8, align 8
%88 = load ptr, ptr %6, align 8
%89 = icmp ne ptr %88, null
br i1 %89, label %90, label %94
90: ; preds = %86
%91 = load ptr, ptr %8, align 8
%92 = load i8, ptr %91, align 1
%93 = load ptr, ptr %6, align 8
store i8 %92, ptr %93, align 1
br label %94
94: ; preds = %90, %86
%95 = load ptr, ptr %8, align 8
%96 = load ptr, ptr %7, align 8
%97 = ptrtoint ptr %95 to i64
%98 = ptrtoint ptr %96 to i64
%99 = sub i64 %97, %98
%100 = icmp ne i64 %99, 0
br i1 %100, label %101, label %106
101: ; preds = %94
%102 = load ptr, ptr %8, align 8
%103 = getelementptr inbounds i8, ptr %102, i32 1
store ptr %103, ptr %8, align 8
store i8 0, ptr %102, align 1
%104 = load ptr, ptr %8, align 8
%105 = load ptr, ptr %4, align 8
store ptr %104, ptr %105, align 8
br label %117
106: ; preds = %94
%107 = load ptr, ptr %7, align 8
%108 = getelementptr inbounds i8, ptr %107, i32 1
store ptr %108, ptr %7, align 8
store ptr %108, ptr %8, align 8
br label %109
109: ; preds = %106
br label %113
110: ; preds = %83, %80, %77
%111 = load ptr, ptr %8, align 8
%112 = getelementptr inbounds i8, ptr %111, i32 1
store ptr %112, ptr %8, align 8
br label %113
113: ; preds = %110, %109
br label %114
114: ; preds = %113, %70
br label %115
115: ; preds = %114, %58
br label %116
116: ; preds = %115, %40
br label %16, !llvm.loop !6
117: ; preds = %101, %16
%118 = load ptr, ptr %12, align 8
%119 = icmp ne ptr %118, null
br i1 %119, label %127, label %120
120: ; preds = %117
%121 = load ptr, ptr %4, align 8
store ptr null, ptr %121, align 8
%122 = load ptr, ptr %6, align 8
%123 = icmp ne ptr %122, null
br i1 %123, label %124, label %126
124: ; preds = %120
%125 = load ptr, ptr %6, align 8
store i8 0, ptr %125, align 1
br label %126
126: ; preds = %124, %120
br label %127
127: ; preds = %126, %117
%128 = load ptr, ptr %7, align 8
ret ptr %128
}
declare ptr @argsep_next_interesting(ptr noundef, ptr noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
!6 = distinct !{!6, !7}
!7 = !{!"llvm.loop.mustprogress"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmpgwz2lqc7.c"
target datalayout = "e-m:e-p270: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 @argsep(ptr noundef %0, ptr noundef %1, ptr noundef %2) #0 {
%4 = alloca ptr, align 8
%5 = alloca ptr, align 8
%6 = alloca ptr, align 8
%7 = alloca ptr, align 8
%8 = alloca ptr, align 8
%9 = alloca i32, align 4
%10 = alloca i32, align 4
%11 = alloca i32, align 4
%12 = alloca ptr, align 8
store ptr %0, ptr %4, align 8
store ptr %1, ptr %5, align 8
store ptr %2, ptr %6, align 8
%13 = load ptr, ptr %4, align 8
%14 = load ptr, ptr %13, align 8
store ptr %14, ptr %7, align 8
%15 = load ptr, ptr %7, align 8
store ptr %15, ptr %8, align 8
store i32 0, ptr %9, align 4
store i32 0, ptr %10, align 4
store i32 0, ptr %11, align 4
store ptr null, ptr %12, align 8
%16 = load ptr, ptr %8, align 8
%17 = load ptr, ptr %5, align 8
%18 = call ptr @argsep_next_interesting(ptr noundef %16, ptr noundef %17)
store ptr %18, ptr %12, align 8
%19 = icmp ne ptr %18, null
br i1 %19, label %.lr.ph, label %.loopexit
.lr.ph: ; preds = %3
br label %20
20: ; preds = %.lr.ph, %115
%21 = load i32, ptr %11, align 4
%22 = icmp ne i32 %21, 0
br i1 %22, label %23, label %28
23: ; preds = %20
%24 = load ptr, ptr %12, align 8
%25 = load ptr, ptr %8, align 8
%26 = icmp ne ptr %24, %25
br i1 %26, label %27, label %28
27: ; preds = %23
store i32 0, ptr %11, align 4
br label %28
28: ; preds = %27, %23, %20
%29 = load ptr, ptr %12, align 8
%30 = load i8, ptr %29, align 1
%31 = sext i8 %30 to i32
%32 = icmp eq i32 %31, 34
br i1 %32, label %33, label %46
33: ; preds = %28
%34 = load i32, ptr %10, align 4
%35 = icmp ne i32 %34, 0
br i1 %35, label %46, label %36
36: ; preds = %33
%37 = load i32, ptr %11, align 4
%38 = icmp ne i32 %37, 0
br i1 %38, label %46, label %39
39: ; preds = %36
%40 = load i32, ptr %9, align 4
%41 = icmp ne i32 %40, 0
%42 = xor i1 %41, true
%43 = zext i1 %42 to i32
store i32 %43, ptr %9, align 4
%44 = load ptr, ptr %12, align 8
%45 = getelementptr inbounds i8, ptr %44, i64 1
store ptr %45, ptr %8, align 8
br label %115
46: ; preds = %36, %33, %28
%47 = load ptr, ptr %12, align 8
%48 = load i8, ptr %47, align 1
%49 = sext i8 %48 to i32
%50 = icmp eq i32 %49, 39
br i1 %50, label %51, label %64
51: ; preds = %46
%52 = load i32, ptr %9, align 4
%53 = icmp ne i32 %52, 0
br i1 %53, label %64, label %54
54: ; preds = %51
%55 = load i32, ptr %11, align 4
%56 = icmp ne i32 %55, 0
br i1 %56, label %64, label %57
57: ; preds = %54
%58 = load i32, ptr %10, align 4
%59 = icmp ne i32 %58, 0
%60 = xor i1 %59, true
%61 = zext i1 %60 to i32
store i32 %61, ptr %10, align 4
%62 = load ptr, ptr %12, align 8
%63 = getelementptr inbounds i8, ptr %62, i64 1
store ptr %63, ptr %8, align 8
br label %114
64: ; preds = %54, %51, %46
%65 = load ptr, ptr %12, align 8
%66 = load i8, ptr %65, align 1
%67 = sext i8 %66 to i32
%68 = icmp eq i32 %67, 92
br i1 %68, label %69, label %76
69: ; preds = %64
%70 = load i32, ptr %11, align 4
%71 = icmp ne i32 %70, 0
%72 = xor i1 %71, true
%73 = zext i1 %72 to i32
store i32 %73, ptr %11, align 4
%74 = load ptr, ptr %12, align 8
%75 = getelementptr inbounds i8, ptr %74, i64 1
store ptr %75, ptr %8, align 8
br label %113
76: ; preds = %64
%77 = load i32, ptr %9, align 4
%78 = icmp ne i32 %77, 0
br i1 %78, label %109, label %79
79: ; preds = %76
%80 = load i32, ptr %10, align 4
%81 = icmp ne i32 %80, 0
br i1 %81, label %109, label %82
82: ; preds = %79
%83 = load i32, ptr %11, align 4
%84 = icmp ne i32 %83, 0
br i1 %84, label %109, label %85
85: ; preds = %82
%86 = load ptr, ptr %12, align 8
store ptr %86, ptr %8, align 8
%87 = load ptr, ptr %6, align 8
%88 = icmp ne ptr %87, null
br i1 %88, label %89, label %93
89: ; preds = %85
%90 = load ptr, ptr %8, align 8
%91 = load i8, ptr %90, align 1
%92 = load ptr, ptr %6, align 8
store i8 %91, ptr %92, align 1
br label %93
93: ; preds = %89, %85
%94 = load ptr, ptr %8, align 8
%95 = load ptr, ptr %7, align 8
%96 = ptrtoint ptr %94 to i64
%97 = ptrtoint ptr %95 to i64
%98 = sub i64 %96, %97
%99 = icmp ne i64 %98, 0
br i1 %99, label %100, label %105
100: ; preds = %93
%101 = load ptr, ptr %8, align 8
%102 = getelementptr inbounds i8, ptr %101, i32 1
store ptr %102, ptr %8, align 8
store i8 0, ptr %101, align 1
%103 = load ptr, ptr %8, align 8
%104 = load ptr, ptr %4, align 8
store ptr %103, ptr %104, align 8
br label %120
105: ; preds = %93
%106 = load ptr, ptr %7, align 8
%107 = getelementptr inbounds i8, ptr %106, i32 1
store ptr %107, ptr %7, align 8
store ptr %107, ptr %8, align 8
br label %108
108: ; preds = %105
br label %112
109: ; preds = %82, %79, %76
%110 = load ptr, ptr %8, align 8
%111 = getelementptr inbounds i8, ptr %110, i32 1
store ptr %111, ptr %8, align 8
br label %112
112: ; preds = %109, %108
br label %113
113: ; preds = %112, %69
br label %114
114: ; preds = %113, %57
br label %115
115: ; preds = %114, %39
%116 = load ptr, ptr %8, align 8
%117 = load ptr, ptr %5, align 8
%118 = call ptr @argsep_next_interesting(ptr noundef %116, ptr noundef %117)
store ptr %118, ptr %12, align 8
%119 = icmp ne ptr %118, null
br i1 %119, label %20, label %..loopexit_crit_edge, !llvm.loop !6
..loopexit_crit_edge: ; preds = %115
br label %.loopexit
.loopexit: ; preds = %..loopexit_crit_edge, %3
br label %120
120: ; preds = %.loopexit, %100
%121 = load ptr, ptr %12, align 8
%122 = icmp ne ptr %121, null
br i1 %122, label %130, label %123
123: ; preds = %120
%124 = load ptr, ptr %4, align 8
store ptr null, ptr %124, align 8
%125 = load ptr, ptr %6, align 8
%126 = icmp ne ptr %125, null
br i1 %126, label %127, label %129
127: ; preds = %123
%128 = load ptr, ptr %6, align 8
store i8 0, ptr %128, align 1
br label %129
129: ; preds = %127, %123
br label %130
130: ; preds = %129, %120
%131 = load ptr, ptr %7, align 8
ret ptr %131
}
declare ptr @argsep_next_interesting(ptr noundef, ptr noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
!6 = distinct !{!6, !7}
!7 = !{!"llvm.loop.mustprogress"}
|
; ModuleID = '/tmp/tmpbyaogqj4.c'
source_filename = "/tmp/tmpbyaogqj4.c"
target datalayout = "e-m:e-p270: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/tmpbyaogqj4.c"
target datalayout = "e-m:e-p270: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/tmpte82xori.c'
source_filename = "/tmp/tmpte82xori.c"
target datalayout = "e-m:e-p270: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 @pause(i32 noundef %0) #0 {
%2 = alloca i32, align 4
store i32 %0, ptr %2, align 4
%3 = load i32, ptr %2, align 4
%4 = mul nsw i32 %3, 1000
%5 = call i32 @usleep(i32 noundef %4)
ret void
}
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/tmpte82xori.c"
target datalayout = "e-m:e-p270: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 @pause(i32 noundef %0) #0 {
%2 = alloca i32, align 4
store i32 %0, ptr %2, align 4
%3 = load i32, ptr %2, align 4
%4 = mul nsw i32 %3, 1000
%5 = call i32 @usleep(i32 noundef %4)
ret void
}
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/tmpkz4y8xv9.c'
source_filename = "/tmp/tmpkz4y8xv9.c"
target datalayout = "e-m:e-p270: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.ages = private unnamed_addr constant [5 x i32] [i32 23, i32 43, i32 12, i32 89, i32 2], align 16
@.str = private unnamed_addr constant [5 x i8] c"Alan\00", align 1
@.str.1 = private unnamed_addr constant [6 x i8] c"Frank\00", align 1
@.str.2 = private unnamed_addr constant [5 x i8] c"Mary\00", align 1
@.str.3 = private unnamed_addr constant [5 x i8] c"John\00", align 1
@.str.4 = private unnamed_addr constant [5 x i8] c"Lisa\00", align 1
@__const.main.names = private unnamed_addr constant [5 x ptr] [ptr @.str, ptr @.str.1, ptr @.str.2, ptr @.str.3, ptr @.str.4], align 16
@.str.5 = private unnamed_addr constant [24 x i8] c"%s has %d years alive.\0A\00", align 1
@.str.6 = private unnamed_addr constant [5 x i8] c"---\0A\00", align 1
@.str.7 = private unnamed_addr constant [21 x i8] c"%s is %d years old.\0A\00", align 1
@.str.8 = private unnamed_addr constant [27 x i8] c"%s is %d years old again.\0A\00", align 1
@.str.9 = private unnamed_addr constant [27 x i8] c"%s lived %d years so far.\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 [5 x i32], align 16
%7 = alloca [5 x ptr], align 16
%8 = alloca i32, align 4
%9 = alloca i32, align 4
%10 = alloca ptr, align 8
%11 = alloca ptr, align 8
%12 = alloca ptr, align 8
%13 = alloca ptr, align 8
store i32 0, ptr %3, align 4
store i32 %0, ptr %4, align 4
store ptr %1, ptr %5, align 8
call void @llvm.memcpy.p0.p0.i64(ptr align 16 %6, ptr align 16 @__const.main.ages, i64 20, i1 false)
call void @llvm.memcpy.p0.p0.i64(ptr align 16 %7, ptr align 16 @__const.main.names, i64 40, i1 false)
store i32 5, ptr %8, align 4
store i32 0, ptr %9, align 4
store i32 0, ptr %9, align 4
br label %14
14: ; preds = %28, %2
%15 = load i32, ptr %9, align 4
%16 = load i32, ptr %8, align 4
%17 = icmp slt i32 %15, %16
br i1 %17, label %18, label %31
18: ; preds = %14
%19 = load i32, ptr %9, align 4
%20 = sext i32 %19 to i64
%21 = getelementptr inbounds [5 x ptr], ptr %7, i64 0, i64 %20
%22 = load ptr, ptr %21, align 8
%23 = load i32, ptr %9, align 4
%24 = sext i32 %23 to i64
%25 = getelementptr inbounds [5 x i32], ptr %6, i64 0, i64 %24
%26 = load i32, ptr %25, align 4
%27 = call i32 (ptr, ...) @printf(ptr noundef @.str.5, ptr noundef %22, i32 noundef %26)
br label %28
28: ; preds = %18
%29 = load i32, ptr %9, align 4
%30 = add nsw i32 %29, 1
store i32 %30, ptr %9, align 4
br label %14, !llvm.loop !6
31: ; preds = %14
%32 = call i32 (ptr, ...) @printf(ptr noundef @.str.6)
%33 = getelementptr inbounds [5 x i32], ptr %6, i64 0, i64 0
store ptr %33, ptr %10, align 8
%34 = getelementptr inbounds [5 x ptr], ptr %7, i64 0, i64 0
store ptr %34, ptr %11, align 8
store i32 0, ptr %9, align 4
br label %35
35: ; preds = %51, %31
%36 = load i32, ptr %9, align 4
%37 = load i32, ptr %8, align 4
%38 = icmp slt i32 %36, %37
br i1 %38, label %39, label %54
39: ; preds = %35
%40 = load ptr, ptr %11, align 8
%41 = load i32, ptr %9, align 4
%42 = sext i32 %41 to i64
%43 = getelementptr inbounds ptr, ptr %40, i64 %42
%44 = load ptr, ptr %43, align 8
%45 = load ptr, ptr %10, align 8
%46 = load i32, ptr %9, align 4
%47 = sext i32 %46 to i64
%48 = getelementptr inbounds i32, ptr %45, i64 %47
%49 = load i32, ptr %48, align 4
%50 = call i32 (ptr, ...) @printf(ptr noundef @.str.7, ptr noundef %44, i32 noundef %49)
br label %51
51: ; preds = %39
%52 = load i32, ptr %9, align 4
%53 = add nsw i32 %52, 1
store i32 %53, ptr %9, align 4
br label %35, !llvm.loop !8
54: ; preds = %35
%55 = call i32 (ptr, ...) @printf(ptr noundef @.str.6)
store i32 0, ptr %9, align 4
br label %56
56: ; preds = %72, %54
%57 = load i32, ptr %9, align 4
%58 = load i32, ptr %8, align 4
%59 = icmp slt i32 %57, %58
br i1 %59, label %60, label %75
60: ; preds = %56
%61 = load ptr, ptr %11, align 8
%62 = load i32, ptr %9, align 4
%63 = sext i32 %62 to i64
%64 = getelementptr inbounds ptr, ptr %61, i64 %63
%65 = load ptr, ptr %64, align 8
%66 = load ptr, ptr %10, align 8
%67 = load i32, ptr %9, align 4
%68 = sext i32 %67 to i64
%69 = getelementptr inbounds i32, ptr %66, i64 %68
%70 = load i32, ptr %69, align 4
%71 = call i32 (ptr, ...) @printf(ptr noundef @.str.8, ptr noundef %65, i32 noundef %70)
br label %72
72: ; preds = %60
%73 = load i32, ptr %9, align 4
%74 = add nsw i32 %73, 1
store i32 %74, ptr %9, align 4
br label %56, !llvm.loop !9
75: ; preds = %56
%76 = call i32 (ptr, ...) @printf(ptr noundef @.str.6)
%77 = getelementptr inbounds [5 x ptr], ptr %7, i64 0, i64 0
store ptr %77, ptr %11, align 8
%78 = getelementptr inbounds [5 x i32], ptr %6, i64 0, i64 0
store ptr %78, ptr %10, align 8
br label %79
79: ; preds = %95, %75
%80 = load ptr, ptr %10, align 8
%81 = getelementptr inbounds [5 x i32], ptr %6, i64 0, i64 0
%82 = ptrtoint ptr %80 to i64
%83 = ptrtoint ptr %81 to i64
%84 = sub i64 %82, %83
%85 = sdiv exact i64 %84, 4
%86 = load i32, ptr %8, align 4
%87 = sext i32 %86 to i64
%88 = icmp slt i64 %85, %87
br i1 %88, label %89, label %100
89: ; preds = %79
%90 = load ptr, ptr %11, align 8
%91 = load ptr, ptr %90, align 8
%92 = load ptr, ptr %10, align 8
%93 = load i32, ptr %92, align 4
%94 = call i32 (ptr, ...) @printf(ptr noundef @.str.9, ptr noundef %91, i32 noundef %93)
br label %95
95: ; preds = %89
%96 = load ptr, ptr %11, align 8
%97 = getelementptr inbounds ptr, ptr %96, i32 1
store ptr %97, ptr %11, align 8
%98 = load ptr, ptr %10, align 8
%99 = getelementptr inbounds i32, ptr %98, i32 1
store ptr %99, ptr %10, align 8
br label %79, !llvm.loop !10
100: ; preds = %79
%101 = call i32 (ptr, ...) @printf(ptr noundef @.str.6)
store i32 0, ptr %9, align 4
br label %102
102: ; preds = %118, %100
%103 = load i32, ptr %9, align 4
%104 = load i32, ptr %8, align 4
%105 = icmp slt i32 %103, %104
br i1 %105, label %106, label %121
106: ; preds = %102
%107 = getelementptr inbounds [5 x ptr], ptr %7, i64 0, i64 0
%108 = load i32, ptr %9, align 4
%109 = sext i32 %108 to i64
%110 = getelementptr inbounds ptr, ptr %107, i64 %109
%111 = load ptr, ptr %110, align 8
%112 = getelementptr inbounds [5 x i32], ptr %6, i64 0, i64 0
%113 = load i32, ptr %9, align 4
%114 = sext i32 %113 to i64
%115 = getelementptr inbounds i32, ptr %112, i64 %114
%116 = load i32, ptr %115, align 4
%117 = call i32 (ptr, ...) @printf(ptr noundef @.str.5, ptr noundef %111, i32 noundef %116)
br label %118
118: ; preds = %106
%119 = load i32, ptr %9, align 4
%120 = add nsw i32 %119, 1
store i32 %120, ptr %9, align 4
br label %102, !llvm.loop !11
121: ; preds = %102
%122 = call i32 (ptr, ...) @printf(ptr noundef @.str.6)
%123 = getelementptr inbounds [5 x i32], ptr %6, i64 0, i64 0
store ptr %123, ptr %12, align 8
%124 = getelementptr inbounds [5 x ptr], ptr %7, i64 0, i64 0
store ptr %124, ptr %13, align 8
store i32 0, ptr %9, align 4
br label %125
125: ; preds = %135, %121
%126 = load i32, ptr %9, align 4
%127 = load i32, ptr %8, align 4
%128 = icmp slt i32 %126, %127
br i1 %128, label %129, label %142
129: ; preds = %125
%130 = load ptr, ptr %13, align 8
%131 = load ptr, ptr %130, align 8
%132 = load ptr, ptr %12, align 8
%133 = load i32, ptr %132, align 4
%134 = call i32 (ptr, ...) @printf(ptr noundef @.str.5, ptr noundef %131, i32 noundef %133)
br label %135
135: ; preds = %129
%136 = load i32, ptr %9, align 4
%137 = add nsw i32 %136, 1
store i32 %137, ptr %9, align 4
%138 = load ptr, ptr %13, align 8
%139 = getelementptr inbounds ptr, ptr %138, i32 1
store ptr %139, ptr %13, align 8
%140 = load ptr, ptr %12, align 8
%141 = getelementptr inbounds i32, ptr %140, i32 1
store ptr %141, ptr %12, align 8
br label %125, !llvm.loop !12
142: ; preds = %125
%143 = call i32 (ptr, ...) @printf(ptr noundef @.str.6)
store i32 0, ptr %9, align 4
br label %144
144: ; preds = %160, %142
%145 = load i32, ptr %9, align 4
%146 = load i32, ptr %8, align 4
%147 = icmp slt i32 %145, %146
br i1 %147, label %148, label %163
148: ; preds = %144
%149 = getelementptr inbounds [5 x ptr], ptr %7, i64 0, i64 0
%150 = load i32, ptr %9, align 4
%151 = sext i32 %150 to i64
%152 = getelementptr inbounds ptr, ptr %149, i64 %151
%153 = load ptr, ptr %152, align 8
%154 = getelementptr inbounds [5 x i32], ptr %6, i64 0, i64 0
%155 = load i32, ptr %9, align 4
%156 = sext i32 %155 to i64
%157 = getelementptr inbounds i32, ptr %154, i64 %156
%158 = load i32, ptr %157, align 4
%159 = call i32 (ptr, ...) @printf(ptr noundef @.str.5, ptr noundef %153, i32 noundef %158)
br label %160
160: ; preds = %148
%161 = load i32, ptr %9, align 4
%162 = add nsw i32 %161, 1
store i32 %162, ptr %9, align 4
br label %144, !llvm.loop !13
163: ; preds = %144
%164 = call i32 (ptr, ...) @printf(ptr noundef @.str.6)
ret i32 0
}
; Function Attrs: nocallback nofree nounwind willreturn memory(argmem: readwrite)
declare void @llvm.memcpy.p0.p0.i64(ptr noalias nocapture writeonly, ptr noalias nocapture readonly, i64, i1 immarg) #1
declare i32 @printf(ptr noundef, ...) #2
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { nocallback nofree nounwind willreturn memory(argmem: readwrite) }
attributes #2 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
!6 = distinct !{!6, !7}
!7 = !{!"llvm.loop.mustprogress"}
!8 = distinct !{!8, !7}
!9 = distinct !{!9, !7}
!10 = distinct !{!10, !7}
!11 = distinct !{!11, !7}
!12 = distinct !{!12, !7}
!13 = distinct !{!13, !7}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmpkz4y8xv9.c"
target datalayout = "e-m:e-p270: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.ages = private unnamed_addr constant [5 x i32] [i32 23, i32 43, i32 12, i32 89, i32 2], align 16
@.str = private unnamed_addr constant [5 x i8] c"Alan\00", align 1
@.str.1 = private unnamed_addr constant [6 x i8] c"Frank\00", align 1
@.str.2 = private unnamed_addr constant [5 x i8] c"Mary\00", align 1
@.str.3 = private unnamed_addr constant [5 x i8] c"John\00", align 1
@.str.4 = private unnamed_addr constant [5 x i8] c"Lisa\00", align 1
@__const.main.names = private unnamed_addr constant [5 x ptr] [ptr @.str, ptr @.str.1, ptr @.str.2, ptr @.str.3, ptr @.str.4], align 16
@.str.5 = private unnamed_addr constant [24 x i8] c"%s has %d years alive.\0A\00", align 1
@.str.6 = private unnamed_addr constant [5 x i8] c"---\0A\00", align 1
@.str.7 = private unnamed_addr constant [21 x i8] c"%s is %d years old.\0A\00", align 1
@.str.8 = private unnamed_addr constant [27 x i8] c"%s is %d years old again.\0A\00", align 1
@.str.9 = private unnamed_addr constant [27 x i8] c"%s lived %d years so far.\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 [5 x i32], align 16
%7 = alloca [5 x ptr], align 16
%8 = alloca i32, align 4
%9 = alloca i32, align 4
%10 = alloca ptr, align 8
%11 = alloca ptr, align 8
%12 = alloca ptr, align 8
%13 = alloca ptr, align 8
store i32 0, ptr %3, align 4
store i32 %0, ptr %4, align 4
store ptr %1, ptr %5, align 8
call void @llvm.memcpy.p0.p0.i64(ptr align 16 %6, ptr align 16 @__const.main.ages, i64 20, i1 false)
call void @llvm.memcpy.p0.p0.i64(ptr align 16 %7, ptr align 16 @__const.main.names, i64 40, i1 false)
store i32 5, ptr %8, align 4
store i32 0, ptr %9, align 4
store i32 0, ptr %9, align 4
%14 = load i32, ptr %9, align 4
%15 = load i32, ptr %8, align 4
%16 = icmp slt i32 %14, %15
br i1 %16, label %.lr.ph, label %33
.lr.ph: ; preds = %2
br label %17
17: ; preds = %.lr.ph, %27
%18 = load i32, ptr %9, align 4
%19 = sext i32 %18 to i64
%20 = getelementptr inbounds [5 x ptr], ptr %7, i64 0, i64 %19
%21 = load ptr, ptr %20, align 8
%22 = load i32, ptr %9, align 4
%23 = sext i32 %22 to i64
%24 = getelementptr inbounds [5 x i32], ptr %6, i64 0, i64 %23
%25 = load i32, ptr %24, align 4
%26 = call i32 (ptr, ...) @printf(ptr noundef @.str.5, ptr noundef %21, i32 noundef %25)
br label %27
27: ; preds = %17
%28 = load i32, ptr %9, align 4
%29 = add nsw i32 %28, 1
store i32 %29, ptr %9, align 4
%30 = load i32, ptr %9, align 4
%31 = load i32, ptr %8, align 4
%32 = icmp slt i32 %30, %31
br i1 %32, label %17, label %._crit_edge, !llvm.loop !6
._crit_edge: ; preds = %27
br label %33
33: ; preds = %._crit_edge, %2
%34 = call i32 (ptr, ...) @printf(ptr noundef @.str.6)
%35 = getelementptr inbounds [5 x i32], ptr %6, i64 0, i64 0
store ptr %35, ptr %10, align 8
%36 = getelementptr inbounds [5 x ptr], ptr %7, i64 0, i64 0
store ptr %36, ptr %11, align 8
store i32 0, ptr %9, align 4
%37 = load i32, ptr %9, align 4
%38 = load i32, ptr %8, align 4
%39 = icmp slt i32 %37, %38
br i1 %39, label %.lr.ph2, label %58
.lr.ph2: ; preds = %33
br label %40
40: ; preds = %.lr.ph2, %52
%41 = load ptr, ptr %11, align 8
%42 = load i32, ptr %9, align 4
%43 = sext i32 %42 to i64
%44 = getelementptr inbounds ptr, ptr %41, i64 %43
%45 = load ptr, ptr %44, align 8
%46 = load ptr, ptr %10, align 8
%47 = load i32, ptr %9, align 4
%48 = sext i32 %47 to i64
%49 = getelementptr inbounds i32, ptr %46, i64 %48
%50 = load i32, ptr %49, align 4
%51 = call i32 (ptr, ...) @printf(ptr noundef @.str.7, ptr noundef %45, i32 noundef %50)
br label %52
52: ; preds = %40
%53 = load i32, ptr %9, align 4
%54 = add nsw i32 %53, 1
store i32 %54, ptr %9, align 4
%55 = load i32, ptr %9, align 4
%56 = load i32, ptr %8, align 4
%57 = icmp slt i32 %55, %56
br i1 %57, label %40, label %._crit_edge3, !llvm.loop !8
._crit_edge3: ; preds = %52
br label %58
58: ; preds = %._crit_edge3, %33
%59 = call i32 (ptr, ...) @printf(ptr noundef @.str.6)
store i32 0, ptr %9, align 4
%60 = load i32, ptr %9, align 4
%61 = load i32, ptr %8, align 4
%62 = icmp slt i32 %60, %61
br i1 %62, label %.lr.ph5, label %81
.lr.ph5: ; preds = %58
br label %63
63: ; preds = %.lr.ph5, %75
%64 = load ptr, ptr %11, align 8
%65 = load i32, ptr %9, align 4
%66 = sext i32 %65 to i64
%67 = getelementptr inbounds ptr, ptr %64, i64 %66
%68 = load ptr, ptr %67, align 8
%69 = load ptr, ptr %10, align 8
%70 = load i32, ptr %9, align 4
%71 = sext i32 %70 to i64
%72 = getelementptr inbounds i32, ptr %69, i64 %71
%73 = load i32, ptr %72, align 4
%74 = call i32 (ptr, ...) @printf(ptr noundef @.str.8, ptr noundef %68, i32 noundef %73)
br label %75
75: ; preds = %63
%76 = load i32, ptr %9, align 4
%77 = add nsw i32 %76, 1
store i32 %77, ptr %9, align 4
%78 = load i32, ptr %9, align 4
%79 = load i32, ptr %8, align 4
%80 = icmp slt i32 %78, %79
br i1 %80, label %63, label %._crit_edge6, !llvm.loop !9
._crit_edge6: ; preds = %75
br label %81
81: ; preds = %._crit_edge6, %58
%82 = call i32 (ptr, ...) @printf(ptr noundef @.str.6)
%83 = getelementptr inbounds [5 x ptr], ptr %7, i64 0, i64 0
store ptr %83, ptr %11, align 8
%84 = getelementptr inbounds [5 x i32], ptr %6, i64 0, i64 0
store ptr %84, ptr %10, align 8
%85 = load ptr, ptr %10, align 8
%86 = getelementptr inbounds [5 x i32], ptr %6, i64 0, i64 0
%87 = ptrtoint ptr %85 to i64
%88 = ptrtoint ptr %86 to i64
%89 = sub i64 %87, %88
%90 = sdiv exact i64 %89, 4
%91 = load i32, ptr %8, align 4
%92 = sext i32 %91 to i64
%93 = icmp slt i64 %90, %92
br i1 %93, label %.lr.ph8, label %112
.lr.ph8: ; preds = %81
br label %94
94: ; preds = %.lr.ph8, %100
%95 = load ptr, ptr %11, align 8
%96 = load ptr, ptr %95, align 8
%97 = load ptr, ptr %10, align 8
%98 = load i32, ptr %97, align 4
%99 = call i32 (ptr, ...) @printf(ptr noundef @.str.9, ptr noundef %96, i32 noundef %98)
br label %100
100: ; preds = %94
%101 = load ptr, ptr %11, align 8
%102 = getelementptr inbounds ptr, ptr %101, i32 1
store ptr %102, ptr %11, align 8
%103 = load ptr, ptr %10, align 8
%104 = getelementptr inbounds i32, ptr %103, i32 1
store ptr %104, ptr %10, align 8
%105 = load ptr, ptr %10, align 8
%106 = ptrtoint ptr %105 to i64
%107 = sub i64 %106, %88
%108 = sdiv exact i64 %107, 4
%109 = load i32, ptr %8, align 4
%110 = sext i32 %109 to i64
%111 = icmp slt i64 %108, %110
br i1 %111, label %94, label %._crit_edge9, !llvm.loop !10
._crit_edge9: ; preds = %100
br label %112
112: ; preds = %._crit_edge9, %81
%113 = call i32 (ptr, ...) @printf(ptr noundef @.str.6)
store i32 0, ptr %9, align 4
%114 = load i32, ptr %9, align 4
%115 = load i32, ptr %8, align 4
%116 = icmp slt i32 %114, %115
br i1 %116, label %.lr.ph11, label %135
.lr.ph11: ; preds = %112
br label %117
117: ; preds = %.lr.ph11, %129
%118 = getelementptr inbounds [5 x ptr], ptr %7, i64 0, i64 0
%119 = load i32, ptr %9, align 4
%120 = sext i32 %119 to i64
%121 = getelementptr inbounds ptr, ptr %118, i64 %120
%122 = load ptr, ptr %121, align 8
%123 = getelementptr inbounds [5 x i32], ptr %6, i64 0, i64 0
%124 = load i32, ptr %9, align 4
%125 = sext i32 %124 to i64
%126 = getelementptr inbounds i32, ptr %123, i64 %125
%127 = load i32, ptr %126, align 4
%128 = call i32 (ptr, ...) @printf(ptr noundef @.str.5, ptr noundef %122, i32 noundef %127)
br label %129
129: ; preds = %117
%130 = load i32, ptr %9, align 4
%131 = add nsw i32 %130, 1
store i32 %131, ptr %9, align 4
%132 = load i32, ptr %9, align 4
%133 = load i32, ptr %8, align 4
%134 = icmp slt i32 %132, %133
br i1 %134, label %117, label %._crit_edge12, !llvm.loop !11
._crit_edge12: ; preds = %129
br label %135
135: ; preds = %._crit_edge12, %112
%136 = call i32 (ptr, ...) @printf(ptr noundef @.str.6)
%137 = getelementptr inbounds [5 x i32], ptr %6, i64 0, i64 0
store ptr %137, ptr %12, align 8
%138 = getelementptr inbounds [5 x ptr], ptr %7, i64 0, i64 0
store ptr %138, ptr %13, align 8
store i32 0, ptr %9, align 4
%139 = load i32, ptr %9, align 4
%140 = load i32, ptr %8, align 4
%141 = icmp slt i32 %139, %140
br i1 %141, label %.lr.ph14, label %158
.lr.ph14: ; preds = %135
br label %142
142: ; preds = %.lr.ph14, %148
%143 = load ptr, ptr %13, align 8
%144 = load ptr, ptr %143, align 8
%145 = load ptr, ptr %12, align 8
%146 = load i32, ptr %145, align 4
%147 = call i32 (ptr, ...) @printf(ptr noundef @.str.5, ptr noundef %144, i32 noundef %146)
br label %148
148: ; preds = %142
%149 = load i32, ptr %9, align 4
%150 = add nsw i32 %149, 1
store i32 %150, ptr %9, align 4
%151 = load ptr, ptr %13, align 8
%152 = getelementptr inbounds ptr, ptr %151, i32 1
store ptr %152, ptr %13, align 8
%153 = load ptr, ptr %12, align 8
%154 = getelementptr inbounds i32, ptr %153, i32 1
store ptr %154, ptr %12, align 8
%155 = load i32, ptr %9, align 4
%156 = load i32, ptr %8, align 4
%157 = icmp slt i32 %155, %156
br i1 %157, label %142, label %._crit_edge15, !llvm.loop !12
._crit_edge15: ; preds = %148
br label %158
158: ; preds = %._crit_edge15, %135
%159 = call i32 (ptr, ...) @printf(ptr noundef @.str.6)
store i32 0, ptr %9, align 4
%160 = load i32, ptr %9, align 4
%161 = load i32, ptr %8, align 4
%162 = icmp slt i32 %160, %161
br i1 %162, label %.lr.ph17, label %181
.lr.ph17: ; preds = %158
br label %163
163: ; preds = %.lr.ph17, %175
%164 = getelementptr inbounds [5 x ptr], ptr %7, i64 0, i64 0
%165 = load i32, ptr %9, align 4
%166 = sext i32 %165 to i64
%167 = getelementptr inbounds ptr, ptr %164, i64 %166
%168 = load ptr, ptr %167, align 8
%169 = getelementptr inbounds [5 x i32], ptr %6, i64 0, i64 0
%170 = load i32, ptr %9, align 4
%171 = sext i32 %170 to i64
%172 = getelementptr inbounds i32, ptr %169, i64 %171
%173 = load i32, ptr %172, align 4
%174 = call i32 (ptr, ...) @printf(ptr noundef @.str.5, ptr noundef %168, i32 noundef %173)
br label %175
175: ; preds = %163
%176 = load i32, ptr %9, align 4
%177 = add nsw i32 %176, 1
store i32 %177, ptr %9, align 4
%178 = load i32, ptr %9, align 4
%179 = load i32, ptr %8, align 4
%180 = icmp slt i32 %178, %179
br i1 %180, label %163, label %._crit_edge18, !llvm.loop !13
._crit_edge18: ; preds = %175
br label %181
181: ; preds = %._crit_edge18, %158
%182 = call i32 (ptr, ...) @printf(ptr noundef @.str.6)
ret i32 0
}
; Function Attrs: nocallback nofree nounwind willreturn memory(argmem: readwrite)
declare void @llvm.memcpy.p0.p0.i64(ptr noalias nocapture writeonly, ptr noalias nocapture readonly, i64, i1 immarg) #1
declare i32 @printf(ptr noundef, ...) #2
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { nocallback nofree nounwind willreturn memory(argmem: readwrite) }
attributes #2 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
!6 = distinct !{!6, !7}
!7 = !{!"llvm.loop.mustprogress"}
!8 = distinct !{!8, !7}
!9 = distinct !{!9, !7}
!10 = distinct !{!10, !7}
!11 = distinct !{!11, !7}
!12 = distinct !{!12, !7}
!13 = distinct !{!13, !7}
|
; ModuleID = '/tmp/tmppzbvaov9.c'
source_filename = "/tmp/tmppzbvaov9.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @main(i32 noundef %0, ptr noundef %1) #0 {
%3 = alloca i32, align 4
%4 = alloca i32, align 4
%5 = alloca ptr, align 8
%6 = alloca i32, align 4
%7 = alloca i32, align 4
store i32 0, ptr %3, align 4
store i32 %0, ptr %4, align 4
store ptr %1, ptr %5, align 8
%8 = load ptr, ptr %5, align 8
%9 = getelementptr inbounds ptr, ptr %8, i64 1
%10 = load ptr, ptr %9, align 8
%11 = call i32 @open(ptr noundef %10, i32 noundef 0)
store i32 %11, ptr %6, align 4
%12 = load ptr, ptr %5, align 8
%13 = getelementptr inbounds ptr, ptr %12, i64 1
%14 = load ptr, ptr %13, align 8
%15 = call i32 @open(ptr noundef %14, i32 noundef 0)
store i32 %15, ptr %7, align 4
%16 = load i32, ptr %6, align 4
%17 = icmp sgt i32 %16, 0
%18 = zext i1 %17 to i32
%19 = call i32 @assert(i32 noundef %18)
%20 = load i32, ptr %7, align 4
%21 = icmp sgt i32 %20, 0
%22 = zext i1 %21 to i32
%23 = call i32 @assert(i32 noundef %22)
%24 = call i32 @sleep(i32 noundef 60)
ret i32 0
}
declare i32 @open(ptr noundef, i32 noundef) #1
declare i32 @assert(i32 noundef) #1
declare i32 @sleep(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/tmppzbvaov9.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @main(i32 noundef %0, ptr noundef %1) #0 {
%3 = alloca i32, align 4
%4 = alloca i32, align 4
%5 = alloca ptr, align 8
%6 = alloca i32, align 4
%7 = alloca i32, align 4
store i32 0, ptr %3, align 4
store i32 %0, ptr %4, align 4
store ptr %1, ptr %5, align 8
%8 = load ptr, ptr %5, align 8
%9 = getelementptr inbounds ptr, ptr %8, i64 1
%10 = load ptr, ptr %9, align 8
%11 = call i32 @open(ptr noundef %10, i32 noundef 0)
store i32 %11, ptr %6, align 4
%12 = load ptr, ptr %5, align 8
%13 = getelementptr inbounds ptr, ptr %12, i64 1
%14 = load ptr, ptr %13, align 8
%15 = call i32 @open(ptr noundef %14, i32 noundef 0)
store i32 %15, ptr %7, align 4
%16 = load i32, ptr %6, align 4
%17 = icmp sgt i32 %16, 0
%18 = zext i1 %17 to i32
%19 = call i32 @assert(i32 noundef %18)
%20 = load i32, ptr %7, align 4
%21 = icmp sgt i32 %20, 0
%22 = zext i1 %21 to i32
%23 = call i32 @assert(i32 noundef %22)
%24 = call i32 @sleep(i32 noundef 60)
ret i32 0
}
declare i32 @open(ptr noundef, i32 noundef) #1
declare i32 @assert(i32 noundef) #1
declare i32 @sleep(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/tmp7q5pio43.c'
source_filename = "/tmp/tmp7q5pio43.c"
target datalayout = "e-m:e-p270: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 @strdup(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 = icmp ne ptr %4, null
br i1 %5, label %6, label %20
6: ; preds = %1
%7 = load ptr, ptr %2, align 8
%8 = call i64 @strlen(ptr noundef %7)
%9 = add nsw i64 %8, 1
%10 = trunc i64 %9 to i32
%11 = call i64 @malloc(i32 noundef %10)
%12 = inttoptr i64 %11 to ptr
store ptr %12, ptr %3, align 8
%13 = load ptr, ptr %3, align 8
%14 = icmp ne ptr %13, null
br i1 %14, label %15, label %19
15: ; preds = %6
%16 = load ptr, ptr %3, align 8
%17 = load ptr, ptr %2, align 8
%18 = call i32 @strcpy(ptr noundef %16, ptr noundef %17)
br label %19
19: ; preds = %15, %6
br label %21
20: ; preds = %1
store ptr null, ptr %3, align 8
br label %21
21: ; preds = %20, %19
%22 = load ptr, ptr %3, align 8
ret ptr %22
}
declare i64 @malloc(i32 noundef) #1
declare i64 @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/tmp7q5pio43.c"
target datalayout = "e-m:e-p270: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 @strdup(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 = icmp ne ptr %4, null
br i1 %5, label %6, label %20
6: ; preds = %1
%7 = load ptr, ptr %2, align 8
%8 = call i64 @strlen(ptr noundef %7)
%9 = add nsw i64 %8, 1
%10 = trunc i64 %9 to i32
%11 = call i64 @malloc(i32 noundef %10)
%12 = inttoptr i64 %11 to ptr
store ptr %12, ptr %3, align 8
%13 = load ptr, ptr %3, align 8
%14 = icmp ne ptr %13, null
br i1 %14, label %15, label %19
15: ; preds = %6
%16 = load ptr, ptr %3, align 8
%17 = load ptr, ptr %2, align 8
%18 = call i32 @strcpy(ptr noundef %16, ptr noundef %17)
br label %19
19: ; preds = %15, %6
br label %21
20: ; preds = %1
store ptr null, ptr %3, align 8
br label %21
21: ; preds = %20, %19
%22 = load ptr, ptr %3, align 8
ret ptr %22
}
declare i64 @malloc(i32 noundef) #1
declare i64 @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/tmp_xiik_mq.c'
source_filename = "/tmp/tmp_xiik_mq.c"
target datalayout = "e-m:e-p270: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 @insert_a_char(ptr noundef %0, ptr noundef %1, i32 noundef %2) #0 {
%4 = alloca ptr, align 8
%5 = alloca ptr, align 8
%6 = alloca i32, align 4
%7 = alloca ptr, align 8
%8 = alloca ptr, align 8
%9 = alloca ptr, align 8
store ptr %0, ptr %4, align 8
store ptr %1, ptr %5, align 8
store i32 %2, ptr %6, align 4
%10 = load ptr, ptr %4, align 8
%11 = load i32, ptr %6, align 4
%12 = call ptr @ft_strsub(ptr noundef %10, i32 noundef 0, i32 noundef %11)
store ptr %12, ptr %8, align 8
%13 = load ptr, ptr %4, align 8
%14 = load i32, ptr %6, align 4
%15 = load ptr, ptr %4, align 8
%16 = call i32 @ft_strlen(ptr noundef %15)
%17 = call ptr @ft_strsub(ptr noundef %13, i32 noundef %14, i32 noundef %16)
store ptr %17, ptr %9, align 8
%18 = load ptr, ptr %8, align 8
%19 = call ptr @ft_strdup(ptr noundef %18)
store ptr %19, ptr %7, align 8
%20 = load ptr, ptr %8, align 8
%21 = call i32 @ft_free(ptr noundef %20)
%22 = load ptr, ptr %7, align 8
%23 = load ptr, ptr %5, align 8
%24 = call ptr @ft_strjoin(ptr noundef %22, ptr noundef %23)
store ptr %24, ptr %8, align 8
%25 = load ptr, ptr %4, align 8
%26 = call i32 @ft_free(ptr noundef %25)
%27 = load ptr, ptr %8, align 8
%28 = load ptr, ptr %9, align 8
%29 = call ptr @ft_strjoin(ptr noundef %27, ptr noundef %28)
store ptr %29, ptr %4, align 8
%30 = load ptr, ptr %9, align 8
%31 = call i32 @ft_free(ptr noundef %30)
%32 = load ptr, ptr %8, align 8
%33 = call i32 @ft_free(ptr noundef %32)
%34 = load ptr, ptr %5, align 8
%35 = call i32 @ft_free(ptr noundef %34)
%36 = load ptr, ptr %4, align 8
ret ptr %36
}
declare ptr @ft_strsub(ptr noundef, i32 noundef, i32 noundef) #1
declare i32 @ft_strlen(ptr noundef) #1
declare ptr @ft_strdup(ptr noundef) #1
declare i32 @ft_free(ptr noundef) #1
declare ptr @ft_strjoin(ptr noundef, ptr noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmp_xiik_mq.c"
target datalayout = "e-m:e-p270: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 @insert_a_char(ptr noundef %0, ptr noundef %1, i32 noundef %2) #0 {
%4 = alloca ptr, align 8
%5 = alloca ptr, align 8
%6 = alloca i32, align 4
%7 = alloca ptr, align 8
%8 = alloca ptr, align 8
%9 = alloca ptr, align 8
store ptr %0, ptr %4, align 8
store ptr %1, ptr %5, align 8
store i32 %2, ptr %6, align 4
%10 = load ptr, ptr %4, align 8
%11 = load i32, ptr %6, align 4
%12 = call ptr @ft_strsub(ptr noundef %10, i32 noundef 0, i32 noundef %11)
store ptr %12, ptr %8, align 8
%13 = load ptr, ptr %4, align 8
%14 = load i32, ptr %6, align 4
%15 = load ptr, ptr %4, align 8
%16 = call i32 @ft_strlen(ptr noundef %15)
%17 = call ptr @ft_strsub(ptr noundef %13, i32 noundef %14, i32 noundef %16)
store ptr %17, ptr %9, align 8
%18 = load ptr, ptr %8, align 8
%19 = call ptr @ft_strdup(ptr noundef %18)
store ptr %19, ptr %7, align 8
%20 = load ptr, ptr %8, align 8
%21 = call i32 @ft_free(ptr noundef %20)
%22 = load ptr, ptr %7, align 8
%23 = load ptr, ptr %5, align 8
%24 = call ptr @ft_strjoin(ptr noundef %22, ptr noundef %23)
store ptr %24, ptr %8, align 8
%25 = load ptr, ptr %4, align 8
%26 = call i32 @ft_free(ptr noundef %25)
%27 = load ptr, ptr %8, align 8
%28 = load ptr, ptr %9, align 8
%29 = call ptr @ft_strjoin(ptr noundef %27, ptr noundef %28)
store ptr %29, ptr %4, align 8
%30 = load ptr, ptr %9, align 8
%31 = call i32 @ft_free(ptr noundef %30)
%32 = load ptr, ptr %8, align 8
%33 = call i32 @ft_free(ptr noundef %32)
%34 = load ptr, ptr %5, align 8
%35 = call i32 @ft_free(ptr noundef %34)
%36 = load ptr, ptr %4, align 8
ret ptr %36
}
declare ptr @ft_strsub(ptr noundef, i32 noundef, i32 noundef) #1
declare i32 @ft_strlen(ptr noundef) #1
declare ptr @ft_strdup(ptr noundef) #1
declare i32 @ft_free(ptr noundef) #1
declare ptr @ft_strjoin(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/tmpm_jz6i9c.c'
source_filename = "/tmp/tmpm_jz6i9c.c"
target datalayout = "e-m:e-p270: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.statvfs = type { i32, i32, i32 }
@.str = private unnamed_addr constant [9 x i8] c"%lu %lu\0A\00", align 1
@errno = dso_local global i32 0, align 4
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local void @print_statvfs(ptr noundef %0) #0 {
%2 = alloca ptr, align 8
%3 = alloca %struct.statvfs, align 4
store ptr %0, ptr %2, align 8
%4 = load ptr, ptr %2, align 8
%5 = call i64 @statvfs(ptr noundef %4, ptr noundef %3)
%6 = icmp eq i64 %5, 0
br i1 %6, label %7, label %19
7: ; preds = %1
%8 = getelementptr inbounds %struct.statvfs, ptr %3, i32 0, i32 0
%9 = load i32, ptr %8, align 4
%10 = getelementptr inbounds %struct.statvfs, ptr %3, i32 0, i32 1
%11 = load i32, ptr %10, align 4
%12 = mul nsw i32 %9, %11
%13 = getelementptr inbounds %struct.statvfs, ptr %3, i32 0, i32 0
%14 = load i32, ptr %13, align 4
%15 = getelementptr inbounds %struct.statvfs, ptr %3, i32 0, i32 2
%16 = load i32, ptr %15, align 4
%17 = mul nsw i32 %14, %16
%18 = call i32 @printf(ptr noundef @.str, i32 noundef %12, i32 noundef %17)
br label %22
19: ; preds = %1
%20 = load i32, ptr @errno, align 4
%21 = call i32 @exit(i32 noundef %20) #3
unreachable
22: ; preds = %7
ret void
}
declare i64 @statvfs(ptr noundef, ptr noundef) #1
declare i32 @printf(ptr noundef, i32 noundef, i32 noundef) #1
; Function Attrs: noreturn
declare i32 @exit(i32 noundef) #2
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #2 = { noreturn "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #3 = { noreturn }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmpm_jz6i9c.c"
target datalayout = "e-m:e-p270: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.statvfs = type { i32, i32, i32 }
@.str = private unnamed_addr constant [9 x i8] c"%lu %lu\0A\00", align 1
@errno = dso_local global i32 0, align 4
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local void @print_statvfs(ptr noundef %0) #0 {
%2 = alloca ptr, align 8
%3 = alloca %struct.statvfs, align 4
store ptr %0, ptr %2, align 8
%4 = load ptr, ptr %2, align 8
%5 = call i64 @statvfs(ptr noundef %4, ptr noundef %3)
%6 = icmp eq i64 %5, 0
br i1 %6, label %7, label %19
7: ; preds = %1
%8 = getelementptr inbounds %struct.statvfs, ptr %3, i32 0, i32 0
%9 = load i32, ptr %8, align 4
%10 = getelementptr inbounds %struct.statvfs, ptr %3, i32 0, i32 1
%11 = load i32, ptr %10, align 4
%12 = mul nsw i32 %9, %11
%13 = getelementptr inbounds %struct.statvfs, ptr %3, i32 0, i32 0
%14 = load i32, ptr %13, align 4
%15 = getelementptr inbounds %struct.statvfs, ptr %3, i32 0, i32 2
%16 = load i32, ptr %15, align 4
%17 = mul nsw i32 %14, %16
%18 = call i32 @printf(ptr noundef @.str, i32 noundef %12, i32 noundef %17)
br label %22
19: ; preds = %1
%20 = load i32, ptr @errno, align 4
%21 = call i32 @exit(i32 noundef %20) #3
unreachable
22: ; preds = %7
ret void
}
declare i64 @statvfs(ptr noundef, ptr noundef) #1
declare i32 @printf(ptr noundef, i32 noundef, i32 noundef) #1
; Function Attrs: noreturn
declare i32 @exit(i32 noundef) #2
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #2 = { noreturn "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #3 = { noreturn }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
|
; ModuleID = '/tmp/tmp728u6h6n.c'
source_filename = "/tmp/tmp728u6h6n.c"
target datalayout = "e-m:e-p270: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/tmp728u6h6n.c"
target datalayout = "e-m:e-p270: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/tmpq650hwc2.c'
source_filename = "/tmp/tmpq650hwc2.c"
target datalayout = "e-m:e-p270: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 @insert_recursive(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
%7 = load ptr, ptr %5, align 8
%8 = load i32, ptr %7, align 4
%9 = icmp sge i32 %8, 20
br i1 %9, label %10, label %11
10: ; preds = %3
br label %20
11: ; preds = %3
%12 = load ptr, ptr %5, align 8
%13 = load i32, ptr %12, align 4
%14 = add nsw i32 %13, 1
store i32 %14, ptr %12, align 4
%15 = load ptr, ptr %4, align 8
%16 = load ptr, ptr %5, align 8
%17 = load i32, ptr %16, align 4
%18 = load i32, ptr %6, align 4
%19 = call i32 @recursively_insert(ptr noundef %15, i32 noundef %17, i32 noundef %18)
br label %20
20: ; preds = %11, %10
ret void
}
declare i32 @recursively_insert(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/tmpq650hwc2.c"
target datalayout = "e-m:e-p270: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 @insert_recursive(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
%7 = load ptr, ptr %5, align 8
%8 = load i32, ptr %7, align 4
%9 = icmp sge i32 %8, 20
br i1 %9, label %10, label %11
10: ; preds = %3
br label %20
11: ; preds = %3
%12 = load ptr, ptr %5, align 8
%13 = load i32, ptr %12, align 4
%14 = add nsw i32 %13, 1
store i32 %14, ptr %12, align 4
%15 = load ptr, ptr %4, align 8
%16 = load ptr, ptr %5, align 8
%17 = load i32, ptr %16, align 4
%18 = load i32, ptr %6, align 4
%19 = call i32 @recursively_insert(ptr noundef %15, i32 noundef %17, i32 noundef %18)
br label %20
20: ; preds = %11, %10
ret void
}
declare i32 @recursively_insert(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/tmpwfovpnai.c'
source_filename = "/tmp/tmpwfovpnai.c"
target datalayout = "e-m:e-p270: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 @Destroy_locks(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 = %16, %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 %19
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 = call i32 @omp_destroy_lock(ptr noundef %14)
br label %16
16: ; preds = %10
%17 = load i32, ptr %5, align 4
%18 = add nsw i32 %17, 1
store i32 %18, ptr %5, align 4
br label %6, !llvm.loop !6
19: ; preds = %6
ret void
}
declare i32 @omp_destroy_lock(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/tmpwfovpnai.c"
target datalayout = "e-m:e-p270: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 @Destroy_locks(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 %21
.lr.ph: ; preds = %2
br label %9
9: ; preds = %.lr.ph, %15
%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 = call i32 @omp_destroy_lock(ptr noundef %13)
br label %15
15: ; preds = %9
%16 = load i32, ptr %5, align 4
%17 = add nsw i32 %16, 1
store i32 %17, ptr %5, align 4
%18 = load i32, ptr %5, align 4
%19 = load i32, ptr %4, align 4
%20 = icmp slt i32 %18, %19
br i1 %20, label %9, label %._crit_edge, !llvm.loop !6
._crit_edge: ; preds = %15
br label %21
21: ; preds = %._crit_edge, %2
ret void
}
declare i32 @omp_destroy_lock(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/tmpx6xf1c6y.c'
source_filename = "/tmp/tmpx6xf1c6y.c"
target datalayout = "e-m:e-p270: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 @__wrap___xstat(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 ptr, ptr %5, align 8
%8 = load ptr, ptr %6, align 8
%9 = call i32 @dll_stat(ptr noundef %7, ptr noundef %8)
ret i32 %9
}
declare i32 @dll_stat(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/tmpx6xf1c6y.c"
target datalayout = "e-m:e-p270: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 @__wrap___xstat(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 ptr, ptr %5, align 8
%8 = load ptr, ptr %6, align 8
%9 = call i32 @dll_stat(ptr noundef %7, ptr noundef %8)
ret i32 %9
}
declare i32 @dll_stat(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/tmpgrkv_25k.c'
source_filename = "/tmp/tmpgrkv_25k.c"
target datalayout = "e-m:e-p270: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
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @readn(i32 noundef %0, ptr noundef %1, i64 noundef %2) #0 {
%4 = alloca i32, align 4
%5 = alloca i32, align 4
%6 = alloca ptr, align 8
%7 = alloca i64, align 8
%8 = alloca i32, align 4
%9 = alloca i32, align 4
%10 = alloca ptr, align 8
store i32 %0, ptr %5, align 4
store ptr %1, ptr %6, align 8
store i64 %2, ptr %7, align 8
%11 = load ptr, ptr %6, align 8
store ptr %11, ptr %10, align 8
%12 = load i64, ptr %7, align 8
%13 = trunc i64 %12 to i32
store i32 %13, ptr %8, align 4
br label %14
14: ; preds = %35, %3
%15 = load i32, ptr %8, align 4
%16 = icmp sgt i32 %15, 0
br i1 %16, label %17, label %43
17: ; preds = %14
%18 = load i32, ptr %5, align 4
%19 = load ptr, ptr %10, align 8
%20 = load i32, ptr %8, align 4
%21 = call i32 @read(i32 noundef %18, ptr noundef %19, i32 noundef %20)
store i32 %21, ptr %9, align 4
%22 = icmp slt i32 %21, 0
br i1 %22, label %23, label %30
23: ; preds = %17
%24 = load i64, ptr @errno, align 8
%25 = load i64, ptr @EINTR, align 8
%26 = icmp eq i64 %24, %25
br i1 %26, label %27, label %28
27: ; preds = %23
store i32 0, ptr %9, align 4
br label %29
28: ; preds = %23
store i32 -1, ptr %4, align 4
br label %49
29: ; preds = %27
br label %35
30: ; preds = %17
%31 = load i32, ptr %9, align 4
%32 = icmp eq i32 %31, 0
br i1 %32, label %33, label %34
33: ; preds = %30
br label %43
34: ; preds = %30
br label %35
35: ; preds = %34, %29
%36 = load i32, ptr %9, align 4
%37 = load i32, ptr %8, align 4
%38 = sub nsw i32 %37, %36
store i32 %38, ptr %8, align 4
%39 = load i32, ptr %9, align 4
%40 = load ptr, ptr %10, align 8
%41 = sext i32 %39 to i64
%42 = getelementptr inbounds i8, ptr %40, i64 %41
store ptr %42, ptr %10, align 8
br label %14, !llvm.loop !6
43: ; preds = %33, %14
%44 = load i64, ptr %7, align 8
%45 = load i32, ptr %8, align 4
%46 = sext i32 %45 to i64
%47 = sub i64 %44, %46
%48 = trunc i64 %47 to i32
store i32 %48, ptr %4, align 4
br label %49
49: ; preds = %43, %28
%50 = load i32, ptr %4, align 4
ret i32 %50
}
declare i32 @read(i32 noundef, ptr noundef, i32 noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
!6 = distinct !{!6, !7}
!7 = !{!"llvm.loop.mustprogress"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmpgrkv_25k.c"
target datalayout = "e-m:e-p270: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
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @readn(i32 noundef %0, ptr noundef %1, i64 noundef %2) #0 {
%4 = alloca i32, align 4
%5 = alloca i32, align 4
%6 = alloca ptr, align 8
%7 = alloca i64, align 8
%8 = alloca i32, align 4
%9 = alloca i32, align 4
%10 = alloca ptr, align 8
store i32 %0, ptr %5, align 4
store ptr %1, ptr %6, align 8
store i64 %2, ptr %7, align 8
%11 = load ptr, ptr %6, align 8
store ptr %11, ptr %10, align 8
%12 = load i64, ptr %7, align 8
%13 = trunc i64 %12 to i32
store i32 %13, ptr %8, align 4
%14 = load i32, ptr %8, align 4
%15 = icmp sgt i32 %14, 0
br i1 %15, label %.lr.ph, label %.loopexit
.lr.ph: ; preds = %3
br label %16
16: ; preds = %.lr.ph, %34
%17 = load i32, ptr %5, align 4
%18 = load ptr, ptr %10, align 8
%19 = load i32, ptr %8, align 4
%20 = call i32 @read(i32 noundef %17, ptr noundef %18, i32 noundef %19)
store i32 %20, ptr %9, align 4
%21 = icmp slt i32 %20, 0
br i1 %21, label %22, label %29
22: ; preds = %16
%23 = load i64, ptr @errno, align 8
%24 = load i64, ptr @EINTR, align 8
%25 = icmp eq i64 %23, %24
br i1 %25, label %26, label %27
26: ; preds = %22
store i32 0, ptr %9, align 4
br label %28
27: ; preds = %22
store i32 -1, ptr %4, align 4
br label %50
28: ; preds = %26
br label %34
29: ; preds = %16
%30 = load i32, ptr %9, align 4
%31 = icmp eq i32 %30, 0
br i1 %31, label %32, label %33
32: ; preds = %29
br label %44
33: ; preds = %29
br label %34
34: ; preds = %33, %28
%35 = load i32, ptr %9, align 4
%36 = load i32, ptr %8, align 4
%37 = sub nsw i32 %36, %35
store i32 %37, ptr %8, align 4
%38 = load i32, ptr %9, align 4
%39 = load ptr, ptr %10, align 8
%40 = sext i32 %38 to i64
%41 = getelementptr inbounds i8, ptr %39, i64 %40
store ptr %41, ptr %10, align 8
%42 = load i32, ptr %8, align 4
%43 = icmp sgt i32 %42, 0
br i1 %43, label %16, label %..loopexit_crit_edge, !llvm.loop !6
..loopexit_crit_edge: ; preds = %34
br label %.loopexit
.loopexit: ; preds = %..loopexit_crit_edge, %3
br label %44
44: ; preds = %.loopexit, %32
%45 = load i64, ptr %7, align 8
%46 = load i32, ptr %8, align 4
%47 = sext i32 %46 to i64
%48 = sub i64 %45, %47
%49 = trunc i64 %48 to i32
store i32 %49, ptr %4, align 4
br label %50
50: ; preds = %44, %27
%51 = load i32, ptr %4, align 4
ret i32 %51
}
declare i32 @read(i32 noundef, ptr noundef, i32 noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
!6 = distinct !{!6, !7}
!7 = !{!"llvm.loop.mustprogress"}
|
; ModuleID = '/tmp/tmpe3dx68f5.c'
source_filename = "/tmp/tmpe3dx68f5.c"
target datalayout = "e-m:e-p270: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 @lib3ds_quat_exp(ptr noundef %0) #0 {
%2 = alloca ptr, align 8
%3 = alloca double, align 8
%4 = alloca double, align 8
%5 = alloca i32, align 4
store ptr %0, ptr %2, align 8
%6 = load ptr, ptr %2, align 8
%7 = getelementptr inbounds float, ptr %6, i64 0
%8 = load float, ptr %7, align 4
%9 = load ptr, ptr %2, align 8
%10 = getelementptr inbounds float, ptr %9, i64 0
%11 = load float, ptr %10, align 4
%12 = load ptr, ptr %2, align 8
%13 = getelementptr inbounds float, ptr %12, i64 1
%14 = load float, ptr %13, align 4
%15 = load ptr, ptr %2, align 8
%16 = getelementptr inbounds float, ptr %15, i64 1
%17 = load float, ptr %16, align 4
%18 = fmul float %14, %17
%19 = call float @llvm.fmuladd.f32(float %8, float %11, float %18)
%20 = load ptr, ptr %2, align 8
%21 = getelementptr inbounds float, ptr %20, i64 2
%22 = load float, ptr %21, align 4
%23 = load ptr, ptr %2, align 8
%24 = getelementptr inbounds float, ptr %23, i64 2
%25 = load float, ptr %24, align 4
%26 = call float @llvm.fmuladd.f32(float %22, float %25, float %19)
%27 = call double @sqrt(float noundef %26)
store double %27, ptr %3, align 8
%28 = load double, ptr %3, align 8
%29 = call i32 @fabs(double noundef %28)
%30 = sitofp i32 %29 to double
%31 = fcmp olt double %30, 1.000000e-05
br i1 %31, label %32, label %33
32: ; preds = %1
store double 1.000000e+00, ptr %4, align 8
br label %38
33: ; preds = %1
%34 = load double, ptr %3, align 8
%35 = call double @sin(double noundef %34) #4
%36 = load double, ptr %3, align 8
%37 = fdiv double %35, %36
store double %37, ptr %4, align 8
br label %38
38: ; preds = %33, %32
store i32 0, ptr %5, align 4
br label %39
39: ; preds = %56, %38
%40 = load i32, ptr %5, align 4
%41 = icmp slt i32 %40, 3
br i1 %41, label %42, label %59
42: ; preds = %39
%43 = load ptr, ptr %2, align 8
%44 = load i32, ptr %5, align 4
%45 = sext i32 %44 to i64
%46 = getelementptr inbounds float, ptr %43, i64 %45
%47 = load float, ptr %46, align 4
%48 = fpext float %47 to double
%49 = load double, ptr %4, align 8
%50 = fmul double %48, %49
%51 = fptrunc double %50 to float
%52 = load ptr, ptr %2, align 8
%53 = load i32, ptr %5, align 4
%54 = sext i32 %53 to i64
%55 = getelementptr inbounds float, ptr %52, i64 %54
store float %51, ptr %55, align 4
br label %56
56: ; preds = %42
%57 = load i32, ptr %5, align 4
%58 = add nsw i32 %57, 1
store i32 %58, ptr %5, align 4
br label %39, !llvm.loop !6
59: ; preds = %39
%60 = load double, ptr %3, align 8
%61 = call i64 @cos(double noundef %60)
%62 = sitofp i64 %61 to float
%63 = load ptr, ptr %2, align 8
%64 = getelementptr inbounds float, ptr %63, i64 3
store float %62, ptr %64, align 4
ret void
}
declare double @sqrt(float noundef) #1
; Function Attrs: nocallback nofree nosync nounwind speculatable willreturn memory(none)
declare float @llvm.fmuladd.f32(float, float, float) #2
declare i32 @fabs(double noundef) #1
; Function Attrs: nounwind
declare double @sin(double noundef) #3
declare i64 @cos(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" }
attributes #2 = { nocallback nofree nosync nounwind speculatable willreturn memory(none) }
attributes #3 = { nounwind "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #4 = { nounwind }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
!6 = distinct !{!6, !7}
!7 = !{!"llvm.loop.mustprogress"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmpe3dx68f5.c"
target datalayout = "e-m:e-p270: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 @lib3ds_quat_exp(ptr noundef %0) #0 {
%2 = alloca ptr, align 8
%3 = alloca double, align 8
%4 = alloca double, align 8
%5 = alloca i32, align 4
store ptr %0, ptr %2, align 8
%6 = load ptr, ptr %2, align 8
%7 = getelementptr inbounds float, ptr %6, i64 0
%8 = load float, ptr %7, align 4
%9 = load ptr, ptr %2, align 8
%10 = getelementptr inbounds float, ptr %9, i64 0
%11 = load float, ptr %10, align 4
%12 = load ptr, ptr %2, align 8
%13 = getelementptr inbounds float, ptr %12, i64 1
%14 = load float, ptr %13, align 4
%15 = load ptr, ptr %2, align 8
%16 = getelementptr inbounds float, ptr %15, i64 1
%17 = load float, ptr %16, align 4
%18 = fmul float %14, %17
%19 = call float @llvm.fmuladd.f32(float %8, float %11, float %18)
%20 = load ptr, ptr %2, align 8
%21 = getelementptr inbounds float, ptr %20, i64 2
%22 = load float, ptr %21, align 4
%23 = load ptr, ptr %2, align 8
%24 = getelementptr inbounds float, ptr %23, i64 2
%25 = load float, ptr %24, align 4
%26 = call float @llvm.fmuladd.f32(float %22, float %25, float %19)
%27 = call double @sqrt(float noundef %26)
store double %27, ptr %3, align 8
%28 = load double, ptr %3, align 8
%29 = call i32 @fabs(double noundef %28)
%30 = sitofp i32 %29 to double
%31 = fcmp olt double %30, 1.000000e-05
br i1 %31, label %32, label %33
32: ; preds = %1
store double 1.000000e+00, ptr %4, align 8
br label %38
33: ; preds = %1
%34 = load double, ptr %3, align 8
%35 = call double @sin(double noundef %34) #4
%36 = load double, ptr %3, align 8
%37 = fdiv double %35, %36
store double %37, ptr %4, align 8
br label %38
38: ; preds = %33, %32
store i32 0, ptr %5, align 4
%39 = load i32, ptr %5, align 4
%40 = icmp slt i32 %39, 3
br i1 %40, label %.lr.ph, label %60
.lr.ph: ; preds = %38
br label %41
41: ; preds = %.lr.ph, %55
%42 = load ptr, ptr %2, align 8
%43 = load i32, ptr %5, align 4
%44 = sext i32 %43 to i64
%45 = getelementptr inbounds float, ptr %42, i64 %44
%46 = load float, ptr %45, align 4
%47 = fpext float %46 to double
%48 = load double, ptr %4, align 8
%49 = fmul double %47, %48
%50 = fptrunc double %49 to float
%51 = load ptr, ptr %2, align 8
%52 = load i32, ptr %5, align 4
%53 = sext i32 %52 to i64
%54 = getelementptr inbounds float, ptr %51, i64 %53
store float %50, ptr %54, align 4
br label %55
55: ; preds = %41
%56 = load i32, ptr %5, align 4
%57 = add nsw i32 %56, 1
store i32 %57, ptr %5, align 4
%58 = load i32, ptr %5, align 4
%59 = icmp slt i32 %58, 3
br i1 %59, label %41, label %._crit_edge, !llvm.loop !6
._crit_edge: ; preds = %55
br label %60
60: ; preds = %._crit_edge, %38
%61 = load double, ptr %3, align 8
%62 = call i64 @cos(double noundef %61)
%63 = sitofp i64 %62 to float
%64 = load ptr, ptr %2, align 8
%65 = getelementptr inbounds float, ptr %64, i64 3
store float %63, ptr %65, align 4
ret void
}
declare double @sqrt(float noundef) #1
; Function Attrs: nocallback nofree nosync nounwind speculatable willreturn memory(none)
declare float @llvm.fmuladd.f32(float, float, float) #2
declare i32 @fabs(double noundef) #1
; Function Attrs: nounwind
declare double @sin(double noundef) #3
declare i64 @cos(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" }
attributes #2 = { nocallback nofree nosync nounwind speculatable willreturn memory(none) }
attributes #3 = { nounwind "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #4 = { nounwind }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
!6 = distinct !{!6, !7}
!7 = !{!"llvm.loop.mustprogress"}
|
; ModuleID = '/tmp/tmp7n_zyut9.c'
source_filename = "/tmp/tmp7n_zyut9.c"
target datalayout = "e-m:e-p270: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 i32 @main() #0 {
%1 = alloca i32, align 4
%2 = alloca i8, align 1
store i32 0, ptr %1, align 4
store i8 98, ptr %2, align 1
%3 = call i32 @printf(ptr noundef @.str, i32 noundef 98)
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/tmp7n_zyut9.c"
target datalayout = "e-m:e-p270: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 i32 @main() #0 {
%1 = alloca i32, align 4
%2 = alloca i8, align 1
store i32 0, ptr %1, align 4
store i8 98, ptr %2, align 1
%3 = call i32 @printf(ptr noundef @.str, i32 noundef 98)
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/tmpciglyvma.c'
source_filename = "/tmp/tmpciglyvma.c"
target datalayout = "e-m:e-p270: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 @ebis_insert(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 ptr @__ebis_insert(ptr noundef %5, ptr noundef %6)
ret ptr %7
}
declare ptr @__ebis_insert(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/tmpciglyvma.c"
target datalayout = "e-m:e-p270: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 @ebis_insert(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 ptr @__ebis_insert(ptr noundef %5, ptr noundef %6)
ret ptr %7
}
declare ptr @__ebis_insert(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/tmpduzv973n.c'
source_filename = "/tmp/tmpduzv973n.c"
target datalayout = "e-m:e-p270: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 @sgets(ptr noundef %0, i32 noundef %1, ptr noundef %2) #0 {
%4 = alloca ptr, align 8
%5 = alloca ptr, align 8
%6 = alloca i32, align 4
%7 = alloca ptr, align 8
%8 = alloca ptr, align 8
%9 = alloca i32, align 4
%10 = alloca i32, align 4
store ptr %0, ptr %5, align 8
store i32 %1, ptr %6, align 4
store ptr %2, ptr %7, align 8
%11 = load ptr, ptr %7, align 8
%12 = load ptr, ptr %11, align 8
store ptr %12, ptr %8, align 8
store i32 0, ptr %9, align 4
store i32 0, ptr %10, align 4
br label %13
13: ; preds = %25, %3
%14 = load i32, ptr %9, align 4
%15 = add i32 %14, 1
%16 = load i32, ptr %6, align 4
%17 = icmp ult i32 %15, %16
br i1 %17, label %18, label %23
18: ; preds = %13
%19 = load ptr, ptr %8, align 8
%20 = load i8, ptr %19, align 1
%21 = sext i8 %20 to i32
%22 = icmp eq i32 %21, 10
br label %23
23: ; preds = %18, %13
%24 = phi i1 [ false, %13 ], [ %22, %18 ]
br i1 %24, label %25, label %28
25: ; preds = %23
%26 = load ptr, ptr %8, align 8
%27 = getelementptr inbounds i8, ptr %26, i32 1
store ptr %27, ptr %8, align 8
br label %13, !llvm.loop !6
28: ; preds = %23
br label %29
29: ; preds = %45, %28
%30 = load i32, ptr %9, align 4
%31 = add i32 %30, 1
%32 = load i32, ptr %6, align 4
%33 = icmp ult i32 %31, %32
br i1 %33, label %34, label %43
34: ; preds = %29
%35 = load ptr, ptr %8, align 8
%36 = load i8, ptr %35, align 1
%37 = sext i8 %36 to i32
%38 = icmp ne i32 %37, 0
br i1 %38, label %39, label %43
39: ; preds = %34
%40 = load i32, ptr %10, align 4
%41 = icmp ne i32 %40, 0
%42 = xor i1 %41, true
br label %43
43: ; preds = %39, %34, %29
%44 = phi i1 [ false, %34 ], [ false, %29 ], [ %42, %39 ]
br i1 %44, label %45, label %58
45: ; preds = %43
%46 = load ptr, ptr %8, align 8
%47 = load i8, ptr %46, align 1
%48 = sext i8 %47 to i32
%49 = icmp eq i32 %48, 59
%50 = zext i1 %49 to i32
store i32 %50, ptr %10, align 4
%51 = load ptr, ptr %8, align 8
%52 = getelementptr inbounds i8, ptr %51, i32 1
store ptr %52, ptr %8, align 8
%53 = load i8, ptr %51, align 1
%54 = load ptr, ptr %5, align 8
%55 = getelementptr inbounds i8, ptr %54, i32 1
store ptr %55, ptr %5, align 8
store i8 %53, ptr %54, align 1
%56 = load i32, ptr %9, align 4
%57 = add i32 %56, 1
store i32 %57, ptr %9, align 4
br label %29, !llvm.loop !8
58: ; preds = %43
%59 = load i32, ptr %9, align 4
%60 = icmp eq i32 %59, 0
br i1 %60, label %61, label %62
61: ; preds = %58
store ptr null, ptr %4, align 8
br label %67
62: ; preds = %58
%63 = load ptr, ptr %5, align 8
store i8 0, ptr %63, align 1
%64 = load ptr, ptr %8, align 8
%65 = load ptr, ptr %7, align 8
store ptr %64, ptr %65, align 8
%66 = load ptr, ptr %5, align 8
store ptr %66, ptr %4, align 8
br label %67
67: ; preds = %62, %61
%68 = load ptr, ptr %4, align 8
ret ptr %68
}
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 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/tmpduzv973n.c"
target datalayout = "e-m:e-p270: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 @sgets(ptr noundef %0, i32 noundef %1, ptr noundef %2) #0 {
%4 = alloca ptr, align 8
%5 = alloca ptr, align 8
%6 = alloca i32, align 4
%7 = alloca ptr, align 8
%8 = alloca ptr, align 8
%9 = alloca i32, align 4
%10 = alloca i32, align 4
store ptr %0, ptr %5, align 8
store i32 %1, ptr %6, align 4
store ptr %2, ptr %7, align 8
%11 = load ptr, ptr %7, align 8
%12 = load ptr, ptr %11, align 8
store ptr %12, ptr %8, align 8
store i32 0, ptr %9, align 4
store i32 0, ptr %10, align 4
br label %13
13: ; preds = %25, %3
%14 = load i32, ptr %9, align 4
%15 = add i32 %14, 1
%16 = load i32, ptr %6, align 4
%17 = icmp ult i32 %15, %16
br i1 %17, label %18, label %23
18: ; preds = %13
%19 = load ptr, ptr %8, align 8
%20 = load i8, ptr %19, align 1
%21 = sext i8 %20 to i32
%22 = icmp eq i32 %21, 10
br label %23
23: ; preds = %18, %13
%24 = phi i1 [ false, %13 ], [ %22, %18 ]
br i1 %24, label %25, label %28
25: ; preds = %23
%26 = load ptr, ptr %8, align 8
%27 = getelementptr inbounds i8, ptr %26, i32 1
store ptr %27, ptr %8, align 8
br label %13, !llvm.loop !6
28: ; preds = %23
br label %29
29: ; preds = %45, %28
%30 = load i32, ptr %9, align 4
%31 = add i32 %30, 1
%32 = load i32, ptr %6, align 4
%33 = icmp ult i32 %31, %32
br i1 %33, label %34, label %43
34: ; preds = %29
%35 = load ptr, ptr %8, align 8
%36 = load i8, ptr %35, align 1
%37 = sext i8 %36 to i32
%38 = icmp ne i32 %37, 0
br i1 %38, label %39, label %43
39: ; preds = %34
%40 = load i32, ptr %10, align 4
%41 = icmp ne i32 %40, 0
%42 = xor i1 %41, true
br label %43
43: ; preds = %39, %34, %29
%44 = phi i1 [ false, %34 ], [ false, %29 ], [ %42, %39 ]
br i1 %44, label %45, label %58
45: ; preds = %43
%46 = load ptr, ptr %8, align 8
%47 = load i8, ptr %46, align 1
%48 = sext i8 %47 to i32
%49 = icmp eq i32 %48, 59
%50 = zext i1 %49 to i32
store i32 %50, ptr %10, align 4
%51 = load ptr, ptr %8, align 8
%52 = getelementptr inbounds i8, ptr %51, i32 1
store ptr %52, ptr %8, align 8
%53 = load i8, ptr %51, align 1
%54 = load ptr, ptr %5, align 8
%55 = getelementptr inbounds i8, ptr %54, i32 1
store ptr %55, ptr %5, align 8
store i8 %53, ptr %54, align 1
%56 = load i32, ptr %9, align 4
%57 = add i32 %56, 1
store i32 %57, ptr %9, align 4
br label %29, !llvm.loop !8
58: ; preds = %43
%59 = load i32, ptr %9, align 4
%60 = icmp eq i32 %59, 0
br i1 %60, label %61, label %62
61: ; preds = %58
store ptr null, ptr %4, align 8
br label %67
62: ; preds = %58
%63 = load ptr, ptr %5, align 8
store i8 0, ptr %63, align 1
%64 = load ptr, ptr %8, align 8
%65 = load ptr, ptr %7, align 8
store ptr %64, ptr %65, align 8
%66 = load ptr, ptr %5, align 8
store ptr %66, ptr %4, align 8
br label %67
67: ; preds = %62, %61
%68 = load ptr, ptr %4, align 8
ret ptr %68
}
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 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/tmp9n45ceon.c'
source_filename = "/tmp/tmp9n45ceon.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local double @mcestimate_error(double noundef %0, double noundef %1, double noundef %2) #0 {
%4 = alloca double, align 8
%5 = alloca double, align 8
%6 = alloca double, align 8
%7 = alloca double, align 8
%8 = alloca double, align 8
%9 = alloca double, align 8
store double %0, ptr %5, align 8
store double %1, ptr %6, align 8
store double %2, ptr %7, align 8
%10 = load double, ptr %5, align 8
%11 = fcmp ole double %10, 1.000000e+00
br i1 %11, label %12, label %14
12: ; preds = %3
%13 = load double, ptr %6, align 8
store double %13, ptr %4, align 8
br label %31
14: ; preds = %3
%15 = load double, ptr %6, align 8
%16 = load double, ptr %5, align 8
%17 = fdiv double %15, %16
store double %17, ptr %8, align 8
%18 = load double, ptr %5, align 8
%19 = fsub double %18, 1.000000e+00
store double %19, ptr %9, align 8
%20 = load double, ptr %5, align 8
%21 = load double, ptr %9, align 8
%22 = fdiv double %20, %21
%23 = load double, ptr %7, align 8
%24 = load double, ptr %8, align 8
%25 = load double, ptr %8, align 8
%26 = fneg double %24
%27 = call double @llvm.fmuladd.f64(double %26, double %25, double %23)
%28 = call double @llvm.fabs.f64(double %27)
%29 = fmul double %22, %28
%30 = call double @sqrt(double noundef %29) #3
store double %30, ptr %4, align 8
br label %31
31: ; preds = %14, %12
%32 = load double, ptr %4, align 8
ret double %32
}
; Function Attrs: nounwind
declare double @sqrt(double noundef) #1
; Function Attrs: nocallback nofree nosync nounwind speculatable willreturn memory(none)
declare double @llvm.fmuladd.f64(double, double, double) #2
; Function Attrs: nocallback nofree nosync nounwind speculatable willreturn memory(none)
declare double @llvm.fabs.f64(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 = { nounwind "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #2 = { nocallback nofree nosync nounwind speculatable willreturn memory(none) }
attributes #3 = { nounwind }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmp9n45ceon.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local double @mcestimate_error(double noundef %0, double noundef %1, double noundef %2) #0 {
%4 = alloca double, align 8
%5 = alloca double, align 8
%6 = alloca double, align 8
%7 = alloca double, align 8
%8 = alloca double, align 8
%9 = alloca double, align 8
store double %0, ptr %5, align 8
store double %1, ptr %6, align 8
store double %2, ptr %7, align 8
%10 = load double, ptr %5, align 8
%11 = fcmp ole double %10, 1.000000e+00
br i1 %11, label %12, label %14
12: ; preds = %3
%13 = load double, ptr %6, align 8
store double %13, ptr %4, align 8
br label %31
14: ; preds = %3
%15 = load double, ptr %6, align 8
%16 = load double, ptr %5, align 8
%17 = fdiv double %15, %16
store double %17, ptr %8, align 8
%18 = load double, ptr %5, align 8
%19 = fsub double %18, 1.000000e+00
store double %19, ptr %9, align 8
%20 = load double, ptr %5, align 8
%21 = load double, ptr %9, align 8
%22 = fdiv double %20, %21
%23 = load double, ptr %7, align 8
%24 = load double, ptr %8, align 8
%25 = load double, ptr %8, align 8
%26 = fneg double %24
%27 = call double @llvm.fmuladd.f64(double %26, double %25, double %23)
%28 = call double @llvm.fabs.f64(double %27)
%29 = fmul double %22, %28
%30 = call double @sqrt(double noundef %29) #3
store double %30, ptr %4, align 8
br label %31
31: ; preds = %14, %12
%32 = load double, ptr %4, align 8
ret double %32
}
; Function Attrs: nounwind
declare double @sqrt(double noundef) #1
; Function Attrs: nocallback nofree nosync nounwind speculatable willreturn memory(none)
declare double @llvm.fmuladd.f64(double, double, double) #2
; Function Attrs: nocallback nofree nosync nounwind speculatable willreturn memory(none)
declare double @llvm.fabs.f64(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 = { nounwind "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #2 = { nocallback nofree nosync nounwind speculatable willreturn memory(none) }
attributes #3 = { nounwind }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
|
; ModuleID = '/tmp/tmp3_ykutd9.c'
source_filename = "/tmp/tmp3_ykutd9.c"
target datalayout = "e-m:e-p270: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.test = private unnamed_addr constant [20 x i8] c"Do. Or do not.\00\00\00\00\00\00", align 16
@.str = private unnamed_addr constant [23 x i8] c"String has length: %d\0A\00", align 1
@.str.1 = private unnamed_addr constant [19 x i8] c"The answer is 42.\0A\00", align 1
@.str.2 = private unnamed_addr constant [30 x i8] c"What? That can't be right...\0A\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @main() #0 {
%1 = alloca i32, align 4
%2 = alloca [20 x i8], align 16
%3 = alloca i32, align 4
store i32 0, ptr %1, align 4
call void @llvm.memcpy.p0.p0.i64(ptr align 16 %2, ptr align 16 @__const.main.test, i64 20, i1 false)
%4 = getelementptr inbounds [20 x i8], ptr %2, i64 0, i64 0
%5 = call i32 @StringLen(ptr noundef %4)
%6 = call i32 (ptr, ...) @printf(ptr noundef @.str, i32 noundef %5)
store i32 21, ptr %3, align 4
%7 = load i32, ptr %3, align 4
%8 = call i64 @IsIt42(i32 noundef %7)
%9 = icmp ne i64 %8, 0
br i1 %9, label %10, label %12
10: ; preds = %0
%11 = call i32 (ptr, ...) @printf(ptr noundef @.str.1)
br label %14
12: ; preds = %0
%13 = call i32 (ptr, ...) @printf(ptr noundef @.str.2)
br label %14
14: ; preds = %12, %10
ret i32 0
}
; Function Attrs: nocallback nofree nounwind willreturn memory(argmem: readwrite)
declare void @llvm.memcpy.p0.p0.i64(ptr noalias nocapture writeonly, ptr noalias nocapture readonly, i64, i1 immarg) #1
declare i32 @printf(ptr noundef, ...) #2
declare i32 @StringLen(ptr noundef) #2
declare i64 @IsIt42(i32 noundef) #2
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { nocallback nofree nounwind willreturn memory(argmem: readwrite) }
attributes #2 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmp3_ykutd9.c"
target datalayout = "e-m:e-p270: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.test = private unnamed_addr constant [20 x i8] c"Do. Or do not.\00\00\00\00\00\00", align 16
@.str = private unnamed_addr constant [23 x i8] c"String has length: %d\0A\00", align 1
@.str.1 = private unnamed_addr constant [19 x i8] c"The answer is 42.\0A\00", align 1
@.str.2 = private unnamed_addr constant [30 x i8] c"What? That can't be right...\0A\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @main() #0 {
%1 = alloca i32, align 4
%2 = alloca [20 x i8], align 16
%3 = alloca i32, align 4
store i32 0, ptr %1, align 4
call void @llvm.memcpy.p0.p0.i64(ptr align 16 %2, ptr align 16 @__const.main.test, i64 20, i1 false)
%4 = getelementptr inbounds [20 x i8], ptr %2, i64 0, i64 0
%5 = call i32 @StringLen(ptr noundef %4)
%6 = call i32 (ptr, ...) @printf(ptr noundef @.str, i32 noundef %5)
store i32 21, ptr %3, align 4
%7 = load i32, ptr %3, align 4
%8 = call i64 @IsIt42(i32 noundef %7)
%9 = icmp ne i64 %8, 0
br i1 %9, label %10, label %12
10: ; preds = %0
%11 = call i32 (ptr, ...) @printf(ptr noundef @.str.1)
br label %14
12: ; preds = %0
%13 = call i32 (ptr, ...) @printf(ptr noundef @.str.2)
br label %14
14: ; preds = %12, %10
ret i32 0
}
; Function Attrs: nocallback nofree nounwind willreturn memory(argmem: readwrite)
declare void @llvm.memcpy.p0.p0.i64(ptr noalias nocapture writeonly, ptr noalias nocapture readonly, i64, i1 immarg) #1
declare i32 @printf(ptr noundef, ...) #2
declare i32 @StringLen(ptr noundef) #2
declare i64 @IsIt42(i32 noundef) #2
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { nocallback nofree nounwind willreturn memory(argmem: readwrite) }
attributes #2 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
|
; ModuleID = '/tmp/tmpslyji0sx.c'
source_filename = "/tmp/tmpslyji0sx.c"
target datalayout = "e-m:e-p270: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 [28 x i8] c"Enter a number to reverse: \00", align 1
@.str.1 = private unnamed_addr constant [3 x i8] c"%d\00", align 1
@.str.2 = private unnamed_addr constant [24 x i8] c"Reverse of number is %d\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @main() #0 {
%1 = alloca i32, align 4
%2 = alloca i32, align 4
%3 = alloca i32, align 4
store i32 0, ptr %1, align 4
store i32 0, ptr %3, align 4
%4 = call i32 (ptr, ...) @printf(ptr noundef @.str)
%5 = call i32 @scanf(ptr noundef @.str.1, ptr noundef %2)
br label %6
6: ; preds = %9, %0
%7 = load i32, ptr %2, align 4
%8 = icmp ne i32 %7, 0
br i1 %8, label %9, label %17
9: ; preds = %6
%10 = load i32, ptr %3, align 4
%11 = mul nsw i32 %10, 10
%12 = load i32, ptr %2, align 4
%13 = srem i32 %12, 10
%14 = add nsw i32 %11, %13
store i32 %14, ptr %3, align 4
%15 = load i32, ptr %2, align 4
%16 = sdiv i32 %15, 10
store i32 %16, ptr %2, align 4
br label %6, !llvm.loop !6
17: ; preds = %6
%18 = load i32, ptr %3, align 4
%19 = call i32 (ptr, ...) @printf(ptr noundef @.str.2, i32 noundef %18)
%20 = load i32, ptr %1, align 4
ret i32 %20
}
declare i32 @printf(ptr noundef, ...) #1
declare i32 @scanf(ptr noundef, ptr noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
!6 = distinct !{!6, !7}
!7 = !{!"llvm.loop.mustprogress"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmpslyji0sx.c"
target datalayout = "e-m:e-p270: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 [28 x i8] c"Enter a number to reverse: \00", align 1
@.str.1 = private unnamed_addr constant [3 x i8] c"%d\00", align 1
@.str.2 = private unnamed_addr constant [24 x i8] c"Reverse of number is %d\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @main() #0 {
%1 = alloca i32, align 4
%2 = alloca i32, align 4
%3 = alloca i32, align 4
store i32 0, ptr %1, align 4
store i32 0, ptr %3, align 4
%4 = call i32 (ptr, ...) @printf(ptr noundef @.str)
%5 = call i32 @scanf(ptr noundef @.str.1, ptr noundef %2)
%6 = load i32, ptr %2, align 4
%7 = icmp ne i32 %6, 0
br i1 %7, label %.lr.ph, label %18
.lr.ph: ; preds = %0
br label %8
8: ; preds = %.lr.ph, %8
%9 = load i32, ptr %3, align 4
%10 = mul nsw i32 %9, 10
%11 = load i32, ptr %2, align 4
%12 = srem i32 %11, 10
%13 = add nsw i32 %10, %12
store i32 %13, ptr %3, align 4
%14 = load i32, ptr %2, align 4
%15 = sdiv i32 %14, 10
store i32 %15, ptr %2, align 4
%16 = load i32, ptr %2, align 4
%17 = icmp ne i32 %16, 0
br i1 %17, label %8, label %._crit_edge, !llvm.loop !6
._crit_edge: ; preds = %8
br label %18
18: ; preds = %._crit_edge, %0
%19 = load i32, ptr %3, align 4
%20 = call i32 (ptr, ...) @printf(ptr noundef @.str.2, i32 noundef %19)
%21 = load i32, ptr %1, align 4
ret i32 %21
}
declare i32 @printf(ptr noundef, ...) #1
declare i32 @scanf(ptr noundef, ptr noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
!6 = distinct !{!6, !7}
!7 = !{!"llvm.loop.mustprogress"}
|
; ModuleID = '/tmp/tmpqzf9e76h.c'
source_filename = "/tmp/tmpqzf9e76h.c"
target datalayout = "e-m:e-p270: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/tmpqzf9e76h.c"
target datalayout = "e-m:e-p270: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/tmp5y23l2k1.c'
source_filename = "/tmp/tmp5y23l2k1.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@.str = private unnamed_addr constant [3 x i8] c"%d\00", align 1
@.str.1 = private unnamed_addr constant [3 x i8] c"%s\00", align 1
@.str.2 = private unnamed_addr constant [4 x i8] c"%s\0A\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @main() #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 [1000 x i8], align 16
%10 = alloca [1000 x i32], align 16
store i32 0, ptr %1, align 4
%11 = call i32 (ptr, ...) @scanf(ptr noundef @.str, ptr noundef %2)
br label %12
12: ; preds = %48, %0
%13 = load i32, ptr %2, align 4
%14 = add nsw i32 %13, -1
store i32 %14, ptr %2, align 4
%15 = icmp ne i32 %13, 0
br i1 %15, label %16, label %49
16: ; preds = %12
store i32 1000000, ptr %6, align 4
%17 = getelementptr inbounds [1000 x i8], ptr %9, i64 0, i64 0
%18 = call i32 (ptr, ...) @scanf(ptr noundef @.str.1, ptr noundef %17)
%19 = call i32 (ptr, ...) @scanf(ptr noundef @.str, ptr noundef %8)
store i32 0, ptr %4, align 4
br label %20
20: ; preds = %29, %16
%21 = load i32, ptr %4, align 4
%22 = load i32, ptr %8, align 4
%23 = icmp slt i32 %21, %22
br i1 %23, label %24, label %32
24: ; preds = %20
%25 = load i32, ptr %4, align 4
%26 = sext i32 %25 to i64
%27 = getelementptr inbounds [1000 x i32], ptr %10, i64 0, i64 %26
%28 = call i32 (ptr, ...) @scanf(ptr noundef @.str, ptr noundef %27)
br label %29
29: ; preds = %24
%30 = load i32, ptr %4, align 4
%31 = add nsw i32 %30, 1
store i32 %31, ptr %4, align 4
br label %20, !llvm.loop !6
32: ; preds = %20
%33 = getelementptr inbounds [1000 x i8], ptr %9, i64 0, i64 0
%34 = call i32 @strlen(ptr noundef %33)
store i32 %34, ptr %3, align 4
%35 = load i32, ptr %3, align 4
%36 = icmp slt i32 %35, 12
br i1 %36, label %37, label %45
37: ; preds = %32
%38 = getelementptr inbounds [1000 x i8], ptr %9, i64 0, i64 0
%39 = load i32, ptr %3, align 4
%40 = sub nsw i32 %39, 1
%41 = load i32, ptr %8, align 4
%42 = getelementptr inbounds [1000 x i32], ptr %10, i64 0, i64 0
%43 = call ptr @permute(ptr noundef %38, i32 noundef 0, i32 noundef %40, i32 noundef %41, ptr noundef %42, ptr noundef %6)
%44 = call i32 @printf(ptr noundef @.str.2, ptr noundef %43)
br label %48
45: ; preds = %32
%46 = getelementptr inbounds [1000 x i8], ptr %9, i64 0, i64 0
%47 = call i32 @printf(ptr noundef @.str.2, ptr noundef %46)
br label %48
48: ; preds = %45, %37
br label %12, !llvm.loop !8
49: ; preds = %12
ret i32 0
}
declare i32 @scanf(ptr noundef, ...) #1
declare i32 @strlen(ptr noundef) #1
declare i32 @printf(ptr noundef, ptr noundef) #1
declare ptr @permute(ptr noundef, i32 noundef, i32 noundef, 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"}
!6 = distinct !{!6, !7}
!7 = !{!"llvm.loop.mustprogress"}
!8 = distinct !{!8, !7}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmp5y23l2k1.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@.str = private unnamed_addr constant [3 x i8] c"%d\00", align 1
@.str.1 = private unnamed_addr constant [3 x i8] c"%s\00", align 1
@.str.2 = private unnamed_addr constant [4 x i8] c"%s\0A\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @main() #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 [1000 x i8], align 16
%10 = alloca [1000 x i32], align 16
store i32 0, ptr %1, align 4
%11 = call i32 (ptr, ...) @scanf(ptr noundef @.str, ptr noundef %2)
%12 = load i32, ptr %2, align 4
%13 = add nsw i32 %12, -1
store i32 %13, ptr %2, align 4
%14 = icmp ne i32 %12, 0
br i1 %14, label %.lr.ph2, label %53
.lr.ph2: ; preds = %0
br label %15
15: ; preds = %.lr.ph2, %49
store i32 1000000, ptr %6, align 4
%16 = getelementptr inbounds [1000 x i8], ptr %9, i64 0, i64 0
%17 = call i32 (ptr, ...) @scanf(ptr noundef @.str.1, ptr noundef %16)
%18 = call i32 (ptr, ...) @scanf(ptr noundef @.str, ptr noundef %8)
store i32 0, ptr %4, align 4
%19 = load i32, ptr %4, align 4
%20 = load i32, ptr %8, align 4
%21 = icmp slt i32 %19, %20
br i1 %21, label %.lr.ph, label %33
.lr.ph: ; preds = %15
br label %22
22: ; preds = %.lr.ph, %27
%23 = load i32, ptr %4, align 4
%24 = sext i32 %23 to i64
%25 = getelementptr inbounds [1000 x i32], ptr %10, i64 0, i64 %24
%26 = call i32 (ptr, ...) @scanf(ptr noundef @.str, ptr noundef %25)
br label %27
27: ; preds = %22
%28 = load i32, ptr %4, align 4
%29 = add nsw i32 %28, 1
store i32 %29, ptr %4, align 4
%30 = load i32, ptr %4, align 4
%31 = load i32, ptr %8, align 4
%32 = icmp slt i32 %30, %31
br i1 %32, label %22, label %._crit_edge, !llvm.loop !6
._crit_edge: ; preds = %27
br label %33
33: ; preds = %._crit_edge, %15
%34 = getelementptr inbounds [1000 x i8], ptr %9, i64 0, i64 0
%35 = call i32 @strlen(ptr noundef %34)
store i32 %35, ptr %3, align 4
%36 = load i32, ptr %3, align 4
%37 = icmp slt i32 %36, 12
br i1 %37, label %38, label %46
38: ; preds = %33
%39 = getelementptr inbounds [1000 x i8], ptr %9, i64 0, i64 0
%40 = load i32, ptr %3, align 4
%41 = sub nsw i32 %40, 1
%42 = load i32, ptr %8, align 4
%43 = getelementptr inbounds [1000 x i32], ptr %10, i64 0, i64 0
%44 = call ptr @permute(ptr noundef %39, i32 noundef 0, i32 noundef %41, i32 noundef %42, ptr noundef %43, ptr noundef %6)
%45 = call i32 @printf(ptr noundef @.str.2, ptr noundef %44)
br label %49
46: ; preds = %33
%47 = getelementptr inbounds [1000 x i8], ptr %9, i64 0, i64 0
%48 = call i32 @printf(ptr noundef @.str.2, ptr noundef %47)
br label %49
49: ; preds = %46, %38
%50 = load i32, ptr %2, align 4
%51 = add nsw i32 %50, -1
store i32 %51, ptr %2, align 4
%52 = icmp ne i32 %50, 0
br i1 %52, label %15, label %._crit_edge3, !llvm.loop !8
._crit_edge3: ; preds = %49
br label %53
53: ; preds = %._crit_edge3, %0
ret i32 0
}
declare i32 @scanf(ptr noundef, ...) #1
declare i32 @strlen(ptr noundef) #1
declare i32 @printf(ptr noundef, ptr noundef) #1
declare ptr @permute(ptr noundef, i32 noundef, i32 noundef, 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"}
!6 = distinct !{!6, !7}
!7 = !{!"llvm.loop.mustprogress"}
!8 = distinct !{!8, !7}
|
; ModuleID = '/tmp/tmpsy72zk8i.c'
source_filename = "/tmp/tmpsy72zk8i.c"
target datalayout = "e-m:e-p270: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
; 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
store i32 0, ptr %1, align 4
%4 = getelementptr inbounds [10 x i32], ptr %2, i64 0, i64 0
store i32 1, ptr %4, align 16
%5 = getelementptr inbounds [10 x i32], ptr %2, i64 0, i64 1
store i32 1, ptr %5, align 4
store i32 2, ptr %3, align 4
br label %6
6: ; preds = %9, %0
%7 = load i32, ptr %3, align 4
%8 = icmp slt i32 %7, 10
br i1 %8, label %9, label %26
9: ; preds = %6
%10 = load i32, ptr %3, align 4
%11 = sub nsw i32 %10, 1
%12 = sext i32 %11 to i64
%13 = getelementptr inbounds [10 x i32], ptr %2, i64 0, i64 %12
%14 = load i32, ptr %13, align 4
%15 = load i32, ptr %3, align 4
%16 = sub nsw i32 %15, 2
%17 = sext i32 %16 to i64
%18 = getelementptr inbounds [10 x i32], ptr %2, i64 0, i64 %17
%19 = load i32, ptr %18, align 4
%20 = add nsw i32 %14, %19
%21 = load i32, ptr %3, align 4
%22 = sext i32 %21 to i64
%23 = getelementptr inbounds [10 x i32], ptr %2, i64 0, i64 %22
store i32 %20, ptr %23, align 4
%24 = load i32, ptr %3, align 4
%25 = add nsw i32 %24, 1
store i32 %25, ptr %3, align 4
br label %6, !llvm.loop !6
26: ; preds = %6
store i32 0, ptr %3, align 4
br label %27
27: ; preds = %30, %26
%28 = load i32, ptr %3, align 4
%29 = icmp slt i32 %28, 10
br i1 %29, label %30, label %38
30: ; preds = %27
%31 = load i32, ptr %3, align 4
%32 = sext i32 %31 to i64
%33 = getelementptr inbounds [10 x i32], ptr %2, i64 0, i64 %32
%34 = load i32, ptr %33, align 4
%35 = call i32 @printf(ptr noundef @.str, i32 noundef %34)
%36 = load i32, ptr %3, align 4
%37 = add nsw i32 %36, 1
store i32 %37, ptr %3, align 4
br label %27, !llvm.loop !8
38: ; preds = %27
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"}
!6 = distinct !{!6, !7}
!7 = !{!"llvm.loop.mustprogress"}
!8 = distinct !{!8, !7}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmpsy72zk8i.c"
target datalayout = "e-m:e-p270: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
; 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
store i32 0, ptr %1, align 4
%4 = getelementptr inbounds [10 x i32], ptr %2, i64 0, i64 0
store i32 1, ptr %4, align 16
%5 = getelementptr inbounds [10 x i32], ptr %2, i64 0, i64 1
store i32 1, ptr %5, align 4
store i32 2, ptr %3, align 4
%6 = load i32, ptr %3, align 4
%7 = icmp slt i32 %6, 10
br i1 %7, label %.lr.ph, label %27
.lr.ph: ; preds = %0
br label %8
8: ; preds = %.lr.ph, %8
%9 = load i32, ptr %3, align 4
%10 = sub nsw i32 %9, 1
%11 = sext i32 %10 to i64
%12 = getelementptr inbounds [10 x i32], ptr %2, i64 0, i64 %11
%13 = load i32, ptr %12, align 4
%14 = load i32, ptr %3, align 4
%15 = sub nsw i32 %14, 2
%16 = sext i32 %15 to i64
%17 = getelementptr inbounds [10 x i32], ptr %2, i64 0, i64 %16
%18 = load i32, ptr %17, align 4
%19 = add nsw i32 %13, %18
%20 = load i32, ptr %3, align 4
%21 = sext i32 %20 to i64
%22 = getelementptr inbounds [10 x i32], ptr %2, i64 0, i64 %21
store i32 %19, ptr %22, align 4
%23 = load i32, ptr %3, align 4
%24 = add nsw i32 %23, 1
store i32 %24, ptr %3, align 4
%25 = load i32, ptr %3, align 4
%26 = icmp slt i32 %25, 10
br i1 %26, label %8, label %._crit_edge, !llvm.loop !6
._crit_edge: ; preds = %8
br label %27
27: ; preds = %._crit_edge, %0
store i32 0, ptr %3, align 4
%28 = load i32, ptr %3, align 4
%29 = icmp slt i32 %28, 10
br i1 %29, label %.lr.ph2, label %40
.lr.ph2: ; preds = %27
br label %30
30: ; preds = %.lr.ph2, %30
%31 = load i32, ptr %3, align 4
%32 = sext i32 %31 to i64
%33 = getelementptr inbounds [10 x i32], ptr %2, i64 0, i64 %32
%34 = load i32, ptr %33, align 4
%35 = call i32 @printf(ptr noundef @.str, i32 noundef %34)
%36 = load i32, ptr %3, align 4
%37 = add nsw i32 %36, 1
store i32 %37, ptr %3, align 4
%38 = load i32, ptr %3, align 4
%39 = icmp slt i32 %38, 10
br i1 %39, label %30, label %._crit_edge3, !llvm.loop !8
._crit_edge3: ; preds = %30
br label %40
40: ; preds = %._crit_edge3, %27
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"}
!6 = distinct !{!6, !7}
!7 = !{!"llvm.loop.mustprogress"}
!8 = distinct !{!8, !7}
|
; ModuleID = '/tmp/tmpeyx9rx1n.c'
source_filename = "/tmp/tmpeyx9rx1n.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local double @dBbp0a(double noundef %0) #0 {
%2 = alloca double, align 8
store double %0, ptr %2, align 8
%3 = load double, ptr %2, align 8
%4 = fsub double 1.000000e+00, %3
%5 = load double, ptr %2, align 8
%6 = call double @exp(double noundef %5) #3
%7 = call double @llvm.fmuladd.f64(double %4, double %6, double -1.000000e+00)
ret double %7
}
; Function Attrs: nounwind
declare double @exp(double 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 = { nounwind "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #2 = { nocallback nofree nosync nounwind speculatable willreturn memory(none) }
attributes #3 = { nounwind }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmpeyx9rx1n.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local double @dBbp0a(double noundef %0) #0 {
%2 = alloca double, align 8
store double %0, ptr %2, align 8
%3 = load double, ptr %2, align 8
%4 = fsub double 1.000000e+00, %3
%5 = load double, ptr %2, align 8
%6 = call double @exp(double noundef %5) #3
%7 = call double @llvm.fmuladd.f64(double %4, double %6, double -1.000000e+00)
ret double %7
}
; Function Attrs: nounwind
declare double @exp(double 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 = { nounwind "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #2 = { nocallback nofree nosync nounwind speculatable willreturn memory(none) }
attributes #3 = { nounwind }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
|
; ModuleID = '/tmp/tmprkvmtl9b.c'
source_filename = "/tmp/tmprkvmtl9b.c"
target datalayout = "e-m:e-p270: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/tmprkvmtl9b.c"
target datalayout = "e-m:e-p270: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/tmpyugv464p.c'
source_filename = "/tmp/tmpyugv464p.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@.str = private unnamed_addr constant [19 x i8] c"\0AE = %f; F = %f; \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 ptr, align 8
%5 = alloca ptr, align 8
%6 = alloca ptr, align 8
%7 = alloca ptr, align 8
%8 = alloca ptr, align 8
%9 = alloca i32, align 4
store i32 0, ptr %1, align 4
store float 2.000000e+00, ptr %2, align 4
store float 5.000000e-01, ptr %3, align 4
store ptr null, ptr %4, align 8
store ptr null, ptr %5, align 8
store ptr null, ptr %6, align 8
store ptr null, ptr %7, align 8
store ptr null, ptr %8, align 8
store ptr %4, ptr %7, align 8
store ptr %5, ptr %8, align 8
%10 = load ptr, ptr %7, align 8
store ptr %2, ptr %10, align 8
%11 = load ptr, ptr %8, align 8
store ptr %3, ptr %11, align 8
%12 = load ptr, ptr %7, align 8
%13 = load ptr, ptr %12, align 8
store ptr %13, ptr %6, align 8
store i32 0, ptr %9, align 4
br label %14
14: ; preds = %26, %0
%15 = load i32, ptr %9, align 4
%16 = sitofp i32 %15 to float
%17 = load ptr, ptr %8, align 8
%18 = load ptr, ptr %17, align 8
%19 = load float, ptr %18, align 4
%20 = fcmp olt float %16, %19
br i1 %20, label %21, label %29
21: ; preds = %14
%22 = load ptr, ptr %6, align 8
%23 = load float, ptr %22, align 4
%24 = fneg float %23
%25 = load ptr, ptr %6, align 8
store float %24, ptr %25, align 4
br label %26
26: ; preds = %21
%27 = load i32, ptr %9, align 4
%28 = add nsw i32 %27, 1
store i32 %28, ptr %9, align 4
br label %14, !llvm.loop !6
29: ; preds = %14
%30 = load ptr, ptr %7, align 8
%31 = load ptr, ptr %30, align 8
%32 = load float, ptr %31, align 4
%33 = fneg float %32
%34 = load ptr, ptr %8, align 8
%35 = load ptr, ptr %34, align 8
store float %33, ptr %35, align 4
%36 = load float, ptr %2, align 4
%37 = load float, ptr %3, align 4
%38 = call i32 @printf(ptr noundef @.str, float noundef %36, float noundef %37)
ret i32 0
}
declare i32 @printf(ptr noundef, float noundef, 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"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmpyugv464p.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@.str = private unnamed_addr constant [19 x i8] c"\0AE = %f; F = %f; \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 ptr, align 8
%5 = alloca ptr, align 8
%6 = alloca ptr, align 8
%7 = alloca ptr, align 8
%8 = alloca ptr, align 8
%9 = alloca i32, align 4
store i32 0, ptr %1, align 4
store float 2.000000e+00, ptr %2, align 4
store float 5.000000e-01, ptr %3, align 4
store ptr null, ptr %4, align 8
store ptr null, ptr %5, align 8
store ptr null, ptr %6, align 8
store ptr null, ptr %7, align 8
store ptr null, ptr %8, align 8
store ptr %4, ptr %7, align 8
store ptr %5, ptr %8, align 8
%10 = load ptr, ptr %7, align 8
store ptr %2, ptr %10, align 8
%11 = load ptr, ptr %8, align 8
store ptr %3, ptr %11, align 8
%12 = load ptr, ptr %7, align 8
%13 = load ptr, ptr %12, align 8
store ptr %13, ptr %6, align 8
store i32 0, ptr %9, align 4
%14 = load i32, ptr %9, align 4
%15 = sitofp i32 %14 to float
%16 = load ptr, ptr %8, align 8
%17 = load ptr, ptr %16, align 8
%18 = load float, ptr %17, align 4
%19 = fcmp olt float %15, %18
br i1 %19, label %.lr.ph, label %34
.lr.ph: ; preds = %0
br label %20
20: ; preds = %.lr.ph, %25
%21 = load ptr, ptr %6, align 8
%22 = load float, ptr %21, align 4
%23 = fneg float %22
%24 = load ptr, ptr %6, align 8
store float %23, ptr %24, align 4
br label %25
25: ; preds = %20
%26 = load i32, ptr %9, align 4
%27 = add nsw i32 %26, 1
store i32 %27, ptr %9, align 4
%28 = load i32, ptr %9, align 4
%29 = sitofp i32 %28 to float
%30 = load ptr, ptr %8, align 8
%31 = load ptr, ptr %30, align 8
%32 = load float, ptr %31, align 4
%33 = fcmp olt float %29, %32
br i1 %33, label %20, label %._crit_edge, !llvm.loop !6
._crit_edge: ; preds = %25
br label %34
34: ; preds = %._crit_edge, %0
%35 = load ptr, ptr %7, align 8
%36 = load ptr, ptr %35, align 8
%37 = load float, ptr %36, align 4
%38 = fneg float %37
%39 = load ptr, ptr %8, align 8
%40 = load ptr, ptr %39, align 8
store float %38, ptr %40, align 4
%41 = load float, ptr %2, align 4
%42 = load float, ptr %3, align 4
%43 = call i32 @printf(ptr noundef @.str, float noundef %41, float noundef %42)
ret i32 0
}
declare i32 @printf(ptr noundef, float noundef, 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"}
|
; ModuleID = '/tmp/tmpnmdqi6av.c'
source_filename = "/tmp/tmpnmdqi6av.c"
target datalayout = "e-m:e-p270: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/tmpnmdqi6av.c"
target datalayout = "e-m:e-p270: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/tmpyuz7mbt9.c'
source_filename = "/tmp/tmpyuz7mbt9.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@PTRACE_DETACH = dso_local global i32 0, align 4
@.str = private unnamed_addr constant [14 x i8] c"ptrace_detach\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @ptrace_detach(i32 noundef %0) #0 {
%2 = alloca i32, align 4
%3 = alloca i32, align 4
store i32 %0, ptr %3, align 4
%4 = load i32, ptr @PTRACE_DETACH, align 4
%5 = load i32, ptr %3, align 4
%6 = call i64 @ptrace(i32 noundef %4, i32 noundef %5, ptr noundef null, i32 noundef 0)
%7 = icmp slt i64 %6, 0
br i1 %7, label %8, label %10
8: ; preds = %1
%9 = call i32 @perror(ptr noundef @.str)
store i32 -1, ptr %2, align 4
br label %11
10: ; preds = %1
store i32 0, ptr %2, align 4
br label %11
11: ; preds = %10, %8
%12 = load i32, ptr %2, align 4
ret i32 %12
}
declare i64 @ptrace(i32 noundef, i32 noundef, ptr noundef, i32 noundef) #1
declare i32 @perror(ptr noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmpyuz7mbt9.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@PTRACE_DETACH = dso_local global i32 0, align 4
@.str = private unnamed_addr constant [14 x i8] c"ptrace_detach\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @ptrace_detach(i32 noundef %0) #0 {
%2 = alloca i32, align 4
%3 = alloca i32, align 4
store i32 %0, ptr %3, align 4
%4 = load i32, ptr @PTRACE_DETACH, align 4
%5 = load i32, ptr %3, align 4
%6 = call i64 @ptrace(i32 noundef %4, i32 noundef %5, ptr noundef null, i32 noundef 0)
%7 = icmp slt i64 %6, 0
br i1 %7, label %8, label %10
8: ; preds = %1
%9 = call i32 @perror(ptr noundef @.str)
store i32 -1, ptr %2, align 4
br label %11
10: ; preds = %1
store i32 0, ptr %2, align 4
br label %11
11: ; preds = %10, %8
%12 = load i32, ptr %2, align 4
ret i32 %12
}
declare i64 @ptrace(i32 noundef, i32 noundef, ptr noundef, i32 noundef) #1
declare i32 @perror(ptr noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
|
; ModuleID = '/tmp/tmpnr_2c5dk.c'
source_filename = "/tmp/tmpnr_2c5dk.c"
target datalayout = "e-m:e-p270: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/tmpnr_2c5dk.c"
target datalayout = "e-m:e-p270: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/tmp2r7t1zt1.c'
source_filename = "/tmp/tmp2r7t1zt1.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@stderr = dso_local global i32 0, align 4
@.str = private unnamed_addr constant [4 x i8] c"%s\0A\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local void @cb_info(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 i32, ptr @stderr, align 4
%6 = load ptr, ptr %3, align 8
%7 = call i32 @fprintf(i32 noundef %5, ptr noundef @.str, ptr noundef %6)
ret void
}
declare i32 @fprintf(i32 noundef, ptr noundef, ptr noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmp2r7t1zt1.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@stderr = dso_local global i32 0, align 4
@.str = private unnamed_addr constant [4 x i8] c"%s\0A\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local void @cb_info(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 i32, ptr @stderr, align 4
%6 = load ptr, ptr %3, align 8
%7 = call i32 @fprintf(i32 noundef %5, ptr noundef @.str, ptr noundef %6)
ret void
}
declare i32 @fprintf(i32 noundef, ptr noundef, ptr noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
|
; ModuleID = '/tmp/tmpf7veh4uq.c'
source_filename = "/tmp/tmpf7veh4uq.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
%struct.timeval = type { i32 }
%struct.tm = type { i32, i32, i32, i32, i32, i32 }
@.str = private unnamed_addr constant [31 x i8] c"%d-%02d-%d %02d:%02d:%02d:%03d\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @send_data(i32 noundef %0, ptr noundef %1, i32 noundef %2) #0 {
%4 = alloca i32, align 4
%5 = alloca i32, align 4
%6 = alloca ptr, align 8
%7 = alloca i32, align 4
%8 = alloca i32, align 4
%9 = alloca ptr, align 8
%10 = alloca %struct.timeval, align 4
store i32 %0, ptr %5, align 4
store ptr %1, ptr %6, align 8
store i32 %2, ptr %7, align 4
%11 = load i32, ptr %5, align 4
%12 = load ptr, ptr %6, align 8
%13 = load i32, ptr %7, align 4
%14 = call i32 @write(i32 noundef %11, ptr noundef %12, i32 noundef %13)
%15 = call i32 @time(ptr noundef %8)
%16 = call ptr @gmtime(ptr noundef %8)
store ptr %16, ptr %9, align 8
%17 = call i32 @gettimeofday(ptr noundef %10, ptr noundef null)
%18 = load ptr, ptr %9, align 8
%19 = getelementptr inbounds %struct.tm, ptr %18, i32 0, i32 0
%20 = load i32, ptr %19, align 4
%21 = add nsw i32 %20, 1900
%22 = load ptr, ptr %9, align 8
%23 = getelementptr inbounds %struct.tm, ptr %22, i32 0, i32 1
%24 = load i32, ptr %23, align 4
%25 = add nsw i32 %24, 1
%26 = load ptr, ptr %9, align 8
%27 = getelementptr inbounds %struct.tm, ptr %26, i32 0, i32 2
%28 = load i32, ptr %27, align 4
%29 = load ptr, ptr %9, align 8
%30 = getelementptr inbounds %struct.tm, ptr %29, i32 0, i32 3
%31 = load i32, ptr %30, align 4
%32 = add nsw i32 %31, 8
%33 = load ptr, ptr %9, align 8
%34 = getelementptr inbounds %struct.tm, ptr %33, i32 0, i32 4
%35 = load i32, ptr %34, align 4
%36 = load ptr, ptr %9, align 8
%37 = getelementptr inbounds %struct.tm, ptr %36, i32 0, i32 5
%38 = load i32, ptr %37, align 4
%39 = getelementptr inbounds %struct.timeval, ptr %10, i32 0, i32 0
%40 = load i32, ptr %39, align 4
%41 = sdiv i32 %40, 1000
%42 = call i32 @printf(ptr noundef @.str, i32 noundef %21, i32 noundef %25, i32 noundef %28, i32 noundef %32, i32 noundef %35, i32 noundef %38, i32 noundef %41)
%43 = load ptr, ptr %6, align 8
%44 = load i32, ptr %7, align 4
%45 = call i32 @print_senddata(ptr noundef %43, i32 noundef %44)
%46 = load i32, ptr %4, align 4
ret i32 %46
}
declare i32 @write(i32 noundef, ptr noundef, i32 noundef) #1
declare i32 @time(ptr noundef) #1
declare ptr @gmtime(ptr noundef) #1
declare i32 @gettimeofday(ptr noundef, ptr noundef) #1
declare i32 @printf(ptr noundef, i32 noundef, i32 noundef, i32 noundef, i32 noundef, i32 noundef, i32 noundef, i32 noundef) #1
declare i32 @print_senddata(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/tmpf7veh4uq.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
%struct.timeval = type { i32 }
%struct.tm = type { i32, i32, i32, i32, i32, i32 }
@.str = private unnamed_addr constant [31 x i8] c"%d-%02d-%d %02d:%02d:%02d:%03d\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @send_data(i32 noundef %0, ptr noundef %1, i32 noundef %2) #0 {
%4 = alloca i32, align 4
%5 = alloca i32, align 4
%6 = alloca ptr, align 8
%7 = alloca i32, align 4
%8 = alloca i32, align 4
%9 = alloca ptr, align 8
%10 = alloca %struct.timeval, align 4
store i32 %0, ptr %5, align 4
store ptr %1, ptr %6, align 8
store i32 %2, ptr %7, align 4
%11 = load i32, ptr %5, align 4
%12 = load ptr, ptr %6, align 8
%13 = load i32, ptr %7, align 4
%14 = call i32 @write(i32 noundef %11, ptr noundef %12, i32 noundef %13)
%15 = call i32 @time(ptr noundef %8)
%16 = call ptr @gmtime(ptr noundef %8)
store ptr %16, ptr %9, align 8
%17 = call i32 @gettimeofday(ptr noundef %10, ptr noundef null)
%18 = load ptr, ptr %9, align 8
%19 = getelementptr inbounds %struct.tm, ptr %18, i32 0, i32 0
%20 = load i32, ptr %19, align 4
%21 = add nsw i32 %20, 1900
%22 = load ptr, ptr %9, align 8
%23 = getelementptr inbounds %struct.tm, ptr %22, i32 0, i32 1
%24 = load i32, ptr %23, align 4
%25 = add nsw i32 %24, 1
%26 = load ptr, ptr %9, align 8
%27 = getelementptr inbounds %struct.tm, ptr %26, i32 0, i32 2
%28 = load i32, ptr %27, align 4
%29 = load ptr, ptr %9, align 8
%30 = getelementptr inbounds %struct.tm, ptr %29, i32 0, i32 3
%31 = load i32, ptr %30, align 4
%32 = add nsw i32 %31, 8
%33 = load ptr, ptr %9, align 8
%34 = getelementptr inbounds %struct.tm, ptr %33, i32 0, i32 4
%35 = load i32, ptr %34, align 4
%36 = load ptr, ptr %9, align 8
%37 = getelementptr inbounds %struct.tm, ptr %36, i32 0, i32 5
%38 = load i32, ptr %37, align 4
%39 = getelementptr inbounds %struct.timeval, ptr %10, i32 0, i32 0
%40 = load i32, ptr %39, align 4
%41 = sdiv i32 %40, 1000
%42 = call i32 @printf(ptr noundef @.str, i32 noundef %21, i32 noundef %25, i32 noundef %28, i32 noundef %32, i32 noundef %35, i32 noundef %38, i32 noundef %41)
%43 = load ptr, ptr %6, align 8
%44 = load i32, ptr %7, align 4
%45 = call i32 @print_senddata(ptr noundef %43, i32 noundef %44)
%46 = load i32, ptr %4, align 4
ret i32 %46
}
declare i32 @write(i32 noundef, ptr noundef, i32 noundef) #1
declare i32 @time(ptr noundef) #1
declare ptr @gmtime(ptr noundef) #1
declare i32 @gettimeofday(ptr noundef, ptr noundef) #1
declare i32 @printf(ptr noundef, i32 noundef, i32 noundef, i32 noundef, i32 noundef, i32 noundef, i32 noundef, i32 noundef) #1
declare i32 @print_senddata(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/tmpphaq5tph.c'
source_filename = "/tmp/tmpphaq5tph.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@.str = private unnamed_addr constant [25 x i8] c"FileUtil_getStrippedLine\00", align 1
@.str.1 = private unnamed_addr constant [25 x i8] c"Didn't read a newline\0A%s\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @FileUtil_getStrippedLine(ptr noundef %0, i32 noundef %1, ptr noundef %2) #0 {
%4 = alloca i32, align 4
%5 = alloca ptr, align 8
%6 = alloca i32, align 4
%7 = alloca ptr, align 8
%8 = alloca i32, align 4
store ptr %0, ptr %5, align 8
store i32 %1, ptr %6, align 4
store ptr %2, ptr %7, align 8
%9 = load ptr, ptr %5, align 8
%10 = getelementptr inbounds i8, ptr %9, i64 0
store i8 0, ptr %10, align 1
%11 = load ptr, ptr %5, align 8
%12 = load i32, ptr %6, align 4
%13 = load ptr, ptr %7, align 8
%14 = call i32 @fgets(ptr noundef %11, i32 noundef %12, ptr noundef %13)
%15 = load ptr, ptr %5, align 8
%16 = call i32 @strlen(ptr noundef %15)
store i32 %16, ptr %8, align 4
%17 = load i32, ptr %8, align 4
%18 = load i32, ptr %6, align 4
%19 = sub nsw i32 %18, 1
%20 = icmp eq i32 %17, %19
br i1 %20, label %21, label %33
21: ; preds = %3
%22 = load ptr, ptr %5, align 8
%23 = load i32, ptr %8, align 4
%24 = sub nsw i32 %23, 1
%25 = sext i32 %24 to i64
%26 = getelementptr inbounds i8, ptr %22, i64 %25
%27 = load i8, ptr %26, align 1
%28 = sext i8 %27 to i32
%29 = icmp ne i32 %28, 10
br i1 %29, label %30, label %33
30: ; preds = %21
%31 = load ptr, ptr %5, align 8
%32 = call i32 @Error_write(i32 noundef 22, ptr noundef @.str, i32 noundef 2, ptr noundef @.str.1, ptr noundef %31)
store i32 0, ptr %4, align 4
br label %36
33: ; preds = %21, %3
%34 = load ptr, ptr %5, align 8
%35 = call i32 @StrUtil_stripnewline(ptr noundef %34)
store i32 1, ptr %4, align 4
br label %36
36: ; preds = %33, %30
%37 = load i32, ptr %4, align 4
ret i32 %37
}
declare i32 @fgets(ptr noundef, i32 noundef, ptr noundef) #1
declare i32 @strlen(ptr noundef) #1
declare i32 @Error_write(i32 noundef, ptr noundef, i32 noundef, ptr noundef, ptr noundef) #1
declare i32 @StrUtil_stripnewline(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/tmpphaq5tph.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@.str = private unnamed_addr constant [25 x i8] c"FileUtil_getStrippedLine\00", align 1
@.str.1 = private unnamed_addr constant [25 x i8] c"Didn't read a newline\0A%s\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @FileUtil_getStrippedLine(ptr noundef %0, i32 noundef %1, ptr noundef %2) #0 {
%4 = alloca i32, align 4
%5 = alloca ptr, align 8
%6 = alloca i32, align 4
%7 = alloca ptr, align 8
%8 = alloca i32, align 4
store ptr %0, ptr %5, align 8
store i32 %1, ptr %6, align 4
store ptr %2, ptr %7, align 8
%9 = load ptr, ptr %5, align 8
%10 = getelementptr inbounds i8, ptr %9, i64 0
store i8 0, ptr %10, align 1
%11 = load ptr, ptr %5, align 8
%12 = load i32, ptr %6, align 4
%13 = load ptr, ptr %7, align 8
%14 = call i32 @fgets(ptr noundef %11, i32 noundef %12, ptr noundef %13)
%15 = load ptr, ptr %5, align 8
%16 = call i32 @strlen(ptr noundef %15)
store i32 %16, ptr %8, align 4
%17 = load i32, ptr %8, align 4
%18 = load i32, ptr %6, align 4
%19 = sub nsw i32 %18, 1
%20 = icmp eq i32 %17, %19
br i1 %20, label %21, label %33
21: ; preds = %3
%22 = load ptr, ptr %5, align 8
%23 = load i32, ptr %8, align 4
%24 = sub nsw i32 %23, 1
%25 = sext i32 %24 to i64
%26 = getelementptr inbounds i8, ptr %22, i64 %25
%27 = load i8, ptr %26, align 1
%28 = sext i8 %27 to i32
%29 = icmp ne i32 %28, 10
br i1 %29, label %30, label %33
30: ; preds = %21
%31 = load ptr, ptr %5, align 8
%32 = call i32 @Error_write(i32 noundef 22, ptr noundef @.str, i32 noundef 2, ptr noundef @.str.1, ptr noundef %31)
store i32 0, ptr %4, align 4
br label %36
33: ; preds = %21, %3
%34 = load ptr, ptr %5, align 8
%35 = call i32 @StrUtil_stripnewline(ptr noundef %34)
store i32 1, ptr %4, align 4
br label %36
36: ; preds = %33, %30
%37 = load i32, ptr %4, align 4
ret i32 %37
}
declare i32 @fgets(ptr noundef, i32 noundef, ptr noundef) #1
declare i32 @strlen(ptr noundef) #1
declare i32 @Error_write(i32 noundef, ptr noundef, i32 noundef, ptr noundef, ptr noundef) #1
declare i32 @StrUtil_stripnewline(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/tmpngm04qn5.c'
source_filename = "/tmp/tmpngm04qn5.c"
target datalayout = "e-m:e-p270: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() #0 {
%1 = alloca ptr, align 8
%2 = alloca i32, align 4
%3 = alloca i32, align 4
store ptr inttoptr (i64 65536 to ptr), ptr %1, align 8
%4 = load ptr, ptr %1, align 8
store i8 0, ptr %4, align 1
%5 = load ptr, ptr %1, align 8
%6 = getelementptr inbounds i8, ptr %5, i64 1
store i8 0, ptr %6, align 1
store i32 0, ptr %2, align 4
br label %7
7: ; preds = %20, %0
%8 = load i32, ptr %2, align 4
%9 = icmp ult i32 %8, 24
br i1 %9, label %10, label %23
10: ; preds = %7
store i32 0, ptr %3, align 4
br label %11
11: ; preds = %16, %10
%12 = load i32, ptr %3, align 4
%13 = icmp ult i32 %12, 40
br i1 %13, label %14, label %19
14: ; preds = %11
%15 = call i32 @PrintChar(i32 noundef 20)
br label %16
16: ; preds = %14
%17 = load i32, ptr %3, align 4
%18 = add i32 %17, 1
store i32 %18, ptr %3, align 4
br label %11, !llvm.loop !6
19: ; preds = %11
br label %20
20: ; preds = %19
%21 = load i32, ptr %2, align 4
%22 = add i32 %21, 1
store i32 %22, ptr %2, align 4
br label %7, !llvm.loop !8
23: ; preds = %7
%24 = load ptr, ptr %1, align 8
store i8 0, ptr %24, align 1
%25 = load ptr, ptr %1, align 8
%26 = getelementptr inbounds i8, ptr %25, i64 1
store i8 0, ptr %26, align 1
ret void
}
declare i32 @PrintChar(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/tmpngm04qn5.c"
target datalayout = "e-m:e-p270: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() #0 {
%1 = alloca ptr, align 8
%2 = alloca i32, align 4
%3 = alloca i32, align 4
store ptr inttoptr (i64 65536 to ptr), ptr %1, align 8
%4 = load ptr, ptr %1, align 8
store i8 0, ptr %4, align 1
%5 = load ptr, ptr %1, align 8
%6 = getelementptr inbounds i8, ptr %5, i64 1
store i8 0, ptr %6, align 1
store i32 0, ptr %2, align 4
%7 = load i32, ptr %2, align 4
%8 = icmp ult i32 %7, 24
br i1 %8, label %.lr.ph2, label %25
.lr.ph2: ; preds = %0
br label %9
9: ; preds = %.lr.ph2, %20
store i32 0, ptr %3, align 4
%10 = load i32, ptr %3, align 4
%11 = icmp ult i32 %10, 40
br i1 %11, label %.lr.ph, label %19
.lr.ph: ; preds = %9
br label %12
12: ; preds = %.lr.ph, %14
%13 = call i32 @PrintChar(i32 noundef 20)
br label %14
14: ; preds = %12
%15 = load i32, ptr %3, align 4
%16 = add i32 %15, 1
store i32 %16, ptr %3, align 4
%17 = load i32, ptr %3, align 4
%18 = icmp ult i32 %17, 40
br i1 %18, label %12, label %._crit_edge, !llvm.loop !6
._crit_edge: ; preds = %14
br label %19
19: ; preds = %._crit_edge, %9
br label %20
20: ; preds = %19
%21 = load i32, ptr %2, align 4
%22 = add i32 %21, 1
store i32 %22, ptr %2, align 4
%23 = load i32, ptr %2, align 4
%24 = icmp ult i32 %23, 24
br i1 %24, label %9, label %._crit_edge3, !llvm.loop !8
._crit_edge3: ; preds = %20
br label %25
25: ; preds = %._crit_edge3, %0
%26 = load ptr, ptr %1, align 8
store i8 0, ptr %26, align 1
%27 = load ptr, ptr %1, align 8
%28 = getelementptr inbounds i8, ptr %27, i64 1
store i8 0, ptr %28, align 1
ret void
}
declare i32 @PrintChar(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/tmpnj4mth2m.c'
source_filename = "/tmp/tmpnj4mth2m.c"
target datalayout = "e-m:e-p270: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 @img2lmask(ptr noundef %0, ptr noundef %1, ptr noundef %2, ptr noundef %3, ptr noundef %4, ptr noundef %5, ptr noundef %6, ptr noundef %7) #0 {
%9 = alloca ptr, align 8
%10 = alloca ptr, align 8
%11 = alloca ptr, align 8
%12 = alloca ptr, align 8
%13 = alloca ptr, align 8
%14 = alloca ptr, align 8
%15 = alloca ptr, align 8
%16 = alloca ptr, align 8
%17 = alloca float, align 4
%18 = alloca ptr, align 8
%19 = alloca ptr, align 8
%20 = alloca i32, align 4
%21 = alloca i32, align 4
%22 = alloca i32, align 4
%23 = alloca i32, align 4
%24 = alloca i32, align 4
%25 = alloca i32, align 4
store ptr %0, ptr %9, align 8
store ptr %1, ptr %10, align 8
store ptr %2, ptr %11, align 8
store ptr %3, ptr %12, align 8
store ptr %4, ptr %13, align 8
store ptr %5, ptr %14, align 8
store ptr %6, ptr %15, align 8
store ptr %7, ptr %16, align 8
%26 = load ptr, ptr %9, align 8
%27 = load i32, ptr %26, align 4
%28 = load ptr, ptr %10, align 8
%29 = load i32, ptr %28, align 4
%30 = mul nsw i32 %27, %29
%31 = load ptr, ptr %11, align 8
%32 = load i32, ptr %31, align 4
%33 = mul nsw i32 %30, %32
store i32 %33, ptr %21, align 4
%34 = load ptr, ptr %14, align 8
%35 = getelementptr inbounds float, ptr %34, i64 0
%36 = load float, ptr %35, align 4
%37 = load ptr, ptr %15, align 8
%38 = load float, ptr %37, align 4
%39 = fmul float %36, %38
%40 = fpext float %39 to double
%41 = fdiv double 3.748000e-01, %40
%42 = fptosi double %41 to i32
store i32 %42, ptr %22, align 4
%43 = load ptr, ptr %9, align 8
%44 = call i32 @npad_(ptr noundef %43, ptr noundef %22)
store i32 %44, ptr %23, align 4
%45 = load ptr, ptr %14, align 8
%46 = getelementptr inbounds float, ptr %45, i64 1
%47 = load float, ptr %46, align 4
%48 = load ptr, ptr %15, align 8
%49 = load float, ptr %48, align 4
%50 = fmul float %47, %49
%51 = fpext float %50 to double
%52 = fdiv double 3.748000e-01, %51
%53 = fptosi double %52 to i32
store i32 %53, ptr %22, align 4
%54 = load ptr, ptr %10, align 8
%55 = call i32 @npad_(ptr noundef %54, ptr noundef %22)
store i32 %55, ptr %24, align 4
%56 = load ptr, ptr %14, align 8
%57 = getelementptr inbounds float, ptr %56, i64 2
%58 = load float, ptr %57, align 4
%59 = load ptr, ptr %15, align 8
%60 = load float, ptr %59, align 4
%61 = fmul float %58, %60
%62 = fpext float %61 to double
%63 = fdiv double 3.748000e-01, %62
%64 = fptosi double %63 to i32
store i32 %64, ptr %22, align 4
%65 = load ptr, ptr %11, align 8
%66 = call i32 @npad_(ptr noundef %65, ptr noundef %22)
store i32 %66, ptr %25, align 4
%67 = load i32, ptr %23, align 4
%68 = load i32, ptr %24, align 4
%69 = mul nsw i32 %67, %68
%70 = load i32, ptr %25, align 4
%71 = mul nsw i32 %69, %70
%72 = sext i32 %71 to i64
%73 = mul i64 %72, 4
%74 = trunc i64 %73 to i32
%75 = call i64 @malloc(i32 noundef %74)
%76 = inttoptr i64 %75 to ptr
store ptr %76, ptr %19, align 8
%77 = load ptr, ptr %12, align 8
%78 = load ptr, ptr %9, align 8
%79 = load ptr, ptr %10, align 8
%80 = load ptr, ptr %11, align 8
%81 = load ptr, ptr %19, align 8
%82 = call i32 @imgpad_(ptr noundef %77, ptr noundef %78, ptr noundef %79, ptr noundef %80, ptr noundef %81, ptr noundef %23, ptr noundef %24, ptr noundef %25)
%83 = load ptr, ptr %19, align 8
%84 = load ptr, ptr %14, align 8
%85 = load ptr, ptr %15, align 8
%86 = call i32 @gauss3d_(ptr noundef %83, ptr noundef %23, ptr noundef %24, ptr noundef %25, ptr noundef %84, ptr noundef %85)
%87 = load i32, ptr %21, align 4
%88 = sext i32 %87 to i64
%89 = mul i64 %88, 4
%90 = trunc i64 %89 to i32
%91 = call i64 @malloc(i32 noundef %90)
%92 = inttoptr i64 %91 to ptr
store ptr %92, ptr %18, align 8
%93 = load ptr, ptr %18, align 8
%94 = load ptr, ptr %9, align 8
%95 = load ptr, ptr %10, align 8
%96 = load ptr, ptr %11, align 8
%97 = load ptr, ptr %19, align 8
%98 = call i32 @imgdap_(ptr noundef %93, ptr noundef %94, ptr noundef %95, ptr noundef %96, ptr noundef %97, ptr noundef %23, ptr noundef %24, ptr noundef %25)
%99 = load ptr, ptr %19, align 8
%100 = call i32 @free(ptr noundef %99)
store i32 0, ptr %20, align 4
store float 0.000000e+00, ptr %17, align 4
br label %101
101: ; preds = %120, %8
%102 = load i32, ptr %20, align 4
%103 = load i32, ptr %21, align 4
%104 = icmp slt i32 %102, %103
br i1 %104, label %105, label %123
105: ; preds = %101
%106 = load ptr, ptr %18, align 8
%107 = load i32, ptr %20, align 4
%108 = sext i32 %107 to i64
%109 = getelementptr inbounds float, ptr %106, i64 %108
%110 = load float, ptr %109, align 4
%111 = load float, ptr %17, align 4
%112 = fcmp ogt float %110, %111
br i1 %112, label %113, label %119
113: ; preds = %105
%114 = load ptr, ptr %18, align 8
%115 = load i32, ptr %20, align 4
%116 = sext i32 %115 to i64
%117 = getelementptr inbounds float, ptr %114, i64 %116
%118 = load float, ptr %117, align 4
store float %118, ptr %17, align 4
br label %119
119: ; preds = %113, %105
br label %120
120: ; preds = %119
%121 = load i32, ptr %20, align 4
%122 = add nsw i32 %121, 1
store i32 %122, ptr %20, align 4
br label %101, !llvm.loop !6
123: ; preds = %101
%124 = load ptr, ptr %16, align 8
%125 = load float, ptr %124, align 4
%126 = load float, ptr %17, align 4
%127 = fmul float %126, %125
store float %127, ptr %17, align 4
store i32 0, ptr %20, align 4
br label %128
128: ; preds = %151, %123
%129 = load i32, ptr %20, align 4
%130 = load i32, ptr %21, align 4
%131 = icmp slt i32 %129, %130
br i1 %131, label %132, label %154
132: ; preds = %128
%133 = load ptr, ptr %18, align 8
%134 = load i32, ptr %20, align 4
%135 = sext i32 %134 to i64
%136 = getelementptr inbounds float, ptr %133, i64 %135
%137 = load float, ptr %136, align 4
%138 = load float, ptr %17, align 4
%139 = fcmp oge float %137, %138
br i1 %139, label %140, label %145
140: ; preds = %132
%141 = load ptr, ptr %13, align 8
%142 = load i32, ptr %20, align 4
%143 = sext i32 %142 to i64
%144 = getelementptr inbounds i32, ptr %141, i64 %143
store i32 1, ptr %144, align 4
br label %150
145: ; preds = %132
%146 = load ptr, ptr %13, align 8
%147 = load i32, ptr %20, align 4
%148 = sext i32 %147 to i64
%149 = getelementptr inbounds i32, ptr %146, i64 %148
store i32 0, ptr %149, align 4
br label %150
150: ; preds = %145, %140
br label %151
151: ; preds = %150
%152 = load i32, ptr %20, align 4
%153 = add nsw i32 %152, 1
store i32 %153, ptr %20, align 4
br label %128, !llvm.loop !8
154: ; preds = %128
%155 = load ptr, ptr %18, align 8
%156 = call i32 @free(ptr noundef %155)
ret void
}
declare i32 @npad_(ptr noundef, ptr noundef) #1
declare i64 @malloc(i32 noundef) #1
declare i32 @imgpad_(ptr noundef, ptr noundef, ptr noundef, ptr noundef, ptr noundef, ptr noundef, ptr noundef, ptr noundef) #1
declare i32 @gauss3d_(ptr noundef, ptr noundef, ptr noundef, ptr noundef, ptr noundef, ptr noundef) #1
declare i32 @imgdap_(ptr noundef, ptr noundef, ptr noundef, ptr noundef, ptr noundef, ptr noundef, ptr noundef, ptr noundef) #1
declare i32 @free(ptr noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
!6 = distinct !{!6, !7}
!7 = !{!"llvm.loop.mustprogress"}
!8 = distinct !{!8, !7}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmpnj4mth2m.c"
target datalayout = "e-m:e-p270: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 @img2lmask(ptr noundef %0, ptr noundef %1, ptr noundef %2, ptr noundef %3, ptr noundef %4, ptr noundef %5, ptr noundef %6, ptr noundef %7) #0 {
%9 = alloca ptr, align 8
%10 = alloca ptr, align 8
%11 = alloca ptr, align 8
%12 = alloca ptr, align 8
%13 = alloca ptr, align 8
%14 = alloca ptr, align 8
%15 = alloca ptr, align 8
%16 = alloca ptr, align 8
%17 = alloca float, align 4
%18 = alloca ptr, align 8
%19 = alloca ptr, align 8
%20 = alloca i32, align 4
%21 = alloca i32, align 4
%22 = alloca i32, align 4
%23 = alloca i32, align 4
%24 = alloca i32, align 4
%25 = alloca i32, align 4
store ptr %0, ptr %9, align 8
store ptr %1, ptr %10, align 8
store ptr %2, ptr %11, align 8
store ptr %3, ptr %12, align 8
store ptr %4, ptr %13, align 8
store ptr %5, ptr %14, align 8
store ptr %6, ptr %15, align 8
store ptr %7, ptr %16, align 8
%26 = load ptr, ptr %9, align 8
%27 = load i32, ptr %26, align 4
%28 = load ptr, ptr %10, align 8
%29 = load i32, ptr %28, align 4
%30 = mul nsw i32 %27, %29
%31 = load ptr, ptr %11, align 8
%32 = load i32, ptr %31, align 4
%33 = mul nsw i32 %30, %32
store i32 %33, ptr %21, align 4
%34 = load ptr, ptr %14, align 8
%35 = getelementptr inbounds float, ptr %34, i64 0
%36 = load float, ptr %35, align 4
%37 = load ptr, ptr %15, align 8
%38 = load float, ptr %37, align 4
%39 = fmul float %36, %38
%40 = fpext float %39 to double
%41 = fdiv double 3.748000e-01, %40
%42 = fptosi double %41 to i32
store i32 %42, ptr %22, align 4
%43 = load ptr, ptr %9, align 8
%44 = call i32 @npad_(ptr noundef %43, ptr noundef %22)
store i32 %44, ptr %23, align 4
%45 = load ptr, ptr %14, align 8
%46 = getelementptr inbounds float, ptr %45, i64 1
%47 = load float, ptr %46, align 4
%48 = load ptr, ptr %15, align 8
%49 = load float, ptr %48, align 4
%50 = fmul float %47, %49
%51 = fpext float %50 to double
%52 = fdiv double 3.748000e-01, %51
%53 = fptosi double %52 to i32
store i32 %53, ptr %22, align 4
%54 = load ptr, ptr %10, align 8
%55 = call i32 @npad_(ptr noundef %54, ptr noundef %22)
store i32 %55, ptr %24, align 4
%56 = load ptr, ptr %14, align 8
%57 = getelementptr inbounds float, ptr %56, i64 2
%58 = load float, ptr %57, align 4
%59 = load ptr, ptr %15, align 8
%60 = load float, ptr %59, align 4
%61 = fmul float %58, %60
%62 = fpext float %61 to double
%63 = fdiv double 3.748000e-01, %62
%64 = fptosi double %63 to i32
store i32 %64, ptr %22, align 4
%65 = load ptr, ptr %11, align 8
%66 = call i32 @npad_(ptr noundef %65, ptr noundef %22)
store i32 %66, ptr %25, align 4
%67 = load i32, ptr %23, align 4
%68 = load i32, ptr %24, align 4
%69 = mul nsw i32 %67, %68
%70 = load i32, ptr %25, align 4
%71 = mul nsw i32 %69, %70
%72 = sext i32 %71 to i64
%73 = mul i64 %72, 4
%74 = trunc i64 %73 to i32
%75 = call i64 @malloc(i32 noundef %74)
%76 = inttoptr i64 %75 to ptr
store ptr %76, ptr %19, align 8
%77 = load ptr, ptr %12, align 8
%78 = load ptr, ptr %9, align 8
%79 = load ptr, ptr %10, align 8
%80 = load ptr, ptr %11, align 8
%81 = load ptr, ptr %19, align 8
%82 = call i32 @imgpad_(ptr noundef %77, ptr noundef %78, ptr noundef %79, ptr noundef %80, ptr noundef %81, ptr noundef %23, ptr noundef %24, ptr noundef %25)
%83 = load ptr, ptr %19, align 8
%84 = load ptr, ptr %14, align 8
%85 = load ptr, ptr %15, align 8
%86 = call i32 @gauss3d_(ptr noundef %83, ptr noundef %23, ptr noundef %24, ptr noundef %25, ptr noundef %84, ptr noundef %85)
%87 = load i32, ptr %21, align 4
%88 = sext i32 %87 to i64
%89 = mul i64 %88, 4
%90 = trunc i64 %89 to i32
%91 = call i64 @malloc(i32 noundef %90)
%92 = inttoptr i64 %91 to ptr
store ptr %92, ptr %18, align 8
%93 = load ptr, ptr %18, align 8
%94 = load ptr, ptr %9, align 8
%95 = load ptr, ptr %10, align 8
%96 = load ptr, ptr %11, align 8
%97 = load ptr, ptr %19, align 8
%98 = call i32 @imgdap_(ptr noundef %93, ptr noundef %94, ptr noundef %95, ptr noundef %96, ptr noundef %97, ptr noundef %23, ptr noundef %24, ptr noundef %25)
%99 = load ptr, ptr %19, align 8
%100 = call i32 @free(ptr noundef %99)
store i32 0, ptr %20, align 4
store float 0.000000e+00, ptr %17, align 4
%101 = load i32, ptr %20, align 4
%102 = load i32, ptr %21, align 4
%103 = icmp slt i32 %101, %102
br i1 %103, label %.lr.ph, label %125
.lr.ph: ; preds = %8
br label %104
104: ; preds = %.lr.ph, %119
%105 = load ptr, ptr %18, align 8
%106 = load i32, ptr %20, align 4
%107 = sext i32 %106 to i64
%108 = getelementptr inbounds float, ptr %105, i64 %107
%109 = load float, ptr %108, align 4
%110 = load float, ptr %17, align 4
%111 = fcmp ogt float %109, %110
br i1 %111, label %112, label %118
112: ; preds = %104
%113 = load ptr, ptr %18, align 8
%114 = load i32, ptr %20, align 4
%115 = sext i32 %114 to i64
%116 = getelementptr inbounds float, ptr %113, i64 %115
%117 = load float, ptr %116, align 4
store float %117, ptr %17, align 4
br label %118
118: ; preds = %112, %104
br label %119
119: ; preds = %118
%120 = load i32, ptr %20, align 4
%121 = add nsw i32 %120, 1
store i32 %121, ptr %20, align 4
%122 = load i32, ptr %20, align 4
%123 = load i32, ptr %21, align 4
%124 = icmp slt i32 %122, %123
br i1 %124, label %104, label %._crit_edge, !llvm.loop !6
._crit_edge: ; preds = %119
br label %125
125: ; preds = %._crit_edge, %8
%126 = load ptr, ptr %16, align 8
%127 = load float, ptr %126, align 4
%128 = load float, ptr %17, align 4
%129 = fmul float %128, %127
store float %129, ptr %17, align 4
store i32 0, ptr %20, align 4
%130 = load i32, ptr %20, align 4
%131 = load i32, ptr %21, align 4
%132 = icmp slt i32 %130, %131
br i1 %132, label %.lr.ph2, label %158
.lr.ph2: ; preds = %125
br label %133
133: ; preds = %.lr.ph2, %152
%134 = load ptr, ptr %18, align 8
%135 = load i32, ptr %20, align 4
%136 = sext i32 %135 to i64
%137 = getelementptr inbounds float, ptr %134, i64 %136
%138 = load float, ptr %137, align 4
%139 = load float, ptr %17, align 4
%140 = fcmp oge float %138, %139
br i1 %140, label %141, label %146
141: ; preds = %133
%142 = load ptr, ptr %13, align 8
%143 = load i32, ptr %20, align 4
%144 = sext i32 %143 to i64
%145 = getelementptr inbounds i32, ptr %142, i64 %144
store i32 1, ptr %145, align 4
br label %151
146: ; preds = %133
%147 = load ptr, ptr %13, align 8
%148 = load i32, ptr %20, align 4
%149 = sext i32 %148 to i64
%150 = getelementptr inbounds i32, ptr %147, i64 %149
store i32 0, ptr %150, align 4
br label %151
151: ; preds = %146, %141
br label %152
152: ; preds = %151
%153 = load i32, ptr %20, align 4
%154 = add nsw i32 %153, 1
store i32 %154, ptr %20, align 4
%155 = load i32, ptr %20, align 4
%156 = load i32, ptr %21, align 4
%157 = icmp slt i32 %155, %156
br i1 %157, label %133, label %._crit_edge3, !llvm.loop !8
._crit_edge3: ; preds = %152
br label %158
158: ; preds = %._crit_edge3, %125
%159 = load ptr, ptr %18, align 8
%160 = call i32 @free(ptr noundef %159)
ret void
}
declare i32 @npad_(ptr noundef, ptr noundef) #1
declare i64 @malloc(i32 noundef) #1
declare i32 @imgpad_(ptr noundef, ptr noundef, ptr noundef, ptr noundef, ptr noundef, ptr noundef, ptr noundef, ptr noundef) #1
declare i32 @gauss3d_(ptr noundef, ptr noundef, ptr noundef, ptr noundef, ptr noundef, ptr noundef) #1
declare i32 @imgdap_(ptr noundef, ptr noundef, ptr noundef, ptr noundef, ptr noundef, ptr noundef, ptr noundef, ptr noundef) #1
declare i32 @free(ptr noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
!6 = distinct !{!6, !7}
!7 = !{!"llvm.loop.mustprogress"}
!8 = distinct !{!8, !7}
|
; ModuleID = '/tmp/tmpiom0xdxa.c'
source_filename = "/tmp/tmpiom0xdxa.c"
target datalayout = "e-m:e-p270: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 @nnb_upsample_n_convert_10bit_y_uv_vectors_to_8bit_rgb_vectors_sse2_ssse3_sse41(ptr noundef %0, ptr noundef %1) #0 {
%3 = alloca ptr, align 8
%4 = alloca ptr, align 8
store ptr %0, ptr %3, align 8
store ptr %1, ptr %4, align 8
%5 = load ptr, ptr %3, align 8
%6 = load ptr, ptr %4, align 8
%7 = call i32 @nnb_upsample_n_convert_10bit_y_uv_vectors_to_8bit_rgb_vectors_sse2_ssse3(ptr noundef %5, ptr noundef %6)
ret void
}
declare i32 @nnb_upsample_n_convert_10bit_y_uv_vectors_to_8bit_rgb_vectors_sse2_ssse3(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/tmpiom0xdxa.c"
target datalayout = "e-m:e-p270: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 @nnb_upsample_n_convert_10bit_y_uv_vectors_to_8bit_rgb_vectors_sse2_ssse3_sse41(ptr noundef %0, ptr noundef %1) #0 {
%3 = alloca ptr, align 8
%4 = alloca ptr, align 8
store ptr %0, ptr %3, align 8
store ptr %1, ptr %4, align 8
%5 = load ptr, ptr %3, align 8
%6 = load ptr, ptr %4, align 8
%7 = call i32 @nnb_upsample_n_convert_10bit_y_uv_vectors_to_8bit_rgb_vectors_sse2_ssse3(ptr noundef %5, ptr noundef %6)
ret void
}
declare i32 @nnb_upsample_n_convert_10bit_y_uv_vectors_to_8bit_rgb_vectors_sse2_ssse3(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/tmpp4hju7s8.c'
source_filename = "/tmp/tmpp4hju7s8.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@.str = private unnamed_addr constant [20 x i8] c"\0A COMPUTE AREA OF:\0A\00", align 1
@.str.1 = private unnamed_addr constant [26 x i8] c"=========================\00", align 1
@.str.2 = private unnamed_addr constant [13 x i8] c"\0A 1 - square\00", align 1
@.str.3 = private unnamed_addr constant [16 x i8] c"\0A 2 - rectangle\00", align 1
@.str.4 = private unnamed_addr constant [13 x i8] c"\0A 3 - circle\00", align 1
@.str.5 = private unnamed_addr constant [20 x i8] c"\0A 4 - back to main\0A\00", align 1
@.str.6 = private unnamed_addr constant [19 x i8] c"Enter Selection : \00", align 1
@.str.7 = private unnamed_addr constant [3 x i8] c"%i\00", align 1
@.str.8 = private unnamed_addr constant [19 x i8] c"Enter Value of x: \00", align 1
@.str.9 = private unnamed_addr constant [34 x i8] c"Area of square is %.2f sq. units.\00", align 1
@.str.10 = private unnamed_addr constant [19 x i8] c"Enter Value of y: \00", align 1
@.str.11 = private unnamed_addr constant [26 x i8] c"Area of rectangle is %.2f\00", align 1
@.str.12 = private unnamed_addr constant [19 x i8] c"Enter Value of r: \00", align 1
@.str.13 = private unnamed_addr constant [24 x i8] c"Area of circle is %.2f.\00", align 1
@.str.14 = private unnamed_addr constant [29 x i8] c"Returning to Main Menu ... \00", align 1
@.str.15 = private unnamed_addr constant [37 x i8] c"Invalid input! Please try again ... \00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local void @areaComputation() #0 {
%1 = alloca i32, align 4
%2 = alloca i32, align 4
%3 = alloca i32, align 4
%4 = alloca i32, align 4
%5 = alloca double, align 8
br label %6
6: ; preds = %64, %0
%7 = call i32 (ptr, ...) @printf(ptr noundef @.str)
%8 = call i32 (ptr, ...) @printf(ptr noundef @.str.1)
%9 = call i32 (ptr, ...) @printf(ptr noundef @.str.2)
%10 = call i32 (ptr, ...) @printf(ptr noundef @.str.3)
%11 = call i32 (ptr, ...) @printf(ptr noundef @.str.4)
%12 = call i32 (ptr, ...) @printf(ptr noundef @.str.5)
%13 = call i32 (ptr, ...) @printf(ptr noundef @.str.6)
%14 = call i32 @scanf(ptr noundef @.str.7, ptr noundef %1)
%15 = load i32, ptr %1, align 4
%16 = icmp eq i32 %15, 1
br i1 %16, label %17, label %26
17: ; preds = %6
%18 = call i32 (ptr, ...) @printf(ptr noundef @.str.8)
%19 = call i32 @scanf(ptr noundef @.str.7, ptr noundef %2)
%20 = load i32, ptr %2, align 4
%21 = load i32, ptr %2, align 4
%22 = mul nsw i32 %20, %21
%23 = sitofp i32 %22 to double
store double %23, ptr %5, align 8
%24 = load double, ptr %5, align 8
%25 = call i32 (ptr, ...) @printf(ptr noundef @.str.9, double noundef %24)
br label %63
26: ; preds = %6
%27 = load i32, ptr %1, align 4
%28 = icmp eq i32 %27, 2
br i1 %28, label %29, label %40
29: ; preds = %26
%30 = call i32 (ptr, ...) @printf(ptr noundef @.str.8)
%31 = call i32 @scanf(ptr noundef @.str.7, ptr noundef %2)
%32 = call i32 (ptr, ...) @printf(ptr noundef @.str.10)
%33 = call i32 @scanf(ptr noundef @.str.7, ptr noundef %3)
%34 = load i32, ptr %2, align 4
%35 = load i32, ptr %3, align 4
%36 = mul nsw i32 %34, %35
%37 = sitofp i32 %36 to double
store double %37, ptr %5, align 8
%38 = load double, ptr %5, align 8
%39 = call i32 (ptr, ...) @printf(ptr noundef @.str.11, double noundef %38)
br label %62
40: ; preds = %26
%41 = load i32, ptr %1, align 4
%42 = icmp eq i32 %41, 3
br i1 %42, label %43, label %53
43: ; preds = %40
%44 = call i32 (ptr, ...) @printf(ptr noundef @.str.12)
%45 = call i32 @scanf(ptr noundef @.str.7, ptr noundef %4)
%46 = load i32, ptr %4, align 4
%47 = load i32, ptr %4, align 4
%48 = mul nsw i32 %46, %47
%49 = sitofp i32 %48 to double
%50 = fmul double %49, 3.141590e+00
store double %50, ptr %5, align 8
%51 = load double, ptr %5, align 8
%52 = call i32 (ptr, ...) @printf(ptr noundef @.str.13, double noundef %51)
br label %61
53: ; preds = %40
%54 = load i32, ptr %1, align 4
%55 = icmp eq i32 %54, 4
br i1 %55, label %56, label %58
56: ; preds = %53
%57 = call i32 (ptr, ...) @printf(ptr noundef @.str.14)
br label %60
58: ; preds = %53
%59 = call i32 (ptr, ...) @printf(ptr noundef @.str.15)
br label %60
60: ; preds = %58, %56
br label %61
61: ; preds = %60, %43
br label %62
62: ; preds = %61, %29
br label %63
63: ; preds = %62, %17
br label %64
64: ; preds = %63
%65 = load i32, ptr %1, align 4
%66 = icmp ne i32 %65, 4
br i1 %66, label %6, label %67, !llvm.loop !6
67: ; preds = %64
ret void
}
declare i32 @printf(ptr noundef, ...) #1
declare i32 @scanf(ptr noundef, ptr noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
!6 = distinct !{!6, !7}
!7 = !{!"llvm.loop.mustprogress"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmpp4hju7s8.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@.str = private unnamed_addr constant [20 x i8] c"\0A COMPUTE AREA OF:\0A\00", align 1
@.str.1 = private unnamed_addr constant [26 x i8] c"=========================\00", align 1
@.str.2 = private unnamed_addr constant [13 x i8] c"\0A 1 - square\00", align 1
@.str.3 = private unnamed_addr constant [16 x i8] c"\0A 2 - rectangle\00", align 1
@.str.4 = private unnamed_addr constant [13 x i8] c"\0A 3 - circle\00", align 1
@.str.5 = private unnamed_addr constant [20 x i8] c"\0A 4 - back to main\0A\00", align 1
@.str.6 = private unnamed_addr constant [19 x i8] c"Enter Selection : \00", align 1
@.str.7 = private unnamed_addr constant [3 x i8] c"%i\00", align 1
@.str.8 = private unnamed_addr constant [19 x i8] c"Enter Value of x: \00", align 1
@.str.9 = private unnamed_addr constant [34 x i8] c"Area of square is %.2f sq. units.\00", align 1
@.str.10 = private unnamed_addr constant [19 x i8] c"Enter Value of y: \00", align 1
@.str.11 = private unnamed_addr constant [26 x i8] c"Area of rectangle is %.2f\00", align 1
@.str.12 = private unnamed_addr constant [19 x i8] c"Enter Value of r: \00", align 1
@.str.13 = private unnamed_addr constant [24 x i8] c"Area of circle is %.2f.\00", align 1
@.str.14 = private unnamed_addr constant [29 x i8] c"Returning to Main Menu ... \00", align 1
@.str.15 = private unnamed_addr constant [37 x i8] c"Invalid input! Please try again ... \00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local void @areaComputation() #0 {
%1 = alloca i32, align 4
%2 = alloca i32, align 4
%3 = alloca i32, align 4
%4 = alloca i32, align 4
%5 = alloca double, align 8
br label %6
6: ; preds = %64, %0
%7 = call i32 (ptr, ...) @printf(ptr noundef @.str)
%8 = call i32 (ptr, ...) @printf(ptr noundef @.str.1)
%9 = call i32 (ptr, ...) @printf(ptr noundef @.str.2)
%10 = call i32 (ptr, ...) @printf(ptr noundef @.str.3)
%11 = call i32 (ptr, ...) @printf(ptr noundef @.str.4)
%12 = call i32 (ptr, ...) @printf(ptr noundef @.str.5)
%13 = call i32 (ptr, ...) @printf(ptr noundef @.str.6)
%14 = call i32 @scanf(ptr noundef @.str.7, ptr noundef %1)
%15 = load i32, ptr %1, align 4
%16 = icmp eq i32 %15, 1
br i1 %16, label %17, label %26
17: ; preds = %6
%18 = call i32 (ptr, ...) @printf(ptr noundef @.str.8)
%19 = call i32 @scanf(ptr noundef @.str.7, ptr noundef %2)
%20 = load i32, ptr %2, align 4
%21 = load i32, ptr %2, align 4
%22 = mul nsw i32 %20, %21
%23 = sitofp i32 %22 to double
store double %23, ptr %5, align 8
%24 = load double, ptr %5, align 8
%25 = call i32 (ptr, ...) @printf(ptr noundef @.str.9, double noundef %24)
br label %63
26: ; preds = %6
%27 = load i32, ptr %1, align 4
%28 = icmp eq i32 %27, 2
br i1 %28, label %29, label %40
29: ; preds = %26
%30 = call i32 (ptr, ...) @printf(ptr noundef @.str.8)
%31 = call i32 @scanf(ptr noundef @.str.7, ptr noundef %2)
%32 = call i32 (ptr, ...) @printf(ptr noundef @.str.10)
%33 = call i32 @scanf(ptr noundef @.str.7, ptr noundef %3)
%34 = load i32, ptr %2, align 4
%35 = load i32, ptr %3, align 4
%36 = mul nsw i32 %34, %35
%37 = sitofp i32 %36 to double
store double %37, ptr %5, align 8
%38 = load double, ptr %5, align 8
%39 = call i32 (ptr, ...) @printf(ptr noundef @.str.11, double noundef %38)
br label %62
40: ; preds = %26
%41 = load i32, ptr %1, align 4
%42 = icmp eq i32 %41, 3
br i1 %42, label %43, label %53
43: ; preds = %40
%44 = call i32 (ptr, ...) @printf(ptr noundef @.str.12)
%45 = call i32 @scanf(ptr noundef @.str.7, ptr noundef %4)
%46 = load i32, ptr %4, align 4
%47 = load i32, ptr %4, align 4
%48 = mul nsw i32 %46, %47
%49 = sitofp i32 %48 to double
%50 = fmul double %49, 3.141590e+00
store double %50, ptr %5, align 8
%51 = load double, ptr %5, align 8
%52 = call i32 (ptr, ...) @printf(ptr noundef @.str.13, double noundef %51)
br label %61
53: ; preds = %40
%54 = load i32, ptr %1, align 4
%55 = icmp eq i32 %54, 4
br i1 %55, label %56, label %58
56: ; preds = %53
%57 = call i32 (ptr, ...) @printf(ptr noundef @.str.14)
br label %60
58: ; preds = %53
%59 = call i32 (ptr, ...) @printf(ptr noundef @.str.15)
br label %60
60: ; preds = %58, %56
br label %61
61: ; preds = %60, %43
br label %62
62: ; preds = %61, %29
br label %63
63: ; preds = %62, %17
br label %64
64: ; preds = %63
%65 = load i32, ptr %1, align 4
%66 = icmp ne i32 %65, 4
br i1 %66, label %6, label %67, !llvm.loop !6
67: ; preds = %64
ret void
}
declare i32 @printf(ptr noundef, ...) #1
declare i32 @scanf(ptr noundef, ptr noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
!6 = distinct !{!6, !7}
!7 = !{!"llvm.loop.mustprogress"}
|
; ModuleID = '/tmp/tmp79ju1_jo.c'
source_filename = "/tmp/tmp79ju1_jo.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@.str = private unnamed_addr constant [15 x i8] c"path:ray_depth\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local float @microfacet_roughness(float noundef %0, float noundef %1) #0 {
%3 = alloca float, align 4
%4 = alloca float, align 4
%5 = alloca float, align 4
%6 = alloca i32, align 4
store float %0, ptr %3, align 4
store float %1, ptr %4, align 4
%7 = load float, ptr %3, align 4
store float %7, ptr %5, align 4
%8 = load float, ptr %4, align 4
%9 = fcmp ogt float %8, 1.000000e+00
br i1 %9, label %10, label %23
10: ; preds = %2
%11 = load i32, ptr %6, align 4
%12 = call i32 @getattribute(ptr noundef @.str, i32 noundef %11)
%13 = load i32, ptr %6, align 4
%14 = icmp ne i32 %13, 0
br i1 %14, label %15, label %22
15: ; preds = %10
%16 = load float, ptr %3, align 4
%17 = load float, ptr %4, align 4
%18 = fmul float %16, %17
%19 = load i32, ptr %6, align 4
%20 = sitofp i32 %19 to float
%21 = fmul float %18, %20
store float %21, ptr %5, align 4
br label %22
22: ; preds = %15, %10
br label %23
23: ; preds = %22, %2
%24 = load float, ptr %5, align 4
ret float %24
}
declare i32 @getattribute(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/tmp79ju1_jo.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@.str = private unnamed_addr constant [15 x i8] c"path:ray_depth\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local float @microfacet_roughness(float noundef %0, float noundef %1) #0 {
%3 = alloca float, align 4
%4 = alloca float, align 4
%5 = alloca float, align 4
%6 = alloca i32, align 4
store float %0, ptr %3, align 4
store float %1, ptr %4, align 4
%7 = load float, ptr %3, align 4
store float %7, ptr %5, align 4
%8 = load float, ptr %4, align 4
%9 = fcmp ogt float %8, 1.000000e+00
br i1 %9, label %10, label %23
10: ; preds = %2
%11 = load i32, ptr %6, align 4
%12 = call i32 @getattribute(ptr noundef @.str, i32 noundef %11)
%13 = load i32, ptr %6, align 4
%14 = icmp ne i32 %13, 0
br i1 %14, label %15, label %22
15: ; preds = %10
%16 = load float, ptr %3, align 4
%17 = load float, ptr %4, align 4
%18 = fmul float %16, %17
%19 = load i32, ptr %6, align 4
%20 = sitofp i32 %19 to float
%21 = fmul float %18, %20
store float %21, ptr %5, align 4
br label %22
22: ; preds = %15, %10
br label %23
23: ; preds = %22, %2
%24 = load float, ptr %5, align 4
ret float %24
}
declare i32 @getattribute(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/tmp5ms2vct_.c'
source_filename = "/tmp/tmp5ms2vct_.c"
target datalayout = "e-m:e-p270: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 @nullify_mr_(ptr noundef %0) #0 {
%2 = alloca ptr, align 8
%3 = alloca ptr, align 8
store ptr %0, ptr %2, align 8
store ptr null, ptr %3, align 8
%4 = load ptr, ptr %2, align 8
%5 = load ptr, ptr %3, align 8
%6 = call i32 @store_nul_mr_ptr_(ptr noundef %4, ptr noundef %5)
ret void
}
declare i32 @store_nul_mr_ptr_(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/tmp5ms2vct_.c"
target datalayout = "e-m:e-p270: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 @nullify_mr_(ptr noundef %0) #0 {
%2 = alloca ptr, align 8
%3 = alloca ptr, align 8
store ptr %0, ptr %2, align 8
store ptr null, ptr %3, align 8
%4 = load ptr, ptr %2, align 8
%5 = load ptr, ptr %3, align 8
%6 = call i32 @store_nul_mr_ptr_(ptr noundef %4, ptr noundef %5)
ret void
}
declare i32 @store_nul_mr_ptr_(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/tmpews_jixp.c'
source_filename = "/tmp/tmpews_jixp.c"
target datalayout = "e-m:e-p270: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 @selection_sort(ptr noundef %0, i32 noundef %1) #0 {
%3 = alloca ptr, align 8
%4 = alloca i32, align 4
%5 = alloca i32, align 4
%6 = alloca i32, align 4
%7 = alloca i32, align 4
store ptr %0, ptr %3, align 8
store i32 %1, ptr %4, align 4
%8 = load i32, ptr %4, align 4
%9 = icmp eq i32 %8, 1
br i1 %9, label %10, label %11
10: ; preds = %2
br label %50
11: ; preds = %2
%12 = load ptr, ptr %3, align 8
%13 = getelementptr inbounds i32, ptr %12, i64 0
%14 = load i32, ptr %13, align 4
store i32 %14, ptr %6, align 4
store i32 0, ptr %7, align 4
store i32 0, ptr %5, align 4
br label %15
15: ; preds = %35, %11
%16 = load i32, ptr %5, align 4
%17 = load i32, ptr %4, align 4
%18 = icmp slt i32 %16, %17
br i1 %18, label %19, label %38
19: ; preds = %15
%20 = load ptr, ptr %3, align 8
%21 = load i32, ptr %5, align 4
%22 = sext i32 %21 to i64
%23 = getelementptr inbounds i32, ptr %20, i64 %22
%24 = load i32, ptr %23, align 4
%25 = load i32, ptr %6, align 4
%26 = icmp slt i32 %24, %25
br i1 %26, label %27, label %34
27: ; preds = %19
%28 = load ptr, ptr %3, align 8
%29 = load i32, ptr %5, align 4
%30 = sext i32 %29 to i64
%31 = getelementptr inbounds i32, ptr %28, i64 %30
%32 = load i32, ptr %31, align 4
store i32 %32, ptr %6, align 4
%33 = load i32, ptr %5, align 4
store i32 %33, ptr %7, align 4
br label %34
34: ; preds = %27, %19
br label %35
35: ; preds = %34
%36 = load i32, ptr %5, align 4
%37 = add nsw i32 %36, 1
store i32 %37, ptr %5, align 4
br label %15, !llvm.loop !6
38: ; preds = %15
%39 = load ptr, ptr %3, align 8
%40 = load i32, ptr %7, align 4
%41 = sext i32 %40 to i64
%42 = getelementptr inbounds i32, ptr %39, i64 %41
%43 = load ptr, ptr %3, align 8
%44 = getelementptr inbounds i32, ptr %43, i64 0
%45 = call i32 @troca(ptr noundef %42, ptr noundef %44)
%46 = load ptr, ptr %3, align 8
%47 = getelementptr inbounds i32, ptr %46, i64 1
%48 = load i32, ptr %4, align 4
%49 = sub nsw i32 %48, 1
call void @selection_sort(ptr noundef %47, i32 noundef %49)
br label %50
50: ; preds = %38, %10
ret void
}
declare i32 @troca(ptr noundef, ptr noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
!6 = distinct !{!6, !7}
!7 = !{!"llvm.loop.mustprogress"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmpews_jixp.c"
target datalayout = "e-m:e-p270: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 @selection_sort(ptr noundef %0, i32 noundef %1) #0 {
%3 = alloca ptr, align 8
%4 = alloca i32, align 4
%5 = alloca i32, align 4
%6 = alloca i32, align 4
%7 = alloca i32, align 4
store ptr %0, ptr %3, align 8
store i32 %1, ptr %4, align 4
%8 = load i32, ptr %4, align 4
%9 = icmp eq i32 %8, 1
br i1 %9, label %10, label %11
10: ; preds = %2
br label %52
11: ; preds = %2
%12 = load ptr, ptr %3, align 8
%13 = getelementptr inbounds i32, ptr %12, i64 0
%14 = load i32, ptr %13, align 4
store i32 %14, ptr %6, align 4
store i32 0, ptr %7, align 4
store i32 0, ptr %5, align 4
%15 = load i32, ptr %5, align 4
%16 = load i32, ptr %4, align 4
%17 = icmp slt i32 %15, %16
br i1 %17, label %.lr.ph, label %40
.lr.ph: ; preds = %11
br label %18
18: ; preds = %.lr.ph, %34
%19 = load ptr, ptr %3, align 8
%20 = load i32, ptr %5, align 4
%21 = sext i32 %20 to i64
%22 = getelementptr inbounds i32, ptr %19, i64 %21
%23 = load i32, ptr %22, align 4
%24 = load i32, ptr %6, align 4
%25 = icmp slt i32 %23, %24
br i1 %25, label %26, label %33
26: ; preds = %18
%27 = load ptr, ptr %3, align 8
%28 = load i32, ptr %5, align 4
%29 = sext i32 %28 to i64
%30 = getelementptr inbounds i32, ptr %27, i64 %29
%31 = load i32, ptr %30, align 4
store i32 %31, ptr %6, align 4
%32 = load i32, ptr %5, align 4
store i32 %32, ptr %7, align 4
br label %33
33: ; preds = %26, %18
br label %34
34: ; preds = %33
%35 = load i32, ptr %5, align 4
%36 = add nsw i32 %35, 1
store i32 %36, ptr %5, align 4
%37 = load i32, ptr %5, align 4
%38 = load i32, ptr %4, align 4
%39 = icmp slt i32 %37, %38
br i1 %39, label %18, label %._crit_edge, !llvm.loop !6
._crit_edge: ; preds = %34
br label %40
40: ; preds = %._crit_edge, %11
%41 = load ptr, ptr %3, align 8
%42 = load i32, ptr %7, align 4
%43 = sext i32 %42 to i64
%44 = getelementptr inbounds i32, ptr %41, i64 %43
%45 = load ptr, ptr %3, align 8
%46 = getelementptr inbounds i32, ptr %45, i64 0
%47 = call i32 @troca(ptr noundef %44, ptr noundef %46)
%48 = load ptr, ptr %3, align 8
%49 = getelementptr inbounds i32, ptr %48, i64 1
%50 = load i32, ptr %4, align 4
%51 = sub nsw i32 %50, 1
call void @selection_sort(ptr noundef %49, i32 noundef %51)
br label %52
52: ; preds = %40, %10
ret void
}
declare i32 @troca(ptr noundef, ptr noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
!6 = distinct !{!6, !7}
!7 = !{!"llvm.loop.mustprogress"}
|
; ModuleID = '/tmp/tmpmatrujrr.c'
source_filename = "/tmp/tmpmatrujrr.c"
target datalayout = "e-m:e-p270: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"Usage: pwd\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local void @printUsage() #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/tmpmatrujrr.c"
target datalayout = "e-m:e-p270: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"Usage: pwd\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local void @printUsage() #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/tmpyh6d21qd.c'
source_filename = "/tmp/tmpyh6d21qd.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
%struct.TYPE_4__ = type { ptr, i32, i64, i64, i64, i64, i64, i64 }
@MD4_Final.end = internal constant [4 x i8] c"\80\00\00\00", align 1
@MD4_LBLOCK = dso_local global i32 0, align 4
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @MD4_Final(ptr noundef %0, ptr noundef %1) #0 {
%3 = alloca ptr, align 8
%4 = alloca ptr, align 8
%5 = alloca ptr, align 8
%6 = alloca i64, align 8
%7 = alloca i32, align 4
%8 = alloca i32, align 4
%9 = alloca ptr, align 8
%10 = alloca i64, align 8
store ptr %0, ptr %3, align 8
store ptr %1, ptr %4, align 8
store ptr @MD4_Final.end, ptr %9, align 8
%11 = load ptr, ptr %4, align 8
%12 = getelementptr inbounds %struct.TYPE_4__, ptr %11, i32 0, i32 0
%13 = load ptr, ptr %12, align 8
store ptr %13, ptr %5, align 8
%14 = load ptr, ptr %4, align 8
%15 = getelementptr inbounds %struct.TYPE_4__, ptr %14, i32 0, i32 1
%16 = load i32, ptr %15, align 8
%17 = ashr i32 %16, 2
store i32 %17, ptr %7, align 4
%18 = load ptr, ptr %4, align 8
%19 = getelementptr inbounds %struct.TYPE_4__, ptr %18, i32 0, i32 1
%20 = load i32, ptr %19, align 8
%21 = and i32 %20, 3
store i32 %21, ptr %8, align 4
%22 = load i32, ptr %8, align 4
%23 = icmp eq i32 %22, 0
br i1 %23, label %24, label %25
24: ; preds = %2
br label %31
25: ; preds = %2
%26 = load ptr, ptr %5, align 8
%27 = load i32, ptr %7, align 4
%28 = sext i32 %27 to i64
%29 = getelementptr inbounds i64, ptr %26, i64 %28
%30 = load i64, ptr %29, align 8
br label %31
31: ; preds = %25, %24
%32 = phi i64 [ 0, %24 ], [ %30, %25 ]
store i64 %32, ptr %6, align 8
%33 = load i32, ptr %8, align 4
switch i32 %33, label %63 [
i32 0, label %34
i32 1, label %39
i32 2, label %47
i32 3, label %55
]
34: ; preds = %31
%35 = load ptr, ptr %9, align 8
%36 = getelementptr inbounds i8, ptr %35, i32 1
store ptr %36, ptr %9, align 8
%37 = load i8, ptr %35, align 1
%38 = zext i8 %37 to i64
store i64 %38, ptr %6, align 8
br label %39
39: ; preds = %31, %34
%40 = load ptr, ptr %9, align 8
%41 = getelementptr inbounds i8, ptr %40, i32 1
store ptr %41, ptr %9, align 8
%42 = load i8, ptr %40, align 1
%43 = zext i8 %42 to i64
%44 = shl i64 %43, 8
%45 = load i64, ptr %6, align 8
%46 = or i64 %45, %44
store i64 %46, ptr %6, align 8
br label %47
47: ; preds = %31, %39
%48 = load ptr, ptr %9, align 8
%49 = getelementptr inbounds i8, ptr %48, i32 1
store ptr %49, ptr %9, align 8
%50 = load i8, ptr %48, align 1
%51 = zext i8 %50 to i64
%52 = shl i64 %51, 16
%53 = load i64, ptr %6, align 8
%54 = or i64 %53, %52
store i64 %54, ptr %6, align 8
br label %55
55: ; preds = %31, %47
%56 = load ptr, ptr %9, align 8
%57 = getelementptr inbounds i8, ptr %56, i32 1
store ptr %57, ptr %9, align 8
%58 = load i8, ptr %56, align 1
%59 = zext i8 %58 to i64
%60 = shl i64 %59, 24
%61 = load i64, ptr %6, align 8
%62 = or i64 %61, %60
store i64 %62, ptr %6, align 8
br label %63
63: ; preds = %55, %31
%64 = load i64, ptr %6, align 8
%65 = load ptr, ptr %5, align 8
%66 = load i32, ptr %7, align 4
%67 = add nsw i32 %66, 1
store i32 %67, ptr %7, align 4
%68 = sext i32 %66 to i64
%69 = getelementptr inbounds i64, ptr %65, i64 %68
store i64 %64, ptr %69, align 8
%70 = load i32, ptr %7, align 4
%71 = load i32, ptr @MD4_LBLOCK, align 4
%72 = sub nsw i32 %71, 2
%73 = icmp sgt i32 %70, %72
br i1 %73, label %74, label %87
74: ; preds = %63
%75 = load i32, ptr %7, align 4
%76 = load i32, ptr @MD4_LBLOCK, align 4
%77 = icmp slt i32 %75, %76
br i1 %77, label %78, label %83
78: ; preds = %74
%79 = load ptr, ptr %5, align 8
%80 = load i32, ptr %7, align 4
%81 = sext i32 %80 to i64
%82 = getelementptr inbounds i64, ptr %79, i64 %81
store i64 0, ptr %82, align 8
br label %83
83: ; preds = %78, %74
%84 = load ptr, ptr %4, align 8
%85 = load ptr, ptr %5, align 8
%86 = call i32 @md4_block_host_order(ptr noundef %84, ptr noundef %85, i32 noundef 1)
store i32 0, ptr %7, align 4
br label %87
87: ; preds = %83, %63
br label %88
88: ; preds = %98, %87
%89 = load i32, ptr %7, align 4
%90 = load i32, ptr @MD4_LBLOCK, align 4
%91 = sub nsw i32 %90, 2
%92 = icmp slt i32 %89, %91
br i1 %92, label %93, label %101
93: ; preds = %88
%94 = load ptr, ptr %5, align 8
%95 = load i32, ptr %7, align 4
%96 = sext i32 %95 to i64
%97 = getelementptr inbounds i64, ptr %94, i64 %96
store i64 0, ptr %97, align 8
br label %98
98: ; preds = %93
%99 = load i32, ptr %7, align 4
%100 = add nsw i32 %99, 1
store i32 %100, ptr %7, align 4
br label %88, !llvm.loop !6
101: ; preds = %88
%102 = load ptr, ptr %4, align 8
%103 = getelementptr inbounds %struct.TYPE_4__, ptr %102, i32 0, i32 2
%104 = load i64, ptr %103, align 8
%105 = load ptr, ptr %5, align 8
%106 = load i32, ptr @MD4_LBLOCK, align 4
%107 = sub nsw i32 %106, 2
%108 = sext i32 %107 to i64
%109 = getelementptr inbounds i64, ptr %105, i64 %108
store i64 %104, ptr %109, align 8
%110 = load ptr, ptr %4, align 8
%111 = getelementptr inbounds %struct.TYPE_4__, ptr %110, i32 0, i32 3
%112 = load i64, ptr %111, align 8
%113 = load ptr, ptr %5, align 8
%114 = load i32, ptr @MD4_LBLOCK, align 4
%115 = sub nsw i32 %114, 1
%116 = sext i32 %115 to i64
%117 = getelementptr inbounds i64, ptr %113, i64 %116
store i64 %112, ptr %117, align 8
%118 = load ptr, ptr %4, align 8
%119 = load ptr, ptr %5, align 8
%120 = call i32 @md4_block_host_order(ptr noundef %118, ptr noundef %119, i32 noundef 1)
br label %121
121: ; preds = %101
%122 = load ptr, ptr %4, align 8
%123 = getelementptr inbounds %struct.TYPE_4__, ptr %122, i32 0, i32 4
%124 = load i64, ptr %123, align 8
store i64 %124, ptr %10, align 8
%125 = load i64, ptr %10, align 8
%126 = trunc i64 %125 to i32
%127 = load ptr, ptr %3, align 8
store i32 %126, ptr %127, align 4
%128 = load ptr, ptr %3, align 8
%129 = getelementptr inbounds i8, ptr %128, i64 4
store ptr %129, ptr %3, align 8
%130 = load i64, ptr %10, align 8
%131 = load ptr, ptr %4, align 8
%132 = getelementptr inbounds %struct.TYPE_4__, ptr %131, i32 0, i32 5
%133 = load i64, ptr %132, align 8
store i64 %133, ptr %10, align 8
%134 = load i64, ptr %10, align 8
%135 = trunc i64 %134 to i32
%136 = load ptr, ptr %3, align 8
store i32 %135, ptr %136, align 4
%137 = load ptr, ptr %3, align 8
%138 = getelementptr inbounds i8, ptr %137, i64 4
store ptr %138, ptr %3, align 8
%139 = load i64, ptr %10, align 8
%140 = load ptr, ptr %4, align 8
%141 = getelementptr inbounds %struct.TYPE_4__, ptr %140, i32 0, i32 6
%142 = load i64, ptr %141, align 8
store i64 %142, ptr %10, align 8
%143 = load i64, ptr %10, align 8
%144 = trunc i64 %143 to i32
%145 = load ptr, ptr %3, align 8
store i32 %144, ptr %145, align 4
%146 = load ptr, ptr %3, align 8
%147 = getelementptr inbounds i8, ptr %146, i64 4
store ptr %147, ptr %3, align 8
%148 = load i64, ptr %10, align 8
%149 = load ptr, ptr %4, align 8
%150 = getelementptr inbounds %struct.TYPE_4__, ptr %149, i32 0, i32 7
%151 = load i64, ptr %150, align 8
store i64 %151, ptr %10, align 8
%152 = load i64, ptr %10, align 8
%153 = trunc i64 %152 to i32
%154 = load ptr, ptr %3, align 8
store i32 %153, ptr %154, align 4
%155 = load ptr, ptr %3, align 8
%156 = getelementptr inbounds i8, ptr %155, i64 4
store ptr %156, ptr %3, align 8
%157 = load i64, ptr %10, align 8
br label %158
158: ; preds = %121
%159 = load ptr, ptr %4, align 8
%160 = getelementptr inbounds %struct.TYPE_4__, ptr %159, i32 0, i32 1
store i32 0, ptr %160, align 8
ret i32 1
}
declare i32 @md4_block_host_order(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"}
!6 = distinct !{!6, !7}
!7 = !{!"llvm.loop.mustprogress"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmpyh6d21qd.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
%struct.TYPE_4__ = type { ptr, i32, i64, i64, i64, i64, i64, i64 }
@MD4_Final.end = internal constant [4 x i8] c"\80\00\00\00", align 1
@MD4_LBLOCK = dso_local global i32 0, align 4
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @MD4_Final(ptr noundef %0, ptr noundef %1) #0 {
%3 = alloca ptr, align 8
%4 = alloca ptr, align 8
%5 = alloca ptr, align 8
%6 = alloca i64, align 8
%7 = alloca i32, align 4
%8 = alloca i32, align 4
%9 = alloca ptr, align 8
%10 = alloca i64, align 8
store ptr %0, ptr %3, align 8
store ptr %1, ptr %4, align 8
store ptr @MD4_Final.end, ptr %9, align 8
%11 = load ptr, ptr %4, align 8
%12 = getelementptr inbounds %struct.TYPE_4__, ptr %11, i32 0, i32 0
%13 = load ptr, ptr %12, align 8
store ptr %13, ptr %5, align 8
%14 = load ptr, ptr %4, align 8
%15 = getelementptr inbounds %struct.TYPE_4__, ptr %14, i32 0, i32 1
%16 = load i32, ptr %15, align 8
%17 = ashr i32 %16, 2
store i32 %17, ptr %7, align 4
%18 = load ptr, ptr %4, align 8
%19 = getelementptr inbounds %struct.TYPE_4__, ptr %18, i32 0, i32 1
%20 = load i32, ptr %19, align 8
%21 = and i32 %20, 3
store i32 %21, ptr %8, align 4
%22 = load i32, ptr %8, align 4
%23 = icmp eq i32 %22, 0
br i1 %23, label %24, label %25
24: ; preds = %2
br label %31
25: ; preds = %2
%26 = load ptr, ptr %5, align 8
%27 = load i32, ptr %7, align 4
%28 = sext i32 %27 to i64
%29 = getelementptr inbounds i64, ptr %26, i64 %28
%30 = load i64, ptr %29, align 8
br label %31
31: ; preds = %25, %24
%32 = phi i64 [ 0, %24 ], [ %30, %25 ]
store i64 %32, ptr %6, align 8
%33 = load i32, ptr %8, align 4
switch i32 %33, label %63 [
i32 0, label %34
i32 1, label %39
i32 2, label %47
i32 3, label %55
]
34: ; preds = %31
%35 = load ptr, ptr %9, align 8
%36 = getelementptr inbounds i8, ptr %35, i32 1
store ptr %36, ptr %9, align 8
%37 = load i8, ptr %35, align 1
%38 = zext i8 %37 to i64
store i64 %38, ptr %6, align 8
br label %39
39: ; preds = %34, %31
%40 = load ptr, ptr %9, align 8
%41 = getelementptr inbounds i8, ptr %40, i32 1
store ptr %41, ptr %9, align 8
%42 = load i8, ptr %40, align 1
%43 = zext i8 %42 to i64
%44 = shl i64 %43, 8
%45 = load i64, ptr %6, align 8
%46 = or i64 %45, %44
store i64 %46, ptr %6, align 8
br label %47
47: ; preds = %39, %31
%48 = load ptr, ptr %9, align 8
%49 = getelementptr inbounds i8, ptr %48, i32 1
store ptr %49, ptr %9, align 8
%50 = load i8, ptr %48, align 1
%51 = zext i8 %50 to i64
%52 = shl i64 %51, 16
%53 = load i64, ptr %6, align 8
%54 = or i64 %53, %52
store i64 %54, ptr %6, align 8
br label %55
55: ; preds = %47, %31
%56 = load ptr, ptr %9, align 8
%57 = getelementptr inbounds i8, ptr %56, i32 1
store ptr %57, ptr %9, align 8
%58 = load i8, ptr %56, align 1
%59 = zext i8 %58 to i64
%60 = shl i64 %59, 24
%61 = load i64, ptr %6, align 8
%62 = or i64 %61, %60
store i64 %62, ptr %6, align 8
br label %63
63: ; preds = %55, %31
%64 = load i64, ptr %6, align 8
%65 = load ptr, ptr %5, align 8
%66 = load i32, ptr %7, align 4
%67 = add nsw i32 %66, 1
store i32 %67, ptr %7, align 4
%68 = sext i32 %66 to i64
%69 = getelementptr inbounds i64, ptr %65, i64 %68
store i64 %64, ptr %69, align 8
%70 = load i32, ptr %7, align 4
%71 = load i32, ptr @MD4_LBLOCK, align 4
%72 = sub nsw i32 %71, 2
%73 = icmp sgt i32 %70, %72
br i1 %73, label %74, label %87
74: ; preds = %63
%75 = load i32, ptr %7, align 4
%76 = load i32, ptr @MD4_LBLOCK, align 4
%77 = icmp slt i32 %75, %76
br i1 %77, label %78, label %83
78: ; preds = %74
%79 = load ptr, ptr %5, align 8
%80 = load i32, ptr %7, align 4
%81 = sext i32 %80 to i64
%82 = getelementptr inbounds i64, ptr %79, i64 %81
store i64 0, ptr %82, align 8
br label %83
83: ; preds = %78, %74
%84 = load ptr, ptr %4, align 8
%85 = load ptr, ptr %5, align 8
%86 = call i32 @md4_block_host_order(ptr noundef %84, ptr noundef %85, i32 noundef 1)
store i32 0, ptr %7, align 4
br label %87
87: ; preds = %83, %63
%88 = load i32, ptr %7, align 4
%89 = load i32, ptr @MD4_LBLOCK, align 4
%90 = sub nsw i32 %89, 2
%91 = icmp slt i32 %88, %90
br i1 %91, label %.lr.ph, label %104
.lr.ph: ; preds = %87
br label %92
92: ; preds = %.lr.ph, %97
%93 = load ptr, ptr %5, align 8
%94 = load i32, ptr %7, align 4
%95 = sext i32 %94 to i64
%96 = getelementptr inbounds i64, ptr %93, i64 %95
store i64 0, ptr %96, align 8
br label %97
97: ; preds = %92
%98 = load i32, ptr %7, align 4
%99 = add nsw i32 %98, 1
store i32 %99, ptr %7, align 4
%100 = load i32, ptr %7, align 4
%101 = load i32, ptr @MD4_LBLOCK, align 4
%102 = sub nsw i32 %101, 2
%103 = icmp slt i32 %100, %102
br i1 %103, label %92, label %._crit_edge, !llvm.loop !6
._crit_edge: ; preds = %97
br label %104
104: ; preds = %._crit_edge, %87
%105 = load ptr, ptr %4, align 8
%106 = getelementptr inbounds %struct.TYPE_4__, ptr %105, i32 0, i32 2
%107 = load i64, ptr %106, align 8
%108 = load ptr, ptr %5, align 8
%109 = load i32, ptr @MD4_LBLOCK, align 4
%110 = sub nsw i32 %109, 2
%111 = sext i32 %110 to i64
%112 = getelementptr inbounds i64, ptr %108, i64 %111
store i64 %107, ptr %112, align 8
%113 = load ptr, ptr %4, align 8
%114 = getelementptr inbounds %struct.TYPE_4__, ptr %113, i32 0, i32 3
%115 = load i64, ptr %114, align 8
%116 = load ptr, ptr %5, align 8
%117 = load i32, ptr @MD4_LBLOCK, align 4
%118 = sub nsw i32 %117, 1
%119 = sext i32 %118 to i64
%120 = getelementptr inbounds i64, ptr %116, i64 %119
store i64 %115, ptr %120, align 8
%121 = load ptr, ptr %4, align 8
%122 = load ptr, ptr %5, align 8
%123 = call i32 @md4_block_host_order(ptr noundef %121, ptr noundef %122, i32 noundef 1)
br label %124
124: ; preds = %104
%125 = load ptr, ptr %4, align 8
%126 = getelementptr inbounds %struct.TYPE_4__, ptr %125, i32 0, i32 4
%127 = load i64, ptr %126, align 8
store i64 %127, ptr %10, align 8
%128 = load i64, ptr %10, align 8
%129 = trunc i64 %128 to i32
%130 = load ptr, ptr %3, align 8
store i32 %129, ptr %130, align 4
%131 = load ptr, ptr %3, align 8
%132 = getelementptr inbounds i8, ptr %131, i64 4
store ptr %132, ptr %3, align 8
%133 = load i64, ptr %10, align 8
%134 = load ptr, ptr %4, align 8
%135 = getelementptr inbounds %struct.TYPE_4__, ptr %134, i32 0, i32 5
%136 = load i64, ptr %135, align 8
store i64 %136, ptr %10, align 8
%137 = load i64, ptr %10, align 8
%138 = trunc i64 %137 to i32
%139 = load ptr, ptr %3, align 8
store i32 %138, ptr %139, align 4
%140 = load ptr, ptr %3, align 8
%141 = getelementptr inbounds i8, ptr %140, i64 4
store ptr %141, ptr %3, align 8
%142 = load i64, ptr %10, align 8
%143 = load ptr, ptr %4, align 8
%144 = getelementptr inbounds %struct.TYPE_4__, ptr %143, i32 0, i32 6
%145 = load i64, ptr %144, align 8
store i64 %145, ptr %10, align 8
%146 = load i64, ptr %10, align 8
%147 = trunc i64 %146 to i32
%148 = load ptr, ptr %3, align 8
store i32 %147, ptr %148, align 4
%149 = load ptr, ptr %3, align 8
%150 = getelementptr inbounds i8, ptr %149, i64 4
store ptr %150, ptr %3, align 8
%151 = load i64, ptr %10, align 8
%152 = load ptr, ptr %4, align 8
%153 = getelementptr inbounds %struct.TYPE_4__, ptr %152, i32 0, i32 7
%154 = load i64, ptr %153, align 8
store i64 %154, ptr %10, align 8
%155 = load i64, ptr %10, align 8
%156 = trunc i64 %155 to i32
%157 = load ptr, ptr %3, align 8
store i32 %156, ptr %157, align 4
%158 = load ptr, ptr %3, align 8
%159 = getelementptr inbounds i8, ptr %158, i64 4
store ptr %159, ptr %3, align 8
%160 = load i64, ptr %10, align 8
br label %161
161: ; preds = %124
%162 = load ptr, ptr %4, align 8
%163 = getelementptr inbounds %struct.TYPE_4__, ptr %162, i32 0, i32 1
store i32 0, ptr %163, align 8
ret i32 1
}
declare i32 @md4_block_host_order(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"}
!6 = distinct !{!6, !7}
!7 = !{!"llvm.loop.mustprogress"}
|
; ModuleID = '/tmp/tmpqq23lqah.c'
source_filename = "/tmp/tmpqq23lqah.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@.str = private unnamed_addr constant [6 x i8] c"%d %d\00", align 1
@.str.1 = private unnamed_addr constant [3 x i8] c"%d\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @main() #0 {
%1 = alloca i32, align 4
%2 = alloca i32, align 4
%3 = alloca i32, align 4
store i32 0, ptr %1, align 4
%4 = call i32 @scanf(ptr noundef @.str, ptr noundef %2, ptr noundef %3)
%5 = load i32, ptr %2, align 4
%6 = load i32, ptr %3, align 4
%7 = sdiv i32 %5, %6
%8 = call i32 @printf(ptr noundef @.str.1, i32 noundef %7)
ret i32 0
}
declare i32 @scanf(ptr noundef, ptr noundef, ptr noundef) #1
declare i32 @printf(ptr noundef, i32 noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmpqq23lqah.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@.str = private unnamed_addr constant [6 x i8] c"%d %d\00", align 1
@.str.1 = private unnamed_addr constant [3 x i8] c"%d\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @main() #0 {
%1 = alloca i32, align 4
%2 = alloca i32, align 4
%3 = alloca i32, align 4
store i32 0, ptr %1, align 4
%4 = call i32 @scanf(ptr noundef @.str, ptr noundef %2, ptr noundef %3)
%5 = load i32, ptr %2, align 4
%6 = load i32, ptr %3, align 4
%7 = sdiv i32 %5, %6
%8 = call i32 @printf(ptr noundef @.str.1, i32 noundef %7)
ret i32 0
}
declare i32 @scanf(ptr noundef, ptr noundef, ptr noundef) #1
declare i32 @printf(ptr noundef, i32 noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
|
; ModuleID = '/tmp/tmpd8jqsv49.c'
source_filename = "/tmp/tmpd8jqsv49.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @main() #0 {
%1 = alloca i32, align 4
%2 = alloca i32, align 4
store i32 0, ptr %1, align 4
store i32 0, ptr %2, align 4
br label %3
3: ; preds = %10, %0
%4 = load i32, ptr %2, align 4
%5 = icmp slt i32 %4, 10
br i1 %5, label %6, label %13
6: ; preds = %3
%7 = call i32 (...) @tst()
%8 = call i32 (...) @stack()
%9 = call i32 (...) @check()
br label %10
10: ; preds = %6
%11 = load i32, ptr %2, align 4
%12 = add nsw i32 %11, 1
store i32 %12, ptr %2, align 4
br label %3, !llvm.loop !6
13: ; preds = %3
ret i32 0
}
declare i32 @tst(...) #1
declare i32 @stack(...) #1
declare i32 @check(...) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 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/tmpd8jqsv49.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @main() #0 {
%1 = alloca i32, align 4
%2 = alloca i32, align 4
store i32 0, ptr %1, align 4
store i32 0, ptr %2, align 4
%3 = load i32, ptr %2, align 4
%4 = icmp slt i32 %3, 10
br i1 %4, label %.lr.ph, label %14
.lr.ph: ; preds = %0
br label %5
5: ; preds = %.lr.ph, %9
%6 = call i32 (...) @tst()
%7 = call i32 (...) @stack()
%8 = call i32 (...) @check()
br label %9
9: ; preds = %5
%10 = load i32, ptr %2, align 4
%11 = add nsw i32 %10, 1
store i32 %11, ptr %2, align 4
%12 = load i32, ptr %2, align 4
%13 = icmp slt i32 %12, 10
br i1 %13, label %5, label %._crit_edge, !llvm.loop !6
._crit_edge: ; preds = %9
br label %14
14: ; preds = %._crit_edge, %0
ret i32 0
}
declare i32 @tst(...) #1
declare i32 @stack(...) #1
declare i32 @check(...) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 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/tmpa129w9p6.c'
source_filename = "/tmp/tmpa129w9p6.c"
target datalayout = "e-m:e-p270: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"LOOKUP FOUND @%p %s : @%p %s\0A\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local void @btlookup_callback(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
store ptr %0, ptr %4, align 8
store ptr %1, ptr %5, align 8
store ptr %2, ptr %6, align 8
%7 = load ptr, ptr %5, align 8
%8 = load ptr, ptr %5, align 8
%9 = load ptr, ptr %6, align 8
%10 = load ptr, ptr %6, align 8
%11 = call i32 @printf(ptr noundef @.str, ptr noundef %7, ptr noundef %8, ptr noundef %9, ptr noundef %10)
ret void
}
declare i32 @printf(ptr noundef, ptr noundef, ptr noundef, ptr noundef, ptr noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmpa129w9p6.c"
target datalayout = "e-m:e-p270: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"LOOKUP FOUND @%p %s : @%p %s\0A\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local void @btlookup_callback(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
store ptr %0, ptr %4, align 8
store ptr %1, ptr %5, align 8
store ptr %2, ptr %6, align 8
%7 = load ptr, ptr %5, align 8
%8 = load ptr, ptr %5, align 8
%9 = load ptr, ptr %6, align 8
%10 = load ptr, ptr %6, align 8
%11 = call i32 @printf(ptr noundef @.str, ptr noundef %7, ptr noundef %8, ptr noundef %9, ptr noundef %10)
ret void
}
declare i32 @printf(ptr noundef, ptr noundef, ptr noundef, ptr noundef, ptr noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
|
; ModuleID = '/tmp/tmpw4ubccwr.c'
source_filename = "/tmp/tmpw4ubccwr.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@PROT_READ = dso_local global i32 0, align 4
@PROT_WRITE = dso_local global i32 0, align 4
@MAP_ANONYMOUS = dso_local global i32 0, align 4
@MAP_PRIVATE = dso_local global i32 0, align 4
@MAP_FAILED = dso_local global ptr null, align 8
@.str = private unnamed_addr constant [5 x i8] c"mmap\00", align 1
@EXIT_FAILURE = dso_local global i32 0, align 4
@.str.1 = private unnamed_addr constant [50 x i8] c"memory is initialized to zero with MAP_ANONYMOUS\0A\00", align 1
@.str.2 = private unnamed_addr constant [14 x i8] c"ptr[%u] = %d\0A\00", align 1
@.str.3 = private unnamed_addr constant [21 x i8] c"child: ptr[%u] = %d\0A\00", align 1
@.str.4 = private unnamed_addr constant [14 x i8] c"Child exited\0A\00", align 1
@EXIT_SUCCESS = dso_local global i32 0, align 4
@.str.5 = private unnamed_addr constant [43 x i8] c"Parent is writing data to the mmap'd area\0A\00", align 1
@.str.6 = private unnamed_addr constant [48 x i8] c"Parent is done writing data to the mmap'd area\0A\00", align 1
@.str.7 = private unnamed_addr constant [43 x i8] c"Parent is waiting for the child to finish\0A\00", align 1
@.str.8 = private unnamed_addr constant [36 x i8] c"Parent detected that child exited.\0A\00", align 1
@.str.9 = private unnamed_addr constant [43 x i8] c"Contents after we store values in memory.\0A\00", align 1
@.str.10 = private unnamed_addr constant [7 x i8] c"munmap\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local void @mmapAnonPrivate() #0 {
%1 = alloca i64, align 8
%2 = alloca ptr, align 8
%3 = alloca i32, align 4
%4 = alloca i32, align 4
%5 = alloca i32, align 4
%6 = alloca i32, align 4
store i64 8, ptr %1, align 8
%7 = load i64, ptr %1, align 8
%8 = load i32, ptr @PROT_READ, align 4
%9 = load i32, ptr @PROT_WRITE, align 4
%10 = or i32 %8, %9
%11 = load i32, ptr @MAP_ANONYMOUS, align 4
%12 = load i32, ptr @MAP_PRIVATE, align 4
%13 = or i32 %11, %12
%14 = call i64 @mmap(ptr noundef null, i64 noundef %7, i32 noundef %10, i32 noundef %13, i32 noundef -1, i32 noundef 0)
%15 = inttoptr i64 %14 to ptr
store ptr %15, ptr %2, align 8
%16 = load ptr, ptr %2, align 8
%17 = load ptr, ptr @MAP_FAILED, align 8
%18 = icmp eq ptr %16, %17
br i1 %18, label %19, label %23
19: ; preds = %0
%20 = call i32 @perror(ptr noundef @.str)
%21 = load i32, ptr @EXIT_FAILURE, align 4
%22 = call i32 @exit(i32 noundef %21) #3
unreachable
23: ; preds = %0
%24 = call i32 (ptr, ...) @printf(ptr noundef @.str.1)
store i32 0, ptr %3, align 4
br label %25
25: ; preds = %39, %23
%26 = load i32, ptr %3, align 4
%27 = zext i32 %26 to i64
%28 = load i64, ptr %1, align 8
%29 = icmp ult i64 %27, %28
br i1 %29, label %30, label %42
30: ; preds = %25
%31 = load i32, ptr %3, align 4
%32 = load ptr, ptr %2, align 8
%33 = load i32, ptr %3, align 4
%34 = zext i32 %33 to i64
%35 = getelementptr inbounds i8, ptr %32, i64 %34
%36 = load i8, ptr %35, align 1
%37 = sext i8 %36 to i32
%38 = call i32 (ptr, ...) @printf(ptr noundef @.str.2, i32 noundef %31, i32 noundef %37)
br label %39
39: ; preds = %30
%40 = load i32, ptr %3, align 4
%41 = add i32 %40, 1
store i32 %41, ptr %3, align 4
br label %25, !llvm.loop !6
42: ; preds = %25
%43 = call i64 (...) @fork()
%44 = icmp eq i64 %43, 0
br i1 %44, label %45, label %67
45: ; preds = %42
store i32 0, ptr %4, align 4
br label %46
46: ; preds = %60, %45
%47 = load i32, ptr %4, align 4
%48 = zext i32 %47 to i64
%49 = load i64, ptr %1, align 8
%50 = icmp ult i64 %48, %49
br i1 %50, label %51, label %63
51: ; preds = %46
%52 = load i32, ptr %4, align 4
%53 = load ptr, ptr %2, align 8
%54 = load i32, ptr %4, align 4
%55 = zext i32 %54 to i64
%56 = getelementptr inbounds i8, ptr %53, i64 %55
%57 = load i8, ptr %56, align 1
%58 = sext i8 %57 to i32
%59 = call i32 (ptr, ...) @printf(ptr noundef @.str.3, i32 noundef %52, i32 noundef %58)
br label %60
60: ; preds = %51
%61 = load i32, ptr %4, align 4
%62 = add i32 %61, 1
store i32 %62, ptr %4, align 4
br label %46, !llvm.loop !8
63: ; preds = %46
%64 = call i32 (ptr, ...) @printf(ptr noundef @.str.4)
%65 = load i32, ptr @EXIT_SUCCESS, align 4
%66 = call i32 @exit(i32 noundef %65) #3
unreachable
67: ; preds = %42
%68 = call i32 (ptr, ...) @printf(ptr noundef @.str.5)
store i32 0, ptr %5, align 4
br label %69
69: ; preds = %81, %67
%70 = load i32, ptr %5, align 4
%71 = zext i32 %70 to i64
%72 = load i64, ptr %1, align 8
%73 = icmp ult i64 %71, %72
br i1 %73, label %74, label %84
74: ; preds = %69
%75 = load i32, ptr %5, align 4
%76 = trunc i32 %75 to i8
%77 = load ptr, ptr %2, align 8
%78 = load i32, ptr %5, align 4
%79 = zext i32 %78 to i64
%80 = getelementptr inbounds i8, ptr %77, i64 %79
store i8 %76, ptr %80, align 1
br label %81
81: ; preds = %74
%82 = load i32, ptr %5, align 4
%83 = add i32 %82, 1
store i32 %83, ptr %5, align 4
br label %69, !llvm.loop !9
84: ; preds = %69
%85 = call i32 (ptr, ...) @printf(ptr noundef @.str.6)
%86 = call i32 (ptr, ...) @printf(ptr noundef @.str.7)
%87 = call i32 @wait(ptr noundef null)
%88 = call i32 (ptr, ...) @printf(ptr noundef @.str.8)
%89 = call i32 (ptr, ...) @printf(ptr noundef @.str.9)
store i32 0, ptr %6, align 4
br label %90
90: ; preds = %104, %84
%91 = load i32, ptr %6, align 4
%92 = zext i32 %91 to i64
%93 = load i64, ptr %1, align 8
%94 = icmp ult i64 %92, %93
br i1 %94, label %95, label %107
95: ; preds = %90
%96 = load i32, ptr %6, align 4
%97 = load ptr, ptr %2, align 8
%98 = load i32, ptr %6, align 4
%99 = zext i32 %98 to i64
%100 = getelementptr inbounds i8, ptr %97, i64 %99
%101 = load i8, ptr %100, align 1
%102 = sext i8 %101 to i32
%103 = call i32 (ptr, ...) @printf(ptr noundef @.str.2, i32 noundef %96, i32 noundef %102)
br label %104
104: ; preds = %95
%105 = load i32, ptr %6, align 4
%106 = add i32 %105, 1
store i32 %106, ptr %6, align 4
br label %90, !llvm.loop !10
107: ; preds = %90
%108 = load ptr, ptr %2, align 8
%109 = load i64, ptr %1, align 8
%110 = call i32 @munmap(ptr noundef %108, i64 noundef %109)
%111 = icmp eq i32 %110, -1
br i1 %111, label %112, label %116
112: ; preds = %107
%113 = call i32 @perror(ptr noundef @.str.10)
%114 = load i32, ptr @EXIT_FAILURE, align 4
%115 = call i32 @exit(i32 noundef %114) #3
unreachable
116: ; preds = %107
ret void
}
declare i64 @mmap(ptr noundef, i64 noundef, i32 noundef, i32 noundef, i32 noundef, i32 noundef) #1
declare i32 @perror(ptr noundef) #1
; Function Attrs: noreturn
declare i32 @exit(i32 noundef) #2
declare i32 @printf(ptr noundef, ...) #1
declare i64 @fork(...) #1
declare i32 @wait(ptr noundef) #1
declare i32 @munmap(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" }
attributes #2 = { noreturn "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #3 = { noreturn }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
!6 = distinct !{!6, !7}
!7 = !{!"llvm.loop.mustprogress"}
!8 = distinct !{!8, !7}
!9 = distinct !{!9, !7}
!10 = distinct !{!10, !7}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmpw4ubccwr.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@PROT_READ = dso_local global i32 0, align 4
@PROT_WRITE = dso_local global i32 0, align 4
@MAP_ANONYMOUS = dso_local global i32 0, align 4
@MAP_PRIVATE = dso_local global i32 0, align 4
@MAP_FAILED = dso_local global ptr null, align 8
@.str = private unnamed_addr constant [5 x i8] c"mmap\00", align 1
@EXIT_FAILURE = dso_local global i32 0, align 4
@.str.1 = private unnamed_addr constant [50 x i8] c"memory is initialized to zero with MAP_ANONYMOUS\0A\00", align 1
@.str.2 = private unnamed_addr constant [14 x i8] c"ptr[%u] = %d\0A\00", align 1
@.str.3 = private unnamed_addr constant [21 x i8] c"child: ptr[%u] = %d\0A\00", align 1
@.str.4 = private unnamed_addr constant [14 x i8] c"Child exited\0A\00", align 1
@EXIT_SUCCESS = dso_local global i32 0, align 4
@.str.5 = private unnamed_addr constant [43 x i8] c"Parent is writing data to the mmap'd area\0A\00", align 1
@.str.6 = private unnamed_addr constant [48 x i8] c"Parent is done writing data to the mmap'd area\0A\00", align 1
@.str.7 = private unnamed_addr constant [43 x i8] c"Parent is waiting for the child to finish\0A\00", align 1
@.str.8 = private unnamed_addr constant [36 x i8] c"Parent detected that child exited.\0A\00", align 1
@.str.9 = private unnamed_addr constant [43 x i8] c"Contents after we store values in memory.\0A\00", align 1
@.str.10 = private unnamed_addr constant [7 x i8] c"munmap\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local void @mmapAnonPrivate() #0 {
%1 = alloca i64, align 8
%2 = alloca ptr, align 8
%3 = alloca i32, align 4
%4 = alloca i32, align 4
%5 = alloca i32, align 4
%6 = alloca i32, align 4
store i64 8, ptr %1, align 8
%7 = load i64, ptr %1, align 8
%8 = load i32, ptr @PROT_READ, align 4
%9 = load i32, ptr @PROT_WRITE, align 4
%10 = or i32 %8, %9
%11 = load i32, ptr @MAP_ANONYMOUS, align 4
%12 = load i32, ptr @MAP_PRIVATE, align 4
%13 = or i32 %11, %12
%14 = call i64 @mmap(ptr noundef null, i64 noundef %7, i32 noundef %10, i32 noundef %13, i32 noundef -1, i32 noundef 0)
%15 = inttoptr i64 %14 to ptr
store ptr %15, ptr %2, align 8
%16 = load ptr, ptr %2, align 8
%17 = load ptr, ptr @MAP_FAILED, align 8
%18 = icmp eq ptr %16, %17
br i1 %18, label %19, label %23
19: ; preds = %0
%20 = call i32 @perror(ptr noundef @.str)
%21 = load i32, ptr @EXIT_FAILURE, align 4
%22 = call i32 @exit(i32 noundef %21) #3
unreachable
23: ; preds = %0
%24 = call i32 (ptr, ...) @printf(ptr noundef @.str.1)
store i32 0, ptr %3, align 4
%25 = load i32, ptr %3, align 4
%26 = zext i32 %25 to i64
%27 = load i64, ptr %1, align 8
%28 = icmp ult i64 %26, %27
br i1 %28, label %.lr.ph, label %45
.lr.ph: ; preds = %23
br label %29
29: ; preds = %.lr.ph, %38
%30 = load i32, ptr %3, align 4
%31 = load ptr, ptr %2, align 8
%32 = load i32, ptr %3, align 4
%33 = zext i32 %32 to i64
%34 = getelementptr inbounds i8, ptr %31, i64 %33
%35 = load i8, ptr %34, align 1
%36 = sext i8 %35 to i32
%37 = call i32 (ptr, ...) @printf(ptr noundef @.str.2, i32 noundef %30, i32 noundef %36)
br label %38
38: ; preds = %29
%39 = load i32, ptr %3, align 4
%40 = add i32 %39, 1
store i32 %40, ptr %3, align 4
%41 = load i32, ptr %3, align 4
%42 = zext i32 %41 to i64
%43 = load i64, ptr %1, align 8
%44 = icmp ult i64 %42, %43
br i1 %44, label %29, label %._crit_edge, !llvm.loop !6
._crit_edge: ; preds = %38
br label %45
45: ; preds = %._crit_edge, %23
%46 = call i64 (...) @fork()
%47 = icmp eq i64 %46, 0
br i1 %47, label %48, label %73
48: ; preds = %45
store i32 0, ptr %4, align 4
%49 = load i32, ptr %4, align 4
%50 = zext i32 %49 to i64
%51 = load i64, ptr %1, align 8
%52 = icmp ult i64 %50, %51
br i1 %52, label %.lr.ph8, label %69
.lr.ph8: ; preds = %48
br label %53
53: ; preds = %.lr.ph8, %62
%54 = load i32, ptr %4, align 4
%55 = load ptr, ptr %2, align 8
%56 = load i32, ptr %4, align 4
%57 = zext i32 %56 to i64
%58 = getelementptr inbounds i8, ptr %55, i64 %57
%59 = load i8, ptr %58, align 1
%60 = sext i8 %59 to i32
%61 = call i32 (ptr, ...) @printf(ptr noundef @.str.3, i32 noundef %54, i32 noundef %60)
br label %62
62: ; preds = %53
%63 = load i32, ptr %4, align 4
%64 = add i32 %63, 1
store i32 %64, ptr %4, align 4
%65 = load i32, ptr %4, align 4
%66 = zext i32 %65 to i64
%67 = load i64, ptr %1, align 8
%68 = icmp ult i64 %66, %67
br i1 %68, label %53, label %._crit_edge9, !llvm.loop !8
._crit_edge9: ; preds = %62
br label %69
69: ; preds = %._crit_edge9, %48
%70 = call i32 (ptr, ...) @printf(ptr noundef @.str.4)
%71 = load i32, ptr @EXIT_SUCCESS, align 4
%72 = call i32 @exit(i32 noundef %71) #3
unreachable
73: ; preds = %45
%74 = call i32 (ptr, ...) @printf(ptr noundef @.str.5)
store i32 0, ptr %5, align 4
%75 = load i32, ptr %5, align 4
%76 = zext i32 %75 to i64
%77 = load i64, ptr %1, align 8
%78 = icmp ult i64 %76, %77
br i1 %78, label %.lr.ph2, label %93
.lr.ph2: ; preds = %73
br label %79
79: ; preds = %.lr.ph2, %86
%80 = load i32, ptr %5, align 4
%81 = trunc i32 %80 to i8
%82 = load ptr, ptr %2, align 8
%83 = load i32, ptr %5, align 4
%84 = zext i32 %83 to i64
%85 = getelementptr inbounds i8, ptr %82, i64 %84
store i8 %81, ptr %85, align 1
br label %86
86: ; preds = %79
%87 = load i32, ptr %5, align 4
%88 = add i32 %87, 1
store i32 %88, ptr %5, align 4
%89 = load i32, ptr %5, align 4
%90 = zext i32 %89 to i64
%91 = load i64, ptr %1, align 8
%92 = icmp ult i64 %90, %91
br i1 %92, label %79, label %._crit_edge3, !llvm.loop !9
._crit_edge3: ; preds = %86
br label %93
93: ; preds = %._crit_edge3, %73
%94 = call i32 (ptr, ...) @printf(ptr noundef @.str.6)
%95 = call i32 (ptr, ...) @printf(ptr noundef @.str.7)
%96 = call i32 @wait(ptr noundef null)
%97 = call i32 (ptr, ...) @printf(ptr noundef @.str.8)
%98 = call i32 (ptr, ...) @printf(ptr noundef @.str.9)
store i32 0, ptr %6, align 4
%99 = load i32, ptr %6, align 4
%100 = zext i32 %99 to i64
%101 = load i64, ptr %1, align 8
%102 = icmp ult i64 %100, %101
br i1 %102, label %.lr.ph5, label %119
.lr.ph5: ; preds = %93
br label %103
103: ; preds = %.lr.ph5, %112
%104 = load i32, ptr %6, align 4
%105 = load ptr, ptr %2, align 8
%106 = load i32, ptr %6, align 4
%107 = zext i32 %106 to i64
%108 = getelementptr inbounds i8, ptr %105, i64 %107
%109 = load i8, ptr %108, align 1
%110 = sext i8 %109 to i32
%111 = call i32 (ptr, ...) @printf(ptr noundef @.str.2, i32 noundef %104, i32 noundef %110)
br label %112
112: ; preds = %103
%113 = load i32, ptr %6, align 4
%114 = add i32 %113, 1
store i32 %114, ptr %6, align 4
%115 = load i32, ptr %6, align 4
%116 = zext i32 %115 to i64
%117 = load i64, ptr %1, align 8
%118 = icmp ult i64 %116, %117
br i1 %118, label %103, label %._crit_edge6, !llvm.loop !10
._crit_edge6: ; preds = %112
br label %119
119: ; preds = %._crit_edge6, %93
%120 = load ptr, ptr %2, align 8
%121 = load i64, ptr %1, align 8
%122 = call i32 @munmap(ptr noundef %120, i64 noundef %121)
%123 = icmp eq i32 %122, -1
br i1 %123, label %124, label %128
124: ; preds = %119
%125 = call i32 @perror(ptr noundef @.str.10)
%126 = load i32, ptr @EXIT_FAILURE, align 4
%127 = call i32 @exit(i32 noundef %126) #3
unreachable
128: ; preds = %119
ret void
}
declare i64 @mmap(ptr noundef, i64 noundef, i32 noundef, i32 noundef, i32 noundef, i32 noundef) #1
declare i32 @perror(ptr noundef) #1
; Function Attrs: noreturn
declare i32 @exit(i32 noundef) #2
declare i32 @printf(ptr noundef, ...) #1
declare i64 @fork(...) #1
declare i32 @wait(ptr noundef) #1
declare i32 @munmap(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" }
attributes #2 = { noreturn "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #3 = { noreturn }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
!6 = distinct !{!6, !7}
!7 = !{!"llvm.loop.mustprogress"}
!8 = distinct !{!8, !7}
!9 = distinct !{!9, !7}
!10 = distinct !{!10, !7}
|
; ModuleID = '/tmp/tmp24lb2k2q.c'
source_filename = "/tmp/tmp24lb2k2q.c"
target datalayout = "e-m:e-p270: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"0x\00", align 1
@.str.1 = private unnamed_addr constant [3 x i8] c"0X\00", align 1
@.str.2 = private unnamed_addr constant [3 x i8] c"%x\00", align 1
@.str.3 = private unnamed_addr constant [3 x i8] c"%o\00", align 1
@.str.4 = private unnamed_addr constant [3 x i8] c"%d\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @atonum(ptr noundef %0) #0 {
%2 = alloca ptr, align 8
%3 = alloca i32, align 4
store ptr %0, ptr %2, align 8
br label %4
4: ; preds = %9, %1
%5 = load ptr, ptr %2, align 8
%6 = load i8, ptr %5, align 1
%7 = sext i8 %6 to i32
%8 = icmp eq i32 %7, 32
br i1 %8, label %9, label %12
9: ; preds = %4
%10 = load ptr, ptr %2, align 8
%11 = getelementptr inbounds i8, ptr %10, i32 1
store ptr %11, ptr %2, align 8
br label %4, !llvm.loop !6
12: ; preds = %4
%13 = load ptr, ptr %2, align 8
%14 = call i64 @strncmp(ptr noundef %13, ptr noundef @.str, i32 noundef 2)
%15 = icmp eq i64 %14, 0
br i1 %15, label %20, label %16
16: ; preds = %12
%17 = load ptr, ptr %2, align 8
%18 = call i64 @strncmp(ptr noundef %17, ptr noundef @.str.1, i32 noundef 2)
%19 = icmp eq i64 %18, 0
br i1 %19, label %20, label %24
20: ; preds = %16, %12
%21 = load ptr, ptr %2, align 8
%22 = getelementptr inbounds i8, ptr %21, i64 2
%23 = call i32 @sscanf(ptr noundef %22, ptr noundef @.str.2, ptr noundef %3)
br label %44
24: ; preds = %16
%25 = load ptr, ptr %2, align 8
%26 = getelementptr inbounds i8, ptr %25, i64 0
%27 = load i8, ptr %26, align 1
%28 = sext i8 %27 to i32
%29 = icmp eq i32 %28, 48
br i1 %29, label %30, label %40
30: ; preds = %24
%31 = load ptr, ptr %2, 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 ne i32 %34, 0
br i1 %35, label %36, label %40
36: ; preds = %30
%37 = load ptr, ptr %2, align 8
%38 = getelementptr inbounds i8, ptr %37, i64 1
%39 = call i32 @sscanf(ptr noundef %38, ptr noundef @.str.3, ptr noundef %3)
br label %43
40: ; preds = %30, %24
%41 = load ptr, ptr %2, align 8
%42 = call i32 @sscanf(ptr noundef %41, ptr noundef @.str.4, ptr noundef %3)
br label %43
43: ; preds = %40, %36
br label %44
44: ; preds = %43, %20
%45 = load i32, ptr %3, align 4
ret i32 %45
}
declare i64 @strncmp(ptr noundef, ptr noundef, i32 noundef) #1
declare i32 @sscanf(ptr noundef, ptr noundef, ptr noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
!6 = distinct !{!6, !7}
!7 = !{!"llvm.loop.mustprogress"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmp24lb2k2q.c"
target datalayout = "e-m:e-p270: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"0x\00", align 1
@.str.1 = private unnamed_addr constant [3 x i8] c"0X\00", align 1
@.str.2 = private unnamed_addr constant [3 x i8] c"%x\00", align 1
@.str.3 = private unnamed_addr constant [3 x i8] c"%o\00", align 1
@.str.4 = private unnamed_addr constant [3 x i8] c"%d\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @atonum(ptr noundef %0) #0 {
%2 = alloca ptr, align 8
%3 = alloca i32, align 4
store ptr %0, ptr %2, align 8
%4 = load ptr, ptr %2, align 8
%5 = load i8, ptr %4, align 1
%6 = sext i8 %5 to i32
%7 = icmp eq i32 %6, 32
br i1 %7, label %.lr.ph, label %15
.lr.ph: ; preds = %1
br label %8
8: ; preds = %.lr.ph, %8
%9 = load ptr, ptr %2, align 8
%10 = getelementptr inbounds i8, ptr %9, i32 1
store ptr %10, ptr %2, align 8
%11 = load ptr, ptr %2, align 8
%12 = load i8, ptr %11, align 1
%13 = sext i8 %12 to i32
%14 = icmp eq i32 %13, 32
br i1 %14, label %8, label %._crit_edge, !llvm.loop !6
._crit_edge: ; preds = %8
br label %15
15: ; preds = %._crit_edge, %1
%16 = load ptr, ptr %2, align 8
%17 = call i64 @strncmp(ptr noundef %16, ptr noundef @.str, i32 noundef 2)
%18 = icmp eq i64 %17, 0
br i1 %18, label %23, label %19
19: ; preds = %15
%20 = load ptr, ptr %2, align 8
%21 = call i64 @strncmp(ptr noundef %20, ptr noundef @.str.1, i32 noundef 2)
%22 = icmp eq i64 %21, 0
br i1 %22, label %23, label %27
23: ; preds = %19, %15
%24 = load ptr, ptr %2, align 8
%25 = getelementptr inbounds i8, ptr %24, i64 2
%26 = call i32 @sscanf(ptr noundef %25, ptr noundef @.str.2, ptr noundef %3)
br label %47
27: ; preds = %19
%28 = load ptr, ptr %2, align 8
%29 = getelementptr inbounds i8, ptr %28, i64 0
%30 = load i8, ptr %29, align 1
%31 = sext i8 %30 to i32
%32 = icmp eq i32 %31, 48
br i1 %32, label %33, label %43
33: ; preds = %27
%34 = load ptr, ptr %2, align 8
%35 = getelementptr inbounds i8, ptr %34, i64 1
%36 = load i8, ptr %35, align 1
%37 = sext i8 %36 to i32
%38 = icmp ne i32 %37, 0
br i1 %38, label %39, label %43
39: ; preds = %33
%40 = load ptr, ptr %2, align 8
%41 = getelementptr inbounds i8, ptr %40, i64 1
%42 = call i32 @sscanf(ptr noundef %41, ptr noundef @.str.3, ptr noundef %3)
br label %46
43: ; preds = %33, %27
%44 = load ptr, ptr %2, align 8
%45 = call i32 @sscanf(ptr noundef %44, ptr noundef @.str.4, ptr noundef %3)
br label %46
46: ; preds = %43, %39
br label %47
47: ; preds = %46, %23
%48 = load i32, ptr %3, align 4
ret i32 %48
}
declare i64 @strncmp(ptr noundef, ptr noundef, i32 noundef) #1
declare i32 @sscanf(ptr noundef, ptr noundef, ptr noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
!6 = distinct !{!6, !7}
!7 = !{!"llvm.loop.mustprogress"}
|
; ModuleID = '/tmp/tmp967uaf_x.c'
source_filename = "/tmp/tmp967uaf_x.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @convert_to_int(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
store ptr %4, ptr %3, align 8
%5 = load ptr, ptr %3, align 8
%6 = load i32, ptr %5, align 4
%7 = or i32 0, %6
ret i32 %7
}
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmp967uaf_x.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @convert_to_int(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
store ptr %4, ptr %3, align 8
%5 = load ptr, ptr %3, align 8
%6 = load i32, ptr %5, align 4
%7 = or i32 0, %6
ret i32 %7
}
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
|
; ModuleID = '/tmp/tmp8odukqzn.c'
source_filename = "/tmp/tmp8odukqzn.c"
target datalayout = "e-m:e-p270: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 @f_sub_int8_t(ptr noalias noundef %0, ptr noalias noundef %1, i64 noundef %2, ptr noalias noundef %3, i64 noundef %4, i32 noundef %5) #0 {
%7 = alloca ptr, align 8
%8 = alloca ptr, align 8
%9 = alloca i64, align 8
%10 = alloca ptr, align 8
%11 = alloca i64, align 8
%12 = alloca i32, align 4
%13 = alloca i32, align 4
%14 = alloca i64, align 8
store ptr %0, ptr %7, align 8
store ptr %1, ptr %8, align 8
store i64 %2, ptr %9, align 8
store ptr %3, ptr %10, align 8
store i64 %4, ptr %11, align 8
store i32 %5, ptr %12, align 4
store i32 0, ptr %13, align 4
br label %15
15: ; preds = %48, %6
%16 = load i32, ptr %13, align 4
%17 = load i32, ptr %12, align 4
%18 = icmp ult i32 %16, %17
br i1 %18, label %19, label %51
19: ; preds = %15
%20 = load ptr, ptr %10, align 8
%21 = load i32, ptr %13, align 4
%22 = zext i32 %21 to i64
%23 = getelementptr inbounds i64, ptr %20, i64 %22
%24 = load i64, ptr %23, align 8
%25 = load i64, ptr %11, align 8
%26 = sub nsw i64 %24, %25
store i64 %26, ptr %14, align 8
%27 = load ptr, ptr %8, align 8
%28 = load i32, ptr %13, align 4
%29 = zext i32 %28 to i64
%30 = getelementptr inbounds i64, ptr %27, i64 %29
%31 = load i64, ptr %30, align 8
%32 = load i64, ptr %9, align 8
%33 = icmp slt i64 %31, %32
br i1 %33, label %34, label %36
34: ; preds = %19
%35 = load i64, ptr %14, align 8
br label %42
36: ; preds = %19
%37 = load ptr, ptr %10, align 8
%38 = load i32, ptr %13, align 4
%39 = zext i32 %38 to i64
%40 = getelementptr inbounds i64, ptr %37, i64 %39
%41 = load i64, ptr %40, align 8
br label %42
42: ; preds = %36, %34
%43 = phi i64 [ %35, %34 ], [ %41, %36 ]
%44 = load ptr, ptr %7, align 8
%45 = load i32, ptr %13, align 4
%46 = zext i32 %45 to i64
%47 = getelementptr inbounds i64, ptr %44, i64 %46
store i64 %43, ptr %47, align 8
br label %48
48: ; preds = %42
%49 = load i32, ptr %13, align 4
%50 = add i32 %49, 1
store i32 %50, ptr %13, align 4
br label %15, !llvm.loop !6
51: ; preds = %15
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/tmp8odukqzn.c"
target datalayout = "e-m:e-p270: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 @f_sub_int8_t(ptr noalias noundef %0, ptr noalias noundef %1, i64 noundef %2, ptr noalias noundef %3, i64 noundef %4, i32 noundef %5) #0 {
%7 = alloca ptr, align 8
%8 = alloca ptr, align 8
%9 = alloca i64, align 8
%10 = alloca ptr, align 8
%11 = alloca i64, align 8
%12 = alloca i32, align 4
%13 = alloca i32, align 4
%14 = alloca i64, align 8
store ptr %0, ptr %7, align 8
store ptr %1, ptr %8, align 8
store i64 %2, ptr %9, align 8
store ptr %3, ptr %10, align 8
store i64 %4, ptr %11, align 8
store i32 %5, ptr %12, align 4
store i32 0, ptr %13, align 4
%15 = load i32, ptr %13, align 4
%16 = load i32, ptr %12, align 4
%17 = icmp ult i32 %15, %16
br i1 %17, label %.lr.ph, label %53
.lr.ph: ; preds = %6
br label %18
18: ; preds = %.lr.ph, %47
%19 = load ptr, ptr %10, align 8
%20 = load i32, ptr %13, align 4
%21 = zext i32 %20 to i64
%22 = getelementptr inbounds i64, ptr %19, i64 %21
%23 = load i64, ptr %22, align 8
%24 = load i64, ptr %11, align 8
%25 = sub nsw i64 %23, %24
store i64 %25, ptr %14, align 8
%26 = load ptr, ptr %8, align 8
%27 = load i32, ptr %13, align 4
%28 = zext i32 %27 to i64
%29 = getelementptr inbounds i64, ptr %26, i64 %28
%30 = load i64, ptr %29, align 8
%31 = load i64, ptr %9, align 8
%32 = icmp slt i64 %30, %31
br i1 %32, label %33, label %35
33: ; preds = %18
%34 = load i64, ptr %14, align 8
br label %41
35: ; preds = %18
%36 = load ptr, ptr %10, align 8
%37 = load i32, ptr %13, align 4
%38 = zext i32 %37 to i64
%39 = getelementptr inbounds i64, ptr %36, i64 %38
%40 = load i64, ptr %39, align 8
br label %41
41: ; preds = %35, %33
%42 = phi i64 [ %34, %33 ], [ %40, %35 ]
%43 = load ptr, ptr %7, align 8
%44 = load i32, ptr %13, align 4
%45 = zext i32 %44 to i64
%46 = getelementptr inbounds i64, ptr %43, i64 %45
store i64 %42, ptr %46, align 8
br label %47
47: ; preds = %41
%48 = load i32, ptr %13, align 4
%49 = add i32 %48, 1
store i32 %49, ptr %13, align 4
%50 = load i32, ptr %13, align 4
%51 = load i32, ptr %12, align 4
%52 = icmp ult i32 %50, %51
br i1 %52, label %18, label %._crit_edge, !llvm.loop !6
._crit_edge: ; preds = %47
br label %53
53: ; preds = %._crit_edge, %6
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/tmp493kc7x1.c'
source_filename = "/tmp/tmp493kc7x1.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local ptr @xmalloc(i64 noundef %0) #0 {
%2 = alloca i64, align 8
%3 = alloca ptr, align 8
store i64 %0, ptr %2, align 8
%4 = load i64, ptr %2, align 8
%5 = call ptr @malloc(i64 noundef %4) #3
store ptr %5, ptr %3, align 8
%6 = load ptr, ptr %3, align 8
%7 = icmp eq ptr %6, null
br i1 %7, label %8, label %10
8: ; preds = %1
%9 = call i32 (...) @die()
br label %10
10: ; preds = %8, %1
%11 = load ptr, ptr %3, align 8
%12 = load i64, ptr %2, align 8
%13 = call i32 @memset(ptr noundef %11, i32 noundef 0, i64 noundef %12)
%14 = load ptr, ptr %3, align 8
ret ptr %14
}
; Function Attrs: allocsize(0)
declare ptr @malloc(i64 noundef) #1
declare i32 @die(...) #2
declare i32 @memset(ptr noundef, i32 noundef, i64 noundef) #2
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { allocsize(0) "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #2 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #3 = { allocsize(0) }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmp493kc7x1.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local ptr @xmalloc(i64 noundef %0) #0 {
%2 = alloca i64, align 8
%3 = alloca ptr, align 8
store i64 %0, ptr %2, align 8
%4 = load i64, ptr %2, align 8
%5 = call ptr @malloc(i64 noundef %4) #3
store ptr %5, ptr %3, align 8
%6 = load ptr, ptr %3, align 8
%7 = icmp eq ptr %6, null
br i1 %7, label %8, label %10
8: ; preds = %1
%9 = call i32 (...) @die()
br label %10
10: ; preds = %8, %1
%11 = load ptr, ptr %3, align 8
%12 = load i64, ptr %2, align 8
%13 = call i32 @memset(ptr noundef %11, i32 noundef 0, i64 noundef %12)
%14 = load ptr, ptr %3, align 8
ret ptr %14
}
; Function Attrs: allocsize(0)
declare ptr @malloc(i64 noundef) #1
declare i32 @die(...) #2
declare i32 @memset(ptr noundef, i32 noundef, i64 noundef) #2
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { allocsize(0) "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #2 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #3 = { allocsize(0) }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
|
Subsets and Splits