llvm-ir
stringlengths 479
303k
| llvm-optimized-ir
stringlengths 468
303k
|
---|---|
; ModuleID = '/tmp/tmpt1p5j0uh.c'
source_filename = "/tmp/tmpt1p5j0uh.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @sumRainDataRecords(i32 noundef %0, i32 noundef %1) #0 {
%3 = alloca i32, align 4
%4 = alloca i32, align 4
%5 = alloca i32, align 4
%6 = alloca i32, align 4
store i32 %0, ptr %3, align 4
store i32 %1, ptr %4, align 4
store i32 0, ptr %6, align 4
%7 = load i32, ptr %3, align 4
store i32 %7, ptr %5, align 4
br label %8
8: ; preds = %19, %2
%9 = load i32, ptr %5, align 4
%10 = load i32, ptr %4, align 4
%11 = icmp sle i32 %9, %10
br i1 %11, label %12, label %22
12: ; preds = %8
%13 = load i32, ptr %5, align 4
%14 = call i64 @WX_GetRainDataRecord(i32 noundef %13)
%15 = load i32, ptr %6, align 4
%16 = sext i32 %15 to i64
%17 = add nsw i64 %16, %14
%18 = trunc i64 %17 to i32
store i32 %18, ptr %6, align 4
br label %19
19: ; preds = %12
%20 = load i32, ptr %5, align 4
%21 = add nsw i32 %20, 1
store i32 %21, ptr %5, align 4
br label %8, !llvm.loop !6
22: ; preds = %8
%23 = load i32, ptr %6, align 4
ret i32 %23
}
declare i64 @WX_GetRainDataRecord(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/tmpt1p5j0uh.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @sumRainDataRecords(i32 noundef %0, i32 noundef %1) #0 {
%3 = alloca i32, align 4
%4 = alloca i32, align 4
%5 = alloca i32, align 4
%6 = alloca i32, align 4
store i32 %0, ptr %3, align 4
store i32 %1, ptr %4, align 4
store i32 0, ptr %6, align 4
%7 = load i32, ptr %3, align 4
store i32 %7, ptr %5, align 4
%8 = load i32, ptr %5, align 4
%9 = load i32, ptr %4, align 4
%10 = icmp sle i32 %8, %9
br i1 %10, label %.lr.ph, label %24
.lr.ph: ; preds = %2
br label %11
11: ; preds = %.lr.ph, %18
%12 = load i32, ptr %5, align 4
%13 = call i64 @WX_GetRainDataRecord(i32 noundef %12)
%14 = load i32, ptr %6, align 4
%15 = sext i32 %14 to i64
%16 = add nsw i64 %15, %13
%17 = trunc i64 %16 to i32
store i32 %17, ptr %6, align 4
br label %18
18: ; preds = %11
%19 = load i32, ptr %5, align 4
%20 = add nsw i32 %19, 1
store i32 %20, ptr %5, align 4
%21 = load i32, ptr %5, align 4
%22 = load i32, ptr %4, align 4
%23 = icmp sle i32 %21, %22
br i1 %23, label %11, label %._crit_edge, !llvm.loop !6
._crit_edge: ; preds = %18
br label %24
24: ; preds = %._crit_edge, %2
%25 = load i32, ptr %6, align 4
ret i32 %25
}
declare i64 @WX_GetRainDataRecord(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/tmp0um5jrxd.c'
source_filename = "/tmp/tmp0um5jrxd.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@.str = private unnamed_addr constant [2 x i8] c"\22\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local ptr @str_quote(ptr noundef %0, i32 noundef %1) #0 {
%3 = alloca ptr, align 8
%4 = alloca i32, align 4
%5 = alloca i32, align 4
%6 = alloca ptr, align 8
%7 = alloca ptr, align 8
%8 = alloca ptr, align 8
store ptr %0, ptr %3, align 8
store i32 %1, ptr %4, align 4
store i32 3, ptr %5, align 4
%9 = load ptr, ptr %3, align 8
store ptr %9, ptr %6, align 8
br label %10
10: ; preds = %22, %2
%11 = load ptr, ptr %6, align 8
%12 = load i8, ptr %11, align 1
%13 = icmp ne i8 %12, 0
br i1 %13, label %14, label %27
14: ; preds = %10
%15 = load ptr, ptr %6, align 8
%16 = load i8, ptr %15, align 1
%17 = sext i8 %16 to i32
switch i32 %17, label %21 [
i32 34, label %18
i32 92, label %18
]
18: ; preds = %14, %14
%19 = load i32, ptr %5, align 4
%20 = add nsw i32 %19, 1
store i32 %20, ptr %5, align 4
br label %21
21: ; preds = %18, %14
br label %22
22: ; preds = %21
%23 = load ptr, ptr %6, align 8
%24 = getelementptr inbounds i8, ptr %23, i32 1
store ptr %24, ptr %6, align 8
%25 = load i32, ptr %5, align 4
%26 = add nsw i32 %25, 1
store i32 %26, ptr %5, align 4
br label %10, !llvm.loop !6
27: ; preds = %10
%28 = load i32, ptr %5, align 4
%29 = call ptr @umalloc(i32 noundef %28)
store ptr %29, ptr %7, align 8
store ptr %29, ptr %8, align 8
%30 = load ptr, ptr %8, align 8
%31 = getelementptr inbounds i8, ptr %30, i32 1
store ptr %31, ptr %8, align 8
store i8 34, ptr %30, align 1
%32 = load ptr, ptr %3, align 8
store ptr %32, ptr %6, align 8
br label %33
33: ; preds = %49, %27
%34 = load ptr, ptr %6, align 8
%35 = load i8, ptr %34, align 1
%36 = icmp ne i8 %35, 0
br i1 %36, label %37, label %52
37: ; preds = %33
%38 = load ptr, ptr %6, align 8
%39 = load i8, ptr %38, align 1
%40 = sext i8 %39 to i32
switch i32 %40, label %44 [
i32 34, label %41
i32 92, label %41
]
41: ; preds = %37, %37
%42 = load ptr, ptr %8, align 8
%43 = getelementptr inbounds i8, ptr %42, i32 1
store ptr %43, ptr %8, align 8
store i8 92, ptr %42, align 1
br label %44
44: ; preds = %41, %37
%45 = load ptr, ptr %6, align 8
%46 = load i8, ptr %45, align 1
%47 = load ptr, ptr %8, align 8
%48 = getelementptr inbounds i8, ptr %47, i32 1
store ptr %48, ptr %8, align 8
store i8 %46, ptr %47, align 1
br label %49
49: ; preds = %44
%50 = load ptr, ptr %6, align 8
%51 = getelementptr inbounds i8, ptr %50, i32 1
store ptr %51, ptr %6, align 8
br label %33, !llvm.loop !8
52: ; preds = %33
%53 = load ptr, ptr %8, align 8
%54 = call i32 @strcpy(ptr noundef %53, ptr noundef @.str)
%55 = load i32, ptr %4, align 4
%56 = icmp ne i32 %55, 0
br i1 %56, label %57, label %60
57: ; preds = %52
%58 = load ptr, ptr %3, align 8
%59 = call i32 @free(ptr noundef %58)
br label %60
60: ; preds = %57, %52
%61 = load ptr, ptr %7, align 8
ret ptr %61
}
declare ptr @umalloc(i32 noundef) #1
declare i32 @strcpy(ptr noundef, ptr noundef) #1
declare i32 @free(ptr noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
!6 = distinct !{!6, !7}
!7 = !{!"llvm.loop.mustprogress"}
!8 = distinct !{!8, !7}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmp0um5jrxd.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@.str = private unnamed_addr constant [2 x i8] c"\22\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local ptr @str_quote(ptr noundef %0, i32 noundef %1) #0 {
%3 = alloca ptr, align 8
%4 = alloca i32, align 4
%5 = alloca i32, align 4
%6 = alloca ptr, align 8
%7 = alloca ptr, align 8
%8 = alloca ptr, align 8
store ptr %0, ptr %3, align 8
store i32 %1, ptr %4, align 4
store i32 3, ptr %5, align 4
%9 = load ptr, ptr %3, align 8
store ptr %9, ptr %6, align 8
%10 = load ptr, ptr %6, align 8
%11 = load i8, ptr %10, align 1
%12 = icmp ne i8 %11, 0
br i1 %12, label %.lr.ph, label %29
.lr.ph: ; preds = %2
br label %13
13: ; preds = %.lr.ph, %21
%14 = load ptr, ptr %6, align 8
%15 = load i8, ptr %14, align 1
%16 = sext i8 %15 to i32
switch i32 %16, label %20 [
i32 34, label %17
i32 92, label %17
]
17: ; preds = %13, %13
%18 = load i32, ptr %5, align 4
%19 = add nsw i32 %18, 1
store i32 %19, ptr %5, align 4
br label %20
20: ; preds = %17, %13
br label %21
21: ; preds = %20
%22 = load ptr, ptr %6, align 8
%23 = getelementptr inbounds i8, ptr %22, i32 1
store ptr %23, ptr %6, align 8
%24 = load i32, ptr %5, align 4
%25 = add nsw i32 %24, 1
store i32 %25, ptr %5, align 4
%26 = load ptr, ptr %6, align 8
%27 = load i8, ptr %26, align 1
%28 = icmp ne i8 %27, 0
br i1 %28, label %13, label %._crit_edge, !llvm.loop !6
._crit_edge: ; preds = %21
br label %29
29: ; preds = %._crit_edge, %2
%30 = load i32, ptr %5, align 4
%31 = call ptr @umalloc(i32 noundef %30)
store ptr %31, ptr %7, align 8
store ptr %31, ptr %8, align 8
%32 = load ptr, ptr %8, align 8
%33 = getelementptr inbounds i8, ptr %32, i32 1
store ptr %33, ptr %8, align 8
store i8 34, ptr %32, align 1
%34 = load ptr, ptr %3, align 8
store ptr %34, ptr %6, align 8
%35 = load ptr, ptr %6, align 8
%36 = load i8, ptr %35, align 1
%37 = icmp ne i8 %36, 0
br i1 %37, label %.lr.ph2, label %56
.lr.ph2: ; preds = %29
br label %38
38: ; preds = %.lr.ph2, %50
%39 = load ptr, ptr %6, align 8
%40 = load i8, ptr %39, align 1
%41 = sext i8 %40 to i32
switch i32 %41, label %45 [
i32 34, label %42
i32 92, label %42
]
42: ; preds = %38, %38
%43 = load ptr, ptr %8, align 8
%44 = getelementptr inbounds i8, ptr %43, i32 1
store ptr %44, ptr %8, align 8
store i8 92, ptr %43, align 1
br label %45
45: ; preds = %42, %38
%46 = load ptr, ptr %6, align 8
%47 = load i8, ptr %46, align 1
%48 = load ptr, ptr %8, align 8
%49 = getelementptr inbounds i8, ptr %48, i32 1
store ptr %49, ptr %8, align 8
store i8 %47, ptr %48, align 1
br label %50
50: ; preds = %45
%51 = load ptr, ptr %6, align 8
%52 = getelementptr inbounds i8, ptr %51, i32 1
store ptr %52, ptr %6, align 8
%53 = load ptr, ptr %6, align 8
%54 = load i8, ptr %53, align 1
%55 = icmp ne i8 %54, 0
br i1 %55, label %38, label %._crit_edge3, !llvm.loop !8
._crit_edge3: ; preds = %50
br label %56
56: ; preds = %._crit_edge3, %29
%57 = load ptr, ptr %8, align 8
%58 = call i32 @strcpy(ptr noundef %57, ptr noundef @.str)
%59 = load i32, ptr %4, align 4
%60 = icmp ne i32 %59, 0
br i1 %60, label %61, label %64
61: ; preds = %56
%62 = load ptr, ptr %3, align 8
%63 = call i32 @free(ptr noundef %62)
br label %64
64: ; preds = %61, %56
%65 = load ptr, ptr %7, align 8
ret ptr %65
}
declare ptr @umalloc(i32 noundef) #1
declare i32 @strcpy(ptr noundef, ptr noundef) #1
declare i32 @free(ptr noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
!6 = distinct !{!6, !7}
!7 = !{!"llvm.loop.mustprogress"}
!8 = distinct !{!8, !7}
|
; ModuleID = '/tmp/tmpv2hl0m6c.c'
source_filename = "/tmp/tmpv2hl0m6c.c"
target datalayout = "e-m:e-p270: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/tmpv2hl0m6c.c"
target datalayout = "e-m:e-p270: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/tmplnlm118k.c'
source_filename = "/tmp/tmplnlm118k.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-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"pl {p\00", align 1
@.str.1 = private unnamed_addr constant [4 x i8] c".%d\00", align 1
@.str.2 = private unnamed_addr constant [7 x i8] c"} {t%c\00", align 1
@.str.3 = private unnamed_addr constant [2 x i8] c"v\00", align 1
@.str.4 = private unnamed_addr constant [10 x i8] c"} -> {t%c\00", align 1
@.str.5 = private unnamed_addr constant [3 x i8] c"}\0A\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local void @prn_tb(i8 noundef signext %0, i8 noundef signext %1, i32 noundef %2, ptr noundef %3, ptr noundef %4, ptr noundef %5) #0 {
%7 = alloca i8, align 1
%8 = alloca i8, align 1
%9 = alloca i32, align 4
%10 = alloca ptr, align 8
%11 = alloca ptr, align 8
%12 = alloca ptr, align 8
%13 = alloca i32, align 4
store i8 %0, ptr %7, align 1
store i8 %1, ptr %8, align 1
store i32 %2, ptr %9, align 4
store ptr %3, ptr %10, align 8
store ptr %4, ptr %11, align 8
store ptr %5, ptr %12, align 8
%14 = call i32 (ptr, ...) @printf(ptr noundef @.str)
%15 = load i32, ptr %9, align 4
%16 = sub nsw i32 %15, 1
store i32 %16, ptr %13, align 4
br label %17
17: ; preds = %27, %6
%18 = load i32, ptr %13, align 4
%19 = icmp sge i32 %18, 0
br i1 %19, label %20, label %30
20: ; preds = %17
%21 = load ptr, ptr %12, align 8
%22 = load i32, ptr %13, align 4
%23 = sext i32 %22 to i64
%24 = getelementptr inbounds i32, ptr %21, i64 %23
%25 = load i32, ptr %24, align 4
%26 = call i32 (ptr, ...) @printf(ptr noundef @.str.1, i32 noundef %25)
br label %27
27: ; preds = %20
%28 = load i32, ptr %13, align 4
%29 = add nsw i32 %28, -1
store i32 %29, ptr %13, align 4
br label %17, !llvm.loop !6
30: ; preds = %17
%31 = load i8, ptr %7, align 1
%32 = sext i8 %31 to i32
%33 = call i32 (ptr, ...) @printf(ptr noundef @.str.2, i32 noundef %32)
%34 = load i32, ptr %9, align 4
%35 = sub nsw i32 %34, 1
store i32 %35, ptr %13, align 4
br label %36
36: ; preds = %46, %30
%37 = load i32, ptr %13, align 4
%38 = icmp sge i32 %37, 0
br i1 %38, label %39, label %49
39: ; preds = %36
%40 = load ptr, ptr %10, align 8
%41 = load i32, ptr %13, align 4
%42 = sext i32 %41 to i64
%43 = getelementptr inbounds i32, ptr %40, i64 %42
%44 = load i32, ptr %43, align 4
%45 = call i32 (ptr, ...) @printf(ptr noundef @.str.1, i32 noundef %44)
br label %46
46: ; preds = %39
%47 = load i32, ptr %13, align 4
%48 = add nsw i32 %47, -1
store i32 %48, ptr %13, align 4
br label %36, !llvm.loop !8
49: ; preds = %36
%50 = call i32 (ptr, ...) @printf(ptr noundef @.str.3)
%51 = load i32, ptr %9, align 4
%52 = sub nsw i32 %51, 1
store i32 %52, ptr %13, align 4
br label %53
53: ; preds = %63, %49
%54 = load i32, ptr %13, align 4
%55 = icmp sge i32 %54, 0
br i1 %55, label %56, label %66
56: ; preds = %53
%57 = load ptr, ptr %11, align 8
%58 = load i32, ptr %13, align 4
%59 = sext i32 %58 to i64
%60 = getelementptr inbounds i32, ptr %57, i64 %59
%61 = load i32, ptr %60, align 4
%62 = call i32 (ptr, ...) @printf(ptr noundef @.str.1, i32 noundef %61)
br label %63
63: ; preds = %56
%64 = load i32, ptr %13, align 4
%65 = add nsw i32 %64, -1
store i32 %65, ptr %13, align 4
br label %53, !llvm.loop !9
66: ; preds = %53
%67 = load i8, ptr %8, align 1
%68 = sext i8 %67 to i32
%69 = call i32 (ptr, ...) @printf(ptr noundef @.str.4, i32 noundef %68)
%70 = load i32, ptr %9, align 4
%71 = sub nsw i32 %70, 1
store i32 %71, ptr %13, align 4
br label %72
72: ; preds = %82, %66
%73 = load i32, ptr %13, align 4
%74 = icmp sge i32 %73, 0
br i1 %74, label %75, label %85
75: ; preds = %72
%76 = load ptr, ptr %10, align 8
%77 = load i32, ptr %13, align 4
%78 = sext i32 %77 to i64
%79 = getelementptr inbounds i32, ptr %76, i64 %78
%80 = load i32, ptr %79, align 4
%81 = call i32 (ptr, ...) @printf(ptr noundef @.str.1, i32 noundef %80)
br label %82
82: ; preds = %75
%83 = load i32, ptr %13, align 4
%84 = add nsw i32 %83, -1
store i32 %84, ptr %13, align 4
br label %72, !llvm.loop !10
85: ; preds = %72
%86 = call i32 (ptr, ...) @printf(ptr noundef @.str.3)
%87 = load i32, ptr %9, align 4
%88 = sub nsw i32 %87, 1
store i32 %88, ptr %13, align 4
br label %89
89: ; preds = %99, %85
%90 = load i32, ptr %13, align 4
%91 = icmp sge i32 %90, 0
br i1 %91, label %92, label %102
92: ; preds = %89
%93 = load ptr, ptr %11, align 8
%94 = load i32, ptr %13, align 4
%95 = sext i32 %94 to i64
%96 = getelementptr inbounds i32, ptr %93, i64 %95
%97 = load i32, ptr %96, align 4
%98 = call i32 (ptr, ...) @printf(ptr noundef @.str.1, i32 noundef %97)
br label %99
99: ; preds = %92
%100 = load i32, ptr %13, align 4
%101 = add nsw i32 %100, -1
store i32 %101, ptr %13, align 4
br label %89, !llvm.loop !11
102: ; preds = %89
%103 = call i32 (ptr, ...) @printf(ptr noundef @.str.5)
ret void
}
declare i32 @printf(ptr noundef, ...) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
!6 = distinct !{!6, !7}
!7 = !{!"llvm.loop.mustprogress"}
!8 = distinct !{!8, !7}
!9 = distinct !{!9, !7}
!10 = distinct !{!10, !7}
!11 = distinct !{!11, !7}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmplnlm118k.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-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"pl {p\00", align 1
@.str.1 = private unnamed_addr constant [4 x i8] c".%d\00", align 1
@.str.2 = private unnamed_addr constant [7 x i8] c"} {t%c\00", align 1
@.str.3 = private unnamed_addr constant [2 x i8] c"v\00", align 1
@.str.4 = private unnamed_addr constant [10 x i8] c"} -> {t%c\00", align 1
@.str.5 = private unnamed_addr constant [3 x i8] c"}\0A\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local void @prn_tb(i8 noundef signext %0, i8 noundef signext %1, i32 noundef %2, ptr noundef %3, ptr noundef %4, ptr noundef %5) #0 {
%7 = alloca i8, align 1
%8 = alloca i8, align 1
%9 = alloca i32, align 4
%10 = alloca ptr, align 8
%11 = alloca ptr, align 8
%12 = alloca ptr, align 8
%13 = alloca i32, align 4
store i8 %0, ptr %7, align 1
store i8 %1, ptr %8, align 1
store i32 %2, ptr %9, align 4
store ptr %3, ptr %10, align 8
store ptr %4, ptr %11, align 8
store ptr %5, ptr %12, align 8
%14 = call i32 (ptr, ...) @printf(ptr noundef @.str)
%15 = load i32, ptr %9, align 4
%16 = sub nsw i32 %15, 1
store i32 %16, ptr %13, align 4
%17 = load i32, ptr %13, align 4
%18 = icmp sge i32 %17, 0
br i1 %18, label %.lr.ph, label %31
.lr.ph: ; preds = %6
br label %19
19: ; preds = %.lr.ph, %26
%20 = load ptr, ptr %12, align 8
%21 = load i32, ptr %13, align 4
%22 = sext i32 %21 to i64
%23 = getelementptr inbounds i32, ptr %20, i64 %22
%24 = load i32, ptr %23, align 4
%25 = call i32 (ptr, ...) @printf(ptr noundef @.str.1, i32 noundef %24)
br label %26
26: ; preds = %19
%27 = load i32, ptr %13, align 4
%28 = add nsw i32 %27, -1
store i32 %28, ptr %13, align 4
%29 = load i32, ptr %13, align 4
%30 = icmp sge i32 %29, 0
br i1 %30, label %19, label %._crit_edge, !llvm.loop !6
._crit_edge: ; preds = %26
br label %31
31: ; preds = %._crit_edge, %6
%32 = load i8, ptr %7, align 1
%33 = sext i8 %32 to i32
%34 = call i32 (ptr, ...) @printf(ptr noundef @.str.2, i32 noundef %33)
%35 = load i32, ptr %9, align 4
%36 = sub nsw i32 %35, 1
store i32 %36, ptr %13, align 4
%37 = load i32, ptr %13, align 4
%38 = icmp sge i32 %37, 0
br i1 %38, label %.lr.ph2, label %51
.lr.ph2: ; preds = %31
br label %39
39: ; preds = %.lr.ph2, %46
%40 = load ptr, ptr %10, align 8
%41 = load i32, ptr %13, align 4
%42 = sext i32 %41 to i64
%43 = getelementptr inbounds i32, ptr %40, i64 %42
%44 = load i32, ptr %43, align 4
%45 = call i32 (ptr, ...) @printf(ptr noundef @.str.1, i32 noundef %44)
br label %46
46: ; preds = %39
%47 = load i32, ptr %13, align 4
%48 = add nsw i32 %47, -1
store i32 %48, ptr %13, align 4
%49 = load i32, ptr %13, align 4
%50 = icmp sge i32 %49, 0
br i1 %50, label %39, label %._crit_edge3, !llvm.loop !8
._crit_edge3: ; preds = %46
br label %51
51: ; preds = %._crit_edge3, %31
%52 = call i32 (ptr, ...) @printf(ptr noundef @.str.3)
%53 = load i32, ptr %9, align 4
%54 = sub nsw i32 %53, 1
store i32 %54, ptr %13, align 4
%55 = load i32, ptr %13, align 4
%56 = icmp sge i32 %55, 0
br i1 %56, label %.lr.ph5, label %69
.lr.ph5: ; preds = %51
br label %57
57: ; preds = %.lr.ph5, %64
%58 = load ptr, ptr %11, align 8
%59 = load i32, ptr %13, align 4
%60 = sext i32 %59 to i64
%61 = getelementptr inbounds i32, ptr %58, i64 %60
%62 = load i32, ptr %61, align 4
%63 = call i32 (ptr, ...) @printf(ptr noundef @.str.1, i32 noundef %62)
br label %64
64: ; preds = %57
%65 = load i32, ptr %13, align 4
%66 = add nsw i32 %65, -1
store i32 %66, ptr %13, align 4
%67 = load i32, ptr %13, align 4
%68 = icmp sge i32 %67, 0
br i1 %68, label %57, label %._crit_edge6, !llvm.loop !9
._crit_edge6: ; preds = %64
br label %69
69: ; preds = %._crit_edge6, %51
%70 = load i8, ptr %8, align 1
%71 = sext i8 %70 to i32
%72 = call i32 (ptr, ...) @printf(ptr noundef @.str.4, i32 noundef %71)
%73 = load i32, ptr %9, align 4
%74 = sub nsw i32 %73, 1
store i32 %74, ptr %13, align 4
%75 = load i32, ptr %13, align 4
%76 = icmp sge i32 %75, 0
br i1 %76, label %.lr.ph8, label %89
.lr.ph8: ; preds = %69
br label %77
77: ; preds = %.lr.ph8, %84
%78 = load ptr, ptr %10, align 8
%79 = load i32, ptr %13, align 4
%80 = sext i32 %79 to i64
%81 = getelementptr inbounds i32, ptr %78, i64 %80
%82 = load i32, ptr %81, align 4
%83 = call i32 (ptr, ...) @printf(ptr noundef @.str.1, i32 noundef %82)
br label %84
84: ; preds = %77
%85 = load i32, ptr %13, align 4
%86 = add nsw i32 %85, -1
store i32 %86, ptr %13, align 4
%87 = load i32, ptr %13, align 4
%88 = icmp sge i32 %87, 0
br i1 %88, label %77, label %._crit_edge9, !llvm.loop !10
._crit_edge9: ; preds = %84
br label %89
89: ; preds = %._crit_edge9, %69
%90 = call i32 (ptr, ...) @printf(ptr noundef @.str.3)
%91 = load i32, ptr %9, align 4
%92 = sub nsw i32 %91, 1
store i32 %92, ptr %13, align 4
%93 = load i32, ptr %13, align 4
%94 = icmp sge i32 %93, 0
br i1 %94, label %.lr.ph11, label %107
.lr.ph11: ; preds = %89
br label %95
95: ; preds = %.lr.ph11, %102
%96 = load ptr, ptr %11, align 8
%97 = load i32, ptr %13, align 4
%98 = sext i32 %97 to i64
%99 = getelementptr inbounds i32, ptr %96, i64 %98
%100 = load i32, ptr %99, align 4
%101 = call i32 (ptr, ...) @printf(ptr noundef @.str.1, i32 noundef %100)
br label %102
102: ; preds = %95
%103 = load i32, ptr %13, align 4
%104 = add nsw i32 %103, -1
store i32 %104, ptr %13, align 4
%105 = load i32, ptr %13, align 4
%106 = icmp sge i32 %105, 0
br i1 %106, label %95, label %._crit_edge12, !llvm.loop !11
._crit_edge12: ; preds = %102
br label %107
107: ; preds = %._crit_edge12, %89
%108 = call i32 (ptr, ...) @printf(ptr noundef @.str.5)
ret void
}
declare i32 @printf(ptr noundef, ...) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
!6 = distinct !{!6, !7}
!7 = !{!"llvm.loop.mustprogress"}
!8 = distinct !{!8, !7}
!9 = distinct !{!9, !7}
!10 = distinct !{!10, !7}
!11 = distinct !{!11, !7}
|
; ModuleID = '/tmp/tmp2l0z3z6l.c'
source_filename = "/tmp/tmp2l0z3z6l.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-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"savage.txt\00", align 1
@.str.1 = private unnamed_addr constant [2 x i8] c"r\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @Search_in_File(ptr noundef %0) #0 {
%2 = alloca i32, align 4
%3 = alloca ptr, align 8
%4 = alloca ptr, align 8
%5 = alloca i32, align 4
%6 = alloca i32, align 4
%7 = alloca i32, align 4
%8 = alloca [512 x i8], align 16
store ptr %0, ptr %3, align 8
store i32 0, ptr %5, align 4
store i32 0, ptr %6, align 4
store i32 0, ptr %7, align 4
%9 = call ptr @fopen(ptr noundef @.str, ptr noundef @.str.1)
store ptr %9, ptr %4, align 8
%10 = icmp eq ptr %9, null
br i1 %10, label %11, label %12
11: ; preds = %1
store i32 -1, ptr %2, align 4
br label %42
12: ; preds = %1
br label %13
13: ; preds = %27, %12
%14 = getelementptr inbounds [512 x i8], ptr %8, i64 0, i64 0
%15 = load ptr, ptr %4, align 8
%16 = call ptr @fgets(ptr noundef %14, i32 noundef 512, ptr noundef %15)
%17 = icmp ne ptr %16, null
br i1 %17, label %18, label %30
18: ; preds = %13
%19 = getelementptr inbounds [512 x i8], ptr %8, i64 0, i64 0
%20 = load ptr, ptr %3, align 8
%21 = call ptr @strstr(ptr noundef %19, ptr noundef %20)
%22 = icmp ne ptr %21, null
br i1 %22, label %23, label %27
23: ; preds = %18
%24 = load i32, ptr %6, align 4
%25 = add nsw i32 %24, 1
store i32 %25, ptr %6, align 4
%26 = load i32, ptr %5, align 4
store i32 %26, ptr %7, align 4
br label %27
27: ; preds = %23, %18
%28 = load i32, ptr %5, align 4
%29 = add nsw i32 %28, 1
store i32 %29, ptr %5, align 4
br label %13, !llvm.loop !6
30: ; preds = %13
%31 = load ptr, ptr %4, align 8
%32 = icmp ne ptr %31, null
br i1 %32, label %33, label %36
33: ; preds = %30
%34 = load ptr, ptr %4, align 8
%35 = call i32 @fclose(ptr noundef %34)
br label %36
36: ; preds = %33, %30
%37 = load i32, ptr %6, align 4
%38 = icmp eq i32 %37, 0
br i1 %38, label %39, label %40
39: ; preds = %36
store i32 0, ptr %2, align 4
br label %42
40: ; preds = %36
%41 = load i32, ptr %7, align 4
store i32 %41, ptr %2, align 4
br label %42
42: ; preds = %40, %39, %11
%43 = load i32, ptr %2, align 4
ret i32 %43
}
declare ptr @fopen(ptr noundef, ptr noundef) #1
declare ptr @fgets(ptr noundef, i32 noundef, ptr noundef) #1
declare ptr @strstr(ptr noundef, ptr noundef) #1
declare i32 @fclose(ptr noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
!6 = distinct !{!6, !7}
!7 = !{!"llvm.loop.mustprogress"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmp2l0z3z6l.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-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"savage.txt\00", align 1
@.str.1 = private unnamed_addr constant [2 x i8] c"r\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @Search_in_File(ptr noundef %0) #0 {
%2 = alloca i32, align 4
%3 = alloca ptr, align 8
%4 = alloca ptr, align 8
%5 = alloca i32, align 4
%6 = alloca i32, align 4
%7 = alloca i32, align 4
%8 = alloca [512 x i8], align 16
store ptr %0, ptr %3, align 8
store i32 0, ptr %5, align 4
store i32 0, ptr %6, align 4
store i32 0, ptr %7, align 4
%9 = call ptr @fopen(ptr noundef @.str, ptr noundef @.str.1)
store ptr %9, ptr %4, align 8
%10 = icmp eq ptr %9, null
br i1 %10, label %11, label %12
11: ; preds = %1
store i32 -1, ptr %2, align 4
br label %44
12: ; preds = %1
%13 = getelementptr inbounds [512 x i8], ptr %8, i64 0, i64 0
%14 = load ptr, ptr %4, align 8
%15 = call ptr @fgets(ptr noundef %13, i32 noundef 512, ptr noundef %14)
%16 = icmp ne ptr %15, null
br i1 %16, label %.lr.ph, label %32
.lr.ph: ; preds = %12
br label %17
17: ; preds = %.lr.ph, %26
%18 = getelementptr inbounds [512 x i8], ptr %8, i64 0, i64 0
%19 = load ptr, ptr %3, align 8
%20 = call ptr @strstr(ptr noundef %18, ptr noundef %19)
%21 = icmp ne ptr %20, null
br i1 %21, label %22, label %26
22: ; preds = %17
%23 = load i32, ptr %6, align 4
%24 = add nsw i32 %23, 1
store i32 %24, ptr %6, align 4
%25 = load i32, ptr %5, align 4
store i32 %25, ptr %7, align 4
br label %26
26: ; preds = %22, %17
%27 = load i32, ptr %5, align 4
%28 = add nsw i32 %27, 1
store i32 %28, ptr %5, align 4
%29 = load ptr, ptr %4, align 8
%30 = call ptr @fgets(ptr noundef %13, i32 noundef 512, ptr noundef %29)
%31 = icmp ne ptr %30, null
br i1 %31, label %17, label %._crit_edge, !llvm.loop !6
._crit_edge: ; preds = %26
br label %32
32: ; preds = %._crit_edge, %12
%33 = load ptr, ptr %4, align 8
%34 = icmp ne ptr %33, null
br i1 %34, label %35, label %38
35: ; preds = %32
%36 = load ptr, ptr %4, align 8
%37 = call i32 @fclose(ptr noundef %36)
br label %38
38: ; preds = %35, %32
%39 = load i32, ptr %6, align 4
%40 = icmp eq i32 %39, 0
br i1 %40, label %41, label %42
41: ; preds = %38
store i32 0, ptr %2, align 4
br label %44
42: ; preds = %38
%43 = load i32, ptr %7, align 4
store i32 %43, ptr %2, align 4
br label %44
44: ; preds = %42, %41, %11
%45 = load i32, ptr %2, align 4
ret i32 %45
}
declare ptr @fopen(ptr noundef, ptr noundef) #1
declare ptr @fgets(ptr noundef, i32 noundef, ptr noundef) #1
declare ptr @strstr(ptr noundef, ptr noundef) #1
declare i32 @fclose(ptr noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
!6 = distinct !{!6, !7}
!7 = !{!"llvm.loop.mustprogress"}
|
; ModuleID = '/tmp/tmpbof7_8ai.c'
source_filename = "/tmp/tmpbof7_8ai.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @sock_tm_read(i32 noundef %0, ptr noundef %1, i64 noundef %2, float noundef %3) #0 {
%5 = alloca i32, align 4
%6 = alloca i32, align 4
%7 = alloca ptr, align 8
%8 = alloca i64, align 8
%9 = alloca float, align 4
%10 = alloca i32, align 4
%11 = alloca i32, align 4
store i32 %0, ptr %6, align 4
store ptr %1, ptr %7, align 8
store i64 %2, ptr %8, align 8
store float %3, ptr %9, align 4
%12 = load i32, ptr %6, align 4
%13 = load float, ptr %9, align 4
%14 = call i32 @sock_ready(i32 noundef %12, ptr noundef %10, ptr noundef null, float noundef %13)
store i32 %14, ptr %11, align 4
%15 = load i32, ptr %11, align 4
%16 = icmp slt i32 %15, 0
br i1 %16, label %17, label %18
17: ; preds = %4
store i32 -1, ptr %5, align 4
br label %28
18: ; preds = %4
%19 = load i32, ptr %11, align 4
%20 = icmp sgt i32 %19, 0
br i1 %20, label %21, label %26
21: ; preds = %18
%22 = load i32, ptr %6, align 4
%23 = load ptr, ptr %7, align 8
%24 = load i64, ptr %8, align 8
%25 = call i32 @sock_read(i32 noundef %22, ptr noundef %23, i64 noundef %24)
store i32 %25, ptr %5, align 4
br label %28
26: ; preds = %18
br label %27
27: ; preds = %26
store i32 0, ptr %5, align 4
br label %28
28: ; preds = %27, %21, %17
%29 = load i32, ptr %5, align 4
ret i32 %29
}
declare i32 @sock_ready(i32 noundef, ptr noundef, ptr noundef, float noundef) #1
declare i32 @sock_read(i32 noundef, ptr noundef, i64 noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmpbof7_8ai.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @sock_tm_read(i32 noundef %0, ptr noundef %1, i64 noundef %2, float noundef %3) #0 {
%5 = alloca i32, align 4
%6 = alloca i32, align 4
%7 = alloca ptr, align 8
%8 = alloca i64, align 8
%9 = alloca float, align 4
%10 = alloca i32, align 4
%11 = alloca i32, align 4
store i32 %0, ptr %6, align 4
store ptr %1, ptr %7, align 8
store i64 %2, ptr %8, align 8
store float %3, ptr %9, align 4
%12 = load i32, ptr %6, align 4
%13 = load float, ptr %9, align 4
%14 = call i32 @sock_ready(i32 noundef %12, ptr noundef %10, ptr noundef null, float noundef %13)
store i32 %14, ptr %11, align 4
%15 = load i32, ptr %11, align 4
%16 = icmp slt i32 %15, 0
br i1 %16, label %17, label %18
17: ; preds = %4
store i32 -1, ptr %5, align 4
br label %28
18: ; preds = %4
%19 = load i32, ptr %11, align 4
%20 = icmp sgt i32 %19, 0
br i1 %20, label %21, label %26
21: ; preds = %18
%22 = load i32, ptr %6, align 4
%23 = load ptr, ptr %7, align 8
%24 = load i64, ptr %8, align 8
%25 = call i32 @sock_read(i32 noundef %22, ptr noundef %23, i64 noundef %24)
store i32 %25, ptr %5, align 4
br label %28
26: ; preds = %18
br label %27
27: ; preds = %26
store i32 0, ptr %5, align 4
br label %28
28: ; preds = %27, %21, %17
%29 = load i32, ptr %5, align 4
ret i32 %29
}
declare i32 @sock_ready(i32 noundef, ptr noundef, ptr noundef, float noundef) #1
declare i32 @sock_read(i32 noundef, ptr noundef, i64 noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
|
; ModuleID = '/tmp/tmpnxandl1q.c'
source_filename = "/tmp/tmpnxandl1q.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@EXIT_SUCCESS = dso_local global i32 0, align 4
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmpnxandl1q.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@EXIT_SUCCESS = dso_local global i32 0, align 4
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
|
; ModuleID = '/tmp/tmpo0si5cdy.c'
source_filename = "/tmp/tmpo0si5cdy.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @clear_quaddobl_data() #0 {
%1 = alloca ptr, align 8
%2 = alloca ptr, align 8
%3 = alloca i32, align 4
%4 = alloca ptr, align 8
%5 = load ptr, ptr %1, align 8
%6 = load ptr, ptr %2, align 8
%7 = load ptr, ptr %4, align 8
%8 = call i32 @_ada_use_c2phc(i32 noundef 248, ptr noundef %5, ptr noundef %6, ptr noundef %7, i32 noundef 0)
store i32 %8, ptr %3, align 4
%9 = load i32, ptr %3, align 4
ret i32 %9
}
declare i32 @_ada_use_c2phc(i32 noundef, ptr noundef, ptr noundef, ptr noundef, i32 noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmpo0si5cdy.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @clear_quaddobl_data() #0 {
%1 = alloca ptr, align 8
%2 = alloca ptr, align 8
%3 = alloca i32, align 4
%4 = alloca ptr, align 8
%5 = load ptr, ptr %1, align 8
%6 = load ptr, ptr %2, align 8
%7 = load ptr, ptr %4, align 8
%8 = call i32 @_ada_use_c2phc(i32 noundef 248, ptr noundef %5, ptr noundef %6, ptr noundef %7, i32 noundef 0)
store i32 %8, ptr %3, align 4
%9 = load i32, ptr %3, align 4
ret i32 %9
}
declare i32 @_ada_use_c2phc(i32 noundef, ptr noundef, ptr noundef, ptr noundef, i32 noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
|
; ModuleID = '/tmp/tmphan86a21.c'
source_filename = "/tmp/tmphan86a21.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @cs_count_upper(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
store i32 0, ptr %4, align 4
%5 = load ptr, ptr %3, align 8
%6 = icmp ne ptr %5, null
br i1 %6, label %7, label %25
7: ; preds = %1
br label %8
8: ; preds = %20, %7
%9 = load ptr, ptr %3, align 8
%10 = load i8, ptr %9, align 1
%11 = icmp ne i8 %10, 0
br i1 %11, label %12, label %23
12: ; preds = %8
%13 = load ptr, ptr %3, align 8
%14 = load i8, ptr %13, align 1
%15 = call i64 @isupper(i8 noundef signext %14)
%16 = icmp ne i64 %15, 0
br i1 %16, label %17, label %20
17: ; preds = %12
%18 = load i32, ptr %4, align 4
%19 = add nsw i32 %18, 1
store i32 %19, ptr %4, align 4
br label %20
20: ; preds = %17, %12
%21 = load ptr, ptr %3, align 8
%22 = getelementptr inbounds i8, ptr %21, i32 1
store ptr %22, ptr %3, align 8
br label %8, !llvm.loop !6
23: ; preds = %8
%24 = load i32, ptr %4, align 4
store i32 %24, ptr %2, align 4
br label %26
25: ; preds = %1
store i32 -1, ptr %2, align 4
br label %26
26: ; preds = %25, %23
%27 = load i32, ptr %2, align 4
ret i32 %27
}
declare i64 @isupper(i8 noundef signext) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
!6 = distinct !{!6, !7}
!7 = !{!"llvm.loop.mustprogress"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmphan86a21.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @cs_count_upper(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
store i32 0, ptr %4, align 4
%5 = load ptr, ptr %3, align 8
%6 = icmp ne ptr %5, null
br i1 %6, label %7, label %27
7: ; preds = %1
%8 = load ptr, ptr %3, align 8
%9 = load i8, ptr %8, align 1
%10 = icmp ne i8 %9, 0
br i1 %10, label %.lr.ph, label %25
.lr.ph: ; preds = %7
br label %11
11: ; preds = %.lr.ph, %19
%12 = load ptr, ptr %3, align 8
%13 = load i8, ptr %12, align 1
%14 = call i64 @isupper(i8 noundef signext %13)
%15 = icmp ne i64 %14, 0
br i1 %15, label %16, label %19
16: ; preds = %11
%17 = load i32, ptr %4, align 4
%18 = add nsw i32 %17, 1
store i32 %18, ptr %4, align 4
br label %19
19: ; preds = %16, %11
%20 = load ptr, ptr %3, align 8
%21 = getelementptr inbounds i8, ptr %20, i32 1
store ptr %21, ptr %3, align 8
%22 = load ptr, ptr %3, align 8
%23 = load i8, ptr %22, align 1
%24 = icmp ne i8 %23, 0
br i1 %24, label %11, label %._crit_edge, !llvm.loop !6
._crit_edge: ; preds = %19
br label %25
25: ; preds = %._crit_edge, %7
%26 = load i32, ptr %4, align 4
store i32 %26, ptr %2, align 4
br label %28
27: ; preds = %1
store i32 -1, ptr %2, align 4
br label %28
28: ; preds = %27, %25
%29 = load i32, ptr %2, align 4
ret i32 %29
}
declare i64 @isupper(i8 noundef signext) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
!6 = distinct !{!6, !7}
!7 = !{!"llvm.loop.mustprogress"}
|
; ModuleID = '/tmp/tmpa9s70k_o.c'
source_filename = "/tmp/tmpa9s70k_o.c"
target datalayout = "e-m:e-p270: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/tmpa9s70k_o.c"
target datalayout = "e-m:e-p270: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/tmp6v3rtvi2.c'
source_filename = "/tmp/tmp6v3rtvi2.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @subdivide(ptr noundef %0, ptr noundef %1, ptr noundef %2, i64 noundef %3) #0 {
%5 = alloca ptr, align 8
%6 = alloca ptr, align 8
%7 = alloca ptr, align 8
%8 = alloca i64, align 8
%9 = alloca [3 x float], align 4
%10 = alloca [3 x float], align 4
%11 = alloca [3 x float], align 4
%12 = alloca i32, align 4
store ptr %0, ptr %5, align 8
store ptr %1, ptr %6, align 8
store ptr %2, ptr %7, align 8
store i64 %3, ptr %8, align 8
%13 = load i64, ptr %8, align 8
%14 = icmp sle i64 %13, 0
br i1 %14, label %15, label %20
15: ; preds = %4
%16 = load ptr, ptr %5, align 8
%17 = load ptr, ptr %6, align 8
%18 = load ptr, ptr %7, align 8
%19 = call i32 @drawtriangle(ptr noundef %16, ptr noundef %17, ptr noundef %18)
br label %106
20: ; preds = %4
store i32 0, ptr %12, align 4
br label %21
21: ; preds = %76, %20
%22 = load i32, ptr %12, align 4
%23 = icmp slt i32 %22, 3
br i1 %23, label %24, label %79
24: ; preds = %21
%25 = load ptr, ptr %5, align 8
%26 = load i32, ptr %12, align 4
%27 = sext i32 %26 to i64
%28 = getelementptr inbounds float, ptr %25, i64 %27
%29 = load float, ptr %28, align 4
%30 = load ptr, ptr %6, align 8
%31 = load i32, ptr %12, align 4
%32 = sext i32 %31 to i64
%33 = getelementptr inbounds float, ptr %30, i64 %32
%34 = load float, ptr %33, align 4
%35 = fadd float %29, %34
%36 = fpext float %35 to double
%37 = fdiv double %36, 2.000000e+00
%38 = fptrunc double %37 to float
%39 = load i32, ptr %12, align 4
%40 = sext i32 %39 to i64
%41 = getelementptr inbounds [3 x float], ptr %9, i64 0, i64 %40
store float %38, ptr %41, align 4
%42 = load ptr, ptr %6, align 8
%43 = load i32, ptr %12, align 4
%44 = sext i32 %43 to i64
%45 = getelementptr inbounds float, ptr %42, i64 %44
%46 = load float, ptr %45, align 4
%47 = load ptr, ptr %7, align 8
%48 = load i32, ptr %12, align 4
%49 = sext i32 %48 to i64
%50 = getelementptr inbounds float, ptr %47, i64 %49
%51 = load float, ptr %50, align 4
%52 = fadd float %46, %51
%53 = fpext float %52 to double
%54 = fdiv double %53, 2.000000e+00
%55 = fptrunc double %54 to float
%56 = load i32, ptr %12, align 4
%57 = sext i32 %56 to i64
%58 = getelementptr inbounds [3 x float], ptr %10, i64 0, i64 %57
store float %55, ptr %58, align 4
%59 = load ptr, ptr %7, align 8
%60 = load i32, ptr %12, align 4
%61 = sext i32 %60 to i64
%62 = getelementptr inbounds float, ptr %59, i64 %61
%63 = load float, ptr %62, align 4
%64 = load ptr, ptr %5, align 8
%65 = load i32, ptr %12, align 4
%66 = sext i32 %65 to i64
%67 = getelementptr inbounds float, ptr %64, i64 %66
%68 = load float, ptr %67, align 4
%69 = fadd float %63, %68
%70 = fpext float %69 to double
%71 = fdiv double %70, 2.000000e+00
%72 = fptrunc double %71 to float
%73 = load i32, ptr %12, align 4
%74 = sext i32 %73 to i64
%75 = getelementptr inbounds [3 x float], ptr %11, i64 0, i64 %74
store float %72, ptr %75, align 4
br label %76
76: ; preds = %24
%77 = load i32, ptr %12, align 4
%78 = add nsw i32 %77, 1
store i32 %78, ptr %12, align 4
br label %21, !llvm.loop !6
79: ; preds = %21
%80 = getelementptr inbounds [3 x float], ptr %9, i64 0, i64 0
%81 = call i32 @normalize(ptr noundef %80)
%82 = getelementptr inbounds [3 x float], ptr %10, i64 0, i64 0
%83 = call i32 @normalize(ptr noundef %82)
%84 = getelementptr inbounds [3 x float], ptr %11, i64 0, i64 0
%85 = call i32 @normalize(ptr noundef %84)
%86 = load ptr, ptr %5, align 8
%87 = getelementptr inbounds [3 x float], ptr %9, i64 0, i64 0
%88 = getelementptr inbounds [3 x float], ptr %11, i64 0, i64 0
%89 = load i64, ptr %8, align 8
%90 = sub nsw i64 %89, 1
call void @subdivide(ptr noundef %86, ptr noundef %87, ptr noundef %88, i64 noundef %90)
%91 = load ptr, ptr %6, align 8
%92 = getelementptr inbounds [3 x float], ptr %10, i64 0, i64 0
%93 = getelementptr inbounds [3 x float], ptr %9, i64 0, i64 0
%94 = load i64, ptr %8, align 8
%95 = sub nsw i64 %94, 1
call void @subdivide(ptr noundef %91, ptr noundef %92, ptr noundef %93, i64 noundef %95)
%96 = load ptr, ptr %7, align 8
%97 = getelementptr inbounds [3 x float], ptr %11, i64 0, i64 0
%98 = getelementptr inbounds [3 x float], ptr %10, i64 0, i64 0
%99 = load i64, ptr %8, align 8
%100 = sub nsw i64 %99, 1
call void @subdivide(ptr noundef %96, ptr noundef %97, ptr noundef %98, i64 noundef %100)
%101 = getelementptr inbounds [3 x float], ptr %9, i64 0, i64 0
%102 = getelementptr inbounds [3 x float], ptr %10, i64 0, i64 0
%103 = getelementptr inbounds [3 x float], ptr %11, i64 0, i64 0
%104 = load i64, ptr %8, align 8
%105 = sub nsw i64 %104, 1
call void @subdivide(ptr noundef %101, ptr noundef %102, ptr noundef %103, i64 noundef %105)
br label %106
106: ; preds = %79, %15
ret void
}
declare i32 @drawtriangle(ptr noundef, ptr noundef, ptr noundef) #1
declare i32 @normalize(ptr noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"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/tmp6v3rtvi2.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @subdivide(ptr noundef %0, ptr noundef %1, ptr noundef %2, i64 noundef %3) #0 {
%5 = alloca ptr, align 8
%6 = alloca ptr, align 8
%7 = alloca ptr, align 8
%8 = alloca i64, align 8
%9 = alloca [3 x float], align 4
%10 = alloca [3 x float], align 4
%11 = alloca [3 x float], align 4
%12 = alloca i32, align 4
store ptr %0, ptr %5, align 8
store ptr %1, ptr %6, align 8
store ptr %2, ptr %7, align 8
store i64 %3, ptr %8, align 8
%13 = load i64, ptr %8, align 8
%14 = icmp sle i64 %13, 0
br i1 %14, label %15, label %20
15: ; preds = %4
%16 = load ptr, ptr %5, align 8
%17 = load ptr, ptr %6, align 8
%18 = load ptr, ptr %7, align 8
%19 = call i32 @drawtriangle(ptr noundef %16, ptr noundef %17, ptr noundef %18)
br label %107
20: ; preds = %4
store i32 0, ptr %12, align 4
%21 = load i32, ptr %12, align 4
%22 = icmp slt i32 %21, 3
br i1 %22, label %.lr.ph, label %80
.lr.ph: ; preds = %20
br label %23
23: ; preds = %.lr.ph, %75
%24 = load ptr, ptr %5, align 8
%25 = load i32, ptr %12, align 4
%26 = sext i32 %25 to i64
%27 = getelementptr inbounds float, ptr %24, i64 %26
%28 = load float, ptr %27, align 4
%29 = load ptr, ptr %6, align 8
%30 = load i32, ptr %12, align 4
%31 = sext i32 %30 to i64
%32 = getelementptr inbounds float, ptr %29, i64 %31
%33 = load float, ptr %32, align 4
%34 = fadd float %28, %33
%35 = fpext float %34 to double
%36 = fdiv double %35, 2.000000e+00
%37 = fptrunc double %36 to float
%38 = load i32, ptr %12, align 4
%39 = sext i32 %38 to i64
%40 = getelementptr inbounds [3 x float], ptr %9, i64 0, i64 %39
store float %37, ptr %40, align 4
%41 = load ptr, ptr %6, align 8
%42 = load i32, ptr %12, align 4
%43 = sext i32 %42 to i64
%44 = getelementptr inbounds float, ptr %41, i64 %43
%45 = load float, ptr %44, align 4
%46 = load ptr, ptr %7, align 8
%47 = load i32, ptr %12, align 4
%48 = sext i32 %47 to i64
%49 = getelementptr inbounds float, ptr %46, i64 %48
%50 = load float, ptr %49, align 4
%51 = fadd float %45, %50
%52 = fpext float %51 to double
%53 = fdiv double %52, 2.000000e+00
%54 = fptrunc double %53 to float
%55 = load i32, ptr %12, align 4
%56 = sext i32 %55 to i64
%57 = getelementptr inbounds [3 x float], ptr %10, i64 0, i64 %56
store float %54, ptr %57, align 4
%58 = load ptr, ptr %7, align 8
%59 = load i32, ptr %12, align 4
%60 = sext i32 %59 to i64
%61 = getelementptr inbounds float, ptr %58, i64 %60
%62 = load float, ptr %61, align 4
%63 = load ptr, ptr %5, align 8
%64 = load i32, ptr %12, align 4
%65 = sext i32 %64 to i64
%66 = getelementptr inbounds float, ptr %63, i64 %65
%67 = load float, ptr %66, align 4
%68 = fadd float %62, %67
%69 = fpext float %68 to double
%70 = fdiv double %69, 2.000000e+00
%71 = fptrunc double %70 to float
%72 = load i32, ptr %12, align 4
%73 = sext i32 %72 to i64
%74 = getelementptr inbounds [3 x float], ptr %11, i64 0, i64 %73
store float %71, ptr %74, align 4
br label %75
75: ; preds = %23
%76 = load i32, ptr %12, align 4
%77 = add nsw i32 %76, 1
store i32 %77, ptr %12, align 4
%78 = load i32, ptr %12, align 4
%79 = icmp slt i32 %78, 3
br i1 %79, label %23, label %._crit_edge, !llvm.loop !6
._crit_edge: ; preds = %75
br label %80
80: ; preds = %._crit_edge, %20
%81 = getelementptr inbounds [3 x float], ptr %9, i64 0, i64 0
%82 = call i32 @normalize(ptr noundef %81)
%83 = getelementptr inbounds [3 x float], ptr %10, i64 0, i64 0
%84 = call i32 @normalize(ptr noundef %83)
%85 = getelementptr inbounds [3 x float], ptr %11, i64 0, i64 0
%86 = call i32 @normalize(ptr noundef %85)
%87 = load ptr, ptr %5, align 8
%88 = getelementptr inbounds [3 x float], ptr %9, i64 0, i64 0
%89 = getelementptr inbounds [3 x float], ptr %11, i64 0, i64 0
%90 = load i64, ptr %8, align 8
%91 = sub nsw i64 %90, 1
call void @subdivide(ptr noundef %87, ptr noundef %88, ptr noundef %89, i64 noundef %91)
%92 = load ptr, ptr %6, align 8
%93 = getelementptr inbounds [3 x float], ptr %10, i64 0, i64 0
%94 = getelementptr inbounds [3 x float], ptr %9, i64 0, i64 0
%95 = load i64, ptr %8, align 8
%96 = sub nsw i64 %95, 1
call void @subdivide(ptr noundef %92, ptr noundef %93, ptr noundef %94, i64 noundef %96)
%97 = load ptr, ptr %7, align 8
%98 = getelementptr inbounds [3 x float], ptr %11, i64 0, i64 0
%99 = getelementptr inbounds [3 x float], ptr %10, i64 0, i64 0
%100 = load i64, ptr %8, align 8
%101 = sub nsw i64 %100, 1
call void @subdivide(ptr noundef %97, ptr noundef %98, ptr noundef %99, i64 noundef %101)
%102 = getelementptr inbounds [3 x float], ptr %9, i64 0, i64 0
%103 = getelementptr inbounds [3 x float], ptr %10, i64 0, i64 0
%104 = getelementptr inbounds [3 x float], ptr %11, i64 0, i64 0
%105 = load i64, ptr %8, align 8
%106 = sub nsw i64 %105, 1
call void @subdivide(ptr noundef %102, ptr noundef %103, ptr noundef %104, i64 noundef %106)
br label %107
107: ; preds = %80, %15
ret void
}
declare i32 @drawtriangle(ptr noundef, ptr noundef, ptr noundef) #1
declare i32 @normalize(ptr noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"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/tmpwwstxl14.c'
source_filename = "/tmp/tmpwwstxl14.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @STACKCAT(ptr noundef %0, ptr noundef %1, ptr noundef %2, ptr noundef %3) #0 {
%5 = alloca ptr, align 8
%6 = alloca ptr, align 8
%7 = alloca ptr, align 8
%8 = alloca ptr, align 8
%9 = alloca ptr, align 8
%10 = alloca ptr, align 8
store ptr %0, ptr %6, align 8
store ptr %1, ptr %7, align 8
store ptr %2, ptr %8, align 8
store ptr %3, ptr %9, align 8
%11 = load ptr, ptr %6, align 8
%12 = load ptr, ptr %7, align 8
%13 = load ptr, ptr %9, align 8
%14 = call ptr @STACK_PUSH(ptr noundef %11, ptr noundef %12, ptr noundef %13)
store ptr %14, ptr %10, align 8
%15 = load ptr, ptr %10, align 8
%16 = icmp ne ptr %15, null
br i1 %16, label %19, label %17
17: ; preds = %4
%18 = load ptr, ptr %10, align 8
store ptr %18, ptr %5, align 8
br label %27
19: ; preds = %4
%20 = load ptr, ptr %10, align 8
%21 = getelementptr inbounds i8, ptr %20, i32 -1
store ptr %21, ptr %10, align 8
%22 = load ptr, ptr %10, align 8
%23 = load ptr, ptr %8, align 8
%24 = load ptr, ptr %9, align 8
%25 = call ptr @STACK_PUSH(ptr noundef %22, ptr noundef %23, ptr noundef %24)
store ptr %25, ptr %10, align 8
%26 = load ptr, ptr %10, align 8
store ptr %26, ptr %5, align 8
br label %27
27: ; preds = %19, %17
%28 = load ptr, ptr %5, align 8
ret ptr %28
}
declare ptr @STACK_PUSH(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/tmpwwstxl14.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @STACKCAT(ptr noundef %0, ptr noundef %1, ptr noundef %2, ptr noundef %3) #0 {
%5 = alloca ptr, align 8
%6 = alloca ptr, align 8
%7 = alloca ptr, align 8
%8 = alloca ptr, align 8
%9 = alloca ptr, align 8
%10 = alloca ptr, align 8
store ptr %0, ptr %6, align 8
store ptr %1, ptr %7, align 8
store ptr %2, ptr %8, align 8
store ptr %3, ptr %9, align 8
%11 = load ptr, ptr %6, align 8
%12 = load ptr, ptr %7, align 8
%13 = load ptr, ptr %9, align 8
%14 = call ptr @STACK_PUSH(ptr noundef %11, ptr noundef %12, ptr noundef %13)
store ptr %14, ptr %10, align 8
%15 = load ptr, ptr %10, align 8
%16 = icmp ne ptr %15, null
br i1 %16, label %19, label %17
17: ; preds = %4
%18 = load ptr, ptr %10, align 8
store ptr %18, ptr %5, align 8
br label %27
19: ; preds = %4
%20 = load ptr, ptr %10, align 8
%21 = getelementptr inbounds i8, ptr %20, i32 -1
store ptr %21, ptr %10, align 8
%22 = load ptr, ptr %10, align 8
%23 = load ptr, ptr %8, align 8
%24 = load ptr, ptr %9, align 8
%25 = call ptr @STACK_PUSH(ptr noundef %22, ptr noundef %23, ptr noundef %24)
store ptr %25, ptr %10, align 8
%26 = load ptr, ptr %10, align 8
store ptr %26, ptr %5, align 8
br label %27
27: ; preds = %19, %17
%28 = load ptr, ptr %5, align 8
ret ptr %28
}
declare ptr @STACK_PUSH(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/tmpyjosluod.c'
source_filename = "/tmp/tmpyjosluod.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @biscTimedSpin(i32 noundef %0, i32 noundef %1) #0 {
%3 = alloca i32, align 4
%4 = alloca i32, align 4
%5 = alloca i32, align 4
store i32 %0, ptr %4, align 4
store i32 %1, ptr %5, align 4
%6 = load i32, ptr %5, align 4
%7 = icmp sle i32 %6, 0
br i1 %7, label %8, label %9
8: ; preds = %2
store i32 -1, ptr %3, align 4
br label %24
9: ; preds = %2
%10 = load i32, ptr %4, align 4
%11 = call i32 @biscSpin(i32 noundef %10)
%12 = icmp eq i32 %11, -1
br i1 %12, label %13, label %14
13: ; preds = %9
store i32 -1, ptr %3, align 4
br label %24
14: ; preds = %9
%15 = load i32, ptr %5, align 4
%16 = call i32 @biscWaitTime(i32 noundef %15)
%17 = icmp eq i32 %16, -1
br i1 %17, label %18, label %19
18: ; preds = %14
store i32 -1, ptr %3, align 4
br label %24
19: ; preds = %14
%20 = call i32 (...) @biscDriveStop()
%21 = icmp eq i32 %20, -1
br i1 %21, label %22, label %23
22: ; preds = %19
store i32 -1, ptr %3, align 4
br label %24
23: ; preds = %19
store i32 0, ptr %3, align 4
br label %24
24: ; preds = %23, %22, %18, %13, %8
%25 = load i32, ptr %3, align 4
ret i32 %25
}
declare i32 @biscSpin(i32 noundef) #1
declare i32 @biscWaitTime(i32 noundef) #1
declare i32 @biscDriveStop(...) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmpyjosluod.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @biscTimedSpin(i32 noundef %0, i32 noundef %1) #0 {
%3 = alloca i32, align 4
%4 = alloca i32, align 4
%5 = alloca i32, align 4
store i32 %0, ptr %4, align 4
store i32 %1, ptr %5, align 4
%6 = load i32, ptr %5, align 4
%7 = icmp sle i32 %6, 0
br i1 %7, label %8, label %9
8: ; preds = %2
store i32 -1, ptr %3, align 4
br label %24
9: ; preds = %2
%10 = load i32, ptr %4, align 4
%11 = call i32 @biscSpin(i32 noundef %10)
%12 = icmp eq i32 %11, -1
br i1 %12, label %13, label %14
13: ; preds = %9
store i32 -1, ptr %3, align 4
br label %24
14: ; preds = %9
%15 = load i32, ptr %5, align 4
%16 = call i32 @biscWaitTime(i32 noundef %15)
%17 = icmp eq i32 %16, -1
br i1 %17, label %18, label %19
18: ; preds = %14
store i32 -1, ptr %3, align 4
br label %24
19: ; preds = %14
%20 = call i32 (...) @biscDriveStop()
%21 = icmp eq i32 %20, -1
br i1 %21, label %22, label %23
22: ; preds = %19
store i32 -1, ptr %3, align 4
br label %24
23: ; preds = %19
store i32 0, ptr %3, align 4
br label %24
24: ; preds = %23, %22, %18, %13, %8
%25 = load i32, ptr %3, align 4
ret i32 %25
}
declare i32 @biscSpin(i32 noundef) #1
declare i32 @biscWaitTime(i32 noundef) #1
declare i32 @biscDriveStop(...) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
|
; ModuleID = '/tmp/tmpifiasiy5.c'
source_filename = "/tmp/tmpifiasiy5.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@.str = private unnamed_addr constant [16 x i8] c"yyparse() = %d\0A\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @main() #0 {
%1 = alloca i32, align 4
store i32 0, ptr %1, align 4
%2 = call i32 (...) @err_syntax18_parse()
%3 = call i32 @printf(ptr noundef @.str, i32 noundef %2)
ret i32 0
}
declare i32 @printf(ptr noundef, i32 noundef) #1
declare i32 @err_syntax18_parse(...) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmpifiasiy5.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@.str = private unnamed_addr constant [16 x i8] c"yyparse() = %d\0A\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @main() #0 {
%1 = alloca i32, align 4
store i32 0, ptr %1, align 4
%2 = call i32 (...) @err_syntax18_parse()
%3 = call i32 @printf(ptr noundef @.str, i32 noundef %2)
ret i32 0
}
declare i32 @printf(ptr noundef, i32 noundef) #1
declare i32 @err_syntax18_parse(...) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
|
; ModuleID = '/tmp/tmppil818wq.c'
source_filename = "/tmp/tmppil818wq.c"
target datalayout = "e-m:e-p270: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/tmppil818wq.c"
target datalayout = "e-m:e-p270: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/tmpxnlm32bp.c'
source_filename = "/tmp/tmpxnlm32bp.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@.str = private unnamed_addr constant [9 x i8] c"dump.inp\00", align 1
@.str.1 = private unnamed_addr constant [3 x i8] c"rb\00", align 1
@SEEK_SET = dso_local global i32 0, align 4
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @main(i32 noundef %0, ptr noundef %1) #0 {
%3 = alloca i32, align 4
%4 = alloca i32, align 4
%5 = alloca ptr, align 8
%6 = alloca [256 x i32], align 16
%7 = alloca ptr, align 8
%8 = alloca ptr, align 8
%9 = alloca i64, align 8
store i32 0, ptr %3, align 4
store i32 %0, ptr %4, align 4
store ptr %1, ptr %5, align 8
store ptr @.str, ptr %8, align 8
%10 = load ptr, ptr %8, align 8
%11 = call ptr @fopen(ptr noundef %10, ptr noundef @.str.1)
store ptr %11, ptr %7, align 8
store i64 7168, ptr %9, align 8
%12 = load ptr, ptr %7, align 8
%13 = load i64, ptr %9, align 8
%14 = load i32, ptr @SEEK_SET, align 4
%15 = call i32 @fseek(ptr noundef %12, i64 noundef %13, i32 noundef %14)
%16 = getelementptr inbounds [256 x i32], ptr %6, i64 0, i64 0
%17 = load ptr, ptr %7, align 8
%18 = call i32 @fread(ptr noundef %16, i32 noundef 1024, i32 noundef 1, ptr noundef %17)
ret i32 0
}
declare ptr @fopen(ptr noundef, ptr noundef) #1
declare i32 @fseek(ptr noundef, i64 noundef, i32 noundef) #1
declare i32 @fread(ptr noundef, i32 noundef, i32 noundef, ptr noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmpxnlm32bp.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@.str = private unnamed_addr constant [9 x i8] c"dump.inp\00", align 1
@.str.1 = private unnamed_addr constant [3 x i8] c"rb\00", align 1
@SEEK_SET = dso_local global i32 0, align 4
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @main(i32 noundef %0, ptr noundef %1) #0 {
%3 = alloca i32, align 4
%4 = alloca i32, align 4
%5 = alloca ptr, align 8
%6 = alloca [256 x i32], align 16
%7 = alloca ptr, align 8
%8 = alloca ptr, align 8
%9 = alloca i64, align 8
store i32 0, ptr %3, align 4
store i32 %0, ptr %4, align 4
store ptr %1, ptr %5, align 8
store ptr @.str, ptr %8, align 8
%10 = load ptr, ptr %8, align 8
%11 = call ptr @fopen(ptr noundef %10, ptr noundef @.str.1)
store ptr %11, ptr %7, align 8
store i64 7168, ptr %9, align 8
%12 = load ptr, ptr %7, align 8
%13 = load i64, ptr %9, align 8
%14 = load i32, ptr @SEEK_SET, align 4
%15 = call i32 @fseek(ptr noundef %12, i64 noundef %13, i32 noundef %14)
%16 = getelementptr inbounds [256 x i32], ptr %6, i64 0, i64 0
%17 = load ptr, ptr %7, align 8
%18 = call i32 @fread(ptr noundef %16, i32 noundef 1024, i32 noundef 1, ptr noundef %17)
ret i32 0
}
declare ptr @fopen(ptr noundef, ptr noundef) #1
declare i32 @fseek(ptr noundef, i64 noundef, i32 noundef) #1
declare i32 @fread(ptr noundef, i32 noundef, i32 noundef, ptr noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
|
; ModuleID = '/tmp/tmpbkqmvedd.c'
source_filename = "/tmp/tmpbkqmvedd.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@stdin = dso_local global i32 0, align 4
@.str = private unnamed_addr constant [2 x i8] c"0\00", align 1
@.str.1 = private unnamed_addr constant [8 x i8] c"NOMATCH\00", align 1
@FNM_NOMATCH = dso_local global i32 0, align 4
@.str.2 = private unnamed_addr constant [1 x i8] zeroinitializer, align 1
@.str.3 = private unnamed_addr constant [74 x i8] c"%3d: fnmatch (\22%s\22, \22%s\22): SKIP multibyte test (requires locale support)\0A\00", align 1
@.str.4 = private unnamed_addr constant [81 x i8] c"%3d: fnmatch (\22%s\22, \22%s\22): SKIP collating symbol test (requires locale support)\0A\00", align 1
@.str.5 = private unnamed_addr constant [82 x i8] c"%3d: fnmatch (\22%s\22, \22%s\22): SKIP equivalence class test (requires locale support)\0A\00", align 1
@.str.6 = private unnamed_addr constant [37 x i8] c"%3d: fnmatch (\22%s\22, \22%s\22, %s) = %s%c\00", align 1
@.str.7 = private unnamed_addr constant [12 x i8] c"FNM_NOMATCH\00", align 1
@.str.8 = private unnamed_addr constant [3 x i8] c"%d\00", align 1
@.str.9 = private unnamed_addr constant [25 x i8] c"(FAIL, expected %s) ***\0A\00", align 1
@.str.10 = private unnamed_addr constant [58 x i8] c"=====================\0A%3d tests, %3d failed, %3d skipped\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 i64, align 8
%4 = alloca i32, align 4
%5 = alloca i32, align 4
%6 = alloca i32, align 4
%7 = alloca ptr, align 8
%8 = alloca i64, align 8
%9 = alloca ptr, align 8
%10 = alloca i64, align 8
%11 = alloca i32, align 4
%12 = alloca i32, align 4
%13 = alloca ptr, align 8
%14 = alloca ptr, align 8
%15 = alloca ptr, align 8
%16 = alloca ptr, align 8
%17 = alloca ptr, align 8
%18 = alloca i32, align 4
%19 = alloca ptr, align 8
%20 = alloca i32, align 4
%21 = alloca i32, align 4
%22 = alloca [24 x i8], align 16
%23 = alloca ptr, align 8
store i32 0, ptr %1, align 4
store ptr null, ptr %2, align 8
store i64 0, ptr %3, align 8
store i32 0, ptr %4, align 4
store i32 0, ptr %5, align 4
store i32 0, ptr %6, align 4
store ptr null, ptr %7, align 8
store i64 0, ptr %8, align 8
store ptr null, ptr %9, align 8
store i64 0, ptr %10, align 8
store i32 0, ptr %11, align 4
br label %24
24: ; preds = %210, %134, %118, %102, %91, %78, %59, %54, %49, %44, %38, %0
%25 = load i32, ptr @stdin, align 4
%26 = call i32 @feof(i32 noundef %25)
%27 = icmp ne i32 %26, 0
%28 = xor i1 %27, true
br i1 %28, label %29, label %211
29: ; preds = %24
%30 = load i32, ptr @stdin, align 4
%31 = call i32 @getline(ptr noundef %2, ptr noundef %3, i32 noundef %30)
store i32 %31, ptr %12, align 4
%32 = load i32, ptr %12, align 4
%33 = icmp eq i32 %32, -1
br i1 %33, label %34, label %35
34: ; preds = %29
br label %211
35: ; preds = %29
%36 = load i32, ptr %12, align 4
%37 = icmp eq i32 %36, 0
br i1 %37, label %38, label %39
38: ; preds = %35
br label %24, !llvm.loop !6
39: ; preds = %35
%40 = load ptr, ptr %2, align 8
store ptr %40, ptr %13, align 8
%41 = call ptr @next_input(ptr noundef %13, i32 noundef 1, i32 noundef 0)
store ptr %41, ptr %14, align 8
%42 = load ptr, ptr %14, align 8
%43 = icmp eq ptr %42, null
br i1 %43, label %44, label %45
44: ; preds = %39
br label %24, !llvm.loop !6
45: ; preds = %39
%46 = call ptr @next_input(ptr noundef %13, i32 noundef 0, i32 noundef 0)
store ptr %46, ptr %15, align 8
%47 = load ptr, ptr %15, align 8
%48 = icmp eq ptr %47, null
br i1 %48, label %49, label %50
49: ; preds = %45
br label %24, !llvm.loop !6
50: ; preds = %45
%51 = call ptr @next_input(ptr noundef %13, i32 noundef 0, i32 noundef 0)
store ptr %51, ptr %16, align 8
%52 = load ptr, ptr %16, align 8
%53 = icmp eq ptr %52, null
br i1 %53, label %54, label %55
54: ; preds = %50
br label %24, !llvm.loop !6
55: ; preds = %50
%56 = call ptr @next_input(ptr noundef %13, i32 noundef 0, i32 noundef 0)
store ptr %56, ptr %17, align 8
%57 = load ptr, ptr %17, align 8
%58 = icmp eq ptr %57, null
br i1 %58, label %59, label %60
59: ; preds = %55
br label %24, !llvm.loop !6
60: ; preds = %55
%61 = load ptr, ptr %17, align 8
%62 = call i64 @strcmp(ptr noundef %61, ptr noundef @.str)
%63 = icmp eq i64 %62, 0
br i1 %63, label %64, label %65
64: ; preds = %60
store i32 0, ptr %18, align 4
br label %81
65: ; preds = %60
%66 = load ptr, ptr %17, align 8
%67 = call i64 @strcasecmp(ptr noundef %66, ptr noundef @.str.1)
%68 = icmp eq i64 %67, 0
br i1 %68, label %69, label %71
69: ; preds = %65
%70 = load i32, ptr @FNM_NOMATCH, align 4
store i32 %70, ptr %18, align 4
br label %80
71: ; preds = %65
%72 = load ptr, ptr %17, align 8
%73 = call i32 @strtol(ptr noundef %72, ptr noundef %23, i32 noundef 0)
store i32 %73, ptr %18, align 4
%74 = load ptr, ptr %23, 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 %78, label %79
78: ; preds = %71
br label %24, !llvm.loop !6
79: ; preds = %71
br label %80
80: ; preds = %79, %69
br label %81
81: ; preds = %80, %64
%82 = call ptr @next_input(ptr noundef %13, i32 noundef 0, i32 noundef 1)
store ptr %82, ptr %19, align 8
%83 = load ptr, ptr %19, align 8
%84 = icmp eq ptr %83, null
br i1 %84, label %85, label %86
85: ; preds = %81
store ptr @.str.2, ptr %19, align 8
br label %86
86: ; preds = %85, %81
%87 = load ptr, ptr %19, align 8
%88 = call i32 @convert_flags(ptr noundef %87)
store i32 %88, ptr %20, align 4
%89 = load i32, ptr %20, align 4
%90 = icmp eq i32 %89, -1
br i1 %90, label %91, label %92
91: ; preds = %86
br label %24, !llvm.loop !6
92: ; preds = %86
%93 = load i32, ptr %4, align 4
%94 = add nsw i32 %93, 1
store i32 %94, ptr %4, align 4
%95 = load ptr, ptr %16, align 8
%96 = call i32 @str_isalpha(ptr noundef %95)
%97 = icmp ne i32 %96, 0
br i1 %97, label %98, label %102
98: ; preds = %92
%99 = load ptr, ptr %15, align 8
%100 = call i32 @str_isalpha(ptr noundef %99)
%101 = icmp ne i32 %100, 0
br i1 %101, label %110, label %102
102: ; preds = %98, %92
%103 = load i32, ptr %6, align 4
%104 = add nsw i32 %103, 1
store i32 %104, ptr %6, align 4
%105 = load i32, ptr %11, align 4
%106 = add nsw i32 %105, 1
store i32 %106, ptr %11, align 4
%107 = load ptr, ptr %16, align 8
%108 = load ptr, ptr %15, align 8
%109 = call i32 (ptr, ...) @printf(ptr noundef @.str.3, i32 noundef %106, ptr noundef %107, ptr noundef %108)
br label %24, !llvm.loop !6
110: ; preds = %98
%111 = load ptr, ptr %16, align 8
%112 = call i64 @str_has_funk(ptr noundef %111, i8 noundef signext 46)
%113 = icmp ne i64 %112, 0
br i1 %113, label %118, label %114
114: ; preds = %110
%115 = load ptr, ptr %15, align 8
%116 = call i64 @str_has_funk(ptr noundef %115, i8 noundef signext 46)
%117 = icmp ne i64 %116, 0
br i1 %117, label %118, label %126
118: ; preds = %114, %110
%119 = load i32, ptr %6, align 4
%120 = add nsw i32 %119, 1
store i32 %120, ptr %6, align 4
%121 = load i32, ptr %11, align 4
%122 = add nsw i32 %121, 1
store i32 %122, ptr %11, align 4
%123 = load ptr, ptr %16, align 8
%124 = load ptr, ptr %15, align 8
%125 = call i32 (ptr, ...) @printf(ptr noundef @.str.4, i32 noundef %122, ptr noundef %123, ptr noundef %124)
br label %24, !llvm.loop !6
126: ; preds = %114
%127 = load ptr, ptr %16, align 8
%128 = call i64 @str_has_funk(ptr noundef %127, i8 noundef signext 61)
%129 = icmp ne i64 %128, 0
br i1 %129, label %134, label %130
130: ; preds = %126
%131 = load ptr, ptr %15, align 8
%132 = call i64 @str_has_funk(ptr noundef %131, i8 noundef signext 61)
%133 = icmp ne i64 %132, 0
br i1 %133, label %134, label %142
134: ; preds = %130, %126
%135 = load i32, ptr %6, align 4
%136 = add nsw i32 %135, 1
store i32 %136, ptr %6, align 4
%137 = load i32, ptr %11, align 4
%138 = add nsw i32 %137, 1
store i32 %138, ptr %11, align 4
%139 = load ptr, ptr %16, align 8
%140 = load ptr, ptr %15, align 8
%141 = call i32 (ptr, ...) @printf(ptr noundef @.str.5, i32 noundef %138, ptr noundef %139, ptr noundef %140)
br label %24, !llvm.loop !6
142: ; preds = %130
%143 = load ptr, ptr %16, align 8
%144 = load ptr, ptr %15, align 8
%145 = load i32, ptr %20, align 4
%146 = call i32 @fnmatch(ptr noundef %143, ptr noundef %144, i32 noundef %145)
store i32 %146, ptr %21, align 4
%147 = load i32, ptr %11, align 4
%148 = add nsw i32 %147, 1
store i32 %148, ptr %11, align 4
%149 = load ptr, ptr %16, align 8
%150 = call ptr @escape(ptr noundef %149, ptr noundef %10, ptr noundef %9)
%151 = load ptr, ptr %15, align 8
%152 = call ptr @escape(ptr noundef %151, ptr noundef %8, ptr noundef %7)
%153 = load i32, ptr %20, align 4
%154 = call ptr @flag_output(i32 noundef %153)
%155 = load i32, ptr %21, align 4
%156 = icmp eq i32 %155, 0
br i1 %156, label %157, label %158
157: ; preds = %142
br label %170
158: ; preds = %142
%159 = load i32, ptr %21, align 4
%160 = load i32, ptr @FNM_NOMATCH, align 4
%161 = icmp eq i32 %159, %160
br i1 %161, label %162, label %163
162: ; preds = %158
br label %168
163: ; preds = %158
%164 = getelementptr inbounds [24 x i8], ptr %22, i64 0, i64 0
%165 = load i32, ptr %21, align 4
%166 = call ptr @sprintf(ptr noundef %164, ptr noundef @.str.8, i32 noundef %165)
%167 = getelementptr inbounds [24 x i8], ptr %22, i64 0, i64 0
br label %168
168: ; preds = %163, %162
%169 = phi ptr [ @.str.7, %162 ], [ %167, %163 ]
br label %170
170: ; preds = %168, %157
%171 = phi ptr [ @.str, %157 ], [ %169, %168 ]
%172 = load i32, ptr %21, align 4
%173 = icmp ne i32 %172, 0
%174 = zext i1 %173 to i32
%175 = load i32, ptr %18, align 4
%176 = icmp ne i32 %175, 0
%177 = zext i1 %176 to i32
%178 = icmp ne i32 %174, %177
%179 = zext i1 %178 to i64
%180 = select i1 %178, i32 32, i32 10
%181 = call i32 (ptr, ...) @printf(ptr noundef @.str.6, i32 noundef %148, ptr noundef %150, ptr noundef %152, ptr noundef %154, ptr noundef %171, i32 noundef %180)
%182 = load i32, ptr %21, align 4
%183 = icmp ne i32 %182, 0
%184 = zext i1 %183 to i32
%185 = load i32, ptr %18, align 4
%186 = icmp ne i32 %185, 0
%187 = zext i1 %186 to i32
%188 = icmp ne i32 %184, %187
br i1 %188, label %189, label %210
189: ; preds = %170
%190 = load i32, ptr %18, align 4
%191 = icmp eq i32 %190, 0
br i1 %191, label %192, label %193
192: ; preds = %189
br label %205
193: ; preds = %189
%194 = load i32, ptr %18, align 4
%195 = load i32, ptr @FNM_NOMATCH, align 4
%196 = icmp eq i32 %194, %195
br i1 %196, label %197, label %198
197: ; preds = %193
br label %203
198: ; preds = %193
%199 = getelementptr inbounds [24 x i8], ptr %22, i64 0, i64 0
%200 = load i32, ptr %18, align 4
%201 = call ptr @sprintf(ptr noundef %199, ptr noundef @.str.8, i32 noundef %200)
%202 = getelementptr inbounds [24 x i8], ptr %22, i64 0, i64 0
br label %203
203: ; preds = %198, %197
%204 = phi ptr [ @.str.7, %197 ], [ %202, %198 ]
br label %205
205: ; preds = %203, %192
%206 = phi ptr [ @.str, %192 ], [ %204, %203 ]
%207 = call i32 (ptr, ...) @printf(ptr noundef @.str.9, ptr noundef %206)
%208 = load i32, ptr %5, align 4
%209 = add nsw i32 %208, 1
store i32 %209, ptr %5, align 4
br label %210
210: ; preds = %205, %170
br label %24, !llvm.loop !6
211: ; preds = %34, %24
%212 = load i32, ptr %4, align 4
%213 = load i32, ptr %5, align 4
%214 = load i32, ptr %6, align 4
%215 = call i32 (ptr, ...) @printf(ptr noundef @.str.10, i32 noundef %212, i32 noundef %213, i32 noundef %214)
%216 = load ptr, ptr %9, align 8
%217 = call i32 @free(ptr noundef %216)
%218 = load ptr, ptr %7, align 8
%219 = call i32 @free(ptr noundef %218)
%220 = load ptr, ptr %2, align 8
%221 = call i32 @free(ptr noundef %220)
%222 = load i32, ptr %5, align 4
%223 = icmp ne i32 %222, 0
%224 = zext i1 %223 to i32
ret i32 %224
}
declare i32 @feof(i32 noundef) #1
declare i32 @getline(ptr noundef, ptr noundef, i32 noundef) #1
declare ptr @next_input(ptr noundef, i32 noundef, i32 noundef) #1
declare i64 @strcmp(ptr noundef, ptr noundef) #1
declare i64 @strcasecmp(ptr noundef, ptr noundef) #1
declare i32 @strtol(ptr noundef, ptr noundef, i32 noundef) #1
declare i32 @convert_flags(ptr noundef) #1
declare i32 @str_isalpha(ptr noundef) #1
declare i32 @printf(ptr noundef, ...) #1
declare i64 @str_has_funk(ptr noundef, i8 noundef signext) #1
declare i32 @fnmatch(ptr noundef, ptr noundef, i32 noundef) #1
declare ptr @escape(ptr noundef, ptr noundef, ptr noundef) #1
declare ptr @flag_output(i32 noundef) #1
declare ptr @sprintf(ptr noundef, ptr noundef, i32 noundef) #1
declare i32 @free(ptr noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
!6 = distinct !{!6, !7}
!7 = !{!"llvm.loop.mustprogress"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmpbkqmvedd.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@stdin = dso_local global i32 0, align 4
@.str = private unnamed_addr constant [2 x i8] c"0\00", align 1
@.str.1 = private unnamed_addr constant [8 x i8] c"NOMATCH\00", align 1
@FNM_NOMATCH = dso_local global i32 0, align 4
@.str.2 = private unnamed_addr constant [1 x i8] zeroinitializer, align 1
@.str.3 = private unnamed_addr constant [74 x i8] c"%3d: fnmatch (\22%s\22, \22%s\22): SKIP multibyte test (requires locale support)\0A\00", align 1
@.str.4 = private unnamed_addr constant [81 x i8] c"%3d: fnmatch (\22%s\22, \22%s\22): SKIP collating symbol test (requires locale support)\0A\00", align 1
@.str.5 = private unnamed_addr constant [82 x i8] c"%3d: fnmatch (\22%s\22, \22%s\22): SKIP equivalence class test (requires locale support)\0A\00", align 1
@.str.6 = private unnamed_addr constant [37 x i8] c"%3d: fnmatch (\22%s\22, \22%s\22, %s) = %s%c\00", align 1
@.str.7 = private unnamed_addr constant [12 x i8] c"FNM_NOMATCH\00", align 1
@.str.8 = private unnamed_addr constant [3 x i8] c"%d\00", align 1
@.str.9 = private unnamed_addr constant [25 x i8] c"(FAIL, expected %s) ***\0A\00", align 1
@.str.10 = private unnamed_addr constant [58 x i8] c"=====================\0A%3d tests, %3d failed, %3d skipped\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 i64, align 8
%4 = alloca i32, align 4
%5 = alloca i32, align 4
%6 = alloca i32, align 4
%7 = alloca ptr, align 8
%8 = alloca i64, align 8
%9 = alloca ptr, align 8
%10 = alloca i64, align 8
%11 = alloca i32, align 4
%12 = alloca i32, align 4
%13 = alloca ptr, align 8
%14 = alloca ptr, align 8
%15 = alloca ptr, align 8
%16 = alloca ptr, align 8
%17 = alloca ptr, align 8
%18 = alloca i32, align 4
%19 = alloca ptr, align 8
%20 = alloca i32, align 4
%21 = alloca i32, align 4
%22 = alloca [24 x i8], align 16
%23 = alloca ptr, align 8
store i32 0, ptr %1, align 4
store ptr null, ptr %2, align 8
store i64 0, ptr %3, align 8
store i32 0, ptr %4, align 4
store i32 0, ptr %5, align 4
store i32 0, ptr %6, align 4
store ptr null, ptr %7, align 8
store i64 0, ptr %8, align 8
store ptr null, ptr %9, align 8
store i64 0, ptr %10, align 8
store i32 0, ptr %11, align 4
%24 = load i32, ptr @stdin, align 4
%25 = call i32 @feof(i32 noundef %24)
%26 = icmp ne i32 %25, 0
%27 = xor i1 %26, true
br i1 %27, label %.lr.ph, label %.loopexit
.lr.ph: ; preds = %0
br label %28
28: ; preds = %.lr.ph, %.backedge
%29 = load i32, ptr @stdin, align 4
%30 = call i32 @getline(ptr noundef %2, ptr noundef %3, i32 noundef %29)
store i32 %30, ptr %12, align 4
%31 = load i32, ptr %12, align 4
%32 = icmp eq i32 %31, -1
br i1 %32, label %33, label %34
33: ; preds = %28
br label %214
34: ; preds = %28
%35 = load i32, ptr %12, align 4
%36 = icmp eq i32 %35, 0
br i1 %36, label %37, label %42
37: ; preds = %34
br label %.backedge
.backedge: ; preds = %37, %47, %52, %57, %62, %81, %94, %105, %121, %137, %213
%38 = load i32, ptr @stdin, align 4
%39 = call i32 @feof(i32 noundef %38)
%40 = icmp ne i32 %39, 0
%41 = xor i1 %40, true
br i1 %41, label %28, label %..loopexit_crit_edge, !llvm.loop !6
42: ; preds = %34
%43 = load ptr, ptr %2, align 8
store ptr %43, ptr %13, align 8
%44 = call ptr @next_input(ptr noundef %13, i32 noundef 1, i32 noundef 0)
store ptr %44, ptr %14, align 8
%45 = load ptr, ptr %14, align 8
%46 = icmp eq ptr %45, null
br i1 %46, label %47, label %48
47: ; preds = %42
br label %.backedge
48: ; preds = %42
%49 = call ptr @next_input(ptr noundef %13, i32 noundef 0, i32 noundef 0)
store ptr %49, ptr %15, align 8
%50 = load ptr, ptr %15, align 8
%51 = icmp eq ptr %50, null
br i1 %51, label %52, label %53
52: ; preds = %48
br label %.backedge
53: ; preds = %48
%54 = call ptr @next_input(ptr noundef %13, i32 noundef 0, i32 noundef 0)
store ptr %54, ptr %16, align 8
%55 = load ptr, ptr %16, align 8
%56 = icmp eq ptr %55, null
br i1 %56, label %57, label %58
57: ; preds = %53
br label %.backedge
58: ; preds = %53
%59 = call ptr @next_input(ptr noundef %13, i32 noundef 0, i32 noundef 0)
store ptr %59, ptr %17, align 8
%60 = load ptr, ptr %17, align 8
%61 = icmp eq ptr %60, null
br i1 %61, label %62, label %63
62: ; preds = %58
br label %.backedge
63: ; preds = %58
%64 = load ptr, ptr %17, align 8
%65 = call i64 @strcmp(ptr noundef %64, ptr noundef @.str)
%66 = icmp eq i64 %65, 0
br i1 %66, label %67, label %68
67: ; preds = %63
store i32 0, ptr %18, align 4
br label %84
68: ; preds = %63
%69 = load ptr, ptr %17, align 8
%70 = call i64 @strcasecmp(ptr noundef %69, ptr noundef @.str.1)
%71 = icmp eq i64 %70, 0
br i1 %71, label %72, label %74
72: ; preds = %68
%73 = load i32, ptr @FNM_NOMATCH, align 4
store i32 %73, ptr %18, align 4
br label %83
74: ; preds = %68
%75 = load ptr, ptr %17, align 8
%76 = call i32 @strtol(ptr noundef %75, ptr noundef %23, i32 noundef 0)
store i32 %76, ptr %18, align 4
%77 = load ptr, ptr %23, align 8
%78 = load i8, ptr %77, align 1
%79 = sext i8 %78 to i32
%80 = icmp ne i32 %79, 0
br i1 %80, label %81, label %82
81: ; preds = %74
br label %.backedge
82: ; preds = %74
br label %83
83: ; preds = %82, %72
br label %84
84: ; preds = %83, %67
%85 = call ptr @next_input(ptr noundef %13, i32 noundef 0, i32 noundef 1)
store ptr %85, ptr %19, align 8
%86 = load ptr, ptr %19, align 8
%87 = icmp eq ptr %86, null
br i1 %87, label %88, label %89
88: ; preds = %84
store ptr @.str.2, ptr %19, align 8
br label %89
89: ; preds = %88, %84
%90 = load ptr, ptr %19, align 8
%91 = call i32 @convert_flags(ptr noundef %90)
store i32 %91, ptr %20, align 4
%92 = load i32, ptr %20, align 4
%93 = icmp eq i32 %92, -1
br i1 %93, label %94, label %95
94: ; preds = %89
br label %.backedge
95: ; preds = %89
%96 = load i32, ptr %4, align 4
%97 = add nsw i32 %96, 1
store i32 %97, ptr %4, align 4
%98 = load ptr, ptr %16, align 8
%99 = call i32 @str_isalpha(ptr noundef %98)
%100 = icmp ne i32 %99, 0
br i1 %100, label %101, label %105
101: ; preds = %95
%102 = load ptr, ptr %15, align 8
%103 = call i32 @str_isalpha(ptr noundef %102)
%104 = icmp ne i32 %103, 0
br i1 %104, label %113, label %105
105: ; preds = %101, %95
%106 = load i32, ptr %6, align 4
%107 = add nsw i32 %106, 1
store i32 %107, ptr %6, align 4
%108 = load i32, ptr %11, align 4
%109 = add nsw i32 %108, 1
store i32 %109, ptr %11, align 4
%110 = load ptr, ptr %16, align 8
%111 = load ptr, ptr %15, align 8
%112 = call i32 (ptr, ...) @printf(ptr noundef @.str.3, i32 noundef %109, ptr noundef %110, ptr noundef %111)
br label %.backedge
113: ; preds = %101
%114 = load ptr, ptr %16, align 8
%115 = call i64 @str_has_funk(ptr noundef %114, i8 noundef signext 46)
%116 = icmp ne i64 %115, 0
br i1 %116, label %121, label %117
117: ; preds = %113
%118 = load ptr, ptr %15, align 8
%119 = call i64 @str_has_funk(ptr noundef %118, i8 noundef signext 46)
%120 = icmp ne i64 %119, 0
br i1 %120, label %121, label %129
121: ; preds = %117, %113
%122 = load i32, ptr %6, align 4
%123 = add nsw i32 %122, 1
store i32 %123, ptr %6, align 4
%124 = load i32, ptr %11, align 4
%125 = add nsw i32 %124, 1
store i32 %125, ptr %11, align 4
%126 = load ptr, ptr %16, align 8
%127 = load ptr, ptr %15, align 8
%128 = call i32 (ptr, ...) @printf(ptr noundef @.str.4, i32 noundef %125, ptr noundef %126, ptr noundef %127)
br label %.backedge
129: ; preds = %117
%130 = load ptr, ptr %16, align 8
%131 = call i64 @str_has_funk(ptr noundef %130, i8 noundef signext 61)
%132 = icmp ne i64 %131, 0
br i1 %132, label %137, label %133
133: ; preds = %129
%134 = load ptr, ptr %15, align 8
%135 = call i64 @str_has_funk(ptr noundef %134, i8 noundef signext 61)
%136 = icmp ne i64 %135, 0
br i1 %136, label %137, label %145
137: ; preds = %133, %129
%138 = load i32, ptr %6, align 4
%139 = add nsw i32 %138, 1
store i32 %139, ptr %6, align 4
%140 = load i32, ptr %11, align 4
%141 = add nsw i32 %140, 1
store i32 %141, ptr %11, align 4
%142 = load ptr, ptr %16, align 8
%143 = load ptr, ptr %15, align 8
%144 = call i32 (ptr, ...) @printf(ptr noundef @.str.5, i32 noundef %141, ptr noundef %142, ptr noundef %143)
br label %.backedge
145: ; preds = %133
%146 = load ptr, ptr %16, align 8
%147 = load ptr, ptr %15, align 8
%148 = load i32, ptr %20, align 4
%149 = call i32 @fnmatch(ptr noundef %146, ptr noundef %147, i32 noundef %148)
store i32 %149, ptr %21, align 4
%150 = load i32, ptr %11, align 4
%151 = add nsw i32 %150, 1
store i32 %151, ptr %11, align 4
%152 = load ptr, ptr %16, align 8
%153 = call ptr @escape(ptr noundef %152, ptr noundef %10, ptr noundef %9)
%154 = load ptr, ptr %15, align 8
%155 = call ptr @escape(ptr noundef %154, ptr noundef %8, ptr noundef %7)
%156 = load i32, ptr %20, align 4
%157 = call ptr @flag_output(i32 noundef %156)
%158 = load i32, ptr %21, align 4
%159 = icmp eq i32 %158, 0
br i1 %159, label %160, label %161
160: ; preds = %145
br label %173
161: ; preds = %145
%162 = load i32, ptr %21, align 4
%163 = load i32, ptr @FNM_NOMATCH, align 4
%164 = icmp eq i32 %162, %163
br i1 %164, label %165, label %166
165: ; preds = %161
br label %171
166: ; preds = %161
%167 = getelementptr inbounds [24 x i8], ptr %22, i64 0, i64 0
%168 = load i32, ptr %21, align 4
%169 = call ptr @sprintf(ptr noundef %167, ptr noundef @.str.8, i32 noundef %168)
%170 = getelementptr inbounds [24 x i8], ptr %22, i64 0, i64 0
br label %171
171: ; preds = %166, %165
%172 = phi ptr [ @.str.7, %165 ], [ %170, %166 ]
br label %173
173: ; preds = %171, %160
%174 = phi ptr [ @.str, %160 ], [ %172, %171 ]
%175 = load i32, ptr %21, align 4
%176 = icmp ne i32 %175, 0
%177 = zext i1 %176 to i32
%178 = load i32, ptr %18, align 4
%179 = icmp ne i32 %178, 0
%180 = zext i1 %179 to i32
%181 = icmp ne i32 %177, %180
%182 = zext i1 %181 to i64
%183 = select i1 %181, i32 32, i32 10
%184 = call i32 (ptr, ...) @printf(ptr noundef @.str.6, i32 noundef %151, ptr noundef %153, ptr noundef %155, ptr noundef %157, ptr noundef %174, i32 noundef %183)
%185 = load i32, ptr %21, align 4
%186 = icmp ne i32 %185, 0
%187 = zext i1 %186 to i32
%188 = load i32, ptr %18, align 4
%189 = icmp ne i32 %188, 0
%190 = zext i1 %189 to i32
%191 = icmp ne i32 %187, %190
br i1 %191, label %192, label %213
192: ; preds = %173
%193 = load i32, ptr %18, align 4
%194 = icmp eq i32 %193, 0
br i1 %194, label %195, label %196
195: ; preds = %192
br label %208
196: ; preds = %192
%197 = load i32, ptr %18, align 4
%198 = load i32, ptr @FNM_NOMATCH, align 4
%199 = icmp eq i32 %197, %198
br i1 %199, label %200, label %201
200: ; preds = %196
br label %206
201: ; preds = %196
%202 = getelementptr inbounds [24 x i8], ptr %22, i64 0, i64 0
%203 = load i32, ptr %18, align 4
%204 = call ptr @sprintf(ptr noundef %202, ptr noundef @.str.8, i32 noundef %203)
%205 = getelementptr inbounds [24 x i8], ptr %22, i64 0, i64 0
br label %206
206: ; preds = %201, %200
%207 = phi ptr [ @.str.7, %200 ], [ %205, %201 ]
br label %208
208: ; preds = %206, %195
%209 = phi ptr [ @.str, %195 ], [ %207, %206 ]
%210 = call i32 (ptr, ...) @printf(ptr noundef @.str.9, ptr noundef %209)
%211 = load i32, ptr %5, align 4
%212 = add nsw i32 %211, 1
store i32 %212, ptr %5, align 4
br label %213
213: ; preds = %208, %173
br label %.backedge
..loopexit_crit_edge: ; preds = %.backedge
br label %.loopexit
.loopexit: ; preds = %..loopexit_crit_edge, %0
br label %214
214: ; preds = %.loopexit, %33
%215 = load i32, ptr %4, align 4
%216 = load i32, ptr %5, align 4
%217 = load i32, ptr %6, align 4
%218 = call i32 (ptr, ...) @printf(ptr noundef @.str.10, i32 noundef %215, i32 noundef %216, i32 noundef %217)
%219 = load ptr, ptr %9, align 8
%220 = call i32 @free(ptr noundef %219)
%221 = load ptr, ptr %7, align 8
%222 = call i32 @free(ptr noundef %221)
%223 = load ptr, ptr %2, align 8
%224 = call i32 @free(ptr noundef %223)
%225 = load i32, ptr %5, align 4
%226 = icmp ne i32 %225, 0
%227 = zext i1 %226 to i32
ret i32 %227
}
declare i32 @feof(i32 noundef) #1
declare i32 @getline(ptr noundef, ptr noundef, i32 noundef) #1
declare ptr @next_input(ptr noundef, i32 noundef, i32 noundef) #1
declare i64 @strcmp(ptr noundef, ptr noundef) #1
declare i64 @strcasecmp(ptr noundef, ptr noundef) #1
declare i32 @strtol(ptr noundef, ptr noundef, i32 noundef) #1
declare i32 @convert_flags(ptr noundef) #1
declare i32 @str_isalpha(ptr noundef) #1
declare i32 @printf(ptr noundef, ...) #1
declare i64 @str_has_funk(ptr noundef, i8 noundef signext) #1
declare i32 @fnmatch(ptr noundef, ptr noundef, i32 noundef) #1
declare ptr @escape(ptr noundef, ptr noundef, ptr noundef) #1
declare ptr @flag_output(i32 noundef) #1
declare ptr @sprintf(ptr noundef, ptr noundef, i32 noundef) #1
declare i32 @free(ptr noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
!6 = distinct !{!6, !7}
!7 = !{!"llvm.loop.mustprogress"}
|
; ModuleID = '/tmp/tmp5slwvl3_.c'
source_filename = "/tmp/tmp5slwvl3_.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @maxXor(i32 noundef %0, i32 noundef %1) #0 {
%3 = alloca i32, align 4
%4 = alloca i32, align 4
%5 = alloca i32, align 4
%6 = alloca i32, align 4
store i32 %0, ptr %3, align 4
store i32 %1, ptr %4, align 4
%7 = load i32, ptr %3, align 4
%8 = load i32, ptr %4, align 4
%9 = xor i32 %7, %8
store i32 %9, ptr %5, align 4
store i32 0, ptr %6, align 4
br label %10
10: ; preds = %17, %2
%11 = load i32, ptr %6, align 4
%12 = sitofp i32 %11 to double
%13 = fptosi double %12 to i32
%14 = call i32 @pow(i32 noundef 2, i32 noundef %13)
%15 = load i32, ptr %5, align 4
%16 = icmp slt i32 %14, %15
br i1 %16, label %17, label %20
17: ; preds = %10
%18 = load i32, ptr %6, align 4
%19 = add nsw i32 %18, 1
store i32 %19, ptr %6, align 4
br label %10, !llvm.loop !6
20: ; preds = %10
%21 = load i32, ptr %6, align 4
%22 = call i32 @pow(i32 noundef 2, i32 noundef %21)
%23 = sub nsw i32 %22, 1
store i32 %23, ptr %5, align 4
%24 = load i32, ptr %5, align 4
ret i32 %24
}
declare i32 @pow(i32 noundef, i32 noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
!6 = distinct !{!6, !7}
!7 = !{!"llvm.loop.mustprogress"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmp5slwvl3_.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @maxXor(i32 noundef %0, i32 noundef %1) #0 {
%3 = alloca i32, align 4
%4 = alloca i32, align 4
%5 = alloca i32, align 4
%6 = alloca i32, align 4
store i32 %0, ptr %3, align 4
store i32 %1, ptr %4, align 4
%7 = load i32, ptr %3, align 4
%8 = load i32, ptr %4, align 4
%9 = xor i32 %7, %8
store i32 %9, ptr %5, align 4
store i32 0, ptr %6, align 4
%10 = load i32, ptr %6, align 4
%11 = sitofp i32 %10 to double
%12 = fptosi double %11 to i32
%13 = call i32 @pow(i32 noundef 2, i32 noundef %12)
%14 = load i32, ptr %5, align 4
%15 = icmp slt i32 %13, %14
br i1 %15, label %.lr.ph, label %25
.lr.ph: ; preds = %2
br label %16
16: ; preds = %.lr.ph, %16
%17 = load i32, ptr %6, align 4
%18 = add nsw i32 %17, 1
store i32 %18, ptr %6, align 4
%19 = load i32, ptr %6, align 4
%20 = sitofp i32 %19 to double
%21 = fptosi double %20 to i32
%22 = call i32 @pow(i32 noundef 2, i32 noundef %21)
%23 = load i32, ptr %5, align 4
%24 = icmp slt i32 %22, %23
br i1 %24, label %16, label %._crit_edge, !llvm.loop !6
._crit_edge: ; preds = %16
br label %25
25: ; preds = %._crit_edge, %2
%26 = load i32, ptr %6, align 4
%27 = call i32 @pow(i32 noundef 2, i32 noundef %26)
%28 = sub nsw i32 %27, 1
store i32 %28, ptr %5, align 4
%29 = load i32, ptr %5, align 4
ret i32 %29
}
declare i32 @pow(i32 noundef, i32 noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
!6 = distinct !{!6, !7}
!7 = !{!"llvm.loop.mustprogress"}
|
; ModuleID = '/tmp/tmp6wtt3sn2.c'
source_filename = "/tmp/tmp6wtt3sn2.c"
target datalayout = "e-m:e-p270: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.arr = private unnamed_addr constant [7 x i32] [i32 1, i32 101, i32 2, i32 3, i32 100, i32 4, i32 5], align 16
@.str = private unnamed_addr constant [49 x i8] c"Sum of maximum sum increasing subsequence is %dn\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @main() #0 {
%1 = alloca i32, align 4
%2 = alloca [7 x i32], align 16
%3 = alloca i32, align 4
store i32 0, ptr %1, align 4
call void @llvm.memcpy.p0.p0.i64(ptr align 16 %2, ptr align 16 @__const.main.arr, i64 28, i1 false)
store i32 7, ptr %3, align 4
%4 = getelementptr inbounds [7 x i32], ptr %2, i64 0, i64 0
%5 = load i32, ptr %3, align 4
%6 = call i32 @maxSumIS(ptr noundef %4, i32 noundef %5)
%7 = call i32 @printf(ptr noundef @.str, i32 noundef %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, i32 noundef) #2
declare i32 @maxSumIS(ptr noundef, i32 noundef) #2
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { nocallback nofree nounwind willreturn memory(argmem: readwrite) }
attributes #2 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmp6wtt3sn2.c"
target datalayout = "e-m:e-p270: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.arr = private unnamed_addr constant [7 x i32] [i32 1, i32 101, i32 2, i32 3, i32 100, i32 4, i32 5], align 16
@.str = private unnamed_addr constant [49 x i8] c"Sum of maximum sum increasing subsequence is %dn\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @main() #0 {
%1 = alloca i32, align 4
%2 = alloca [7 x i32], align 16
%3 = alloca i32, align 4
store i32 0, ptr %1, align 4
call void @llvm.memcpy.p0.p0.i64(ptr align 16 %2, ptr align 16 @__const.main.arr, i64 28, i1 false)
store i32 7, ptr %3, align 4
%4 = getelementptr inbounds [7 x i32], ptr %2, i64 0, i64 0
%5 = load i32, ptr %3, align 4
%6 = call i32 @maxSumIS(ptr noundef %4, i32 noundef %5)
%7 = call i32 @printf(ptr noundef @.str, i32 noundef %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, i32 noundef) #2
declare i32 @maxSumIS(ptr noundef, i32 noundef) #2
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { nocallback nofree nounwind willreturn memory(argmem: readwrite) }
attributes #2 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
|
; ModuleID = '/tmp/tmpvr7j05gm.c'
source_filename = "/tmp/tmpvr7j05gm.c"
target datalayout = "e-m:e-p270: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 [19 x i8] c"Should not happen\0A\00", align 1
@EXIT_FAILURE = dso_local global i32 0, align 4
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @sdiv8(i32 noundef %0, i32 noundef %1) #0 {
%3 = alloca i32, align 4
%4 = alloca i32, align 4
%5 = alloca i32, align 4
store i32 %0, ptr %3, align 4
store i32 %1, ptr %4, align 4
%6 = load i32, ptr %4, align 4
%7 = icmp eq i32 %6, 0
br i1 %7, label %8, label %13
8: ; preds = %2
%9 = load i32, ptr @stderr, align 4
%10 = call i32 @fprintf(i32 noundef %9, ptr noundef @.str)
%11 = load i32, ptr @EXIT_FAILURE, align 4
%12 = call i32 @exit(i32 noundef %11) #3
unreachable
13: ; preds = %2
%14 = load i32, ptr %3, align 4
%15 = load i32, ptr %4, align 4
%16 = sdiv i32 %14, %15
store i32 %16, ptr %5, align 4
%17 = load i32, ptr %5, align 4
ret i32 %17
}
declare i32 @fprintf(i32 noundef, ptr noundef) #1
; Function Attrs: noreturn
declare i32 @exit(i32 noundef) #2
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #2 = { noreturn "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #3 = { noreturn }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmpvr7j05gm.c"
target datalayout = "e-m:e-p270: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 [19 x i8] c"Should not happen\0A\00", align 1
@EXIT_FAILURE = dso_local global i32 0, align 4
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @sdiv8(i32 noundef %0, i32 noundef %1) #0 {
%3 = alloca i32, align 4
%4 = alloca i32, align 4
%5 = alloca i32, align 4
store i32 %0, ptr %3, align 4
store i32 %1, ptr %4, align 4
%6 = load i32, ptr %4, align 4
%7 = icmp eq i32 %6, 0
br i1 %7, label %8, label %13
8: ; preds = %2
%9 = load i32, ptr @stderr, align 4
%10 = call i32 @fprintf(i32 noundef %9, ptr noundef @.str)
%11 = load i32, ptr @EXIT_FAILURE, align 4
%12 = call i32 @exit(i32 noundef %11) #3
unreachable
13: ; preds = %2
%14 = load i32, ptr %3, align 4
%15 = load i32, ptr %4, align 4
%16 = sdiv i32 %14, %15
store i32 %16, ptr %5, align 4
%17 = load i32, ptr %5, align 4
ret i32 %17
}
declare i32 @fprintf(i32 noundef, ptr noundef) #1
; Function Attrs: noreturn
declare i32 @exit(i32 noundef) #2
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #2 = { noreturn "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #3 = { noreturn }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
|
; ModuleID = '/tmp/tmp712t8lvg.c'
source_filename = "/tmp/tmp712t8lvg.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@E2BIG = 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/tmp712t8lvg.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@E2BIG = 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/tmpx0rdqxfb.c'
source_filename = "/tmp/tmpx0rdqxfb.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@__const.main.a = private unnamed_addr constant [3 x [3 x i32]] [[3 x i32] [i32 0, i32 1, i32 2], [3 x i32] [i32 3, i32 4, i32 5], [3 x i32] [i32 6, i32 7, i32 8]], align 16
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @main() #0 {
%1 = alloca [3 x [3 x i32]], align 16
call void @llvm.memcpy.p0.p0.i64(ptr align 16 %1, ptr align 16 @__const.main.a, i64 36, i1 false)
%2 = getelementptr inbounds [3 x [3 x i32]], ptr %1, i64 0, i64 0
%3 = call i32 @access(ptr noundef %2, i32 noundef 3)
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 @access(ptr noundef, i32 noundef) #2
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { nocallback nofree nounwind willreturn memory(argmem: readwrite) }
attributes #2 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmpx0rdqxfb.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@__const.main.a = private unnamed_addr constant [3 x [3 x i32]] [[3 x i32] [i32 0, i32 1, i32 2], [3 x i32] [i32 3, i32 4, i32 5], [3 x i32] [i32 6, i32 7, i32 8]], align 16
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @main() #0 {
%1 = alloca [3 x [3 x i32]], align 16
call void @llvm.memcpy.p0.p0.i64(ptr align 16 %1, ptr align 16 @__const.main.a, i64 36, i1 false)
%2 = getelementptr inbounds [3 x [3 x i32]], ptr %1, i64 0, i64 0
%3 = call i32 @access(ptr noundef %2, i32 noundef 3)
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 @access(ptr noundef, i32 noundef) #2
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { nocallback nofree nounwind willreturn memory(argmem: readwrite) }
attributes #2 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
|
; ModuleID = '/tmp/tmpaecltbre.c'
source_filename = "/tmp/tmpaecltbre.c"
target datalayout = "e-m:e-p270: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/tmpaecltbre.c"
target datalayout = "e-m:e-p270: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/tmpt56zg08_.c'
source_filename = "/tmp/tmpt56zg08_.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @wait4(i32 noundef %0, ptr noundef %1, i32 noundef %2, ptr noundef %3) #0 {
%5 = alloca i32, align 4
%6 = alloca ptr, align 8
%7 = alloca i32, align 4
%8 = alloca ptr, align 8
store i32 %0, ptr %5, align 4
store ptr %1, ptr %6, align 8
store i32 %2, ptr %7, align 4
store ptr %3, ptr %8, align 8
%9 = load i32, ptr %5, align 4
%10 = load ptr, ptr %6, align 8
%11 = load i32, ptr %7, align 4
%12 = call i32 @waitpid(i32 noundef %9, ptr noundef %10, i32 noundef %11)
ret i32 %12
}
declare i32 @waitpid(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/tmpt56zg08_.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @wait4(i32 noundef %0, ptr noundef %1, i32 noundef %2, ptr noundef %3) #0 {
%5 = alloca i32, align 4
%6 = alloca ptr, align 8
%7 = alloca i32, align 4
%8 = alloca ptr, align 8
store i32 %0, ptr %5, align 4
store ptr %1, ptr %6, align 8
store i32 %2, ptr %7, align 4
store ptr %3, ptr %8, align 8
%9 = load i32, ptr %5, align 4
%10 = load ptr, ptr %6, align 8
%11 = load i32, ptr %7, align 4
%12 = call i32 @waitpid(i32 noundef %9, ptr noundef %10, i32 noundef %11)
ret i32 %12
}
declare i32 @waitpid(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/tmpjawjoegz.c'
source_filename = "/tmp/tmpjawjoegz.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
%struct.addrinfo = type { i32, i32, i32 }
@AF_UNSPEC = dso_local global i32 0, align 4
@SOCK_DGRAM = dso_local global i32 0, align 4
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @usock(ptr noundef %0, ptr noundef %1, ptr noundef %2) #0 {
%4 = alloca i32, align 4
%5 = alloca ptr, align 8
%6 = alloca ptr, align 8
%7 = alloca ptr, align 8
%8 = alloca %struct.addrinfo, align 4
%9 = alloca i32, align 4
store ptr %0, ptr %5, align 8
store ptr %1, ptr %6, align 8
store ptr %2, ptr %7, align 8
%10 = call i32 @memset(ptr noundef %8, i32 noundef 0, i32 noundef 12)
%11 = load i32, ptr @AF_UNSPEC, align 4
%12 = getelementptr inbounds %struct.addrinfo, ptr %8, i32 0, i32 2
store i32 %11, ptr %12, align 4
%13 = load i32, ptr @SOCK_DGRAM, align 4
%14 = getelementptr inbounds %struct.addrinfo, ptr %8, i32 0, i32 1
store i32 %13, ptr %14, align 4
%15 = load ptr, ptr %5, align 8
%16 = load ptr, ptr %6, align 8
%17 = load ptr, ptr %7, align 8
%18 = call i64 @getaddrinfo(ptr noundef %15, ptr noundef %16, ptr noundef %8, ptr noundef %17)
%19 = icmp ne i64 %18, 0
br i1 %19, label %20, label %21
20: ; preds = %3
store i32 -1, ptr %4, align 4
br label %39
21: ; preds = %3
%22 = load ptr, ptr %7, align 8
%23 = load ptr, ptr %22, align 8
%24 = getelementptr inbounds %struct.addrinfo, ptr %23, i32 0, i32 2
%25 = load i32, ptr %24, align 4
%26 = load ptr, ptr %7, align 8
%27 = load ptr, ptr %26, align 8
%28 = getelementptr inbounds %struct.addrinfo, ptr %27, i32 0, i32 1
%29 = load i32, ptr %28, align 4
%30 = load ptr, ptr %7, align 8
%31 = load ptr, ptr %30, align 8
%32 = getelementptr inbounds %struct.addrinfo, ptr %31, i32 0, i32 0
%33 = load i32, ptr %32, align 4
%34 = call i32 @socket(i32 noundef %25, i32 noundef %29, i32 noundef %33)
store i32 %34, ptr %9, align 4
%35 = icmp eq i32 %34, -1
br i1 %35, label %36, label %37
36: ; preds = %21
store i32 -2, ptr %4, align 4
br label %39
37: ; preds = %21
%38 = load i32, ptr %9, align 4
store i32 %38, ptr %4, align 4
br label %39
39: ; preds = %37, %36, %20
%40 = load i32, ptr %4, align 4
ret i32 %40
}
declare i32 @memset(ptr noundef, i32 noundef, i32 noundef) #1
declare i64 @getaddrinfo(ptr noundef, ptr noundef, ptr noundef, ptr noundef) #1
declare i32 @socket(i32 noundef, i32 noundef, i32 noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmpjawjoegz.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
%struct.addrinfo = type { i32, i32, i32 }
@AF_UNSPEC = dso_local global i32 0, align 4
@SOCK_DGRAM = dso_local global i32 0, align 4
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @usock(ptr noundef %0, ptr noundef %1, ptr noundef %2) #0 {
%4 = alloca i32, align 4
%5 = alloca ptr, align 8
%6 = alloca ptr, align 8
%7 = alloca ptr, align 8
%8 = alloca %struct.addrinfo, align 4
%9 = alloca i32, align 4
store ptr %0, ptr %5, align 8
store ptr %1, ptr %6, align 8
store ptr %2, ptr %7, align 8
%10 = call i32 @memset(ptr noundef %8, i32 noundef 0, i32 noundef 12)
%11 = load i32, ptr @AF_UNSPEC, align 4
%12 = getelementptr inbounds %struct.addrinfo, ptr %8, i32 0, i32 2
store i32 %11, ptr %12, align 4
%13 = load i32, ptr @SOCK_DGRAM, align 4
%14 = getelementptr inbounds %struct.addrinfo, ptr %8, i32 0, i32 1
store i32 %13, ptr %14, align 4
%15 = load ptr, ptr %5, align 8
%16 = load ptr, ptr %6, align 8
%17 = load ptr, ptr %7, align 8
%18 = call i64 @getaddrinfo(ptr noundef %15, ptr noundef %16, ptr noundef %8, ptr noundef %17)
%19 = icmp ne i64 %18, 0
br i1 %19, label %20, label %21
20: ; preds = %3
store i32 -1, ptr %4, align 4
br label %39
21: ; preds = %3
%22 = load ptr, ptr %7, align 8
%23 = load ptr, ptr %22, align 8
%24 = getelementptr inbounds %struct.addrinfo, ptr %23, i32 0, i32 2
%25 = load i32, ptr %24, align 4
%26 = load ptr, ptr %7, align 8
%27 = load ptr, ptr %26, align 8
%28 = getelementptr inbounds %struct.addrinfo, ptr %27, i32 0, i32 1
%29 = load i32, ptr %28, align 4
%30 = load ptr, ptr %7, align 8
%31 = load ptr, ptr %30, align 8
%32 = getelementptr inbounds %struct.addrinfo, ptr %31, i32 0, i32 0
%33 = load i32, ptr %32, align 4
%34 = call i32 @socket(i32 noundef %25, i32 noundef %29, i32 noundef %33)
store i32 %34, ptr %9, align 4
%35 = icmp eq i32 %34, -1
br i1 %35, label %36, label %37
36: ; preds = %21
store i32 -2, ptr %4, align 4
br label %39
37: ; preds = %21
%38 = load i32, ptr %9, align 4
store i32 %38, ptr %4, align 4
br label %39
39: ; preds = %37, %36, %20
%40 = load i32, ptr %4, align 4
ret i32 %40
}
declare i32 @memset(ptr noundef, i32 noundef, i32 noundef) #1
declare i64 @getaddrinfo(ptr noundef, ptr noundef, ptr noundef, ptr noundef) #1
declare i32 @socket(i32 noundef, i32 noundef, i32 noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
|
; ModuleID = '/tmp/tmpt_56tg8o.c'
source_filename = "/tmp/tmpt_56tg8o.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@.str = private unnamed_addr constant [3 x i8] c"%c\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local void @repeat_char(i8 noundef signext %0, i32 noundef %1) #0 {
%3 = alloca i8, align 1
%4 = alloca i32, align 4
store i8 %0, ptr %3, align 1
store i32 %1, ptr %4, align 4
%5 = load i32, ptr %4, align 4
%6 = icmp slt i32 %5, 1
br i1 %6, label %7, label %8
7: ; preds = %2
store i32 1, ptr %4, align 4
br label %8
8: ; preds = %7, %2
br label %9
9: ; preds = %13, %8
%10 = load i32, ptr %4, align 4
%11 = add nsw i32 %10, -1
store i32 %11, ptr %4, align 4
%12 = icmp ne i32 %10, 0
br i1 %12, label %13, label %16
13: ; preds = %9
%14 = load i8, ptr %3, align 1
%15 = call i32 @printf(ptr noundef @.str, i8 noundef signext %14)
br label %9, !llvm.loop !6
16: ; preds = %9
ret void
}
declare i32 @printf(ptr noundef, i8 noundef signext) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
!6 = distinct !{!6, !7}
!7 = !{!"llvm.loop.mustprogress"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmpt_56tg8o.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@.str = private unnamed_addr constant [3 x i8] c"%c\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local void @repeat_char(i8 noundef signext %0, i32 noundef %1) #0 {
%3 = alloca i8, align 1
%4 = alloca i32, align 4
store i8 %0, ptr %3, align 1
store i32 %1, ptr %4, align 4
%5 = load i32, ptr %4, align 4
%6 = icmp slt i32 %5, 1
br i1 %6, label %7, label %8
7: ; preds = %2
store i32 1, ptr %4, align 4
br label %8
8: ; preds = %7, %2
%9 = load i32, ptr %4, align 4
%10 = add nsw i32 %9, -1
store i32 %10, ptr %4, align 4
%11 = icmp ne i32 %9, 0
br i1 %11, label %.lr.ph, label %18
.lr.ph: ; preds = %8
br label %12
12: ; preds = %.lr.ph, %12
%13 = load i8, ptr %3, align 1
%14 = call i32 @printf(ptr noundef @.str, i8 noundef signext %13)
%15 = load i32, ptr %4, align 4
%16 = add nsw i32 %15, -1
store i32 %16, ptr %4, align 4
%17 = icmp ne i32 %15, 0
br i1 %17, label %12, label %._crit_edge, !llvm.loop !6
._crit_edge: ; preds = %12
br label %18
18: ; preds = %._crit_edge, %8
ret void
}
declare i32 @printf(ptr noundef, i8 noundef signext) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
!6 = distinct !{!6, !7}
!7 = !{!"llvm.loop.mustprogress"}
|
; ModuleID = '/tmp/tmp_sp6djcu.c'
source_filename = "/tmp/tmp_sp6djcu.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @String_ltrimX(ptr noundef %0) #0 {
%2 = alloca ptr, align 8
store ptr %0, ptr %2, align 8
br label %3
3: ; preds = %8, %1
%4 = load ptr, ptr %2, align 8
%5 = load i8, ptr %4, align 1
%6 = call i64 @isspace(i8 noundef signext %5)
%7 = icmp ne i64 %6, 0
br i1 %7, label %8, label %11
8: ; preds = %3
%9 = load ptr, ptr %2, align 8
%10 = getelementptr inbounds i8, ptr %9, i32 1
store ptr %10, ptr %2, align 8
br label %3, !llvm.loop !6
11: ; preds = %3
%12 = load ptr, ptr %2, align 8
ret ptr %12
}
declare i64 @isspace(i8 noundef signext) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
!6 = distinct !{!6, !7}
!7 = !{!"llvm.loop.mustprogress"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmp_sp6djcu.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @String_ltrimX(ptr noundef %0) #0 {
%2 = alloca ptr, align 8
store ptr %0, ptr %2, align 8
%3 = load ptr, ptr %2, align 8
%4 = load i8, ptr %3, align 1
%5 = call i64 @isspace(i8 noundef signext %4)
%6 = icmp ne i64 %5, 0
br i1 %6, label %.lr.ph, label %14
.lr.ph: ; preds = %1
br label %7
7: ; preds = %.lr.ph, %7
%8 = load ptr, ptr %2, align 8
%9 = getelementptr inbounds i8, ptr %8, i32 1
store ptr %9, ptr %2, align 8
%10 = load ptr, ptr %2, align 8
%11 = load i8, ptr %10, align 1
%12 = call i64 @isspace(i8 noundef signext %11)
%13 = icmp ne i64 %12, 0
br i1 %13, label %7, label %._crit_edge, !llvm.loop !6
._crit_edge: ; preds = %7
br label %14
14: ; preds = %._crit_edge, %1
%15 = load ptr, ptr %2, align 8
ret ptr %15
}
declare i64 @isspace(i8 noundef signext) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
!6 = distinct !{!6, !7}
!7 = !{!"llvm.loop.mustprogress"}
|
; ModuleID = '/tmp/tmpge5o77bn.c'
source_filename = "/tmp/tmpge5o77bn.c"
target datalayout = "e-m:e-p270: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/tmpge5o77bn.c"
target datalayout = "e-m:e-p270: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/tmpgk1idw64.c'
source_filename = "/tmp/tmpgk1idw64.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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
store i32 0, ptr %3, align 4
store i32 %0, ptr %4, align 4
store ptr %1, ptr %5, align 8
%7 = load i32, ptr %4, align 4
%8 = icmp slt i32 %7, 2
br i1 %8, label %9, label %10
9: ; preds = %2
store i32 0, ptr %3, align 4
br label %38
10: ; preds = %2
store i32 0, ptr %6, align 4
br label %11
11: ; preds = %35, %10
%12 = load i32, ptr %6, align 4
%13 = add nsw i32 %12, 1
store i32 %13, ptr %6, align 4
%14 = load i32, ptr %4, align 4
%15 = icmp slt i32 %13, %14
br i1 %15, label %16, label %37
16: ; preds = %11
br label %17
17: ; preds = %26, %16
%18 = load ptr, ptr %5, align 8
%19 = load i32, ptr %6, align 4
%20 = sext i32 %19 to i64
%21 = getelementptr inbounds ptr, ptr %18, i64 %20
%22 = load ptr, ptr %21, align 8
%23 = load i8, ptr %22, align 1
%24 = sext i8 %23 to i32
%25 = icmp ne i32 %24, 0
br i1 %25, label %26, label %35
26: ; preds = %17
%27 = load ptr, ptr %5, align 8
%28 = load i32, ptr %6, align 4
%29 = sext i32 %28 to i64
%30 = getelementptr inbounds ptr, ptr %27, i64 %29
%31 = load ptr, ptr %30, align 8
%32 = getelementptr inbounds i8, ptr %31, i32 1
store ptr %32, ptr %30, align 8
%33 = load i8, ptr %31, align 1
%34 = call i32 @ft_putchar(i8 noundef signext %33)
br label %17, !llvm.loop !6
35: ; preds = %17
%36 = call i32 @ft_putchar(i8 noundef signext 10)
br label %11, !llvm.loop !8
37: ; preds = %11
store i32 0, ptr %3, align 4
br label %38
38: ; preds = %37, %9
%39 = load i32, ptr %3, align 4
ret i32 %39
}
declare i32 @ft_putchar(i8 noundef signext) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
!6 = distinct !{!6, !7}
!7 = !{!"llvm.loop.mustprogress"}
!8 = distinct !{!8, !7}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmpgk1idw64.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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
store i32 0, ptr %3, align 4
store i32 %0, ptr %4, align 4
store ptr %1, ptr %5, align 8
%7 = load i32, ptr %4, align 4
%8 = icmp slt i32 %7, 2
br i1 %8, label %9, label %10
9: ; preds = %2
store i32 0, ptr %3, align 4
br label %48
10: ; preds = %2
store i32 0, ptr %6, align 4
%11 = load i32, ptr %6, align 4
%12 = add nsw i32 %11, 1
store i32 %12, ptr %6, align 4
%13 = load i32, ptr %4, align 4
%14 = icmp slt i32 %12, %13
br i1 %14, label %.lr.ph2, label %47
.lr.ph2: ; preds = %10
br label %15
15: ; preds = %.lr.ph2, %41
%16 = load ptr, ptr %5, align 8
%17 = load i32, ptr %6, align 4
%18 = sext i32 %17 to i64
%19 = getelementptr inbounds ptr, ptr %16, i64 %18
%20 = load ptr, ptr %19, align 8
%21 = load i8, ptr %20, align 1
%22 = sext i8 %21 to i32
%23 = icmp ne i32 %22, 0
br i1 %23, label %.lr.ph, label %41
.lr.ph: ; preds = %15
br label %24
24: ; preds = %.lr.ph, %24
%25 = load ptr, ptr %5, align 8
%26 = load i32, ptr %6, align 4
%27 = sext i32 %26 to i64
%28 = getelementptr inbounds ptr, ptr %25, i64 %27
%29 = load ptr, ptr %28, align 8
%30 = getelementptr inbounds i8, ptr %29, i32 1
store ptr %30, ptr %28, align 8
%31 = load i8, ptr %29, align 1
%32 = call i32 @ft_putchar(i8 noundef signext %31)
%33 = load ptr, ptr %5, align 8
%34 = load i32, ptr %6, align 4
%35 = sext i32 %34 to i64
%36 = getelementptr inbounds ptr, ptr %33, i64 %35
%37 = load ptr, ptr %36, align 8
%38 = load i8, ptr %37, align 1
%39 = sext i8 %38 to i32
%40 = icmp ne i32 %39, 0
br i1 %40, label %24, label %._crit_edge, !llvm.loop !6
._crit_edge: ; preds = %24
br label %41
41: ; preds = %._crit_edge, %15
%42 = call i32 @ft_putchar(i8 noundef signext 10)
%43 = load i32, ptr %6, align 4
%44 = add nsw i32 %43, 1
store i32 %44, ptr %6, align 4
%45 = load i32, ptr %4, align 4
%46 = icmp slt i32 %44, %45
br i1 %46, label %15, label %._crit_edge3, !llvm.loop !8
._crit_edge3: ; preds = %41
br label %47
47: ; preds = %._crit_edge3, %10
store i32 0, ptr %3, align 4
br label %48
48: ; preds = %47, %9
%49 = load i32, ptr %3, align 4
ret i32 %49
}
declare i32 @ft_putchar(i8 noundef signext) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
!6 = distinct !{!6, !7}
!7 = !{!"llvm.loop.mustprogress"}
!8 = distinct !{!8, !7}
|
; ModuleID = '/tmp/tmp400wgpn9.c'
source_filename = "/tmp/tmp400wgpn9.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @base64_encode_str(ptr noundef %0, ptr noundef %1) #0 {
%3 = alloca ptr, align 8
%4 = alloca ptr, align 8
%5 = alloca i32, align 4
store ptr %0, ptr %3, align 8
store ptr %1, ptr %4, align 8
%6 = load ptr, ptr %3, align 8
%7 = load ptr, ptr %3, align 8
%8 = call i32 @strlen(ptr noundef %7)
%9 = load ptr, ptr %4, align 8
%10 = call i32 @base64_encode(ptr noundef %6, i32 noundef %8, ptr noundef %9)
store i32 %10, ptr %5, align 4
%11 = load ptr, ptr %4, align 8
%12 = load i32, ptr %5, align 4
%13 = sext i32 %12 to i64
%14 = getelementptr inbounds i8, ptr %11, i64 %13
store i8 0, ptr %14, align 1
%15 = load i32, ptr %5, align 4
ret i32 %15
}
declare i32 @base64_encode(ptr noundef, i32 noundef, ptr 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/tmp400wgpn9.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @base64_encode_str(ptr noundef %0, ptr noundef %1) #0 {
%3 = alloca ptr, align 8
%4 = alloca ptr, align 8
%5 = alloca i32, align 4
store ptr %0, ptr %3, align 8
store ptr %1, ptr %4, align 8
%6 = load ptr, ptr %3, align 8
%7 = load ptr, ptr %3, align 8
%8 = call i32 @strlen(ptr noundef %7)
%9 = load ptr, ptr %4, align 8
%10 = call i32 @base64_encode(ptr noundef %6, i32 noundef %8, ptr noundef %9)
store i32 %10, ptr %5, align 4
%11 = load ptr, ptr %4, align 8
%12 = load i32, ptr %5, align 4
%13 = sext i32 %12 to i64
%14 = getelementptr inbounds i8, ptr %11, i64 %13
store i8 0, ptr %14, align 1
%15 = load i32, ptr %5, align 4
ret i32 %15
}
declare i32 @base64_encode(ptr noundef, i32 noundef, ptr 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/tmphlq86t2x.c'
source_filename = "/tmp/tmphlq86t2x.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
; Function Attrs: noinline nounwind sspstrong uwtable
define weak dso_local void @DMA12_IRQHandler() #0 {
%1 = call i32 (...) @DMA12_DriverIRQHandler()
ret void
}
declare i32 @DMA12_DriverIRQHandler(...) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmphlq86t2x.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
; Function Attrs: noinline nounwind sspstrong uwtable
define weak dso_local void @DMA12_IRQHandler() #0 {
%1 = call i32 (...) @DMA12_DriverIRQHandler()
ret void
}
declare i32 @DMA12_DriverIRQHandler(...) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
|
; ModuleID = '/tmp/tmpl3_pi_fm.c'
source_filename = "/tmp/tmpl3_pi_fm.c"
target datalayout = "e-m:e-p270: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/tmpl3_pi_fm.c"
target datalayout = "e-m:e-p270: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/tmpag4n0uc8.c'
source_filename = "/tmp/tmpag4n0uc8.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-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"abcd11111abcd2222abcdqqqqq\00", align 1
@.str.1 = private unnamed_addr constant [5 x i8] c"abcd\00", align 1
@.str.2 = private unnamed_addr constant [6 x i8] c"12345\00", align 1
@.str.3 = private unnamed_addr constant [25 x i8] c"replaceSubstr err:\E3\80\80%d\0A\00", align 1
@.str.4 = private unnamed_addr constant [10 x i8] c"buf = %s\0A\00", align 1
@.str.5 = private unnamed_addr constant [2 x i8] c"\0A\00", align 1
@.str.6 = private unnamed_addr constant [6 x i8] c"pause\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 i32, align 4
%4 = alloca ptr, align 8
store i32 0, ptr %1, align 4
store ptr @.str, ptr %2, align 8
store i32 0, ptr %3, align 4
store ptr null, ptr %4, align 8
%5 = load ptr, ptr %2, align 8
%6 = call i32 @replaceSubstr(ptr noundef %5, ptr noundef %4, ptr noundef @.str.1, ptr noundef @.str.2)
store i32 %6, ptr %3, align 4
%7 = load i32, ptr %3, align 4
%8 = icmp ne i32 %7, 0
br i1 %8, label %9, label %13
9: ; preds = %0
%10 = load i32, ptr %3, align 4
%11 = call i32 (ptr, ...) @printf(ptr noundef @.str.3, i32 noundef %10)
%12 = load i32, ptr %3, align 4
store i32 %12, ptr %1, align 4
br label %24
13: ; preds = %0
%14 = load ptr, ptr %4, align 8
%15 = call i32 (ptr, ...) @printf(ptr noundef @.str.4, ptr noundef %14)
%16 = load ptr, ptr %4, align 8
%17 = icmp ne ptr %16, null
br i1 %17, label %18, label %21
18: ; preds = %13
%19 = load ptr, ptr %4, align 8
%20 = call i32 @free(ptr noundef %19)
store ptr null, ptr %4, align 8
br label %21
21: ; preds = %18, %13
%22 = call i32 (ptr, ...) @printf(ptr noundef @.str.5)
%23 = call i32 @system(ptr noundef @.str.6)
store i32 0, ptr %1, align 4
br label %24
24: ; preds = %21, %9
%25 = load i32, ptr %1, align 4
ret i32 %25
}
declare i32 @replaceSubstr(ptr noundef, ptr noundef, ptr noundef, ptr noundef) #1
declare i32 @printf(ptr noundef, ...) #1
declare i32 @free(ptr noundef) #1
declare i32 @system(ptr noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmpag4n0uc8.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-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"abcd11111abcd2222abcdqqqqq\00", align 1
@.str.1 = private unnamed_addr constant [5 x i8] c"abcd\00", align 1
@.str.2 = private unnamed_addr constant [6 x i8] c"12345\00", align 1
@.str.3 = private unnamed_addr constant [25 x i8] c"replaceSubstr err:\E3\80\80%d\0A\00", align 1
@.str.4 = private unnamed_addr constant [10 x i8] c"buf = %s\0A\00", align 1
@.str.5 = private unnamed_addr constant [2 x i8] c"\0A\00", align 1
@.str.6 = private unnamed_addr constant [6 x i8] c"pause\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 i32, align 4
%4 = alloca ptr, align 8
store i32 0, ptr %1, align 4
store ptr @.str, ptr %2, align 8
store i32 0, ptr %3, align 4
store ptr null, ptr %4, align 8
%5 = load ptr, ptr %2, align 8
%6 = call i32 @replaceSubstr(ptr noundef %5, ptr noundef %4, ptr noundef @.str.1, ptr noundef @.str.2)
store i32 %6, ptr %3, align 4
%7 = load i32, ptr %3, align 4
%8 = icmp ne i32 %7, 0
br i1 %8, label %9, label %13
9: ; preds = %0
%10 = load i32, ptr %3, align 4
%11 = call i32 (ptr, ...) @printf(ptr noundef @.str.3, i32 noundef %10)
%12 = load i32, ptr %3, align 4
store i32 %12, ptr %1, align 4
br label %24
13: ; preds = %0
%14 = load ptr, ptr %4, align 8
%15 = call i32 (ptr, ...) @printf(ptr noundef @.str.4, ptr noundef %14)
%16 = load ptr, ptr %4, align 8
%17 = icmp ne ptr %16, null
br i1 %17, label %18, label %21
18: ; preds = %13
%19 = load ptr, ptr %4, align 8
%20 = call i32 @free(ptr noundef %19)
store ptr null, ptr %4, align 8
br label %21
21: ; preds = %18, %13
%22 = call i32 (ptr, ...) @printf(ptr noundef @.str.5)
%23 = call i32 @system(ptr noundef @.str.6)
store i32 0, ptr %1, align 4
br label %24
24: ; preds = %21, %9
%25 = load i32, ptr %1, align 4
ret i32 %25
}
declare i32 @replaceSubstr(ptr noundef, ptr noundef, ptr noundef, ptr noundef) #1
declare i32 @printf(ptr noundef, ...) #1
declare i32 @free(ptr noundef) #1
declare i32 @system(ptr noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
|
; ModuleID = '/tmp/tmpyfel4ej3.c'
source_filename = "/tmp/tmpyfel4ej3.c"
target datalayout = "e-m:e-p270: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/tmpyfel4ej3.c"
target datalayout = "e-m:e-p270: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/tmpwjz3etd6.c'
source_filename = "/tmp/tmpwjz3etd6.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-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"value of x: %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 10, ptr %2, align 4
store i32 20, ptr %3, align 4
%4 = load i32, ptr %2, align 4
%5 = load i32, ptr %3, align 4
%6 = add nsw i32 %4, %5
store i32 %6, ptr %2, align 4
%7 = load i32, ptr %2, align 4
%8 = call i32 @printf(ptr noundef @.str, i32 noundef %7)
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/tmpwjz3etd6.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-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"value of x: %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 10, ptr %2, align 4
store i32 20, ptr %3, align 4
%4 = load i32, ptr %2, align 4
%5 = load i32, ptr %3, align 4
%6 = add nsw i32 %4, %5
store i32 %6, ptr %2, align 4
%7 = load i32, ptr %2, align 4
%8 = call i32 @printf(ptr noundef @.str, i32 noundef %7)
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/tmpdx2t7cw0.c'
source_filename = "/tmp/tmpdx2t7cw0.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@.str = private unnamed_addr constant [22 x i8] c"Repeating %d times..\0A\00", align 1
@.str.1 = private unnamed_addr constant [10 x i8] c"%3d - %s\0A\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @main(i32 noundef %0, ptr noundef %1) #0 {
%3 = alloca i32, align 4
%4 = alloca i32, align 4
%5 = alloca ptr, align 8
%6 = alloca i32, align 4
%7 = alloca i32, align 4
store i32 0, ptr %3, align 4
store i32 %0, ptr %4, align 4
store ptr %1, ptr %5, align 8
%8 = load i32, ptr %4, align 4
%9 = icmp slt i32 %8, 3
br i1 %9, label %10, label %15
10: ; preds = %2
%11 = load ptr, ptr %5, align 8
%12 = getelementptr inbounds ptr, ptr %11, i64 0
%13 = load ptr, ptr %12, align 8
%14 = call i32 @usage(ptr noundef %13)
br label %15
15: ; preds = %10, %2
%16 = load ptr, ptr %5, align 8
%17 = getelementptr inbounds ptr, ptr %16, i64 2
%18 = load ptr, ptr %17, align 8
%19 = call i32 @atoi(ptr noundef %18)
store i32 %19, ptr %7, align 4
%20 = load i32, ptr %7, align 4
%21 = call i32 (ptr, i32, ...) @printf(ptr noundef @.str, i32 noundef %20)
store i32 0, ptr %6, align 4
br label %22
22: ; preds = %32, %15
%23 = load i32, ptr %6, align 4
%24 = load i32, ptr %7, align 4
%25 = icmp slt i32 %23, %24
br i1 %25, label %26, label %35
26: ; preds = %22
%27 = load i32, ptr %6, align 4
%28 = load ptr, ptr %5, align 8
%29 = getelementptr inbounds ptr, ptr %28, i64 1
%30 = load ptr, ptr %29, align 8
%31 = call i32 (ptr, i32, ...) @printf(ptr noundef @.str.1, i32 noundef %27, ptr noundef %30)
br label %32
32: ; preds = %26
%33 = load i32, ptr %6, align 4
%34 = add nsw i32 %33, 1
store i32 %34, ptr %6, align 4
br label %22, !llvm.loop !6
35: ; preds = %22
%36 = load i32, ptr %3, align 4
ret i32 %36
}
declare i32 @usage(ptr noundef) #1
declare i32 @atoi(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"}
!6 = distinct !{!6, !7}
!7 = !{!"llvm.loop.mustprogress"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmpdx2t7cw0.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@.str = private unnamed_addr constant [22 x i8] c"Repeating %d times..\0A\00", align 1
@.str.1 = private unnamed_addr constant [10 x i8] c"%3d - %s\0A\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @main(i32 noundef %0, ptr noundef %1) #0 {
%3 = alloca i32, align 4
%4 = alloca i32, align 4
%5 = alloca ptr, align 8
%6 = alloca i32, align 4
%7 = alloca i32, align 4
store i32 0, ptr %3, align 4
store i32 %0, ptr %4, align 4
store ptr %1, ptr %5, align 8
%8 = load i32, ptr %4, align 4
%9 = icmp slt i32 %8, 3
br i1 %9, label %10, label %15
10: ; preds = %2
%11 = load ptr, ptr %5, align 8
%12 = getelementptr inbounds ptr, ptr %11, i64 0
%13 = load ptr, ptr %12, align 8
%14 = call i32 @usage(ptr noundef %13)
br label %15
15: ; preds = %10, %2
%16 = load ptr, ptr %5, align 8
%17 = getelementptr inbounds ptr, ptr %16, i64 2
%18 = load ptr, ptr %17, align 8
%19 = call i32 @atoi(ptr noundef %18)
store i32 %19, ptr %7, align 4
%20 = load i32, ptr %7, align 4
%21 = call i32 (ptr, i32, ...) @printf(ptr noundef @.str, i32 noundef %20)
store i32 0, ptr %6, align 4
%22 = load i32, ptr %6, align 4
%23 = load i32, ptr %7, align 4
%24 = icmp slt i32 %22, %23
br i1 %24, label %.lr.ph, label %37
.lr.ph: ; preds = %15
br label %25
25: ; preds = %.lr.ph, %31
%26 = load i32, ptr %6, align 4
%27 = load ptr, ptr %5, align 8
%28 = getelementptr inbounds ptr, ptr %27, i64 1
%29 = load ptr, ptr %28, align 8
%30 = call i32 (ptr, i32, ...) @printf(ptr noundef @.str.1, i32 noundef %26, ptr noundef %29)
br label %31
31: ; preds = %25
%32 = load i32, ptr %6, align 4
%33 = add nsw i32 %32, 1
store i32 %33, ptr %6, align 4
%34 = load i32, ptr %6, align 4
%35 = load i32, ptr %7, align 4
%36 = icmp slt i32 %34, %35
br i1 %36, label %25, label %._crit_edge, !llvm.loop !6
._crit_edge: ; preds = %31
br label %37
37: ; preds = %._crit_edge, %15
%38 = load i32, ptr %3, align 4
ret i32 %38
}
declare i32 @usage(ptr noundef) #1
declare i32 @atoi(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"}
!6 = distinct !{!6, !7}
!7 = !{!"llvm.loop.mustprogress"}
|
; ModuleID = '/tmp/tmpkbfvaxzd.c'
source_filename = "/tmp/tmpkbfvaxzd.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-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"/sqlite_stmt_journals/data\00", align 1
@.str.1 = private unnamed_addr constant [30 x i8] c"/sqlite_stmt_journals/hotplug\00", align 1
@.str.2 = private unnamed_addr constant [30 x i8] c"/sqlite_stmt_journals/loading\00", align 1
@.str.3 = private unnamed_addr constant [28 x i8] c"/sqlite_stmt_journals/mount\00", align 1
@.str.4 = private unnamed_addr constant [30 x i8] c"/sqlite_stmt_journals/fs_type\00", align 1
@.str.5 = private unnamed_addr constant [21 x i8] c"/data/local/tmp/data\00", align 1
@.str.6 = private unnamed_addr constant [24 x i8] c"/data/local/tmp/hotplug\00", align 1
@.str.7 = private unnamed_addr constant [24 x i8] c"/data/local/tmp/loading\00", align 1
@.str.8 = private unnamed_addr constant [22 x i8] c"/data/local/tmp/mount\00", align 1
@.str.9 = private unnamed_addr constant [24 x i8] c"/data/local/tmp/fs_type\00", align 1
@.str.10 = private unnamed_addr constant [60 x i8] c"/data/data/com.corner23.android.universalandroot/files/data\00", align 1
@.str.11 = private unnamed_addr constant [63 x i8] c"/data/data/com.corner23.android.universalandroot/files/hotplug\00", align 1
@.str.12 = private unnamed_addr constant [63 x i8] c"/data/data/com.corner23.android.universalandroot/files/loading\00", align 1
@.str.13 = private unnamed_addr constant [61 x i8] c"/data/data/com.corner23.android.universalandroot/files/mount\00", align 1
@.str.14 = private unnamed_addr constant [63 x i8] c"/data/data/com.corner23.android.universalandroot/files/fs_type\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local void @unlinkTmpFiles() #0 {
%1 = call i32 @unlink(ptr noundef @.str)
%2 = call i32 @unlink(ptr noundef @.str.1)
%3 = call i32 @unlink(ptr noundef @.str.2)
%4 = call i32 @unlink(ptr noundef @.str.3)
%5 = call i32 @unlink(ptr noundef @.str.4)
%6 = call i32 @unlink(ptr noundef @.str.5)
%7 = call i32 @unlink(ptr noundef @.str.6)
%8 = call i32 @unlink(ptr noundef @.str.7)
%9 = call i32 @unlink(ptr noundef @.str.8)
%10 = call i32 @unlink(ptr noundef @.str.9)
%11 = call i32 @unlink(ptr noundef @.str.10)
%12 = call i32 @unlink(ptr noundef @.str.11)
%13 = call i32 @unlink(ptr noundef @.str.12)
%14 = call i32 @unlink(ptr noundef @.str.13)
%15 = call i32 @unlink(ptr noundef @.str.14)
ret void
}
declare i32 @unlink(ptr noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmpkbfvaxzd.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-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"/sqlite_stmt_journals/data\00", align 1
@.str.1 = private unnamed_addr constant [30 x i8] c"/sqlite_stmt_journals/hotplug\00", align 1
@.str.2 = private unnamed_addr constant [30 x i8] c"/sqlite_stmt_journals/loading\00", align 1
@.str.3 = private unnamed_addr constant [28 x i8] c"/sqlite_stmt_journals/mount\00", align 1
@.str.4 = private unnamed_addr constant [30 x i8] c"/sqlite_stmt_journals/fs_type\00", align 1
@.str.5 = private unnamed_addr constant [21 x i8] c"/data/local/tmp/data\00", align 1
@.str.6 = private unnamed_addr constant [24 x i8] c"/data/local/tmp/hotplug\00", align 1
@.str.7 = private unnamed_addr constant [24 x i8] c"/data/local/tmp/loading\00", align 1
@.str.8 = private unnamed_addr constant [22 x i8] c"/data/local/tmp/mount\00", align 1
@.str.9 = private unnamed_addr constant [24 x i8] c"/data/local/tmp/fs_type\00", align 1
@.str.10 = private unnamed_addr constant [60 x i8] c"/data/data/com.corner23.android.universalandroot/files/data\00", align 1
@.str.11 = private unnamed_addr constant [63 x i8] c"/data/data/com.corner23.android.universalandroot/files/hotplug\00", align 1
@.str.12 = private unnamed_addr constant [63 x i8] c"/data/data/com.corner23.android.universalandroot/files/loading\00", align 1
@.str.13 = private unnamed_addr constant [61 x i8] c"/data/data/com.corner23.android.universalandroot/files/mount\00", align 1
@.str.14 = private unnamed_addr constant [63 x i8] c"/data/data/com.corner23.android.universalandroot/files/fs_type\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local void @unlinkTmpFiles() #0 {
%1 = call i32 @unlink(ptr noundef @.str)
%2 = call i32 @unlink(ptr noundef @.str.1)
%3 = call i32 @unlink(ptr noundef @.str.2)
%4 = call i32 @unlink(ptr noundef @.str.3)
%5 = call i32 @unlink(ptr noundef @.str.4)
%6 = call i32 @unlink(ptr noundef @.str.5)
%7 = call i32 @unlink(ptr noundef @.str.6)
%8 = call i32 @unlink(ptr noundef @.str.7)
%9 = call i32 @unlink(ptr noundef @.str.8)
%10 = call i32 @unlink(ptr noundef @.str.9)
%11 = call i32 @unlink(ptr noundef @.str.10)
%12 = call i32 @unlink(ptr noundef @.str.11)
%13 = call i32 @unlink(ptr noundef @.str.12)
%14 = call i32 @unlink(ptr noundef @.str.13)
%15 = call i32 @unlink(ptr noundef @.str.14)
ret void
}
declare i32 @unlink(ptr noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
|
; ModuleID = '/tmp/tmpzhh0qnt7.c'
source_filename = "/tmp/tmpzhh0qnt7.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @find_w2e(ptr noundef %0, ptr noundef %1, i32 noundef %2, i32 noundef %3) #0 {
%5 = alloca ptr, align 8
%6 = alloca ptr, align 8
%7 = alloca i32, align 4
%8 = alloca i32, align 4
%9 = alloca i32, align 4
%10 = alloca i32, align 4
%11 = alloca i32, align 4
%12 = alloca i32, align 4
%13 = 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 %3, ptr %8, align 4
store i32 0, ptr %9, align 4
br label %14
14: ; preds = %153, %4
%15 = load i32, ptr %9, align 4
%16 = load i32, ptr %7, align 4
%17 = icmp slt i32 %15, %16
br i1 %17, label %18, label %156
18: ; preds = %14
store i32 0, ptr %10, align 4
br label %19
19: ; preds = %149, %18
%20 = load i32, ptr %10, align 4
%21 = load i32, ptr %8, align 4
%22 = icmp slt i32 %20, %21
br i1 %22, label %23, label %152
23: ; preds = %19
store i32 0, ptr %12, align 4
store i32 1, ptr %13, align 4
%24 = load i32, ptr %10, align 4
store i32 %24, ptr %11, align 4
br label %25
25: ; preds = %77, %23
%26 = load ptr, ptr %5, align 8
%27 = load i32, ptr %12, align 4
%28 = sext i32 %27 to i64
%29 = getelementptr inbounds i8, ptr %26, i64 %28
%30 = load i8, ptr %29, align 1
%31 = sext i8 %30 to i32
%32 = icmp ne i32 %31, 0
br i1 %32, label %33, label %40
33: ; preds = %25
%34 = load i32, ptr %11, align 4
%35 = load i32, ptr %8, align 4
%36 = icmp slt i32 %34, %35
br i1 %36, label %37, label %40
37: ; preds = %33
%38 = load i32, ptr %13, align 4
%39 = icmp ne i32 %38, 0
br label %40
40: ; preds = %37, %33, %25
%41 = phi i1 [ false, %33 ], [ false, %25 ], [ %39, %37 ]
br i1 %41, label %42, label %78
42: ; preds = %40
%43 = load ptr, ptr %5, align 8
%44 = load i32, ptr %12, align 4
%45 = sext i32 %44 to i64
%46 = getelementptr inbounds i8, ptr %43, i64 %45
%47 = load i8, ptr %46, align 1
%48 = call i64 @isspace(i8 noundef signext %47)
%49 = icmp ne i64 %48, 0
br i1 %49, label %50, label %53
50: ; preds = %42
%51 = load i32, ptr %12, align 4
%52 = add nsw i32 %51, 1
store i32 %52, ptr %12, align 4
br label %77
53: ; preds = %42
%54 = load ptr, ptr %5, align 8
%55 = load i32, ptr %12, 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 = load ptr, ptr %6, align 8
%61 = load i32, ptr %9, align 4
%62 = sext i32 %61 to i64
%63 = getelementptr inbounds [40 x i8], ptr %60, i64 %62
%64 = load i32, ptr %11, align 4
%65 = sext i32 %64 to i64
%66 = getelementptr inbounds [40 x i8], ptr %63, i64 0, i64 %65
%67 = load i8, ptr %66, align 1
%68 = sext i8 %67 to i32
%69 = icmp eq i32 %59, %68
br i1 %69, label %70, label %75
70: ; preds = %53
%71 = load i32, ptr %12, align 4
%72 = add nsw i32 %71, 1
store i32 %72, ptr %12, align 4
%73 = load i32, ptr %11, align 4
%74 = add nsw i32 %73, 1
store i32 %74, ptr %11, align 4
br label %76
75: ; preds = %53
store i32 0, ptr %13, align 4
br label %76
76: ; preds = %75, %70
br label %77
77: ; preds = %76, %50
br label %25, !llvm.loop !6
78: ; preds = %40
%79 = load ptr, ptr %5, align 8
%80 = load i32, ptr %12, align 4
%81 = sext i32 %80 to i64
%82 = getelementptr inbounds i8, ptr %79, i64 %81
%83 = load i8, ptr %82, align 1
%84 = sext i8 %83 to i32
%85 = icmp eq i32 %84, 0
br i1 %85, label %86, label %148
86: ; preds = %78
store i32 0, ptr %12, align 4
%87 = load i32, ptr %10, align 4
store i32 %87, ptr %11, align 4
br label %88
88: ; preds = %146, %86
%89 = load ptr, ptr %5, align 8
%90 = load i32, ptr %12, align 4
%91 = sext i32 %90 to i64
%92 = getelementptr inbounds i8, ptr %89, i64 %91
%93 = load i8, ptr %92, align 1
%94 = sext i8 %93 to i32
%95 = icmp ne i32 %94, 0
br i1 %95, label %96, label %147
96: ; preds = %88
%97 = load ptr, ptr %5, align 8
%98 = load i32, ptr %12, align 4
%99 = sext i32 %98 to i64
%100 = getelementptr inbounds i8, ptr %97, i64 %99
%101 = load i8, ptr %100, align 1
%102 = call i64 @isspace(i8 noundef signext %101)
%103 = icmp ne i64 %102, 0
br i1 %103, label %104, label %107
104: ; preds = %96
%105 = load i32, ptr %12, align 4
%106 = add nsw i32 %105, 1
store i32 %106, ptr %12, align 4
br label %146
107: ; preds = %96
%108 = load ptr, ptr %5, align 8
%109 = load i32, ptr %12, align 4
%110 = sext i32 %109 to i64
%111 = getelementptr inbounds i8, ptr %108, i64 %110
%112 = load i8, ptr %111, align 1
%113 = sext i8 %112 to i32
%114 = load ptr, ptr %6, align 8
%115 = load i32, ptr %9, align 4
%116 = sext i32 %115 to i64
%117 = getelementptr inbounds [40 x i8], ptr %114, i64 %116
%118 = load i32, ptr %11, align 4
%119 = sext i32 %118 to i64
%120 = getelementptr inbounds [40 x i8], ptr %117, i64 0, i64 %119
%121 = load i8, ptr %120, align 1
%122 = sext i8 %121 to i32
%123 = icmp eq i32 %113, %122
br i1 %123, label %124, label %145
124: ; preds = %107
%125 = load ptr, ptr %6, align 8
%126 = load i32, ptr %9, align 4
%127 = sext i32 %126 to i64
%128 = getelementptr inbounds [40 x i8], ptr %125, i64 %127
%129 = load i32, ptr %11, align 4
%130 = sext i32 %129 to i64
%131 = getelementptr inbounds [40 x i8], ptr %128, i64 0, i64 %130
%132 = load i8, ptr %131, align 1
%133 = call signext i8 @toupper(i8 noundef signext %132)
%134 = load ptr, ptr %6, align 8
%135 = load i32, ptr %9, align 4
%136 = sext i32 %135 to i64
%137 = getelementptr inbounds [40 x i8], ptr %134, i64 %136
%138 = load i32, ptr %11, align 4
%139 = sext i32 %138 to i64
%140 = getelementptr inbounds [40 x i8], ptr %137, i64 0, i64 %139
store i8 %133, ptr %140, align 1
%141 = load i32, ptr %12, align 4
%142 = add nsw i32 %141, 1
store i32 %142, ptr %12, align 4
%143 = load i32, ptr %11, align 4
%144 = add nsw i32 %143, 1
store i32 %144, ptr %11, align 4
br label %145
145: ; preds = %124, %107
br label %146
146: ; preds = %145, %104
br label %88, !llvm.loop !8
147: ; preds = %88
br label %148
148: ; preds = %147, %78
br label %149
149: ; preds = %148
%150 = load i32, ptr %10, align 4
%151 = add nsw i32 %150, 1
store i32 %151, ptr %10, align 4
br label %19, !llvm.loop !9
152: ; preds = %19
br label %153
153: ; preds = %152
%154 = load i32, ptr %9, align 4
%155 = add nsw i32 %154, 1
store i32 %155, ptr %9, align 4
br label %14, !llvm.loop !10
156: ; preds = %14
ret void
}
declare i64 @isspace(i8 noundef signext) #1
declare signext i8 @toupper(i8 noundef signext) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
!6 = distinct !{!6, !7}
!7 = !{!"llvm.loop.mustprogress"}
!8 = distinct !{!8, !7}
!9 = distinct !{!9, !7}
!10 = distinct !{!10, !7}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmpzhh0qnt7.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @find_w2e(ptr noundef %0, ptr noundef %1, i32 noundef %2, i32 noundef %3) #0 {
%5 = alloca ptr, align 8
%6 = alloca ptr, align 8
%7 = alloca i32, align 4
%8 = alloca i32, align 4
%9 = alloca i32, align 4
%10 = alloca i32, align 4
%11 = alloca i32, align 4
%12 = alloca i32, align 4
%13 = 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 %3, ptr %8, align 4
store i32 0, ptr %9, align 4
%14 = load i32, ptr %9, align 4
%15 = load i32, ptr %7, align 4
%16 = icmp slt i32 %14, %15
br i1 %16, label %.lr.ph5, label %166
.lr.ph5: ; preds = %4
br label %17
17: ; preds = %.lr.ph5, %160
store i32 0, ptr %10, align 4
%18 = load i32, ptr %10, align 4
%19 = load i32, ptr %8, align 4
%20 = icmp slt i32 %18, %19
br i1 %20, label %.lr.ph2, label %159
.lr.ph2: ; preds = %17
br label %21
21: ; preds = %.lr.ph2, %153
store i32 0, ptr %12, align 4
store i32 1, ptr %13, align 4
%22 = load i32, ptr %10, align 4
store i32 %22, ptr %11, align 4
br label %23
23: ; preds = %75, %21
%24 = load ptr, ptr %5, align 8
%25 = load i32, ptr %12, align 4
%26 = sext i32 %25 to i64
%27 = getelementptr inbounds i8, ptr %24, i64 %26
%28 = load i8, ptr %27, align 1
%29 = sext i8 %28 to i32
%30 = icmp ne i32 %29, 0
br i1 %30, label %31, label %38
31: ; preds = %23
%32 = load i32, ptr %11, align 4
%33 = load i32, ptr %8, align 4
%34 = icmp slt i32 %32, %33
br i1 %34, label %35, label %38
35: ; preds = %31
%36 = load i32, ptr %13, align 4
%37 = icmp ne i32 %36, 0
br label %38
38: ; preds = %35, %31, %23
%39 = phi i1 [ false, %31 ], [ false, %23 ], [ %37, %35 ]
br i1 %39, label %40, label %76
40: ; preds = %38
%41 = load ptr, ptr %5, align 8
%42 = load i32, ptr %12, align 4
%43 = sext i32 %42 to i64
%44 = getelementptr inbounds i8, ptr %41, i64 %43
%45 = load i8, ptr %44, align 1
%46 = call i64 @isspace(i8 noundef signext %45)
%47 = icmp ne i64 %46, 0
br i1 %47, label %48, label %51
48: ; preds = %40
%49 = load i32, ptr %12, align 4
%50 = add nsw i32 %49, 1
store i32 %50, ptr %12, align 4
br label %75
51: ; preds = %40
%52 = load ptr, ptr %5, align 8
%53 = load i32, ptr %12, align 4
%54 = sext i32 %53 to i64
%55 = getelementptr inbounds i8, ptr %52, i64 %54
%56 = load i8, ptr %55, align 1
%57 = sext i8 %56 to i32
%58 = load ptr, ptr %6, align 8
%59 = load i32, ptr %9, align 4
%60 = sext i32 %59 to i64
%61 = getelementptr inbounds [40 x i8], ptr %58, i64 %60
%62 = load i32, ptr %11, align 4
%63 = sext i32 %62 to i64
%64 = getelementptr inbounds [40 x i8], ptr %61, i64 0, i64 %63
%65 = load i8, ptr %64, align 1
%66 = sext i8 %65 to i32
%67 = icmp eq i32 %57, %66
br i1 %67, label %68, label %73
68: ; preds = %51
%69 = load i32, ptr %12, align 4
%70 = add nsw i32 %69, 1
store i32 %70, ptr %12, align 4
%71 = load i32, ptr %11, align 4
%72 = add nsw i32 %71, 1
store i32 %72, ptr %11, align 4
br label %74
73: ; preds = %51
store i32 0, ptr %13, align 4
br label %74
74: ; preds = %73, %68
br label %75
75: ; preds = %74, %48
br label %23, !llvm.loop !6
76: ; preds = %38
%77 = load ptr, ptr %5, align 8
%78 = load i32, ptr %12, align 4
%79 = sext i32 %78 to i64
%80 = getelementptr inbounds i8, ptr %77, i64 %79
%81 = load i8, ptr %80, align 1
%82 = sext i8 %81 to i32
%83 = icmp eq i32 %82, 0
br i1 %83, label %84, label %152
84: ; preds = %76
store i32 0, ptr %12, align 4
%85 = load i32, ptr %10, align 4
store i32 %85, ptr %11, align 4
%86 = load ptr, ptr %5, align 8
%87 = load i32, ptr %12, align 4
%88 = sext i32 %87 to i64
%89 = getelementptr inbounds i8, ptr %86, i64 %88
%90 = load i8, ptr %89, align 1
%91 = sext i8 %90 to i32
%92 = icmp ne i32 %91, 0
br i1 %92, label %.lr.ph, label %151
.lr.ph: ; preds = %84
br label %93
93: ; preds = %.lr.ph, %143
%94 = load ptr, ptr %5, align 8
%95 = load i32, ptr %12, align 4
%96 = sext i32 %95 to i64
%97 = getelementptr inbounds i8, ptr %94, i64 %96
%98 = load i8, ptr %97, align 1
%99 = call i64 @isspace(i8 noundef signext %98)
%100 = icmp ne i64 %99, 0
br i1 %100, label %101, label %104
101: ; preds = %93
%102 = load i32, ptr %12, align 4
%103 = add nsw i32 %102, 1
store i32 %103, ptr %12, align 4
br label %143
104: ; preds = %93
%105 = load ptr, ptr %5, align 8
%106 = load i32, ptr %12, align 4
%107 = sext 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 = load ptr, ptr %6, align 8
%112 = load i32, ptr %9, align 4
%113 = sext i32 %112 to i64
%114 = getelementptr inbounds [40 x i8], ptr %111, i64 %113
%115 = load i32, ptr %11, align 4
%116 = sext i32 %115 to i64
%117 = getelementptr inbounds [40 x i8], ptr %114, i64 0, i64 %116
%118 = load i8, ptr %117, align 1
%119 = sext i8 %118 to i32
%120 = icmp eq i32 %110, %119
br i1 %120, label %121, label %142
121: ; preds = %104
%122 = load ptr, ptr %6, align 8
%123 = load i32, ptr %9, align 4
%124 = sext i32 %123 to i64
%125 = getelementptr inbounds [40 x i8], ptr %122, i64 %124
%126 = load i32, ptr %11, align 4
%127 = sext i32 %126 to i64
%128 = getelementptr inbounds [40 x i8], ptr %125, i64 0, i64 %127
%129 = load i8, ptr %128, align 1
%130 = call signext i8 @toupper(i8 noundef signext %129)
%131 = load ptr, ptr %6, align 8
%132 = load i32, ptr %9, align 4
%133 = sext i32 %132 to i64
%134 = getelementptr inbounds [40 x i8], ptr %131, i64 %133
%135 = load i32, ptr %11, align 4
%136 = sext i32 %135 to i64
%137 = getelementptr inbounds [40 x i8], ptr %134, i64 0, i64 %136
store i8 %130, ptr %137, align 1
%138 = load i32, ptr %12, align 4
%139 = add nsw i32 %138, 1
store i32 %139, ptr %12, align 4
%140 = load i32, ptr %11, align 4
%141 = add nsw i32 %140, 1
store i32 %141, ptr %11, align 4
br label %142
142: ; preds = %121, %104
br label %143
143: ; preds = %142, %101
%144 = load ptr, ptr %5, align 8
%145 = load i32, ptr %12, align 4
%146 = sext i32 %145 to i64
%147 = getelementptr inbounds i8, ptr %144, i64 %146
%148 = load i8, ptr %147, align 1
%149 = sext i8 %148 to i32
%150 = icmp ne i32 %149, 0
br i1 %150, label %93, label %._crit_edge, !llvm.loop !8
._crit_edge: ; preds = %143
br label %151
151: ; preds = %._crit_edge, %84
br label %152
152: ; preds = %151, %76
br label %153
153: ; preds = %152
%154 = load i32, ptr %10, align 4
%155 = add nsw i32 %154, 1
store i32 %155, ptr %10, align 4
%156 = load i32, ptr %10, align 4
%157 = load i32, ptr %8, align 4
%158 = icmp slt i32 %156, %157
br i1 %158, label %21, label %._crit_edge3, !llvm.loop !9
._crit_edge3: ; preds = %153
br label %159
159: ; preds = %._crit_edge3, %17
br label %160
160: ; preds = %159
%161 = load i32, ptr %9, align 4
%162 = add nsw i32 %161, 1
store i32 %162, ptr %9, align 4
%163 = load i32, ptr %9, align 4
%164 = load i32, ptr %7, align 4
%165 = icmp slt i32 %163, %164
br i1 %165, label %17, label %._crit_edge6, !llvm.loop !10
._crit_edge6: ; preds = %160
br label %166
166: ; preds = %._crit_edge6, %4
ret void
}
declare i64 @isspace(i8 noundef signext) #1
declare signext i8 @toupper(i8 noundef signext) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
!6 = distinct !{!6, !7}
!7 = !{!"llvm.loop.mustprogress"}
!8 = distinct !{!8, !7}
!9 = distinct !{!9, !7}
!10 = distinct !{!10, !7}
|
; ModuleID = '/tmp/tmpuaqdjfpz.c'
source_filename = "/tmp/tmpuaqdjfpz.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@.str = private unnamed_addr constant [70 x i8] c"Usage: %s\09get (begin|end|step|delimiter)\0A\09\09set delimiter <delimiter>\0A\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local void @show_usage(ptr noundef %0) #0 {
%2 = alloca ptr, align 8
store ptr %0, ptr %2, align 8
%3 = load ptr, ptr %2, align 8
%4 = call i32 @printf(ptr noundef @.str, ptr noundef %3)
ret void
}
declare i32 @printf(ptr noundef, ptr noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmpuaqdjfpz.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@.str = private unnamed_addr constant [70 x i8] c"Usage: %s\09get (begin|end|step|delimiter)\0A\09\09set delimiter <delimiter>\0A\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local void @show_usage(ptr noundef %0) #0 {
%2 = alloca ptr, align 8
store ptr %0, ptr %2, align 8
%3 = load ptr, ptr %2, align 8
%4 = call i32 @printf(ptr noundef @.str, ptr noundef %3)
ret void
}
declare i32 @printf(ptr noundef, ptr noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
|
; ModuleID = '/tmp/tmpkdt_2ej5.c'
source_filename = "/tmp/tmpkdt_2ej5.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 = call i32 @f(i32 noundef 1, i32 noundef 2)
ret i32 0
}
declare i32 @f(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/tmpkdt_2ej5.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 = call i32 @f(i32 noundef 1, i32 noundef 2)
ret i32 0
}
declare i32 @f(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/tmp41ww9dbc.c'
source_filename = "/tmp/tmp41ww9dbc.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @puts(ptr noundef %0) #0 {
%2 = alloca ptr, align 8
%3 = alloca i32, align 4
store ptr %0, ptr %2, align 8
store i32 0, ptr %3, align 4
br label %4
4: ; preds = %11, %1
%5 = load ptr, ptr %2, align 8
%6 = load i32, ptr %3, align 4
%7 = sext i32 %6 to i64
%8 = getelementptr inbounds i8, ptr %5, i64 %7
%9 = load i8, ptr %8, align 1
%10 = icmp ne i8 %9, 0
br i1 %10, label %11, label %19
11: ; preds = %4
%12 = load ptr, ptr %2, align 8
%13 = load i32, ptr %3, align 4
%14 = add nsw i32 %13, 1
store i32 %14, ptr %3, align 4
%15 = sext i32 %13 to i64
%16 = getelementptr inbounds i8, ptr %12, i64 %15
%17 = load i8, ptr %16, align 1
%18 = call i32 @putchar(i8 noundef signext %17)
br label %4, !llvm.loop !6
19: ; preds = %4
%20 = call i32 @putchar(i8 noundef signext 13)
%21 = call i32 @putchar(i8 noundef signext 10)
%22 = load i32, ptr %3, align 4
%23 = add nsw i32 %22, 2
ret i32 %23
}
declare i32 @putchar(i8 noundef signext) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
!6 = distinct !{!6, !7}
!7 = !{!"llvm.loop.mustprogress"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmp41ww9dbc.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @puts(ptr noundef %0) #0 {
%2 = alloca ptr, align 8
%3 = alloca i32, align 4
store ptr %0, ptr %2, align 8
store i32 0, ptr %3, align 4
%4 = load ptr, ptr %2, align 8
%5 = load i32, ptr %3, align 4
%6 = sext i32 %5 to i64
%7 = getelementptr inbounds i8, ptr %4, i64 %6
%8 = load i8, ptr %7, align 1
%9 = icmp ne i8 %8, 0
br i1 %9, label %.lr.ph, label %24
.lr.ph: ; preds = %1
br label %10
10: ; preds = %.lr.ph, %10
%11 = load ptr, ptr %2, align 8
%12 = load i32, ptr %3, align 4
%13 = add nsw i32 %12, 1
store i32 %13, ptr %3, align 4
%14 = sext i32 %12 to i64
%15 = getelementptr inbounds i8, ptr %11, i64 %14
%16 = load i8, ptr %15, align 1
%17 = call i32 @putchar(i8 noundef signext %16)
%18 = load ptr, ptr %2, align 8
%19 = load i32, ptr %3, align 4
%20 = sext i32 %19 to i64
%21 = getelementptr inbounds i8, ptr %18, i64 %20
%22 = load i8, ptr %21, align 1
%23 = icmp ne i8 %22, 0
br i1 %23, label %10, label %._crit_edge, !llvm.loop !6
._crit_edge: ; preds = %10
br label %24
24: ; preds = %._crit_edge, %1
%25 = call i32 @putchar(i8 noundef signext 13)
%26 = call i32 @putchar(i8 noundef signext 10)
%27 = load i32, ptr %3, align 4
%28 = add nsw i32 %27, 2
ret i32 %28
}
declare i32 @putchar(i8 noundef signext) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
!6 = distinct !{!6, !7}
!7 = !{!"llvm.loop.mustprogress"}
|
; ModuleID = '/tmp/tmpq8zhn6xc.c'
source_filename = "/tmp/tmpq8zhn6xc.c"
target datalayout = "e-m:e-p270: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/tmpq8zhn6xc.c"
target datalayout = "e-m:e-p270: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/tmpr20htfqe.c'
source_filename = "/tmp/tmpr20htfqe.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @f1(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 @fce(i32 noundef %3, i32 noundef 5)
%5 = load i32, ptr %2, align 4
%6 = call i32 @fce(i32 noundef %5, i32 noundef 7)
%7 = add nsw i32 %4, %6
ret i32 %7
}
declare i32 @fce(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/tmpr20htfqe.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @f1(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 @fce(i32 noundef %3, i32 noundef 5)
%5 = load i32, ptr %2, align 4
%6 = call i32 @fce(i32 noundef %5, i32 noundef 7)
%7 = add nsw i32 %4, %6
ret i32 %7
}
declare i32 @fce(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/tmpeg433lta.c'
source_filename = "/tmp/tmpeg433lta.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@stderr = dso_local global i32 0, align 4
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmpeg433lta.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@stderr = dso_local global i32 0, align 4
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
|
; ModuleID = '/tmp/tmpt0qrc40k.c'
source_filename = "/tmp/tmpt0qrc40k.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@.str = private unnamed_addr constant [4 x i8] c"%d \00", align 1
@.str.1 = private unnamed_addr constant [2 x i8] c"\0A\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local void @Print_array(ptr noundef %0, i32 noundef %1) #0 {
%3 = alloca ptr, align 8
%4 = alloca i32, align 4
%5 = alloca i32, align 4
store ptr %0, ptr %3, align 8
store i32 %1, ptr %4, align 4
store i32 0, ptr %5, align 4
br label %6
6: ; preds = %17, %2
%7 = load i32, ptr %5, align 4
%8 = load i32, ptr %4, align 4
%9 = icmp slt i32 %7, %8
br i1 %9, label %10, label %20
10: ; preds = %6
%11 = load ptr, ptr %3, align 8
%12 = load i32, ptr %5, align 4
%13 = sext i32 %12 to i64
%14 = getelementptr inbounds i32, ptr %11, i64 %13
%15 = load i32, ptr %14, align 4
%16 = call i32 (ptr, ...) @printf(ptr noundef @.str, i32 noundef %15)
br label %17
17: ; preds = %10
%18 = load i32, ptr %5, align 4
%19 = add nsw i32 %18, 1
store i32 %19, ptr %5, align 4
br label %6, !llvm.loop !6
20: ; preds = %6
%21 = call i32 (ptr, ...) @printf(ptr noundef @.str.1)
ret void
}
declare i32 @printf(ptr noundef, ...) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
!6 = distinct !{!6, !7}
!7 = !{!"llvm.loop.mustprogress"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmpt0qrc40k.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@.str = private unnamed_addr constant [4 x i8] c"%d \00", align 1
@.str.1 = private unnamed_addr constant [2 x i8] c"\0A\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local void @Print_array(ptr noundef %0, i32 noundef %1) #0 {
%3 = alloca ptr, align 8
%4 = alloca i32, align 4
%5 = alloca i32, align 4
store ptr %0, ptr %3, align 8
store i32 %1, ptr %4, align 4
store i32 0, ptr %5, align 4
%6 = load i32, ptr %5, align 4
%7 = load i32, ptr %4, align 4
%8 = icmp slt i32 %6, %7
br i1 %8, label %.lr.ph, label %22
.lr.ph: ; preds = %2
br label %9
9: ; preds = %.lr.ph, %16
%10 = load ptr, ptr %3, align 8
%11 = load i32, ptr %5, align 4
%12 = sext i32 %11 to i64
%13 = getelementptr inbounds i32, ptr %10, i64 %12
%14 = load i32, ptr %13, align 4
%15 = call i32 (ptr, ...) @printf(ptr noundef @.str, i32 noundef %14)
br label %16
16: ; preds = %9
%17 = load i32, ptr %5, align 4
%18 = add nsw i32 %17, 1
store i32 %18, ptr %5, align 4
%19 = load i32, ptr %5, align 4
%20 = load i32, ptr %4, align 4
%21 = icmp slt i32 %19, %20
br i1 %21, label %9, label %._crit_edge, !llvm.loop !6
._crit_edge: ; preds = %16
br label %22
22: ; preds = %._crit_edge, %2
%23 = call i32 (ptr, ...) @printf(ptr noundef @.str.1)
ret void
}
declare i32 @printf(ptr noundef, ...) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
!6 = distinct !{!6, !7}
!7 = !{!"llvm.loop.mustprogress"}
|
; ModuleID = '/tmp/tmpikb4lwzr.c'
source_filename = "/tmp/tmpikb4lwzr.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@.str = private unnamed_addr constant [26 x i8] c"usage: vohttpd [-bdhp?]\0A\0A\00", align 1
@.str.1 = private unnamed_addr constant [59 x i8] c"example: vohttpd -d/var/www/html/cgi-bin/votest.so -p8080\0A\00", align 1
@.str.2 = private unnamed_addr constant [166 x i8] c"\09-b[path] set www home/base folder, default /var/www/html.\0A\09-d[path] preload plugin.\0A\09-h,-? show this usage.\0A\09-p[port] set server listen port, default 8080.\0A\0A\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local void @vohttpd_show_usage() #0 {
%1 = call i32 @printf(ptr noundef @.str)
%2 = call i32 @printf(ptr noundef @.str.1)
%3 = call i32 @printf(ptr noundef @.str.2)
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/tmpikb4lwzr.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@.str = private unnamed_addr constant [26 x i8] c"usage: vohttpd [-bdhp?]\0A\0A\00", align 1
@.str.1 = private unnamed_addr constant [59 x i8] c"example: vohttpd -d/var/www/html/cgi-bin/votest.so -p8080\0A\00", align 1
@.str.2 = private unnamed_addr constant [166 x i8] c"\09-b[path] set www home/base folder, default /var/www/html.\0A\09-d[path] preload plugin.\0A\09-h,-? show this usage.\0A\09-p[port] set server listen port, default 8080.\0A\0A\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local void @vohttpd_show_usage() #0 {
%1 = call i32 @printf(ptr noundef @.str)
%2 = call i32 @printf(ptr noundef @.str.1)
%3 = call i32 @printf(ptr noundef @.str.2)
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/tmpw2k7a5qc.c'
source_filename = "/tmp/tmpw2k7a5qc.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @GPIOIntTypeSet(i32 noundef %0, i64 noundef %1, i32 noundef %2) #0 {
%4 = alloca i32, align 4
%5 = alloca i64, align 8
%6 = alloca i32, align 4
store i32 %0, ptr %4, align 4
store volatile i64 %1, ptr %5, align 8
store i32 %2, ptr %6, align 4
%7 = load i32, ptr %6, align 4
%8 = and i32 %7, 1
%9 = icmp ne i32 %8, 0
br i1 %9, label %10, label %18
10: ; preds = %3
%11 = load i32, ptr %4, align 4
%12 = add nsw i32 %11, 1032
%13 = sext i32 %12 to i64
%14 = inttoptr i64 %13 to ptr
%15 = load volatile i64, ptr %14, align 8
%16 = load volatile i64, ptr %5, align 8
%17 = or i64 %15, %16
br label %27
18: ; preds = %3
%19 = load i32, ptr %4, align 4
%20 = add nsw i32 %19, 1032
%21 = sext i32 %20 to i64
%22 = inttoptr i64 %21 to ptr
%23 = load volatile i64, ptr %22, align 8
%24 = load volatile i64, ptr %5, align 8
%25 = xor i64 %24, -1
%26 = and i64 %23, %25
br label %27
27: ; preds = %18, %10
%28 = phi i64 [ %17, %10 ], [ %26, %18 ]
%29 = load i32, ptr %4, align 4
%30 = add nsw i32 %29, 1032
%31 = sext i32 %30 to i64
%32 = inttoptr i64 %31 to ptr
store volatile i64 %28, ptr %32, align 8
%33 = load i32, ptr %6, align 4
%34 = and i32 %33, 2
%35 = icmp ne i32 %34, 0
br i1 %35, label %36, label %44
36: ; preds = %27
%37 = load i32, ptr %4, align 4
%38 = add nsw i32 %37, 1028
%39 = sext i32 %38 to i64
%40 = inttoptr i64 %39 to ptr
%41 = load volatile i64, ptr %40, align 8
%42 = load volatile i64, ptr %5, align 8
%43 = or i64 %41, %42
br label %53
44: ; preds = %27
%45 = load i32, ptr %4, align 4
%46 = add nsw i32 %45, 1028
%47 = sext i32 %46 to i64
%48 = inttoptr i64 %47 to ptr
%49 = load volatile i64, ptr %48, align 8
%50 = load volatile i64, ptr %5, align 8
%51 = xor i64 %50, -1
%52 = and i64 %49, %51
br label %53
53: ; preds = %44, %36
%54 = phi i64 [ %43, %36 ], [ %52, %44 ]
%55 = load i32, ptr %4, align 4
%56 = add nsw i32 %55, 1028
%57 = sext i32 %56 to i64
%58 = inttoptr i64 %57 to ptr
store volatile i64 %54, ptr %58, align 8
%59 = load i32, ptr %6, align 4
%60 = and i32 %59, 4
%61 = icmp ne i32 %60, 0
br i1 %61, label %62, label %70
62: ; preds = %53
%63 = load i32, ptr %4, align 4
%64 = add nsw i32 %63, 1036
%65 = sext i32 %64 to i64
%66 = inttoptr i64 %65 to ptr
%67 = load volatile i64, ptr %66, align 8
%68 = load volatile i64, ptr %5, align 8
%69 = or i64 %67, %68
br label %79
70: ; preds = %53
%71 = load i32, ptr %4, align 4
%72 = add nsw i32 %71, 1036
%73 = sext i32 %72 to i64
%74 = inttoptr i64 %73 to ptr
%75 = load volatile i64, ptr %74, align 8
%76 = load volatile i64, ptr %5, align 8
%77 = xor i64 %76, -1
%78 = and i64 %75, %77
br label %79
79: ; preds = %70, %62
%80 = phi i64 [ %69, %62 ], [ %78, %70 ]
%81 = load i32, ptr %4, align 4
%82 = add nsw i32 %81, 1036
%83 = sext i32 %82 to i64
%84 = inttoptr i64 %83 to ptr
store volatile i64 %80, ptr %84, align 8
%85 = load i32, ptr %6, align 4
%86 = and i32 %85, 65536
%87 = icmp ne i32 %86, 0
br i1 %87, label %88, label %95
88: ; preds = %79
%89 = load i32, ptr %4, align 4
%90 = add nsw i32 %89, 1336
%91 = sext i32 %90 to i64
%92 = inttoptr i64 %91 to ptr
%93 = load volatile i64, ptr %92, align 8
%94 = or i64 %93, 1
br label %102
95: ; preds = %79
%96 = load i32, ptr %4, align 4
%97 = add nsw i32 %96, 1336
%98 = sext i32 %97 to i64
%99 = inttoptr i64 %98 to ptr
%100 = load volatile i64, ptr %99, align 8
%101 = and i64 %100, -2
br label %102
102: ; preds = %95, %88
%103 = phi i64 [ %94, %88 ], [ %101, %95 ]
%104 = load i32, ptr %4, align 4
%105 = add nsw i32 %104, 1336
%106 = sext i32 %105 to i64
%107 = inttoptr i64 %106 to ptr
store volatile i64 %103, ptr %107, align 8
ret void
}
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmpw2k7a5qc.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @GPIOIntTypeSet(i32 noundef %0, i64 noundef %1, i32 noundef %2) #0 {
%4 = alloca i32, align 4
%5 = alloca i64, align 8
%6 = alloca i32, align 4
store i32 %0, ptr %4, align 4
store volatile i64 %1, ptr %5, align 8
store i32 %2, ptr %6, align 4
%7 = load i32, ptr %6, align 4
%8 = and i32 %7, 1
%9 = icmp ne i32 %8, 0
br i1 %9, label %10, label %18
10: ; preds = %3
%11 = load i32, ptr %4, align 4
%12 = add nsw i32 %11, 1032
%13 = sext i32 %12 to i64
%14 = inttoptr i64 %13 to ptr
%15 = load volatile i64, ptr %14, align 8
%16 = load volatile i64, ptr %5, align 8
%17 = or i64 %15, %16
br label %27
18: ; preds = %3
%19 = load i32, ptr %4, align 4
%20 = add nsw i32 %19, 1032
%21 = sext i32 %20 to i64
%22 = inttoptr i64 %21 to ptr
%23 = load volatile i64, ptr %22, align 8
%24 = load volatile i64, ptr %5, align 8
%25 = xor i64 %24, -1
%26 = and i64 %23, %25
br label %27
27: ; preds = %18, %10
%28 = phi i64 [ %17, %10 ], [ %26, %18 ]
%29 = load i32, ptr %4, align 4
%30 = add nsw i32 %29, 1032
%31 = sext i32 %30 to i64
%32 = inttoptr i64 %31 to ptr
store volatile i64 %28, ptr %32, align 8
%33 = load i32, ptr %6, align 4
%34 = and i32 %33, 2
%35 = icmp ne i32 %34, 0
br i1 %35, label %36, label %44
36: ; preds = %27
%37 = load i32, ptr %4, align 4
%38 = add nsw i32 %37, 1028
%39 = sext i32 %38 to i64
%40 = inttoptr i64 %39 to ptr
%41 = load volatile i64, ptr %40, align 8
%42 = load volatile i64, ptr %5, align 8
%43 = or i64 %41, %42
br label %53
44: ; preds = %27
%45 = load i32, ptr %4, align 4
%46 = add nsw i32 %45, 1028
%47 = sext i32 %46 to i64
%48 = inttoptr i64 %47 to ptr
%49 = load volatile i64, ptr %48, align 8
%50 = load volatile i64, ptr %5, align 8
%51 = xor i64 %50, -1
%52 = and i64 %49, %51
br label %53
53: ; preds = %44, %36
%54 = phi i64 [ %43, %36 ], [ %52, %44 ]
%55 = load i32, ptr %4, align 4
%56 = add nsw i32 %55, 1028
%57 = sext i32 %56 to i64
%58 = inttoptr i64 %57 to ptr
store volatile i64 %54, ptr %58, align 8
%59 = load i32, ptr %6, align 4
%60 = and i32 %59, 4
%61 = icmp ne i32 %60, 0
br i1 %61, label %62, label %70
62: ; preds = %53
%63 = load i32, ptr %4, align 4
%64 = add nsw i32 %63, 1036
%65 = sext i32 %64 to i64
%66 = inttoptr i64 %65 to ptr
%67 = load volatile i64, ptr %66, align 8
%68 = load volatile i64, ptr %5, align 8
%69 = or i64 %67, %68
br label %79
70: ; preds = %53
%71 = load i32, ptr %4, align 4
%72 = add nsw i32 %71, 1036
%73 = sext i32 %72 to i64
%74 = inttoptr i64 %73 to ptr
%75 = load volatile i64, ptr %74, align 8
%76 = load volatile i64, ptr %5, align 8
%77 = xor i64 %76, -1
%78 = and i64 %75, %77
br label %79
79: ; preds = %70, %62
%80 = phi i64 [ %69, %62 ], [ %78, %70 ]
%81 = load i32, ptr %4, align 4
%82 = add nsw i32 %81, 1036
%83 = sext i32 %82 to i64
%84 = inttoptr i64 %83 to ptr
store volatile i64 %80, ptr %84, align 8
%85 = load i32, ptr %6, align 4
%86 = and i32 %85, 65536
%87 = icmp ne i32 %86, 0
br i1 %87, label %88, label %95
88: ; preds = %79
%89 = load i32, ptr %4, align 4
%90 = add nsw i32 %89, 1336
%91 = sext i32 %90 to i64
%92 = inttoptr i64 %91 to ptr
%93 = load volatile i64, ptr %92, align 8
%94 = or i64 %93, 1
br label %102
95: ; preds = %79
%96 = load i32, ptr %4, align 4
%97 = add nsw i32 %96, 1336
%98 = sext i32 %97 to i64
%99 = inttoptr i64 %98 to ptr
%100 = load volatile i64, ptr %99, align 8
%101 = and i64 %100, -2
br label %102
102: ; preds = %95, %88
%103 = phi i64 [ %94, %88 ], [ %101, %95 ]
%104 = load i32, ptr %4, align 4
%105 = add nsw i32 %104, 1336
%106 = sext i32 %105 to i64
%107 = inttoptr i64 %106 to ptr
store volatile i64 %103, ptr %107, align 8
ret void
}
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
|
; ModuleID = '/tmp/tmp6wj7fsvm.c'
source_filename = "/tmp/tmp6wj7fsvm.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@FE_ALL_EXCEPT = dso_local global i32 0, align 4
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local void @dsp_util_clear_fp_exceptions() #0 {
%1 = load i32, ptr @FE_ALL_EXCEPT, align 4
%2 = call i32 @feclearexcept(i32 noundef %1)
ret void
}
declare i32 @feclearexcept(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/tmp6wj7fsvm.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@FE_ALL_EXCEPT = dso_local global i32 0, align 4
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local void @dsp_util_clear_fp_exceptions() #0 {
%1 = load i32, ptr @FE_ALL_EXCEPT, align 4
%2 = call i32 @feclearexcept(i32 noundef %1)
ret void
}
declare i32 @feclearexcept(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/tmpkcrjax7l.c'
source_filename = "/tmp/tmpkcrjax7l.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @get_next_arg_val(ptr noundef %0, ptr noundef %1, ptr noundef %2, ptr noundef %3) #0 {
%5 = alloca i32, align 4
%6 = alloca ptr, align 8
%7 = alloca ptr, align 8
%8 = alloca ptr, align 8
%9 = alloca ptr, align 8
%10 = alloca i32, align 4
%11 = alloca i32, align 4
store ptr %0, ptr %6, align 8
store ptr %1, ptr %7, align 8
store ptr %2, ptr %8, align 8
store ptr %3, ptr %9, align 8
%12 = load ptr, ptr %7, align 8
%13 = load ptr, ptr %12, align 8
%14 = load ptr, ptr %13, align 8
%15 = load ptr, ptr %8, align 8
%16 = call i32 @strcmp(ptr noundef %14, ptr noundef %15)
store i32 %16, ptr %10, align 4
%17 = load i32, ptr %10, align 4
%18 = icmp eq i32 %17, 0
br i1 %18, label %19, label %30
19: ; preds = %4
%20 = load ptr, ptr %6, align 8
%21 = load i32, ptr %20, align 4
%22 = add nsw i32 %21, -1
store i32 %22, ptr %20, align 4
%23 = load ptr, ptr %7, align 8
%24 = load ptr, ptr %23, align 8
%25 = getelementptr inbounds ptr, ptr %24, i32 1
store ptr %25, ptr %23, align 8
%26 = load ptr, ptr %7, align 8
%27 = load ptr, ptr %26, align 8
%28 = load ptr, ptr %27, align 8
%29 = load ptr, ptr %9, align 8
store ptr %28, ptr %29, align 8
store i32 1, ptr %5, align 4
br label %64
30: ; preds = %4
%31 = load i32, ptr %10, align 4
%32 = icmp eq i32 %31, 61
br i1 %32, label %33, label %63
33: ; preds = %30
%34 = load ptr, ptr %8, align 8
%35 = call i32 @strlen(ptr noundef %34)
store i32 %35, ptr %11, align 4
%36 = load ptr, ptr %7, align 8
%37 = load ptr, ptr %36, align 8
%38 = load ptr, ptr %37, align 8
%39 = load ptr, ptr %8, align 8
%40 = load i32, ptr %11, align 4
%41 = call i64 @memcmp(ptr noundef %38, ptr noundef %39, i32 noundef %40)
%42 = icmp eq i64 %41, 0
br i1 %42, label %43, label %62
43: ; preds = %33
%44 = load ptr, ptr %7, align 8
%45 = load ptr, ptr %44, align 8
%46 = load ptr, ptr %45, align 8
%47 = load i32, ptr %11, 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 eq i32 %51, 61
br i1 %52, label %53, label %62
53: ; preds = %43
%54 = load ptr, ptr %7, align 8
%55 = load ptr, ptr %54, align 8
%56 = load ptr, ptr %55, align 8
%57 = load i32, ptr %11, align 4
%58 = sext i32 %57 to i64
%59 = getelementptr inbounds i8, ptr %56, i64 %58
%60 = getelementptr inbounds i8, ptr %59, i64 1
%61 = load ptr, ptr %9, align 8
store ptr %60, ptr %61, align 8
store i32 1, ptr %5, align 4
br label %64
62: ; preds = %43, %33
br label %63
63: ; preds = %62, %30
store i32 0, ptr %5, align 4
br label %64
64: ; preds = %63, %53, %19
%65 = load i32, ptr %5, align 4
ret i32 %65
}
declare i32 @strcmp(ptr noundef, ptr noundef) #1
declare i32 @strlen(ptr noundef) #1
declare i64 @memcmp(ptr noundef, ptr noundef, i32 noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmpkcrjax7l.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @get_next_arg_val(ptr noundef %0, ptr noundef %1, ptr noundef %2, ptr noundef %3) #0 {
%5 = alloca i32, align 4
%6 = alloca ptr, align 8
%7 = alloca ptr, align 8
%8 = alloca ptr, align 8
%9 = alloca ptr, align 8
%10 = alloca i32, align 4
%11 = alloca i32, align 4
store ptr %0, ptr %6, align 8
store ptr %1, ptr %7, align 8
store ptr %2, ptr %8, align 8
store ptr %3, ptr %9, align 8
%12 = load ptr, ptr %7, align 8
%13 = load ptr, ptr %12, align 8
%14 = load ptr, ptr %13, align 8
%15 = load ptr, ptr %8, align 8
%16 = call i32 @strcmp(ptr noundef %14, ptr noundef %15)
store i32 %16, ptr %10, align 4
%17 = load i32, ptr %10, align 4
%18 = icmp eq i32 %17, 0
br i1 %18, label %19, label %30
19: ; preds = %4
%20 = load ptr, ptr %6, align 8
%21 = load i32, ptr %20, align 4
%22 = add nsw i32 %21, -1
store i32 %22, ptr %20, align 4
%23 = load ptr, ptr %7, align 8
%24 = load ptr, ptr %23, align 8
%25 = getelementptr inbounds ptr, ptr %24, i32 1
store ptr %25, ptr %23, align 8
%26 = load ptr, ptr %7, align 8
%27 = load ptr, ptr %26, align 8
%28 = load ptr, ptr %27, align 8
%29 = load ptr, ptr %9, align 8
store ptr %28, ptr %29, align 8
store i32 1, ptr %5, align 4
br label %64
30: ; preds = %4
%31 = load i32, ptr %10, align 4
%32 = icmp eq i32 %31, 61
br i1 %32, label %33, label %63
33: ; preds = %30
%34 = load ptr, ptr %8, align 8
%35 = call i32 @strlen(ptr noundef %34)
store i32 %35, ptr %11, align 4
%36 = load ptr, ptr %7, align 8
%37 = load ptr, ptr %36, align 8
%38 = load ptr, ptr %37, align 8
%39 = load ptr, ptr %8, align 8
%40 = load i32, ptr %11, align 4
%41 = call i64 @memcmp(ptr noundef %38, ptr noundef %39, i32 noundef %40)
%42 = icmp eq i64 %41, 0
br i1 %42, label %43, label %62
43: ; preds = %33
%44 = load ptr, ptr %7, align 8
%45 = load ptr, ptr %44, align 8
%46 = load ptr, ptr %45, align 8
%47 = load i32, ptr %11, 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 eq i32 %51, 61
br i1 %52, label %53, label %62
53: ; preds = %43
%54 = load ptr, ptr %7, align 8
%55 = load ptr, ptr %54, align 8
%56 = load ptr, ptr %55, align 8
%57 = load i32, ptr %11, align 4
%58 = sext i32 %57 to i64
%59 = getelementptr inbounds i8, ptr %56, i64 %58
%60 = getelementptr inbounds i8, ptr %59, i64 1
%61 = load ptr, ptr %9, align 8
store ptr %60, ptr %61, align 8
store i32 1, ptr %5, align 4
br label %64
62: ; preds = %43, %33
br label %63
63: ; preds = %62, %30
store i32 0, ptr %5, align 4
br label %64
64: ; preds = %63, %53, %19
%65 = load i32, ptr %5, align 4
ret i32 %65
}
declare i32 @strcmp(ptr noundef, ptr noundef) #1
declare i32 @strlen(ptr noundef) #1
declare i64 @memcmp(ptr noundef, ptr noundef, i32 noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
|
; ModuleID = '/tmp/tmplcy0od4b.c'
source_filename = "/tmp/tmplcy0od4b.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@SYS_ftruncate = dso_local global i64 0, align 8
@BYTE_ORDER = dso_local global i64 0, align 8
@LITTLE_ENDIAN = dso_local global i64 0, align 8
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @machdep_sys_ftruncate(i32 noundef %0, i32 noundef %1) #0 {
%3 = alloca i32, align 4
%4 = alloca i32, align 4
%5 = alloca i64, align 8
%6 = alloca i32, align 4
store i32 %0, ptr %3, align 4
store i32 %1, ptr %4, align 4
%7 = load i64, ptr @SYS_ftruncate, align 8
%8 = load i32, ptr %3, align 4
%9 = load i32, ptr %4, align 4
%10 = call i64 @__syscall(i64 noundef %7, i32 noundef %8, i32 noundef 0, i32 noundef %9)
store i64 %10, ptr %5, align 8
%11 = load i64, ptr @BYTE_ORDER, align 8
%12 = load i64, ptr @LITTLE_ENDIAN, align 8
%13 = icmp eq i64 %11, %12
br i1 %13, label %14, label %17
14: ; preds = %2
%15 = load i64, ptr %5, align 8
%16 = trunc i64 %15 to i32
store i32 %16, ptr %6, align 4
br label %21
17: ; preds = %2
%18 = load i64, ptr %5, align 8
%19 = trunc i64 %18 to i32
%20 = ashr i32 %19, 32
store i32 %20, ptr %6, align 4
br label %21
21: ; preds = %17, %14
%22 = load i32, ptr %6, align 4
ret i32 %22
}
declare i64 @__syscall(i64 noundef, i32 noundef, i32 noundef, i32 noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmplcy0od4b.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@SYS_ftruncate = dso_local global i64 0, align 8
@BYTE_ORDER = dso_local global i64 0, align 8
@LITTLE_ENDIAN = dso_local global i64 0, align 8
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @machdep_sys_ftruncate(i32 noundef %0, i32 noundef %1) #0 {
%3 = alloca i32, align 4
%4 = alloca i32, align 4
%5 = alloca i64, align 8
%6 = alloca i32, align 4
store i32 %0, ptr %3, align 4
store i32 %1, ptr %4, align 4
%7 = load i64, ptr @SYS_ftruncate, align 8
%8 = load i32, ptr %3, align 4
%9 = load i32, ptr %4, align 4
%10 = call i64 @__syscall(i64 noundef %7, i32 noundef %8, i32 noundef 0, i32 noundef %9)
store i64 %10, ptr %5, align 8
%11 = load i64, ptr @BYTE_ORDER, align 8
%12 = load i64, ptr @LITTLE_ENDIAN, align 8
%13 = icmp eq i64 %11, %12
br i1 %13, label %14, label %17
14: ; preds = %2
%15 = load i64, ptr %5, align 8
%16 = trunc i64 %15 to i32
store i32 %16, ptr %6, align 4
br label %21
17: ; preds = %2
%18 = load i64, ptr %5, align 8
%19 = trunc i64 %18 to i32
%20 = ashr i32 %19, 32
store i32 %20, ptr %6, align 4
br label %21
21: ; preds = %17, %14
%22 = load i32, ptr %6, align 4
ret i32 %22
}
declare i64 @__syscall(i64 noundef, i32 noundef, i32 noundef, i32 noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
|
; ModuleID = '/tmp/tmpjd9nn02g.c'
source_filename = "/tmp/tmpjd9nn02g.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-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"Usage: %s [options] rom_file\0A\00", align 1
@.str.1 = private unnamed_addr constant [42 x i8] c" -debug \09\09\09 start emulator in debug mode\0A\00", align 1
@.str.2 = private unnamed_addr constant [67 x i8] c" -dmg \09\09\09 run emulator in dot matrix mode instead of color mode\0A\00", align 1
@.str.3 = private unnamed_addr constant [78 x i8] c" -connect=client/server \09 run emulator as client or server mode for linking\0A\00", align 1
@.str.4 = private unnamed_addr constant [40 x i8] c" -h \09\09\09 display this help and exit\0A\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local void @print_help(ptr noundef %0) #0 {
%2 = alloca ptr, align 8
store ptr %0, ptr %2, align 8
%3 = load ptr, ptr %2, align 8
%4 = getelementptr inbounds ptr, ptr %3, i64 0
%5 = load ptr, ptr %4, align 8
%6 = call i32 (ptr, ...) @printf(ptr noundef @.str, ptr noundef %5)
%7 = call i32 (ptr, ...) @printf(ptr noundef @.str.1)
%8 = call i32 (ptr, ...) @printf(ptr noundef @.str.2)
%9 = call i32 (ptr, ...) @printf(ptr noundef @.str.3)
%10 = call i32 (ptr, ...) @printf(ptr noundef @.str.4)
%11 = call i32 @exit(i32 noundef 0) #3
unreachable
}
declare i32 @printf(ptr noundef, ...) #1
; Function Attrs: noreturn
declare i32 @exit(i32 noundef) #2
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #2 = { noreturn "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #3 = { noreturn }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmpjd9nn02g.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-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"Usage: %s [options] rom_file\0A\00", align 1
@.str.1 = private unnamed_addr constant [42 x i8] c" -debug \09\09\09 start emulator in debug mode\0A\00", align 1
@.str.2 = private unnamed_addr constant [67 x i8] c" -dmg \09\09\09 run emulator in dot matrix mode instead of color mode\0A\00", align 1
@.str.3 = private unnamed_addr constant [78 x i8] c" -connect=client/server \09 run emulator as client or server mode for linking\0A\00", align 1
@.str.4 = private unnamed_addr constant [40 x i8] c" -h \09\09\09 display this help and exit\0A\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local void @print_help(ptr noundef %0) #0 {
%2 = alloca ptr, align 8
store ptr %0, ptr %2, align 8
%3 = load ptr, ptr %2, align 8
%4 = getelementptr inbounds ptr, ptr %3, i64 0
%5 = load ptr, ptr %4, align 8
%6 = call i32 (ptr, ...) @printf(ptr noundef @.str, ptr noundef %5)
%7 = call i32 (ptr, ...) @printf(ptr noundef @.str.1)
%8 = call i32 (ptr, ...) @printf(ptr noundef @.str.2)
%9 = call i32 (ptr, ...) @printf(ptr noundef @.str.3)
%10 = call i32 (ptr, ...) @printf(ptr noundef @.str.4)
%11 = call i32 @exit(i32 noundef 0) #3
unreachable
}
declare i32 @printf(ptr noundef, ...) #1
; Function Attrs: noreturn
declare i32 @exit(i32 noundef) #2
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #2 = { noreturn "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #3 = { noreturn }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
|
; ModuleID = '/tmp/tmp2ohwjhw4.c'
source_filename = "/tmp/tmp2ohwjhw4.c"
target datalayout = "e-m:e-p270: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/tmp2ohwjhw4.c"
target datalayout = "e-m:e-p270: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/tmpgsztiyq0.c'
source_filename = "/tmp/tmpgsztiyq0.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@.str = private unnamed_addr constant [7 x i8] c"Hello!\00", align 1
@.str.1 = private unnamed_addr constant [4 x i8] c"%s\0A\00", align 1
@EXIT_SUCCESS = dso_local global i32 0, align 4
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @main(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
store ptr @.str, ptr %6, align 8
%7 = load ptr, ptr %6, align 8
%8 = call i32 @printf(ptr noundef @.str.1, ptr noundef %7)
%9 = load i32, ptr @EXIT_SUCCESS, align 4
ret i32 %9
}
declare i32 @printf(ptr noundef, ptr noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmpgsztiyq0.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@.str = private unnamed_addr constant [7 x i8] c"Hello!\00", align 1
@.str.1 = private unnamed_addr constant [4 x i8] c"%s\0A\00", align 1
@EXIT_SUCCESS = dso_local global i32 0, align 4
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @main(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
store ptr @.str, ptr %6, align 8
%7 = load ptr, ptr %6, align 8
%8 = call i32 @printf(ptr noundef @.str.1, ptr noundef %7)
%9 = load i32, ptr @EXIT_SUCCESS, align 4
ret i32 %9
}
declare i32 @printf(ptr noundef, ptr noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
|
; ModuleID = '/tmp/tmpdcf8fbce.c'
source_filename = "/tmp/tmpdcf8fbce.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @main1(i32 noundef %0, ptr noalias noundef %1, ptr noalias noundef %2, ptr noalias noundef %3) #0 {
%5 = alloca i32, align 4
%6 = alloca ptr, align 8
%7 = alloca ptr, align 8
%8 = alloca ptr, align 8
%9 = alloca i32, align 4
store i32 %0, ptr %5, align 4
store ptr %1, ptr %6, align 8
store ptr %2, ptr %7, align 8
store ptr %3, ptr %8, align 8
store i32 0, ptr %9, align 4
br label %10
10: ; preds = %30, %4
%11 = load i32, ptr %9, align 4
%12 = load i32, ptr %5, align 4
%13 = icmp slt i32 %11, %12
br i1 %13, label %14, label %33
14: ; preds = %10
%15 = load ptr, ptr %7, align 8
%16 = load i32, ptr %9, align 4
%17 = sext i32 %16 to i64
%18 = getelementptr inbounds float, ptr %15, i64 %17
%19 = load float, ptr %18, align 4
%20 = load ptr, ptr %8, align 8
%21 = load i32, ptr %9, align 4
%22 = sext i32 %21 to i64
%23 = getelementptr inbounds float, ptr %20, i64 %22
%24 = load float, ptr %23, align 4
%25 = fmul float %19, %24
%26 = load ptr, ptr %6, align 8
%27 = load i32, ptr %9, align 4
%28 = sext i32 %27 to i64
%29 = getelementptr inbounds float, ptr %26, i64 %28
store float %25, ptr %29, align 4
br label %30
30: ; preds = %14
%31 = load i32, ptr %9, align 4
%32 = add nsw i32 %31, 1
store i32 %32, ptr %9, align 4
br label %10, !llvm.loop !6
33: ; preds = %10
%34 = load ptr, ptr %6, align 8
%35 = load ptr, ptr %7, align 8
%36 = load ptr, ptr %8, align 8
%37 = call i32 @bar(ptr noundef %34, ptr noundef %35, ptr noundef %36)
ret i32 0
}
declare i32 @bar(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/tmpdcf8fbce.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @main1(i32 noundef %0, ptr noalias noundef %1, ptr noalias noundef %2, ptr noalias noundef %3) #0 {
%5 = alloca i32, align 4
%6 = alloca ptr, align 8
%7 = alloca ptr, align 8
%8 = alloca ptr, align 8
%9 = alloca i32, align 4
store i32 %0, ptr %5, align 4
store ptr %1, ptr %6, align 8
store ptr %2, ptr %7, align 8
store ptr %3, ptr %8, align 8
store i32 0, ptr %9, align 4
%10 = load i32, ptr %9, align 4
%11 = load i32, ptr %5, align 4
%12 = icmp slt i32 %10, %11
br i1 %12, label %.lr.ph, label %35
.lr.ph: ; preds = %4
br label %13
13: ; preds = %.lr.ph, %29
%14 = load ptr, ptr %7, align 8
%15 = load i32, ptr %9, align 4
%16 = sext i32 %15 to i64
%17 = getelementptr inbounds float, ptr %14, i64 %16
%18 = load float, ptr %17, align 4
%19 = load ptr, ptr %8, align 8
%20 = load i32, ptr %9, align 4
%21 = sext i32 %20 to i64
%22 = getelementptr inbounds float, ptr %19, i64 %21
%23 = load float, ptr %22, align 4
%24 = fmul float %18, %23
%25 = load ptr, ptr %6, align 8
%26 = load i32, ptr %9, align 4
%27 = sext i32 %26 to i64
%28 = getelementptr inbounds float, ptr %25, i64 %27
store float %24, ptr %28, align 4
br label %29
29: ; preds = %13
%30 = load i32, ptr %9, align 4
%31 = add nsw i32 %30, 1
store i32 %31, ptr %9, align 4
%32 = load i32, ptr %9, align 4
%33 = load i32, ptr %5, align 4
%34 = icmp slt i32 %32, %33
br i1 %34, label %13, label %._crit_edge, !llvm.loop !6
._crit_edge: ; preds = %29
br label %35
35: ; preds = %._crit_edge, %4
%36 = load ptr, ptr %6, align 8
%37 = load ptr, ptr %7, align 8
%38 = load ptr, ptr %8, align 8
%39 = call i32 @bar(ptr noundef %36, ptr noundef %37, ptr noundef %38)
ret i32 0
}
declare i32 @bar(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/tmpvnm07zjc.c'
source_filename = "/tmp/tmpvnm07zjc.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @ccnl_ccnb_fillInterest(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
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
%10 = load i32, ptr %8, align 4
store i32 0, ptr %9, align 4
%11 = load ptr, ptr %7, align 8
%12 = call i32 @ccnl_ccnb_mkHeader(ptr noundef %11, i32 noundef 26, i32 noundef 2)
store i32 %12, ptr %9, align 4
%13 = load ptr, ptr %5, align 8
%14 = load ptr, ptr %7, align 8
%15 = load i32, ptr %9, align 4
%16 = sext i32 %15 to i64
%17 = getelementptr inbounds i8, ptr %14, i64 %16
%18 = call i64 @ccnl_ccnb_mkName(ptr noundef %13, ptr noundef %17)
%19 = load i32, ptr %9, align 4
%20 = sext i32 %19 to i64
%21 = add nsw i64 %20, %18
%22 = trunc i64 %21 to i32
store i32 %22, ptr %9, align 4
%23 = load ptr, ptr %6, align 8
%24 = icmp ne ptr %23, null
br i1 %24, label %25, label %50
25: ; preds = %4
%26 = load ptr, ptr %7, align 8
%27 = load i32, ptr %9, align 4
%28 = sext i32 %27 to i64
%29 = getelementptr inbounds i8, ptr %26, i64 %28
%30 = call i32 @ccnl_ccnb_mkHeader(ptr noundef %29, i32 noundef 41, i32 noundef 2)
%31 = load i32, ptr %9, align 4
%32 = add nsw i32 %31, %30
store i32 %32, ptr %9, align 4
%33 = load ptr, ptr %7, align 8
%34 = load i32, ptr %9, align 4
%35 = sext i32 %34 to i64
%36 = getelementptr inbounds i8, ptr %33, i64 %35
%37 = call i32 @ccnl_ccnb_mkHeader(ptr noundef %36, i32 noundef 4, i32 noundef 5)
%38 = load i32, ptr %9, align 4
%39 = add nsw i32 %38, %37
store i32 %39, ptr %9, align 4
%40 = load ptr, ptr %7, align 8
%41 = load i32, ptr %9, align 4
%42 = sext i32 %41 to i64
%43 = getelementptr inbounds i8, ptr %40, i64 %42
%44 = load ptr, ptr %6, align 8
%45 = call i32 @memcpy(ptr noundef %43, ptr noundef %44, i32 noundef 4)
%46 = load i32, ptr %9, align 4
%47 = sext i32 %46 to i64
%48 = add i64 %47, 4
%49 = trunc i64 %48 to i32
store i32 %49, ptr %9, align 4
br label %50
50: ; preds = %25, %4
%51 = load ptr, ptr %7, align 8
%52 = load i32, ptr %9, align 4
%53 = add nsw i32 %52, 1
store i32 %53, ptr %9, align 4
%54 = sext i32 %52 to i64
%55 = getelementptr inbounds i8, ptr %51, i64 %54
store i8 0, ptr %55, align 1
%56 = load i32, ptr %9, align 4
ret i32 %56
}
declare i32 @ccnl_ccnb_mkHeader(ptr noundef, i32 noundef, i32 noundef) #1
declare i64 @ccnl_ccnb_mkName(ptr noundef, ptr noundef) #1
declare i32 @memcpy(ptr noundef, ptr noundef, i32 noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmpvnm07zjc.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @ccnl_ccnb_fillInterest(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
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
%10 = load i32, ptr %8, align 4
store i32 0, ptr %9, align 4
%11 = load ptr, ptr %7, align 8
%12 = call i32 @ccnl_ccnb_mkHeader(ptr noundef %11, i32 noundef 26, i32 noundef 2)
store i32 %12, ptr %9, align 4
%13 = load ptr, ptr %5, align 8
%14 = load ptr, ptr %7, align 8
%15 = load i32, ptr %9, align 4
%16 = sext i32 %15 to i64
%17 = getelementptr inbounds i8, ptr %14, i64 %16
%18 = call i64 @ccnl_ccnb_mkName(ptr noundef %13, ptr noundef %17)
%19 = load i32, ptr %9, align 4
%20 = sext i32 %19 to i64
%21 = add nsw i64 %20, %18
%22 = trunc i64 %21 to i32
store i32 %22, ptr %9, align 4
%23 = load ptr, ptr %6, align 8
%24 = icmp ne ptr %23, null
br i1 %24, label %25, label %50
25: ; preds = %4
%26 = load ptr, ptr %7, align 8
%27 = load i32, ptr %9, align 4
%28 = sext i32 %27 to i64
%29 = getelementptr inbounds i8, ptr %26, i64 %28
%30 = call i32 @ccnl_ccnb_mkHeader(ptr noundef %29, i32 noundef 41, i32 noundef 2)
%31 = load i32, ptr %9, align 4
%32 = add nsw i32 %31, %30
store i32 %32, ptr %9, align 4
%33 = load ptr, ptr %7, align 8
%34 = load i32, ptr %9, align 4
%35 = sext i32 %34 to i64
%36 = getelementptr inbounds i8, ptr %33, i64 %35
%37 = call i32 @ccnl_ccnb_mkHeader(ptr noundef %36, i32 noundef 4, i32 noundef 5)
%38 = load i32, ptr %9, align 4
%39 = add nsw i32 %38, %37
store i32 %39, ptr %9, align 4
%40 = load ptr, ptr %7, align 8
%41 = load i32, ptr %9, align 4
%42 = sext i32 %41 to i64
%43 = getelementptr inbounds i8, ptr %40, i64 %42
%44 = load ptr, ptr %6, align 8
%45 = call i32 @memcpy(ptr noundef %43, ptr noundef %44, i32 noundef 4)
%46 = load i32, ptr %9, align 4
%47 = sext i32 %46 to i64
%48 = add i64 %47, 4
%49 = trunc i64 %48 to i32
store i32 %49, ptr %9, align 4
br label %50
50: ; preds = %25, %4
%51 = load ptr, ptr %7, align 8
%52 = load i32, ptr %9, align 4
%53 = add nsw i32 %52, 1
store i32 %53, ptr %9, align 4
%54 = sext i32 %52 to i64
%55 = getelementptr inbounds i8, ptr %51, i64 %54
store i8 0, ptr %55, align 1
%56 = load i32, ptr %9, align 4
ret i32 %56
}
declare i32 @ccnl_ccnb_mkHeader(ptr noundef, i32 noundef, i32 noundef) #1
declare i64 @ccnl_ccnb_mkName(ptr noundef, ptr noundef) #1
declare i32 @memcpy(ptr noundef, ptr noundef, i32 noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
|
; ModuleID = '/tmp/tmpltme7jpc.c'
source_filename = "/tmp/tmpltme7jpc.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @uint16ToBuf(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 = ashr i32 %5, 8
%7 = and i32 %6, 255
%8 = load ptr, ptr %4, align 8
%9 = getelementptr inbounds i32, ptr %8, i64 0
store i32 %7, ptr %9, align 4
%10 = load i32, ptr %3, align 4
%11 = ashr i32 %10, 0
%12 = and i32 %11, 255
%13 = load ptr, ptr %4, align 8
%14 = getelementptr inbounds i32, ptr %13, i64 1
store i32 %12, ptr %14, 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/tmpltme7jpc.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @uint16ToBuf(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 = ashr i32 %5, 8
%7 = and i32 %6, 255
%8 = load ptr, ptr %4, align 8
%9 = getelementptr inbounds i32, ptr %8, i64 0
store i32 %7, ptr %9, align 4
%10 = load i32, ptr %3, align 4
%11 = ashr i32 %10, 0
%12 = and i32 %11, 255
%13 = load ptr, ptr %4, align 8
%14 = getelementptr inbounds i32, ptr %13, i64 1
store i32 %12, ptr %14, 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/tmphb2r5vj6.c'
source_filename = "/tmp/tmphb2r5vj6.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @fabs_min(double noundef %0, double noundef %1) #0 {
%3 = alloca double, align 8
%4 = alloca double, align 8
%5 = alloca double, align 8
store double %0, ptr %4, align 8
store double %1, ptr %5, align 8
%6 = load double, ptr %4, align 8
%7 = call i64 @sign(double noundef %6)
%8 = load double, ptr %5, align 8
%9 = call i64 @sign(double noundef %8)
%10 = icmp ne i64 %7, %9
br i1 %10, label %11, label %12
11: ; preds = %2
store double 0.000000e+00, ptr %3, align 8
br label %22
12: ; preds = %2
%13 = load double, ptr %4, align 8
%14 = call i64 @fabs(double noundef %13)
%15 = load double, ptr %5, align 8
%16 = call i64 @fabs(double noundef %15)
%17 = icmp slt i64 %14, %16
br i1 %17, label %18, label %20
18: ; preds = %12
%19 = load double, ptr %4, align 8
store double %19, ptr %3, align 8
br label %22
20: ; preds = %12
%21 = load double, ptr %5, align 8
store double %21, ptr %3, align 8
br label %22
22: ; preds = %20, %18, %11
%23 = load double, ptr %3, align 8
ret double %23
}
declare i64 @sign(double noundef) #1
declare i64 @fabs(double noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmphb2r5vj6.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @fabs_min(double noundef %0, double noundef %1) #0 {
%3 = alloca double, align 8
%4 = alloca double, align 8
%5 = alloca double, align 8
store double %0, ptr %4, align 8
store double %1, ptr %5, align 8
%6 = load double, ptr %4, align 8
%7 = call i64 @sign(double noundef %6)
%8 = load double, ptr %5, align 8
%9 = call i64 @sign(double noundef %8)
%10 = icmp ne i64 %7, %9
br i1 %10, label %11, label %12
11: ; preds = %2
store double 0.000000e+00, ptr %3, align 8
br label %22
12: ; preds = %2
%13 = load double, ptr %4, align 8
%14 = call i64 @fabs(double noundef %13)
%15 = load double, ptr %5, align 8
%16 = call i64 @fabs(double noundef %15)
%17 = icmp slt i64 %14, %16
br i1 %17, label %18, label %20
18: ; preds = %12
%19 = load double, ptr %4, align 8
store double %19, ptr %3, align 8
br label %22
20: ; preds = %12
%21 = load double, ptr %5, align 8
store double %21, ptr %3, align 8
br label %22
22: ; preds = %20, %18, %11
%23 = load double, ptr %3, align 8
ret double %23
}
declare i64 @sign(double noundef) #1
declare i64 @fabs(double noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
|
; ModuleID = '/tmp/tmp3j0pyod3.c'
source_filename = "/tmp/tmp3j0pyod3.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@EXIT_FAILURE = dso_local global i32 0, align 4
@EXIT_SUCCESS = dso_local global i32 0, align 4
@stderr = dso_local global i32 0, align 4
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmp3j0pyod3.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@EXIT_FAILURE = dso_local global i32 0, align 4
@EXIT_SUCCESS = dso_local global i32 0, align 4
@stderr = dso_local global i32 0, align 4
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
|
; ModuleID = '/tmp/tmp_5h3a3_e.c'
source_filename = "/tmp/tmp_5h3a3_e.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@.str = private unnamed_addr constant [23 x i8] c"should not return NaN\0A\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local double @benchmark() #0 {
%1 = alloca double, align 8
%2 = alloca double, align 8
%3 = alloca double, align 8
%4 = alloca double, align 8
%5 = alloca i32, align 4
%6 = call double (...) @tic()
store double %6, ptr %4, align 8
store i32 0, ptr %5, align 4
br label %7
7: ; preds = %21, %0
%8 = load i32, ptr %5, align 4
%9 = icmp slt i32 %8, 1000000
br i1 %9, label %10, label %24
10: ; preds = %7
%11 = call double (...) @rand_double()
%12 = call double @llvm.fmuladd.f64(double 1.000000e+01, double %11, double -5.000000e+00)
store double %12, ptr %2, align 8
%13 = load double, ptr %2, align 8
%14 = call double @sinh(double noundef %13) #4
store double %14, ptr %3, align 8
%15 = load double, ptr %3, align 8
%16 = load double, ptr %3, align 8
%17 = fcmp une double %15, %16
br i1 %17, label %18, label %20
18: ; preds = %10
%19 = call i32 @printf(ptr noundef @.str)
br label %24
20: ; preds = %10
br label %21
21: ; preds = %20
%22 = load i32, ptr %5, align 4
%23 = add nsw i32 %22, 1
store i32 %23, ptr %5, align 4
br label %7, !llvm.loop !6
24: ; preds = %18, %7
%25 = call double (...) @tic()
%26 = load double, ptr %4, align 8
%27 = fsub double %25, %26
store double %27, ptr %1, align 8
%28 = load double, ptr %3, align 8
%29 = load double, ptr %3, align 8
%30 = fcmp une double %28, %29
br i1 %30, label %31, label %33
31: ; preds = %24
%32 = call i32 @printf(ptr noundef @.str)
br label %33
33: ; preds = %31, %24
%34 = load double, ptr %1, align 8
ret double %34
}
declare double @tic(...) #1
declare double @rand_double(...) #1
; Function Attrs: nocallback nofree nosync nounwind speculatable willreturn memory(none)
declare double @llvm.fmuladd.f64(double, double, double) #2
; Function Attrs: nounwind
declare double @sinh(double noundef) #3
declare i32 @printf(ptr noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
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/tmp_5h3a3_e.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@.str = private unnamed_addr constant [23 x i8] c"should not return NaN\0A\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local double @benchmark() #0 {
%1 = alloca double, align 8
%2 = alloca double, align 8
%3 = alloca double, align 8
%4 = alloca double, align 8
%5 = alloca i32, align 4
%6 = call double (...) @tic()
store double %6, ptr %4, align 8
store i32 0, ptr %5, align 4
%7 = load i32, ptr %5, align 4
%8 = icmp slt i32 %7, 1000000
br i1 %8, label %.lr.ph, label %.loopexit
.lr.ph: ; preds = %0
br label %9
9: ; preds = %.lr.ph, %20
%10 = call double (...) @rand_double()
%11 = call double @llvm.fmuladd.f64(double 1.000000e+01, double %10, double -5.000000e+00)
store double %11, ptr %2, align 8
%12 = load double, ptr %2, align 8
%13 = call double @sinh(double noundef %12) #4
store double %13, ptr %3, align 8
%14 = load double, ptr %3, align 8
%15 = load double, ptr %3, align 8
%16 = fcmp une double %14, %15
br i1 %16, label %17, label %19
17: ; preds = %9
%18 = call i32 @printf(ptr noundef @.str)
br label %25
19: ; preds = %9
br label %20
20: ; preds = %19
%21 = load i32, ptr %5, align 4
%22 = add nsw i32 %21, 1
store i32 %22, ptr %5, align 4
%23 = load i32, ptr %5, align 4
%24 = icmp slt i32 %23, 1000000
br i1 %24, label %9, label %..loopexit_crit_edge, !llvm.loop !6
..loopexit_crit_edge: ; preds = %20
br label %.loopexit
.loopexit: ; preds = %..loopexit_crit_edge, %0
br label %25
25: ; preds = %.loopexit, %17
%26 = call double (...) @tic()
%27 = load double, ptr %4, align 8
%28 = fsub double %26, %27
store double %28, ptr %1, align 8
%29 = load double, ptr %3, align 8
%30 = load double, ptr %3, align 8
%31 = fcmp une double %29, %30
br i1 %31, label %32, label %34
32: ; preds = %25
%33 = call i32 @printf(ptr noundef @.str)
br label %34
34: ; preds = %32, %25
%35 = load double, ptr %1, align 8
ret double %35
}
declare double @tic(...) #1
declare double @rand_double(...) #1
; Function Attrs: nocallback nofree nosync nounwind speculatable willreturn memory(none)
declare double @llvm.fmuladd.f64(double, double, double) #2
; Function Attrs: nounwind
declare double @sinh(double noundef) #3
declare i32 @printf(ptr noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
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/tmpabxq97q_.c'
source_filename = "/tmp/tmpabxq97q_.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@test_unit_ready.command = internal constant [6 x i32] zeroinitializer, align 16
@SG_DXFER_FROM_DEV = dso_local global i32 0, align 4
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @test_unit_ready(i32 noundef %0, ptr noundef %1) #0 {
%3 = alloca i32, align 4
%4 = alloca ptr, align 8
store i32 %0, ptr %3, align 4
store ptr %1, ptr %4, align 8
%5 = load i32, ptr %3, align 4
%6 = load i32, ptr @SG_DXFER_FROM_DEV, align 4
%7 = load ptr, ptr %4, align 8
%8 = call i32 @scsi_command(i32 noundef %5, i32 noundef %6, ptr noundef @test_unit_ready.command, i32 noundef 24, ptr noundef null, i32 noundef 0, ptr noundef %7, i32 noundef 0)
ret i32 %8
}
declare i32 @scsi_command(i32 noundef, i32 noundef, ptr noundef, i32 noundef, ptr noundef, i32 noundef, ptr noundef, i32 noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmpabxq97q_.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@test_unit_ready.command = internal constant [6 x i32] zeroinitializer, align 16
@SG_DXFER_FROM_DEV = dso_local global i32 0, align 4
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @test_unit_ready(i32 noundef %0, ptr noundef %1) #0 {
%3 = alloca i32, align 4
%4 = alloca ptr, align 8
store i32 %0, ptr %3, align 4
store ptr %1, ptr %4, align 8
%5 = load i32, ptr %3, align 4
%6 = load i32, ptr @SG_DXFER_FROM_DEV, align 4
%7 = load ptr, ptr %4, align 8
%8 = call i32 @scsi_command(i32 noundef %5, i32 noundef %6, ptr noundef @test_unit_ready.command, i32 noundef 24, ptr noundef null, i32 noundef 0, ptr noundef %7, i32 noundef 0)
ret i32 %8
}
declare i32 @scsi_command(i32 noundef, i32 noundef, ptr noundef, i32 noundef, ptr noundef, i32 noundef, ptr noundef, i32 noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
|
; ModuleID = '/tmp/tmpfzxrwzdx.c'
source_filename = "/tmp/tmpfzxrwzdx.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@.str = private unnamed_addr constant [780 x i8] c" sgzip - A seekable compressed storage format\0AType sgzip -h for help.\0A\0ACopyright (C) 2004, Michael Cohen\0A\0AThis program is free software; you can redistribute it and/or modify\0Ait under the terms of the GNU General Public License as published by\0Athe Free Software Foundation; either version 2 of the License, or (at\0Ayour option) any later version.\0A\0AThis program is distributed in the hope that it will be useful, but\0AWITHOUT ANY WARRANTY; without even the implied warranty of\0AMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\0AGeneral Public License for more details.\0A\0AYou should have received a copy of the GNU General Public License\0Aalong with this program; if not, write to the Free Software\0AFoundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307\0AUSA\0A\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local void @license() #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/tmpfzxrwzdx.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@.str = private unnamed_addr constant [780 x i8] c" sgzip - A seekable compressed storage format\0AType sgzip -h for help.\0A\0ACopyright (C) 2004, Michael Cohen\0A\0AThis program is free software; you can redistribute it and/or modify\0Ait under the terms of the GNU General Public License as published by\0Athe Free Software Foundation; either version 2 of the License, or (at\0Ayour option) any later version.\0A\0AThis program is distributed in the hope that it will be useful, but\0AWITHOUT ANY WARRANTY; without even the implied warranty of\0AMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\0AGeneral Public License for more details.\0A\0AYou should have received a copy of the GNU General Public License\0Aalong with this program; if not, write to the Free Software\0AFoundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307\0AUSA\0A\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local void @license() #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/tmpvrnwmnq9.c'
source_filename = "/tmp/tmpvrnwmnq9.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @main() #0 {
%1 = alloca i32, align 4
store i32 0, ptr %1, align 4
%2 = call i32 (...) @printD()
ret i32 0
}
declare i32 @printD(...) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmpvrnwmnq9.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @main() #0 {
%1 = alloca i32, align 4
store i32 0, ptr %1, align 4
%2 = call i32 (...) @printD()
ret i32 0
}
declare i32 @printD(...) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
|
; ModuleID = '/tmp/tmpmb5cljp6.c'
source_filename = "/tmp/tmpmb5cljp6.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @__modsi3(i32 noundef %0, i32 noundef %1) #0 {
%3 = alloca i32, align 4
%4 = alloca i32, align 4
store i32 %0, ptr %3, align 4
store i32 %1, ptr %4, align 4
%5 = load i32, ptr %3, align 4
%6 = load i32, ptr %3, align 4
%7 = load i32, ptr %4, align 4
%8 = call i32 @__divsi3(i32 noundef %6, i32 noundef %7)
%9 = load i32, ptr %4, align 4
%10 = mul nsw i32 %8, %9
%11 = sub nsw i32 %5, %10
ret i32 %11
}
declare i32 @__divsi3(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/tmpmb5cljp6.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @__modsi3(i32 noundef %0, i32 noundef %1) #0 {
%3 = alloca i32, align 4
%4 = alloca i32, align 4
store i32 %0, ptr %3, align 4
store i32 %1, ptr %4, align 4
%5 = load i32, ptr %3, align 4
%6 = load i32, ptr %3, align 4
%7 = load i32, ptr %4, align 4
%8 = call i32 @__divsi3(i32 noundef %6, i32 noundef %7)
%9 = load i32, ptr %4, align 4
%10 = mul nsw i32 %8, %9
%11 = sub nsw i32 %5, %10
ret i32 %11
}
declare i32 @__divsi3(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/tmpsvhcmyla.c'
source_filename = "/tmp/tmpsvhcmyla.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@EXIT_SUCCESS = dso_local global i32 0, align 4
@O_RDONLY = dso_local global i32 0, align 4
@SIGTERM = 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/tmpsvhcmyla.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@EXIT_SUCCESS = dso_local global i32 0, align 4
@O_RDONLY = dso_local global i32 0, align 4
@SIGTERM = 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/tmpcm2c08jr.c'
source_filename = "/tmp/tmpcm2c08jr.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @student_func(ptr noundef %0) #0 {
%2 = alloca ptr, align 8
%3 = alloca ptr, align 8
%4 = alloca i32, align 4
store ptr %0, ptr %2, align 8
%5 = load ptr, ptr %2, align 8
store ptr %5, ptr %3, align 8
%6 = load ptr, ptr %3, align 8
%7 = load i32, ptr %6, align 4
store i32 %7, ptr %4, align 4
br label %8
8: ; preds = %1, %8
%9 = load i32, ptr %4, align 4
%10 = call i32 @student_state(i32 noundef %9)
br label %8
}
declare i32 @student_state(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/tmpcm2c08jr.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @student_func(ptr noundef %0) #0 {
%2 = alloca ptr, align 8
%3 = alloca ptr, align 8
%4 = alloca i32, align 4
store ptr %0, ptr %2, align 8
%5 = load ptr, ptr %2, align 8
store ptr %5, ptr %3, align 8
%6 = load ptr, ptr %3, align 8
%7 = load i32, ptr %6, align 4
store i32 %7, ptr %4, align 4
br label %8
8: ; preds = %8, %1
%9 = load i32, ptr %4, align 4
%10 = call i32 @student_state(i32 noundef %9)
br label %8
}
declare i32 @student_state(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/tmpw44w8zh6.c'
source_filename = "/tmp/tmpw44w8zh6.c"
target datalayout = "e-m:e-p270: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 [2 x i8] c"r\00", align 1
@__const.main.expected = private unnamed_addr constant [14 x i8] c"Testing Data!\00", align 1
@.str.1 = private unnamed_addr constant [14 x i8] c"Testing Data!\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 ptr, align 8
%8 = alloca [100 x i8], align 16
%9 = alloca i32, align 4
%10 = alloca [14 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
%11 = load i32, ptr %4, align 4
%12 = icmp eq i32 %11, 2
%13 = zext i1 %12 to i32
%14 = call i32 @assert(i32 noundef %13)
%15 = load ptr, ptr %5, align 8
%16 = getelementptr inbounds ptr, ptr %15, i64 1
%17 = load ptr, ptr %16, align 8
%18 = load i32, ptr @O_RDONLY, align 4
%19 = call i32 @open(ptr noundef %17, i32 noundef %18)
store i32 %19, ptr %6, align 4
%20 = load i32, ptr %6, align 4
%21 = icmp sgt i32 %20, 0
%22 = zext i1 %21 to i32
%23 = call i32 @assert(i32 noundef %22)
%24 = load i32, ptr %6, align 4
%25 = call ptr @fdopen(i32 noundef %24, ptr noundef @.str)
store ptr %25, ptr %7, align 8
%26 = load i32, ptr %6, align 4
%27 = load ptr, ptr %7, align 8
%28 = call i32 @fileno(ptr noundef %27)
%29 = icmp eq i32 %26, %28
%30 = zext i1 %29 to i32
%31 = call i32 @assert(i32 noundef %30)
%32 = getelementptr inbounds [100 x i8], ptr %8, i64 0, i64 0
%33 = load ptr, ptr %7, align 8
%34 = call i32 @fread(ptr noundef %32, i32 noundef 1, i32 noundef 100, ptr noundef %33)
store i32 %34, ptr %9, align 4
call void @llvm.memcpy.p0.p0.i64(ptr align 1 %10, ptr align 1 @__const.main.expected, i64 14, i1 false)
%35 = load i32, ptr %9, align 4
%36 = getelementptr inbounds [14 x i8], ptr %10, i64 0, i64 0
%37 = call i32 @strlen(ptr noundef %36)
%38 = icmp eq i32 %35, %37
%39 = zext i1 %38 to i32
%40 = call i32 @assert(i32 noundef %39)
%41 = getelementptr inbounds [100 x i8], ptr %8, i64 0, i64 0
%42 = load i32, ptr %9, align 4
%43 = call i64 @memcmp(ptr noundef %41, ptr noundef @.str.1, i32 noundef %42)
%44 = icmp eq i64 %43, 0
%45 = zext i1 %44 to i32
%46 = call i32 @assert(i32 noundef %45)
%47 = load ptr, ptr %7, align 8
%48 = call i32 @fclose(ptr noundef %47)
ret i32 0
}
declare i32 @assert(i32 noundef) #1
declare i32 @open(ptr noundef, i32 noundef) #1
declare ptr @fdopen(i32 noundef, ptr noundef) #1
declare i32 @fileno(ptr noundef) #1
declare i32 @fread(ptr noundef, i32 noundef, i32 noundef, ptr noundef) #1
; Function Attrs: nocallback nofree nounwind willreturn memory(argmem: readwrite)
declare void @llvm.memcpy.p0.p0.i64(ptr noalias nocapture writeonly, ptr noalias nocapture readonly, i64, i1 immarg) #2
declare i32 @strlen(ptr noundef) #1
declare i64 @memcmp(ptr noundef, ptr noundef, i32 noundef) #1
declare i32 @fclose(ptr noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #2 = { nocallback nofree nounwind willreturn memory(argmem: readwrite) }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmpw44w8zh6.c"
target datalayout = "e-m:e-p270: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 [2 x i8] c"r\00", align 1
@__const.main.expected = private unnamed_addr constant [14 x i8] c"Testing Data!\00", align 1
@.str.1 = private unnamed_addr constant [14 x i8] c"Testing Data!\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 ptr, align 8
%8 = alloca [100 x i8], align 16
%9 = alloca i32, align 4
%10 = alloca [14 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
%11 = load i32, ptr %4, align 4
%12 = icmp eq i32 %11, 2
%13 = zext i1 %12 to i32
%14 = call i32 @assert(i32 noundef %13)
%15 = load ptr, ptr %5, align 8
%16 = getelementptr inbounds ptr, ptr %15, i64 1
%17 = load ptr, ptr %16, align 8
%18 = load i32, ptr @O_RDONLY, align 4
%19 = call i32 @open(ptr noundef %17, i32 noundef %18)
store i32 %19, ptr %6, align 4
%20 = load i32, ptr %6, align 4
%21 = icmp sgt i32 %20, 0
%22 = zext i1 %21 to i32
%23 = call i32 @assert(i32 noundef %22)
%24 = load i32, ptr %6, align 4
%25 = call ptr @fdopen(i32 noundef %24, ptr noundef @.str)
store ptr %25, ptr %7, align 8
%26 = load i32, ptr %6, align 4
%27 = load ptr, ptr %7, align 8
%28 = call i32 @fileno(ptr noundef %27)
%29 = icmp eq i32 %26, %28
%30 = zext i1 %29 to i32
%31 = call i32 @assert(i32 noundef %30)
%32 = getelementptr inbounds [100 x i8], ptr %8, i64 0, i64 0
%33 = load ptr, ptr %7, align 8
%34 = call i32 @fread(ptr noundef %32, i32 noundef 1, i32 noundef 100, ptr noundef %33)
store i32 %34, ptr %9, align 4
call void @llvm.memcpy.p0.p0.i64(ptr align 1 %10, ptr align 1 @__const.main.expected, i64 14, i1 false)
%35 = load i32, ptr %9, align 4
%36 = getelementptr inbounds [14 x i8], ptr %10, i64 0, i64 0
%37 = call i32 @strlen(ptr noundef %36)
%38 = icmp eq i32 %35, %37
%39 = zext i1 %38 to i32
%40 = call i32 @assert(i32 noundef %39)
%41 = getelementptr inbounds [100 x i8], ptr %8, i64 0, i64 0
%42 = load i32, ptr %9, align 4
%43 = call i64 @memcmp(ptr noundef %41, ptr noundef @.str.1, i32 noundef %42)
%44 = icmp eq i64 %43, 0
%45 = zext i1 %44 to i32
%46 = call i32 @assert(i32 noundef %45)
%47 = load ptr, ptr %7, align 8
%48 = call i32 @fclose(ptr noundef %47)
ret i32 0
}
declare i32 @assert(i32 noundef) #1
declare i32 @open(ptr noundef, i32 noundef) #1
declare ptr @fdopen(i32 noundef, ptr noundef) #1
declare i32 @fileno(ptr noundef) #1
declare i32 @fread(ptr noundef, i32 noundef, i32 noundef, ptr noundef) #1
; Function Attrs: nocallback nofree nounwind willreturn memory(argmem: readwrite)
declare void @llvm.memcpy.p0.p0.i64(ptr noalias nocapture writeonly, ptr noalias nocapture readonly, i64, i1 immarg) #2
declare i32 @strlen(ptr noundef) #1
declare i64 @memcmp(ptr noundef, ptr noundef, i32 noundef) #1
declare i32 @fclose(ptr noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #2 = { nocallback nofree nounwind willreturn memory(argmem: readwrite) }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
|
; ModuleID = '/tmp/tmpalbvre0c.c'
source_filename = "/tmp/tmpalbvre0c.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@.str = private unnamed_addr constant [41 x i8] c"Container [%5d] - inside the container!\0A\00", align 1
@.str.1 = private unnamed_addr constant [10 x i8] c"container\00", align 1
@.str.2 = private unnamed_addr constant [12 x i8] c"sethostname\00", align 1
@.str.3 = private unnamed_addr constant [25 x i8] c"mount -t proc proc /proc\00", align 1
@.str.4 = private unnamed_addr constant [20 x i8] c"Something's wrong!\0A\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @container_main(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 = call i32 (...) @getpid()
%6 = call i32 (ptr, ...) @printf(ptr noundef @.str, i32 noundef %5)
%7 = call i64 @sethostname(ptr noundef @.str.1, i32 noundef 10)
%8 = icmp ne i64 %7, 0
br i1 %8, label %9, label %11
9: ; preds = %1
%10 = call i32 @perror(ptr noundef @.str.2)
br label %11
11: ; preds = %9, %1
%12 = call i32 @system(ptr noundef @.str.3)
%13 = load ptr, ptr %3, align 8
%14 = getelementptr inbounds ptr, ptr %13, i64 0
%15 = load ptr, ptr %14, align 8
%16 = load ptr, ptr %3, align 8
%17 = call i32 @execv(ptr noundef %15, ptr noundef %16)
%18 = call i32 (ptr, ...) @printf(ptr noundef @.str.4)
ret i32 1
}
declare i32 @printf(ptr noundef, ...) #1
declare i32 @getpid(...) #1
declare i64 @sethostname(ptr noundef, i32 noundef) #1
declare i32 @perror(ptr noundef) #1
declare i32 @system(ptr noundef) #1
declare i32 @execv(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/tmpalbvre0c.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@.str = private unnamed_addr constant [41 x i8] c"Container [%5d] - inside the container!\0A\00", align 1
@.str.1 = private unnamed_addr constant [10 x i8] c"container\00", align 1
@.str.2 = private unnamed_addr constant [12 x i8] c"sethostname\00", align 1
@.str.3 = private unnamed_addr constant [25 x i8] c"mount -t proc proc /proc\00", align 1
@.str.4 = private unnamed_addr constant [20 x i8] c"Something's wrong!\0A\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @container_main(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 = call i32 (...) @getpid()
%6 = call i32 (ptr, ...) @printf(ptr noundef @.str, i32 noundef %5)
%7 = call i64 @sethostname(ptr noundef @.str.1, i32 noundef 10)
%8 = icmp ne i64 %7, 0
br i1 %8, label %9, label %11
9: ; preds = %1
%10 = call i32 @perror(ptr noundef @.str.2)
br label %11
11: ; preds = %9, %1
%12 = call i32 @system(ptr noundef @.str.3)
%13 = load ptr, ptr %3, align 8
%14 = getelementptr inbounds ptr, ptr %13, i64 0
%15 = load ptr, ptr %14, align 8
%16 = load ptr, ptr %3, align 8
%17 = call i32 @execv(ptr noundef %15, ptr noundef %16)
%18 = call i32 (ptr, ...) @printf(ptr noundef @.str.4)
ret i32 1
}
declare i32 @printf(ptr noundef, ...) #1
declare i32 @getpid(...) #1
declare i64 @sethostname(ptr noundef, i32 noundef) #1
declare i32 @perror(ptr noundef) #1
declare i32 @system(ptr noundef) #1
declare i32 @execv(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/tmp4ghx44m3.c'
source_filename = "/tmp/tmp4ghx44m3.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @putc(i8 noundef signext %0) #0 {
%2 = alloca i8, align 1
store i8 %0, ptr %2, align 1
br label %3
3: ; preds = %7, %1
%4 = load volatile i64, ptr inttoptr (i64 2130726936 to ptr), align 8
%5 = and i64 %4, 16384
%6 = icmp ne i64 %5, 0
br i1 %6, label %7, label %8
7: ; preds = %3
br label %3, !llvm.loop !6
8: ; preds = %3
%9 = load i8, ptr %2, align 1
store volatile i8 %9, ptr inttoptr (i64 2130726944 to ptr), align 1
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/tmp4ghx44m3.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @putc(i8 noundef signext %0) #0 {
%2 = alloca i8, align 1
store i8 %0, ptr %2, align 1
br label %3
3: ; preds = %3, %1
%4 = load volatile i64, ptr inttoptr (i64 2130726936 to ptr), align 8
%5 = and i64 %4, 16384
%6 = icmp ne i64 %5, 0
br i1 %6, label %3, label %7, !llvm.loop !6
7: ; preds = %3
%8 = load i8, ptr %2, align 1
store volatile i8 %8, ptr inttoptr (i64 2130726944 to ptr), align 1
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/tmp448xi7m9.c'
source_filename = "/tmp/tmp448xi7m9.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@AF_UNSPEC = dso_local global i32 0, align 4
@AI_PASSIVE = dso_local global i32 0, align 4
@SOCK_STREAM = dso_local global i32 0, align 4
@stderr = dso_local global i32 0, align 4
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmp448xi7m9.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@AF_UNSPEC = dso_local global i32 0, align 4
@AI_PASSIVE = dso_local global i32 0, align 4
@SOCK_STREAM = dso_local global i32 0, align 4
@stderr = dso_local global i32 0, align 4
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
|
; ModuleID = '/tmp/tmp68iw2d33.c'
source_filename = "/tmp/tmp68iw2d33.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@ASN1_ITYPE_MSTRING = dso_local global i64 0, align 8
@ASN1_R_ILLEGAL_NULL = dso_local global i32 0, align 4
@ASN1_R_ILLEGAL_OPTIONAL_ANY = dso_local global i32 0, align 4
@ASN1_R_ILLEGAL_TAGGED_ANY = dso_local global i32 0, align 4
@ASN1_R_TYPE_NOT_CONSTRUCTED = dso_local global i32 0, align 4
@ASN1_R_TYPE_NOT_PRIMITIVE = dso_local global i32 0, align 4
@ERR_LIB_ASN1 = dso_local global i32 0, align 4
@ERR_R_MALLOC_FAILURE = dso_local global i32 0, align 4
@ERR_R_NESTED_ASN1_ERROR = dso_local global i32 0, align 4
@V_ASN1_ANY = dso_local global i32 0, align 4
@V_ASN1_BOOLEAN = dso_local global i32 0, align 4
@V_ASN1_ENUMERATED = dso_local global i32 0, align 4
@V_ASN1_INTEGER = dso_local global i32 0, align 4
@V_ASN1_NULL = dso_local global i32 0, align 4
@V_ASN1_OBJECT = dso_local global i32 0, align 4
@V_ASN1_OTHER = dso_local global i32 0, align 4
@V_ASN1_SEQUENCE = dso_local global i32 0, align 4
@V_ASN1_SET = dso_local global i32 0, align 4
@V_ASN1_UNIVERSAL = dso_local global i8 0, align 1
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmp68iw2d33.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@ASN1_ITYPE_MSTRING = dso_local global i64 0, align 8
@ASN1_R_ILLEGAL_NULL = dso_local global i32 0, align 4
@ASN1_R_ILLEGAL_OPTIONAL_ANY = dso_local global i32 0, align 4
@ASN1_R_ILLEGAL_TAGGED_ANY = dso_local global i32 0, align 4
@ASN1_R_TYPE_NOT_CONSTRUCTED = dso_local global i32 0, align 4
@ASN1_R_TYPE_NOT_PRIMITIVE = dso_local global i32 0, align 4
@ERR_LIB_ASN1 = dso_local global i32 0, align 4
@ERR_R_MALLOC_FAILURE = dso_local global i32 0, align 4
@ERR_R_NESTED_ASN1_ERROR = dso_local global i32 0, align 4
@V_ASN1_ANY = dso_local global i32 0, align 4
@V_ASN1_BOOLEAN = dso_local global i32 0, align 4
@V_ASN1_ENUMERATED = dso_local global i32 0, align 4
@V_ASN1_INTEGER = dso_local global i32 0, align 4
@V_ASN1_NULL = dso_local global i32 0, align 4
@V_ASN1_OBJECT = dso_local global i32 0, align 4
@V_ASN1_OTHER = dso_local global i32 0, align 4
@V_ASN1_SEQUENCE = dso_local global i32 0, align 4
@V_ASN1_SET = dso_local global i32 0, align 4
@V_ASN1_UNIVERSAL = dso_local global i8 0, align 1
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
|
; ModuleID = '/tmp/tmpp1nbg5ad.c'
source_filename = "/tmp/tmpp1nbg5ad.c"
target datalayout = "e-m:e-p270: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/tmpp1nbg5ad.c"
target datalayout = "e-m:e-p270: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/tmpi9vcef99.c'
source_filename = "/tmp/tmpi9vcef99.c"
target datalayout = "e-m:e-p270: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/tmpi9vcef99.c"
target datalayout = "e-m:e-p270: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/tmpkdwd7_ja.c'
source_filename = "/tmp/tmpkdwd7_ja.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@.str = private unnamed_addr constant [17 x i8] c"# c::native::%s\0A\00", align 1
@.str.1 = private unnamed_addr constant [6 x i8] c"numel\00", align 1
@.str.2 = private unnamed_addr constant [26 x i8] c"ok %d benchmark finished\0A\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @main() #0 {
%1 = alloca i32, align 4
%2 = alloca double, align 8
%3 = alloca i32, align 4
store i32 0, ptr %1, align 4
%4 = call i32 @time(ptr noundef null)
%5 = call i32 @srand(i32 noundef %4)
%6 = call i32 (...) @print_version()
store i32 0, ptr %3, align 4
br label %7
7: ; preds = %18, %0
%8 = load i32, ptr %3, align 4
%9 = icmp slt i32 %8, 3
br i1 %9, label %10, label %21
10: ; preds = %7
%11 = call i32 (ptr, ...) @printf(ptr noundef @.str, ptr noundef @.str.1)
%12 = call double (...) @benchmark()
store double %12, ptr %2, align 8
%13 = load double, ptr %2, align 8
%14 = call i32 @print_results(double noundef %13)
%15 = load i32, ptr %3, align 4
%16 = add nsw i32 %15, 1
%17 = call i32 (ptr, ...) @printf(ptr noundef @.str.2, i32 noundef %16)
br label %18
18: ; preds = %10
%19 = load i32, ptr %3, align 4
%20 = add nsw i32 %19, 1
store i32 %20, ptr %3, align 4
br label %7, !llvm.loop !6
21: ; preds = %7
%22 = call i32 @print_summary(i32 noundef 3, i32 noundef 3)
%23 = load i32, ptr %1, align 4
ret i32 %23
}
declare i32 @srand(i32 noundef) #1
declare i32 @time(ptr noundef) #1
declare i32 @print_version(...) #1
declare i32 @printf(ptr noundef, ...) #1
declare double @benchmark(...) #1
declare i32 @print_results(double noundef) #1
declare i32 @print_summary(i32 noundef, i32 noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
!6 = distinct !{!6, !7}
!7 = !{!"llvm.loop.mustprogress"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmpkdwd7_ja.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@.str = private unnamed_addr constant [17 x i8] c"# c::native::%s\0A\00", align 1
@.str.1 = private unnamed_addr constant [6 x i8] c"numel\00", align 1
@.str.2 = private unnamed_addr constant [26 x i8] c"ok %d benchmark finished\0A\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @main() #0 {
%1 = alloca i32, align 4
%2 = alloca double, align 8
%3 = alloca i32, align 4
store i32 0, ptr %1, align 4
%4 = call i32 @time(ptr noundef null)
%5 = call i32 @srand(i32 noundef %4)
%6 = call i32 (...) @print_version()
store i32 0, ptr %3, align 4
%7 = load i32, ptr %3, align 4
%8 = icmp slt i32 %7, 3
br i1 %8, label %.lr.ph, label %22
.lr.ph: ; preds = %0
br label %9
9: ; preds = %.lr.ph, %17
%10 = call i32 (ptr, ...) @printf(ptr noundef @.str, ptr noundef @.str.1)
%11 = call double (...) @benchmark()
store double %11, ptr %2, align 8
%12 = load double, ptr %2, align 8
%13 = call i32 @print_results(double noundef %12)
%14 = load i32, ptr %3, align 4
%15 = add nsw i32 %14, 1
%16 = call i32 (ptr, ...) @printf(ptr noundef @.str.2, i32 noundef %15)
br label %17
17: ; preds = %9
%18 = load i32, ptr %3, align 4
%19 = add nsw i32 %18, 1
store i32 %19, ptr %3, align 4
%20 = load i32, ptr %3, align 4
%21 = icmp slt i32 %20, 3
br i1 %21, label %9, label %._crit_edge, !llvm.loop !6
._crit_edge: ; preds = %17
br label %22
22: ; preds = %._crit_edge, %0
%23 = call i32 @print_summary(i32 noundef 3, i32 noundef 3)
%24 = load i32, ptr %1, align 4
ret i32 %24
}
declare i32 @srand(i32 noundef) #1
declare i32 @time(ptr noundef) #1
declare i32 @print_version(...) #1
declare i32 @printf(ptr noundef, ...) #1
declare double @benchmark(...) #1
declare i32 @print_results(double noundef) #1
declare i32 @print_summary(i32 noundef, i32 noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
!6 = distinct !{!6, !7}
!7 = !{!"llvm.loop.mustprogress"}
|
; ModuleID = '/tmp/tmpezdhn1gx.c'
source_filename = "/tmp/tmpezdhn1gx.c"
target datalayout = "e-m:e-p270: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/tmpezdhn1gx.c"
target datalayout = "e-m:e-p270: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/tmpxyf34eww.c'
source_filename = "/tmp/tmpxyf34eww.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@.str = private unnamed_addr constant [1 x i8] zeroinitializer, align 1
@.str.1 = private unnamed_addr constant [9 x i8] c"%s%s:%*s\00", align 1
@.str.2 = private unnamed_addr constant [2 x i8] c" \00", align 1
@.str.3 = private unnamed_addr constant [7 x i8] c"%s%s: \00", align 1
@.str.4 = private unnamed_addr constant [69 x i8] c"logical AND an incoming set of interval values with the current set\0A\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local void @op_and_short(ptr noundef %0, i32 noundef %1, ptr noundef %2, ptr noundef %3) #0 {
%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
store ptr %0, ptr %5, align 8
store i32 %1, ptr %6, align 4
store ptr %2, ptr %7, align 8
store ptr %3, ptr %8, align 8
%10 = load i32, ptr %6, align 4
%11 = sub nsw i32 %10, 2
%12 = load ptr, ptr %5, align 8
%13 = call i32 @strlen(ptr noundef %12)
%14 = sub nsw i32 %11, %13
store i32 %14, ptr %9, align 4
%15 = load ptr, ptr %8, align 8
%16 = icmp eq ptr %15, null
br i1 %16, label %17, label %18
17: ; preds = %4
store ptr @.str, ptr %8, align 8
br label %18
18: ; preds = %17, %4
%19 = load i32, ptr %9, align 4
%20 = icmp sgt i32 %19, 0
br i1 %20, label %21, label %28
21: ; preds = %18
%22 = load ptr, ptr %7, align 8
%23 = load ptr, ptr %8, align 8
%24 = load ptr, ptr %5, align 8
%25 = load i32, ptr %9, align 4
%26 = add nsw i32 %25, 1
%27 = call i32 (ptr, ptr, ...) @fprintf(ptr noundef %22, ptr noundef @.str.1, ptr noundef %23, ptr noundef %24, i32 noundef %26, ptr noundef @.str.2)
br label %33
28: ; preds = %18
%29 = load ptr, ptr %7, align 8
%30 = load ptr, ptr %8, align 8
%31 = load ptr, ptr %5, align 8
%32 = call i32 (ptr, ptr, ...) @fprintf(ptr noundef %29, ptr noundef @.str.3, ptr noundef %30, ptr noundef %31)
br label %33
33: ; preds = %28, %21
%34 = load ptr, ptr %7, align 8
%35 = call i32 (ptr, ptr, ...) @fprintf(ptr noundef %34, ptr noundef @.str.4)
ret void
}
declare i32 @strlen(ptr noundef) #1
declare i32 @fprintf(ptr noundef, ptr noundef, ...) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmpxyf34eww.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@.str = private unnamed_addr constant [1 x i8] zeroinitializer, align 1
@.str.1 = private unnamed_addr constant [9 x i8] c"%s%s:%*s\00", align 1
@.str.2 = private unnamed_addr constant [2 x i8] c" \00", align 1
@.str.3 = private unnamed_addr constant [7 x i8] c"%s%s: \00", align 1
@.str.4 = private unnamed_addr constant [69 x i8] c"logical AND an incoming set of interval values with the current set\0A\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local void @op_and_short(ptr noundef %0, i32 noundef %1, ptr noundef %2, ptr noundef %3) #0 {
%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
store ptr %0, ptr %5, align 8
store i32 %1, ptr %6, align 4
store ptr %2, ptr %7, align 8
store ptr %3, ptr %8, align 8
%10 = load i32, ptr %6, align 4
%11 = sub nsw i32 %10, 2
%12 = load ptr, ptr %5, align 8
%13 = call i32 @strlen(ptr noundef %12)
%14 = sub nsw i32 %11, %13
store i32 %14, ptr %9, align 4
%15 = load ptr, ptr %8, align 8
%16 = icmp eq ptr %15, null
br i1 %16, label %17, label %18
17: ; preds = %4
store ptr @.str, ptr %8, align 8
br label %18
18: ; preds = %17, %4
%19 = load i32, ptr %9, align 4
%20 = icmp sgt i32 %19, 0
br i1 %20, label %21, label %28
21: ; preds = %18
%22 = load ptr, ptr %7, align 8
%23 = load ptr, ptr %8, align 8
%24 = load ptr, ptr %5, align 8
%25 = load i32, ptr %9, align 4
%26 = add nsw i32 %25, 1
%27 = call i32 (ptr, ptr, ...) @fprintf(ptr noundef %22, ptr noundef @.str.1, ptr noundef %23, ptr noundef %24, i32 noundef %26, ptr noundef @.str.2)
br label %33
28: ; preds = %18
%29 = load ptr, ptr %7, align 8
%30 = load ptr, ptr %8, align 8
%31 = load ptr, ptr %5, align 8
%32 = call i32 (ptr, ptr, ...) @fprintf(ptr noundef %29, ptr noundef @.str.3, ptr noundef %30, ptr noundef %31)
br label %33
33: ; preds = %28, %21
%34 = load ptr, ptr %7, align 8
%35 = call i32 (ptr, ptr, ...) @fprintf(ptr noundef %34, ptr noundef @.str.4)
ret void
}
declare i32 @strlen(ptr noundef) #1
declare i32 @fprintf(ptr noundef, ptr noundef, ...) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
|
; ModuleID = '/tmp/tmpp93cctl4.c'
source_filename = "/tmp/tmpp93cctl4.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @guac_terminal_has_glyph(i32 noundef %0) #0 {
%2 = alloca i32, align 4
store i32 %0, ptr %2, align 4
%3 = load i32, ptr %2, align 4
%4 = icmp ne i32 %3, 0
br i1 %4, label %5, label %8
5: ; preds = %1
%6 = load i32, ptr %2, align 4
%7 = icmp ne i32 %6, 32
br label %8
8: ; preds = %5, %1
%9 = phi i1 [ false, %1 ], [ %7, %5 ]
%10 = zext i1 %9 to i32
ret i32 %10
}
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmpp93cctl4.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @guac_terminal_has_glyph(i32 noundef %0) #0 {
%2 = alloca i32, align 4
store i32 %0, ptr %2, align 4
%3 = load i32, ptr %2, align 4
%4 = icmp ne i32 %3, 0
br i1 %4, label %5, label %8
5: ; preds = %1
%6 = load i32, ptr %2, align 4
%7 = icmp ne i32 %6, 32
br label %8
8: ; preds = %5, %1
%9 = phi i1 [ false, %1 ], [ %7, %5 ]
%10 = zext i1 %9 to i32
ret i32 %10
}
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
|
; ModuleID = '/tmp/tmp46ukmi5y.c'
source_filename = "/tmp/tmp46ukmi5y.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@AF_INET = dso_local global i32 0, align 4
@SOCK_DGRAM = dso_local global i32 0, align 4
@.str = private unnamed_addr constant [37 x i8] c"Echec de la creation du socket : %s\0A\00", align 1
@errno = dso_local global i32 0, align 4
@F_GETFL = dso_local global i32 0, align 4
@F_SETFL = dso_local global i32 0, align 4
@O_NONBLOCK = dso_local global i32 0, align 4
@SOL_SOCKET = dso_local global i32 0, align 4
@SO_BROADCAST = dso_local global i32 0, align 4
@.str.1 = private unnamed_addr constant [26 x i8] c"setsockopt (SO_BROADCAST)\00", align 1
@.str.2 = private unnamed_addr constant [33 x i8] c"Succes de la creation du socket\0A\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @_creer_socket() #0 {
%1 = alloca i32, align 4
%2 = alloca i32, align 4
%3 = alloca i32, align 4
store i32 -1, ptr %1, align 4
store i32 1, ptr %2, align 4
%4 = load i32, ptr @AF_INET, align 4
%5 = load i32, ptr @SOCK_DGRAM, align 4
%6 = call i32 @socket(i32 noundef %4, i32 noundef %5, i32 noundef 0)
store i32 %6, ptr %1, align 4
%7 = icmp eq i32 %6, -1
br i1 %7, label %8, label %13
8: ; preds = %0
%9 = load i32, ptr @errno, align 4
%10 = call ptr @strerror(i32 noundef %9)
%11 = call i32 (ptr, ...) @printf(ptr noundef @.str, ptr noundef %10)
%12 = call i32 @exit(i32 noundef 1) #3
unreachable
13: ; preds = %0
%14 = load i32, ptr %1, align 4
%15 = load i32, ptr @F_GETFL, align 4
%16 = call i32 @fcntl(i32 noundef %14, i32 noundef %15, i32 noundef 0)
store i32 %16, ptr %3, align 4
%17 = load i32, ptr %1, align 4
%18 = load i32, ptr @F_SETFL, align 4
%19 = load i32, ptr %3, align 4
%20 = load i32, ptr @O_NONBLOCK, align 4
%21 = or i32 %19, %20
%22 = call i32 @fcntl(i32 noundef %17, i32 noundef %18, i32 noundef %21)
%23 = load i32, ptr %1, align 4
%24 = load i32, ptr @SOL_SOCKET, align 4
%25 = load i32, ptr @SO_BROADCAST, align 4
%26 = call i32 @setsockopt(i32 noundef %23, i32 noundef %24, i32 noundef %25, ptr noundef %2, i32 noundef 4)
%27 = icmp eq i32 %26, -1
br i1 %27, label %28, label %31
28: ; preds = %13
%29 = call i32 @perror(ptr noundef @.str.1)
%30 = call i32 @exit(i32 noundef 1) #3
unreachable
31: ; preds = %13
%32 = call i32 (ptr, ...) @printf(ptr noundef @.str.2)
%33 = load i32, ptr %1, align 4
ret i32 %33
}
declare i32 @socket(i32 noundef, i32 noundef, i32 noundef) #1
declare i32 @printf(ptr noundef, ...) #1
declare ptr @strerror(i32 noundef) #1
; Function Attrs: noreturn
declare i32 @exit(i32 noundef) #2
declare i32 @fcntl(i32 noundef, i32 noundef, i32 noundef) #1
declare i32 @setsockopt(i32 noundef, 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" }
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/tmp46ukmi5y.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@AF_INET = dso_local global i32 0, align 4
@SOCK_DGRAM = dso_local global i32 0, align 4
@.str = private unnamed_addr constant [37 x i8] c"Echec de la creation du socket : %s\0A\00", align 1
@errno = dso_local global i32 0, align 4
@F_GETFL = dso_local global i32 0, align 4
@F_SETFL = dso_local global i32 0, align 4
@O_NONBLOCK = dso_local global i32 0, align 4
@SOL_SOCKET = dso_local global i32 0, align 4
@SO_BROADCAST = dso_local global i32 0, align 4
@.str.1 = private unnamed_addr constant [26 x i8] c"setsockopt (SO_BROADCAST)\00", align 1
@.str.2 = private unnamed_addr constant [33 x i8] c"Succes de la creation du socket\0A\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @_creer_socket() #0 {
%1 = alloca i32, align 4
%2 = alloca i32, align 4
%3 = alloca i32, align 4
store i32 -1, ptr %1, align 4
store i32 1, ptr %2, align 4
%4 = load i32, ptr @AF_INET, align 4
%5 = load i32, ptr @SOCK_DGRAM, align 4
%6 = call i32 @socket(i32 noundef %4, i32 noundef %5, i32 noundef 0)
store i32 %6, ptr %1, align 4
%7 = icmp eq i32 %6, -1
br i1 %7, label %8, label %13
8: ; preds = %0
%9 = load i32, ptr @errno, align 4
%10 = call ptr @strerror(i32 noundef %9)
%11 = call i32 (ptr, ...) @printf(ptr noundef @.str, ptr noundef %10)
%12 = call i32 @exit(i32 noundef 1) #3
unreachable
13: ; preds = %0
%14 = load i32, ptr %1, align 4
%15 = load i32, ptr @F_GETFL, align 4
%16 = call i32 @fcntl(i32 noundef %14, i32 noundef %15, i32 noundef 0)
store i32 %16, ptr %3, align 4
%17 = load i32, ptr %1, align 4
%18 = load i32, ptr @F_SETFL, align 4
%19 = load i32, ptr %3, align 4
%20 = load i32, ptr @O_NONBLOCK, align 4
%21 = or i32 %19, %20
%22 = call i32 @fcntl(i32 noundef %17, i32 noundef %18, i32 noundef %21)
%23 = load i32, ptr %1, align 4
%24 = load i32, ptr @SOL_SOCKET, align 4
%25 = load i32, ptr @SO_BROADCAST, align 4
%26 = call i32 @setsockopt(i32 noundef %23, i32 noundef %24, i32 noundef %25, ptr noundef %2, i32 noundef 4)
%27 = icmp eq i32 %26, -1
br i1 %27, label %28, label %31
28: ; preds = %13
%29 = call i32 @perror(ptr noundef @.str.1)
%30 = call i32 @exit(i32 noundef 1) #3
unreachable
31: ; preds = %13
%32 = call i32 (ptr, ...) @printf(ptr noundef @.str.2)
%33 = load i32, ptr %1, align 4
ret i32 %33
}
declare i32 @socket(i32 noundef, i32 noundef, i32 noundef) #1
declare i32 @printf(ptr noundef, ...) #1
declare ptr @strerror(i32 noundef) #1
; Function Attrs: noreturn
declare i32 @exit(i32 noundef) #2
declare i32 @fcntl(i32 noundef, i32 noundef, i32 noundef) #1
declare i32 @setsockopt(i32 noundef, 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" }
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/tmpji7ehg6y.c'
source_filename = "/tmp/tmpji7ehg6y.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@.str = private unnamed_addr constant [1 x i8] zeroinitializer, align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local zeroext i8 @uart_getc() #0 {
%1 = alloca i8, align 1
%2 = alloca [80 x i8], align 16
%3 = alloca i32, align 4
store i32 0, ptr %3, align 4
br label %4
4: ; preds = %0, %26, %52, %109
br label %5
5: ; preds = %4, %10
%6 = load volatile i32, ptr inttoptr (i64 2130726928 to ptr), align 4
%7 = and i32 %6, 1
%8 = icmp ne i32 %7, 0
br i1 %8, label %9, label %10
9: ; preds = %5
br label %11
10: ; preds = %5
br label %5
11: ; preds = %9
%12 = load volatile i32, ptr inttoptr (i64 2130726948 to ptr), align 4
%13 = trunc i32 %12 to i8
%14 = load i32, ptr %3, align 4
%15 = sext i32 %14 to i64
%16 = getelementptr inbounds [80 x i8], ptr %2, i64 0, i64 %15
store i8 %13, ptr %16, align 1
%17 = load i32, ptr %3, align 4
%18 = sext i32 %17 to i64
%19 = getelementptr inbounds [80 x i8], ptr %2, i64 0, i64 %18
%20 = load i8, ptr %19, align 1
%21 = sext i8 %20 to i32
%22 = icmp eq i32 %21, 8
br i1 %22, label %23, label %42
23: ; preds = %11
%24 = load i32, ptr %3, align 4
%25 = icmp sgt i32 %24, 0
br i1 %25, label %26, label %42
26: ; preds = %23
%27 = load i32, ptr %3, align 4
%28 = add nsw i32 %27, -1
store i32 %28, ptr %3, align 4
%29 = sext i32 %27 to i64
%30 = getelementptr inbounds [80 x i8], ptr %2, i64 0, i64 %29
%31 = load i8, ptr %30, align 1
%32 = call i32 @uart_putc(i8 noundef signext %31)
%33 = load i32, ptr %3, align 4
%34 = sext i32 %33 to i64
%35 = getelementptr inbounds [80 x i8], ptr %2, i64 0, i64 %34
store i8 32, ptr %35, align 1
%36 = load i32, ptr %3, align 4
%37 = sext i32 %36 to i64
%38 = getelementptr inbounds [80 x i8], ptr %2, i64 0, i64 %37
%39 = load i8, ptr %38, align 1
%40 = call i32 @uart_putc(i8 noundef signext %39)
%41 = call i32 @uart_putc(i8 noundef signext 8)
br label %4
42: ; preds = %23, %11
%43 = load i32, ptr %3, align 4
%44 = sext i32 %43 to i64
%45 = getelementptr inbounds [80 x i8], ptr %2, i64 0, i64 %44
%46 = load i8, ptr %45, align 1
%47 = sext i8 %46 to i32
%48 = icmp eq i32 %47, 8
br i1 %48, label %49, label %53
49: ; preds = %42
%50 = load i32, ptr %3, align 4
%51 = icmp eq i32 %50, 0
br i1 %51, label %52, label %53
52: ; preds = %49
br label %4
53: ; preds = %49, %42
br label %54
54: ; preds = %53
%55 = load i32, ptr %3, align 4
%56 = icmp ne i32 %55, 79
br i1 %56, label %57, label %63
57: ; preds = %54
%58 = load i32, ptr %3, align 4
%59 = sext i32 %58 to i64
%60 = getelementptr inbounds [80 x i8], ptr %2, i64 0, i64 %59
%61 = load i8, ptr %60, align 1
%62 = call i32 @uart_putc(i8 noundef signext %61)
br label %78
63: ; preds = %54
%64 = load i32, ptr %3, align 4
%65 = icmp eq i32 %64, 79
br i1 %65, label %66, label %77
66: ; preds = %63
%67 = load i32, ptr %3, align 4
%68 = sext i32 %67 to i64
%69 = getelementptr inbounds [80 x i8], ptr %2, i64 0, i64 %68
%70 = load i8, ptr %69, align 1
%71 = sext i8 %70 to i32
%72 = icmp eq i32 %71, 13
br i1 %72, label %73, label %77
73: ; preds = %66
%74 = call i32 @uart_puts(ptr noundef @.str)
%75 = getelementptr inbounds [80 x i8], ptr %2, i64 0, i64 0
%76 = load i8, ptr %75, align 16
store i8 %76, ptr %1, align 1
br label %110
77: ; preds = %66, %63
br label %78
78: ; preds = %77, %57
%79 = load i32, ptr %3, align 4
%80 = icmp eq i32 %79, 0
br i1 %80, label %81, label %90
81: ; preds = %78
%82 = load i32, ptr %3, align 4
%83 = sext i32 %82 to i64
%84 = getelementptr inbounds [80 x i8], ptr %2, i64 0, i64 %83
%85 = load i8, ptr %84, align 1
%86 = sext i8 %85 to i32
%87 = icmp eq i32 %86, 13
br i1 %87, label %88, label %90
88: ; preds = %81
%89 = call i32 @uart_puts(ptr noundef @.str)
store i8 0, ptr %1, align 1
br label %110
90: ; preds = %81, %78
%91 = load i32, ptr %3, align 4
%92 = icmp sgt i32 %91, 0
br i1 %92, label %93, label %104
93: ; preds = %90
%94 = load i32, ptr %3, align 4
%95 = sext i32 %94 to i64
%96 = getelementptr inbounds [80 x i8], ptr %2, i64 0, i64 %95
%97 = load i8, ptr %96, align 1
%98 = sext i8 %97 to i32
%99 = icmp eq i32 %98, 13
br i1 %99, label %100, label %104
100: ; preds = %93
%101 = call i32 @uart_puts(ptr noundef @.str)
%102 = getelementptr inbounds [80 x i8], ptr %2, i64 0, i64 0
%103 = load i8, ptr %102, align 16
store i8 %103, ptr %1, align 1
br label %110
104: ; preds = %93, %90
%105 = load i32, ptr %3, align 4
%106 = add nsw i32 %105, 1
store i32 %106, ptr %3, align 4
%107 = icmp eq i32 %106, 80
br i1 %107, label %108, label %109
108: ; preds = %104
store i32 79, ptr %3, align 4
br label %109
109: ; preds = %108, %104
br label %4
110: ; preds = %100, %88, %73
%111 = load i8, ptr %1, align 1
ret i8 %111
}
declare i32 @uart_putc(i8 noundef signext) #1
declare i32 @uart_puts(ptr noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmpji7ehg6y.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@.str = private unnamed_addr constant [1 x i8] zeroinitializer, align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local zeroext i8 @uart_getc() #0 {
%1 = alloca i8, align 1
%2 = alloca [80 x i8], align 16
%3 = alloca i32, align 4
store i32 0, ptr %3, align 4
br label %4
4: ; preds = %.backedge, %0
br label %5
5: ; preds = %5, %4
%6 = load volatile i32, ptr inttoptr (i64 2130726928 to ptr), align 4
%7 = and i32 %6, 1
%8 = icmp ne i32 %7, 0
br i1 %8, label %9, label %5
9: ; preds = %5
br label %10
10: ; preds = %9
%11 = load volatile i32, ptr inttoptr (i64 2130726948 to ptr), align 4
%12 = trunc i32 %11 to i8
%13 = load i32, ptr %3, align 4
%14 = sext i32 %13 to i64
%15 = getelementptr inbounds [80 x i8], ptr %2, i64 0, i64 %14
store i8 %12, ptr %15, align 1
%16 = load i32, ptr %3, align 4
%17 = sext i32 %16 to i64
%18 = getelementptr inbounds [80 x i8], ptr %2, i64 0, i64 %17
%19 = load i8, ptr %18, align 1
%20 = sext i8 %19 to i32
%21 = icmp eq i32 %20, 8
br i1 %21, label %22, label %41
22: ; preds = %10
%23 = load i32, ptr %3, align 4
%24 = icmp sgt i32 %23, 0
br i1 %24, label %25, label %41
25: ; preds = %22
%26 = load i32, ptr %3, align 4
%27 = add nsw i32 %26, -1
store i32 %27, ptr %3, align 4
%28 = sext i32 %26 to i64
%29 = getelementptr inbounds [80 x i8], ptr %2, i64 0, i64 %28
%30 = load i8, ptr %29, align 1
%31 = call i32 @uart_putc(i8 noundef signext %30)
%32 = load i32, ptr %3, align 4
%33 = sext i32 %32 to i64
%34 = getelementptr inbounds [80 x i8], ptr %2, i64 0, i64 %33
store i8 32, ptr %34, align 1
%35 = load i32, ptr %3, align 4
%36 = sext i32 %35 to i64
%37 = getelementptr inbounds [80 x i8], ptr %2, i64 0, i64 %36
%38 = load i8, ptr %37, align 1
%39 = call i32 @uart_putc(i8 noundef signext %38)
%40 = call i32 @uart_putc(i8 noundef signext 8)
br label %.backedge
.backedge: ; preds = %25, %51, %108
br label %4
41: ; preds = %22, %10
%42 = load i32, ptr %3, align 4
%43 = sext i32 %42 to i64
%44 = getelementptr inbounds [80 x i8], ptr %2, i64 0, i64 %43
%45 = load i8, ptr %44, align 1
%46 = sext i8 %45 to i32
%47 = icmp eq i32 %46, 8
br i1 %47, label %48, label %52
48: ; preds = %41
%49 = load i32, ptr %3, align 4
%50 = icmp eq i32 %49, 0
br i1 %50, label %51, label %52
51: ; preds = %48
br label %.backedge
52: ; preds = %48, %41
br label %53
53: ; preds = %52
%54 = load i32, ptr %3, align 4
%55 = icmp ne i32 %54, 79
br i1 %55, label %56, label %62
56: ; preds = %53
%57 = load i32, ptr %3, align 4
%58 = sext i32 %57 to i64
%59 = getelementptr inbounds [80 x i8], ptr %2, i64 0, i64 %58
%60 = load i8, ptr %59, align 1
%61 = call i32 @uart_putc(i8 noundef signext %60)
br label %77
62: ; preds = %53
%63 = load i32, ptr %3, align 4
%64 = icmp eq i32 %63, 79
br i1 %64, label %65, label %76
65: ; preds = %62
%66 = load i32, ptr %3, align 4
%67 = sext i32 %66 to i64
%68 = getelementptr inbounds [80 x i8], ptr %2, i64 0, i64 %67
%69 = load i8, ptr %68, align 1
%70 = sext i8 %69 to i32
%71 = icmp eq i32 %70, 13
br i1 %71, label %72, label %76
72: ; preds = %65
%73 = call i32 @uart_puts(ptr noundef @.str)
%74 = getelementptr inbounds [80 x i8], ptr %2, i64 0, i64 0
%75 = load i8, ptr %74, align 16
store i8 %75, ptr %1, align 1
br label %109
76: ; preds = %65, %62
br label %77
77: ; preds = %76, %56
%78 = load i32, ptr %3, align 4
%79 = icmp eq i32 %78, 0
br i1 %79, label %80, label %89
80: ; preds = %77
%81 = load i32, ptr %3, align 4
%82 = sext i32 %81 to i64
%83 = getelementptr inbounds [80 x i8], ptr %2, i64 0, i64 %82
%84 = load i8, ptr %83, align 1
%85 = sext i8 %84 to i32
%86 = icmp eq i32 %85, 13
br i1 %86, label %87, label %89
87: ; preds = %80
%88 = call i32 @uart_puts(ptr noundef @.str)
store i8 0, ptr %1, align 1
br label %109
89: ; preds = %80, %77
%90 = load i32, ptr %3, align 4
%91 = icmp sgt i32 %90, 0
br i1 %91, label %92, label %103
92: ; preds = %89
%93 = load i32, ptr %3, align 4
%94 = sext i32 %93 to i64
%95 = getelementptr inbounds [80 x i8], ptr %2, i64 0, i64 %94
%96 = load i8, ptr %95, align 1
%97 = sext i8 %96 to i32
%98 = icmp eq i32 %97, 13
br i1 %98, label %99, label %103
99: ; preds = %92
%100 = call i32 @uart_puts(ptr noundef @.str)
%101 = getelementptr inbounds [80 x i8], ptr %2, i64 0, i64 0
%102 = load i8, ptr %101, align 16
store i8 %102, ptr %1, align 1
br label %109
103: ; preds = %92, %89
%104 = load i32, ptr %3, align 4
%105 = add nsw i32 %104, 1
store i32 %105, ptr %3, align 4
%106 = icmp eq i32 %105, 80
br i1 %106, label %107, label %108
107: ; preds = %103
store i32 79, ptr %3, align 4
br label %108
108: ; preds = %107, %103
br label %.backedge
109: ; preds = %99, %87, %72
%110 = load i8, ptr %1, align 1
ret i8 %110
}
declare i32 @uart_putc(i8 noundef signext) #1
declare i32 @uart_puts(ptr noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
|
; ModuleID = '/tmp/tmpzw9__k1b.c'
source_filename = "/tmp/tmpzw9__k1b.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@bracket.a = internal global [100 x i8] zeroinitializer, align 16
@.str = private unnamed_addr constant [5 x i8] c"%s \0A\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local void @bracket(i32 noundef %0, i32 noundef %1, i32 noundef %2, i32 noundef %3) #0 {
%5 = alloca i32, align 4
%6 = alloca i32, align 4
%7 = alloca i32, align 4
%8 = alloca i32, align 4
store i32 %0, ptr %5, align 4
store i32 %1, ptr %6, align 4
store i32 %2, ptr %7, align 4
store i32 %3, ptr %8, align 4
%9 = load i32, ptr %8, align 4
%10 = load i32, ptr %6, align 4
%11 = icmp eq i32 %9, %10
br i1 %11, label %12, label %14
12: ; preds = %4
%13 = call i32 @printf(ptr noundef @.str, ptr noundef @bracket.a)
br label %43
14: ; preds = %4
%15 = load i32, ptr %7, align 4
%16 = load i32, ptr %8, align 4
%17 = icmp sgt i32 %15, %16
br i1 %17, label %18, label %28
18: ; preds = %14
%19 = load i32, ptr %5, align 4
%20 = sext i32 %19 to i64
%21 = getelementptr inbounds [100 x i8], ptr @bracket.a, i64 0, i64 %20
store i8 125, ptr %21, align 1
%22 = load i32, ptr %5, align 4
%23 = add nsw i32 %22, 1
%24 = load i32, ptr %6, align 4
%25 = load i32, ptr %7, align 4
%26 = load i32, ptr %8, align 4
%27 = add nsw i32 %26, 1
call void @bracket(i32 noundef %23, i32 noundef %24, i32 noundef %25, i32 noundef %27)
br label %28
28: ; preds = %18, %14
%29 = load i32, ptr %7, align 4
%30 = load i32, ptr %6, align 4
%31 = icmp slt i32 %29, %30
br i1 %31, label %32, label %42
32: ; preds = %28
%33 = load i32, ptr %5, align 4
%34 = sext i32 %33 to i64
%35 = getelementptr inbounds [100 x i8], ptr @bracket.a, i64 0, i64 %34
store i8 123, ptr %35, align 1
%36 = load i32, ptr %5, align 4
%37 = add nsw i32 %36, 1
%38 = load i32, ptr %6, align 4
%39 = load i32, ptr %7, align 4
%40 = add nsw i32 %39, 1
%41 = load i32, ptr %8, align 4
call void @bracket(i32 noundef %37, i32 noundef %38, i32 noundef %40, i32 noundef %41)
br label %42
42: ; preds = %32, %28
br label %43
43: ; preds = %12, %42
ret void
}
declare i32 @printf(ptr noundef, ptr noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmpzw9__k1b.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@bracket.a = internal global [100 x i8] zeroinitializer, align 16
@.str = private unnamed_addr constant [5 x i8] c"%s \0A\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local void @bracket(i32 noundef %0, i32 noundef %1, i32 noundef %2, i32 noundef %3) #0 {
%5 = alloca i32, align 4
%6 = alloca i32, align 4
%7 = alloca i32, align 4
%8 = alloca i32, align 4
store i32 %0, ptr %5, align 4
store i32 %1, ptr %6, align 4
store i32 %2, ptr %7, align 4
store i32 %3, ptr %8, align 4
%9 = load i32, ptr %8, align 4
%10 = load i32, ptr %6, align 4
%11 = icmp eq i32 %9, %10
br i1 %11, label %12, label %14
12: ; preds = %4
%13 = call i32 @printf(ptr noundef @.str, ptr noundef @bracket.a)
br label %43
14: ; preds = %4
%15 = load i32, ptr %7, align 4
%16 = load i32, ptr %8, align 4
%17 = icmp sgt i32 %15, %16
br i1 %17, label %18, label %28
18: ; preds = %14
%19 = load i32, ptr %5, align 4
%20 = sext i32 %19 to i64
%21 = getelementptr inbounds [100 x i8], ptr @bracket.a, i64 0, i64 %20
store i8 125, ptr %21, align 1
%22 = load i32, ptr %5, align 4
%23 = add nsw i32 %22, 1
%24 = load i32, ptr %6, align 4
%25 = load i32, ptr %7, align 4
%26 = load i32, ptr %8, align 4
%27 = add nsw i32 %26, 1
call void @bracket(i32 noundef %23, i32 noundef %24, i32 noundef %25, i32 noundef %27)
br label %28
28: ; preds = %18, %14
%29 = load i32, ptr %7, align 4
%30 = load i32, ptr %6, align 4
%31 = icmp slt i32 %29, %30
br i1 %31, label %32, label %42
32: ; preds = %28
%33 = load i32, ptr %5, align 4
%34 = sext i32 %33 to i64
%35 = getelementptr inbounds [100 x i8], ptr @bracket.a, i64 0, i64 %34
store i8 123, ptr %35, align 1
%36 = load i32, ptr %5, align 4
%37 = add nsw i32 %36, 1
%38 = load i32, ptr %6, align 4
%39 = load i32, ptr %7, align 4
%40 = add nsw i32 %39, 1
%41 = load i32, ptr %8, align 4
call void @bracket(i32 noundef %37, i32 noundef %38, i32 noundef %40, i32 noundef %41)
br label %42
42: ; preds = %32, %28
br label %43
43: ; preds = %42, %12
ret void
}
declare i32 @printf(ptr noundef, ptr noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
|
; ModuleID = '/tmp/tmp8bdy7y5n.c'
source_filename = "/tmp/tmp8bdy7y5n.c"
target datalayout = "e-m:e-p270: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/tmp8bdy7y5n.c"
target datalayout = "e-m:e-p270: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/tmpkt5qigrq.c'
source_filename = "/tmp/tmpkt5qigrq.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @randval(i32 noundef %0) #0 {
%2 = alloca i32, align 4
%3 = alloca i32, align 4
store i32 %0, ptr %2, align 4
%4 = call i32 (...) @rand()
store i32 %4, ptr %3, align 4
%5 = load i32, ptr %3, align 4
%6 = load i32, ptr %2, align 4
%7 = srem i32 %5, %6
ret i32 %7
}
declare i32 @rand(...) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmpkt5qigrq.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @randval(i32 noundef %0) #0 {
%2 = alloca i32, align 4
%3 = alloca i32, align 4
store i32 %0, ptr %2, align 4
%4 = call i32 (...) @rand()
store i32 %4, ptr %3, align 4
%5 = load i32, ptr %3, align 4
%6 = load i32, ptr %2, align 4
%7 = srem i32 %5, %6
ret i32 %7
}
declare i32 @rand(...) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
|
; ModuleID = '/tmp/tmplswcc962.c'
source_filename = "/tmp/tmplswcc962.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@.str = private unnamed_addr constant [2 x i8] c"r\00", align 1
@.str.1 = private unnamed_addr constant [2 x i8] c"w\00", align 1
@.str.2 = private unnamed_addr constant [5 x i8] c"open\00", align 1
@EOF = dso_local global i8 0, align 1
@.str.3 = private unnamed_addr constant [2 x i8] c"9\00", align 1
@.str.4 = private unnamed_addr constant [3 x i8] c"%d\00", align 1
@.str.5 = private unnamed_addr constant [2 x i8] c"\0A\00", align 1
@.str.6 = private unnamed_addr constant [51 x i8] c"\0A Write genotype file with masked data, %s:\09\09OK.\0A\0A\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local void @createDataSet(ptr noundef %0, i64 noundef %1, double noundef %2, ptr noundef %3) #0 {
%5 = alloca ptr, align 8
%6 = alloca i64, align 8
%7 = alloca double, align 8
%8 = alloca ptr, align 8
%9 = alloca i32, align 4
%10 = alloca i32, align 4
%11 = alloca i32, align 4
%12 = alloca i32, align 4
%13 = alloca i32, align 4
%14 = alloca ptr, align 8
%15 = alloca ptr, align 8
%16 = alloca i8, align 1
store ptr %0, ptr %5, align 8
store i64 %1, ptr %6, align 8
store double %2, ptr %7, align 8
store ptr %3, ptr %8, align 8
store i32 0, ptr %9, align 4
store i32 0, ptr %10, align 4
store ptr null, ptr %14, align 8
store ptr null, ptr %15, align 8
%17 = call i32 @init_random(ptr noundef %6)
%18 = load ptr, ptr %5, align 8
%19 = call i32 @nb_cols_geno(ptr noundef %18)
store i32 %19, ptr %9, align 4
%20 = load ptr, ptr %5, align 8
%21 = load i32, ptr %9, align 4
%22 = call i32 @nb_lines(ptr noundef %20, i32 noundef %21)
store i32 %22, ptr %10, align 4
%23 = load i32, ptr %9, align 4
%24 = load i32, ptr %10, align 4
%25 = load i64, ptr %6, align 8
%26 = load double, ptr %7, align 8
%27 = load ptr, ptr %5, align 8
%28 = load ptr, ptr %8, align 8
%29 = call i32 @print_summary_cds(i32 noundef %23, i32 noundef %24, i64 noundef %25, double noundef %26, ptr noundef %27, ptr noundef %28)
%30 = load ptr, ptr %5, align 8
%31 = call ptr @fopen(ptr noundef %30, ptr noundef @.str)
store ptr %31, ptr %14, align 8
%32 = load ptr, ptr %8, align 8
%33 = call ptr @fopen(ptr noundef %32, ptr noundef @.str.1)
store ptr %33, ptr %15, align 8
%34 = load ptr, ptr %14, align 8
%35 = icmp ne ptr %34, null
br i1 %35, label %39, label %36
36: ; preds = %4
%37 = load ptr, ptr %5, align 8
%38 = call i32 @print_error_global(ptr noundef @.str.2, ptr noundef %37, i32 noundef 0)
br label %39
39: ; preds = %36, %4
%40 = load ptr, ptr %15, align 8
%41 = icmp ne ptr %40, null
br i1 %41, label %45, label %42
42: ; preds = %39
%43 = load ptr, ptr %8, align 8
%44 = call i32 @print_error_global(ptr noundef @.str.2, ptr noundef %43, i32 noundef 0)
br label %45
45: ; preds = %42, %39
store i32 0, ptr %13, align 4
br label %46
46: ; preds = %98, %45
%47 = load ptr, ptr %14, align 8
%48 = call i32 @feof(ptr noundef %47)
%49 = icmp ne i32 %48, 0
%50 = xor i1 %49, true
%51 = zext i1 %50 to i32
%52 = load i32, ptr %13, align 4
%53 = load i32, ptr %10, align 4
%54 = icmp slt i32 %52, %53
%55 = zext i1 %54 to i32
%56 = and i32 %51, %55
%57 = icmp ne i32 %56, 0
br i1 %57, label %58, label %109
58: ; preds = %46
store i32 0, ptr %12, align 4
%59 = load ptr, ptr %14, align 8
%60 = call i64 @fgetc(ptr noundef %59)
%61 = trunc i64 %60 to i8
store i8 %61, ptr %16, align 1
br label %62
62: ; preds = %92, %58
%63 = load i8, ptr %16, align 1
%64 = sext i8 %63 to i32
%65 = load i8, ptr @EOF, align 1
%66 = sext i8 %65 to i32
%67 = icmp ne i32 %64, %66
br i1 %67, label %68, label %76
68: ; preds = %62
%69 = load i8, ptr %16, align 1
%70 = sext i8 %69 to i32
%71 = icmp ne i32 %70, 10
br i1 %71, label %72, label %76
72: ; preds = %68
%73 = load i32, ptr %12, align 4
%74 = load i32, ptr %9, align 4
%75 = icmp slt i32 %73, %74
br label %76
76: ; preds = %72, %68, %62
%77 = phi i1 [ false, %68 ], [ false, %62 ], [ %75, %72 ]
br i1 %77, label %78, label %98
78: ; preds = %76
%79 = load i8, ptr %16, align 1
%80 = sext i8 %79 to i32
%81 = sub nsw i32 %80, 48
store i32 %81, ptr %11, align 4
%82 = call double (...) @frand()
%83 = load double, ptr %7, align 8
%84 = fcmp olt double %82, %83
br i1 %84, label %85, label %88
85: ; preds = %78
%86 = load ptr, ptr %15, align 8
%87 = call i32 (ptr, ptr, ...) @fprintf(ptr noundef %86, ptr noundef @.str.3)
br label %92
88: ; preds = %78
%89 = load ptr, ptr %15, align 8
%90 = load i32, ptr %11, align 4
%91 = call i32 (ptr, ptr, ...) @fprintf(ptr noundef %89, ptr noundef @.str.4, i32 noundef %90)
br label %92
92: ; preds = %88, %85
%93 = load i32, ptr %12, align 4
%94 = add nsw i32 %93, 1
store i32 %94, ptr %12, align 4
%95 = load ptr, ptr %14, align 8
%96 = call i64 @fgetc(ptr noundef %95)
%97 = trunc i64 %96 to i8
store i8 %97, ptr %16, align 1
br label %62, !llvm.loop !6
98: ; preds = %76
%99 = load ptr, ptr %15, align 8
%100 = call i32 (ptr, ptr, ...) @fprintf(ptr noundef %99, ptr noundef @.str.5)
%101 = load ptr, ptr %5, align 8
%102 = load ptr, ptr %14, align 8
%103 = load i32, ptr %12, align 4
%104 = load i32, ptr %13, align 4
%105 = load i32, ptr %9, align 4
%106 = call i32 @test_column(ptr noundef %101, ptr noundef %102, i32 noundef %103, i32 noundef %104, i32 noundef %105, ptr noundef %16)
%107 = load i32, ptr %13, align 4
%108 = add nsw i32 %107, 1
store i32 %108, ptr %13, align 4
br label %46, !llvm.loop !8
109: ; preds = %46
%110 = load ptr, ptr %14, align 8
%111 = call i32 @fclose(ptr noundef %110)
%112 = load ptr, ptr %15, align 8
%113 = call i32 @fclose(ptr noundef %112)
%114 = load ptr, ptr %8, align 8
%115 = call i32 @printf(ptr noundef @.str.6, ptr noundef %114)
ret void
}
declare i32 @init_random(ptr noundef) #1
declare i32 @nb_cols_geno(ptr noundef) #1
declare i32 @nb_lines(ptr noundef, i32 noundef) #1
declare i32 @print_summary_cds(i32 noundef, i32 noundef, i64 noundef, double noundef, ptr noundef, ptr noundef) #1
declare ptr @fopen(ptr noundef, ptr noundef) #1
declare i32 @print_error_global(ptr noundef, ptr noundef, i32 noundef) #1
declare i32 @feof(ptr noundef) #1
declare i64 @fgetc(ptr noundef) #1
declare double @frand(...) #1
declare i32 @fprintf(ptr noundef, ptr noundef, ...) #1
declare i32 @test_column(ptr noundef, ptr noundef, i32 noundef, i32 noundef, i32 noundef, ptr noundef) #1
declare i32 @fclose(ptr noundef) #1
declare i32 @printf(ptr noundef, ptr noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
!6 = distinct !{!6, !7}
!7 = !{!"llvm.loop.mustprogress"}
!8 = distinct !{!8, !7}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmplswcc962.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@.str = private unnamed_addr constant [2 x i8] c"r\00", align 1
@.str.1 = private unnamed_addr constant [2 x i8] c"w\00", align 1
@.str.2 = private unnamed_addr constant [5 x i8] c"open\00", align 1
@EOF = dso_local global i8 0, align 1
@.str.3 = private unnamed_addr constant [2 x i8] c"9\00", align 1
@.str.4 = private unnamed_addr constant [3 x i8] c"%d\00", align 1
@.str.5 = private unnamed_addr constant [2 x i8] c"\0A\00", align 1
@.str.6 = private unnamed_addr constant [51 x i8] c"\0A Write genotype file with masked data, %s:\09\09OK.\0A\0A\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local void @createDataSet(ptr noundef %0, i64 noundef %1, double noundef %2, ptr noundef %3) #0 {
%5 = alloca ptr, align 8
%6 = alloca i64, align 8
%7 = alloca double, align 8
%8 = alloca ptr, align 8
%9 = alloca i32, align 4
%10 = alloca i32, align 4
%11 = alloca i32, align 4
%12 = alloca i32, align 4
%13 = alloca i32, align 4
%14 = alloca ptr, align 8
%15 = alloca ptr, align 8
%16 = alloca i8, align 1
store ptr %0, ptr %5, align 8
store i64 %1, ptr %6, align 8
store double %2, ptr %7, align 8
store ptr %3, ptr %8, align 8
store i32 0, ptr %9, align 4
store i32 0, ptr %10, align 4
store ptr null, ptr %14, align 8
store ptr null, ptr %15, align 8
%17 = call i32 @init_random(ptr noundef %6)
%18 = load ptr, ptr %5, align 8
%19 = call i32 @nb_cols_geno(ptr noundef %18)
store i32 %19, ptr %9, align 4
%20 = load ptr, ptr %5, align 8
%21 = load i32, ptr %9, align 4
%22 = call i32 @nb_lines(ptr noundef %20, i32 noundef %21)
store i32 %22, ptr %10, align 4
%23 = load i32, ptr %9, align 4
%24 = load i32, ptr %10, align 4
%25 = load i64, ptr %6, align 8
%26 = load double, ptr %7, align 8
%27 = load ptr, ptr %5, align 8
%28 = load ptr, ptr %8, align 8
%29 = call i32 @print_summary_cds(i32 noundef %23, i32 noundef %24, i64 noundef %25, double noundef %26, ptr noundef %27, ptr noundef %28)
%30 = load ptr, ptr %5, align 8
%31 = call ptr @fopen(ptr noundef %30, ptr noundef @.str)
store ptr %31, ptr %14, align 8
%32 = load ptr, ptr %8, align 8
%33 = call ptr @fopen(ptr noundef %32, ptr noundef @.str.1)
store ptr %33, ptr %15, align 8
%34 = load ptr, ptr %14, align 8
%35 = icmp ne ptr %34, null
br i1 %35, label %39, label %36
36: ; preds = %4
%37 = load ptr, ptr %5, align 8
%38 = call i32 @print_error_global(ptr noundef @.str.2, ptr noundef %37, i32 noundef 0)
br label %39
39: ; preds = %36, %4
%40 = load ptr, ptr %15, align 8
%41 = icmp ne ptr %40, null
br i1 %41, label %45, label %42
42: ; preds = %39
%43 = load ptr, ptr %8, align 8
%44 = call i32 @print_error_global(ptr noundef @.str.2, ptr noundef %43, i32 noundef 0)
br label %45
45: ; preds = %42, %39
store i32 0, ptr %13, align 4
%46 = load ptr, ptr %14, align 8
%47 = call i32 @feof(ptr noundef %46)
%48 = icmp ne i32 %47, 0
%49 = xor i1 %48, true
%50 = zext i1 %49 to i32
%51 = load i32, ptr %13, align 4
%52 = load i32, ptr %10, align 4
%53 = icmp slt i32 %51, %52
%54 = zext i1 %53 to i32
%55 = and i32 %50, %54
%56 = icmp ne i32 %55, 0
br i1 %56, label %.lr.ph, label %119
.lr.ph: ; preds = %45
br label %57
57: ; preds = %.lr.ph, %97
store i32 0, ptr %12, align 4
%58 = load ptr, ptr %14, align 8
%59 = call i64 @fgetc(ptr noundef %58)
%60 = trunc i64 %59 to i8
store i8 %60, ptr %16, align 1
br label %61
61: ; preds = %91, %57
%62 = load i8, ptr %16, align 1
%63 = sext i8 %62 to i32
%64 = load i8, ptr @EOF, align 1
%65 = sext i8 %64 to i32
%66 = icmp ne i32 %63, %65
br i1 %66, label %67, label %75
67: ; preds = %61
%68 = load i8, ptr %16, align 1
%69 = sext i8 %68 to i32
%70 = icmp ne i32 %69, 10
br i1 %70, label %71, label %75
71: ; preds = %67
%72 = load i32, ptr %12, align 4
%73 = load i32, ptr %9, align 4
%74 = icmp slt i32 %72, %73
br label %75
75: ; preds = %71, %67, %61
%76 = phi i1 [ false, %67 ], [ false, %61 ], [ %74, %71 ]
br i1 %76, label %77, label %97
77: ; preds = %75
%78 = load i8, ptr %16, align 1
%79 = sext i8 %78 to i32
%80 = sub nsw i32 %79, 48
store i32 %80, ptr %11, align 4
%81 = call double (...) @frand()
%82 = load double, ptr %7, align 8
%83 = fcmp olt double %81, %82
br i1 %83, label %84, label %87
84: ; preds = %77
%85 = load ptr, ptr %15, align 8
%86 = call i32 (ptr, ptr, ...) @fprintf(ptr noundef %85, ptr noundef @.str.3)
br label %91
87: ; preds = %77
%88 = load ptr, ptr %15, align 8
%89 = load i32, ptr %11, align 4
%90 = call i32 (ptr, ptr, ...) @fprintf(ptr noundef %88, ptr noundef @.str.4, i32 noundef %89)
br label %91
91: ; preds = %87, %84
%92 = load i32, ptr %12, align 4
%93 = add nsw i32 %92, 1
store i32 %93, ptr %12, align 4
%94 = load ptr, ptr %14, align 8
%95 = call i64 @fgetc(ptr noundef %94)
%96 = trunc i64 %95 to i8
store i8 %96, ptr %16, align 1
br label %61, !llvm.loop !6
97: ; preds = %75
%98 = load ptr, ptr %15, align 8
%99 = call i32 (ptr, ptr, ...) @fprintf(ptr noundef %98, ptr noundef @.str.5)
%100 = load ptr, ptr %5, align 8
%101 = load ptr, ptr %14, align 8
%102 = load i32, ptr %12, align 4
%103 = load i32, ptr %13, align 4
%104 = load i32, ptr %9, align 4
%105 = call i32 @test_column(ptr noundef %100, ptr noundef %101, i32 noundef %102, i32 noundef %103, i32 noundef %104, ptr noundef %16)
%106 = load i32, ptr %13, align 4
%107 = add nsw i32 %106, 1
store i32 %107, ptr %13, align 4
%108 = load ptr, ptr %14, align 8
%109 = call i32 @feof(ptr noundef %108)
%110 = icmp ne i32 %109, 0
%111 = xor i1 %110, true
%112 = zext i1 %111 to i32
%113 = load i32, ptr %13, align 4
%114 = load i32, ptr %10, align 4
%115 = icmp slt i32 %113, %114
%116 = zext i1 %115 to i32
%117 = and i32 %112, %116
%118 = icmp ne i32 %117, 0
br i1 %118, label %57, label %._crit_edge, !llvm.loop !8
._crit_edge: ; preds = %97
br label %119
119: ; preds = %._crit_edge, %45
%120 = load ptr, ptr %14, align 8
%121 = call i32 @fclose(ptr noundef %120)
%122 = load ptr, ptr %15, align 8
%123 = call i32 @fclose(ptr noundef %122)
%124 = load ptr, ptr %8, align 8
%125 = call i32 @printf(ptr noundef @.str.6, ptr noundef %124)
ret void
}
declare i32 @init_random(ptr noundef) #1
declare i32 @nb_cols_geno(ptr noundef) #1
declare i32 @nb_lines(ptr noundef, i32 noundef) #1
declare i32 @print_summary_cds(i32 noundef, i32 noundef, i64 noundef, double noundef, ptr noundef, ptr noundef) #1
declare ptr @fopen(ptr noundef, ptr noundef) #1
declare i32 @print_error_global(ptr noundef, ptr noundef, i32 noundef) #1
declare i32 @feof(ptr noundef) #1
declare i64 @fgetc(ptr noundef) #1
declare double @frand(...) #1
declare i32 @fprintf(ptr noundef, ptr noundef, ...) #1
declare i32 @test_column(ptr noundef, ptr noundef, i32 noundef, i32 noundef, i32 noundef, ptr noundef) #1
declare i32 @fclose(ptr noundef) #1
declare i32 @printf(ptr noundef, ptr noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
!6 = distinct !{!6, !7}
!7 = !{!"llvm.loop.mustprogress"}
!8 = distinct !{!8, !7}
|
; ModuleID = '/tmp/tmpl_edot0r.c'
source_filename = "/tmp/tmpl_edot0r.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @SOLVE_SUDOKU(ptr noundef %0) #0 {
%2 = alloca i32, align 4
%3 = alloca ptr, align 8
%4 = alloca i32, align 4
%5 = alloca i32, align 4
%6 = alloca i32, align 4
store ptr %0, ptr %3, align 8
%7 = load ptr, ptr %3, align 8
%8 = call i64 @FIND_UNASSIGNED(ptr noundef %7, ptr noundef %4, ptr noundef %5)
%9 = icmp eq i64 %8, 0
br i1 %9, label %10, label %11
10: ; preds = %1
store i32 1, ptr %2, align 4
br label %48
11: ; preds = %1
store i32 1, ptr %6, align 4
br label %12
12: ; preds = %44, %11
%13 = load i32, ptr %6, align 4
%14 = icmp sle i32 %13, 9
br i1 %14, label %15, label %47
15: ; preds = %12
%16 = load ptr, ptr %3, align 8
%17 = load i32, ptr %4, align 4
%18 = load i32, ptr %5, align 4
%19 = load i32, ptr %6, align 4
%20 = call i32 @IS_SAFE(ptr noundef %16, i32 noundef %17, i32 noundef %18, i32 noundef %19)
%21 = icmp eq i32 %20, 1
br i1 %21, label %22, label %43
22: ; preds = %15
%23 = load i32, ptr %6, align 4
%24 = load ptr, ptr %3, align 8
%25 = load i32, ptr %4, align 4
%26 = sext i32 %25 to i64
%27 = getelementptr inbounds [9 x i32], ptr %24, i64 %26
%28 = load i32, ptr %5, align 4
%29 = sext i32 %28 to i64
%30 = getelementptr inbounds [9 x i32], ptr %27, i64 0, i64 %29
store i32 %23, ptr %30, align 4
%31 = load ptr, ptr %3, align 8
%32 = call i32 @SOLVE_SUDOKU(ptr noundef %31)
%33 = icmp eq i32 %32, 1
br i1 %33, label %34, label %35
34: ; preds = %22
store i32 1, ptr %2, align 4
br label %48
35: ; preds = %22
%36 = load ptr, ptr %3, align 8
%37 = load i32, ptr %4, align 4
%38 = sext i32 %37 to i64
%39 = getelementptr inbounds [9 x i32], ptr %36, i64 %38
%40 = load i32, ptr %5, align 4
%41 = sext i32 %40 to i64
%42 = getelementptr inbounds [9 x i32], ptr %39, i64 0, i64 %41
store i32 0, ptr %42, align 4
br label %43
43: ; preds = %35, %15
br label %44
44: ; preds = %43
%45 = load i32, ptr %6, align 4
%46 = add nsw i32 %45, 1
store i32 %46, ptr %6, align 4
br label %12, !llvm.loop !6
47: ; preds = %12
store i32 0, ptr %2, align 4
br label %48
48: ; preds = %47, %34, %10
%49 = load i32, ptr %2, align 4
ret i32 %49
}
declare i64 @FIND_UNASSIGNED(ptr noundef, ptr noundef, ptr noundef) #1
declare i32 @IS_SAFE(ptr noundef, i32 noundef, i32 noundef, i32 noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
!6 = distinct !{!6, !7}
!7 = !{!"llvm.loop.mustprogress"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmpl_edot0r.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @SOLVE_SUDOKU(ptr noundef %0) #0 {
%2 = alloca i32, align 4
%3 = alloca ptr, align 8
%4 = alloca i32, align 4
%5 = alloca i32, align 4
%6 = alloca i32, align 4
store ptr %0, ptr %3, align 8
%7 = load ptr, ptr %3, align 8
%8 = call i64 @FIND_UNASSIGNED(ptr noundef %7, ptr noundef %4, ptr noundef %5)
%9 = icmp eq i64 %8, 0
br i1 %9, label %10, label %11
10: ; preds = %1
store i32 1, ptr %2, align 4
br label %49
11: ; preds = %1
store i32 1, ptr %6, align 4
%12 = load i32, ptr %6, align 4
%13 = icmp sle i32 %12, 9
br i1 %13, label %.lr.ph, label %48
.lr.ph: ; preds = %11
br label %14
14: ; preds = %.lr.ph, %43
%15 = load ptr, ptr %3, align 8
%16 = load i32, ptr %4, align 4
%17 = load i32, ptr %5, align 4
%18 = load i32, ptr %6, align 4
%19 = call i32 @IS_SAFE(ptr noundef %15, i32 noundef %16, i32 noundef %17, i32 noundef %18)
%20 = icmp eq i32 %19, 1
br i1 %20, label %21, label %42
21: ; preds = %14
%22 = load i32, ptr %6, align 4
%23 = load ptr, ptr %3, align 8
%24 = load i32, ptr %4, align 4
%25 = sext i32 %24 to i64
%26 = getelementptr inbounds [9 x i32], ptr %23, i64 %25
%27 = load i32, ptr %5, align 4
%28 = sext i32 %27 to i64
%29 = getelementptr inbounds [9 x i32], ptr %26, i64 0, i64 %28
store i32 %22, ptr %29, align 4
%30 = load ptr, ptr %3, align 8
%31 = call i32 @SOLVE_SUDOKU(ptr noundef %30)
%32 = icmp eq i32 %31, 1
br i1 %32, label %33, label %34
33: ; preds = %21
store i32 1, ptr %2, align 4
br label %49
34: ; preds = %21
%35 = load ptr, ptr %3, align 8
%36 = load i32, ptr %4, align 4
%37 = sext i32 %36 to i64
%38 = getelementptr inbounds [9 x i32], ptr %35, i64 %37
%39 = load i32, ptr %5, align 4
%40 = sext i32 %39 to i64
%41 = getelementptr inbounds [9 x i32], ptr %38, i64 0, i64 %40
store i32 0, ptr %41, align 4
br label %42
42: ; preds = %34, %14
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 sle i32 %46, 9
br i1 %47, label %14, label %._crit_edge, !llvm.loop !6
._crit_edge: ; preds = %43
br label %48
48: ; preds = %._crit_edge, %11
store i32 0, ptr %2, align 4
br label %49
49: ; preds = %48, %33, %10
%50 = load i32, ptr %2, align 4
ret i32 %50
}
declare i64 @FIND_UNASSIGNED(ptr noundef, ptr noundef, ptr noundef) #1
declare i32 @IS_SAFE(ptr noundef, i32 noundef, i32 noundef, i32 noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
!6 = distinct !{!6, !7}
!7 = !{!"llvm.loop.mustprogress"}
|
; ModuleID = '/tmp/tmpkq_dvhx4.c'
source_filename = "/tmp/tmpkq_dvhx4.c"
target datalayout = "e-m:e-p270: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.arrSecond = private unnamed_addr constant [3 x double] [double -1.800000e+00, double 3.100000e+00, double 6.300000e+00], align 16
@.str = private unnamed_addr constant [22 x i8] c"Merging first array:\09\00", align 1
@.str.1 = private unnamed_addr constant [20 x i8] c"\0Aand second array:\09\00", align 1
@.str.2 = private unnamed_addr constant [23 x i8] c"\0Ayields merged array:\09\00", align 1
@.str.3 = private unnamed_addr constant [2 x i8] c"\0A\00", align 1
@EXIT_SUCCESS = dso_local global i32 0, align 4
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @main() #0 {
%1 = alloca i32, align 4
%2 = alloca [5 x double], align 16
%3 = alloca [3 x double], align 16
%4 = alloca i32, align 4
%5 = alloca i32, align 4
%6 = alloca i32, align 4
%7 = alloca i32, align 4
%8 = alloca ptr, align 8
store i32 0, ptr %1, align 4
call void @llvm.memset.p0.i64(ptr align 16 %2, i8 0, i64 40, i1 false)
%9 = getelementptr inbounds [5 x double], ptr %2, i32 0, i32 0
store double -1.050000e+01, ptr %9, align 16
%10 = getelementptr inbounds [5 x double], ptr %2, i32 0, i32 1
store double -1.800000e+00, ptr %10, align 8
%11 = getelementptr inbounds [5 x double], ptr %2, i32 0, i32 2
store double 3.500000e+00, ptr %11, align 16
%12 = getelementptr inbounds [5 x double], ptr %2, i32 0, i32 3
store double 6.300000e+00, ptr %12, align 8
%13 = getelementptr inbounds [5 x double], ptr %2, i32 0, i32 4
store double 7.200000e+00, ptr %13, align 16
call void @llvm.memcpy.p0.p0.i64(ptr align 16 %3, ptr align 16 @__const.main.arrSecond, i64 24, i1 false)
store i32 8, ptr %4, align 4
store i32 5, ptr %5, align 4
store i32 3, ptr %6, align 4
%14 = getelementptr inbounds [5 x double], ptr %2, i64 0, i64 0
%15 = getelementptr inbounds [3 x double], ptr %3, i64 0, i64 0
%16 = load i32, ptr %4, align 4
%17 = load i32, ptr %5, align 4
%18 = load i32, ptr %6, align 4
%19 = call ptr @mergeArray(ptr noundef %14, ptr noundef %15, i32 noundef %16, i32 noundef %17, i32 noundef %18, ptr noundef %7)
store ptr %19, ptr %8, align 8
%20 = call i32 @printf(ptr noundef @.str)
%21 = getelementptr inbounds [5 x double], ptr %2, i64 0, i64 0
%22 = load i32, ptr %5, align 4
%23 = call i32 @printArray(ptr noundef %21, i32 noundef %22)
%24 = call i32 @printf(ptr noundef @.str.1)
%25 = getelementptr inbounds [3 x double], ptr %3, i64 0, i64 0
%26 = load i32, ptr %6, align 4
%27 = call i32 @printArray(ptr noundef %25, i32 noundef %26)
%28 = call i32 @printf(ptr noundef @.str.2)
%29 = load ptr, ptr %8, align 8
%30 = load i32, ptr %7, align 4
%31 = call i32 @printArray(ptr noundef %29, i32 noundef %30)
%32 = call i32 @printf(ptr noundef @.str.3)
%33 = load ptr, ptr %8, align 8
%34 = call i32 @free(ptr noundef %33)
%35 = load i32, ptr @EXIT_SUCCESS, align 4
ret i32 %35
}
; Function Attrs: nocallback nofree nounwind willreturn memory(argmem: write)
declare void @llvm.memset.p0.i64(ptr nocapture writeonly, i8, i64, i1 immarg) #1
; Function Attrs: nocallback nofree nounwind willreturn memory(argmem: readwrite)
declare void @llvm.memcpy.p0.p0.i64(ptr noalias nocapture writeonly, ptr noalias nocapture readonly, i64, i1 immarg) #2
declare ptr @mergeArray(ptr noundef, ptr noundef, i32 noundef, i32 noundef, i32 noundef, ptr noundef) #3
declare i32 @printf(ptr noundef) #3
declare i32 @printArray(ptr noundef, i32 noundef) #3
declare i32 @free(ptr noundef) #3
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { nocallback nofree nounwind willreturn memory(argmem: write) }
attributes #2 = { nocallback nofree nounwind willreturn memory(argmem: readwrite) }
attributes #3 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmpkq_dvhx4.c"
target datalayout = "e-m:e-p270: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.arrSecond = private unnamed_addr constant [3 x double] [double -1.800000e+00, double 3.100000e+00, double 6.300000e+00], align 16
@.str = private unnamed_addr constant [22 x i8] c"Merging first array:\09\00", align 1
@.str.1 = private unnamed_addr constant [20 x i8] c"\0Aand second array:\09\00", align 1
@.str.2 = private unnamed_addr constant [23 x i8] c"\0Ayields merged array:\09\00", align 1
@.str.3 = private unnamed_addr constant [2 x i8] c"\0A\00", align 1
@EXIT_SUCCESS = dso_local global i32 0, align 4
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @main() #0 {
%1 = alloca i32, align 4
%2 = alloca [5 x double], align 16
%3 = alloca [3 x double], align 16
%4 = alloca i32, align 4
%5 = alloca i32, align 4
%6 = alloca i32, align 4
%7 = alloca i32, align 4
%8 = alloca ptr, align 8
store i32 0, ptr %1, align 4
call void @llvm.memset.p0.i64(ptr align 16 %2, i8 0, i64 40, i1 false)
%9 = getelementptr inbounds [5 x double], ptr %2, i32 0, i32 0
store double -1.050000e+01, ptr %9, align 16
%10 = getelementptr inbounds [5 x double], ptr %2, i32 0, i32 1
store double -1.800000e+00, ptr %10, align 8
%11 = getelementptr inbounds [5 x double], ptr %2, i32 0, i32 2
store double 3.500000e+00, ptr %11, align 16
%12 = getelementptr inbounds [5 x double], ptr %2, i32 0, i32 3
store double 6.300000e+00, ptr %12, align 8
%13 = getelementptr inbounds [5 x double], ptr %2, i32 0, i32 4
store double 7.200000e+00, ptr %13, align 16
call void @llvm.memcpy.p0.p0.i64(ptr align 16 %3, ptr align 16 @__const.main.arrSecond, i64 24, i1 false)
store i32 8, ptr %4, align 4
store i32 5, ptr %5, align 4
store i32 3, ptr %6, align 4
%14 = getelementptr inbounds [5 x double], ptr %2, i64 0, i64 0
%15 = getelementptr inbounds [3 x double], ptr %3, i64 0, i64 0
%16 = load i32, ptr %4, align 4
%17 = load i32, ptr %5, align 4
%18 = load i32, ptr %6, align 4
%19 = call ptr @mergeArray(ptr noundef %14, ptr noundef %15, i32 noundef %16, i32 noundef %17, i32 noundef %18, ptr noundef %7)
store ptr %19, ptr %8, align 8
%20 = call i32 @printf(ptr noundef @.str)
%21 = getelementptr inbounds [5 x double], ptr %2, i64 0, i64 0
%22 = load i32, ptr %5, align 4
%23 = call i32 @printArray(ptr noundef %21, i32 noundef %22)
%24 = call i32 @printf(ptr noundef @.str.1)
%25 = getelementptr inbounds [3 x double], ptr %3, i64 0, i64 0
%26 = load i32, ptr %6, align 4
%27 = call i32 @printArray(ptr noundef %25, i32 noundef %26)
%28 = call i32 @printf(ptr noundef @.str.2)
%29 = load ptr, ptr %8, align 8
%30 = load i32, ptr %7, align 4
%31 = call i32 @printArray(ptr noundef %29, i32 noundef %30)
%32 = call i32 @printf(ptr noundef @.str.3)
%33 = load ptr, ptr %8, align 8
%34 = call i32 @free(ptr noundef %33)
%35 = load i32, ptr @EXIT_SUCCESS, align 4
ret i32 %35
}
; Function Attrs: nocallback nofree nounwind willreturn memory(argmem: write)
declare void @llvm.memset.p0.i64(ptr nocapture writeonly, i8, i64, i1 immarg) #1
; Function Attrs: nocallback nofree nounwind willreturn memory(argmem: readwrite)
declare void @llvm.memcpy.p0.p0.i64(ptr noalias nocapture writeonly, ptr noalias nocapture readonly, i64, i1 immarg) #2
declare ptr @mergeArray(ptr noundef, ptr noundef, i32 noundef, i32 noundef, i32 noundef, ptr noundef) #3
declare i32 @printf(ptr noundef) #3
declare i32 @printArray(ptr noundef, i32 noundef) #3
declare i32 @free(ptr noundef) #3
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { nocallback nofree nounwind willreturn memory(argmem: write) }
attributes #2 = { nocallback nofree nounwind willreturn memory(argmem: readwrite) }
attributes #3 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
|
; ModuleID = '/tmp/tmpvxk5rv77.c'
source_filename = "/tmp/tmpvxk5rv77.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @escape_dq(ptr noundef %0) #0 {
%2 = alloca ptr, align 8
%3 = alloca i32, align 4
%4 = alloca i32, align 4
%5 = alloca i32, align 4
store ptr %0, ptr %2, align 8
%6 = load ptr, ptr %2, align 8
%7 = call i32 @strlen(ptr noundef %6)
store i32 %7, ptr %5, align 4
store i32 0, ptr %4, align 4
store i32 0, ptr %3, align 4
br label %8
8: ; preds = %24, %1
%9 = load i32, ptr %3, align 4
%10 = load i32, ptr %5, align 4
%11 = icmp slt i32 %9, %10
br i1 %11, label %12, label %27
12: ; preds = %8
%13 = load ptr, ptr %2, align 8
%14 = load i32, ptr %3, align 4
%15 = sext i32 %14 to i64
%16 = getelementptr inbounds i8, ptr %13, i64 %15
%17 = load i8, ptr %16, align 1
%18 = sext i8 %17 to i32
%19 = icmp eq i32 %18, 34
br i1 %19, label %20, label %23
20: ; preds = %12
%21 = load i32, ptr %4, align 4
%22 = add nsw i32 %21, 1
store i32 %22, ptr %4, align 4
br label %23
23: ; preds = %20, %12
br label %24
24: ; preds = %23
%25 = load i32, ptr %3, align 4
%26 = add nsw i32 %25, 1
store i32 %26, ptr %3, align 4
br label %8, !llvm.loop !6
27: ; preds = %8
%28 = load i32, ptr %4, align 4
%29 = icmp sgt i32 %28, 0
br i1 %29, label %30, label %72
30: ; preds = %27
%31 = load i32, ptr %5, align 4
store i32 %31, ptr %3, align 4
br label %32
32: ; preds = %68, %30
%33 = load i32, ptr %3, align 4
%34 = icmp sge i32 %33, 0
br i1 %34, label %35, label %71
35: ; preds = %32
%36 = load ptr, ptr %2, align 8
%37 = load i32, ptr %3, align 4
%38 = sext i32 %37 to i64
%39 = getelementptr inbounds i8, ptr %36, i64 %38
%40 = load i8, ptr %39, align 1
%41 = load ptr, ptr %2, align 8
%42 = load i32, ptr %3, align 4
%43 = load i32, ptr %4, align 4
%44 = add nsw i32 %42, %43
%45 = sext i32 %44 to i64
%46 = getelementptr inbounds i8, ptr %41, i64 %45
store i8 %40, ptr %46, align 1
%47 = load ptr, ptr %2, align 8
%48 = load i32, ptr %3, 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 eq i32 %52, 34
br i1 %53, label %54, label %67
54: ; preds = %35
%55 = load i32, ptr %4, align 4
%56 = add nsw i32 %55, -1
store i32 %56, ptr %4, align 4
%57 = load ptr, ptr %2, align 8
%58 = load i32, ptr %3, align 4
%59 = load i32, ptr %4, align 4
%60 = add nsw i32 %58, %59
%61 = sext i32 %60 to i64
%62 = getelementptr inbounds i8, ptr %57, i64 %61
store i8 92, ptr %62, align 1
%63 = load i32, ptr %4, align 4
%64 = icmp eq i32 %63, 0
br i1 %64, label %65, label %66
65: ; preds = %54
br label %71
66: ; preds = %54
br label %67
67: ; preds = %66, %35
br label %68
68: ; preds = %67
%69 = load i32, ptr %3, align 4
%70 = add nsw i32 %69, -1
store i32 %70, ptr %3, align 4
br label %32, !llvm.loop !8
71: ; preds = %65, %32
br label %72
72: ; preds = %71, %27
ret void
}
declare i32 @strlen(ptr noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
!6 = distinct !{!6, !7}
!7 = !{!"llvm.loop.mustprogress"}
!8 = distinct !{!8, !7}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmpvxk5rv77.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @escape_dq(ptr noundef %0) #0 {
%2 = alloca ptr, align 8
%3 = alloca i32, align 4
%4 = alloca i32, align 4
%5 = alloca i32, align 4
store ptr %0, ptr %2, align 8
%6 = load ptr, ptr %2, align 8
%7 = call i32 @strlen(ptr noundef %6)
store i32 %7, ptr %5, align 4
store i32 0, ptr %4, align 4
store i32 0, ptr %3, align 4
%8 = load i32, ptr %3, align 4
%9 = load i32, ptr %5, align 4
%10 = icmp slt i32 %8, %9
br i1 %10, label %.lr.ph, label %29
.lr.ph: ; preds = %1
br label %11
11: ; preds = %.lr.ph, %23
%12 = load ptr, ptr %2, align 8
%13 = load i32, ptr %3, align 4
%14 = sext i32 %13 to i64
%15 = getelementptr inbounds i8, ptr %12, i64 %14
%16 = load i8, ptr %15, align 1
%17 = sext i8 %16 to i32
%18 = icmp eq i32 %17, 34
br i1 %18, label %19, label %22
19: ; preds = %11
%20 = load i32, ptr %4, align 4
%21 = add nsw i32 %20, 1
store i32 %21, ptr %4, align 4
br label %22
22: ; preds = %19, %11
br label %23
23: ; preds = %22
%24 = load i32, ptr %3, align 4
%25 = add nsw i32 %24, 1
store i32 %25, ptr %3, align 4
%26 = load i32, ptr %3, align 4
%27 = load i32, ptr %5, align 4
%28 = icmp slt i32 %26, %27
br i1 %28, label %11, label %._crit_edge, !llvm.loop !6
._crit_edge: ; preds = %23
br label %29
29: ; preds = %._crit_edge, %1
%30 = load i32, ptr %4, align 4
%31 = icmp sgt i32 %30, 0
br i1 %31, label %32, label %75
32: ; preds = %29
%33 = load i32, ptr %5, align 4
store i32 %33, ptr %3, align 4
%34 = load i32, ptr %3, align 4
%35 = icmp sge i32 %34, 0
br i1 %35, label %.lr.ph2, label %.loopexit
.lr.ph2: ; preds = %32
br label %36
36: ; preds = %.lr.ph2, %69
%37 = load ptr, ptr %2, align 8
%38 = load i32, ptr %3, align 4
%39 = sext i32 %38 to i64
%40 = getelementptr inbounds i8, ptr %37, i64 %39
%41 = load i8, ptr %40, align 1
%42 = load ptr, ptr %2, align 8
%43 = load i32, ptr %3, align 4
%44 = load i32, ptr %4, align 4
%45 = add nsw i32 %43, %44
%46 = sext i32 %45 to i64
%47 = getelementptr inbounds i8, ptr %42, i64 %46
store i8 %41, ptr %47, align 1
%48 = load ptr, ptr %2, align 8
%49 = load i32, ptr %3, align 4
%50 = sext i32 %49 to i64
%51 = getelementptr inbounds i8, ptr %48, i64 %50
%52 = load i8, ptr %51, align 1
%53 = sext i8 %52 to i32
%54 = icmp eq i32 %53, 34
br i1 %54, label %55, label %68
55: ; preds = %36
%56 = load i32, ptr %4, align 4
%57 = add nsw i32 %56, -1
store i32 %57, ptr %4, align 4
%58 = load ptr, ptr %2, align 8
%59 = load i32, ptr %3, align 4
%60 = load i32, ptr %4, align 4
%61 = add nsw i32 %59, %60
%62 = sext i32 %61 to i64
%63 = getelementptr inbounds i8, ptr %58, i64 %62
store i8 92, ptr %63, align 1
%64 = load i32, ptr %4, align 4
%65 = icmp eq i32 %64, 0
br i1 %65, label %66, label %67
66: ; preds = %55
br label %74
67: ; preds = %55
br label %68
68: ; preds = %67, %36
br label %69
69: ; preds = %68
%70 = load i32, ptr %3, align 4
%71 = add nsw i32 %70, -1
store i32 %71, ptr %3, align 4
%72 = load i32, ptr %3, align 4
%73 = icmp sge i32 %72, 0
br i1 %73, label %36, label %..loopexit_crit_edge, !llvm.loop !8
..loopexit_crit_edge: ; preds = %69
br label %.loopexit
.loopexit: ; preds = %..loopexit_crit_edge, %32
br label %74
74: ; preds = %.loopexit, %66
br label %75
75: ; preds = %74, %29
ret void
}
declare i32 @strlen(ptr noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
!6 = distinct !{!6, !7}
!7 = !{!"llvm.loop.mustprogress"}
!8 = distinct !{!8, !7}
|
; ModuleID = '/tmp/tmpcya4wvjn.c'
source_filename = "/tmp/tmpcya4wvjn.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@.str = private unnamed_addr constant [18 x i8] c"after square: %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 10, ptr %2, align 4
%3 = load i32, ptr %2, align 4
%4 = call i32 @square(i32 noundef %3)
store i32 %4, ptr %2, align 4
%5 = load i32, ptr %2, align 4
%6 = call i32 @printf(ptr noundef @.str, i32 noundef %5)
ret i32 0
}
declare i32 @square(i32 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/tmpcya4wvjn.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@.str = private unnamed_addr constant [18 x i8] c"after square: %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 10, ptr %2, align 4
%3 = load i32, ptr %2, align 4
%4 = call i32 @square(i32 noundef %3)
store i32 %4, ptr %2, align 4
%5 = load i32, ptr %2, align 4
%6 = call i32 @printf(ptr noundef @.str, i32 noundef %5)
ret i32 0
}
declare i32 @square(i32 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/tmpt34rl83k.c'
source_filename = "/tmp/tmpt34rl83k.c"
target datalayout = "e-m:e-p270: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/tmpt34rl83k.c"
target datalayout = "e-m:e-p270: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/tmphqjnk33f.c'
source_filename = "/tmp/tmphqjnk33f.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@crypt.rkey = internal global [16 x i8] zeroinitializer, align 16
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local ptr @crypt(ptr noundef %0, ptr noundef %1) #0 {
%3 = alloca ptr, align 8
%4 = alloca ptr, align 8
%5 = alloca ptr, align 8
%6 = alloca [2 x i64], align 16
%7 = alloca i64, align 8
%8 = alloca i64, align 8
%9 = alloca [4 x i64], align 16
%10 = alloca i32, align 4
%11 = alloca i32, align 4
%12 = alloca i32, align 4
store ptr %0, ptr %4, align 8
store ptr %1, ptr %5, align 8
store i64 0, ptr %7, align 8
store i64 2654435769, ptr %8, align 8
store i32 32, ptr %10, align 4
%13 = getelementptr inbounds [4 x i64], ptr %9, i64 0, i64 3
store i64 0, ptr %13, align 8
%14 = getelementptr inbounds [4 x i64], ptr %9, i64 0, i64 2
store i64 0, ptr %14, align 16
%15 = getelementptr inbounds [4 x i64], ptr %9, i64 0, i64 1
store i64 0, ptr %15, align 8
%16 = getelementptr inbounds [4 x i64], ptr %9, i64 0, i64 0
store i64 0, ptr %16, align 16
%17 = getelementptr inbounds [2 x i64], ptr %6, i64 0, i64 1
store i64 0, ptr %17, align 8
%18 = getelementptr inbounds [2 x i64], ptr %6, i64 0, i64 0
store i64 0, ptr %18, align 16
store i32 0, ptr %11, align 4
br label %19
19: ; preds = %26, %2
%20 = load i32, ptr %11, align 4
%21 = icmp slt i32 %20, 16
br i1 %21, label %22, label %29
22: ; preds = %19
%23 = load i32, ptr %11, align 4
%24 = sext i32 %23 to i64
%25 = getelementptr inbounds [16 x i8], ptr @crypt.rkey, i64 0, i64 %24
store i8 0, ptr %25, align 1
br label %26
26: ; preds = %22
%27 = load i32, ptr %11, align 4
%28 = add nsw i32 %27, 1
store i32 %28, ptr %11, align 4
br label %19, !llvm.loop !6
29: ; preds = %19
%30 = load ptr, ptr %5, align 8
%31 = load i8, ptr %30, align 1
store i8 %31, ptr @crypt.rkey, align 16
%32 = load ptr, ptr %5, align 8
%33 = getelementptr inbounds i8, ptr %32, i64 1
%34 = load i8, ptr %33, align 1
store i8 %34, ptr getelementptr inbounds ([16 x i8], ptr @crypt.rkey, i64 0, i64 1), align 1
store i32 2, ptr %12, align 4
store i32 0, ptr %11, align 4
br label %35
35: ; preds = %67, %29
%36 = load ptr, ptr %4, align 8
%37 = load i32, ptr %11, align 4
%38 = sext i32 %37 to i64
%39 = getelementptr inbounds i8, ptr %36, i64 %38
%40 = load i8, ptr %39, align 1
%41 = icmp ne i8 %40, 0
br i1 %41, label %42, label %73
42: ; preds = %35
%43 = load i32, ptr %12, align 4
%44 = sext i32 %43 to i64
%45 = getelementptr inbounds [16 x i8], ptr @crypt.rkey, i64 0, i64 %44
%46 = load i8, ptr %45, align 1
%47 = sext i8 %46 to i32
%48 = shl i32 %47, 4
%49 = load i32, ptr %12, align 4
%50 = sext i32 %49 to i64
%51 = getelementptr inbounds [16 x i8], ptr @crypt.rkey, i64 0, i64 %50
%52 = load i8, ptr %51, align 1
%53 = sext i8 %52 to i32
%54 = ashr i32 %53, 4
%55 = add nsw i32 %48, %54
%56 = load ptr, ptr %4, align 8
%57 = load i32, ptr %11, align 4
%58 = sext i32 %57 to i64
%59 = getelementptr inbounds i8, ptr %56, i64 %58
%60 = load i8, ptr %59, align 1
%61 = sext i8 %60 to i32
%62 = add nsw i32 %55, %61
%63 = trunc i32 %62 to i8
%64 = load i32, ptr %12, align 4
%65 = sext i32 %64 to i64
%66 = getelementptr inbounds [16 x i8], ptr @crypt.rkey, i64 0, i64 %65
store i8 %63, ptr %66, align 1
br label %67
67: ; preds = %42
%68 = load i32, ptr %11, align 4
%69 = add nsw i32 %68, 1
store i32 %69, ptr %11, align 4
%70 = load i32, ptr %12, align 4
%71 = add nsw i32 %70, 1
%72 = and i32 %71, 15
store i32 %72, ptr %12, align 4
br label %35, !llvm.loop !8
73: ; preds = %35
%74 = getelementptr inbounds [4 x i64], ptr %9, i64 0, i64 0
%75 = call i32 @memcpy(ptr noundef %74, ptr noundef @crypt.rkey, i32 noundef 32)
br label %76
76: ; preds = %80, %73
%77 = load i32, ptr %10, align 4
%78 = add nsw i32 %77, -1
store i32 %78, ptr %10, align 4
%79 = icmp sgt i32 %77, 0
br i1 %79, label %80, label %126
80: ; preds = %76
%81 = load i64, ptr %8, align 8
%82 = load i64, ptr %7, align 8
%83 = add i64 %82, %81
store i64 %83, ptr %7, align 8
%84 = getelementptr inbounds [2 x i64], ptr %6, i64 0, i64 1
%85 = load i64, ptr %84, align 8
%86 = shl i64 %85, 4
%87 = getelementptr inbounds [4 x i64], ptr %9, i64 0, i64 0
%88 = load i64, ptr %87, align 16
%89 = add i64 %86, %88
%90 = getelementptr inbounds [2 x i64], ptr %6, i64 0, i64 1
%91 = load i64, ptr %90, align 8
%92 = load i64, ptr %7, align 8
%93 = add i64 %91, %92
%94 = xor i64 %89, %93
%95 = getelementptr inbounds [2 x i64], ptr %6, i64 0, i64 1
%96 = load i64, ptr %95, align 8
%97 = lshr i64 %96, 5
%98 = getelementptr inbounds [4 x i64], ptr %9, i64 0, i64 1
%99 = load i64, ptr %98, align 8
%100 = add i64 %97, %99
%101 = xor i64 %94, %100
%102 = getelementptr inbounds [2 x i64], ptr %6, i64 0, i64 0
%103 = load i64, ptr %102, align 16
%104 = add i64 %103, %101
store i64 %104, ptr %102, align 16
%105 = getelementptr inbounds [2 x i64], ptr %6, i64 0, i64 0
%106 = load i64, ptr %105, align 16
%107 = shl i64 %106, 4
%108 = getelementptr inbounds [4 x i64], ptr %9, i64 0, i64 2
%109 = load i64, ptr %108, align 16
%110 = add i64 %107, %109
%111 = getelementptr inbounds [2 x i64], ptr %6, i64 0, i64 0
%112 = load i64, ptr %111, align 16
%113 = load i64, ptr %7, align 8
%114 = add i64 %112, %113
%115 = xor i64 %110, %114
%116 = getelementptr inbounds [2 x i64], ptr %6, i64 0, i64 0
%117 = load i64, ptr %116, align 16
%118 = lshr i64 %117, 5
%119 = getelementptr inbounds [4 x i64], ptr %9, i64 0, i64 3
%120 = load i64, ptr %119, align 8
%121 = add i64 %118, %120
%122 = xor i64 %115, %121
%123 = getelementptr inbounds [2 x i64], ptr %6, i64 0, i64 1
%124 = load i64, ptr %123, align 8
%125 = add i64 %124, %122
store i64 %125, ptr %123, align 8
br label %76, !llvm.loop !9
126: ; preds = %76
store i32 0, ptr %11, align 4
br label %127
127: ; preds = %134, %126
%128 = load i32, ptr %11, align 4
%129 = icmp slt i32 %128, 16
br i1 %129, label %130, label %137
130: ; preds = %127
%131 = load i32, ptr %11, align 4
%132 = sext i32 %131 to i64
%133 = getelementptr inbounds [16 x i8], ptr @crypt.rkey, i64 0, i64 %132
store i8 0, ptr %133, align 1
br label %134
134: ; preds = %130
%135 = load i32, ptr %11, align 4
%136 = add nsw i32 %135, 1
store i32 %136, ptr %11, align 4
br label %127, !llvm.loop !10
137: ; preds = %127
%138 = load ptr, ptr %5, align 8
%139 = load i8, ptr %138, align 1
store i8 %139, ptr @crypt.rkey, align 16
%140 = load ptr, ptr %5, align 8
%141 = getelementptr inbounds i8, ptr %140, i64 1
%142 = load i8, ptr %141, align 1
store i8 %142, ptr getelementptr inbounds ([16 x i8], ptr @crypt.rkey, i64 0, i64 1), align 1
%143 = getelementptr inbounds [2 x i64], ptr %6, i64 0, i64 0
%144 = load i64, ptr %143, align 16
store i64 %144, ptr %7, align 8
store i32 2, ptr %11, align 4
br label %145
145: ; preds = %244, %137
%146 = load i32, ptr %11, align 4
%147 = icmp slt i32 %146, 13
br i1 %147, label %148, label %247
148: ; preds = %145
%149 = load i64, ptr %7, align 8
%150 = and i64 %149, 63
%151 = trunc i64 %150 to i8
%152 = load i32, ptr %11, align 4
%153 = sext i32 %152 to i64
%154 = getelementptr inbounds [16 x i8], ptr @crypt.rkey, i64 0, i64 %153
store i8 %151, ptr %154, align 1
%155 = load i64, ptr %7, align 8
%156 = lshr i64 %155, 6
store i64 %156, ptr %7, align 8
%157 = load i32, ptr %11, align 4
%158 = icmp eq i32 %157, 2
br i1 %158, label %159, label %165
159: ; preds = %148
%160 = getelementptr inbounds [2 x i64], ptr %6, i64 0, i64 1
%161 = load i64, ptr %160, align 8
%162 = shl i64 %161, 26
%163 = load i64, ptr %7, align 8
%164 = or i64 %163, %162
store i64 %164, ptr %7, align 8
br label %165
165: ; preds = %159, %148
%166 = load i32, ptr %11, align 4
%167 = icmp eq i32 %166, 7
br i1 %167, label %168, label %174
168: ; preds = %165
%169 = getelementptr inbounds [2 x i64], ptr %6, i64 0, i64 1
%170 = load i64, ptr %169, align 8
%171 = lshr i64 %170, 4
%172 = load i64, ptr %7, align 8
%173 = or i64 %172, %171
store i64 %173, ptr %7, align 8
br label %174
174: ; preds = %168, %165
%175 = load i32, ptr %11, align 4
%176 = sext i32 %175 to i64
%177 = getelementptr inbounds [16 x i8], ptr @crypt.rkey, i64 0, i64 %176
%178 = load i8, ptr %177, align 1
%179 = sext i8 %178 to i32
%180 = icmp sge i32 %179, 0
br i1 %180, label %181, label %196
181: ; preds = %174
%182 = load i32, ptr %11, align 4
%183 = sext i32 %182 to i64
%184 = getelementptr inbounds [16 x i8], ptr @crypt.rkey, i64 0, i64 %183
%185 = load i8, ptr %184, align 1
%186 = sext i8 %185 to i32
%187 = icmp slt i32 %186, 12
br i1 %187, label %188, label %196
188: ; preds = %181
%189 = load i32, ptr %11, align 4
%190 = sext i32 %189 to i64
%191 = getelementptr inbounds [16 x i8], ptr @crypt.rkey, i64 0, i64 %190
%192 = load i8, ptr %191, align 1
%193 = sext i8 %192 to i32
%194 = add nsw i32 %193, 46
%195 = trunc i32 %194 to i8
store i8 %195, ptr %191, align 1
br label %243
196: ; preds = %181, %174
%197 = load i32, ptr %11, align 4
%198 = sext i32 %197 to i64
%199 = getelementptr inbounds [16 x i8], ptr @crypt.rkey, i64 0, i64 %198
%200 = load i8, ptr %199, align 1
%201 = sext i8 %200 to i32
%202 = icmp sgt i32 %201, 11
br i1 %202, label %203, label %218
203: ; preds = %196
%204 = load i32, ptr %11, align 4
%205 = sext i32 %204 to i64
%206 = getelementptr inbounds [16 x i8], ptr @crypt.rkey, i64 0, i64 %205
%207 = load i8, ptr %206, align 1
%208 = sext i8 %207 to i32
%209 = icmp slt i32 %208, 38
br i1 %209, label %210, label %218
210: ; preds = %203
%211 = load i32, ptr %11, align 4
%212 = sext i32 %211 to i64
%213 = getelementptr inbounds [16 x i8], ptr @crypt.rkey, i64 0, i64 %212
%214 = load i8, ptr %213, align 1
%215 = sext i8 %214 to i32
%216 = add nsw i32 %215, 53
%217 = trunc i32 %216 to i8
store i8 %217, ptr %213, align 1
br label %242
218: ; preds = %203, %196
%219 = load i32, ptr %11, align 4
%220 = sext i32 %219 to i64
%221 = getelementptr inbounds [16 x i8], ptr @crypt.rkey, i64 0, i64 %220
%222 = load i8, ptr %221, align 1
%223 = sext i8 %222 to i32
%224 = icmp sgt i32 %223, 37
br i1 %224, label %225, label %240
225: ; preds = %218
%226 = load i32, ptr %11, align 4
%227 = sext i32 %226 to i64
%228 = getelementptr inbounds [16 x i8], ptr @crypt.rkey, i64 0, i64 %227
%229 = load i8, ptr %228, align 1
%230 = sext i8 %229 to i32
%231 = icmp slt i32 %230, 64
br i1 %231, label %232, label %240
232: ; preds = %225
%233 = load i32, ptr %11, align 4
%234 = sext i32 %233 to i64
%235 = getelementptr inbounds [16 x i8], ptr @crypt.rkey, i64 0, i64 %234
%236 = load i8, ptr %235, align 1
%237 = sext i8 %236 to i32
%238 = add nsw i32 %237, 59
%239 = trunc i32 %238 to i8
store i8 %239, ptr %235, align 1
br label %241
240: ; preds = %225, %218
store ptr null, ptr %3, align 8
br label %248
241: ; preds = %232
br label %242
242: ; preds = %241, %210
br label %243
243: ; preds = %242, %188
br label %244
244: ; preds = %243
%245 = load i32, ptr %11, align 4
%246 = add nsw i32 %245, 1
store i32 %246, ptr %11, align 4
br label %145, !llvm.loop !11
247: ; preds = %145
store i8 0, ptr getelementptr inbounds ([16 x i8], ptr @crypt.rkey, i64 0, i64 13), align 1
store ptr @crypt.rkey, ptr %3, align 8
br label %248
248: ; preds = %247, %240
%249 = load ptr, ptr %3, align 8
ret ptr %249
}
declare i32 @memcpy(ptr noundef, ptr noundef, i32 noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
!6 = distinct !{!6, !7}
!7 = !{!"llvm.loop.mustprogress"}
!8 = distinct !{!8, !7}
!9 = distinct !{!9, !7}
!10 = distinct !{!10, !7}
!11 = distinct !{!11, !7}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmphqjnk33f.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@crypt.rkey = internal global [16 x i8] zeroinitializer, align 16
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local ptr @crypt(ptr noundef %0, ptr noundef %1) #0 {
%3 = alloca ptr, align 8
%4 = alloca ptr, align 8
%5 = alloca ptr, align 8
%6 = alloca [2 x i64], align 16
%7 = alloca i64, align 8
%8 = alloca i64, align 8
%9 = alloca [4 x i64], align 16
%10 = alloca i32, align 4
%11 = alloca i32, align 4
%12 = alloca i32, align 4
store ptr %0, ptr %4, align 8
store ptr %1, ptr %5, align 8
store i64 0, ptr %7, align 8
store i64 2654435769, ptr %8, align 8
store i32 32, ptr %10, align 4
%13 = getelementptr inbounds [4 x i64], ptr %9, i64 0, i64 3
store i64 0, ptr %13, align 8
%14 = getelementptr inbounds [4 x i64], ptr %9, i64 0, i64 2
store i64 0, ptr %14, align 16
%15 = getelementptr inbounds [4 x i64], ptr %9, i64 0, i64 1
store i64 0, ptr %15, align 8
%16 = getelementptr inbounds [4 x i64], ptr %9, i64 0, i64 0
store i64 0, ptr %16, align 16
%17 = getelementptr inbounds [2 x i64], ptr %6, i64 0, i64 1
store i64 0, ptr %17, align 8
%18 = getelementptr inbounds [2 x i64], ptr %6, i64 0, i64 0
store i64 0, ptr %18, align 16
store i32 0, ptr %11, align 4
%19 = load i32, ptr %11, align 4
%20 = icmp slt i32 %19, 16
br i1 %20, label %.lr.ph, label %30
.lr.ph: ; preds = %2
br label %21
21: ; preds = %.lr.ph, %25
%22 = load i32, ptr %11, align 4
%23 = sext i32 %22 to i64
%24 = getelementptr inbounds [16 x i8], ptr @crypt.rkey, i64 0, i64 %23
store i8 0, ptr %24, align 1
br label %25
25: ; preds = %21
%26 = load i32, ptr %11, align 4
%27 = add nsw i32 %26, 1
store i32 %27, ptr %11, align 4
%28 = load i32, ptr %11, align 4
%29 = icmp slt i32 %28, 16
br i1 %29, label %21, label %._crit_edge, !llvm.loop !6
._crit_edge: ; preds = %25
br label %30
30: ; preds = %._crit_edge, %2
%31 = load ptr, ptr %5, align 8
%32 = load i8, ptr %31, align 1
store i8 %32, ptr @crypt.rkey, align 16
%33 = load ptr, ptr %5, align 8
%34 = getelementptr inbounds i8, ptr %33, i64 1
%35 = load i8, ptr %34, align 1
store i8 %35, ptr getelementptr inbounds ([16 x i8], ptr @crypt.rkey, i64 0, i64 1), align 1
store i32 2, ptr %12, align 4
store i32 0, ptr %11, align 4
%36 = load ptr, ptr %4, align 8
%37 = load i32, ptr %11, align 4
%38 = sext i32 %37 to i64
%39 = getelementptr inbounds i8, ptr %36, i64 %38
%40 = load i8, ptr %39, align 1
%41 = icmp ne i8 %40, 0
br i1 %41, label %.lr.ph2, label %79
.lr.ph2: ; preds = %30
br label %42
42: ; preds = %.lr.ph2, %67
%43 = load i32, ptr %12, align 4
%44 = sext i32 %43 to i64
%45 = getelementptr inbounds [16 x i8], ptr @crypt.rkey, i64 0, i64 %44
%46 = load i8, ptr %45, align 1
%47 = sext i8 %46 to i32
%48 = shl i32 %47, 4
%49 = load i32, ptr %12, align 4
%50 = sext i32 %49 to i64
%51 = getelementptr inbounds [16 x i8], ptr @crypt.rkey, i64 0, i64 %50
%52 = load i8, ptr %51, align 1
%53 = sext i8 %52 to i32
%54 = ashr i32 %53, 4
%55 = add nsw i32 %48, %54
%56 = load ptr, ptr %4, align 8
%57 = load i32, ptr %11, align 4
%58 = sext i32 %57 to i64
%59 = getelementptr inbounds i8, ptr %56, i64 %58
%60 = load i8, ptr %59, align 1
%61 = sext i8 %60 to i32
%62 = add nsw i32 %55, %61
%63 = trunc i32 %62 to i8
%64 = load i32, ptr %12, align 4
%65 = sext i32 %64 to i64
%66 = getelementptr inbounds [16 x i8], ptr @crypt.rkey, i64 0, i64 %65
store i8 %63, ptr %66, align 1
br label %67
67: ; preds = %42
%68 = load i32, ptr %11, align 4
%69 = add nsw i32 %68, 1
store i32 %69, ptr %11, align 4
%70 = load i32, ptr %12, align 4
%71 = add nsw i32 %70, 1
%72 = and i32 %71, 15
store i32 %72, ptr %12, align 4
%73 = load ptr, ptr %4, align 8
%74 = load i32, ptr %11, align 4
%75 = sext i32 %74 to i64
%76 = getelementptr inbounds i8, ptr %73, i64 %75
%77 = load i8, ptr %76, align 1
%78 = icmp ne i8 %77, 0
br i1 %78, label %42, label %._crit_edge3, !llvm.loop !8
._crit_edge3: ; preds = %67
br label %79
79: ; preds = %._crit_edge3, %30
%80 = getelementptr inbounds [4 x i64], ptr %9, i64 0, i64 0
%81 = call i32 @memcpy(ptr noundef %80, ptr noundef @crypt.rkey, i32 noundef 32)
%82 = load i32, ptr %10, align 4
%83 = add nsw i32 %82, -1
store i32 %83, ptr %10, align 4
%84 = icmp sgt i32 %82, 0
br i1 %84, label %.lr.ph5, label %134
.lr.ph5: ; preds = %79
br label %85
85: ; preds = %.lr.ph5, %85
%86 = load i64, ptr %8, align 8
%87 = load i64, ptr %7, align 8
%88 = add i64 %87, %86
store i64 %88, ptr %7, align 8
%89 = getelementptr inbounds [2 x i64], ptr %6, i64 0, i64 1
%90 = load i64, ptr %89, align 8
%91 = shl i64 %90, 4
%92 = getelementptr inbounds [4 x i64], ptr %9, i64 0, i64 0
%93 = load i64, ptr %92, align 16
%94 = add i64 %91, %93
%95 = getelementptr inbounds [2 x i64], ptr %6, i64 0, i64 1
%96 = load i64, ptr %95, align 8
%97 = load i64, ptr %7, align 8
%98 = add i64 %96, %97
%99 = xor i64 %94, %98
%100 = getelementptr inbounds [2 x i64], ptr %6, i64 0, i64 1
%101 = load i64, ptr %100, align 8
%102 = lshr i64 %101, 5
%103 = getelementptr inbounds [4 x i64], ptr %9, i64 0, i64 1
%104 = load i64, ptr %103, align 8
%105 = add i64 %102, %104
%106 = xor i64 %99, %105
%107 = getelementptr inbounds [2 x i64], ptr %6, i64 0, i64 0
%108 = load i64, ptr %107, align 16
%109 = add i64 %108, %106
store i64 %109, ptr %107, align 16
%110 = getelementptr inbounds [2 x i64], ptr %6, i64 0, i64 0
%111 = load i64, ptr %110, align 16
%112 = shl i64 %111, 4
%113 = getelementptr inbounds [4 x i64], ptr %9, i64 0, i64 2
%114 = load i64, ptr %113, align 16
%115 = add i64 %112, %114
%116 = getelementptr inbounds [2 x i64], ptr %6, i64 0, i64 0
%117 = load i64, ptr %116, align 16
%118 = load i64, ptr %7, align 8
%119 = add i64 %117, %118
%120 = xor i64 %115, %119
%121 = getelementptr inbounds [2 x i64], ptr %6, i64 0, i64 0
%122 = load i64, ptr %121, align 16
%123 = lshr i64 %122, 5
%124 = getelementptr inbounds [4 x i64], ptr %9, i64 0, i64 3
%125 = load i64, ptr %124, align 8
%126 = add i64 %123, %125
%127 = xor i64 %120, %126
%128 = getelementptr inbounds [2 x i64], ptr %6, i64 0, i64 1
%129 = load i64, ptr %128, align 8
%130 = add i64 %129, %127
store i64 %130, ptr %128, align 8
%131 = load i32, ptr %10, align 4
%132 = add nsw i32 %131, -1
store i32 %132, ptr %10, align 4
%133 = icmp sgt i32 %131, 0
br i1 %133, label %85, label %._crit_edge6, !llvm.loop !9
._crit_edge6: ; preds = %85
br label %134
134: ; preds = %._crit_edge6, %79
store i32 0, ptr %11, align 4
%135 = load i32, ptr %11, align 4
%136 = icmp slt i32 %135, 16
br i1 %136, label %.lr.ph8, label %146
.lr.ph8: ; preds = %134
br label %137
137: ; preds = %.lr.ph8, %141
%138 = load i32, ptr %11, align 4
%139 = sext i32 %138 to i64
%140 = getelementptr inbounds [16 x i8], ptr @crypt.rkey, i64 0, i64 %139
store i8 0, ptr %140, align 1
br label %141
141: ; preds = %137
%142 = load i32, ptr %11, align 4
%143 = add nsw i32 %142, 1
store i32 %143, ptr %11, align 4
%144 = load i32, ptr %11, align 4
%145 = icmp slt i32 %144, 16
br i1 %145, label %137, label %._crit_edge9, !llvm.loop !10
._crit_edge9: ; preds = %141
br label %146
146: ; preds = %._crit_edge9, %134
%147 = load ptr, ptr %5, align 8
%148 = load i8, ptr %147, align 1
store i8 %148, ptr @crypt.rkey, align 16
%149 = load ptr, ptr %5, align 8
%150 = getelementptr inbounds i8, ptr %149, i64 1
%151 = load i8, ptr %150, align 1
store i8 %151, ptr getelementptr inbounds ([16 x i8], ptr @crypt.rkey, i64 0, i64 1), align 1
%152 = getelementptr inbounds [2 x i64], ptr %6, i64 0, i64 0
%153 = load i64, ptr %152, align 16
store i64 %153, ptr %7, align 8
store i32 2, ptr %11, align 4
%154 = load i32, ptr %11, align 4
%155 = icmp slt i32 %154, 13
br i1 %155, label %.lr.ph11, label %257
.lr.ph11: ; preds = %146
br label %156
156: ; preds = %.lr.ph11, %252
%157 = load i64, ptr %7, align 8
%158 = and i64 %157, 63
%159 = trunc i64 %158 to i8
%160 = load i32, ptr %11, align 4
%161 = sext i32 %160 to i64
%162 = getelementptr inbounds [16 x i8], ptr @crypt.rkey, i64 0, i64 %161
store i8 %159, ptr %162, align 1
%163 = load i64, ptr %7, align 8
%164 = lshr i64 %163, 6
store i64 %164, ptr %7, align 8
%165 = load i32, ptr %11, align 4
%166 = icmp eq i32 %165, 2
br i1 %166, label %167, label %173
167: ; preds = %156
%168 = getelementptr inbounds [2 x i64], ptr %6, i64 0, i64 1
%169 = load i64, ptr %168, align 8
%170 = shl i64 %169, 26
%171 = load i64, ptr %7, align 8
%172 = or i64 %171, %170
store i64 %172, ptr %7, align 8
br label %173
173: ; preds = %167, %156
%174 = load i32, ptr %11, align 4
%175 = icmp eq i32 %174, 7
br i1 %175, label %176, label %182
176: ; preds = %173
%177 = getelementptr inbounds [2 x i64], ptr %6, i64 0, i64 1
%178 = load i64, ptr %177, align 8
%179 = lshr i64 %178, 4
%180 = load i64, ptr %7, align 8
%181 = or i64 %180, %179
store i64 %181, ptr %7, align 8
br label %182
182: ; preds = %176, %173
%183 = load i32, ptr %11, align 4
%184 = sext i32 %183 to i64
%185 = getelementptr inbounds [16 x i8], ptr @crypt.rkey, i64 0, i64 %184
%186 = load i8, ptr %185, align 1
%187 = sext i8 %186 to i32
%188 = icmp sge i32 %187, 0
br i1 %188, label %189, label %204
189: ; preds = %182
%190 = load i32, ptr %11, align 4
%191 = sext i32 %190 to i64
%192 = getelementptr inbounds [16 x i8], ptr @crypt.rkey, i64 0, i64 %191
%193 = load i8, ptr %192, align 1
%194 = sext i8 %193 to i32
%195 = icmp slt i32 %194, 12
br i1 %195, label %196, label %204
196: ; preds = %189
%197 = load i32, ptr %11, align 4
%198 = sext i32 %197 to i64
%199 = getelementptr inbounds [16 x i8], ptr @crypt.rkey, i64 0, i64 %198
%200 = load i8, ptr %199, align 1
%201 = sext i8 %200 to i32
%202 = add nsw i32 %201, 46
%203 = trunc i32 %202 to i8
store i8 %203, ptr %199, align 1
br label %251
204: ; preds = %189, %182
%205 = load i32, ptr %11, align 4
%206 = sext i32 %205 to i64
%207 = getelementptr inbounds [16 x i8], ptr @crypt.rkey, i64 0, i64 %206
%208 = load i8, ptr %207, align 1
%209 = sext i8 %208 to i32
%210 = icmp sgt i32 %209, 11
br i1 %210, label %211, label %226
211: ; preds = %204
%212 = load i32, ptr %11, align 4
%213 = sext i32 %212 to i64
%214 = getelementptr inbounds [16 x i8], ptr @crypt.rkey, i64 0, i64 %213
%215 = load i8, ptr %214, align 1
%216 = sext i8 %215 to i32
%217 = icmp slt i32 %216, 38
br i1 %217, label %218, label %226
218: ; preds = %211
%219 = load i32, ptr %11, align 4
%220 = sext i32 %219 to i64
%221 = getelementptr inbounds [16 x i8], ptr @crypt.rkey, i64 0, i64 %220
%222 = load i8, ptr %221, align 1
%223 = sext i8 %222 to i32
%224 = add nsw i32 %223, 53
%225 = trunc i32 %224 to i8
store i8 %225, ptr %221, align 1
br label %250
226: ; preds = %211, %204
%227 = load i32, ptr %11, align 4
%228 = sext i32 %227 to i64
%229 = getelementptr inbounds [16 x i8], ptr @crypt.rkey, i64 0, i64 %228
%230 = load i8, ptr %229, align 1
%231 = sext i8 %230 to i32
%232 = icmp sgt i32 %231, 37
br i1 %232, label %233, label %248
233: ; preds = %226
%234 = load i32, ptr %11, align 4
%235 = sext i32 %234 to i64
%236 = getelementptr inbounds [16 x i8], ptr @crypt.rkey, i64 0, i64 %235
%237 = load i8, ptr %236, align 1
%238 = sext i8 %237 to i32
%239 = icmp slt i32 %238, 64
br i1 %239, label %240, label %248
240: ; preds = %233
%241 = load i32, ptr %11, align 4
%242 = sext i32 %241 to i64
%243 = getelementptr inbounds [16 x i8], ptr @crypt.rkey, i64 0, i64 %242
%244 = load i8, ptr %243, align 1
%245 = sext i8 %244 to i32
%246 = add nsw i32 %245, 59
%247 = trunc i32 %246 to i8
store i8 %247, ptr %243, align 1
br label %249
248: ; preds = %233, %226
store ptr null, ptr %3, align 8
br label %258
249: ; preds = %240
br label %250
250: ; preds = %249, %218
br label %251
251: ; preds = %250, %196
br label %252
252: ; preds = %251
%253 = load i32, ptr %11, align 4
%254 = add nsw i32 %253, 1
store i32 %254, ptr %11, align 4
%255 = load i32, ptr %11, align 4
%256 = icmp slt i32 %255, 13
br i1 %256, label %156, label %._crit_edge12, !llvm.loop !11
._crit_edge12: ; preds = %252
br label %257
257: ; preds = %._crit_edge12, %146
store i8 0, ptr getelementptr inbounds ([16 x i8], ptr @crypt.rkey, i64 0, i64 13), align 1
store ptr @crypt.rkey, ptr %3, align 8
br label %258
258: ; preds = %257, %248
%259 = load ptr, ptr %3, align 8
ret ptr %259
}
declare i32 @memcpy(ptr noundef, ptr noundef, i32 noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
!6 = distinct !{!6, !7}
!7 = !{!"llvm.loop.mustprogress"}
!8 = distinct !{!8, !7}
!9 = distinct !{!9, !7}
!10 = distinct !{!10, !7}
!11 = distinct !{!11, !7}
|
; ModuleID = '/tmp/tmpfmo4j26b.c'
source_filename = "/tmp/tmpfmo4j26b.c"
target datalayout = "e-m:e-p270: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/tmpfmo4j26b.c"
target datalayout = "e-m:e-p270: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/tmp2r5pmaw_.c'
source_filename = "/tmp/tmp2r5pmaw_.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @main() #0 {
%1 = alloca i32, align 4
store i32 0, ptr %1, align 4
%2 = call i32 @test(i32 noundef 0)
%3 = call i32 @test(i32 noundef 5)
ret i32 0
}
declare i32 @test(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/tmp2r5pmaw_.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @main() #0 {
%1 = alloca i32, align 4
store i32 0, ptr %1, align 4
%2 = call i32 @test(i32 noundef 0)
%3 = call i32 @test(i32 noundef 5)
ret i32 0
}
declare i32 @test(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/tmpp_uupdmp.c'
source_filename = "/tmp/tmpp_uupdmp.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@.str = private unnamed_addr constant [4 x i8] c" %c\00", align 1
@.str.1 = private unnamed_addr constant [5 x i8] c" %lf\00", align 1
@.str.2 = private unnamed_addr constant [8 x i8] c"%0.1lf\0A\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @main() #0 {
%1 = alloca i32, align 4
%2 = alloca [12 x [12 x double]], align 16
%3 = alloca double, align 8
%4 = alloca double, align 8
%5 = alloca i32, align 4
%6 = alloca i32, align 4
%7 = alloca i32, align 4
%8 = alloca i8, align 1
store i32 0, ptr %1, align 4
store double 0.000000e+00, ptr %3, align 8
store double 0.000000e+00, ptr %4, align 8
%9 = call i32 (ptr, ...) @scanf(ptr noundef @.str, ptr noundef %8)
store i32 0, ptr %5, align 4
br label %10
10: ; preds = %45, %0
%11 = load i32, ptr %5, align 4
%12 = icmp slt i32 %11, 12
br i1 %12, label %13, label %48
13: ; preds = %10
store i32 0, ptr %6, align 4
br label %14
14: ; preds = %41, %13
%15 = load i32, ptr %6, align 4
%16 = icmp slt i32 %15, 12
br i1 %16, label %17, label %44
17: ; preds = %14
%18 = load i32, ptr %5, align 4
%19 = sext i32 %18 to i64
%20 = getelementptr inbounds [12 x [12 x double]], ptr %2, i64 0, i64 %19
%21 = load i32, ptr %6, align 4
%22 = sext i32 %21 to i64
%23 = getelementptr inbounds [12 x double], ptr %20, i64 0, i64 %22
%24 = call i32 (ptr, ...) @scanf(ptr noundef @.str.1, ptr noundef %23)
%25 = load i32, ptr %5, align 4
%26 = load i32, ptr %6, align 4
%27 = icmp sgt i32 %25, %26
br i1 %27, label %28, label %40
28: ; preds = %17
%29 = load i32, ptr %5, align 4
%30 = sext i32 %29 to i64
%31 = getelementptr inbounds [12 x [12 x double]], ptr %2, i64 0, i64 %30
%32 = load i32, ptr %6, align 4
%33 = sext i32 %32 to i64
%34 = getelementptr inbounds [12 x double], ptr %31, i64 0, i64 %33
%35 = load double, ptr %34, align 8
%36 = load double, ptr %3, align 8
%37 = fadd double %36, %35
store double %37, ptr %3, align 8
%38 = load double, ptr %4, align 8
%39 = fadd double %38, 1.000000e+00
store double %39, ptr %4, align 8
br label %40
40: ; preds = %28, %17
br label %41
41: ; preds = %40
%42 = load i32, ptr %6, align 4
%43 = add nsw i32 %42, 1
store i32 %43, ptr %6, align 4
br label %14, !llvm.loop !6
44: ; preds = %14
br label %45
45: ; preds = %44
%46 = load i32, ptr %5, align 4
%47 = add nsw i32 %46, 1
store i32 %47, ptr %5, align 4
br label %10, !llvm.loop !8
48: ; preds = %10
%49 = load i8, ptr %8, align 1
%50 = sext i8 %49 to i32
switch i32 %50, label %59 [
i32 83, label %51
i32 77, label %54
]
51: ; preds = %48
%52 = load double, ptr %3, align 8
%53 = call i32 @printf(ptr noundef @.str.2, double noundef %52)
br label %59
54: ; preds = %48
%55 = load double, ptr %3, align 8
%56 = load double, ptr %4, align 8
%57 = fdiv double %55, %56
%58 = call i32 @printf(ptr noundef @.str.2, double noundef %57)
br label %59
59: ; preds = %48, %54, %51
ret i32 0
}
declare i32 @scanf(ptr noundef, ...) #1
declare i32 @printf(ptr 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"}
!8 = distinct !{!8, !7}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmpp_uupdmp.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@.str = private unnamed_addr constant [4 x i8] c" %c\00", align 1
@.str.1 = private unnamed_addr constant [5 x i8] c" %lf\00", align 1
@.str.2 = private unnamed_addr constant [8 x i8] c"%0.1lf\0A\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @main() #0 {
%1 = alloca i32, align 4
%2 = alloca [12 x [12 x double]], align 16
%3 = alloca double, align 8
%4 = alloca double, align 8
%5 = alloca i32, align 4
%6 = alloca i32, align 4
%7 = alloca i32, align 4
%8 = alloca i8, align 1
store i32 0, ptr %1, align 4
store double 0.000000e+00, ptr %3, align 8
store double 0.000000e+00, ptr %4, align 8
%9 = call i32 (ptr, ...) @scanf(ptr noundef @.str, ptr noundef %8)
store i32 0, ptr %5, align 4
%10 = load i32, ptr %5, align 4
%11 = icmp slt i32 %10, 12
br i1 %11, label %.lr.ph2, label %50
.lr.ph2: ; preds = %0
br label %12
12: ; preds = %.lr.ph2, %45
store i32 0, ptr %6, align 4
%13 = load i32, ptr %6, align 4
%14 = icmp slt i32 %13, 12
br i1 %14, label %.lr.ph, label %44
.lr.ph: ; preds = %12
br label %15
15: ; preds = %.lr.ph, %39
%16 = load i32, ptr %5, align 4
%17 = sext i32 %16 to i64
%18 = getelementptr inbounds [12 x [12 x double]], ptr %2, i64 0, i64 %17
%19 = load i32, ptr %6, align 4
%20 = sext i32 %19 to i64
%21 = getelementptr inbounds [12 x double], ptr %18, i64 0, i64 %20
%22 = call i32 (ptr, ...) @scanf(ptr noundef @.str.1, ptr noundef %21)
%23 = load i32, ptr %5, align 4
%24 = load i32, ptr %6, align 4
%25 = icmp sgt i32 %23, %24
br i1 %25, label %26, label %38
26: ; preds = %15
%27 = load i32, ptr %5, align 4
%28 = sext i32 %27 to i64
%29 = getelementptr inbounds [12 x [12 x double]], ptr %2, i64 0, i64 %28
%30 = load i32, ptr %6, align 4
%31 = sext i32 %30 to i64
%32 = getelementptr inbounds [12 x double], ptr %29, i64 0, i64 %31
%33 = load double, ptr %32, align 8
%34 = load double, ptr %3, align 8
%35 = fadd double %34, %33
store double %35, ptr %3, align 8
%36 = load double, ptr %4, align 8
%37 = fadd double %36, 1.000000e+00
store double %37, ptr %4, align 8
br label %38
38: ; preds = %26, %15
br label %39
39: ; preds = %38
%40 = load i32, ptr %6, align 4
%41 = add nsw i32 %40, 1
store i32 %41, ptr %6, align 4
%42 = load i32, ptr %6, align 4
%43 = icmp slt i32 %42, 12
br i1 %43, label %15, label %._crit_edge, !llvm.loop !6
._crit_edge: ; preds = %39
br label %44
44: ; preds = %._crit_edge, %12
br label %45
45: ; preds = %44
%46 = load i32, ptr %5, align 4
%47 = add nsw i32 %46, 1
store i32 %47, ptr %5, align 4
%48 = load i32, ptr %5, align 4
%49 = icmp slt i32 %48, 12
br i1 %49, label %12, label %._crit_edge3, !llvm.loop !8
._crit_edge3: ; preds = %45
br label %50
50: ; preds = %._crit_edge3, %0
%51 = load i8, ptr %8, align 1
%52 = sext i8 %51 to i32
switch i32 %52, label %61 [
i32 83, label %53
i32 77, label %56
]
53: ; preds = %50
%54 = load double, ptr %3, align 8
%55 = call i32 @printf(ptr noundef @.str.2, double noundef %54)
br label %61
56: ; preds = %50
%57 = load double, ptr %3, align 8
%58 = load double, ptr %4, align 8
%59 = fdiv double %57, %58
%60 = call i32 @printf(ptr noundef @.str.2, double noundef %59)
br label %61
61: ; preds = %56, %53, %50
ret i32 0
}
declare i32 @scanf(ptr noundef, ...) #1
declare i32 @printf(ptr 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"}
!8 = distinct !{!8, !7}
|
; ModuleID = '/tmp/tmpkhsjay_e.c'
source_filename = "/tmp/tmpkhsjay_e.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@EMSGSIZE = dso_local global i32 0, align 4
@ENOENT = dso_local global i32 0, align 4
@errno = 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/tmpkhsjay_e.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@EMSGSIZE = dso_local global i32 0, align 4
@ENOENT = dso_local global i32 0, align 4
@errno = 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/tmpvthi5k07.c'
source_filename = "/tmp/tmpvthi5k07.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@.str = private unnamed_addr constant [29 x i8] c"/sys/class/gpio/gpio%d/value\00", align 1
@O_WRONLY = dso_local global i32 0, align 4
@.str.1 = private unnamed_addr constant [2 x i8] c"1\00", align 1
@.str.2 = private unnamed_addr constant [2 x i8] c"0\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @gpio_set_value(i32 noundef %0, i32 noundef %1) #0 {
%3 = alloca i32, align 4
%4 = alloca i32, align 4
%5 = alloca i32, align 4
%6 = alloca i32, align 4
%7 = alloca [30 x i8], align 16
store i32 %0, ptr %4, align 4
store i32 %1, ptr %5, align 4
%8 = getelementptr inbounds [30 x i8], ptr %7, i64 0, i64 0
%9 = load i32, ptr %4, align 4
%10 = call i32 @snprintf(ptr noundef %8, i32 noundef 30, ptr noundef @.str, i32 noundef %9)
%11 = getelementptr inbounds [30 x i8], ptr %7, i64 0, i64 0
%12 = load i32, ptr @O_WRONLY, align 4
%13 = call i32 @open(ptr noundef %11, i32 noundef %12)
store i32 %13, ptr %6, align 4
%14 = icmp slt i32 %13, 0
br i1 %14, label %15, label %16
15: ; preds = %2
store i32 -1, ptr %3, align 4
br label %28
16: ; preds = %2
%17 = load i32, ptr %5, align 4
%18 = icmp ne i32 %17, 0
br i1 %18, label %19, label %22
19: ; preds = %16
%20 = load i32, ptr %6, align 4
%21 = call i32 @write(i32 noundef %20, ptr noundef @.str.1, i32 noundef 2)
br label %25
22: ; preds = %16
%23 = load i32, ptr %6, align 4
%24 = call i32 @write(i32 noundef %23, ptr noundef @.str.2, i32 noundef 2)
br label %25
25: ; preds = %22, %19
%26 = load i32, ptr %6, align 4
%27 = call i32 @close(i32 noundef %26)
store i32 0, ptr %3, align 4
br label %28
28: ; preds = %25, %15
%29 = load i32, ptr %3, align 4
ret i32 %29
}
declare i32 @snprintf(ptr noundef, i32 noundef, ptr noundef, i32 noundef) #1
declare i32 @open(ptr noundef, i32 noundef) #1
declare i32 @write(i32 noundef, ptr 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/tmpvthi5k07.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@.str = private unnamed_addr constant [29 x i8] c"/sys/class/gpio/gpio%d/value\00", align 1
@O_WRONLY = dso_local global i32 0, align 4
@.str.1 = private unnamed_addr constant [2 x i8] c"1\00", align 1
@.str.2 = private unnamed_addr constant [2 x i8] c"0\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @gpio_set_value(i32 noundef %0, i32 noundef %1) #0 {
%3 = alloca i32, align 4
%4 = alloca i32, align 4
%5 = alloca i32, align 4
%6 = alloca i32, align 4
%7 = alloca [30 x i8], align 16
store i32 %0, ptr %4, align 4
store i32 %1, ptr %5, align 4
%8 = getelementptr inbounds [30 x i8], ptr %7, i64 0, i64 0
%9 = load i32, ptr %4, align 4
%10 = call i32 @snprintf(ptr noundef %8, i32 noundef 30, ptr noundef @.str, i32 noundef %9)
%11 = getelementptr inbounds [30 x i8], ptr %7, i64 0, i64 0
%12 = load i32, ptr @O_WRONLY, align 4
%13 = call i32 @open(ptr noundef %11, i32 noundef %12)
store i32 %13, ptr %6, align 4
%14 = icmp slt i32 %13, 0
br i1 %14, label %15, label %16
15: ; preds = %2
store i32 -1, ptr %3, align 4
br label %28
16: ; preds = %2
%17 = load i32, ptr %5, align 4
%18 = icmp ne i32 %17, 0
br i1 %18, label %19, label %22
19: ; preds = %16
%20 = load i32, ptr %6, align 4
%21 = call i32 @write(i32 noundef %20, ptr noundef @.str.1, i32 noundef 2)
br label %25
22: ; preds = %16
%23 = load i32, ptr %6, align 4
%24 = call i32 @write(i32 noundef %23, ptr noundef @.str.2, i32 noundef 2)
br label %25
25: ; preds = %22, %19
%26 = load i32, ptr %6, align 4
%27 = call i32 @close(i32 noundef %26)
store i32 0, ptr %3, align 4
br label %28
28: ; preds = %25, %15
%29 = load i32, ptr %3, align 4
ret i32 %29
}
declare i32 @snprintf(ptr noundef, i32 noundef, ptr noundef, i32 noundef) #1
declare i32 @open(ptr noundef, i32 noundef) #1
declare i32 @write(i32 noundef, ptr 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/tmpisekue35.c'
source_filename = "/tmp/tmpisekue35.c"
target datalayout = "e-m:e-p270: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/tmpisekue35.c"
target datalayout = "e-m:e-p270: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/tmp6906m2yt.c'
source_filename = "/tmp/tmp6906m2yt.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-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 void @yyerror(ptr noundef %0) #0 {
%2 = alloca ptr, align 8
store ptr %0, ptr %2, align 8
%3 = load ptr, ptr %2, align 8
%4 = call i32 @printf(ptr noundef @.str, ptr noundef %3)
ret void
}
declare i32 @printf(ptr noundef, ptr noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmp6906m2yt.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-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 void @yyerror(ptr noundef %0) #0 {
%2 = alloca ptr, align 8
store ptr %0, ptr %2, align 8
%3 = load ptr, ptr %2, align 8
%4 = call i32 @printf(ptr noundef @.str, ptr noundef %3)
ret void
}
declare i32 @printf(ptr noundef, ptr noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
|
; ModuleID = '/tmp/tmprlmxpc63.c'
source_filename = "/tmp/tmprlmxpc63.c"
target datalayout = "e-m:e-p270: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.rusage = type { %struct.TYPE_2__ }
%struct.TYPE_2__ = type { double, i32 }
@RUSAGE_SELF = dso_local global i32 0, align 4
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local double @getutime() #0 {
%1 = alloca %struct.rusage, align 8
%2 = load i32, ptr @RUSAGE_SELF, align 4
%3 = call i32 @getrusage(i32 noundef %2, ptr noundef %1)
%4 = getelementptr inbounds %struct.rusage, ptr %1, i32 0, i32 0
%5 = getelementptr inbounds %struct.TYPE_2__, ptr %4, i32 0, i32 0
%6 = load double, ptr %5, align 8
%7 = getelementptr inbounds %struct.rusage, ptr %1, i32 0, i32 0
%8 = getelementptr inbounds %struct.TYPE_2__, ptr %7, i32 0, i32 1
%9 = load i32, ptr %8, align 8
%10 = sitofp i32 %9 to double
%11 = call double @llvm.fmuladd.f64(double %10, double 0x3EB0C6F7A0B5ED8D, double %6)
ret double %11
}
declare i32 @getrusage(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/tmprlmxpc63.c"
target datalayout = "e-m:e-p270: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.rusage = type { %struct.TYPE_2__ }
%struct.TYPE_2__ = type { double, i32 }
@RUSAGE_SELF = dso_local global i32 0, align 4
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local double @getutime() #0 {
%1 = alloca %struct.rusage, align 8
%2 = load i32, ptr @RUSAGE_SELF, align 4
%3 = call i32 @getrusage(i32 noundef %2, ptr noundef %1)
%4 = getelementptr inbounds %struct.rusage, ptr %1, i32 0, i32 0
%5 = getelementptr inbounds %struct.TYPE_2__, ptr %4, i32 0, i32 0
%6 = load double, ptr %5, align 8
%7 = getelementptr inbounds %struct.rusage, ptr %1, i32 0, i32 0
%8 = getelementptr inbounds %struct.TYPE_2__, ptr %7, i32 0, i32 1
%9 = load i32, ptr %8, align 8
%10 = sitofp i32 %9 to double
%11 = call double @llvm.fmuladd.f64(double %10, double 0x3EB0C6F7A0B5ED8D, double %6)
ret double %11
}
declare i32 @getrusage(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/tmp0x8llfsl.c'
source_filename = "/tmp/tmp0x8llfsl.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @msgu_datatable_erase(ptr noundef %0, i64 noundef %1) #0 {
%3 = alloca ptr, align 8
%4 = alloca i64, align 8
store ptr %0, ptr %3, align 8
store i64 %1, ptr %4, align 8
ret i32 -1
}
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmp0x8llfsl.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @msgu_datatable_erase(ptr noundef %0, i64 noundef %1) #0 {
%3 = alloca ptr, align 8
%4 = alloca i64, align 8
store ptr %0, ptr %3, align 8
store i64 %1, ptr %4, align 8
ret i32 -1
}
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
|
; ModuleID = '/tmp/tmp3j70c9d6.c'
source_filename = "/tmp/tmp3j70c9d6.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@.str = private unnamed_addr constant [14 x i8] c"/var/log/wtmp\00", align 1
@optind = dso_local global i64 0, align 8
; 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
store ptr @.str, ptr %6, align 8
%7 = load i32, ptr %4, align 4
%8 = load ptr, ptr %5, align 8
%9 = call i32 @parse_options(i32 noundef %7, ptr noundef %8)
%10 = load i64, ptr @optind, align 8
%11 = load i32, ptr %4, align 4
%12 = sext i32 %11 to i64
%13 = sub nsw i64 %12, %10
%14 = trunc i64 %13 to i32
store i32 %14, ptr %4, align 4
%15 = load i64, ptr @optind, align 8
%16 = load ptr, ptr %5, align 8
%17 = getelementptr inbounds ptr, ptr %16, i64 %15
store ptr %17, ptr %5, align 8
%18 = load i32, ptr %4, align 4
%19 = icmp sgt i32 %18, 0
br i1 %19, label %20, label %24
20: ; preds = %2
%21 = load ptr, ptr %5, align 8
%22 = getelementptr inbounds ptr, ptr %21, i64 0
%23 = load ptr, ptr %22, align 8
store ptr %23, ptr %6, align 8
br label %24
24: ; preds = %20, %2
%25 = load ptr, ptr %6, align 8
%26 = call i32 @trim_wtmp(ptr noundef %25)
ret i32 %26
}
declare i32 @parse_options(i32 noundef, ptr noundef) #1
declare i32 @trim_wtmp(ptr noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmp3j70c9d6.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@.str = private unnamed_addr constant [14 x i8] c"/var/log/wtmp\00", align 1
@optind = dso_local global i64 0, align 8
; 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
store ptr @.str, ptr %6, align 8
%7 = load i32, ptr %4, align 4
%8 = load ptr, ptr %5, align 8
%9 = call i32 @parse_options(i32 noundef %7, ptr noundef %8)
%10 = load i64, ptr @optind, align 8
%11 = load i32, ptr %4, align 4
%12 = sext i32 %11 to i64
%13 = sub nsw i64 %12, %10
%14 = trunc i64 %13 to i32
store i32 %14, ptr %4, align 4
%15 = load i64, ptr @optind, align 8
%16 = load ptr, ptr %5, align 8
%17 = getelementptr inbounds ptr, ptr %16, i64 %15
store ptr %17, ptr %5, align 8
%18 = load i32, ptr %4, align 4
%19 = icmp sgt i32 %18, 0
br i1 %19, label %20, label %24
20: ; preds = %2
%21 = load ptr, ptr %5, align 8
%22 = getelementptr inbounds ptr, ptr %21, i64 0
%23 = load ptr, ptr %22, align 8
store ptr %23, ptr %6, align 8
br label %24
24: ; preds = %20, %2
%25 = load ptr, ptr %6, align 8
%26 = call i32 @trim_wtmp(ptr noundef %25)
ret i32 %26
}
declare i32 @parse_options(i32 noundef, ptr noundef) #1
declare i32 @trim_wtmp(ptr noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
|
; ModuleID = '/tmp/tmpdygdubnb.c'
source_filename = "/tmp/tmpdygdubnb.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @write_param(i32 noundef %0, ptr noundef %1, i32 noundef %2) #0 {
%4 = alloca i32, align 4
%5 = alloca ptr, align 8
%6 = alloca i32, align 4
store i32 %0, ptr %4, align 4
store ptr %1, ptr %5, align 8
store i32 %2, ptr %6, align 4
%7 = load i32, ptr %4, align 4
%8 = call i32 (i32, ...) @write(i32 noundef %7, ptr noundef %6, i32 noundef 4)
%9 = icmp ne i32 %8, 4
br i1 %9, label %10, label %11
10: ; preds = %3
br label %23
11: ; preds = %3
%12 = load i32, ptr %6, align 4
%13 = icmp sgt i32 %12, 0
br i1 %13, label %14, label %23
14: ; preds = %11
%15 = load i32, ptr %4, align 4
%16 = load ptr, ptr %5, align 8
%17 = load i32, ptr %6, align 4
%18 = call i32 (i32, ...) @write(i32 noundef %15, ptr noundef %16, i32 noundef %17)
%19 = load i32, ptr %6, align 4
%20 = icmp ne i32 %18, %19
br i1 %20, label %21, label %22
21: ; preds = %14
br label %23
22: ; preds = %14
br label %23
23: ; preds = %10, %21, %22, %11
ret void
}
declare i32 @write(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/tmpdygdubnb.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @write_param(i32 noundef %0, ptr noundef %1, i32 noundef %2) #0 {
%4 = alloca i32, align 4
%5 = alloca ptr, align 8
%6 = alloca i32, align 4
store i32 %0, ptr %4, align 4
store ptr %1, ptr %5, align 8
store i32 %2, ptr %6, align 4
%7 = load i32, ptr %4, align 4
%8 = call i32 (i32, ...) @write(i32 noundef %7, ptr noundef %6, i32 noundef 4)
%9 = icmp ne i32 %8, 4
br i1 %9, label %10, label %11
10: ; preds = %3
br label %23
11: ; preds = %3
%12 = load i32, ptr %6, align 4
%13 = icmp sgt i32 %12, 0
br i1 %13, label %14, label %23
14: ; preds = %11
%15 = load i32, ptr %4, align 4
%16 = load ptr, ptr %5, align 8
%17 = load i32, ptr %6, align 4
%18 = call i32 (i32, ...) @write(i32 noundef %15, ptr noundef %16, i32 noundef %17)
%19 = load i32, ptr %6, align 4
%20 = icmp ne i32 %18, %19
br i1 %20, label %21, label %22
21: ; preds = %14
br label %23
22: ; preds = %14
br label %23
23: ; preds = %22, %21, %11, %10
ret void
}
declare i32 @write(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/tmpy5wvpttx.c'
source_filename = "/tmp/tmpy5wvpttx.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@.str = private unnamed_addr constant [34 x i8] c"The radius of the circle is: %f.\0A\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local void @seventeen(i32 noundef %0) #0 {
%2 = alloca i32, align 4
store i32 %0, ptr %2, align 4
%3 = load i32, ptr %2, align 4
%4 = sitofp i32 %3 to float
%5 = fdiv float %4, 2.000000e+00
%6 = call i32 @printf(ptr noundef @.str, float noundef %5)
ret void
}
declare i32 @printf(ptr 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"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmpy5wvpttx.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@.str = private unnamed_addr constant [34 x i8] c"The radius of the circle is: %f.\0A\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local void @seventeen(i32 noundef %0) #0 {
%2 = alloca i32, align 4
store i32 %0, ptr %2, align 4
%3 = load i32, ptr %2, align 4
%4 = sitofp i32 %3 to float
%5 = fdiv float %4, 2.000000e+00
%6 = call i32 @printf(ptr noundef @.str, float noundef %5)
ret void
}
declare i32 @printf(ptr 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"}
|
Subsets and Splits