llvm-ir stringlengths 479 303k | llvm-optimized-ir stringlengths 468 303k |
|---|---|
; ModuleID = '/tmp/tmp1n7u24ae.c'
source_filename = "/tmp/tmp1n7u24ae.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@ENOSYS = dso_local global i32 0, align 4
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local void @__longjmp(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 %4, align 4
%6 = icmp eq i32 %5, 0
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 @ENOSYS, align 4
%10 = call i32 @__set_errno(i32 noundef %9)
ret void
}
declare i32 @__set_errno(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/tmp1n7u24ae.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@ENOSYS = dso_local global i32 0, align 4
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local void @__longjmp(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 %4, align 4
%6 = icmp eq i32 %5, 0
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 @ENOSYS, align 4
%10 = call i32 @__set_errno(i32 noundef %9)
ret void
}
declare i32 @__set_errno(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/tmp2klvzp9x.c'
source_filename = "/tmp/tmp2klvzp9x.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @rhtable_destroy(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 @free(ptr noundef %3)
ret void
}
declare i32 @free(ptr noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmp2klvzp9x.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @rhtable_destroy(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 @free(ptr noundef %3)
ret void
}
declare i32 @free(ptr noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
|
; ModuleID = '/tmp/tmpcf2b5he3.c'
source_filename = "/tmp/tmpcf2b5he3.c"
target datalayout = "e-m:e-p270: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/tmpcf2b5he3.c"
target datalayout = "e-m:e-p270: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/tmp5bbxrdyo.c'
source_filename = "/tmp/tmp5bbxrdyo.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@.str = private unnamed_addr constant [3 x i8] c"%d\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @main() #0 {
%1 = alloca i32, align 4
%2 = alloca i32, align 4
%3 = alloca i32, align 4
%4 = alloca i32, align 4
%5 = alloca i32, align 4
store i32 0, ptr %1, align 4
store i32 0, ptr %2, align 4
store i32 0, ptr %3, align 4
store i32 0, ptr %4, align 4
store i32 0, ptr %5, align 4
%6 = call i32 @scanf(ptr noundef @.str, ptr noundef %4)
%7 = load i32, ptr %2, align 4
br label %8
8: ; preds = %17, %0
%9 = load i32, ptr %2, align 4
%10 = load i32, ptr %4, align 4
%11 = icmp slt i32 %9, %10
br i1 %11, label %12, label %20
12: ; preds = %8
%13 = call i32 @scanf(ptr noundef @.str, ptr noundef %3)
%14 = load i32, ptr %3, align 4
%15 = load i32, ptr %5, align 4
%16 = add nsw i32 %15, %14
store i32 %16, ptr %5, align 4
br label %17
17: ; preds = %12
%18 = load i32, ptr %2, align 4
%19 = add nsw i32 %18, 1
store i32 %19, ptr %2, align 4
br label %8, !llvm.loop !6
20: ; preds = %8
%21 = load i32, ptr %5, align 4
%22 = call i32 @printf(ptr noundef @.str, i32 noundef %21)
ret i32 0
}
declare i32 @scanf(ptr noundef, ptr noundef) #1
declare i32 @printf(ptr noundef, i32 noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
!6 = distinct !{!6, !7}
!7 = !{!"llvm.loop.mustprogress"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmp5bbxrdyo.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@.str = private unnamed_addr constant [3 x i8] c"%d\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @main() #0 {
%1 = alloca i32, align 4
%2 = alloca i32, align 4
%3 = alloca i32, align 4
%4 = alloca i32, align 4
%5 = alloca i32, align 4
store i32 0, ptr %1, align 4
store i32 0, ptr %2, align 4
store i32 0, ptr %3, align 4
store i32 0, ptr %4, align 4
store i32 0, ptr %5, align 4
%6 = call i32 @scanf(ptr noundef @.str, ptr noundef %4)
%7 = load i32, ptr %2, align 4
%8 = load i32, ptr %2, align 4
%9 = load i32, ptr %4, align 4
%10 = icmp slt i32 %8, %9
br i1 %10, label %.lr.ph, label %22
.lr.ph: ; preds = %0
br label %11
11: ; preds = %.lr.ph, %16
%12 = call i32 @scanf(ptr noundef @.str, ptr noundef %3)
%13 = load i32, ptr %3, align 4
%14 = load i32, ptr %5, align 4
%15 = add nsw i32 %14, %13
store i32 %15, ptr %5, align 4
br label %16
16: ; preds = %11
%17 = load i32, ptr %2, align 4
%18 = add nsw i32 %17, 1
store i32 %18, ptr %2, align 4
%19 = load i32, ptr %2, align 4
%20 = load i32, ptr %4, align 4
%21 = icmp slt i32 %19, %20
br i1 %21, label %11, label %._crit_edge, !llvm.loop !6
._crit_edge: ; preds = %16
br label %22
22: ; preds = %._crit_edge, %0
%23 = load i32, ptr %5, align 4
%24 = call i32 @printf(ptr noundef @.str, i32 noundef %23)
ret i32 0
}
declare i32 @scanf(ptr noundef, ptr noundef) #1
declare i32 @printf(ptr noundef, i32 noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
!6 = distinct !{!6, !7}
!7 = !{!"llvm.loop.mustprogress"}
|
; ModuleID = '/tmp/tmpzpyjp26l.c'
source_filename = "/tmp/tmpzpyjp26l.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @main() #0 {
%1 = alloca i32, align 4
%2 = alloca [9 x i8], align 1
%3 = alloca i64, align 8
%4 = alloca i64, align 8
%5 = alloca i64, align 8
%6 = alloca i64, align 8
%7 = alloca ptr, align 8
store i32 0, ptr %1, align 4
store i64 8, ptr %3, align 8
%8 = getelementptr inbounds [9 x i8], ptr %2, i64 0, i64 0
%9 = ptrtoint ptr %8 to i64
%10 = load i64, ptr %3, align 8
%11 = add i64 %9, %10
store i64 %11, ptr %4, align 8
%12 = load i64, ptr %4, align 8
%13 = inttoptr i64 %12 to ptr
store i8 0, ptr %13, align 1
store i64 0, ptr %5, align 8
%14 = getelementptr inbounds [9 x i8], ptr %2, i64 0, i64 0
%15 = ptrtoint ptr %14 to i64
%16 = load i64, ptr %5, align 8
%17 = add i64 %15, %16
store i64 %17, ptr %6, align 8
%18 = load i64, ptr %6, align 8
%19 = inttoptr i64 %18 to ptr
store ptr %19, ptr %7, align 8
%20 = load ptr, ptr %7, align 8
%21 = call i32 @parse_expression(ptr noundef %20)
ret i32 0
}
declare i32 @parse_expression(ptr noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmpzpyjp26l.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @main() #0 {
%1 = alloca i32, align 4
%2 = alloca [9 x i8], align 1
%3 = alloca i64, align 8
%4 = alloca i64, align 8
%5 = alloca i64, align 8
%6 = alloca i64, align 8
%7 = alloca ptr, align 8
store i32 0, ptr %1, align 4
store i64 8, ptr %3, align 8
%8 = getelementptr inbounds [9 x i8], ptr %2, i64 0, i64 0
%9 = ptrtoint ptr %8 to i64
%10 = load i64, ptr %3, align 8
%11 = add i64 %9, %10
store i64 %11, ptr %4, align 8
%12 = load i64, ptr %4, align 8
%13 = inttoptr i64 %12 to ptr
store i8 0, ptr %13, align 1
store i64 0, ptr %5, align 8
%14 = getelementptr inbounds [9 x i8], ptr %2, i64 0, i64 0
%15 = ptrtoint ptr %14 to i64
%16 = load i64, ptr %5, align 8
%17 = add i64 %15, %16
store i64 %17, ptr %6, align 8
%18 = load i64, ptr %6, align 8
%19 = inttoptr i64 %18 to ptr
store ptr %19, ptr %7, align 8
%20 = load ptr, ptr %7, align 8
%21 = call i32 @parse_expression(ptr noundef %20)
ret i32 0
}
declare i32 @parse_expression(ptr noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
|
; ModuleID = '/tmp/tmp14868gyt.c'
source_filename = "/tmp/tmp14868gyt.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local void @SPI_init(i32 noundef %0, i32 noundef %1, i32 noundef %2) #0 {
%4 = alloca i32, align 4
%5 = alloca i32, align 4
%6 = alloca i32, align 4
%7 = alloca i32, align 4
%8 = alloca i32, align 4
%9 = alloca i32, align 4
store i32 %0, ptr %4, align 4
store i32 %1, ptr %5, align 4
store i32 %2, ptr %6, align 4
%10 = load i32, ptr %5, align 4
%11 = load i32, ptr %4, align 4
%12 = and i32 %11, 1
%13 = icmp ne i32 %12, 0
br i1 %13, label %14, label %30
14: ; preds = %3
%15 = load volatile i64, ptr inttoptr (i64 3758276608 to ptr), align 8
%16 = and i64 %15, -65281
store volatile i64 %16, ptr inttoptr (i64 3758276608 to ptr), align 8
%17 = load volatile i64, ptr inttoptr (i64 3758276608 to ptr), align 8
%18 = or i64 %17, 5376
store volatile i64 %18, ptr inttoptr (i64 3758276608 to ptr), align 8
store volatile i16 32, ptr inttoptr (i64 3758227456 to ptr), align 2
%19 = call i32 (...) @VPB_get_speed()
%20 = load i32, ptr %6, align 4
%21 = sdiv i32 %19, %20
%22 = add nsw i32 %21, 1
%23 = and i32 %22, -2
store i32 %23, ptr %9, align 4
%24 = load i32, ptr %9, align 4
%25 = icmp slt i32 %24, 8
br i1 %25, label %26, label %27
26: ; preds = %14
store i32 8, ptr %9, align 4
br label %27
27: ; preds = %26, %14
%28 = load i32, ptr %9, align 4
%29 = trunc i32 %28 to i8
store volatile i8 %29, ptr inttoptr (i64 3758227468 to ptr), align 1
br label %30
30: ; preds = %27, %3
%31 = load i32, ptr %4, align 4
%32 = and i32 %31, 2
%33 = icmp ne i32 %32, 0
br i1 %33, label %34, label %67
34: ; preds = %30
%35 = load volatile i8, ptr inttoptr (i64 3758522372 to ptr), align 1
%36 = zext i8 %35 to i32
%37 = and i32 %36, -3
%38 = trunc i32 %37 to i8
store volatile i8 %38, ptr inttoptr (i64 3758522372 to ptr), align 1
store volatile i16 519, ptr inttoptr (i64 3758522368 to ptr), align 2
%39 = load volatile i64, ptr inttoptr (i64 3758276612 to ptr), align 8
%40 = and i64 %39, -13
%41 = or i64 %40, 8
store volatile i64 %41, ptr inttoptr (i64 3758276612 to ptr), align 8
%42 = load volatile i64, ptr inttoptr (i64 3758276612 to ptr), align 8
%43 = and i64 %42, -49
%44 = or i64 %43, 32
store volatile i64 %44, ptr inttoptr (i64 3758276612 to ptr), align 8
%45 = load volatile i64, ptr inttoptr (i64 3758276612 to ptr), align 8
%46 = and i64 %45, -193
%47 = or i64 %46, 128
store volatile i64 %47, ptr inttoptr (i64 3758276612 to ptr), align 8
%48 = call i32 (...) @VPB_get_speed()
%49 = load i32, ptr %6, align 4
%50 = sdiv i32 %48, %49
store i32 %50, ptr %9, align 4
%51 = load i32, ptr %9, align 4
%52 = icmp slt i32 %51, 2
br i1 %52, label %53, label %54
53: ; preds = %34
store i32 2, ptr %9, align 4
br label %54
54: ; preds = %53, %34
%55 = load i32, ptr %9, align 4
%56 = trunc i32 %55 to i8
store volatile i8 %56, ptr inttoptr (i64 3758522384 to ptr), align 1
store volatile i8 2, ptr inttoptr (i64 3758522372 to ptr), align 1
store i32 0, ptr %8, align 4
br label %57
57: ; preds = %63, %54
%58 = load i32, ptr %8, align 4
%59 = icmp slt i32 %58, 8
br i1 %59, label %60, label %66
60: ; preds = %57
%61 = load volatile i16, ptr inttoptr (i64 3758522376 to ptr), align 2
%62 = zext i16 %61 to i32
store i32 %62, ptr %7, align 4
br label %63
63: ; preds = %60
%64 = load i32, ptr %8, align 4
%65 = add nsw i32 %64, 1
store i32 %65, ptr %8, align 4
br label %57, !llvm.loop !6
66: ; preds = %57
br label %67
67: ; preds = %66, %30
ret void
}
declare i32 @VPB_get_speed(...) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"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/tmp14868gyt.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local void @SPI_init(i32 noundef %0, i32 noundef %1, i32 noundef %2) #0 {
%4 = alloca i32, align 4
%5 = alloca i32, align 4
%6 = alloca i32, align 4
%7 = alloca i32, align 4
%8 = alloca i32, align 4
%9 = alloca i32, align 4
store i32 %0, ptr %4, align 4
store i32 %1, ptr %5, align 4
store i32 %2, ptr %6, align 4
%10 = load i32, ptr %5, align 4
%11 = load i32, ptr %4, align 4
%12 = and i32 %11, 1
%13 = icmp ne i32 %12, 0
br i1 %13, label %14, label %30
14: ; preds = %3
%15 = load volatile i64, ptr inttoptr (i64 3758276608 to ptr), align 8
%16 = and i64 %15, -65281
store volatile i64 %16, ptr inttoptr (i64 3758276608 to ptr), align 8
%17 = load volatile i64, ptr inttoptr (i64 3758276608 to ptr), align 8
%18 = or i64 %17, 5376
store volatile i64 %18, ptr inttoptr (i64 3758276608 to ptr), align 8
store volatile i16 32, ptr inttoptr (i64 3758227456 to ptr), align 2
%19 = call i32 (...) @VPB_get_speed()
%20 = load i32, ptr %6, align 4
%21 = sdiv i32 %19, %20
%22 = add nsw i32 %21, 1
%23 = and i32 %22, -2
store i32 %23, ptr %9, align 4
%24 = load i32, ptr %9, align 4
%25 = icmp slt i32 %24, 8
br i1 %25, label %26, label %27
26: ; preds = %14
store i32 8, ptr %9, align 4
br label %27
27: ; preds = %26, %14
%28 = load i32, ptr %9, align 4
%29 = trunc i32 %28 to i8
store volatile i8 %29, ptr inttoptr (i64 3758227468 to ptr), align 1
br label %30
30: ; preds = %27, %3
%31 = load i32, ptr %4, align 4
%32 = and i32 %31, 2
%33 = icmp ne i32 %32, 0
br i1 %33, label %34, label %68
34: ; preds = %30
%35 = load volatile i8, ptr inttoptr (i64 3758522372 to ptr), align 1
%36 = zext i8 %35 to i32
%37 = and i32 %36, -3
%38 = trunc i32 %37 to i8
store volatile i8 %38, ptr inttoptr (i64 3758522372 to ptr), align 1
store volatile i16 519, ptr inttoptr (i64 3758522368 to ptr), align 2
%39 = load volatile i64, ptr inttoptr (i64 3758276612 to ptr), align 8
%40 = and i64 %39, -13
%41 = or i64 %40, 8
store volatile i64 %41, ptr inttoptr (i64 3758276612 to ptr), align 8
%42 = load volatile i64, ptr inttoptr (i64 3758276612 to ptr), align 8
%43 = and i64 %42, -49
%44 = or i64 %43, 32
store volatile i64 %44, ptr inttoptr (i64 3758276612 to ptr), align 8
%45 = load volatile i64, ptr inttoptr (i64 3758276612 to ptr), align 8
%46 = and i64 %45, -193
%47 = or i64 %46, 128
store volatile i64 %47, ptr inttoptr (i64 3758276612 to ptr), align 8
%48 = call i32 (...) @VPB_get_speed()
%49 = load i32, ptr %6, align 4
%50 = sdiv i32 %48, %49
store i32 %50, ptr %9, align 4
%51 = load i32, ptr %9, align 4
%52 = icmp slt i32 %51, 2
br i1 %52, label %53, label %54
53: ; preds = %34
store i32 2, ptr %9, align 4
br label %54
54: ; preds = %53, %34
%55 = load i32, ptr %9, align 4
%56 = trunc i32 %55 to i8
store volatile i8 %56, ptr inttoptr (i64 3758522384 to ptr), align 1
store volatile i8 2, ptr inttoptr (i64 3758522372 to ptr), align 1
store i32 0, ptr %8, align 4
%57 = load i32, ptr %8, align 4
%58 = icmp slt i32 %57, 8
br i1 %58, label %.lr.ph, label %67
.lr.ph: ; preds = %54
br label %59
59: ; preds = %.lr.ph, %62
%60 = load volatile i16, ptr inttoptr (i64 3758522376 to ptr), align 2
%61 = zext i16 %60 to i32
store i32 %61, ptr %7, align 4
br label %62
62: ; preds = %59
%63 = load i32, ptr %8, align 4
%64 = add nsw i32 %63, 1
store i32 %64, ptr %8, align 4
%65 = load i32, ptr %8, align 4
%66 = icmp slt i32 %65, 8
br i1 %66, label %59, label %._crit_edge, !llvm.loop !6
._crit_edge: ; preds = %62
br label %67
67: ; preds = %._crit_edge, %54
br label %68
68: ; preds = %67, %30
ret void
}
declare i32 @VPB_get_speed(...) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"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/tmp8krmxj2a.c'
source_filename = "/tmp/tmp8krmxj2a.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @maddu_variants(i32 noundef 13, i32 noundef 17, i32 noundef 19)
%3 = icmp eq i32 %2, 336
%4 = zext i1 %3 to i32
%5 = call i32 @assert(i32 noundef %4)
ret i32 0
}
declare i32 @assert(i32 noundef) #1
declare i32 @maddu_variants(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/tmp8krmxj2a.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @maddu_variants(i32 noundef 13, i32 noundef 17, i32 noundef 19)
%3 = icmp eq i32 %2, 336
%4 = zext i1 %3 to i32
%5 = call i32 @assert(i32 noundef %4)
ret i32 0
}
declare i32 @assert(i32 noundef) #1
declare i32 @maddu_variants(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/tmpzlaeqk4b.c'
source_filename = "/tmp/tmpzlaeqk4b.c"
target datalayout = "e-m:e-p270: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/tmpzlaeqk4b.c"
target datalayout = "e-m:e-p270: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/tmpbpmh2r34.c'
source_filename = "/tmp/tmpbpmh2r34.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@errno = dso_local global i32 0, align 4
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmpbpmh2r34.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@errno = dso_local global i32 0, align 4
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
|
; ModuleID = '/tmp/tmp4sk07g3f.c'
source_filename = "/tmp/tmp4sk07g3f.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@stderr = dso_local global i32 0, align 4
@.str = private unnamed_addr constant [27 x i8] c"usage: %s [-0|-1|-2] freq\0A\00", align 1
@.str.1 = private unnamed_addr constant [10 x i8] c"*memClock\00", align 1
@FNM_PATHNAME = dso_local global i32 0, align 4
@.str.2 = private unnamed_addr constant [24 x i8] c"No programmable Clock!\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 double, align 8
%7 = alloca double, align 8
%8 = alloca i32, align 4
%9 = alloca i32, align 4
%10 = alloca i32, align 4
%11 = alloca i32, align 4
%12 = alloca i32, align 4
%13 = alloca i32, align 4
%14 = alloca i32, align 4
store i32 0, ptr %3, align 4
store i32 %0, ptr %4, align 4
store ptr %1, ptr %5, align 8
store double 0x416B4F4C80000000, ptr %7, align 8
%15 = load i32, ptr %4, align 4
switch i32 %15, label %31 [
i32 2, label %16
i32 3, label %21
]
16: ; preds = %2
store i32 2, ptr %14, align 4
%17 = load ptr, ptr %5, align 8
%18 = getelementptr inbounds ptr, ptr %17, i64 1
%19 = load ptr, ptr %18, align 8
%20 = call double @atof(ptr noundef %19)
store double %20, ptr %6, align 8
br label %37
21: ; preds = %2
%22 = load ptr, ptr %5, align 8
%23 = getelementptr inbounds ptr, ptr %22, i64 1
%24 = load ptr, ptr %23, align 8
%25 = call double @atof(ptr noundef %24)
%26 = call i32 @abs(double noundef %25)
store i32 %26, ptr %14, align 4
%27 = load ptr, ptr %5, align 8
%28 = getelementptr inbounds ptr, ptr %27, i64 2
%29 = load ptr, ptr %28, align 8
%30 = call double @atof(ptr noundef %29)
store double %30, ptr %6, align 8
br label %37
31: ; preds = %2
%32 = load i32, ptr @stderr, align 4
%33 = load ptr, ptr %5, align 8
%34 = getelementptr inbounds ptr, ptr %33, i64 0
%35 = load ptr, ptr %34, align 8
%36 = call i32 (i32, ptr, ...) @fprintf(i32 noundef %32, ptr noundef @.str, ptr noundef %35)
store i32 1, ptr %3, align 4
br label %96
37: ; preds = %21, %16
store i32 0, ptr %13, align 4
%38 = load ptr, ptr %5, align 8
%39 = getelementptr inbounds ptr, ptr %38, i64 0
%40 = load ptr, ptr %39, align 8
%41 = load i32, ptr @FNM_PATHNAME, align 4
%42 = call i32 @fnmatch(ptr noundef @.str.1, ptr noundef %40, i32 noundef %41)
%43 = icmp ne i32 %42, 0
br i1 %43, label %45, label %44
44: ; preds = %37
store i32 1, ptr %13, align 4
br label %45
45: ; preds = %44, %37
%46 = call i32 (...) @probe_chip()
store i32 %46, ptr %12, align 4
%47 = load i32, ptr %12, align 4
%48 = icmp ne i32 %47, 0
br i1 %48, label %50, label %49
49: ; preds = %45
store i32 1, ptr %3, align 4
br label %96
50: ; preds = %45
%51 = load i32, ptr %12, align 4
%52 = icmp ne i32 %51, 0
%53 = xor i1 %52, true
%54 = zext i1 %53 to i32
%55 = and i32 %54, 16
%56 = icmp ne i32 %55, 0
br i1 %56, label %57, label %60
57: ; preds = %50
%58 = load i32, ptr @stderr, align 4
%59 = call i32 (i32, ptr, ...) @fprintf(i32 noundef %58, ptr noundef @.str.2)
store i32 1, ptr %3, align 4
br label %96
60: ; preds = %50
%61 = load i32, ptr %12, align 4
%62 = and i32 %61, 32
%63 = icmp ne i32 %62, 0
br i1 %63, label %64, label %80
64: ; preds = %60
%65 = load i32, ptr %12, align 4
%66 = load double, ptr %6, align 8
%67 = load double, ptr %7, align 8
%68 = call i32 @compute_clock(i32 noundef %65, double noundef %66, double noundef %67, i32 noundef 63, i32 noundef 127, ptr noundef %8, ptr noundef %9, ptr noundef %10, ptr noundef %11)
%69 = icmp ne i32 %68, 0
br i1 %69, label %79, label %70
70: ; preds = %64
%71 = load i32, ptr %12, align 4
%72 = load i32, ptr %13, align 4
%73 = load i32, ptr %14, align 4
%74 = load i32, ptr %8, align 4
%75 = load i32, ptr %9, align 4
%76 = load i32, ptr %10, align 4
%77 = load i32, ptr %11, align 4
%78 = call i32 @set_clock(i32 noundef %71, i32 noundef %72, i32 noundef %73, i32 noundef %74, i32 noundef %75, i32 noundef %76, i32 noundef %77)
store i32 %78, ptr %3, align 4
br label %96
79: ; preds = %64
store i32 1, ptr %3, align 4
br label %96
80: ; preds = %60
%81 = load i32, ptr %12, align 4
%82 = load double, ptr %6, align 8
%83 = load double, ptr %7, align 8
%84 = call i32 @compute_clock(i32 noundef %81, double noundef %82, double noundef %83, i32 noundef 127, i32 noundef 127, ptr noundef %8, ptr noundef %9, ptr noundef %10, ptr noundef %11)
%85 = icmp ne i32 %84, 0
br i1 %85, label %95, label %86
86: ; preds = %80
%87 = load i32, ptr %12, align 4
%88 = load i32, ptr %13, align 4
%89 = load i32, ptr %14, align 4
%90 = load i32, ptr %8, align 4
%91 = load i32, ptr %9, align 4
%92 = load i32, ptr %10, align 4
%93 = load i32, ptr %11, align 4
%94 = call i32 @set_clock(i32 noundef %87, i32 noundef %88, i32 noundef %89, i32 noundef %90, i32 noundef %91, i32 noundef %92, i32 noundef %93)
store i32 %94, ptr %3, align 4
br label %96
95: ; preds = %80
store i32 1, ptr %3, align 4
br label %96
96: ; preds = %95, %86, %79, %70, %57, %49, %31
%97 = load i32, ptr %3, align 4
ret i32 %97
}
declare double @atof(ptr noundef) #1
declare i32 @abs(double noundef) #1
declare i32 @fprintf(i32 noundef, ptr noundef, ...) #1
declare i32 @fnmatch(ptr noundef, ptr noundef, i32 noundef) #1
declare i32 @probe_chip(...) #1
declare i32 @compute_clock(i32 noundef, double noundef, double noundef, i32 noundef, i32 noundef, ptr noundef, ptr noundef, ptr noundef, ptr noundef) #1
declare i32 @set_clock(i32 noundef, i32 noundef, i32 noundef, i32 noundef, i32 noundef, i32 noundef, i32 noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmp4sk07g3f.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@stderr = dso_local global i32 0, align 4
@.str = private unnamed_addr constant [27 x i8] c"usage: %s [-0|-1|-2] freq\0A\00", align 1
@.str.1 = private unnamed_addr constant [10 x i8] c"*memClock\00", align 1
@FNM_PATHNAME = dso_local global i32 0, align 4
@.str.2 = private unnamed_addr constant [24 x i8] c"No programmable Clock!\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 double, align 8
%7 = alloca double, align 8
%8 = alloca i32, align 4
%9 = alloca i32, align 4
%10 = alloca i32, align 4
%11 = alloca i32, align 4
%12 = alloca i32, align 4
%13 = alloca i32, align 4
%14 = alloca i32, align 4
store i32 0, ptr %3, align 4
store i32 %0, ptr %4, align 4
store ptr %1, ptr %5, align 8
store double 0x416B4F4C80000000, ptr %7, align 8
%15 = load i32, ptr %4, align 4
switch i32 %15, label %31 [
i32 2, label %16
i32 3, label %21
]
16: ; preds = %2
store i32 2, ptr %14, align 4
%17 = load ptr, ptr %5, align 8
%18 = getelementptr inbounds ptr, ptr %17, i64 1
%19 = load ptr, ptr %18, align 8
%20 = call double @atof(ptr noundef %19)
store double %20, ptr %6, align 8
br label %37
21: ; preds = %2
%22 = load ptr, ptr %5, align 8
%23 = getelementptr inbounds ptr, ptr %22, i64 1
%24 = load ptr, ptr %23, align 8
%25 = call double @atof(ptr noundef %24)
%26 = call i32 @abs(double noundef %25)
store i32 %26, ptr %14, align 4
%27 = load ptr, ptr %5, align 8
%28 = getelementptr inbounds ptr, ptr %27, i64 2
%29 = load ptr, ptr %28, align 8
%30 = call double @atof(ptr noundef %29)
store double %30, ptr %6, align 8
br label %37
31: ; preds = %2
%32 = load i32, ptr @stderr, align 4
%33 = load ptr, ptr %5, align 8
%34 = getelementptr inbounds ptr, ptr %33, i64 0
%35 = load ptr, ptr %34, align 8
%36 = call i32 (i32, ptr, ...) @fprintf(i32 noundef %32, ptr noundef @.str, ptr noundef %35)
store i32 1, ptr %3, align 4
br label %96
37: ; preds = %21, %16
store i32 0, ptr %13, align 4
%38 = load ptr, ptr %5, align 8
%39 = getelementptr inbounds ptr, ptr %38, i64 0
%40 = load ptr, ptr %39, align 8
%41 = load i32, ptr @FNM_PATHNAME, align 4
%42 = call i32 @fnmatch(ptr noundef @.str.1, ptr noundef %40, i32 noundef %41)
%43 = icmp ne i32 %42, 0
br i1 %43, label %45, label %44
44: ; preds = %37
store i32 1, ptr %13, align 4
br label %45
45: ; preds = %44, %37
%46 = call i32 (...) @probe_chip()
store i32 %46, ptr %12, align 4
%47 = load i32, ptr %12, align 4
%48 = icmp ne i32 %47, 0
br i1 %48, label %50, label %49
49: ; preds = %45
store i32 1, ptr %3, align 4
br label %96
50: ; preds = %45
%51 = load i32, ptr %12, align 4
%52 = icmp ne i32 %51, 0
%53 = xor i1 %52, true
%54 = zext i1 %53 to i32
%55 = and i32 %54, 16
%56 = icmp ne i32 %55, 0
br i1 %56, label %57, label %60
57: ; preds = %50
%58 = load i32, ptr @stderr, align 4
%59 = call i32 (i32, ptr, ...) @fprintf(i32 noundef %58, ptr noundef @.str.2)
store i32 1, ptr %3, align 4
br label %96
60: ; preds = %50
%61 = load i32, ptr %12, align 4
%62 = and i32 %61, 32
%63 = icmp ne i32 %62, 0
br i1 %63, label %64, label %80
64: ; preds = %60
%65 = load i32, ptr %12, align 4
%66 = load double, ptr %6, align 8
%67 = load double, ptr %7, align 8
%68 = call i32 @compute_clock(i32 noundef %65, double noundef %66, double noundef %67, i32 noundef 63, i32 noundef 127, ptr noundef %8, ptr noundef %9, ptr noundef %10, ptr noundef %11)
%69 = icmp ne i32 %68, 0
br i1 %69, label %79, label %70
70: ; preds = %64
%71 = load i32, ptr %12, align 4
%72 = load i32, ptr %13, align 4
%73 = load i32, ptr %14, align 4
%74 = load i32, ptr %8, align 4
%75 = load i32, ptr %9, align 4
%76 = load i32, ptr %10, align 4
%77 = load i32, ptr %11, align 4
%78 = call i32 @set_clock(i32 noundef %71, i32 noundef %72, i32 noundef %73, i32 noundef %74, i32 noundef %75, i32 noundef %76, i32 noundef %77)
store i32 %78, ptr %3, align 4
br label %96
79: ; preds = %64
store i32 1, ptr %3, align 4
br label %96
80: ; preds = %60
%81 = load i32, ptr %12, align 4
%82 = load double, ptr %6, align 8
%83 = load double, ptr %7, align 8
%84 = call i32 @compute_clock(i32 noundef %81, double noundef %82, double noundef %83, i32 noundef 127, i32 noundef 127, ptr noundef %8, ptr noundef %9, ptr noundef %10, ptr noundef %11)
%85 = icmp ne i32 %84, 0
br i1 %85, label %95, label %86
86: ; preds = %80
%87 = load i32, ptr %12, align 4
%88 = load i32, ptr %13, align 4
%89 = load i32, ptr %14, align 4
%90 = load i32, ptr %8, align 4
%91 = load i32, ptr %9, align 4
%92 = load i32, ptr %10, align 4
%93 = load i32, ptr %11, align 4
%94 = call i32 @set_clock(i32 noundef %87, i32 noundef %88, i32 noundef %89, i32 noundef %90, i32 noundef %91, i32 noundef %92, i32 noundef %93)
store i32 %94, ptr %3, align 4
br label %96
95: ; preds = %80
store i32 1, ptr %3, align 4
br label %96
96: ; preds = %95, %86, %79, %70, %57, %49, %31
%97 = load i32, ptr %3, align 4
ret i32 %97
}
declare double @atof(ptr noundef) #1
declare i32 @abs(double noundef) #1
declare i32 @fprintf(i32 noundef, ptr noundef, ...) #1
declare i32 @fnmatch(ptr noundef, ptr noundef, i32 noundef) #1
declare i32 @probe_chip(...) #1
declare i32 @compute_clock(i32 noundef, double noundef, double noundef, i32 noundef, i32 noundef, ptr noundef, ptr noundef, ptr noundef, ptr noundef) #1
declare i32 @set_clock(i32 noundef, i32 noundef, i32 noundef, i32 noundef, i32 noundef, i32 noundef, i32 noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
|
; ModuleID = '/tmp/tmp9df0fkx3.c'
source_filename = "/tmp/tmp9df0fkx3.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-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"Error allocating memory!\0A\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local void @I2C_WriteByteArray(i8 noundef zeroext %0, i8 noundef signext %1, ptr noundef %2, i32 noundef %3) #0 {
%5 = alloca i8, align 1
%6 = alloca i8, align 1
%7 = alloca ptr, align 8
%8 = alloca i32, align 4
%9 = alloca ptr, align 8
%10 = alloca i32, align 4
store i8 %0, ptr %5, align 1
store i8 %1, ptr %6, align 1
store ptr %2, ptr %7, align 8
store i32 %3, ptr %8, align 4
%11 = load i8, ptr %5, align 1
%12 = call i32 @bcm2835_i2c_setSlaveAddress(i8 noundef zeroext %11)
%13 = load i32, ptr %8, align 4
%14 = zext i32 %13 to i64
%15 = mul i64 1, %14
%16 = trunc i64 %15 to i32
%17 = call i64 @malloc(i32 noundef %16)
%18 = inttoptr i64 %17 to ptr
store ptr %18, ptr %9, align 8
%19 = load ptr, ptr %9, align 8
%20 = icmp eq ptr %19, null
br i1 %20, label %21, label %23
21: ; preds = %4
%22 = call i32 @printf(ptr noundef @.str)
br label %23
23: ; preds = %21, %4
%24 = load i8, ptr %6, align 1
%25 = load ptr, ptr %9, align 8
%26 = getelementptr inbounds i8, ptr %25, i64 0
store i8 %24, ptr %26, align 1
store i32 1, ptr %10, align 4
br label %27
27: ; preds = %41, %23
%28 = load i32, ptr %10, align 4
%29 = load i32, ptr %8, align 4
%30 = icmp ult i32 %28, %29
br i1 %30, label %31, label %44
31: ; preds = %27
%32 = load ptr, ptr %7, align 8
%33 = load i32, ptr %10, align 4
%34 = zext i32 %33 to i64
%35 = getelementptr inbounds i8, ptr %32, i64 %34
%36 = load i8, ptr %35, align 1
%37 = load ptr, ptr %9, align 8
%38 = load i32, ptr %10, align 4
%39 = zext i32 %38 to i64
%40 = getelementptr inbounds i8, ptr %37, i64 %39
store i8 %36, ptr %40, align 1
br label %41
41: ; preds = %31
%42 = load i32, ptr %10, align 4
%43 = add i32 %42, 1
store i32 %43, ptr %10, align 4
br label %27, !llvm.loop !6
44: ; preds = %27
%45 = load ptr, ptr %9, align 8
%46 = load i32, ptr %8, align 4
%47 = call i32 @bcm2835_i2c_write(ptr noundef %45, i32 noundef %46)
ret void
}
declare i32 @bcm2835_i2c_setSlaveAddress(i8 noundef zeroext) #1
declare i64 @malloc(i32 noundef) #1
declare i32 @printf(ptr noundef) #1
declare i32 @bcm2835_i2c_write(ptr noundef, i32 noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
!6 = distinct !{!6, !7}
!7 = !{!"llvm.loop.mustprogress"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmp9df0fkx3.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-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"Error allocating memory!\0A\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local void @I2C_WriteByteArray(i8 noundef zeroext %0, i8 noundef signext %1, ptr noundef %2, i32 noundef %3) #0 {
%5 = alloca i8, align 1
%6 = alloca i8, align 1
%7 = alloca ptr, align 8
%8 = alloca i32, align 4
%9 = alloca ptr, align 8
%10 = alloca i32, align 4
store i8 %0, ptr %5, align 1
store i8 %1, ptr %6, align 1
store ptr %2, ptr %7, align 8
store i32 %3, ptr %8, align 4
%11 = load i8, ptr %5, align 1
%12 = call i32 @bcm2835_i2c_setSlaveAddress(i8 noundef zeroext %11)
%13 = load i32, ptr %8, align 4
%14 = zext i32 %13 to i64
%15 = mul i64 1, %14
%16 = trunc i64 %15 to i32
%17 = call i64 @malloc(i32 noundef %16)
%18 = inttoptr i64 %17 to ptr
store ptr %18, ptr %9, align 8
%19 = load ptr, ptr %9, align 8
%20 = icmp eq ptr %19, null
br i1 %20, label %21, label %23
21: ; preds = %4
%22 = call i32 @printf(ptr noundef @.str)
br label %23
23: ; preds = %21, %4
%24 = load i8, ptr %6, align 1
%25 = load ptr, ptr %9, align 8
%26 = getelementptr inbounds i8, ptr %25, i64 0
store i8 %24, ptr %26, align 1
store i32 1, ptr %10, align 4
%27 = load i32, ptr %10, align 4
%28 = load i32, ptr %8, align 4
%29 = icmp ult i32 %27, %28
br i1 %29, label %.lr.ph, label %46
.lr.ph: ; preds = %23
br label %30
30: ; preds = %.lr.ph, %40
%31 = load ptr, ptr %7, align 8
%32 = load i32, ptr %10, align 4
%33 = zext i32 %32 to i64
%34 = getelementptr inbounds i8, ptr %31, i64 %33
%35 = load i8, ptr %34, align 1
%36 = load ptr, ptr %9, align 8
%37 = load i32, ptr %10, align 4
%38 = zext i32 %37 to i64
%39 = getelementptr inbounds i8, ptr %36, i64 %38
store i8 %35, ptr %39, align 1
br label %40
40: ; preds = %30
%41 = load i32, ptr %10, align 4
%42 = add i32 %41, 1
store i32 %42, ptr %10, align 4
%43 = load i32, ptr %10, align 4
%44 = load i32, ptr %8, align 4
%45 = icmp ult i32 %43, %44
br i1 %45, label %30, label %._crit_edge, !llvm.loop !6
._crit_edge: ; preds = %40
br label %46
46: ; preds = %._crit_edge, %23
%47 = load ptr, ptr %9, align 8
%48 = load i32, ptr %8, align 4
%49 = call i32 @bcm2835_i2c_write(ptr noundef %47, i32 noundef %48)
ret void
}
declare i32 @bcm2835_i2c_setSlaveAddress(i8 noundef zeroext) #1
declare i64 @malloc(i32 noundef) #1
declare i32 @printf(ptr noundef) #1
declare i32 @bcm2835_i2c_write(ptr noundef, i32 noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
!6 = distinct !{!6, !7}
!7 = !{!"llvm.loop.mustprogress"}
|
; ModuleID = '/tmp/tmp8tuki3go.c'
source_filename = "/tmp/tmp8tuki3go.c"
target datalayout = "e-m:e-p270: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/tmp8tuki3go.c"
target datalayout = "e-m:e-p270: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/tmpybur7yvn.c'
source_filename = "/tmp/tmpybur7yvn.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-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"| ___ |\00", align 1
@.str.1 = private unnamed_addr constant [23 x i8] c"| _( )_ |\00", align 1
@.str.2 = private unnamed_addr constant [23 x i8] c"| (__ __) |\00", align 1
@.str.3 = private unnamed_addr constant [23 x i8] c"| ^ |\00", align 1
@.str.4 = private unnamed_addr constant [23 x i8] c"| /_\\ |\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local void @printClub(i32 noundef %0) #0 {
%2 = alloca i32, align 4
store i32 %0, ptr %2, align 4
%3 = load i32, ptr %2, align 4
switch i32 %3, label %14 [
i32 0, label %4
i32 1, label %6
i32 2, label %8
i32 3, label %10
i32 4, label %12
]
4: ; preds = %1
%5 = call i32 @printf(ptr noundef @.str)
br label %14
6: ; preds = %1
%7 = call i32 @printf(ptr noundef @.str.1)
br label %14
8: ; preds = %1
%9 = call i32 @printf(ptr noundef @.str.2)
br label %14
10: ; preds = %1
%11 = call i32 @printf(ptr noundef @.str.3)
br label %14
12: ; preds = %1
%13 = call i32 @printf(ptr noundef @.str.4)
br label %14
14: ; preds = %1, %12, %10, %8, %6, %4
ret void
}
declare i32 @printf(ptr noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmpybur7yvn.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-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"| ___ |\00", align 1
@.str.1 = private unnamed_addr constant [23 x i8] c"| _( )_ |\00", align 1
@.str.2 = private unnamed_addr constant [23 x i8] c"| (__ __) |\00", align 1
@.str.3 = private unnamed_addr constant [23 x i8] c"| ^ |\00", align 1
@.str.4 = private unnamed_addr constant [23 x i8] c"| /_\\ |\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local void @printClub(i32 noundef %0) #0 {
%2 = alloca i32, align 4
store i32 %0, ptr %2, align 4
%3 = load i32, ptr %2, align 4
switch i32 %3, label %14 [
i32 0, label %4
i32 1, label %6
i32 2, label %8
i32 3, label %10
i32 4, label %12
]
4: ; preds = %1
%5 = call i32 @printf(ptr noundef @.str)
br label %14
6: ; preds = %1
%7 = call i32 @printf(ptr noundef @.str.1)
br label %14
8: ; preds = %1
%9 = call i32 @printf(ptr noundef @.str.2)
br label %14
10: ; preds = %1
%11 = call i32 @printf(ptr noundef @.str.3)
br label %14
12: ; preds = %1
%13 = call i32 @printf(ptr noundef @.str.4)
br label %14
14: ; preds = %12, %10, %8, %6, %4, %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"}
|
; ModuleID = '/tmp/tmpgmrkx2_w.c'
source_filename = "/tmp/tmpgmrkx2_w.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @rotate(ptr noundef %0, i32 noundef %1, i32 noundef %2) #0 {
%4 = alloca ptr, align 8
%5 = alloca i32, align 4
%6 = alloca i32, align 4
%7 = alloca i32, align 4
%8 = alloca i32, align 4
store ptr %0, ptr %4, align 8
store i32 %1, ptr %5, align 4
store i32 %2, ptr %6, align 4
store i32 0, ptr %7, align 4
%9 = load i32, ptr %6, align 4
store i32 %9, ptr %8, align 4
%10 = load ptr, ptr %4, align 8
%11 = load i32, ptr %8, align 4
%12 = load i32, ptr %5, align 4
%13 = sub nsw i32 %12, 1
%14 = call i32 @rev(ptr noundef %10, i32 noundef %11, i32 noundef %13)
%15 = load ptr, ptr %4, align 8
%16 = load i32, ptr %7, align 4
%17 = load i32, ptr %8, align 4
%18 = sub nsw i32 %17, 1
%19 = call i32 @rev(ptr noundef %15, i32 noundef %16, i32 noundef %18)
%20 = load ptr, ptr %4, align 8
%21 = load i32, ptr %7, align 4
%22 = load i32, ptr %5, align 4
%23 = sub nsw i32 %22, 1
%24 = call i32 @rev(ptr noundef %20, i32 noundef %21, i32 noundef %23)
ret void
}
declare i32 @rev(ptr noundef, i32 noundef, i32 noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmpgmrkx2_w.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @rotate(ptr noundef %0, i32 noundef %1, i32 noundef %2) #0 {
%4 = alloca ptr, align 8
%5 = alloca i32, align 4
%6 = alloca i32, align 4
%7 = alloca i32, align 4
%8 = alloca i32, align 4
store ptr %0, ptr %4, align 8
store i32 %1, ptr %5, align 4
store i32 %2, ptr %6, align 4
store i32 0, ptr %7, align 4
%9 = load i32, ptr %6, align 4
store i32 %9, ptr %8, align 4
%10 = load ptr, ptr %4, align 8
%11 = load i32, ptr %8, align 4
%12 = load i32, ptr %5, align 4
%13 = sub nsw i32 %12, 1
%14 = call i32 @rev(ptr noundef %10, i32 noundef %11, i32 noundef %13)
%15 = load ptr, ptr %4, align 8
%16 = load i32, ptr %7, align 4
%17 = load i32, ptr %8, align 4
%18 = sub nsw i32 %17, 1
%19 = call i32 @rev(ptr noundef %15, i32 noundef %16, i32 noundef %18)
%20 = load ptr, ptr %4, align 8
%21 = load i32, ptr %7, align 4
%22 = load i32, ptr %5, align 4
%23 = sub nsw i32 %22, 1
%24 = call i32 @rev(ptr noundef %20, i32 noundef %21, i32 noundef %23)
ret void
}
declare i32 @rev(ptr noundef, i32 noundef, i32 noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
|
; ModuleID = '/tmp/tmpkijjvw1p.c'
source_filename = "/tmp/tmpkijjvw1p.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@ip_sprintf.ipbuf = internal global [18 x i8] zeroinitializer, align 16
@.str = private unnamed_addr constant [12 x i8] c"%d.%d.%d.%d\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local ptr @ip_sprintf(i32 noundef %0) #0 {
%2 = alloca i32, align 4
%3 = alloca ptr, align 8
store i32 %0, ptr %2, align 4
store ptr %2, ptr %3, align 8
%4 = load ptr, ptr %3, align 8
%5 = getelementptr inbounds i8, ptr %4, i64 0
%6 = load i8, ptr %5, align 1
%7 = load ptr, ptr %3, align 8
%8 = getelementptr inbounds i8, ptr %7, i64 1
%9 = load i8, ptr %8, align 1
%10 = load ptr, ptr %3, align 8
%11 = getelementptr inbounds i8, ptr %10, i64 2
%12 = load i8, ptr %11, align 1
%13 = load ptr, ptr %3, align 8
%14 = getelementptr inbounds i8, ptr %13, i64 3
%15 = load i8, ptr %14, align 1
%16 = call i32 @sprintf(ptr noundef @ip_sprintf.ipbuf, ptr noundef @.str, i8 noundef zeroext %6, i8 noundef zeroext %9, i8 noundef zeroext %12, i8 noundef zeroext %15)
ret ptr @ip_sprintf.ipbuf
}
declare i32 @sprintf(ptr noundef, ptr noundef, i8 noundef zeroext, i8 noundef zeroext, i8 noundef zeroext, i8 noundef zeroext) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmpkijjvw1p.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@ip_sprintf.ipbuf = internal global [18 x i8] zeroinitializer, align 16
@.str = private unnamed_addr constant [12 x i8] c"%d.%d.%d.%d\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local ptr @ip_sprintf(i32 noundef %0) #0 {
%2 = alloca i32, align 4
%3 = alloca ptr, align 8
store i32 %0, ptr %2, align 4
store ptr %2, ptr %3, align 8
%4 = load ptr, ptr %3, align 8
%5 = getelementptr inbounds i8, ptr %4, i64 0
%6 = load i8, ptr %5, align 1
%7 = load ptr, ptr %3, align 8
%8 = getelementptr inbounds i8, ptr %7, i64 1
%9 = load i8, ptr %8, align 1
%10 = load ptr, ptr %3, align 8
%11 = getelementptr inbounds i8, ptr %10, i64 2
%12 = load i8, ptr %11, align 1
%13 = load ptr, ptr %3, align 8
%14 = getelementptr inbounds i8, ptr %13, i64 3
%15 = load i8, ptr %14, align 1
%16 = call i32 @sprintf(ptr noundef @ip_sprintf.ipbuf, ptr noundef @.str, i8 noundef zeroext %6, i8 noundef zeroext %9, i8 noundef zeroext %12, i8 noundef zeroext %15)
ret ptr @ip_sprintf.ipbuf
}
declare i32 @sprintf(ptr noundef, ptr noundef, i8 noundef zeroext, i8 noundef zeroext, i8 noundef zeroext, i8 noundef zeroext) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
|
; ModuleID = '/tmp/tmpwhzcj81g.c'
source_filename = "/tmp/tmpwhzcj81g.c"
target datalayout = "e-m:e-p270: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
@stdout = dso_local global ptr null, align 8
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmpwhzcj81g.c"
target datalayout = "e-m:e-p270: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
@stdout = dso_local global ptr null, align 8
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
|
; ModuleID = '/tmp/tmp3upi_la2.c'
source_filename = "/tmp/tmp3upi_la2.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @approximatelyEqual(double noundef %0, double noundef %1) #0 {
%3 = alloca i32, align 4
%4 = alloca double, align 8
%5 = alloca double, align 8
%6 = alloca double, align 8
store double %0, ptr %4, align 8
store double %1, ptr %5, align 8
%7 = load double, ptr %4, align 8
%8 = load double, ptr %5, align 8
%9 = fsub double %7, %8
%10 = call double @llvm.fabs.f64(double %9)
%11 = load double, ptr %4, align 8
%12 = call double @llvm.fabs.f64(double %11)
%13 = load double, ptr %5, align 8
%14 = call double @llvm.fabs.f64(double %13)
%15 = fcmp ogt double %12, %14
br i1 %15, label %16, label %19
16: ; preds = %2
%17 = load double, ptr %4, align 8
%18 = call double @llvm.fabs.f64(double %17)
br label %22
19: ; preds = %2
%20 = load double, ptr %5, align 8
%21 = call double @llvm.fabs.f64(double %20)
br label %22
22: ; preds = %19, %16
%23 = phi double [ %18, %16 ], [ %21, %19 ]
%24 = fdiv double %10, %23
store double %24, ptr %6, align 8
%25 = load double, ptr %6, align 8
%26 = fcmp olt double %25, 0x3EB0C6F7A0B5ED8D
br i1 %26, label %27, label %28
27: ; preds = %22
store i32 1, ptr %3, align 4
br label %29
28: ; preds = %22
store i32 0, ptr %3, align 4
br label %29
29: ; preds = %28, %27
%30 = load i32, ptr %3, align 4
ret i32 %30
}
; Function Attrs: nocallback nofree nosync nounwind speculatable willreturn memory(none)
declare double @llvm.fabs.f64(double) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { nocallback nofree nosync nounwind speculatable willreturn memory(none) }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmp3upi_la2.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @approximatelyEqual(double noundef %0, double noundef %1) #0 {
%3 = alloca i32, align 4
%4 = alloca double, align 8
%5 = alloca double, align 8
%6 = alloca double, align 8
store double %0, ptr %4, align 8
store double %1, ptr %5, align 8
%7 = load double, ptr %4, align 8
%8 = load double, ptr %5, align 8
%9 = fsub double %7, %8
%10 = call double @llvm.fabs.f64(double %9)
%11 = load double, ptr %4, align 8
%12 = call double @llvm.fabs.f64(double %11)
%13 = load double, ptr %5, align 8
%14 = call double @llvm.fabs.f64(double %13)
%15 = fcmp ogt double %12, %14
br i1 %15, label %16, label %19
16: ; preds = %2
%17 = load double, ptr %4, align 8
%18 = call double @llvm.fabs.f64(double %17)
br label %22
19: ; preds = %2
%20 = load double, ptr %5, align 8
%21 = call double @llvm.fabs.f64(double %20)
br label %22
22: ; preds = %19, %16
%23 = phi double [ %18, %16 ], [ %21, %19 ]
%24 = fdiv double %10, %23
store double %24, ptr %6, align 8
%25 = load double, ptr %6, align 8
%26 = fcmp olt double %25, 0x3EB0C6F7A0B5ED8D
br i1 %26, label %27, label %28
27: ; preds = %22
store i32 1, ptr %3, align 4
br label %29
28: ; preds = %22
store i32 0, ptr %3, align 4
br label %29
29: ; preds = %28, %27
%30 = load i32, ptr %3, align 4
ret i32 %30
}
; Function Attrs: nocallback nofree nosync nounwind speculatable willreturn memory(none)
declare double @llvm.fabs.f64(double) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { nocallback nofree nosync nounwind speculatable willreturn memory(none) }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
|
; ModuleID = '/tmp/tmpz78iw9xb.c'
source_filename = "/tmp/tmpz78iw9xb.c"
target datalayout = "e-m:e-p270: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/tmpz78iw9xb.c"
target datalayout = "e-m:e-p270: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/tmpjclilmhf.c'
source_filename = "/tmp/tmpjclilmhf.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@.str = private unnamed_addr constant [13 x i8] c"gettimeofday\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local void @std_gettimeofday(ptr noundef %0, ptr noundef %1) #0 {
%3 = alloca ptr, align 8
%4 = alloca ptr, align 8
store ptr %0, ptr %3, align 8
store ptr %1, ptr %4, align 8
%5 = load ptr, ptr %3, align 8
%6 = load ptr, ptr %4, align 8
%7 = call i32 @gettimeofday(ptr noundef %5, ptr noundef %6)
%8 = icmp eq i32 %7, -1
br i1 %8, label %9, label %12
9: ; preds = %2
%10 = call i32 @perror(ptr noundef @.str)
%11 = call i32 @exit(i32 noundef 1) #3
unreachable
12: ; preds = %2
ret void
}
declare i32 @gettimeofday(ptr noundef, ptr noundef) #1
declare i32 @perror(ptr noundef) #1
; Function Attrs: noreturn
declare i32 @exit(i32 noundef) #2
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #2 = { noreturn "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #3 = { noreturn }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmpjclilmhf.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@.str = private unnamed_addr constant [13 x i8] c"gettimeofday\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local void @std_gettimeofday(ptr noundef %0, ptr noundef %1) #0 {
%3 = alloca ptr, align 8
%4 = alloca ptr, align 8
store ptr %0, ptr %3, align 8
store ptr %1, ptr %4, align 8
%5 = load ptr, ptr %3, align 8
%6 = load ptr, ptr %4, align 8
%7 = call i32 @gettimeofday(ptr noundef %5, ptr noundef %6)
%8 = icmp eq i32 %7, -1
br i1 %8, label %9, label %12
9: ; preds = %2
%10 = call i32 @perror(ptr noundef @.str)
%11 = call i32 @exit(i32 noundef 1) #3
unreachable
12: ; preds = %2
ret void
}
declare i32 @gettimeofday(ptr noundef, ptr noundef) #1
declare i32 @perror(ptr noundef) #1
; Function Attrs: noreturn
declare i32 @exit(i32 noundef) #2
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #2 = { noreturn "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #3 = { noreturn }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
|
; ModuleID = '/tmp/tmpyrtqafro.c'
source_filename = "/tmp/tmpyrtqafro.c"
target datalayout = "e-m:e-p270: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 [2 x i8] c"\0A\00", align 1
@.str.1 = private unnamed_addr constant [74 x i8] c"Usage: MM-Suite CreateDenseMatrix [options] <num-rows> <num-cols> <seed>\0A\00", align 1
@.str.2 = private unnamed_addr constant [25 x i8] c"\0AInput/output options:\0A\0A\00", align 1
@.str.3 = private unnamed_addr constant [56 x i8] c" -o STR Output file name. Default: stdout\0A\00", align 1
@.str.4 = private unnamed_addr constant [73 x i8] c" -r Output format will be row per line. Default: False\0A\00", align 1
@.str.5 = private unnamed_addr constant [73 x i8] c" -s Output will be a symmetric matrix. Default: False\0A\00", align 1
@.str.6 = private unnamed_addr constant [83 x i8] c" -d Output will be a diagonally dominant matrix. Default: False\0A\00", align 1
@.str.7 = private unnamed_addr constant [79 x i8] c" -l Lower value for data to put in the matrix. Default: 0.0\0A\00", align 1
@.str.8 = private unnamed_addr constant [76 x i8] c" -m Max value for data to put in the matrix. Default: 1.0\0A\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local void @usageCreateDenseMatrix() #0 {
%1 = load i32, ptr @stderr, align 4
%2 = call i32 @fprintf(i32 noundef %1, ptr noundef @.str)
%3 = load i32, ptr @stderr, align 4
%4 = call i32 @fprintf(i32 noundef %3, ptr noundef @.str.1)
%5 = load i32, ptr @stderr, align 4
%6 = call i32 @fprintf(i32 noundef %5, ptr noundef @.str.2)
%7 = load i32, ptr @stderr, align 4
%8 = call i32 @fprintf(i32 noundef %7, ptr noundef @.str.3)
%9 = load i32, ptr @stderr, align 4
%10 = call i32 @fprintf(i32 noundef %9, ptr noundef @.str.4)
%11 = load i32, ptr @stderr, align 4
%12 = call i32 @fprintf(i32 noundef %11, ptr noundef @.str.5)
%13 = load i32, ptr @stderr, align 4
%14 = call i32 @fprintf(i32 noundef %13, ptr noundef @.str.6)
%15 = load i32, ptr @stderr, align 4
%16 = call i32 @fprintf(i32 noundef %15, ptr noundef @.str.7)
%17 = load i32, ptr @stderr, align 4
%18 = call i32 @fprintf(i32 noundef %17, ptr noundef @.str.8)
%19 = load i32, ptr @stderr, align 4
%20 = call i32 @fprintf(i32 noundef %19, ptr noundef @.str)
ret void
}
declare i32 @fprintf(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/tmpyrtqafro.c"
target datalayout = "e-m:e-p270: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 [2 x i8] c"\0A\00", align 1
@.str.1 = private unnamed_addr constant [74 x i8] c"Usage: MM-Suite CreateDenseMatrix [options] <num-rows> <num-cols> <seed>\0A\00", align 1
@.str.2 = private unnamed_addr constant [25 x i8] c"\0AInput/output options:\0A\0A\00", align 1
@.str.3 = private unnamed_addr constant [56 x i8] c" -o STR Output file name. Default: stdout\0A\00", align 1
@.str.4 = private unnamed_addr constant [73 x i8] c" -r Output format will be row per line. Default: False\0A\00", align 1
@.str.5 = private unnamed_addr constant [73 x i8] c" -s Output will be a symmetric matrix. Default: False\0A\00", align 1
@.str.6 = private unnamed_addr constant [83 x i8] c" -d Output will be a diagonally dominant matrix. Default: False\0A\00", align 1
@.str.7 = private unnamed_addr constant [79 x i8] c" -l Lower value for data to put in the matrix. Default: 0.0\0A\00", align 1
@.str.8 = private unnamed_addr constant [76 x i8] c" -m Max value for data to put in the matrix. Default: 1.0\0A\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local void @usageCreateDenseMatrix() #0 {
%1 = load i32, ptr @stderr, align 4
%2 = call i32 @fprintf(i32 noundef %1, ptr noundef @.str)
%3 = load i32, ptr @stderr, align 4
%4 = call i32 @fprintf(i32 noundef %3, ptr noundef @.str.1)
%5 = load i32, ptr @stderr, align 4
%6 = call i32 @fprintf(i32 noundef %5, ptr noundef @.str.2)
%7 = load i32, ptr @stderr, align 4
%8 = call i32 @fprintf(i32 noundef %7, ptr noundef @.str.3)
%9 = load i32, ptr @stderr, align 4
%10 = call i32 @fprintf(i32 noundef %9, ptr noundef @.str.4)
%11 = load i32, ptr @stderr, align 4
%12 = call i32 @fprintf(i32 noundef %11, ptr noundef @.str.5)
%13 = load i32, ptr @stderr, align 4
%14 = call i32 @fprintf(i32 noundef %13, ptr noundef @.str.6)
%15 = load i32, ptr @stderr, align 4
%16 = call i32 @fprintf(i32 noundef %15, ptr noundef @.str.7)
%17 = load i32, ptr @stderr, align 4
%18 = call i32 @fprintf(i32 noundef %17, ptr noundef @.str.8)
%19 = load i32, ptr @stderr, align 4
%20 = call i32 @fprintf(i32 noundef %19, ptr noundef @.str)
ret void
}
declare i32 @fprintf(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/tmpsyp1wl2o.c'
source_filename = "/tmp/tmpsyp1wl2o.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @Memento_reference(ptr noundef %0) #0 {
%2 = alloca ptr, align 8
store ptr %0, ptr %2, align 8
%3 = load ptr, ptr %2, align 8
ret ptr %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" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmpsyp1wl2o.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @Memento_reference(ptr noundef %0) #0 {
%2 = alloca ptr, align 8
store ptr %0, ptr %2, align 8
%3 = load ptr, ptr %2, align 8
ret ptr %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" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
|
; ModuleID = '/tmp/tmpz8j28qur.c'
source_filename = "/tmp/tmpz8j28qur.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local signext i8 @ReceiveByte() #0 {
%1 = alloca i8, align 1
%2 = call signext i8 (...) @GetCharUART1()
store i8 %2, ptr %1, align 1
%3 = load i8, ptr %1, align 1
%4 = call i32 @SendByteUART1(i8 noundef signext %3)
%5 = load i8, ptr %1, align 1
ret i8 %5
}
declare signext i8 @GetCharUART1(...) #1
declare i32 @SendByteUART1(i8 noundef signext) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmpz8j28qur.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local signext i8 @ReceiveByte() #0 {
%1 = alloca i8, align 1
%2 = call signext i8 (...) @GetCharUART1()
store i8 %2, ptr %1, align 1
%3 = load i8, ptr %1, align 1
%4 = call i32 @SendByteUART1(i8 noundef signext %3)
%5 = load i8, ptr %1, align 1
ret i8 %5
}
declare signext i8 @GetCharUART1(...) #1
declare i32 @SendByteUART1(i8 noundef signext) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
|
; ModuleID = '/tmp/tmpd264d08x.c'
source_filename = "/tmp/tmpd264d08x.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@unum2str.buf = internal global [6 x i8] zeroinitializer, align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local ptr @unum2str(i64 noundef %0) #0 {
%2 = alloca i64, align 8
store i64 %0, ptr %2, align 8
%3 = load i64, ptr %2, align 8
%4 = call i32 @base64_encode_padded(ptr noundef @unum2str.buf, i32 noundef 6, i64 noundef %3)
ret ptr @unum2str.buf
}
declare i32 @base64_encode_padded(ptr noundef, i32 noundef, i64 noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmpd264d08x.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@unum2str.buf = internal global [6 x i8] zeroinitializer, align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local ptr @unum2str(i64 noundef %0) #0 {
%2 = alloca i64, align 8
store i64 %0, ptr %2, align 8
%3 = load i64, ptr %2, align 8
%4 = call i32 @base64_encode_padded(ptr noundef @unum2str.buf, i32 noundef 6, i64 noundef %3)
ret ptr @unum2str.buf
}
declare i32 @base64_encode_padded(ptr noundef, i32 noundef, i64 noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
|
; ModuleID = '/tmp/tmpmg68tc35.c'
source_filename = "/tmp/tmpmg68tc35.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @__hsail_min_f64(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 @isnan(double noundef %6)
%8 = icmp ne i64 %7, 0
br i1 %8, label %9, label %11
9: ; preds = %2
%10 = load double, ptr %5, align 8
store double %10, ptr %3, align 8
br label %25
11: ; preds = %2
%12 = load double, ptr %5, align 8
%13 = call i64 @isnan(double noundef %12)
%14 = icmp ne i64 %13, 0
br i1 %14, label %15, label %17
15: ; preds = %11
%16 = load double, ptr %4, align 8
store double %16, ptr %3, align 8
br label %25
17: ; preds = %11
%18 = load double, ptr %4, align 8
%19 = load double, ptr %5, align 8
%20 = fcmp ogt double %18, %19
br i1 %20, label %21, label %23
21: ; preds = %17
%22 = load double, ptr %5, align 8
store double %22, ptr %3, align 8
br label %25
23: ; preds = %17
%24 = load double, ptr %4, align 8
store double %24, ptr %3, align 8
br label %25
25: ; preds = %23, %21, %15, %9
%26 = load double, ptr %3, align 8
ret double %26
}
declare i64 @isnan(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/tmpmg68tc35.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @__hsail_min_f64(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 @isnan(double noundef %6)
%8 = icmp ne i64 %7, 0
br i1 %8, label %9, label %11
9: ; preds = %2
%10 = load double, ptr %5, align 8
store double %10, ptr %3, align 8
br label %25
11: ; preds = %2
%12 = load double, ptr %5, align 8
%13 = call i64 @isnan(double noundef %12)
%14 = icmp ne i64 %13, 0
br i1 %14, label %15, label %17
15: ; preds = %11
%16 = load double, ptr %4, align 8
store double %16, ptr %3, align 8
br label %25
17: ; preds = %11
%18 = load double, ptr %4, align 8
%19 = load double, ptr %5, align 8
%20 = fcmp ogt double %18, %19
br i1 %20, label %21, label %23
21: ; preds = %17
%22 = load double, ptr %5, align 8
store double %22, ptr %3, align 8
br label %25
23: ; preds = %17
%24 = load double, ptr %4, align 8
store double %24, ptr %3, align 8
br label %25
25: ; preds = %23, %21, %15, %9
%26 = load double, ptr %3, align 8
ret double %26
}
declare i64 @isnan(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/tmpfbbqe1qt.c'
source_filename = "/tmp/tmpfbbqe1qt.c"
target datalayout = "e-m:e-p270: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/tmpfbbqe1qt.c"
target datalayout = "e-m:e-p270: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/tmplgd6aw1m.c'
source_filename = "/tmp/tmplgd6aw1m.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @split_string(ptr noundef %0, i8 noundef signext %1, ptr noundef %2, ptr noundef %3) #0 {
%5 = alloca ptr, align 8
%6 = alloca i8, align 1
%7 = alloca ptr, align 8
%8 = alloca ptr, align 8
store ptr %0, ptr %5, align 8
store i8 %1, ptr %6, align 1
store ptr %2, ptr %7, align 8
store ptr %3, ptr %8, align 8
%9 = load ptr, ptr %5, align 8
%10 = load i8, ptr %6, align 1
%11 = load ptr, ptr %7, align 8
%12 = load ptr, ptr %8, align 8
%13 = call ptr @split_string_c(ptr noundef %9, i8 noundef signext %10, ptr noundef %11, ptr noundef %12, ptr noundef null)
ret ptr %13
}
declare ptr @split_string_c(ptr noundef, i8 noundef signext, 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/tmplgd6aw1m.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @split_string(ptr noundef %0, i8 noundef signext %1, ptr noundef %2, ptr noundef %3) #0 {
%5 = alloca ptr, align 8
%6 = alloca i8, align 1
%7 = alloca ptr, align 8
%8 = alloca ptr, align 8
store ptr %0, ptr %5, align 8
store i8 %1, ptr %6, align 1
store ptr %2, ptr %7, align 8
store ptr %3, ptr %8, align 8
%9 = load ptr, ptr %5, align 8
%10 = load i8, ptr %6, align 1
%11 = load ptr, ptr %7, align 8
%12 = load ptr, ptr %8, align 8
%13 = call ptr @split_string_c(ptr noundef %9, i8 noundef signext %10, ptr noundef %11, ptr noundef %12, ptr noundef null)
ret ptr %13
}
declare ptr @split_string_c(ptr noundef, i8 noundef signext, 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/tmpjgsogajr.c'
source_filename = "/tmp/tmpjgsogajr.c"
target datalayout = "e-m:e-p270: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/tmpjgsogajr.c"
target datalayout = "e-m:e-p270: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/tmp0xod7kw1.c'
source_filename = "/tmp/tmp0xod7kw1.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @avr_sha1_test() #0 {
%1 = call i32 (...) @test_example1()
%2 = call i32 (...) @test_example2()
%3 = call i32 (...) @test_station_data()
ret void
}
declare i32 @test_example1(...) #1
declare i32 @test_example2(...) #1
declare i32 @test_station_data(...) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmp0xod7kw1.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @avr_sha1_test() #0 {
%1 = call i32 (...) @test_example1()
%2 = call i32 (...) @test_example2()
%3 = call i32 (...) @test_station_data()
ret void
}
declare i32 @test_example1(...) #1
declare i32 @test_example2(...) #1
declare i32 @test_station_data(...) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
|
; ModuleID = '/tmp/tmp0op17i3y.c'
source_filename = "/tmp/tmp0op17i3y.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@PATH_MAX = 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/tmp0op17i3y.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@PATH_MAX = 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/tmpfcj7eg9_.c'
source_filename = "/tmp/tmpfcj7eg9_.c"
target datalayout = "e-m:e-p270: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/tmpfcj7eg9_.c"
target datalayout = "e-m:e-p270: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/tmp4x9p0jr9.c'
source_filename = "/tmp/tmp4x9p0jr9.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@.str = private unnamed_addr constant [5 x i8] c"NULL\00", align 1
@.str.1 = private unnamed_addr constant [8 x i8] c"\0A%08X: \00", align 1
@.str.2 = private unnamed_addr constant [6 x i8] c"%02X \00", align 1
@.str.3 = private unnamed_addr constant [2 x i8] c"\0A\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local void @hex_dump(ptr noundef %0, ptr noundef %1, i32 noundef %2) #0 {
%4 = alloca ptr, align 8
%5 = alloca ptr, align 8
%6 = alloca i32, align 4
%7 = alloca i32, align 4
store ptr %0, ptr %4, align 8
store ptr %1, ptr %5, align 8
store i32 %2, ptr %6, align 4
%8 = load ptr, ptr %5, align 8
%9 = icmp eq ptr null, %8
br i1 %9, label %10, label %13
10: ; preds = %3
%11 = load ptr, ptr %4, align 8
%12 = call i32 (ptr, ptr, ...) @fprintf(ptr noundef %11, ptr noundef @.str)
br label %13
13: ; preds = %10, %3
store i32 0, ptr %7, align 4
br label %14
14: ; preds = %39, %13
%15 = load i32, ptr %7, align 4
%16 = load i32, ptr %6, align 4
%17 = icmp slt i32 %15, %16
br i1 %17, label %18, label %42
18: ; preds = %14
%19 = load i32, ptr %7, align 4
%20 = srem i32 %19, 16
%21 = icmp eq i32 %20, 0
br i1 %21, label %22, label %30
22: ; preds = %18
%23 = load ptr, ptr %4, align 8
%24 = load ptr, ptr %5, align 8
%25 = load i32, ptr %7, align 4
%26 = sext i32 %25 to i64
%27 = getelementptr inbounds i8, ptr %24, i64 %26
%28 = ptrtoint ptr %27 to i32
%29 = call i32 (ptr, ptr, ...) @fprintf(ptr noundef %23, ptr noundef @.str.1, i32 noundef %28)
br label %30
30: ; preds = %22, %18
%31 = load ptr, ptr %4, align 8
%32 = load ptr, ptr %5, align 8
%33 = load i32, ptr %7, align 4
%34 = sext i32 %33 to i64
%35 = getelementptr inbounds i8, ptr %32, i64 %34
%36 = load i8, ptr %35, align 1
%37 = sext i8 %36 to i32
%38 = call i32 (ptr, ptr, ...) @fprintf(ptr noundef %31, ptr noundef @.str.2, i32 noundef %37)
br label %39
39: ; preds = %30
%40 = load i32, ptr %7, align 4
%41 = add nsw i32 %40, 1
store i32 %41, ptr %7, align 4
br label %14, !llvm.loop !6
42: ; preds = %14
%43 = load ptr, ptr %4, align 8
%44 = call i32 (ptr, ptr, ...) @fprintf(ptr noundef %43, ptr noundef @.str.3)
ret void
}
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"}
!6 = distinct !{!6, !7}
!7 = !{!"llvm.loop.mustprogress"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmp4x9p0jr9.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@.str = private unnamed_addr constant [5 x i8] c"NULL\00", align 1
@.str.1 = private unnamed_addr constant [8 x i8] c"\0A%08X: \00", align 1
@.str.2 = private unnamed_addr constant [6 x i8] c"%02X \00", align 1
@.str.3 = private unnamed_addr constant [2 x i8] c"\0A\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local void @hex_dump(ptr noundef %0, ptr noundef %1, i32 noundef %2) #0 {
%4 = alloca ptr, align 8
%5 = alloca ptr, align 8
%6 = alloca i32, align 4
%7 = alloca i32, align 4
store ptr %0, ptr %4, align 8
store ptr %1, ptr %5, align 8
store i32 %2, ptr %6, align 4
%8 = load ptr, ptr %5, align 8
%9 = icmp eq ptr null, %8
br i1 %9, label %10, label %13
10: ; preds = %3
%11 = load ptr, ptr %4, align 8
%12 = call i32 (ptr, ptr, ...) @fprintf(ptr noundef %11, ptr noundef @.str)
br label %13
13: ; preds = %10, %3
store i32 0, ptr %7, align 4
%14 = load i32, ptr %7, align 4
%15 = load i32, ptr %6, align 4
%16 = icmp slt i32 %14, %15
br i1 %16, label %.lr.ph, label %44
.lr.ph: ; preds = %13
br label %17
17: ; preds = %.lr.ph, %38
%18 = load i32, ptr %7, align 4
%19 = srem i32 %18, 16
%20 = icmp eq i32 %19, 0
br i1 %20, label %21, label %29
21: ; preds = %17
%22 = load ptr, ptr %4, align 8
%23 = load ptr, ptr %5, align 8
%24 = load i32, ptr %7, align 4
%25 = sext i32 %24 to i64
%26 = getelementptr inbounds i8, ptr %23, i64 %25
%27 = ptrtoint ptr %26 to i32
%28 = call i32 (ptr, ptr, ...) @fprintf(ptr noundef %22, ptr noundef @.str.1, i32 noundef %27)
br label %29
29: ; preds = %21, %17
%30 = load ptr, ptr %4, align 8
%31 = load ptr, ptr %5, align 8
%32 = load i32, ptr %7, align 4
%33 = sext i32 %32 to i64
%34 = getelementptr inbounds i8, ptr %31, i64 %33
%35 = load i8, ptr %34, align 1
%36 = sext i8 %35 to i32
%37 = call i32 (ptr, ptr, ...) @fprintf(ptr noundef %30, ptr noundef @.str.2, i32 noundef %36)
br label %38
38: ; preds = %29
%39 = load i32, ptr %7, align 4
%40 = add nsw i32 %39, 1
store i32 %40, ptr %7, align 4
%41 = load i32, ptr %7, align 4
%42 = load i32, ptr %6, align 4
%43 = icmp slt i32 %41, %42
br i1 %43, label %17, label %._crit_edge, !llvm.loop !6
._crit_edge: ; preds = %38
br label %44
44: ; preds = %._crit_edge, %13
%45 = load ptr, ptr %4, align 8
%46 = call i32 (ptr, ptr, ...) @fprintf(ptr noundef %45, ptr noundef @.str.3)
ret void
}
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"}
!6 = distinct !{!6, !7}
!7 = !{!"llvm.loop.mustprogress"}
|
; ModuleID = '/tmp/tmph4cq9pvf.c'
source_filename = "/tmp/tmph4cq9pvf.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @HibernateLowBatSet(i32 noundef %0) #0 {
%2 = alloca i32, align 4
store i32 %0, ptr %2, align 4
%3 = load i32, ptr %2, align 4
%4 = load volatile i32, ptr inttoptr (i64 1074774032 to ptr), align 4
%5 = and i32 %4, -24737
%6 = or i32 %3, %5
store volatile i32 %6, ptr inttoptr (i64 1074774032 to ptr), align 4
%7 = call i32 (...) @_HibernateWriteComplete()
ret void
}
declare i32 @_HibernateWriteComplete(...) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmph4cq9pvf.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @HibernateLowBatSet(i32 noundef %0) #0 {
%2 = alloca i32, align 4
store i32 %0, ptr %2, align 4
%3 = load i32, ptr %2, align 4
%4 = load volatile i32, ptr inttoptr (i64 1074774032 to ptr), align 4
%5 = and i32 %4, -24737
%6 = or i32 %3, %5
store volatile i32 %6, ptr inttoptr (i64 1074774032 to ptr), align 4
%7 = call i32 (...) @_HibernateWriteComplete()
ret void
}
declare i32 @_HibernateWriteComplete(...) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
|
; ModuleID = '/tmp/tmp1wa00hgw.c'
source_filename = "/tmp/tmp1wa00hgw.c"
target datalayout = "e-m:e-p270: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/tmp1wa00hgw.c"
target datalayout = "e-m:e-p270: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/tmpq18drbbi.c'
source_filename = "/tmp/tmpq18drbbi.c"
target datalayout = "e-m:e-p270: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/tmpq18drbbi.c"
target datalayout = "e-m:e-p270: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/tmpn367ky98.c'
source_filename = "/tmp/tmpn367ky98.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-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"philosopher %d is eating...\0A\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local void @eat(i32 noundef %0) #0 {
%2 = alloca i32, align 4
store i32 %0, ptr %2, align 4
%3 = load i32, ptr %2, align 4
%4 = call i32 @printf(ptr noundef @.str, i32 noundef %3)
ret void
}
declare i32 @printf(ptr noundef, i32 noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmpn367ky98.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-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"philosopher %d is eating...\0A\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local void @eat(i32 noundef %0) #0 {
%2 = alloca i32, align 4
store i32 %0, ptr %2, align 4
%3 = load i32, ptr %2, align 4
%4 = call i32 @printf(ptr noundef @.str, i32 noundef %3)
ret void
}
declare i32 @printf(ptr noundef, i32 noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
|
; ModuleID = '/tmp/tmp4pvdei4s.c'
source_filename = "/tmp/tmp4pvdei4s.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@strregerror.oe = internal global ptr null, align 8
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local ptr @strregerror(i32 noundef %0, ptr noundef %1) #0 {
%3 = alloca i32, align 4
%4 = alloca ptr, align 8
%5 = alloca [1 x i8], align 1
%6 = alloca i64, align 8
store i32 %0, ptr %3, align 4
store ptr %1, ptr %4, align 8
%7 = load ptr, ptr @strregerror.oe, align 8
%8 = icmp ne ptr %7, null
br i1 %8, label %9, label %12
9: ; preds = %2
%10 = load ptr, ptr @strregerror.oe, align 8
%11 = call i32 @free(ptr noundef %10)
br label %12
12: ; preds = %9, %2
%13 = load i32, ptr %3, align 4
%14 = load ptr, ptr %4, align 8
%15 = getelementptr inbounds [1 x i8], ptr %5, i64 0, i64 0
%16 = call i64 @regerror(i32 noundef %13, ptr noundef %14, ptr noundef %15, i64 noundef 0)
store i64 %16, ptr %6, align 8
%17 = load i64, ptr %6, align 8
%18 = call ptr @xmalloc(i64 noundef %17)
store ptr %18, ptr @strregerror.oe, align 8
%19 = load i32, ptr %3, align 4
%20 = load ptr, ptr %4, align 8
%21 = load ptr, ptr @strregerror.oe, align 8
%22 = load i64, ptr %6, align 8
%23 = call i64 @regerror(i32 noundef %19, ptr noundef %20, ptr noundef %21, i64 noundef %22)
%24 = load ptr, ptr @strregerror.oe, align 8
ret ptr %24
}
declare i32 @free(ptr noundef) #1
declare i64 @regerror(i32 noundef, ptr noundef, ptr noundef, i64 noundef) #1
declare ptr @xmalloc(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/tmp4pvdei4s.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@strregerror.oe = internal global ptr null, align 8
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local ptr @strregerror(i32 noundef %0, ptr noundef %1) #0 {
%3 = alloca i32, align 4
%4 = alloca ptr, align 8
%5 = alloca [1 x i8], align 1
%6 = alloca i64, align 8
store i32 %0, ptr %3, align 4
store ptr %1, ptr %4, align 8
%7 = load ptr, ptr @strregerror.oe, align 8
%8 = icmp ne ptr %7, null
br i1 %8, label %9, label %12
9: ; preds = %2
%10 = load ptr, ptr @strregerror.oe, align 8
%11 = call i32 @free(ptr noundef %10)
br label %12
12: ; preds = %9, %2
%13 = load i32, ptr %3, align 4
%14 = load ptr, ptr %4, align 8
%15 = getelementptr inbounds [1 x i8], ptr %5, i64 0, i64 0
%16 = call i64 @regerror(i32 noundef %13, ptr noundef %14, ptr noundef %15, i64 noundef 0)
store i64 %16, ptr %6, align 8
%17 = load i64, ptr %6, align 8
%18 = call ptr @xmalloc(i64 noundef %17)
store ptr %18, ptr @strregerror.oe, align 8
%19 = load i32, ptr %3, align 4
%20 = load ptr, ptr %4, align 8
%21 = load ptr, ptr @strregerror.oe, align 8
%22 = load i64, ptr %6, align 8
%23 = call i64 @regerror(i32 noundef %19, ptr noundef %20, ptr noundef %21, i64 noundef %22)
%24 = load ptr, ptr @strregerror.oe, align 8
ret ptr %24
}
declare i32 @free(ptr noundef) #1
declare i64 @regerror(i32 noundef, ptr noundef, ptr noundef, i64 noundef) #1
declare ptr @xmalloc(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/tmp4_ut9_qc.c'
source_filename = "/tmp/tmp4_ut9_qc.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@.str = private unnamed_addr constant [3 x i8] c"%d\00", align 1
@.str.1 = private unnamed_addr constant [14 x i8] c"%d - %d : %d\0A\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @main() #0 {
%1 = alloca i32, align 4
%2 = alloca i32, align 4
%3 = alloca i32, align 4
store i32 0, ptr %1, align 4
%4 = call i32 @scanf(ptr noundef @.str, ptr noundef %2)
%5 = load i32, ptr %2, align 4
%6 = call i32 @first_larger_prime(i32 noundef %5)
%7 = load i32, ptr %2, align 4
%8 = sub nsw i32 %6, %7
store i32 %8, ptr %3, align 4
%9 = load i32, ptr %2, align 4
%10 = call i32 @first_larger_prime(i32 noundef %9)
%11 = load i32, ptr %2, align 4
%12 = load i32, ptr %3, align 4
%13 = call i32 @printf(ptr noundef @.str.1, i32 noundef %10, i32 noundef %11, i32 noundef %12)
ret i32 0
}
declare i32 @scanf(ptr noundef, ptr noundef) #1
declare i32 @first_larger_prime(i32 noundef) #1
declare i32 @printf(ptr noundef, i32 noundef, i32 noundef, i32 noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmp4_ut9_qc.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@.str = private unnamed_addr constant [3 x i8] c"%d\00", align 1
@.str.1 = private unnamed_addr constant [14 x i8] c"%d - %d : %d\0A\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @main() #0 {
%1 = alloca i32, align 4
%2 = alloca i32, align 4
%3 = alloca i32, align 4
store i32 0, ptr %1, align 4
%4 = call i32 @scanf(ptr noundef @.str, ptr noundef %2)
%5 = load i32, ptr %2, align 4
%6 = call i32 @first_larger_prime(i32 noundef %5)
%7 = load i32, ptr %2, align 4
%8 = sub nsw i32 %6, %7
store i32 %8, ptr %3, align 4
%9 = load i32, ptr %2, align 4
%10 = call i32 @first_larger_prime(i32 noundef %9)
%11 = load i32, ptr %2, align 4
%12 = load i32, ptr %3, align 4
%13 = call i32 @printf(ptr noundef @.str.1, i32 noundef %10, i32 noundef %11, i32 noundef %12)
ret i32 0
}
declare i32 @scanf(ptr noundef, ptr noundef) #1
declare i32 @first_larger_prime(i32 noundef) #1
declare i32 @printf(ptr noundef, i32 noundef, i32 noundef, i32 noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
|
; ModuleID = '/tmp/tmptxgarfsv.c'
source_filename = "/tmp/tmptxgarfsv.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @hey(i8 noundef signext %0) #0 {
%2 = alloca i8, align 1
store i8 %0, ptr %2, align 1
%3 = load i8, ptr %2, align 1
%4 = call i32 @printChar(i8 noundef signext %3)
ret void
}
declare i32 @printChar(i8 noundef signext) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmptxgarfsv.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @hey(i8 noundef signext %0) #0 {
%2 = alloca i8, align 1
store i8 %0, ptr %2, align 1
%3 = load i8, ptr %2, align 1
%4 = call i32 @printChar(i8 noundef signext %3)
ret void
}
declare i32 @printChar(i8 noundef signext) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
|
; ModuleID = '/tmp/tmp36blpsgb.c'
source_filename = "/tmp/tmp36blpsgb.c"
target datalayout = "e-m:e-p270: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/tmp36blpsgb.c"
target datalayout = "e-m:e-p270: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/tmpsa59ic7o.c'
source_filename = "/tmp/tmpsa59ic7o.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @freeProgs(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 @free(ptr noundef %3)
ret void
}
declare i32 @free(ptr noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmpsa59ic7o.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @freeProgs(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 @free(ptr noundef %3)
ret void
}
declare i32 @free(ptr noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
|
; ModuleID = '/tmp/tmp_1e2hvx_.c'
source_filename = "/tmp/tmp_1e2hvx_.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmp_1e2hvx_.c"
target datalayout = "e-m:e-p270: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/tmph04kljk1.c'
source_filename = "/tmp/tmph04kljk1.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @mcfio_close_(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 i32, ptr %3, align 4
%5 = call i32 @mcfioC_Close(i32 noundef %4)
ret void
}
declare i32 @mcfioC_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/tmph04kljk1.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @mcfio_close_(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 i32, ptr %3, align 4
%5 = call i32 @mcfioC_Close(i32 noundef %4)
ret void
}
declare i32 @mcfioC_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/tmp5r406rky.c'
source_filename = "/tmp/tmp5r406rky.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-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"string\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local ptr @gapCalcFromString(ptr noundef %0) #0 {
%2 = alloca ptr, align 8
%3 = alloca ptr, align 8
%4 = alloca ptr, align 8
store ptr %0, ptr %2, align 8
%5 = load ptr, ptr %2, align 8
%6 = call i32 @cloneString(ptr noundef %5)
%7 = call ptr @lineFileOnString(ptr noundef @.str, i32 noundef 1, i32 noundef %6)
store ptr %7, ptr %3, align 8
%8 = load ptr, ptr %3, align 8
%9 = call ptr @gapCalcRead(ptr noundef %8)
store ptr %9, ptr %4, align 8
%10 = call i32 @lineFileClose(ptr noundef %3)
%11 = load ptr, ptr %4, align 8
ret ptr %11
}
declare ptr @lineFileOnString(ptr noundef, i32 noundef, i32 noundef) #1
declare i32 @cloneString(ptr noundef) #1
declare ptr @gapCalcRead(ptr noundef) #1
declare i32 @lineFileClose(ptr noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmp5r406rky.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-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"string\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local ptr @gapCalcFromString(ptr noundef %0) #0 {
%2 = alloca ptr, align 8
%3 = alloca ptr, align 8
%4 = alloca ptr, align 8
store ptr %0, ptr %2, align 8
%5 = load ptr, ptr %2, align 8
%6 = call i32 @cloneString(ptr noundef %5)
%7 = call ptr @lineFileOnString(ptr noundef @.str, i32 noundef 1, i32 noundef %6)
store ptr %7, ptr %3, align 8
%8 = load ptr, ptr %3, align 8
%9 = call ptr @gapCalcRead(ptr noundef %8)
store ptr %9, ptr %4, align 8
%10 = call i32 @lineFileClose(ptr noundef %3)
%11 = load ptr, ptr %4, align 8
ret ptr %11
}
declare ptr @lineFileOnString(ptr noundef, i32 noundef, i32 noundef) #1
declare i32 @cloneString(ptr noundef) #1
declare ptr @gapCalcRead(ptr noundef) #1
declare i32 @lineFileClose(ptr noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
|
; ModuleID = '/tmp/tmpvo3qe9xi.c'
source_filename = "/tmp/tmpvo3qe9xi.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local float @sRGB_EOTF(float noundef %0) #0 {
%2 = alloca float, align 4
%3 = alloca float, align 4
store float %0, ptr %2, align 4
%4 = load float, ptr %2, align 4
%5 = fpext float %4 to double
%6 = fcmp ogt double %5, 4.045000e-02
br i1 %6, label %7, label %14
7: ; preds = %1
%8 = load float, ptr %2, align 4
%9 = fpext float %8 to double
%10 = fadd double %9, 5.500000e-02
%11 = fdiv double %10, 1.055000e+00
%12 = fptrunc double %11 to float
%13 = call float @pow(float noundef %12, double noundef 2.400000e+00)
store float %13, ptr %3, align 4
br label %24
14: ; preds = %1
%15 = load float, ptr %2, align 4
%16 = fcmp ogt float %15, 0.000000e+00
br i1 %16, label %17, label %22
17: ; preds = %14
%18 = load float, ptr %2, align 4
%19 = fpext float %18 to double
%20 = fdiv double %19, 1.292000e+01
%21 = fptrunc double %20 to float
store float %21, ptr %3, align 4
br label %23
22: ; preds = %14
store float 0.000000e+00, ptr %3, align 4
br label %23
23: ; preds = %22, %17
br label %24
24: ; preds = %23, %7
%25 = load float, ptr %3, align 4
ret float %25
}
declare float @pow(float noundef, double noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmpvo3qe9xi.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local float @sRGB_EOTF(float noundef %0) #0 {
%2 = alloca float, align 4
%3 = alloca float, align 4
store float %0, ptr %2, align 4
%4 = load float, ptr %2, align 4
%5 = fpext float %4 to double
%6 = fcmp ogt double %5, 4.045000e-02
br i1 %6, label %7, label %14
7: ; preds = %1
%8 = load float, ptr %2, align 4
%9 = fpext float %8 to double
%10 = fadd double %9, 5.500000e-02
%11 = fdiv double %10, 1.055000e+00
%12 = fptrunc double %11 to float
%13 = call float @pow(float noundef %12, double noundef 2.400000e+00)
store float %13, ptr %3, align 4
br label %24
14: ; preds = %1
%15 = load float, ptr %2, align 4
%16 = fcmp ogt float %15, 0.000000e+00
br i1 %16, label %17, label %22
17: ; preds = %14
%18 = load float, ptr %2, align 4
%19 = fpext float %18 to double
%20 = fdiv double %19, 1.292000e+01
%21 = fptrunc double %20 to float
store float %21, ptr %3, align 4
br label %23
22: ; preds = %14
store float 0.000000e+00, ptr %3, align 4
br label %23
23: ; preds = %22, %17
br label %24
24: ; preds = %23, %7
%25 = load float, ptr %3, align 4
ret float %25
}
declare float @pow(float noundef, double noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
|
; ModuleID = '/tmp/tmpz6xq6cxj.c'
source_filename = "/tmp/tmpz6xq6cxj.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@.str = private unnamed_addr constant [38 x i8] c"allocation failure 1 in smatrix_map()\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local ptr @smatrix_map_2D(i64 noundef %0, i64 noundef %1, i64 noundef %2, i64 noundef %3, ptr noundef %4) #0 {
%6 = alloca i64, align 8
%7 = alloca i64, align 8
%8 = alloca i64, align 8
%9 = alloca i64, align 8
%10 = alloca ptr, align 8
%11 = alloca i64, align 8
%12 = alloca i64, align 8
%13 = alloca i64, align 8
%14 = alloca ptr, align 8
store i64 %0, ptr %6, align 8
store i64 %1, ptr %7, align 8
store i64 %2, ptr %8, align 8
store i64 %3, ptr %9, align 8
store ptr %4, ptr %10, align 8
%15 = load i64, ptr %7, align 8
%16 = load i64, ptr %6, align 8
%17 = sub nsw i64 %15, %16
%18 = add nsw i64 %17, 1
store i64 %18, ptr %12, align 8
%19 = load i64, ptr %9, align 8
%20 = load i64, ptr %8, align 8
%21 = sub nsw i64 %19, %20
%22 = add nsw i64 %21, 1
store i64 %22, ptr %13, align 8
%23 = load i64, ptr %12, align 8
%24 = add nsw i64 %23, 0
%25 = mul i64 %24, 8
%26 = call i64 @malloc(i64 noundef %25)
%27 = inttoptr i64 %26 to ptr
store ptr %27, ptr %14, align 8
%28 = load ptr, ptr %14, align 8
%29 = icmp ne ptr %28, null
br i1 %29, label %32, label %30
30: ; preds = %5
%31 = call i32 @nrerror(ptr noundef @.str)
br label %32
32: ; preds = %30, %5
%33 = load ptr, ptr %14, align 8
%34 = getelementptr inbounds ptr, ptr %33, i64 0
store ptr %34, ptr %14, align 8
%35 = load i64, ptr %6, align 8
%36 = load ptr, ptr %14, align 8
%37 = sub i64 0, %35
%38 = getelementptr inbounds ptr, ptr %36, i64 %37
store ptr %38, ptr %14, align 8
%39 = load ptr, ptr %10, align 8
%40 = getelementptr inbounds ptr, ptr %39, i64 0
%41 = load ptr, ptr %40, align 8
%42 = load ptr, ptr %14, align 8
%43 = load i64, ptr %6, align 8
%44 = getelementptr inbounds ptr, ptr %42, i64 %43
store ptr %41, ptr %44, align 8
%45 = load i64, ptr %8, align 8
%46 = load ptr, ptr %14, align 8
%47 = load i64, ptr %6, align 8
%48 = getelementptr inbounds ptr, ptr %46, i64 %47
%49 = load ptr, ptr %48, align 8
%50 = sub i64 0, %45
%51 = getelementptr inbounds i16, ptr %49, i64 %50
store ptr %51, ptr %48, align 8
%52 = load i64, ptr %6, align 8
%53 = add nsw i64 %52, 1
store i64 %53, ptr %11, align 8
br label %54
54: ; preds = %69, %32
%55 = load i64, ptr %11, align 8
%56 = load i64, ptr %7, align 8
%57 = icmp sle i64 %55, %56
br i1 %57, label %58, label %72
58: ; preds = %54
%59 = load ptr, ptr %14, align 8
%60 = load i64, ptr %11, align 8
%61 = sub nsw i64 %60, 1
%62 = getelementptr inbounds ptr, ptr %59, i64 %61
%63 = load ptr, ptr %62, align 8
%64 = load i64, ptr %13, align 8
%65 = getelementptr inbounds i16, ptr %63, i64 %64
%66 = load ptr, ptr %14, align 8
%67 = load i64, ptr %11, align 8
%68 = getelementptr inbounds ptr, ptr %66, i64 %67
store ptr %65, ptr %68, align 8
br label %69
69: ; preds = %58
%70 = load i64, ptr %11, align 8
%71 = add nsw i64 %70, 1
store i64 %71, ptr %11, align 8
br label %54, !llvm.loop !6
72: ; preds = %54
%73 = load ptr, ptr %14, align 8
ret ptr %73
}
declare i64 @malloc(i64 noundef) #1
declare i32 @nrerror(ptr noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"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/tmpz6xq6cxj.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@.str = private unnamed_addr constant [38 x i8] c"allocation failure 1 in smatrix_map()\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local ptr @smatrix_map_2D(i64 noundef %0, i64 noundef %1, i64 noundef %2, i64 noundef %3, ptr noundef %4) #0 {
%6 = alloca i64, align 8
%7 = alloca i64, align 8
%8 = alloca i64, align 8
%9 = alloca i64, align 8
%10 = alloca ptr, align 8
%11 = alloca i64, align 8
%12 = alloca i64, align 8
%13 = alloca i64, align 8
%14 = alloca ptr, align 8
store i64 %0, ptr %6, align 8
store i64 %1, ptr %7, align 8
store i64 %2, ptr %8, align 8
store i64 %3, ptr %9, align 8
store ptr %4, ptr %10, align 8
%15 = load i64, ptr %7, align 8
%16 = load i64, ptr %6, align 8
%17 = sub nsw i64 %15, %16
%18 = add nsw i64 %17, 1
store i64 %18, ptr %12, align 8
%19 = load i64, ptr %9, align 8
%20 = load i64, ptr %8, align 8
%21 = sub nsw i64 %19, %20
%22 = add nsw i64 %21, 1
store i64 %22, ptr %13, align 8
%23 = load i64, ptr %12, align 8
%24 = add nsw i64 %23, 0
%25 = mul i64 %24, 8
%26 = call i64 @malloc(i64 noundef %25)
%27 = inttoptr i64 %26 to ptr
store ptr %27, ptr %14, align 8
%28 = load ptr, ptr %14, align 8
%29 = icmp ne ptr %28, null
br i1 %29, label %32, label %30
30: ; preds = %5
%31 = call i32 @nrerror(ptr noundef @.str)
br label %32
32: ; preds = %30, %5
%33 = load ptr, ptr %14, align 8
%34 = getelementptr inbounds ptr, ptr %33, i64 0
store ptr %34, ptr %14, align 8
%35 = load i64, ptr %6, align 8
%36 = load ptr, ptr %14, align 8
%37 = sub i64 0, %35
%38 = getelementptr inbounds ptr, ptr %36, i64 %37
store ptr %38, ptr %14, align 8
%39 = load ptr, ptr %10, align 8
%40 = getelementptr inbounds ptr, ptr %39, i64 0
%41 = load ptr, ptr %40, align 8
%42 = load ptr, ptr %14, align 8
%43 = load i64, ptr %6, align 8
%44 = getelementptr inbounds ptr, ptr %42, i64 %43
store ptr %41, ptr %44, align 8
%45 = load i64, ptr %8, align 8
%46 = load ptr, ptr %14, align 8
%47 = load i64, ptr %6, align 8
%48 = getelementptr inbounds ptr, ptr %46, i64 %47
%49 = load ptr, ptr %48, align 8
%50 = sub i64 0, %45
%51 = getelementptr inbounds i16, ptr %49, i64 %50
store ptr %51, ptr %48, align 8
%52 = load i64, ptr %6, align 8
%53 = add nsw i64 %52, 1
store i64 %53, ptr %11, align 8
%54 = load i64, ptr %11, align 8
%55 = load i64, ptr %7, align 8
%56 = icmp sle i64 %54, %55
br i1 %56, label %.lr.ph, label %74
.lr.ph: ; preds = %32
br label %57
57: ; preds = %.lr.ph, %68
%58 = load ptr, ptr %14, align 8
%59 = load i64, ptr %11, align 8
%60 = sub nsw i64 %59, 1
%61 = getelementptr inbounds ptr, ptr %58, i64 %60
%62 = load ptr, ptr %61, align 8
%63 = load i64, ptr %13, align 8
%64 = getelementptr inbounds i16, ptr %62, i64 %63
%65 = load ptr, ptr %14, align 8
%66 = load i64, ptr %11, align 8
%67 = getelementptr inbounds ptr, ptr %65, i64 %66
store ptr %64, ptr %67, align 8
br label %68
68: ; preds = %57
%69 = load i64, ptr %11, align 8
%70 = add nsw i64 %69, 1
store i64 %70, ptr %11, align 8
%71 = load i64, ptr %11, align 8
%72 = load i64, ptr %7, align 8
%73 = icmp sle i64 %71, %72
br i1 %73, label %57, label %._crit_edge, !llvm.loop !6
._crit_edge: ; preds = %68
br label %74
74: ; preds = %._crit_edge, %32
%75 = load ptr, ptr %14, align 8
ret ptr %75
}
declare i64 @malloc(i64 noundef) #1
declare i32 @nrerror(ptr noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"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/tmp6n5a8hsb.c'
source_filename = "/tmp/tmp6n5a8hsb.c"
target datalayout = "e-m:e-p270: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.in_addr = type { i32 }
%struct.netent = type { ptr, i32, i32 }
@stderr = dso_local global i32 0, align 4
@.str = private unnamed_addr constant [20 x i8] c"Usage: %s hostname\0A\00", align 1
@EXIT_FAILURE = dso_local global i32 0, align 4
@.str.1 = private unnamed_addr constant [10 x i8] c"getnetnam\00", align 1
@.str.2 = private unnamed_addr constant [30 x i8] c"Name: %s; type: %d; addr: %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
%7 = alloca %struct.in_addr, 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 ne i32 %8, 2
br i1 %9, label %10, label %18
10: ; preds = %2
%11 = load i32, ptr @stderr, align 4
%12 = load ptr, ptr %5, align 8
%13 = getelementptr inbounds ptr, ptr %12, i64 0
%14 = load ptr, ptr %13, align 8
%15 = call i32 @fprintf(i32 noundef %11, ptr noundef @.str, ptr noundef %14)
%16 = load i32, ptr @EXIT_FAILURE, align 4
%17 = call i32 @exit(i32 noundef %16) #3
unreachable
18: ; preds = %2
%19 = load ptr, ptr %5, align 8
%20 = getelementptr inbounds ptr, ptr %19, i64 1
%21 = load ptr, ptr %20, align 8
%22 = call ptr @my_getnetnam(ptr noundef %21)
store ptr %22, ptr %6, align 8
%23 = load ptr, ptr %6, align 8
%24 = icmp eq ptr %23, null
br i1 %24, label %25, label %29
25: ; preds = %18
%26 = call i32 @perror(ptr noundef @.str.1)
%27 = load i32, ptr @EXIT_FAILURE, align 4
%28 = call i32 @exit(i32 noundef %27) #3
unreachable
29: ; preds = %18
%30 = load ptr, ptr %6, align 8
%31 = getelementptr inbounds %struct.netent, ptr %30, i32 0, i32 2
%32 = load i32, ptr %31, align 4
%33 = getelementptr inbounds %struct.in_addr, ptr %7, i32 0, i32 0
store i32 %32, ptr %33, align 4
%34 = load ptr, ptr %6, align 8
%35 = getelementptr inbounds %struct.netent, ptr %34, i32 0, i32 0
%36 = load ptr, ptr %35, align 8
%37 = load ptr, ptr %6, align 8
%38 = getelementptr inbounds %struct.netent, ptr %37, i32 0, i32 1
%39 = load i32, ptr %38, align 8
%40 = getelementptr inbounds %struct.in_addr, ptr %7, i32 0, i32 0
%41 = load i32, ptr %40, align 4
%42 = call ptr @inet_ntoa(i32 %41)
%43 = call i32 @printf(ptr noundef @.str.2, ptr noundef %36, i32 noundef %39, ptr noundef %42)
%44 = load i32, ptr @EXIT_SUCCESS, align 4
%45 = call i32 @exit(i32 noundef %44) #3
unreachable
}
declare i32 @fprintf(i32 noundef, ptr noundef, ptr noundef) #1
; Function Attrs: noreturn
declare i32 @exit(i32 noundef) #2
declare ptr @my_getnetnam(ptr noundef) #1
declare i32 @perror(ptr noundef) #1
declare i32 @printf(ptr noundef, ptr noundef, i32 noundef, ptr noundef) #1
declare ptr @inet_ntoa(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" }
attributes #1 = { "frame-pointer"="all" "no-trapping-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/tmp6n5a8hsb.c"
target datalayout = "e-m:e-p270: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.in_addr = type { i32 }
%struct.netent = type { ptr, i32, i32 }
@stderr = dso_local global i32 0, align 4
@.str = private unnamed_addr constant [20 x i8] c"Usage: %s hostname\0A\00", align 1
@EXIT_FAILURE = dso_local global i32 0, align 4
@.str.1 = private unnamed_addr constant [10 x i8] c"getnetnam\00", align 1
@.str.2 = private unnamed_addr constant [30 x i8] c"Name: %s; type: %d; addr: %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
%7 = alloca %struct.in_addr, 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 ne i32 %8, 2
br i1 %9, label %10, label %18
10: ; preds = %2
%11 = load i32, ptr @stderr, align 4
%12 = load ptr, ptr %5, align 8
%13 = getelementptr inbounds ptr, ptr %12, i64 0
%14 = load ptr, ptr %13, align 8
%15 = call i32 @fprintf(i32 noundef %11, ptr noundef @.str, ptr noundef %14)
%16 = load i32, ptr @EXIT_FAILURE, align 4
%17 = call i32 @exit(i32 noundef %16) #3
unreachable
18: ; preds = %2
%19 = load ptr, ptr %5, align 8
%20 = getelementptr inbounds ptr, ptr %19, i64 1
%21 = load ptr, ptr %20, align 8
%22 = call ptr @my_getnetnam(ptr noundef %21)
store ptr %22, ptr %6, align 8
%23 = load ptr, ptr %6, align 8
%24 = icmp eq ptr %23, null
br i1 %24, label %25, label %29
25: ; preds = %18
%26 = call i32 @perror(ptr noundef @.str.1)
%27 = load i32, ptr @EXIT_FAILURE, align 4
%28 = call i32 @exit(i32 noundef %27) #3
unreachable
29: ; preds = %18
%30 = load ptr, ptr %6, align 8
%31 = getelementptr inbounds %struct.netent, ptr %30, i32 0, i32 2
%32 = load i32, ptr %31, align 4
%33 = getelementptr inbounds %struct.in_addr, ptr %7, i32 0, i32 0
store i32 %32, ptr %33, align 4
%34 = load ptr, ptr %6, align 8
%35 = getelementptr inbounds %struct.netent, ptr %34, i32 0, i32 0
%36 = load ptr, ptr %35, align 8
%37 = load ptr, ptr %6, align 8
%38 = getelementptr inbounds %struct.netent, ptr %37, i32 0, i32 1
%39 = load i32, ptr %38, align 8
%40 = getelementptr inbounds %struct.in_addr, ptr %7, i32 0, i32 0
%41 = load i32, ptr %40, align 4
%42 = call ptr @inet_ntoa(i32 %41)
%43 = call i32 @printf(ptr noundef @.str.2, ptr noundef %36, i32 noundef %39, ptr noundef %42)
%44 = load i32, ptr @EXIT_SUCCESS, align 4
%45 = call i32 @exit(i32 noundef %44) #3
unreachable
}
declare i32 @fprintf(i32 noundef, ptr noundef, ptr noundef) #1
; Function Attrs: noreturn
declare i32 @exit(i32 noundef) #2
declare ptr @my_getnetnam(ptr noundef) #1
declare i32 @perror(ptr noundef) #1
declare i32 @printf(ptr noundef, ptr noundef, i32 noundef, ptr noundef) #1
declare ptr @inet_ntoa(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" }
attributes #1 = { "frame-pointer"="all" "no-trapping-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/tmpd9u01w4j.c'
source_filename = "/tmp/tmpd9u01w4j.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @test(ptr noundef %0, i32 noundef %1, ptr noundef %2, i32 noundef %3) #0 {
%5 = alloca ptr, align 8
%6 = alloca i32, align 4
%7 = alloca ptr, align 8
%8 = alloca i32, align 4
%9 = alloca ptr, align 8
%10 = alloca i32, align 4
store ptr %0, ptr %5, align 8
store i32 %1, ptr %6, align 4
store ptr %2, ptr %7, align 8
store i32 %3, ptr %8, align 4
%11 = load ptr, ptr %7, align 8
%12 = load i32, ptr %8, align 4
%13 = load ptr, ptr %5, align 8
%14 = load i32, ptr %6, align 4
%15 = call ptr @memchr(ptr noundef %13, i8 noundef signext 0, i32 noundef %14)
store ptr %15, ptr %9, align 8
%16 = load ptr, ptr %9, align 8
%17 = icmp ne ptr %16, null
br i1 %17, label %18, label %48
18: ; preds = %4
%19 = load ptr, ptr %5, align 8
%20 = load i32, ptr %6, align 4
%21 = sub nsw i32 %20, 1
%22 = sext i32 %21 to i64
%23 = getelementptr inbounds i8, ptr %19, i64 %22
%24 = load i8, ptr %23, align 1
%25 = icmp ne i8 %24, 0
br i1 %25, label %48, label %26
26: ; preds = %18
%27 = load i32, ptr %6, align 4
%28 = sext i32 %27 to i64
%29 = load ptr, ptr %9, align 8
%30 = load ptr, ptr %5, align 8
%31 = ptrtoint ptr %29 to i64
%32 = ptrtoint ptr %30 to i64
%33 = sub i64 %31, %32
%34 = add nsw i64 2, %33
%35 = load ptr, ptr %9, align 8
%36 = getelementptr inbounds i8, ptr %35, i64 1
%37 = call i64 @strlen(ptr noundef %36)
%38 = trunc i64 %37 to i32
%39 = sext i32 %38 to i64
%40 = add nsw i64 %34, %39
%41 = icmp eq i64 %28, %40
br i1 %41, label %42, label %48
42: ; preds = %26
%43 = load ptr, ptr %5, align 8
%44 = load i32, ptr %6, align 4
%45 = call ptr @memchr(ptr noundef %43, i8 noundef signext 10, i32 noundef %44)
%46 = icmp ne ptr %45, null
%47 = xor i1 %46, true
br label %48
48: ; preds = %42, %26, %18, %4
%49 = phi i1 [ false, %26 ], [ false, %18 ], [ false, %4 ], [ %47, %42 ]
%50 = zext i1 %49 to i32
store i32 %50, ptr %10, align 4
%51 = load i32, ptr %10, align 4
ret i32 %51
}
declare ptr @memchr(ptr noundef, i8 noundef signext, i32 noundef) #1
declare i64 @strlen(ptr noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmpd9u01w4j.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @test(ptr noundef %0, i32 noundef %1, ptr noundef %2, i32 noundef %3) #0 {
%5 = alloca ptr, align 8
%6 = alloca i32, align 4
%7 = alloca ptr, align 8
%8 = alloca i32, align 4
%9 = alloca ptr, align 8
%10 = alloca i32, align 4
store ptr %0, ptr %5, align 8
store i32 %1, ptr %6, align 4
store ptr %2, ptr %7, align 8
store i32 %3, ptr %8, align 4
%11 = load ptr, ptr %7, align 8
%12 = load i32, ptr %8, align 4
%13 = load ptr, ptr %5, align 8
%14 = load i32, ptr %6, align 4
%15 = call ptr @memchr(ptr noundef %13, i8 noundef signext 0, i32 noundef %14)
store ptr %15, ptr %9, align 8
%16 = load ptr, ptr %9, align 8
%17 = icmp ne ptr %16, null
br i1 %17, label %18, label %48
18: ; preds = %4
%19 = load ptr, ptr %5, align 8
%20 = load i32, ptr %6, align 4
%21 = sub nsw i32 %20, 1
%22 = sext i32 %21 to i64
%23 = getelementptr inbounds i8, ptr %19, i64 %22
%24 = load i8, ptr %23, align 1
%25 = icmp ne i8 %24, 0
br i1 %25, label %48, label %26
26: ; preds = %18
%27 = load i32, ptr %6, align 4
%28 = sext i32 %27 to i64
%29 = load ptr, ptr %9, align 8
%30 = load ptr, ptr %5, align 8
%31 = ptrtoint ptr %29 to i64
%32 = ptrtoint ptr %30 to i64
%33 = sub i64 %31, %32
%34 = add nsw i64 2, %33
%35 = load ptr, ptr %9, align 8
%36 = getelementptr inbounds i8, ptr %35, i64 1
%37 = call i64 @strlen(ptr noundef %36)
%38 = trunc i64 %37 to i32
%39 = sext i32 %38 to i64
%40 = add nsw i64 %34, %39
%41 = icmp eq i64 %28, %40
br i1 %41, label %42, label %48
42: ; preds = %26
%43 = load ptr, ptr %5, align 8
%44 = load i32, ptr %6, align 4
%45 = call ptr @memchr(ptr noundef %43, i8 noundef signext 10, i32 noundef %44)
%46 = icmp ne ptr %45, null
%47 = xor i1 %46, true
br label %48
48: ; preds = %42, %26, %18, %4
%49 = phi i1 [ false, %26 ], [ false, %18 ], [ false, %4 ], [ %47, %42 ]
%50 = zext i1 %49 to i32
store i32 %50, ptr %10, align 4
%51 = load i32, ptr %10, align 4
ret i32 %51
}
declare ptr @memchr(ptr noundef, i8 noundef signext, i32 noundef) #1
declare i64 @strlen(ptr noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
|
; ModuleID = '/tmp/tmp37jxmy1t.c'
source_filename = "/tmp/tmp37jxmy1t.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @addMatrices(ptr noundef %0, ptr noundef %1, i32 noundef %2, i32 noundef %3) #0 {
%5 = alloca ptr, align 8
%6 = alloca ptr, align 8
%7 = alloca i32, align 4
%8 = alloca i32, align 4
%9 = alloca ptr, align 8
%10 = alloca i32, align 4
%11 = 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
%12 = load i32, ptr %7, align 4
%13 = load i32, ptr %8, align 4
%14 = call ptr @allocateMatrix(i32 noundef %12, i32 noundef %13)
store ptr %14, ptr %9, align 8
store i32 0, ptr %10, align 4
br label %15
15: ; preds = %56, %4
%16 = load i32, ptr %10, align 4
%17 = load i32, ptr %7, align 4
%18 = icmp slt i32 %16, %17
br i1 %18, label %19, label %59
19: ; preds = %15
store i32 0, ptr %11, align 4
br label %20
20: ; preds = %52, %19
%21 = load i32, ptr %11, align 4
%22 = load i32, ptr %8, align 4
%23 = icmp slt i32 %21, %22
br i1 %23, label %24, label %55
24: ; preds = %20
%25 = load ptr, ptr %5, align 8
%26 = load i32, ptr %10, align 4
%27 = sext i32 %26 to i64
%28 = getelementptr inbounds ptr, ptr %25, i64 %27
%29 = load ptr, ptr %28, align 8
%30 = load i32, ptr %11, align 4
%31 = sext i32 %30 to i64
%32 = getelementptr inbounds i32, ptr %29, i64 %31
%33 = load i32, ptr %32, align 4
%34 = load ptr, ptr %6, align 8
%35 = load i32, ptr %10, align 4
%36 = sext i32 %35 to i64
%37 = getelementptr inbounds ptr, ptr %34, i64 %36
%38 = load ptr, ptr %37, align 8
%39 = load i32, ptr %11, align 4
%40 = sext i32 %39 to i64
%41 = getelementptr inbounds i32, ptr %38, i64 %40
%42 = load i32, ptr %41, align 4
%43 = add nsw i32 %33, %42
%44 = load ptr, ptr %9, align 8
%45 = load i32, ptr %10, align 4
%46 = sext i32 %45 to i64
%47 = getelementptr inbounds ptr, ptr %44, i64 %46
%48 = load ptr, ptr %47, align 8
%49 = load i32, ptr %11, align 4
%50 = sext i32 %49 to i64
%51 = getelementptr inbounds i32, ptr %48, i64 %50
store i32 %43, ptr %51, align 4
br label %52
52: ; preds = %24
%53 = load i32, ptr %11, align 4
%54 = add nsw i32 %53, 1
store i32 %54, ptr %11, align 4
br label %20, !llvm.loop !6
55: ; preds = %20
br label %56
56: ; preds = %55
%57 = load i32, ptr %10, align 4
%58 = add nsw i32 %57, 1
store i32 %58, ptr %10, align 4
br label %15, !llvm.loop !8
59: ; preds = %15
%60 = load ptr, ptr %9, align 8
ret ptr %60
}
declare ptr @allocateMatrix(i32 noundef, i32 noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
!6 = distinct !{!6, !7}
!7 = !{!"llvm.loop.mustprogress"}
!8 = distinct !{!8, !7}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmp37jxmy1t.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @addMatrices(ptr noundef %0, ptr noundef %1, i32 noundef %2, i32 noundef %3) #0 {
%5 = alloca ptr, align 8
%6 = alloca ptr, align 8
%7 = alloca i32, align 4
%8 = alloca i32, align 4
%9 = alloca ptr, align 8
%10 = alloca i32, align 4
%11 = 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
%12 = load i32, ptr %7, align 4
%13 = load i32, ptr %8, align 4
%14 = call ptr @allocateMatrix(i32 noundef %12, i32 noundef %13)
store ptr %14, ptr %9, align 8
store i32 0, ptr %10, align 4
%15 = load i32, ptr %10, align 4
%16 = load i32, ptr %7, align 4
%17 = icmp slt i32 %15, %16
br i1 %17, label %.lr.ph2, label %63
.lr.ph2: ; preds = %4
br label %18
18: ; preds = %.lr.ph2, %57
store i32 0, ptr %11, align 4
%19 = load i32, ptr %11, align 4
%20 = load i32, ptr %8, align 4
%21 = icmp slt i32 %19, %20
br i1 %21, label %.lr.ph, label %56
.lr.ph: ; preds = %18
br label %22
22: ; preds = %.lr.ph, %50
%23 = load ptr, ptr %5, align 8
%24 = load i32, ptr %10, align 4
%25 = sext i32 %24 to i64
%26 = getelementptr inbounds ptr, ptr %23, i64 %25
%27 = load ptr, ptr %26, align 8
%28 = load i32, ptr %11, align 4
%29 = sext i32 %28 to i64
%30 = getelementptr inbounds i32, ptr %27, i64 %29
%31 = load i32, ptr %30, align 4
%32 = load ptr, ptr %6, align 8
%33 = load i32, ptr %10, align 4
%34 = sext i32 %33 to i64
%35 = getelementptr inbounds ptr, ptr %32, i64 %34
%36 = load ptr, ptr %35, align 8
%37 = load i32, ptr %11, align 4
%38 = sext i32 %37 to i64
%39 = getelementptr inbounds i32, ptr %36, i64 %38
%40 = load i32, ptr %39, align 4
%41 = add nsw i32 %31, %40
%42 = load ptr, ptr %9, align 8
%43 = load i32, ptr %10, align 4
%44 = sext i32 %43 to i64
%45 = getelementptr inbounds ptr, ptr %42, i64 %44
%46 = load ptr, ptr %45, align 8
%47 = load i32, ptr %11, align 4
%48 = sext i32 %47 to i64
%49 = getelementptr inbounds i32, ptr %46, i64 %48
store i32 %41, ptr %49, align 4
br label %50
50: ; preds = %22
%51 = load i32, ptr %11, align 4
%52 = add nsw i32 %51, 1
store i32 %52, ptr %11, align 4
%53 = load i32, ptr %11, align 4
%54 = load i32, ptr %8, align 4
%55 = icmp slt i32 %53, %54
br i1 %55, label %22, label %._crit_edge, !llvm.loop !6
._crit_edge: ; preds = %50
br label %56
56: ; preds = %._crit_edge, %18
br label %57
57: ; preds = %56
%58 = load i32, ptr %10, align 4
%59 = add nsw i32 %58, 1
store i32 %59, ptr %10, align 4
%60 = load i32, ptr %10, align 4
%61 = load i32, ptr %7, align 4
%62 = icmp slt i32 %60, %61
br i1 %62, label %18, label %._crit_edge3, !llvm.loop !8
._crit_edge3: ; preds = %57
br label %63
63: ; preds = %._crit_edge3, %4
%64 = load ptr, ptr %9, align 8
ret ptr %64
}
declare ptr @allocateMatrix(i32 noundef, i32 noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
!6 = distinct !{!6, !7}
!7 = !{!"llvm.loop.mustprogress"}
!8 = distinct !{!8, !7}
|
; ModuleID = '/tmp/tmpi1m2_6jt.c'
source_filename = "/tmp/tmpi1m2_6jt.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @cause_calamity() #0 {
%1 = call i32 (...) @cause_segfault()
ret void
}
declare i32 @cause_segfault(...) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmpi1m2_6jt.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @cause_calamity() #0 {
%1 = call i32 (...) @cause_segfault()
ret void
}
declare i32 @cause_segfault(...) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
|
; ModuleID = '/tmp/tmprp2ol5bb.c'
source_filename = "/tmp/tmprp2ol5bb.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-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.710000e+02, double %11, double -0.000000e+00)
store double %12, ptr %2, align 8
%13 = load double, ptr %2, align 8
%14 = call double @gamma(double noundef %13)
store double %14, ptr %3, align 8
%15 = load double, ptr %3, align 8
%16 = load double, ptr %3, align 8
%17 = fcmp une double %15, %16
br i1 %17, label %18, label %20
18: ; preds = %10
%19 = call i32 @printf(ptr noundef @.str)
br label %24
20: ; preds = %10
br label %21
21: ; preds = %20
%22 = load i32, ptr %5, align 4
%23 = add nsw i32 %22, 1
store i32 %23, ptr %5, align 4
br label %7, !llvm.loop !6
24: ; preds = %18, %7
%25 = call double (...) @tic()
%26 = load double, ptr %4, align 8
%27 = fsub double %25, %26
store double %27, ptr %1, align 8
%28 = load double, ptr %3, align 8
%29 = load double, ptr %3, align 8
%30 = fcmp une double %28, %29
br i1 %30, label %31, label %33
31: ; preds = %24
%32 = call i32 @printf(ptr noundef @.str)
br label %33
33: ; preds = %31, %24
%34 = load double, ptr %1, align 8
ret double %34
}
declare double @tic(...) #1
declare double @rand_double(...) #1
; Function Attrs: nocallback nofree nosync nounwind speculatable willreturn memory(none)
declare double @llvm.fmuladd.f64(double, double, double) #2
declare double @gamma(double noundef) #1
declare i32 @printf(ptr noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #2 = { nocallback nofree nosync nounwind speculatable willreturn memory(none) }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
!6 = distinct !{!6, !7}
!7 = !{!"llvm.loop.mustprogress"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmprp2ol5bb.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-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.710000e+02, double %10, double -0.000000e+00)
store double %11, ptr %2, align 8
%12 = load double, ptr %2, align 8
%13 = call double @gamma(double noundef %12)
store double %13, ptr %3, align 8
%14 = load double, ptr %3, align 8
%15 = load double, ptr %3, align 8
%16 = fcmp une double %14, %15
br i1 %16, label %17, label %19
17: ; preds = %9
%18 = call i32 @printf(ptr noundef @.str)
br label %25
19: ; preds = %9
br label %20
20: ; preds = %19
%21 = load i32, ptr %5, align 4
%22 = add nsw i32 %21, 1
store i32 %22, ptr %5, align 4
%23 = load i32, ptr %5, align 4
%24 = icmp slt i32 %23, 1000000
br i1 %24, label %9, label %..loopexit_crit_edge, !llvm.loop !6
..loopexit_crit_edge: ; preds = %20
br label %.loopexit
.loopexit: ; preds = %..loopexit_crit_edge, %0
br label %25
25: ; preds = %.loopexit, %17
%26 = call double (...) @tic()
%27 = load double, ptr %4, align 8
%28 = fsub double %26, %27
store double %28, ptr %1, align 8
%29 = load double, ptr %3, align 8
%30 = load double, ptr %3, align 8
%31 = fcmp une double %29, %30
br i1 %31, label %32, label %34
32: ; preds = %25
%33 = call i32 @printf(ptr noundef @.str)
br label %34
34: ; preds = %32, %25
%35 = load double, ptr %1, align 8
ret double %35
}
declare double @tic(...) #1
declare double @rand_double(...) #1
; Function Attrs: nocallback nofree nosync nounwind speculatable willreturn memory(none)
declare double @llvm.fmuladd.f64(double, double, double) #2
declare double @gamma(double noundef) #1
declare i32 @printf(ptr noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #2 = { nocallback nofree nosync nounwind speculatable willreturn memory(none) }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
!6 = distinct !{!6, !7}
!7 = !{!"llvm.loop.mustprogress"}
|
; ModuleID = '/tmp/tmpxh00qq0t.c'
source_filename = "/tmp/tmpxh00qq0t.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @blUpstrncmp(ptr noundef %0, ptr noundef %1, i32 noundef %2) #0 {
%4 = alloca i32, align 4
%5 = alloca ptr, align 8
%6 = alloca ptr, align 8
%7 = alloca i32, align 4
%8 = alloca i32, align 4
store ptr %0, ptr %5, align 8
store ptr %1, ptr %6, align 8
store i32 %2, ptr %7, align 4
store i32 0, ptr %8, align 4
br label %9
9: ; preds = %84, %3
%10 = load i32, ptr %8, align 4
%11 = load i32, ptr %7, align 4
%12 = icmp slt i32 %10, %11
br i1 %12, label %13, label %87
13: ; preds = %9
%14 = load ptr, ptr %5, align 8
%15 = load i32, ptr %8, align 4
%16 = sext i32 %15 to i64
%17 = getelementptr inbounds i8, ptr %14, i64 %16
%18 = load i8, ptr %17, align 1
%19 = icmp ne i8 %18, 0
br i1 %19, label %20, label %27
20: ; preds = %13
%21 = load ptr, ptr %6, align 8
%22 = load i32, ptr %8, align 4
%23 = sext i32 %22 to i64
%24 = getelementptr inbounds i8, ptr %21, i64 %23
%25 = load i8, ptr %24, align 1
%26 = icmp ne i8 %25, 0
br i1 %26, label %30, label %27
27: ; preds = %20, %13
%28 = load i32, ptr %8, align 4
%29 = add nsw i32 %28, 1
store i32 %29, ptr %4, align 4
br label %88
30: ; preds = %20
%31 = load ptr, ptr %5, align 8
%32 = load i32, ptr %8, align 4
%33 = sext i32 %32 to i64
%34 = getelementptr inbounds i8, ptr %31, i64 %33
%35 = load i8, ptr %34, align 1
%36 = call i64 @islower(i8 noundef signext %35)
%37 = icmp ne i64 %36, 0
br i1 %37, label %38, label %46
38: ; preds = %30
%39 = load ptr, ptr %5, align 8
%40 = load i32, ptr %8, align 4
%41 = sext i32 %40 to i64
%42 = getelementptr inbounds i8, ptr %39, i64 %41
%43 = load i8, ptr %42, align 1
%44 = call signext i8 @toupper(i8 noundef signext %43)
%45 = sext i8 %44 to i32
br label %53
46: ; preds = %30
%47 = load ptr, ptr %5, align 8
%48 = load i32, ptr %8, 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
br label %53
53: ; preds = %46, %38
%54 = phi i32 [ %45, %38 ], [ %52, %46 ]
%55 = load ptr, ptr %6, align 8
%56 = load i32, ptr %8, align 4
%57 = sext i32 %56 to i64
%58 = getelementptr inbounds i8, ptr %55, i64 %57
%59 = load i8, ptr %58, align 1
%60 = call i64 @islower(i8 noundef signext %59)
%61 = icmp ne i64 %60, 0
br i1 %61, label %62, label %70
62: ; preds = %53
%63 = load ptr, ptr %5, align 8
%64 = load i32, ptr %8, align 4
%65 = sext i32 %64 to i64
%66 = getelementptr inbounds i8, ptr %63, i64 %65
%67 = load i8, ptr %66, align 1
%68 = call signext i8 @toupper(i8 noundef signext %67)
%69 = sext i8 %68 to i32
br label %77
70: ; preds = %53
%71 = load ptr, ptr %6, align 8
%72 = load i32, ptr %8, align 4
%73 = sext i32 %72 to i64
%74 = getelementptr inbounds i8, ptr %71, i64 %73
%75 = load i8, ptr %74, align 1
%76 = sext i8 %75 to i32
br label %77
77: ; preds = %70, %62
%78 = phi i32 [ %69, %62 ], [ %76, %70 ]
%79 = icmp ne i32 %54, %78
br i1 %79, label %80, label %83
80: ; preds = %77
%81 = load i32, ptr %8, align 4
%82 = add nsw i32 %81, 1
store i32 %82, ptr %4, align 4
br label %88
83: ; preds = %77
br label %84
84: ; preds = %83
%85 = load i32, ptr %8, align 4
%86 = add nsw i32 %85, 1
store i32 %86, ptr %8, align 4
br label %9, !llvm.loop !6
87: ; preds = %9
store i32 0, ptr %4, align 4
br label %88
88: ; preds = %87, %80, %27
%89 = load i32, ptr %4, align 4
ret i32 %89
}
declare i64 @islower(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"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmpxh00qq0t.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @blUpstrncmp(ptr noundef %0, ptr noundef %1, i32 noundef %2) #0 {
%4 = alloca i32, align 4
%5 = alloca ptr, align 8
%6 = alloca ptr, align 8
%7 = alloca i32, align 4
%8 = alloca i32, align 4
store ptr %0, ptr %5, align 8
store ptr %1, ptr %6, align 8
store i32 %2, ptr %7, align 4
store i32 0, ptr %8, align 4
%9 = load i32, ptr %8, align 4
%10 = load i32, ptr %7, align 4
%11 = icmp slt i32 %9, %10
br i1 %11, label %.lr.ph, label %89
.lr.ph: ; preds = %3
br label %12
12: ; preds = %.lr.ph, %83
%13 = load ptr, ptr %5, align 8
%14 = load i32, ptr %8, align 4
%15 = sext i32 %14 to i64
%16 = getelementptr inbounds i8, ptr %13, i64 %15
%17 = load i8, ptr %16, align 1
%18 = icmp ne i8 %17, 0
br i1 %18, label %19, label %26
19: ; preds = %12
%20 = load ptr, ptr %6, align 8
%21 = load i32, ptr %8, align 4
%22 = sext i32 %21 to i64
%23 = getelementptr inbounds i8, ptr %20, i64 %22
%24 = load i8, ptr %23, align 1
%25 = icmp ne i8 %24, 0
br i1 %25, label %29, label %26
26: ; preds = %19, %12
%27 = load i32, ptr %8, align 4
%28 = add nsw i32 %27, 1
store i32 %28, ptr %4, align 4
br label %90
29: ; preds = %19
%30 = load ptr, ptr %5, align 8
%31 = load i32, ptr %8, align 4
%32 = sext i32 %31 to i64
%33 = getelementptr inbounds i8, ptr %30, i64 %32
%34 = load i8, ptr %33, align 1
%35 = call i64 @islower(i8 noundef signext %34)
%36 = icmp ne i64 %35, 0
br i1 %36, label %37, label %45
37: ; preds = %29
%38 = load ptr, ptr %5, align 8
%39 = load i32, ptr %8, align 4
%40 = sext i32 %39 to i64
%41 = getelementptr inbounds i8, ptr %38, i64 %40
%42 = load i8, ptr %41, align 1
%43 = call signext i8 @toupper(i8 noundef signext %42)
%44 = sext i8 %43 to i32
br label %52
45: ; preds = %29
%46 = load ptr, ptr %5, align 8
%47 = load i32, ptr %8, 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
br label %52
52: ; preds = %45, %37
%53 = phi i32 [ %44, %37 ], [ %51, %45 ]
%54 = load ptr, ptr %6, align 8
%55 = load i32, ptr %8, align 4
%56 = sext i32 %55 to i64
%57 = getelementptr inbounds i8, ptr %54, i64 %56
%58 = load i8, ptr %57, align 1
%59 = call i64 @islower(i8 noundef signext %58)
%60 = icmp ne i64 %59, 0
br i1 %60, label %61, label %69
61: ; preds = %52
%62 = load ptr, ptr %5, align 8
%63 = load i32, ptr %8, align 4
%64 = sext i32 %63 to i64
%65 = getelementptr inbounds i8, ptr %62, i64 %64
%66 = load i8, ptr %65, align 1
%67 = call signext i8 @toupper(i8 noundef signext %66)
%68 = sext i8 %67 to i32
br label %76
69: ; preds = %52
%70 = load ptr, ptr %6, align 8
%71 = load i32, ptr %8, align 4
%72 = sext i32 %71 to i64
%73 = getelementptr inbounds i8, ptr %70, i64 %72
%74 = load i8, ptr %73, align 1
%75 = sext i8 %74 to i32
br label %76
76: ; preds = %69, %61
%77 = phi i32 [ %68, %61 ], [ %75, %69 ]
%78 = icmp ne i32 %53, %77
br i1 %78, label %79, label %82
79: ; preds = %76
%80 = load i32, ptr %8, align 4
%81 = add nsw i32 %80, 1
store i32 %81, ptr %4, align 4
br label %90
82: ; preds = %76
br label %83
83: ; preds = %82
%84 = load i32, ptr %8, align 4
%85 = add nsw i32 %84, 1
store i32 %85, ptr %8, align 4
%86 = load i32, ptr %8, align 4
%87 = load i32, ptr %7, align 4
%88 = icmp slt i32 %86, %87
br i1 %88, label %12, label %._crit_edge, !llvm.loop !6
._crit_edge: ; preds = %83
br label %89
89: ; preds = %._crit_edge, %3
store i32 0, ptr %4, align 4
br label %90
90: ; preds = %89, %79, %26
%91 = load i32, ptr %4, align 4
ret i32 %91
}
declare i64 @islower(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"}
|
; ModuleID = '/tmp/tmptli3q7lm.c'
source_filename = "/tmp/tmptli3q7lm.c"
target datalayout = "e-m:e-p270: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/tmptli3q7lm.c"
target datalayout = "e-m:e-p270: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/tmpmfy7m08e.c'
source_filename = "/tmp/tmpmfy7m08e.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-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"nt:\00", align 1
@optarg = dso_local global i32 0, align 4
@stderr = dso_local global i32 0, align 4
@.str.1 = private unnamed_addr constant [32 x i8] c"Usage: %s [-t nsecs] [-n] name\0A\00", align 1
@EXIT_FAILURE = dso_local global i32 0, align 4
@.str.2 = private unnamed_addr constant [31 x i8] c"nflag=%d; tflag=%d; optind=%d\0A\00", align 1
@optind = dso_local global i32 0, align 4
@.str.3 = private unnamed_addr constant [10 x i8] c"nsecs=%d\0A\00", align 1
@.str.4 = private unnamed_addr constant [33 x i8] c"Expected argument after options\0A\00", align 1
@.str.5 = private unnamed_addr constant [20 x i8] c"name argument = %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 i32, align 4
%7 = alloca i32, align 4
%8 = alloca i32, align 4
%9 = alloca i32, align 4
store i32 0, ptr %3, align 4
store i32 %0, ptr %4, align 4
store ptr %1, ptr %5, align 8
store i32 0, ptr %9, align 4
store i32 0, ptr %6, align 4
store i32 0, ptr %7, align 4
br label %10
10: ; preds = %29, %2
%11 = load i32, ptr %4, align 4
%12 = load ptr, ptr %5, align 8
%13 = call i32 @getopt(i32 noundef %11, ptr noundef %12, ptr noundef @.str)
store i32 %13, ptr %8, align 4
%14 = icmp ne i32 %13, -1
br i1 %14, label %15, label %30
15: ; preds = %10
%16 = load i32, ptr %8, align 4
switch i32 %16, label %21 [
i32 110, label %17
i32 116, label %18
]
17: ; preds = %15
store i32 1, ptr %6, align 4
br label %29
18: ; preds = %15
%19 = load i32, ptr @optarg, align 4
%20 = call i32 @atoi(i32 noundef %19)
store i32 %20, ptr %9, align 4
store i32 1, ptr %7, align 4
br label %29
21: ; preds = %15
%22 = load i32, ptr @stderr, align 4
%23 = load ptr, ptr %5, align 8
%24 = getelementptr inbounds ptr, ptr %23, i64 0
%25 = load ptr, ptr %24, align 8
%26 = call i32 (i32, ptr, ...) @fprintf(i32 noundef %22, ptr noundef @.str.1, ptr noundef %25)
%27 = load i32, ptr @EXIT_FAILURE, align 4
%28 = call i32 @exit(i32 noundef %27) #3
unreachable
29: ; preds = %18, %17
br label %10, !llvm.loop !6
30: ; preds = %10
%31 = load i32, ptr %6, align 4
%32 = load i32, ptr %7, align 4
%33 = load i32, ptr @optind, align 4
%34 = call i32 (ptr, ...) @printf(ptr noundef @.str.2, i32 noundef %31, i32 noundef %32, i32 noundef %33)
%35 = load i32, ptr %7, align 4
%36 = icmp ne i32 %35, 0
br i1 %36, label %37, label %40
37: ; preds = %30
%38 = load i32, ptr %9, align 4
%39 = call i32 (ptr, ...) @printf(ptr noundef @.str.3, i32 noundef %38)
br label %40
40: ; preds = %37, %30
%41 = load i32, ptr @optind, align 4
%42 = load i32, ptr %4, align 4
%43 = icmp sgt i32 %41, %42
br i1 %43, label %44, label %49
44: ; preds = %40
%45 = load i32, ptr @stderr, align 4
%46 = call i32 (i32, ptr, ...) @fprintf(i32 noundef %45, ptr noundef @.str.4)
%47 = load i32, ptr @EXIT_FAILURE, align 4
%48 = call i32 @exit(i32 noundef %47) #3
unreachable
49: ; preds = %40
%50 = load ptr, ptr %5, align 8
%51 = load i32, ptr @optind, align 4
%52 = sext i32 %51 to i64
%53 = getelementptr inbounds ptr, ptr %50, i64 %52
%54 = load ptr, ptr %53, align 8
%55 = call i32 (ptr, ...) @printf(ptr noundef @.str.5, ptr noundef %54)
%56 = load i32, ptr @EXIT_SUCCESS, align 4
%57 = call i32 @exit(i32 noundef %56) #3
unreachable
}
declare i32 @getopt(i32 noundef, ptr noundef, ptr noundef) #1
declare i32 @atoi(i32 noundef) #1
declare i32 @fprintf(i32 noundef, ptr noundef, ...) #1
; Function Attrs: noreturn
declare i32 @exit(i32 noundef) #2
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 = { noreturn "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #3 = { noreturn }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
!6 = distinct !{!6, !7}
!7 = !{!"llvm.loop.mustprogress"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmpmfy7m08e.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-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"nt:\00", align 1
@optarg = dso_local global i32 0, align 4
@stderr = dso_local global i32 0, align 4
@.str.1 = private unnamed_addr constant [32 x i8] c"Usage: %s [-t nsecs] [-n] name\0A\00", align 1
@EXIT_FAILURE = dso_local global i32 0, align 4
@.str.2 = private unnamed_addr constant [31 x i8] c"nflag=%d; tflag=%d; optind=%d\0A\00", align 1
@optind = dso_local global i32 0, align 4
@.str.3 = private unnamed_addr constant [10 x i8] c"nsecs=%d\0A\00", align 1
@.str.4 = private unnamed_addr constant [33 x i8] c"Expected argument after options\0A\00", align 1
@.str.5 = private unnamed_addr constant [20 x i8] c"name argument = %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 i32, align 4
%7 = alloca i32, align 4
%8 = alloca i32, align 4
%9 = alloca i32, align 4
store i32 0, ptr %3, align 4
store i32 %0, ptr %4, align 4
store ptr %1, ptr %5, align 8
store i32 0, ptr %9, align 4
store i32 0, ptr %6, align 4
store i32 0, ptr %7, align 4
%10 = load i32, ptr %4, align 4
%11 = load ptr, ptr %5, align 8
%12 = call i32 @getopt(i32 noundef %10, ptr noundef %11, ptr noundef @.str)
store i32 %12, ptr %8, align 4
%13 = icmp ne i32 %12, -1
br i1 %13, label %.lr.ph, label %33
.lr.ph: ; preds = %2
br label %14
14: ; preds = %.lr.ph, %28
%15 = load i32, ptr %8, align 4
switch i32 %15, label %20 [
i32 110, label %16
i32 116, label %17
]
16: ; preds = %14
store i32 1, ptr %6, align 4
br label %28
17: ; preds = %14
%18 = load i32, ptr @optarg, align 4
%19 = call i32 @atoi(i32 noundef %18)
store i32 %19, ptr %9, align 4
store i32 1, ptr %7, align 4
br label %28
20: ; preds = %14
%21 = load i32, ptr @stderr, align 4
%22 = load ptr, ptr %5, align 8
%23 = getelementptr inbounds ptr, ptr %22, i64 0
%24 = load ptr, ptr %23, align 8
%25 = call i32 (i32, ptr, ...) @fprintf(i32 noundef %21, ptr noundef @.str.1, ptr noundef %24)
%26 = load i32, ptr @EXIT_FAILURE, align 4
%27 = call i32 @exit(i32 noundef %26) #3
unreachable
28: ; preds = %17, %16
%29 = load i32, ptr %4, align 4
%30 = load ptr, ptr %5, align 8
%31 = call i32 @getopt(i32 noundef %29, ptr noundef %30, ptr noundef @.str)
store i32 %31, ptr %8, align 4
%32 = icmp ne i32 %31, -1
br i1 %32, label %14, label %._crit_edge, !llvm.loop !6
._crit_edge: ; preds = %28
br label %33
33: ; preds = %._crit_edge, %2
%34 = load i32, ptr %6, align 4
%35 = load i32, ptr %7, align 4
%36 = load i32, ptr @optind, align 4
%37 = call i32 (ptr, ...) @printf(ptr noundef @.str.2, i32 noundef %34, i32 noundef %35, i32 noundef %36)
%38 = load i32, ptr %7, align 4
%39 = icmp ne i32 %38, 0
br i1 %39, label %40, label %43
40: ; preds = %33
%41 = load i32, ptr %9, align 4
%42 = call i32 (ptr, ...) @printf(ptr noundef @.str.3, i32 noundef %41)
br label %43
43: ; preds = %40, %33
%44 = load i32, ptr @optind, align 4
%45 = load i32, ptr %4, align 4
%46 = icmp sgt i32 %44, %45
br i1 %46, label %47, label %52
47: ; preds = %43
%48 = load i32, ptr @stderr, align 4
%49 = call i32 (i32, ptr, ...) @fprintf(i32 noundef %48, ptr noundef @.str.4)
%50 = load i32, ptr @EXIT_FAILURE, align 4
%51 = call i32 @exit(i32 noundef %50) #3
unreachable
52: ; preds = %43
%53 = load ptr, ptr %5, align 8
%54 = load i32, ptr @optind, align 4
%55 = sext i32 %54 to i64
%56 = getelementptr inbounds ptr, ptr %53, i64 %55
%57 = load ptr, ptr %56, align 8
%58 = call i32 (ptr, ...) @printf(ptr noundef @.str.5, ptr noundef %57)
%59 = load i32, ptr @EXIT_SUCCESS, align 4
%60 = call i32 @exit(i32 noundef %59) #3
unreachable
}
declare i32 @getopt(i32 noundef, ptr noundef, ptr noundef) #1
declare i32 @atoi(i32 noundef) #1
declare i32 @fprintf(i32 noundef, ptr noundef, ...) #1
; Function Attrs: noreturn
declare i32 @exit(i32 noundef) #2
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 = { noreturn "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #3 = { noreturn }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
!6 = distinct !{!6, !7}
!7 = !{!"llvm.loop.mustprogress"}
|
; ModuleID = '/tmp/tmp6xta0ttn.c'
source_filename = "/tmp/tmp6xta0ttn.c"
target datalayout = "e-m:e-p270: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/tmp6xta0ttn.c"
target datalayout = "e-m:e-p270: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/tmpge6xxqra.c'
source_filename = "/tmp/tmpge6xxqra.c"
target datalayout = "e-m:e-p270: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.passwd = type { i32 }
@compat_getpwuid.buffer = internal global [1024 x i8] zeroinitializer, align 16
@compat_getpwuid.resultbuf = internal global %struct.passwd zeroinitializer, align 4
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local ptr @compat_getpwuid(i32 noundef %0) #0 {
%2 = alloca i32, align 4
%3 = alloca ptr, align 8
store i32 %0, ptr %2, align 4
%4 = load i32, ptr %2, align 4
%5 = call i32 @compat_getpwuid_r(i32 noundef %4, ptr noundef @compat_getpwuid.resultbuf, ptr noundef @compat_getpwuid.buffer, i32 noundef 1024, ptr noundef %3)
%6 = load ptr, ptr %3, align 8
ret ptr %6
}
declare i32 @compat_getpwuid_r(i32 noundef, ptr noundef, ptr noundef, i32 noundef, ptr noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmpge6xxqra.c"
target datalayout = "e-m:e-p270: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.passwd = type { i32 }
@compat_getpwuid.buffer = internal global [1024 x i8] zeroinitializer, align 16
@compat_getpwuid.resultbuf = internal global %struct.passwd zeroinitializer, align 4
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local ptr @compat_getpwuid(i32 noundef %0) #0 {
%2 = alloca i32, align 4
%3 = alloca ptr, align 8
store i32 %0, ptr %2, align 4
%4 = load i32, ptr %2, align 4
%5 = call i32 @compat_getpwuid_r(i32 noundef %4, ptr noundef @compat_getpwuid.resultbuf, ptr noundef @compat_getpwuid.buffer, i32 noundef 1024, ptr noundef %3)
%6 = load ptr, ptr %3, align 8
ret ptr %6
}
declare i32 @compat_getpwuid_r(i32 noundef, ptr noundef, ptr noundef, i32 noundef, ptr noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
|
; ModuleID = '/tmp/tmpsvshsevq.c'
source_filename = "/tmp/tmpsvshsevq.c"
target datalayout = "e-m:e-p270: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/tmpsvshsevq.c"
target datalayout = "e-m:e-p270: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/tmpujgyavzb.c'
source_filename = "/tmp/tmpujgyavzb.c"
target datalayout = "e-m:e-p270: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.myDrawCeiling.spec = private unnamed_addr constant [4 x double] [double 0.000000e+00, double 0.000000e+00, double 0.000000e+00, double 1.000000e+00], align 16
@__const.myDrawCeiling.diffl = private unnamed_addr constant [4 x double] [double 1.000000e+00, double 1.000000e+00, double 1.000000e+00, double 1.000000e+00], align 16
@GL_FRONT = dso_local global i32 0, align 4
@GL_DIFFUSE = dso_local global i32 0, align 4
@GL_SPECULAR = dso_local global i32 0, align 4
@GLU_FILL = dso_local global i32 0, align 4
@GLU_SMOOTH = dso_local global i32 0, align 4
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local void @myDrawCeiling() #0 {
%1 = alloca ptr, align 8
%2 = alloca [4 x double], align 16
%3 = alloca [4 x double], align 16
call void @llvm.memcpy.p0.p0.i64(ptr align 16 %2, ptr align 16 @__const.myDrawCeiling.spec, i64 32, i1 false)
call void @llvm.memcpy.p0.p0.i64(ptr align 16 %3, ptr align 16 @__const.myDrawCeiling.diffl, i64 32, i1 false)
%4 = load i32, ptr @GL_FRONT, align 4
%5 = load i32, ptr @GL_DIFFUSE, align 4
%6 = getelementptr inbounds [4 x double], ptr %3, i64 0, i64 0
%7 = call i32 @glMaterialfv(i32 noundef %4, i32 noundef %5, ptr noundef %6)
%8 = load i32, ptr @GL_FRONT, align 4
%9 = load i32, ptr @GL_SPECULAR, align 4
%10 = getelementptr inbounds [4 x double], ptr %2, i64 0, i64 0
%11 = call i32 @glMaterialfv(i32 noundef %8, i32 noundef %9, ptr noundef %10)
%12 = call ptr (...) @gluNewQuadric()
store ptr %12, ptr %1, align 8
%13 = load ptr, ptr %1, align 8
%14 = load i32, ptr @GLU_FILL, align 4
%15 = call i32 @gluQuadricDrawStyle(ptr noundef %13, i32 noundef %14)
%16 = load ptr, ptr %1, align 8
%17 = load i32, ptr @GLU_SMOOTH, align 4
%18 = call i32 @gluQuadricNormals(ptr noundef %16, i32 noundef %17)
%19 = call i32 @glScaled(double noundef 3.260000e+01, double noundef 1.000000e+00, double noundef 3.350000e+01)
%20 = call i32 @glutSolidCube(double noundef 3.000000e+00)
ret void
}
; Function Attrs: nocallback nofree nounwind willreturn memory(argmem: readwrite)
declare void @llvm.memcpy.p0.p0.i64(ptr noalias nocapture writeonly, ptr noalias nocapture readonly, i64, i1 immarg) #1
declare i32 @glMaterialfv(i32 noundef, i32 noundef, ptr noundef) #2
declare ptr @gluNewQuadric(...) #2
declare i32 @gluQuadricDrawStyle(ptr noundef, i32 noundef) #2
declare i32 @gluQuadricNormals(ptr noundef, i32 noundef) #2
declare i32 @glScaled(double noundef, double noundef, double noundef) #2
declare i32 @glutSolidCube(double noundef) #2
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { 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/tmpujgyavzb.c"
target datalayout = "e-m:e-p270: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.myDrawCeiling.spec = private unnamed_addr constant [4 x double] [double 0.000000e+00, double 0.000000e+00, double 0.000000e+00, double 1.000000e+00], align 16
@__const.myDrawCeiling.diffl = private unnamed_addr constant [4 x double] [double 1.000000e+00, double 1.000000e+00, double 1.000000e+00, double 1.000000e+00], align 16
@GL_FRONT = dso_local global i32 0, align 4
@GL_DIFFUSE = dso_local global i32 0, align 4
@GL_SPECULAR = dso_local global i32 0, align 4
@GLU_FILL = dso_local global i32 0, align 4
@GLU_SMOOTH = dso_local global i32 0, align 4
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local void @myDrawCeiling() #0 {
%1 = alloca ptr, align 8
%2 = alloca [4 x double], align 16
%3 = alloca [4 x double], align 16
call void @llvm.memcpy.p0.p0.i64(ptr align 16 %2, ptr align 16 @__const.myDrawCeiling.spec, i64 32, i1 false)
call void @llvm.memcpy.p0.p0.i64(ptr align 16 %3, ptr align 16 @__const.myDrawCeiling.diffl, i64 32, i1 false)
%4 = load i32, ptr @GL_FRONT, align 4
%5 = load i32, ptr @GL_DIFFUSE, align 4
%6 = getelementptr inbounds [4 x double], ptr %3, i64 0, i64 0
%7 = call i32 @glMaterialfv(i32 noundef %4, i32 noundef %5, ptr noundef %6)
%8 = load i32, ptr @GL_FRONT, align 4
%9 = load i32, ptr @GL_SPECULAR, align 4
%10 = getelementptr inbounds [4 x double], ptr %2, i64 0, i64 0
%11 = call i32 @glMaterialfv(i32 noundef %8, i32 noundef %9, ptr noundef %10)
%12 = call ptr (...) @gluNewQuadric()
store ptr %12, ptr %1, align 8
%13 = load ptr, ptr %1, align 8
%14 = load i32, ptr @GLU_FILL, align 4
%15 = call i32 @gluQuadricDrawStyle(ptr noundef %13, i32 noundef %14)
%16 = load ptr, ptr %1, align 8
%17 = load i32, ptr @GLU_SMOOTH, align 4
%18 = call i32 @gluQuadricNormals(ptr noundef %16, i32 noundef %17)
%19 = call i32 @glScaled(double noundef 3.260000e+01, double noundef 1.000000e+00, double noundef 3.350000e+01)
%20 = call i32 @glutSolidCube(double noundef 3.000000e+00)
ret void
}
; Function Attrs: nocallback nofree nounwind willreturn memory(argmem: readwrite)
declare void @llvm.memcpy.p0.p0.i64(ptr noalias nocapture writeonly, ptr noalias nocapture readonly, i64, i1 immarg) #1
declare i32 @glMaterialfv(i32 noundef, i32 noundef, ptr noundef) #2
declare ptr @gluNewQuadric(...) #2
declare i32 @gluQuadricDrawStyle(ptr noundef, i32 noundef) #2
declare i32 @gluQuadricNormals(ptr noundef, i32 noundef) #2
declare i32 @glScaled(double noundef, double noundef, double noundef) #2
declare i32 @glutSolidCube(double noundef) #2
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { 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/tmpvhjpv4h7.c'
source_filename = "/tmp/tmpvhjpv4h7.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@.str = private unnamed_addr constant [35 x i8] c"\E6\AD\A3\E5\9C\A8\E6\A3\80\E6\B5\8B\E5\A4\96\E8\A7\82\E6\98\AF\E5\90\A6\E7\A0\B4\E6\8D\9F...\0A\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local void @detect() #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/tmpvhjpv4h7.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@.str = private unnamed_addr constant [35 x i8] c"\E6\AD\A3\E5\9C\A8\E6\A3\80\E6\B5\8B\E5\A4\96\E8\A7\82\E6\98\AF\E5\90\A6\E7\A0\B4\E6\8D\9F...\0A\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local void @detect() #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/tmpmqqqtmqf.c'
source_filename = "/tmp/tmpmqqqtmqf.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-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"system error, status:%d \0A\00", align 1
@.str.1 = private unnamed_addr constant [25 x i8] c"status value is : 0x%x \0A\00", align 1
@.str.2 = private unnamed_addr constant [25 x i8] c"shell exe successfully.\0A\00", align 1
@.str.3 = private unnamed_addr constant [45 x i8] c"run shell script fail, script exit code: %d\0A\00", align 1
@.str.4 = private unnamed_addr constant [20 x i8] c"exit status = %d \0A\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @cc_up_is_valid_system_return(i32 noundef %0) #0 {
%2 = alloca i32, align 4
%3 = alloca i32, align 4
store i32 %0, ptr %3, align 4
%4 = load i32, ptr %3, align 4
%5 = icmp eq i32 %4, -1
br i1 %5, label %6, label %9
6: ; preds = %1
%7 = load i32, ptr %3, align 4
%8 = call i32 (ptr, ...) @printf(ptr noundef @.str, i32 noundef %7)
store i32 -1, ptr %2, align 4
br label %29
9: ; preds = %1
%10 = load i32, ptr %3, align 4
%11 = call i32 (ptr, ...) @printf(ptr noundef @.str.1, i32 noundef %10)
%12 = load i32, ptr %3, align 4
%13 = call i64 @WIFEXITED(i32 noundef %12)
%14 = icmp ne i64 %13, 0
br i1 %14, label %15, label %25
15: ; preds = %9
%16 = load i32, ptr %3, align 4
%17 = call i32 @WEXITSTATUS(i32 noundef %16)
%18 = icmp eq i32 0, %17
br i1 %18, label %19, label %21
19: ; preds = %15
%20 = call i32 (ptr, ...) @printf(ptr noundef @.str.2)
store i32 0, ptr %2, align 4
br label %29
21: ; preds = %15
%22 = load i32, ptr %3, align 4
%23 = call i32 @WEXITSTATUS(i32 noundef %22)
%24 = call i32 (ptr, ...) @printf(ptr noundef @.str.3, i32 noundef %23)
store i32 -1, ptr %2, align 4
br label %29
25: ; preds = %9
%26 = load i32, ptr %3, align 4
%27 = call i32 @WEXITSTATUS(i32 noundef %26)
%28 = call i32 (ptr, ...) @printf(ptr noundef @.str.4, i32 noundef %27)
store i32 -1, ptr %2, align 4
br label %29
29: ; preds = %25, %21, %19, %6
%30 = load i32, ptr %2, align 4
ret i32 %30
}
declare i32 @printf(ptr noundef, ...) #1
declare i64 @WIFEXITED(i32 noundef) #1
declare i32 @WEXITSTATUS(i32 noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmpmqqqtmqf.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-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"system error, status:%d \0A\00", align 1
@.str.1 = private unnamed_addr constant [25 x i8] c"status value is : 0x%x \0A\00", align 1
@.str.2 = private unnamed_addr constant [25 x i8] c"shell exe successfully.\0A\00", align 1
@.str.3 = private unnamed_addr constant [45 x i8] c"run shell script fail, script exit code: %d\0A\00", align 1
@.str.4 = private unnamed_addr constant [20 x i8] c"exit status = %d \0A\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @cc_up_is_valid_system_return(i32 noundef %0) #0 {
%2 = alloca i32, align 4
%3 = alloca i32, align 4
store i32 %0, ptr %3, align 4
%4 = load i32, ptr %3, align 4
%5 = icmp eq i32 %4, -1
br i1 %5, label %6, label %9
6: ; preds = %1
%7 = load i32, ptr %3, align 4
%8 = call i32 (ptr, ...) @printf(ptr noundef @.str, i32 noundef %7)
store i32 -1, ptr %2, align 4
br label %29
9: ; preds = %1
%10 = load i32, ptr %3, align 4
%11 = call i32 (ptr, ...) @printf(ptr noundef @.str.1, i32 noundef %10)
%12 = load i32, ptr %3, align 4
%13 = call i64 @WIFEXITED(i32 noundef %12)
%14 = icmp ne i64 %13, 0
br i1 %14, label %15, label %25
15: ; preds = %9
%16 = load i32, ptr %3, align 4
%17 = call i32 @WEXITSTATUS(i32 noundef %16)
%18 = icmp eq i32 0, %17
br i1 %18, label %19, label %21
19: ; preds = %15
%20 = call i32 (ptr, ...) @printf(ptr noundef @.str.2)
store i32 0, ptr %2, align 4
br label %29
21: ; preds = %15
%22 = load i32, ptr %3, align 4
%23 = call i32 @WEXITSTATUS(i32 noundef %22)
%24 = call i32 (ptr, ...) @printf(ptr noundef @.str.3, i32 noundef %23)
store i32 -1, ptr %2, align 4
br label %29
25: ; preds = %9
%26 = load i32, ptr %3, align 4
%27 = call i32 @WEXITSTATUS(i32 noundef %26)
%28 = call i32 (ptr, ...) @printf(ptr noundef @.str.4, i32 noundef %27)
store i32 -1, ptr %2, align 4
br label %29
29: ; preds = %25, %21, %19, %6
%30 = load i32, ptr %2, align 4
ret i32 %30
}
declare i32 @printf(ptr noundef, ...) #1
declare i64 @WIFEXITED(i32 noundef) #1
declare i32 @WEXITSTATUS(i32 noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
|
; ModuleID = '/tmp/tmpgtqzwl5a.c'
source_filename = "/tmp/tmpgtqzwl5a.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-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"sizeof(long):%u\0A\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @main(i32 noundef %0, ptr noundef %1) #0 {
%3 = alloca i32, align 4
%4 = alloca i32, align 4
%5 = alloca ptr, align 8
store i32 0, ptr %3, align 4
store i32 %0, ptr %4, align 4
store ptr %1, ptr %5, align 8
%6 = call i32 @printf(ptr noundef @.str, i32 noundef 8)
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/tmpgtqzwl5a.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-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"sizeof(long):%u\0A\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @main(i32 noundef %0, ptr noundef %1) #0 {
%3 = alloca i32, align 4
%4 = alloca i32, align 4
%5 = alloca ptr, align 8
store i32 0, ptr %3, align 4
store i32 %0, ptr %4, align 4
store ptr %1, ptr %5, align 8
%6 = call i32 @printf(ptr noundef @.str, i32 noundef 8)
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/tmpog65fzt0.c'
source_filename = "/tmp/tmpog65fzt0.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @ft_arrayset2d(ptr noundef %0, i32 noundef %1, i32 noundef %2) #0 {
%4 = alloca ptr, align 8
%5 = alloca i32, align 4
%6 = alloca i32, align 4
%7 = alloca i32, align 4
store ptr %0, ptr %4, align 8
store i32 %1, ptr %5, align 4
store i32 %2, ptr %6, align 4
store i32 -1, ptr %7, align 4
br label %8
8: ; preds = %13, %3
%9 = load i32, ptr %7, align 4
%10 = add nsw i32 %9, 1
store i32 %10, ptr %7, align 4
%11 = load i32, ptr %6, align 4
%12 = icmp slt i32 %10, %11
br i1 %12, label %13, label %21
13: ; preds = %8
%14 = load ptr, ptr %4, align 8
%15 = load i32, ptr %7, align 4
%16 = sext i32 %15 to i64
%17 = getelementptr inbounds ptr, ptr %14, i64 %16
%18 = load ptr, ptr %17, align 8
%19 = load i32, ptr %5, align 4
%20 = call i32 @ft_memset(ptr noundef %18, i32 noundef 46, i32 noundef %19)
br label %8, !llvm.loop !6
21: ; preds = %8
ret void
}
declare i32 @ft_memset(ptr noundef, i32 noundef, i32 noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
!6 = distinct !{!6, !7}
!7 = !{!"llvm.loop.mustprogress"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmpog65fzt0.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @ft_arrayset2d(ptr noundef %0, i32 noundef %1, i32 noundef %2) #0 {
%4 = alloca ptr, align 8
%5 = alloca i32, align 4
%6 = alloca i32, align 4
%7 = alloca i32, align 4
store ptr %0, ptr %4, align 8
store i32 %1, ptr %5, align 4
store i32 %2, ptr %6, align 4
store i32 -1, ptr %7, align 4
%8 = load i32, ptr %7, align 4
%9 = add nsw i32 %8, 1
store i32 %9, ptr %7, align 4
%10 = load i32, ptr %6, align 4
%11 = icmp slt i32 %9, %10
br i1 %11, label %.lr.ph, label %24
.lr.ph: ; preds = %3
br label %12
12: ; preds = %.lr.ph, %12
%13 = load ptr, ptr %4, align 8
%14 = load i32, ptr %7, align 4
%15 = sext i32 %14 to i64
%16 = getelementptr inbounds ptr, ptr %13, i64 %15
%17 = load ptr, ptr %16, align 8
%18 = load i32, ptr %5, align 4
%19 = call i32 @ft_memset(ptr noundef %17, i32 noundef 46, i32 noundef %18)
%20 = load i32, ptr %7, align 4
%21 = add nsw i32 %20, 1
store i32 %21, ptr %7, align 4
%22 = load i32, ptr %6, align 4
%23 = icmp slt i32 %21, %22
br i1 %23, label %12, label %._crit_edge, !llvm.loop !6
._crit_edge: ; preds = %12
br label %24
24: ; preds = %._crit_edge, %3
ret void
}
declare i32 @ft_memset(ptr noundef, i32 noundef, i32 noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
!6 = distinct !{!6, !7}
!7 = !{!"llvm.loop.mustprogress"}
|
; ModuleID = '/tmp/tmp74qf8r4m.c'
source_filename = "/tmp/tmp74qf8r4m.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-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" < FPU co-processor test failed\0A\09\00", align 1
@.str.1 = private unnamed_addr constant [14 x i8] c" < expected\0A\09\00", align 1
@.str.2 = private unnamed_addr constant [9 x i8] c" < got \0A\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @CoProFPTestEval(i64 noundef %0, i64 noundef %1, i32 noundef %2, i32 noundef %3) #0 {
%5 = alloca i32, align 4
%6 = alloca i64, align 8
%7 = alloca i64, align 8
%8 = alloca i32, align 4
%9 = alloca i32, align 4
store i64 %0, ptr %6, align 8
store i64 %1, ptr %7, align 8
store i32 %2, ptr %8, align 4
store i32 %3, ptr %9, align 4
%10 = load i64, ptr %6, align 8
%11 = load i64, ptr %7, align 8
%12 = icmp ne i64 %10, %11
br i1 %12, label %13, label %24
13: ; preds = %4
%14 = load i32, ptr %8, align 4
%15 = sext i32 %14 to i64
%16 = call i32 @writeHex(i64 noundef %15)
%17 = call i32 @writeString(ptr noundef @.str)
%18 = load i64, ptr %6, align 8
%19 = call i32 @writeHex(i64 noundef %18)
%20 = call i32 @writeString(ptr noundef @.str.1)
%21 = load i64, ptr %7, align 8
%22 = call i32 @writeHex(i64 noundef %21)
%23 = call i32 @writeString(ptr noundef @.str.2)
store i32 -1, ptr %5, align 4
br label %26
24: ; preds = %4
%25 = load i32, ptr %9, align 4
store i32 %25, ptr %5, align 4
br label %26
26: ; preds = %24, %13
%27 = load i32, ptr %5, align 4
ret i32 %27
}
declare i32 @writeHex(i64 noundef) #1
declare i32 @writeString(ptr noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmp74qf8r4m.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-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" < FPU co-processor test failed\0A\09\00", align 1
@.str.1 = private unnamed_addr constant [14 x i8] c" < expected\0A\09\00", align 1
@.str.2 = private unnamed_addr constant [9 x i8] c" < got \0A\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @CoProFPTestEval(i64 noundef %0, i64 noundef %1, i32 noundef %2, i32 noundef %3) #0 {
%5 = alloca i32, align 4
%6 = alloca i64, align 8
%7 = alloca i64, align 8
%8 = alloca i32, align 4
%9 = alloca i32, align 4
store i64 %0, ptr %6, align 8
store i64 %1, ptr %7, align 8
store i32 %2, ptr %8, align 4
store i32 %3, ptr %9, align 4
%10 = load i64, ptr %6, align 8
%11 = load i64, ptr %7, align 8
%12 = icmp ne i64 %10, %11
br i1 %12, label %13, label %24
13: ; preds = %4
%14 = load i32, ptr %8, align 4
%15 = sext i32 %14 to i64
%16 = call i32 @writeHex(i64 noundef %15)
%17 = call i32 @writeString(ptr noundef @.str)
%18 = load i64, ptr %6, align 8
%19 = call i32 @writeHex(i64 noundef %18)
%20 = call i32 @writeString(ptr noundef @.str.1)
%21 = load i64, ptr %7, align 8
%22 = call i32 @writeHex(i64 noundef %21)
%23 = call i32 @writeString(ptr noundef @.str.2)
store i32 -1, ptr %5, align 4
br label %26
24: ; preds = %4
%25 = load i32, ptr %9, align 4
store i32 %25, ptr %5, align 4
br label %26
26: ; preds = %24, %13
%27 = load i32, ptr %5, align 4
ret i32 %27
}
declare i32 @writeHex(i64 noundef) #1
declare i32 @writeString(ptr noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
|
; ModuleID = '/tmp/tmpb30dqgnm.c'
source_filename = "/tmp/tmpb30dqgnm.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@.str = private unnamed_addr constant [3 x i8] c"%d\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @lonelyinteger() #0 {
%1 = alloca i32, align 4
%2 = alloca ptr, align 8
%3 = alloca i32, align 4
%4 = call i32 @scanf(ptr noundef @.str, ptr noundef %1)
%5 = load i32, ptr %1, align 4
%6 = sext i32 %5 to i64
%7 = mul i64 4, %6
%8 = trunc i64 %7 to i32
%9 = call ptr @malloc(i32 noundef %8)
store ptr %9, ptr %2, align 8
store i32 0, ptr %3, align 4
br label %10
10: ; preds = %20, %0
%11 = load i32, ptr %3, align 4
%12 = load i32, ptr %1, align 4
%13 = icmp slt i32 %11, %12
br i1 %13, label %14, label %23
14: ; preds = %10
%15 = load ptr, ptr %2, align 8
%16 = load i32, ptr %3, align 4
%17 = sext i32 %16 to i64
%18 = getelementptr inbounds i32, ptr %15, i64 %17
%19 = call i32 @scanf(ptr noundef @.str, ptr noundef %18)
br label %20
20: ; preds = %14
%21 = load i32, ptr %3, align 4
%22 = add nsw i32 %21, 1
store i32 %22, ptr %3, align 4
br label %10, !llvm.loop !6
23: ; preds = %10
%24 = load ptr, ptr %2, align 8
%25 = load i32, ptr %1, align 4
%26 = call i32 @findMinValueWithFrequency(ptr noundef %24, i32 noundef %25, i32 noundef 1)
%27 = call i32 @printf(ptr noundef @.str, i32 noundef %26)
%28 = load ptr, ptr %2, align 8
%29 = call i32 @free(ptr noundef %28)
ret i32 0
}
declare i32 @scanf(ptr noundef, ptr noundef) #1
declare ptr @malloc(i32 noundef) #1
declare i32 @printf(ptr noundef, i32 noundef) #1
declare i32 @findMinValueWithFrequency(ptr noundef, i32 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/tmpb30dqgnm.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@.str = private unnamed_addr constant [3 x i8] c"%d\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @lonelyinteger() #0 {
%1 = alloca i32, align 4
%2 = alloca ptr, align 8
%3 = alloca i32, align 4
%4 = call i32 @scanf(ptr noundef @.str, ptr noundef %1)
%5 = load i32, ptr %1, align 4
%6 = sext i32 %5 to i64
%7 = mul i64 4, %6
%8 = trunc i64 %7 to i32
%9 = call ptr @malloc(i32 noundef %8)
store ptr %9, ptr %2, align 8
store i32 0, ptr %3, align 4
%10 = load i32, ptr %3, align 4
%11 = load i32, ptr %1, align 4
%12 = icmp slt i32 %10, %11
br i1 %12, label %.lr.ph, label %25
.lr.ph: ; preds = %0
br label %13
13: ; preds = %.lr.ph, %19
%14 = load ptr, ptr %2, align 8
%15 = load i32, ptr %3, align 4
%16 = sext i32 %15 to i64
%17 = getelementptr inbounds i32, ptr %14, i64 %16
%18 = call i32 @scanf(ptr noundef @.str, ptr noundef %17)
br label %19
19: ; preds = %13
%20 = load i32, ptr %3, align 4
%21 = add nsw i32 %20, 1
store i32 %21, ptr %3, align 4
%22 = load i32, ptr %3, align 4
%23 = load i32, ptr %1, align 4
%24 = icmp slt i32 %22, %23
br i1 %24, label %13, label %._crit_edge, !llvm.loop !6
._crit_edge: ; preds = %19
br label %25
25: ; preds = %._crit_edge, %0
%26 = load ptr, ptr %2, align 8
%27 = load i32, ptr %1, align 4
%28 = call i32 @findMinValueWithFrequency(ptr noundef %26, i32 noundef %27, i32 noundef 1)
%29 = call i32 @printf(ptr noundef @.str, i32 noundef %28)
%30 = load ptr, ptr %2, align 8
%31 = call i32 @free(ptr noundef %30)
ret i32 0
}
declare i32 @scanf(ptr noundef, ptr noundef) #1
declare ptr @malloc(i32 noundef) #1
declare i32 @printf(ptr noundef, i32 noundef) #1
declare i32 @findMinValueWithFrequency(ptr noundef, i32 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/tmpy_ze3bav.c'
source_filename = "/tmp/tmpy_ze3bav.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@.str = private unnamed_addr constant [8 x i8] c"sigtrap\00", align 1
@.str.1 = private unnamed_addr constant [406 x i8] c"\0A program: %s - trap and report process control signals\0A\0A usage:\0A\0A %s [seconds]\0A\0A where [seconds] is the lifetime of the program - default = 20s.\0A\0A the program sleeps for a second, reports process id and tick count\0A before sleeping again. any process control signals: SIGINT, SIGQUIT\0A SIGHUP, SIGTERM, SIGABRT, SIGCONT, SIGTSTP, are trapped and\0A reported before being actioned.\0A\0A\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local void @PrintUsage(ptr noundef %0) #0 {
%2 = alloca ptr, align 8
%3 = alloca ptr, align 8
store ptr %0, ptr %2, align 8
%4 = load ptr, ptr %2, align 8
%5 = call ptr @StripPath(ptr noundef %4)
store ptr %5, ptr %3, align 8
%6 = icmp ne ptr %5, null
br i1 %6, label %8, label %7
7: ; preds = %1
store ptr @.str, ptr %3, align 8
br label %8
8: ; preds = %7, %1
%9 = load ptr, ptr %3, align 8
%10 = load ptr, ptr %3, align 8
%11 = call i32 @printf(ptr noundef @.str.1, ptr noundef %9, ptr noundef %10)
%12 = call i32 @exit(i32 noundef 127) #3
unreachable
}
declare ptr @StripPath(ptr noundef) #1
declare i32 @printf(ptr noundef, ptr 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/tmpy_ze3bav.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@.str = private unnamed_addr constant [8 x i8] c"sigtrap\00", align 1
@.str.1 = private unnamed_addr constant [406 x i8] c"\0A program: %s - trap and report process control signals\0A\0A usage:\0A\0A %s [seconds]\0A\0A where [seconds] is the lifetime of the program - default = 20s.\0A\0A the program sleeps for a second, reports process id and tick count\0A before sleeping again. any process control signals: SIGINT, SIGQUIT\0A SIGHUP, SIGTERM, SIGABRT, SIGCONT, SIGTSTP, are trapped and\0A reported before being actioned.\0A\0A\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local void @PrintUsage(ptr noundef %0) #0 {
%2 = alloca ptr, align 8
%3 = alloca ptr, align 8
store ptr %0, ptr %2, align 8
%4 = load ptr, ptr %2, align 8
%5 = call ptr @StripPath(ptr noundef %4)
store ptr %5, ptr %3, align 8
%6 = icmp ne ptr %5, null
br i1 %6, label %8, label %7
7: ; preds = %1
store ptr @.str, ptr %3, align 8
br label %8
8: ; preds = %7, %1
%9 = load ptr, ptr %3, align 8
%10 = load ptr, ptr %3, align 8
%11 = call i32 @printf(ptr noundef @.str.1, ptr noundef %9, ptr noundef %10)
%12 = call i32 @exit(i32 noundef 127) #3
unreachable
}
declare ptr @StripPath(ptr noundef) #1
declare i32 @printf(ptr noundef, ptr 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/tmpnepgm9ql.c'
source_filename = "/tmp/tmpnepgm9ql.c"
target datalayout = "e-m:e-p270: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/tmpnepgm9ql.c"
target datalayout = "e-m:e-p270: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/tmpze7d_vpt.c'
source_filename = "/tmp/tmpze7d_vpt.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@.str = private unnamed_addr constant [10 x i8] c"COMPLEX\0A\0A\00", align 1
@O_RDONLY = dso_local global i32 0, align 4
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local void @complex_cat(ptr noundef %0) #0 {
%2 = alloca ptr, align 8
%3 = alloca i32, align 4
%4 = alloca i32, align 4
%5 = alloca ptr, align 8
%6 = alloca i32, align 4
store ptr %0, ptr %2, align 8
%7 = call i32 (i32, ...) @write(i32 noundef 1, ptr noundef @.str, i32 noundef 9)
store i32 1024, ptr %4, align 4
%8 = call ptr @llvm.stacksave()
store ptr %8, ptr %5, align 8
%9 = alloca i8, i64 1024, align 16
%10 = load ptr, ptr %2, align 8
%11 = getelementptr inbounds ptr, ptr %10, i64 1
%12 = load ptr, ptr %11, align 8
%13 = load i32, ptr @O_RDONLY, align 4
%14 = call i32 @open(ptr noundef %12, i32 noundef %13)
store i32 %14, ptr %3, align 4
store i32 -1, ptr %6, align 4
br label %15
15: ; preds = %18, %1
%16 = load i32, ptr %6, align 4
%17 = icmp ne i32 %16, 0
br i1 %17, label %18, label %23
18: ; preds = %15
%19 = load i32, ptr %3, align 4
%20 = call i32 @read(i32 noundef %19, ptr noundef %9, i32 noundef 1024)
store i32 %20, ptr %6, align 4
%21 = load i32, ptr %6, align 4
%22 = call i32 (i32, ...) @write(i32 noundef 1, ptr noundef %9, i32 noundef %21)
br label %15, !llvm.loop !6
23: ; preds = %15
%24 = load i32, ptr %3, align 4
%25 = call i32 @close(i32 noundef %24)
%26 = call i32 @close(i32 noundef 1)
%27 = load ptr, ptr %5, align 8
call void @llvm.stackrestore(ptr %27)
ret void
}
declare i32 @write(i32 noundef, ...) #1
; Function Attrs: nocallback nofree nosync nounwind willreturn
declare ptr @llvm.stacksave() #2
declare i32 @open(ptr noundef, i32 noundef) #1
declare i32 @read(i32 noundef, ptr noundef, i32 noundef) #1
declare i32 @close(i32 noundef) #1
; Function Attrs: nocallback nofree nosync nounwind willreturn
declare void @llvm.stackrestore(ptr) #2
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #2 = { nocallback nofree nosync nounwind willreturn }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
!6 = distinct !{!6, !7}
!7 = !{!"llvm.loop.mustprogress"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmpze7d_vpt.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@.str = private unnamed_addr constant [10 x i8] c"COMPLEX\0A\0A\00", align 1
@O_RDONLY = dso_local global i32 0, align 4
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local void @complex_cat(ptr noundef %0) #0 {
%2 = alloca ptr, align 8
%3 = alloca i32, align 4
%4 = alloca i32, align 4
%5 = alloca ptr, align 8
%6 = alloca i32, align 4
store ptr %0, ptr %2, align 8
%7 = call i32 (i32, ...) @write(i32 noundef 1, ptr noundef @.str, i32 noundef 9)
store i32 1024, ptr %4, align 4
%8 = call ptr @llvm.stacksave()
store ptr %8, ptr %5, align 8
%9 = alloca i8, i64 1024, align 16
%10 = load ptr, ptr %2, align 8
%11 = getelementptr inbounds ptr, ptr %10, i64 1
%12 = load ptr, ptr %11, align 8
%13 = load i32, ptr @O_RDONLY, align 4
%14 = call i32 @open(ptr noundef %12, i32 noundef %13)
store i32 %14, ptr %3, align 4
store i32 -1, ptr %6, align 4
%15 = load i32, ptr %6, align 4
%16 = icmp ne i32 %15, 0
br i1 %16, label %.lr.ph, label %24
.lr.ph: ; preds = %1
br label %17
17: ; preds = %.lr.ph, %17
%18 = load i32, ptr %3, align 4
%19 = call i32 @read(i32 noundef %18, ptr noundef %9, i32 noundef 1024)
store i32 %19, ptr %6, align 4
%20 = load i32, ptr %6, align 4
%21 = call i32 (i32, ...) @write(i32 noundef 1, ptr noundef %9, i32 noundef %20)
%22 = load i32, ptr %6, align 4
%23 = icmp ne i32 %22, 0
br i1 %23, label %17, label %._crit_edge, !llvm.loop !6
._crit_edge: ; preds = %17
br label %24
24: ; preds = %._crit_edge, %1
%25 = load i32, ptr %3, align 4
%26 = call i32 @close(i32 noundef %25)
%27 = call i32 @close(i32 noundef 1)
%28 = load ptr, ptr %5, align 8
call void @llvm.stackrestore(ptr %28)
ret void
}
declare i32 @write(i32 noundef, ...) #1
; Function Attrs: nocallback nofree nosync nounwind willreturn
declare ptr @llvm.stacksave() #2
declare i32 @open(ptr noundef, i32 noundef) #1
declare i32 @read(i32 noundef, ptr noundef, i32 noundef) #1
declare i32 @close(i32 noundef) #1
; Function Attrs: nocallback nofree nosync nounwind willreturn
declare void @llvm.stackrestore(ptr) #2
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #2 = { nocallback nofree nosync nounwind willreturn }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
!6 = distinct !{!6, !7}
!7 = !{!"llvm.loop.mustprogress"}
|
; ModuleID = '/tmp/tmptyct2n_q.c'
source_filename = "/tmp/tmptyct2n_q.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@.str = private unnamed_addr constant [3 x i8] c"%d\00", align 1
@.str.1 = private unnamed_addr constant [13 x i8] c"BAD ARGUMENT\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local void @cmd_addchnstr(i32 noundef %0, ptr noundef %1) #0 {
%3 = alloca i32, align 4
%4 = alloca ptr, align 8
%5 = alloca i32, align 4
store i32 %0, ptr %3, align 4
store ptr %1, ptr %4, align 8
%6 = load i32, ptr %3, align 4
%7 = call i32 @check_arg_count(i32 noundef %6, i32 noundef 2)
%8 = icmp eq i32 %7, 1
br i1 %8, label %9, label %10
9: ; preds = %2
br label %27
10: ; preds = %2
%11 = load ptr, ptr %4, align 8
%12 = getelementptr inbounds ptr, ptr %11, i64 1
%13 = load ptr, ptr %12, align 8
%14 = call i64 @sscanf(ptr noundef %13, ptr noundef @.str, ptr noundef %5)
%15 = icmp eq i64 %14, 0
br i1 %15, label %16, label %19
16: ; preds = %10
%17 = call i32 @report_count(i32 noundef 1)
%18 = call i32 @report_error(ptr noundef @.str.1)
br label %27
19: ; preds = %10
%20 = call i32 @report_count(i32 noundef 1)
%21 = load ptr, ptr %4, align 8
%22 = getelementptr inbounds ptr, ptr %21, i64 0
%23 = load ptr, ptr %22, align 8
%24 = load i32, ptr %5, align 4
%25 = call i32 @addchnstr(ptr noundef %23, i32 noundef %24)
%26 = call i32 @report_return(i32 noundef %25)
br label %27
27: ; preds = %19, %16, %9
ret void
}
declare i32 @check_arg_count(i32 noundef, i32 noundef) #1
declare i64 @sscanf(ptr noundef, ptr noundef, ptr noundef) #1
declare i32 @report_count(i32 noundef) #1
declare i32 @report_error(ptr noundef) #1
declare i32 @report_return(i32 noundef) #1
declare i32 @addchnstr(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/tmptyct2n_q.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@.str = private unnamed_addr constant [3 x i8] c"%d\00", align 1
@.str.1 = private unnamed_addr constant [13 x i8] c"BAD ARGUMENT\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local void @cmd_addchnstr(i32 noundef %0, ptr noundef %1) #0 {
%3 = alloca i32, align 4
%4 = alloca ptr, align 8
%5 = alloca i32, align 4
store i32 %0, ptr %3, align 4
store ptr %1, ptr %4, align 8
%6 = load i32, ptr %3, align 4
%7 = call i32 @check_arg_count(i32 noundef %6, i32 noundef 2)
%8 = icmp eq i32 %7, 1
br i1 %8, label %9, label %10
9: ; preds = %2
br label %27
10: ; preds = %2
%11 = load ptr, ptr %4, align 8
%12 = getelementptr inbounds ptr, ptr %11, i64 1
%13 = load ptr, ptr %12, align 8
%14 = call i64 @sscanf(ptr noundef %13, ptr noundef @.str, ptr noundef %5)
%15 = icmp eq i64 %14, 0
br i1 %15, label %16, label %19
16: ; preds = %10
%17 = call i32 @report_count(i32 noundef 1)
%18 = call i32 @report_error(ptr noundef @.str.1)
br label %27
19: ; preds = %10
%20 = call i32 @report_count(i32 noundef 1)
%21 = load ptr, ptr %4, align 8
%22 = getelementptr inbounds ptr, ptr %21, i64 0
%23 = load ptr, ptr %22, align 8
%24 = load i32, ptr %5, align 4
%25 = call i32 @addchnstr(ptr noundef %23, i32 noundef %24)
%26 = call i32 @report_return(i32 noundef %25)
br label %27
27: ; preds = %19, %16, %9
ret void
}
declare i32 @check_arg_count(i32 noundef, i32 noundef) #1
declare i64 @sscanf(ptr noundef, ptr noundef, ptr noundef) #1
declare i32 @report_count(i32 noundef) #1
declare i32 @report_error(ptr noundef) #1
declare i32 @report_return(i32 noundef) #1
declare i32 @addchnstr(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/tmp_sp110lo.c'
source_filename = "/tmp/tmp_sp110lo.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@.str = private unnamed_addr constant [25 x i8] c"mylib says: Hello World!\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @mylib_hello_world() #0 {
%1 = call i32 @printf(ptr noundef @.str)
ret i32 0
}
declare i32 @printf(ptr noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmp_sp110lo.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@.str = private unnamed_addr constant [25 x i8] c"mylib says: Hello World!\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @mylib_hello_world() #0 {
%1 = call i32 @printf(ptr noundef @.str)
ret i32 0
}
declare i32 @printf(ptr noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
|
; ModuleID = '/tmp/tmp7l6xc020.c'
source_filename = "/tmp/tmp7l6xc020.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @compute_e_res(i32 noundef %0, i32 noundef %1, i32 noundef %2, i32 noundef %3) #0 {
%5 = alloca double, align 8
%6 = alloca i32, align 4
%7 = alloca i32, align 4
%8 = alloca i32, align 4
%9 = alloca i32, align 4
%10 = alloca i32, align 4
%11 = alloca i32, align 4
%12 = alloca double, align 8
%13 = alloca double, align 8
%14 = alloca double, align 8
%15 = alloca double, align 8
%16 = alloca double, align 8
%17 = alloca double, align 8
%18 = alloca double, align 8
%19 = alloca double, align 8
%20 = alloca double, align 8
%21 = alloca double, align 8
%22 = alloca double, align 8
%23 = alloca double, align 8
%24 = alloca double, align 8
%25 = alloca double, align 8
%26 = alloca double, align 8
%27 = alloca double, align 8
%28 = alloca double, align 8
%29 = alloca double, align 8
store i32 %0, ptr %6, align 4
store i32 %1, ptr %7, align 4
store i32 %2, ptr %8, align 4
store i32 %3, ptr %9, align 4
store double 0.000000e+00, ptr %29, align 8
%30 = load i32, ptr %7, align 4
%31 = call double @GET_ERES_A_FX(i32 noundef %30)
store double %31, ptr %16, align 8
%32 = load i32, ptr %7, align 4
%33 = call double @GET_ERES_A_FY(i32 noundef %32)
store double %33, ptr %18, align 8
%34 = load i32, ptr %7, align 4
%35 = call double @GET_ERES_A_MZ(i32 noundef %34)
store double %35, ptr %20, align 8
%36 = load i32, ptr %7, align 4
%37 = call double @GET_ERES_B_FX(i32 noundef %36)
store double %37, ptr %17, align 8
%38 = load i32, ptr %7, align 4
%39 = call double @GET_ERES_B_FY(i32 noundef %38)
store double %39, ptr %19, align 8
%40 = load i32, ptr %7, align 4
%41 = call double @GET_ERES_B_MZ(i32 noundef %40)
store double %41, ptr %21, align 8
%42 = load i32, ptr %7, align 4
%43 = call i32 @GET_ELEM_N1(i32 noundef %42)
store i32 %43, ptr %10, align 4
%44 = load i32, ptr %7, align 4
%45 = call i32 @GET_ELEM_N2(i32 noundef %44)
store i32 %45, ptr %11, align 4
%46 = load i32, ptr %10, align 4
%47 = call double @GET_NODE_X(i32 noundef %46)
store double %47, ptr %12, align 8
%48 = load i32, ptr %10, align 4
%49 = call double @GET_NODE_Y(i32 noundef %48)
store double %49, ptr %14, align 8
%50 = load i32, ptr %11, align 4
%51 = call double @GET_NODE_X(i32 noundef %50)
store double %51, ptr %13, align 8
%52 = load i32, ptr %11, align 4
%53 = call double @GET_NODE_Y(i32 noundef %52)
store double %53, ptr %15, align 8
%54 = load double, ptr %15, align 8
%55 = load double, ptr %14, align 8
%56 = fsub double %54, %55
%57 = load double, ptr %15, align 8
%58 = load double, ptr %14, align 8
%59 = fsub double %57, %58
%60 = load double, ptr %13, align 8
%61 = load double, ptr %12, align 8
%62 = fsub double %60, %61
%63 = load double, ptr %13, align 8
%64 = load double, ptr %12, align 8
%65 = fsub double %63, %64
%66 = fmul double %62, %65
%67 = call double @llvm.fmuladd.f64(double %56, double %59, double %66)
%68 = call double @sqrt(double noundef %67) #4
store double %68, ptr %22, align 8
%69 = load double, ptr %22, align 8
%70 = load i32, ptr %9, align 4
%71 = sitofp i32 %70 to double
%72 = load i32, ptr %8, align 4
%73 = sitofp i32 %72 to double
%74 = fdiv double %71, %73
%75 = fmul double %69, %74
store double %75, ptr %23, align 8
%76 = load double, ptr %22, align 8
%77 = load double, ptr %23, align 8
%78 = fsub double %76, %77
store double %78, ptr %24, align 8
%79 = load i32, ptr %6, align 4
switch i32 %79, label %193 [
i32 1, label %80
i32 2, label %103
i32 3, label %141
]
80: ; preds = %4
%81 = load i32, ptr %7, align 4
%82 = call double @GET_ELEM_NA(i32 noundef %81)
store double %82, ptr %25, align 8
%83 = load i32, ptr %7, align 4
%84 = call double @GET_ELEM_NB(i32 noundef %83)
store double %84, ptr %26, align 8
%85 = load double, ptr %25, align 8
store double %85, ptr %27, align 8
%86 = load double, ptr %26, align 8
%87 = load double, ptr %27, align 8
%88 = fsub double %86, %87
store double %88, ptr %28, align 8
%89 = load double, ptr %23, align 8
%90 = load double, ptr %27, align 8
%91 = load double, ptr %23, align 8
%92 = fmul double 5.000000e-01, %91
%93 = load double, ptr %28, align 8
%94 = load double, ptr %23, align 8
%95 = fmul double %93, %94
%96 = load double, ptr %22, align 8
%97 = fdiv double %95, %96
%98 = fmul double %92, %97
%99 = call double @llvm.fmuladd.f64(double %89, double %90, double %98)
store double %99, ptr %29, align 8
%100 = load double, ptr %29, align 8
%101 = load double, ptr %16, align 8
%102 = fsub double %100, %101
store double %102, ptr %5, align 8
br label %194
103: ; preds = %4
%104 = load i32, ptr %7, align 4
%105 = call double @GET_ELEM_VA(i32 noundef %104)
store double %105, ptr %25, align 8
%106 = load i32, ptr %7, align 4
%107 = call double @GET_ELEM_VB(i32 noundef %106)
store double %107, ptr %26, align 8
%108 = load double, ptr %25, align 8
store double %108, ptr %27, align 8
%109 = load double, ptr %26, align 8
%110 = load double, ptr %27, align 8
%111 = fsub double %109, %110
store double %111, ptr %28, align 8
%112 = load double, ptr %27, align 8
%113 = load double, ptr %22, align 8
%114 = fmul double %112, %113
%115 = fdiv double %114, 2.000000e+00
%116 = load double, ptr %27, align 8
%117 = load double, ptr %23, align 8
%118 = fneg double %116
%119 = call double @llvm.fmuladd.f64(double %118, double %117, double %115)
%120 = load double, ptr %28, align 8
%121 = load double, ptr %22, align 8
%122 = fmul double %120, %121
%123 = fdiv double %122, 6.000000e+00
%124 = load double, ptr %28, align 8
%125 = load double, ptr %23, align 8
%126 = fmul double %124, %125
%127 = load double, ptr %23, align 8
%128 = fmul double %126, %127
%129 = load double, ptr %22, align 8
%130 = fmul double 2.000000e+00, %129
%131 = fdiv double %128, %130
%132 = fsub double %123, %131
%133 = fadd double %119, %132
store double %133, ptr %29, align 8
%134 = load double, ptr %29, align 8
%135 = load double, ptr %21, align 8
%136 = load double, ptr %20, align 8
%137 = fadd double %135, %136
%138 = load double, ptr %22, align 8
%139 = fdiv double %137, %138
%140 = fsub double %134, %139
store double %140, ptr %5, align 8
br label %194
141: ; preds = %4
%142 = load i32, ptr %7, align 4
%143 = call double @GET_ELEM_VA(i32 noundef %142)
store double %143, ptr %25, align 8
%144 = load i32, ptr %7, align 4
%145 = call double @GET_ELEM_VB(i32 noundef %144)
store double %145, ptr %26, align 8
%146 = load double, ptr %25, align 8
store double %146, ptr %27, align 8
%147 = load double, ptr %26, align 8
%148 = load double, ptr %27, align 8
%149 = fsub double %147, %148
store double %149, ptr %28, align 8
%150 = load double, ptr %27, align 8
%151 = load double, ptr %22, align 8
%152 = fmul double %150, %151
%153 = load double, ptr %23, align 8
%154 = fmul double %152, %153
%155 = fdiv double %154, 2.000000e+00
%156 = load double, ptr %27, align 8
%157 = load double, ptr %23, align 8
%158 = fmul double %156, %157
%159 = load double, ptr %23, align 8
%160 = fmul double %158, %159
%161 = fdiv double %160, 2.000000e+00
%162 = fsub double %155, %161
%163 = load double, ptr %28, align 8
%164 = load double, ptr %22, align 8
%165 = fmul double %163, %164
%166 = load double, ptr %23, align 8
%167 = fmul double %165, %166
%168 = fdiv double %167, 6.000000e+00
%169 = load double, ptr %28, align 8
%170 = load double, ptr %23, align 8
%171 = fmul double %169, %170
%172 = load double, ptr %23, align 8
%173 = fmul double %171, %172
%174 = load double, ptr %23, align 8
%175 = fmul double %173, %174
%176 = load double, ptr %22, align 8
%177 = fmul double 6.000000e+00, %176
%178 = fdiv double %175, %177
%179 = fsub double %168, %178
%180 = fadd double %162, %179
store double %180, ptr %29, align 8
%181 = load double, ptr %29, align 8
%182 = load double, ptr %20, align 8
%183 = load double, ptr %24, align 8
%184 = load double, ptr %21, align 8
%185 = load double, ptr %23, align 8
%186 = fmul double %184, %185
%187 = fneg double %186
%188 = call double @llvm.fmuladd.f64(double %182, double %183, double %187)
%189 = load double, ptr %22, align 8
%190 = fdiv double %188, %189
%191 = fadd double %181, %190
%192 = fmul double -1.000000e+00, %191
store double %192, ptr %5, align 8
br label %194
193: ; preds = %4
store double 0.000000e+00, ptr %5, align 8
br label %194
194: ; preds = %193, %141, %103, %80
%195 = load double, ptr %5, align 8
ret double %195
}
declare double @GET_ERES_A_FX(i32 noundef) #1
declare double @GET_ERES_A_FY(i32 noundef) #1
declare double @GET_ERES_A_MZ(i32 noundef) #1
declare double @GET_ERES_B_FX(i32 noundef) #1
declare double @GET_ERES_B_FY(i32 noundef) #1
declare double @GET_ERES_B_MZ(i32 noundef) #1
declare i32 @GET_ELEM_N1(i32 noundef) #1
declare i32 @GET_ELEM_N2(i32 noundef) #1
declare double @GET_NODE_X(i32 noundef) #1
declare double @GET_NODE_Y(i32 noundef) #1
; Function Attrs: nounwind
declare double @sqrt(double noundef) #2
; Function Attrs: nocallback nofree nosync nounwind speculatable willreturn memory(none)
declare double @llvm.fmuladd.f64(double, double, double) #3
declare double @GET_ELEM_NA(i32 noundef) #1
declare double @GET_ELEM_NB(i32 noundef) #1
declare double @GET_ELEM_VA(i32 noundef) #1
declare double @GET_ELEM_VB(i32 noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #2 = { 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 #3 = { nocallback nofree nosync nounwind speculatable willreturn memory(none) }
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"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmp7l6xc020.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @compute_e_res(i32 noundef %0, i32 noundef %1, i32 noundef %2, i32 noundef %3) #0 {
%5 = alloca double, align 8
%6 = alloca i32, align 4
%7 = alloca i32, align 4
%8 = alloca i32, align 4
%9 = alloca i32, align 4
%10 = alloca i32, align 4
%11 = alloca i32, align 4
%12 = alloca double, align 8
%13 = alloca double, align 8
%14 = alloca double, align 8
%15 = alloca double, align 8
%16 = alloca double, align 8
%17 = alloca double, align 8
%18 = alloca double, align 8
%19 = alloca double, align 8
%20 = alloca double, align 8
%21 = alloca double, align 8
%22 = alloca double, align 8
%23 = alloca double, align 8
%24 = alloca double, align 8
%25 = alloca double, align 8
%26 = alloca double, align 8
%27 = alloca double, align 8
%28 = alloca double, align 8
%29 = alloca double, align 8
store i32 %0, ptr %6, align 4
store i32 %1, ptr %7, align 4
store i32 %2, ptr %8, align 4
store i32 %3, ptr %9, align 4
store double 0.000000e+00, ptr %29, align 8
%30 = load i32, ptr %7, align 4
%31 = call double @GET_ERES_A_FX(i32 noundef %30)
store double %31, ptr %16, align 8
%32 = load i32, ptr %7, align 4
%33 = call double @GET_ERES_A_FY(i32 noundef %32)
store double %33, ptr %18, align 8
%34 = load i32, ptr %7, align 4
%35 = call double @GET_ERES_A_MZ(i32 noundef %34)
store double %35, ptr %20, align 8
%36 = load i32, ptr %7, align 4
%37 = call double @GET_ERES_B_FX(i32 noundef %36)
store double %37, ptr %17, align 8
%38 = load i32, ptr %7, align 4
%39 = call double @GET_ERES_B_FY(i32 noundef %38)
store double %39, ptr %19, align 8
%40 = load i32, ptr %7, align 4
%41 = call double @GET_ERES_B_MZ(i32 noundef %40)
store double %41, ptr %21, align 8
%42 = load i32, ptr %7, align 4
%43 = call i32 @GET_ELEM_N1(i32 noundef %42)
store i32 %43, ptr %10, align 4
%44 = load i32, ptr %7, align 4
%45 = call i32 @GET_ELEM_N2(i32 noundef %44)
store i32 %45, ptr %11, align 4
%46 = load i32, ptr %10, align 4
%47 = call double @GET_NODE_X(i32 noundef %46)
store double %47, ptr %12, align 8
%48 = load i32, ptr %10, align 4
%49 = call double @GET_NODE_Y(i32 noundef %48)
store double %49, ptr %14, align 8
%50 = load i32, ptr %11, align 4
%51 = call double @GET_NODE_X(i32 noundef %50)
store double %51, ptr %13, align 8
%52 = load i32, ptr %11, align 4
%53 = call double @GET_NODE_Y(i32 noundef %52)
store double %53, ptr %15, align 8
%54 = load double, ptr %15, align 8
%55 = load double, ptr %14, align 8
%56 = fsub double %54, %55
%57 = load double, ptr %15, align 8
%58 = load double, ptr %14, align 8
%59 = fsub double %57, %58
%60 = load double, ptr %13, align 8
%61 = load double, ptr %12, align 8
%62 = fsub double %60, %61
%63 = load double, ptr %13, align 8
%64 = load double, ptr %12, align 8
%65 = fsub double %63, %64
%66 = fmul double %62, %65
%67 = call double @llvm.fmuladd.f64(double %56, double %59, double %66)
%68 = call double @sqrt(double noundef %67) #4
store double %68, ptr %22, align 8
%69 = load double, ptr %22, align 8
%70 = load i32, ptr %9, align 4
%71 = sitofp i32 %70 to double
%72 = load i32, ptr %8, align 4
%73 = sitofp i32 %72 to double
%74 = fdiv double %71, %73
%75 = fmul double %69, %74
store double %75, ptr %23, align 8
%76 = load double, ptr %22, align 8
%77 = load double, ptr %23, align 8
%78 = fsub double %76, %77
store double %78, ptr %24, align 8
%79 = load i32, ptr %6, align 4
switch i32 %79, label %193 [
i32 1, label %80
i32 2, label %103
i32 3, label %141
]
80: ; preds = %4
%81 = load i32, ptr %7, align 4
%82 = call double @GET_ELEM_NA(i32 noundef %81)
store double %82, ptr %25, align 8
%83 = load i32, ptr %7, align 4
%84 = call double @GET_ELEM_NB(i32 noundef %83)
store double %84, ptr %26, align 8
%85 = load double, ptr %25, align 8
store double %85, ptr %27, align 8
%86 = load double, ptr %26, align 8
%87 = load double, ptr %27, align 8
%88 = fsub double %86, %87
store double %88, ptr %28, align 8
%89 = load double, ptr %23, align 8
%90 = load double, ptr %27, align 8
%91 = load double, ptr %23, align 8
%92 = fmul double 5.000000e-01, %91
%93 = load double, ptr %28, align 8
%94 = load double, ptr %23, align 8
%95 = fmul double %93, %94
%96 = load double, ptr %22, align 8
%97 = fdiv double %95, %96
%98 = fmul double %92, %97
%99 = call double @llvm.fmuladd.f64(double %89, double %90, double %98)
store double %99, ptr %29, align 8
%100 = load double, ptr %29, align 8
%101 = load double, ptr %16, align 8
%102 = fsub double %100, %101
store double %102, ptr %5, align 8
br label %194
103: ; preds = %4
%104 = load i32, ptr %7, align 4
%105 = call double @GET_ELEM_VA(i32 noundef %104)
store double %105, ptr %25, align 8
%106 = load i32, ptr %7, align 4
%107 = call double @GET_ELEM_VB(i32 noundef %106)
store double %107, ptr %26, align 8
%108 = load double, ptr %25, align 8
store double %108, ptr %27, align 8
%109 = load double, ptr %26, align 8
%110 = load double, ptr %27, align 8
%111 = fsub double %109, %110
store double %111, ptr %28, align 8
%112 = load double, ptr %27, align 8
%113 = load double, ptr %22, align 8
%114 = fmul double %112, %113
%115 = fdiv double %114, 2.000000e+00
%116 = load double, ptr %27, align 8
%117 = load double, ptr %23, align 8
%118 = fneg double %116
%119 = call double @llvm.fmuladd.f64(double %118, double %117, double %115)
%120 = load double, ptr %28, align 8
%121 = load double, ptr %22, align 8
%122 = fmul double %120, %121
%123 = fdiv double %122, 6.000000e+00
%124 = load double, ptr %28, align 8
%125 = load double, ptr %23, align 8
%126 = fmul double %124, %125
%127 = load double, ptr %23, align 8
%128 = fmul double %126, %127
%129 = load double, ptr %22, align 8
%130 = fmul double 2.000000e+00, %129
%131 = fdiv double %128, %130
%132 = fsub double %123, %131
%133 = fadd double %119, %132
store double %133, ptr %29, align 8
%134 = load double, ptr %29, align 8
%135 = load double, ptr %21, align 8
%136 = load double, ptr %20, align 8
%137 = fadd double %135, %136
%138 = load double, ptr %22, align 8
%139 = fdiv double %137, %138
%140 = fsub double %134, %139
store double %140, ptr %5, align 8
br label %194
141: ; preds = %4
%142 = load i32, ptr %7, align 4
%143 = call double @GET_ELEM_VA(i32 noundef %142)
store double %143, ptr %25, align 8
%144 = load i32, ptr %7, align 4
%145 = call double @GET_ELEM_VB(i32 noundef %144)
store double %145, ptr %26, align 8
%146 = load double, ptr %25, align 8
store double %146, ptr %27, align 8
%147 = load double, ptr %26, align 8
%148 = load double, ptr %27, align 8
%149 = fsub double %147, %148
store double %149, ptr %28, align 8
%150 = load double, ptr %27, align 8
%151 = load double, ptr %22, align 8
%152 = fmul double %150, %151
%153 = load double, ptr %23, align 8
%154 = fmul double %152, %153
%155 = fdiv double %154, 2.000000e+00
%156 = load double, ptr %27, align 8
%157 = load double, ptr %23, align 8
%158 = fmul double %156, %157
%159 = load double, ptr %23, align 8
%160 = fmul double %158, %159
%161 = fdiv double %160, 2.000000e+00
%162 = fsub double %155, %161
%163 = load double, ptr %28, align 8
%164 = load double, ptr %22, align 8
%165 = fmul double %163, %164
%166 = load double, ptr %23, align 8
%167 = fmul double %165, %166
%168 = fdiv double %167, 6.000000e+00
%169 = load double, ptr %28, align 8
%170 = load double, ptr %23, align 8
%171 = fmul double %169, %170
%172 = load double, ptr %23, align 8
%173 = fmul double %171, %172
%174 = load double, ptr %23, align 8
%175 = fmul double %173, %174
%176 = load double, ptr %22, align 8
%177 = fmul double 6.000000e+00, %176
%178 = fdiv double %175, %177
%179 = fsub double %168, %178
%180 = fadd double %162, %179
store double %180, ptr %29, align 8
%181 = load double, ptr %29, align 8
%182 = load double, ptr %20, align 8
%183 = load double, ptr %24, align 8
%184 = load double, ptr %21, align 8
%185 = load double, ptr %23, align 8
%186 = fmul double %184, %185
%187 = fneg double %186
%188 = call double @llvm.fmuladd.f64(double %182, double %183, double %187)
%189 = load double, ptr %22, align 8
%190 = fdiv double %188, %189
%191 = fadd double %181, %190
%192 = fmul double -1.000000e+00, %191
store double %192, ptr %5, align 8
br label %194
193: ; preds = %4
store double 0.000000e+00, ptr %5, align 8
br label %194
194: ; preds = %193, %141, %103, %80
%195 = load double, ptr %5, align 8
ret double %195
}
declare double @GET_ERES_A_FX(i32 noundef) #1
declare double @GET_ERES_A_FY(i32 noundef) #1
declare double @GET_ERES_A_MZ(i32 noundef) #1
declare double @GET_ERES_B_FX(i32 noundef) #1
declare double @GET_ERES_B_FY(i32 noundef) #1
declare double @GET_ERES_B_MZ(i32 noundef) #1
declare i32 @GET_ELEM_N1(i32 noundef) #1
declare i32 @GET_ELEM_N2(i32 noundef) #1
declare double @GET_NODE_X(i32 noundef) #1
declare double @GET_NODE_Y(i32 noundef) #1
; Function Attrs: nounwind
declare double @sqrt(double noundef) #2
; Function Attrs: nocallback nofree nosync nounwind speculatable willreturn memory(none)
declare double @llvm.fmuladd.f64(double, double, double) #3
declare double @GET_ELEM_NA(i32 noundef) #1
declare double @GET_ELEM_NB(i32 noundef) #1
declare double @GET_ELEM_VA(i32 noundef) #1
declare double @GET_ELEM_VB(i32 noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #2 = { 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 #3 = { nocallback nofree nosync nounwind speculatable willreturn memory(none) }
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"}
|
; ModuleID = '/tmp/tmpyxnkb1ep.c'
source_filename = "/tmp/tmpyxnkb1ep.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local float @RBR_r_max_pep(ptr noundef %0, ptr noundef %1, i32 noundef %2, ptr noundef %3, i32 noundef %4, i32 noundef %5) #0 {
%7 = alloca ptr, align 8
%8 = alloca ptr, align 8
%9 = alloca i32, align 4
%10 = alloca ptr, align 8
%11 = alloca i32, align 4
%12 = alloca i32, align 4
%13 = alloca i32, align 4
%14 = alloca i32, align 4
%15 = alloca float, align 4
%16 = alloca float, align 4
%17 = alloca float, align 4
store ptr %0, ptr %7, align 8
store ptr %1, ptr %8, align 8
store i32 %2, ptr %9, align 4
store ptr %3, ptr %10, align 8
store i32 %4, ptr %11, align 4
store i32 %5, ptr %12, align 4
store i32 0, ptr %13, align 4
br label %18
18: ; preds = %40, %6
%19 = load i32, ptr %13, align 4
%20 = load i32, ptr %9, align 4
%21 = icmp slt i32 %19, %20
br i1 %21, label %22, label %43
22: ; preds = %18
%23 = load ptr, ptr %8, align 8
%24 = load i32, ptr %13, align 4
%25 = sext i32 %24 to i64
%26 = getelementptr inbounds ptr, ptr %23, i64 %25
%27 = load ptr, ptr %26, align 8
%28 = load ptr, ptr %7, align 8
%29 = load i32, ptr %11, align 4
%30 = load i32, ptr %12, align 4
%31 = call float @RBR_ipowdist(ptr noundef %27, ptr noundef %28, i32 noundef %29, i32 noundef %30)
store float %31, ptr %16, align 4
%32 = load float, ptr %16, align 4
%33 = call float @sqrt(float noundef %32)
store float %33, ptr %17, align 4
%34 = load float, ptr %17, align 4
%35 = load float, ptr %15, align 4
%36 = fcmp ogt float %34, %35
br i1 %36, label %37, label %39
37: ; preds = %22
%38 = load float, ptr %17, align 4
store float %38, ptr %15, align 4
br label %39
39: ; preds = %37, %22
br label %40
40: ; preds = %39
%41 = load i32, ptr %13, align 4
%42 = add nsw i32 %41, 1
store i32 %42, ptr %13, align 4
br label %18, !llvm.loop !6
43: ; preds = %18
%44 = load float, ptr %15, align 4
ret float %44
}
declare float @RBR_ipowdist(ptr noundef, ptr noundef, i32 noundef, i32 noundef) #1
declare float @sqrt(float noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
!6 = distinct !{!6, !7}
!7 = !{!"llvm.loop.mustprogress"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmpyxnkb1ep.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local float @RBR_r_max_pep(ptr noundef %0, ptr noundef %1, i32 noundef %2, ptr noundef %3, i32 noundef %4, i32 noundef %5) #0 {
%7 = alloca ptr, align 8
%8 = alloca ptr, align 8
%9 = alloca i32, align 4
%10 = alloca ptr, align 8
%11 = alloca i32, align 4
%12 = alloca i32, align 4
%13 = alloca i32, align 4
%14 = alloca i32, align 4
%15 = alloca float, align 4
%16 = alloca float, align 4
%17 = alloca float, align 4
store ptr %0, ptr %7, align 8
store ptr %1, ptr %8, align 8
store i32 %2, ptr %9, align 4
store ptr %3, ptr %10, align 8
store i32 %4, ptr %11, align 4
store i32 %5, ptr %12, align 4
store i32 0, ptr %13, align 4
%18 = load i32, ptr %13, align 4
%19 = load i32, ptr %9, align 4
%20 = icmp slt i32 %18, %19
br i1 %20, label %.lr.ph, label %45
.lr.ph: ; preds = %6
br label %21
21: ; preds = %.lr.ph, %39
%22 = load ptr, ptr %8, align 8
%23 = load i32, ptr %13, align 4
%24 = sext i32 %23 to i64
%25 = getelementptr inbounds ptr, ptr %22, i64 %24
%26 = load ptr, ptr %25, align 8
%27 = load ptr, ptr %7, align 8
%28 = load i32, ptr %11, align 4
%29 = load i32, ptr %12, align 4
%30 = call float @RBR_ipowdist(ptr noundef %26, ptr noundef %27, i32 noundef %28, i32 noundef %29)
store float %30, ptr %16, align 4
%31 = load float, ptr %16, align 4
%32 = call float @sqrt(float noundef %31)
store float %32, ptr %17, align 4
%33 = load float, ptr %17, align 4
%34 = load float, ptr %15, align 4
%35 = fcmp ogt float %33, %34
br i1 %35, label %36, label %38
36: ; preds = %21
%37 = load float, ptr %17, align 4
store float %37, ptr %15, align 4
br label %38
38: ; preds = %36, %21
br label %39
39: ; preds = %38
%40 = load i32, ptr %13, align 4
%41 = add nsw i32 %40, 1
store i32 %41, ptr %13, align 4
%42 = load i32, ptr %13, align 4
%43 = load i32, ptr %9, align 4
%44 = icmp slt i32 %42, %43
br i1 %44, label %21, label %._crit_edge, !llvm.loop !6
._crit_edge: ; preds = %39
br label %45
45: ; preds = %._crit_edge, %6
%46 = load float, ptr %15, align 4
ret float %46
}
declare float @RBR_ipowdist(ptr noundef, ptr noundef, i32 noundef, i32 noundef) #1
declare float @sqrt(float noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
!6 = distinct !{!6, !7}
!7 = !{!"llvm.loop.mustprogress"}
|
; ModuleID = '/tmp/tmplrkcy2tw.c'
source_filename = "/tmp/tmplrkcy2tw.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-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"jc\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local void @dht_hash(ptr noundef %0, i32 noundef %1, ptr noundef %2, i32 noundef %3, ptr noundef %4, i32 noundef %5, ptr noundef %6, i32 noundef %7) #0 {
%9 = alloca ptr, align 8
%10 = alloca i32, align 4
%11 = alloca ptr, align 8
%12 = alloca i32, align 4
%13 = alloca ptr, align 8
%14 = alloca i32, align 4
%15 = alloca ptr, align 8
%16 = alloca i32, align 4
%17 = alloca ptr, align 8
%18 = alloca ptr, align 8
%19 = alloca ptr, align 8
%20 = alloca [9 x i8], align 1
%21 = alloca i32, align 4
store ptr %0, ptr %9, align 8
store i32 %1, ptr %10, align 4
store ptr %2, ptr %11, align 8
store i32 %3, ptr %12, align 4
store ptr %4, ptr %13, align 8
store i32 %5, ptr %14, align 4
store ptr %6, ptr %15, align 8
store i32 %7, ptr %16, align 4
%22 = load ptr, ptr %11, align 8
store ptr %22, ptr %17, align 8
%23 = load ptr, ptr %13, align 8
store ptr %23, ptr %18, align 8
%24 = load ptr, ptr %15, align 8
store ptr %24, ptr %19, align 8
%25 = getelementptr inbounds [9 x i8], ptr %20, i64 0, i64 0
%26 = call i32 @memset(ptr noundef %25, i32 noundef 0, i32 noundef 9)
store i32 0, ptr %21, align 4
br label %27
27: ; preds = %49, %8
%28 = load i32, ptr %21, align 4
%29 = icmp slt i32 %28, 2
br i1 %29, label %30, label %34
30: ; preds = %27
%31 = load i32, ptr %21, align 4
%32 = load i32, ptr %12, align 4
%33 = icmp slt i32 %31, %32
br label %34
34: ; preds = %30, %27
%35 = phi i1 [ false, %27 ], [ %33, %30 ]
br i1 %35, label %36, label %52
36: ; preds = %34
%37 = load ptr, ptr %17, align 8
%38 = load i32, ptr %21, align 4
%39 = sext i32 %38 to i64
%40 = getelementptr inbounds i8, ptr %37, i64 %39
%41 = load i8, ptr %40, align 1
%42 = sext i8 %41 to i32
%43 = srem i32 %42, 96
%44 = add nsw i32 %43, 32
%45 = trunc i32 %44 to i8
%46 = load i32, ptr %21, align 4
%47 = sext i32 %46 to i64
%48 = getelementptr inbounds [9 x i8], ptr %20, i64 0, i64 %47
store i8 %45, ptr %48, align 1
br label %49
49: ; preds = %36
%50 = load i32, ptr %21, align 4
%51 = add nsw i32 %50, 1
store i32 %51, ptr %21, align 4
br label %27, !llvm.loop !6
52: ; preds = %34
store i32 0, ptr %21, align 4
br label %53
53: ; preds = %76, %52
%54 = load i32, ptr %21, align 4
%55 = icmp slt i32 %54, 4
br i1 %55, label %56, label %60
56: ; preds = %53
%57 = load i32, ptr %21, align 4
%58 = load i32, ptr %12, align 4
%59 = icmp slt i32 %57, %58
br label %60
60: ; preds = %56, %53
%61 = phi i1 [ false, %53 ], [ %59, %56 ]
br i1 %61, label %62, label %79
62: ; preds = %60
%63 = load ptr, ptr %18, align 8
%64 = load i32, ptr %21, align 4
%65 = sext i32 %64 to i64
%66 = getelementptr inbounds i8, ptr %63, i64 %65
%67 = load i8, ptr %66, align 1
%68 = sext i8 %67 to i32
%69 = srem i32 %68, 96
%70 = add nsw i32 %69, 32
%71 = trunc i32 %70 to i8
%72 = load i32, ptr %21, align 4
%73 = add nsw i32 2, %72
%74 = sext i32 %73 to i64
%75 = getelementptr inbounds [9 x i8], ptr %20, i64 0, i64 %74
store i8 %71, ptr %75, align 1
br label %76
76: ; preds = %62
%77 = load i32, ptr %21, align 4
%78 = add nsw i32 %77, 1
store i32 %78, ptr %21, align 4
br label %53, !llvm.loop !8
79: ; preds = %60
store i32 0, ptr %21, align 4
br label %80
80: ; preds = %103, %79
%81 = load i32, ptr %21, align 4
%82 = icmp slt i32 %81, 2
br i1 %82, label %83, label %87
83: ; preds = %80
%84 = load i32, ptr %21, align 4
%85 = load i32, ptr %12, align 4
%86 = icmp slt i32 %84, %85
br label %87
87: ; preds = %83, %80
%88 = phi i1 [ false, %80 ], [ %86, %83 ]
br i1 %88, label %89, label %106
89: ; preds = %87
%90 = load ptr, ptr %19, align 8
%91 = load i32, ptr %21, align 4
%92 = sext i32 %91 to i64
%93 = getelementptr inbounds i8, ptr %90, i64 %92
%94 = load i8, ptr %93, align 1
%95 = sext i8 %94 to i32
%96 = srem i32 %95, 96
%97 = add nsw i32 %96, 32
%98 = trunc i32 %97 to i8
%99 = load i32, ptr %21, align 4
%100 = add nsw i32 6, %99
%101 = sext i32 %100 to i64
%102 = getelementptr inbounds [9 x i8], ptr %20, i64 0, i64 %101
store i8 %98, ptr %102, align 1
br label %103
103: ; preds = %89
%104 = load i32, ptr %21, align 4
%105 = add nsw i32 %104, 1
store i32 %105, ptr %21, align 4
br label %80, !llvm.loop !9
106: ; preds = %87
%107 = load ptr, ptr %9, align 8
%108 = getelementptr inbounds [9 x i8], ptr %20, i64 0, i64 0
%109 = call i32 @crypt(ptr noundef %108, ptr noundef @.str)
%110 = load i32, ptr %10, align 4
%111 = call i32 @strncpy(ptr noundef %107, i32 noundef %109, i32 noundef %110)
ret void
}
declare i32 @memset(ptr noundef, i32 noundef, i32 noundef) #1
declare i32 @strncpy(ptr noundef, i32 noundef, i32 noundef) #1
declare i32 @crypt(ptr noundef, ptr noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
!6 = distinct !{!6, !7}
!7 = !{!"llvm.loop.mustprogress"}
!8 = distinct !{!8, !7}
!9 = distinct !{!9, !7}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmplrkcy2tw.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-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"jc\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local void @dht_hash(ptr noundef %0, i32 noundef %1, ptr noundef %2, i32 noundef %3, ptr noundef %4, i32 noundef %5, ptr noundef %6, i32 noundef %7) #0 {
%9 = alloca ptr, align 8
%10 = alloca i32, align 4
%11 = alloca ptr, align 8
%12 = alloca i32, align 4
%13 = alloca ptr, align 8
%14 = alloca i32, align 4
%15 = alloca ptr, align 8
%16 = alloca i32, align 4
%17 = alloca ptr, align 8
%18 = alloca ptr, align 8
%19 = alloca ptr, align 8
%20 = alloca [9 x i8], align 1
%21 = alloca i32, align 4
store ptr %0, ptr %9, align 8
store i32 %1, ptr %10, align 4
store ptr %2, ptr %11, align 8
store i32 %3, ptr %12, align 4
store ptr %4, ptr %13, align 8
store i32 %5, ptr %14, align 4
store ptr %6, ptr %15, align 8
store i32 %7, ptr %16, align 4
%22 = load ptr, ptr %11, align 8
store ptr %22, ptr %17, align 8
%23 = load ptr, ptr %13, align 8
store ptr %23, ptr %18, align 8
%24 = load ptr, ptr %15, align 8
store ptr %24, ptr %19, align 8
%25 = getelementptr inbounds [9 x i8], ptr %20, i64 0, i64 0
%26 = call i32 @memset(ptr noundef %25, i32 noundef 0, i32 noundef 9)
store i32 0, ptr %21, align 4
br label %27
27: ; preds = %49, %8
%28 = load i32, ptr %21, align 4
%29 = icmp slt i32 %28, 2
br i1 %29, label %30, label %34
30: ; preds = %27
%31 = load i32, ptr %21, align 4
%32 = load i32, ptr %12, align 4
%33 = icmp slt i32 %31, %32
br label %34
34: ; preds = %30, %27
%35 = phi i1 [ false, %27 ], [ %33, %30 ]
br i1 %35, label %36, label %52
36: ; preds = %34
%37 = load ptr, ptr %17, align 8
%38 = load i32, ptr %21, align 4
%39 = sext i32 %38 to i64
%40 = getelementptr inbounds i8, ptr %37, i64 %39
%41 = load i8, ptr %40, align 1
%42 = sext i8 %41 to i32
%43 = srem i32 %42, 96
%44 = add nsw i32 %43, 32
%45 = trunc i32 %44 to i8
%46 = load i32, ptr %21, align 4
%47 = sext i32 %46 to i64
%48 = getelementptr inbounds [9 x i8], ptr %20, i64 0, i64 %47
store i8 %45, ptr %48, align 1
br label %49
49: ; preds = %36
%50 = load i32, ptr %21, align 4
%51 = add nsw i32 %50, 1
store i32 %51, ptr %21, align 4
br label %27, !llvm.loop !6
52: ; preds = %34
store i32 0, ptr %21, align 4
br label %53
53: ; preds = %76, %52
%54 = load i32, ptr %21, align 4
%55 = icmp slt i32 %54, 4
br i1 %55, label %56, label %60
56: ; preds = %53
%57 = load i32, ptr %21, align 4
%58 = load i32, ptr %12, align 4
%59 = icmp slt i32 %57, %58
br label %60
60: ; preds = %56, %53
%61 = phi i1 [ false, %53 ], [ %59, %56 ]
br i1 %61, label %62, label %79
62: ; preds = %60
%63 = load ptr, ptr %18, align 8
%64 = load i32, ptr %21, align 4
%65 = sext i32 %64 to i64
%66 = getelementptr inbounds i8, ptr %63, i64 %65
%67 = load i8, ptr %66, align 1
%68 = sext i8 %67 to i32
%69 = srem i32 %68, 96
%70 = add nsw i32 %69, 32
%71 = trunc i32 %70 to i8
%72 = load i32, ptr %21, align 4
%73 = add nsw i32 2, %72
%74 = sext i32 %73 to i64
%75 = getelementptr inbounds [9 x i8], ptr %20, i64 0, i64 %74
store i8 %71, ptr %75, align 1
br label %76
76: ; preds = %62
%77 = load i32, ptr %21, align 4
%78 = add nsw i32 %77, 1
store i32 %78, ptr %21, align 4
br label %53, !llvm.loop !8
79: ; preds = %60
store i32 0, ptr %21, align 4
br label %80
80: ; preds = %103, %79
%81 = load i32, ptr %21, align 4
%82 = icmp slt i32 %81, 2
br i1 %82, label %83, label %87
83: ; preds = %80
%84 = load i32, ptr %21, align 4
%85 = load i32, ptr %12, align 4
%86 = icmp slt i32 %84, %85
br label %87
87: ; preds = %83, %80
%88 = phi i1 [ false, %80 ], [ %86, %83 ]
br i1 %88, label %89, label %106
89: ; preds = %87
%90 = load ptr, ptr %19, align 8
%91 = load i32, ptr %21, align 4
%92 = sext i32 %91 to i64
%93 = getelementptr inbounds i8, ptr %90, i64 %92
%94 = load i8, ptr %93, align 1
%95 = sext i8 %94 to i32
%96 = srem i32 %95, 96
%97 = add nsw i32 %96, 32
%98 = trunc i32 %97 to i8
%99 = load i32, ptr %21, align 4
%100 = add nsw i32 6, %99
%101 = sext i32 %100 to i64
%102 = getelementptr inbounds [9 x i8], ptr %20, i64 0, i64 %101
store i8 %98, ptr %102, align 1
br label %103
103: ; preds = %89
%104 = load i32, ptr %21, align 4
%105 = add nsw i32 %104, 1
store i32 %105, ptr %21, align 4
br label %80, !llvm.loop !9
106: ; preds = %87
%107 = load ptr, ptr %9, align 8
%108 = getelementptr inbounds [9 x i8], ptr %20, i64 0, i64 0
%109 = call i32 @crypt(ptr noundef %108, ptr noundef @.str)
%110 = load i32, ptr %10, align 4
%111 = call i32 @strncpy(ptr noundef %107, i32 noundef %109, i32 noundef %110)
ret void
}
declare i32 @memset(ptr noundef, i32 noundef, i32 noundef) #1
declare i32 @strncpy(ptr noundef, i32 noundef, i32 noundef) #1
declare i32 @crypt(ptr noundef, ptr noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
!6 = distinct !{!6, !7}
!7 = !{!"llvm.loop.mustprogress"}
!8 = distinct !{!8, !7}
!9 = distinct !{!9, !7}
|
; ModuleID = '/tmp/tmp8wgozfy8.c'
source_filename = "/tmp/tmp8wgozfy8.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @acc_zdotu_sub_(ptr noundef %0, ptr noundef %1, ptr noundef %2, ptr noundef %3, ptr noundef %4, ptr noundef %5) #0 {
%7 = alloca ptr, align 8
%8 = alloca ptr, align 8
%9 = alloca ptr, align 8
%10 = alloca ptr, align 8
%11 = alloca ptr, align 8
%12 = alloca ptr, align 8
store ptr %0, ptr %7, align 8
store ptr %1, ptr %8, align 8
store ptr %2, ptr %9, align 8
store ptr %3, ptr %10, align 8
store ptr %4, ptr %11, align 8
store ptr %5, ptr %12, align 8
%13 = load ptr, ptr %7, align 8
%14 = load i32, ptr %13, align 4
%15 = load ptr, ptr %8, align 8
%16 = load ptr, ptr %9, align 8
%17 = load i32, ptr %16, align 4
%18 = load ptr, ptr %10, align 8
%19 = load ptr, ptr %11, align 8
%20 = load i32, ptr %19, align 4
%21 = load ptr, ptr %12, align 8
%22 = call i32 @cblas_zdotu_sub(i32 noundef %14, ptr noundef %15, i32 noundef %17, ptr noundef %18, i32 noundef %20, ptr noundef %21)
ret void
}
declare i32 @cblas_zdotu_sub(i32 noundef, ptr noundef, i32 noundef, ptr noundef, i32 noundef, ptr noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmp8wgozfy8.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @acc_zdotu_sub_(ptr noundef %0, ptr noundef %1, ptr noundef %2, ptr noundef %3, ptr noundef %4, ptr noundef %5) #0 {
%7 = alloca ptr, align 8
%8 = alloca ptr, align 8
%9 = alloca ptr, align 8
%10 = alloca ptr, align 8
%11 = alloca ptr, align 8
%12 = alloca ptr, align 8
store ptr %0, ptr %7, align 8
store ptr %1, ptr %8, align 8
store ptr %2, ptr %9, align 8
store ptr %3, ptr %10, align 8
store ptr %4, ptr %11, align 8
store ptr %5, ptr %12, align 8
%13 = load ptr, ptr %7, align 8
%14 = load i32, ptr %13, align 4
%15 = load ptr, ptr %8, align 8
%16 = load ptr, ptr %9, align 8
%17 = load i32, ptr %16, align 4
%18 = load ptr, ptr %10, align 8
%19 = load ptr, ptr %11, align 8
%20 = load i32, ptr %19, align 4
%21 = load ptr, ptr %12, align 8
%22 = call i32 @cblas_zdotu_sub(i32 noundef %14, ptr noundef %15, i32 noundef %17, ptr noundef %18, i32 noundef %20, ptr noundef %21)
ret void
}
declare i32 @cblas_zdotu_sub(i32 noundef, ptr noundef, i32 noundef, ptr noundef, i32 noundef, ptr noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
|
; ModuleID = '/tmp/tmp7g9oy7v_.c'
source_filename = "/tmp/tmp7g9oy7v_.c"
target datalayout = "e-m:e-p270: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/tmp7g9oy7v_.c"
target datalayout = "e-m:e-p270: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/tmp4ltxire4.c'
source_filename = "/tmp/tmp4ltxire4.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @sigar_skip_line(ptr noundef %0, i32 noundef %1) #0 {
%3 = alloca ptr, align 8
%4 = alloca i32, align 4
%5 = alloca ptr, align 8
store ptr %0, ptr %3, align 8
store i32 %1, ptr %4, align 4
%6 = load i32, ptr %4, align 4
%7 = icmp ne i32 %6, 0
br i1 %7, label %8, label %13
8: ; preds = %2
%9 = load ptr, ptr %3, align 8
%10 = load i32, ptr %4, align 4
%11 = call i64 @memchr(ptr noundef %9, i8 noundef signext 10, i32 noundef %10)
%12 = inttoptr i64 %11 to ptr
br label %16
13: ; preds = %2
%14 = load ptr, ptr %3, align 8
%15 = call ptr @strchr(ptr noundef %14, i8 noundef signext 10)
br label %16
16: ; preds = %13, %8
%17 = phi ptr [ %12, %8 ], [ %15, %13 ]
store ptr %17, ptr %5, align 8
%18 = load ptr, ptr %5, align 8
%19 = getelementptr inbounds i8, ptr %18, i32 1
store ptr %19, ptr %5, align 8
ret ptr %19
}
declare i64 @memchr(ptr noundef, i8 noundef signext, i32 noundef) #1
declare ptr @strchr(ptr noundef, i8 noundef signext) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmp4ltxire4.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @sigar_skip_line(ptr noundef %0, i32 noundef %1) #0 {
%3 = alloca ptr, align 8
%4 = alloca i32, align 4
%5 = alloca ptr, align 8
store ptr %0, ptr %3, align 8
store i32 %1, ptr %4, align 4
%6 = load i32, ptr %4, align 4
%7 = icmp ne i32 %6, 0
br i1 %7, label %8, label %13
8: ; preds = %2
%9 = load ptr, ptr %3, align 8
%10 = load i32, ptr %4, align 4
%11 = call i64 @memchr(ptr noundef %9, i8 noundef signext 10, i32 noundef %10)
%12 = inttoptr i64 %11 to ptr
br label %16
13: ; preds = %2
%14 = load ptr, ptr %3, align 8
%15 = call ptr @strchr(ptr noundef %14, i8 noundef signext 10)
br label %16
16: ; preds = %13, %8
%17 = phi ptr [ %12, %8 ], [ %15, %13 ]
store ptr %17, ptr %5, align 8
%18 = load ptr, ptr %5, align 8
%19 = getelementptr inbounds i8, ptr %18, i32 1
store ptr %19, ptr %5, align 8
ret ptr %19
}
declare i64 @memchr(ptr noundef, i8 noundef signext, i32 noundef) #1
declare ptr @strchr(ptr noundef, i8 noundef signext) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
|
; ModuleID = '/tmp/tmp18d_8y4u.c'
source_filename = "/tmp/tmp18d_8y4u.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@EINVAL = dso_local global i32 0, align 4
@errno = dso_local global i32 0, align 4
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmp18d_8y4u.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@EINVAL = dso_local global i32 0, align 4
@errno = dso_local global i32 0, align 4
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
|
; ModuleID = '/tmp/tmpjmxr7n06.c'
source_filename = "/tmp/tmpjmxr7n06.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @STR_print_real(ptr noundef %0, double noundef %1, i32 noundef %2, i8 noundef signext %3) #0 {
%5 = alloca ptr, align 8
%6 = alloca double, align 8
%7 = alloca i32, align 4
%8 = alloca i8, align 1
%9 = alloca i32, align 4
%10 = alloca i32, align 4
%11 = alloca i32, align 4
%12 = alloca i64, align 8
store ptr %0, ptr %5, align 8
store double %1, ptr %6, align 8
store i32 %2, ptr %7, align 4
store i8 %3, ptr %8, align 1
store i32 1, ptr %9, align 4
store i32 0, ptr %10, align 4
%13 = load i8, ptr %8, align 1
%14 = icmp ne i8 %13, 0
br i1 %14, label %15, label %22
15: ; preds = %4
%16 = load i8, ptr %8, align 1
%17 = load ptr, ptr %5, align 8
%18 = load ptr, ptr %17, align 8
store i8 %16, ptr %18, align 1
%19 = load ptr, ptr %5, align 8
%20 = load ptr, ptr %19, align 8
%21 = getelementptr inbounds i8, ptr %20, i32 1
store ptr %21, ptr %19, align 8
br label %22
22: ; preds = %15, %4
%23 = load double, ptr %6, align 8
%24 = fcmp olt double %23, 0.000000e+00
br i1 %24, label %25, label %33
25: ; preds = %22
%26 = load ptr, ptr %5, align 8
%27 = load ptr, ptr %26, align 8
store i8 45, ptr %27, align 1
%28 = load ptr, ptr %5, align 8
%29 = load ptr, ptr %28, align 8
%30 = getelementptr inbounds i8, ptr %29, i32 1
store ptr %30, ptr %28, align 8
%31 = load double, ptr %6, align 8
%32 = fneg double %31
store double %32, ptr %6, align 8
br label %33
33: ; preds = %25, %22
%34 = load double, ptr %6, align 8
%35 = fcmp olt double %34, 1.000000e+00
br i1 %35, label %36, label %42
36: ; preds = %33
%37 = load ptr, ptr %5, align 8
%38 = load ptr, ptr %37, align 8
store i8 48, ptr %38, align 1
%39 = load ptr, ptr %5, align 8
%40 = load ptr, ptr %39, align 8
%41 = getelementptr inbounds i8, ptr %40, i32 1
store ptr %41, ptr %39, align 8
br label %81
42: ; preds = %33
br label %43
43: ; preds = %46, %42
%44 = load double, ptr %6, align 8
%45 = fcmp ogt double %44, 0x43B0000000000000
br i1 %45, label %46, label %51
46: ; preds = %43
%47 = load i32, ptr %10, align 4
%48 = add nsw i32 %47, 1
store i32 %48, ptr %10, align 4
%49 = load double, ptr %6, align 8
%50 = fdiv double %49, 1.000000e+18
store double %50, ptr %6, align 8
br label %43, !llvm.loop !6
51: ; preds = %43
%52 = load double, ptr %6, align 8
%53 = fptosi double %52 to i64
store i64 %53, ptr %12, align 8
%54 = load ptr, ptr %5, align 8
%55 = load i64, ptr %12, align 8
%56 = call i32 @STR_print_int(ptr noundef %54, i64 noundef %55, i32 noundef 0)
%57 = load i32, ptr %10, align 4
store i32 %57, ptr %10, align 4
br label %58
58: ; preds = %75, %51
%59 = load i32, ptr %10, align 4
%60 = add nsw i32 %59, -1
store i32 %60, ptr %10, align 4
%61 = icmp sgt i32 %59, 0
br i1 %61, label %62, label %76
62: ; preds = %58
store i32 0, ptr %11, align 4
br label %63
63: ; preds = %72, %62
%64 = load i32, ptr %11, align 4
%65 = icmp slt i32 %64, 18
br i1 %65, label %66, label %75
66: ; preds = %63
%67 = load ptr, ptr %5, align 8
%68 = load ptr, ptr %67, align 8
store i8 48, ptr %68, align 1
%69 = load ptr, ptr %5, align 8
%70 = load ptr, ptr %69, align 8
%71 = getelementptr inbounds i8, ptr %70, i32 1
store ptr %71, ptr %69, align 8
br label %72
72: ; preds = %66
%73 = load i32, ptr %11, align 4
%74 = add nsw i32 %73, 1
store i32 %74, ptr %11, align 4
br label %63, !llvm.loop !8
75: ; preds = %63
br label %58, !llvm.loop !9
76: ; preds = %58
%77 = load i64, ptr %12, align 8
%78 = sitofp i64 %77 to double
%79 = load double, ptr %6, align 8
%80 = fsub double %79, %78
store double %80, ptr %6, align 8
br label %81
81: ; preds = %76, %36
%82 = load i32, ptr %7, align 4
%83 = icmp eq i32 %82, 0
br i1 %83, label %84, label %85
84: ; preds = %81
br label %168
85: ; preds = %81
%86 = load ptr, ptr %5, align 8
%87 = load ptr, ptr %86, align 8
store i8 46, ptr %87, align 1
%88 = load ptr, ptr %5, align 8
%89 = load ptr, ptr %88, align 8
%90 = getelementptr inbounds i8, ptr %89, i32 1
store ptr %90, ptr %88, align 8
%91 = load i32, ptr %7, align 4
%92 = icmp slt i32 %91, 0
br i1 %92, label %93, label %96
93: ; preds = %85
%94 = load i32, ptr %7, align 4
%95 = sub nsw i32 0, %94
store i32 %95, ptr %7, align 4
store i32 0, ptr %9, align 4
br label %96
96: ; preds = %93, %85
store i64 1, ptr %12, align 8
%97 = load i32, ptr %7, align 4
%98 = icmp sge i32 %97, 100
br i1 %98, label %99, label %102
99: ; preds = %96
%100 = load i32, ptr %7, align 4
%101 = sext i32 %100 to i64
store i64 %101, ptr %12, align 8
br label %130
102: ; preds = %96
br label %103
103: ; preds = %106, %102
%104 = load i32, ptr %7, align 4
%105 = icmp sge i32 %104, 6
br i1 %105, label %106, label %111
106: ; preds = %103
%107 = load i64, ptr %12, align 8
%108 = mul nsw i64 %107, 1000000
store i64 %108, ptr %12, align 8
%109 = load i32, ptr %7, align 4
%110 = sub nsw i32 %109, 6
store i32 %110, ptr %7, align 4
br label %103, !llvm.loop !10
111: ; preds = %103
br label %112
112: ; preds = %115, %111
%113 = load i32, ptr %7, align 4
%114 = icmp sge i32 %113, 3
br i1 %114, label %115, label %120
115: ; preds = %112
%116 = load i64, ptr %12, align 8
%117 = mul nsw i64 %116, 1000
store i64 %117, ptr %12, align 8
%118 = load i32, ptr %7, align 4
%119 = sub nsw i32 %118, 3
store i32 %119, ptr %7, align 4
br label %112, !llvm.loop !11
120: ; preds = %112
br label %121
121: ; preds = %124, %120
%122 = load i32, ptr %7, align 4
%123 = icmp sge i32 %122, 1
br i1 %123, label %124, label %129
124: ; preds = %121
%125 = load i64, ptr %12, align 8
%126 = mul nsw i64 %125, 10
store i64 %126, ptr %12, align 8
%127 = load i32, ptr %7, align 4
%128 = add nsw i32 %127, -1
store i32 %128, ptr %7, align 4
br label %121, !llvm.loop !12
129: ; preds = %121
br label %130
130: ; preds = %129, %99
%131 = load double, ptr %6, align 8
%132 = load i64, ptr %12, align 8
%133 = sitofp i64 %132 to double
%134 = fmul double %131, %133
%135 = fptosi double %134 to i64
store i64 %135, ptr %12, align 8
%136 = load ptr, ptr %5, align 8
%137 = load i64, ptr %12, align 8
%138 = call i32 @STR_print_int(ptr noundef %136, i64 noundef %137, i32 noundef 0)
%139 = load i32, ptr %9, align 4
%140 = icmp ne i32 %139, 0
br i1 %140, label %141, label %165
141: ; preds = %130
br label %142
142: ; preds = %149, %141
%143 = load ptr, ptr %5, align 8
%144 = load ptr, ptr %143, align 8
%145 = getelementptr inbounds i8, ptr %144, i64 -1
%146 = load i8, ptr %145, align 1
%147 = sext i8 %146 to i32
%148 = icmp eq i32 %147, 48
br i1 %148, label %149, label %153
149: ; preds = %142
%150 = load ptr, ptr %5, align 8
%151 = load ptr, ptr %150, align 8
%152 = getelementptr inbounds i8, ptr %151, i32 -1
store ptr %152, ptr %150, align 8
br label %142, !llvm.loop !13
153: ; preds = %142
%154 = load ptr, ptr %5, align 8
%155 = load ptr, ptr %154, align 8
%156 = getelementptr inbounds i8, ptr %155, i64 -1
%157 = load i8, ptr %156, align 1
%158 = sext i8 %157 to i32
%159 = icmp eq i32 %158, 46
br i1 %159, label %160, label %164
160: ; preds = %153
%161 = load ptr, ptr %5, align 8
%162 = load ptr, ptr %161, align 8
%163 = getelementptr inbounds i8, ptr %162, i32 -1
store ptr %163, ptr %161, align 8
br label %164
164: ; preds = %160, %153
br label %165
165: ; preds = %164, %130
%166 = load ptr, ptr %5, align 8
%167 = load ptr, ptr %166, align 8
store i8 0, ptr %167, align 1
br label %168
168: ; preds = %165, %84
ret void
}
declare i32 @STR_print_int(ptr noundef, i64 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}
!12 = distinct !{!12, !7}
!13 = distinct !{!13, !7}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmpjmxr7n06.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @STR_print_real(ptr noundef %0, double noundef %1, i32 noundef %2, i8 noundef signext %3) #0 {
%5 = alloca ptr, align 8
%6 = alloca double, align 8
%7 = alloca i32, align 4
%8 = alloca i8, align 1
%9 = alloca i32, align 4
%10 = alloca i32, align 4
%11 = alloca i32, align 4
%12 = alloca i64, align 8
store ptr %0, ptr %5, align 8
store double %1, ptr %6, align 8
store i32 %2, ptr %7, align 4
store i8 %3, ptr %8, align 1
store i32 1, ptr %9, align 4
store i32 0, ptr %10, align 4
%13 = load i8, ptr %8, align 1
%14 = icmp ne i8 %13, 0
br i1 %14, label %15, label %22
15: ; preds = %4
%16 = load i8, ptr %8, align 1
%17 = load ptr, ptr %5, align 8
%18 = load ptr, ptr %17, align 8
store i8 %16, ptr %18, align 1
%19 = load ptr, ptr %5, align 8
%20 = load ptr, ptr %19, align 8
%21 = getelementptr inbounds i8, ptr %20, i32 1
store ptr %21, ptr %19, align 8
br label %22
22: ; preds = %15, %4
%23 = load double, ptr %6, align 8
%24 = fcmp olt double %23, 0.000000e+00
br i1 %24, label %25, label %33
25: ; preds = %22
%26 = load ptr, ptr %5, align 8
%27 = load ptr, ptr %26, align 8
store i8 45, ptr %27, align 1
%28 = load ptr, ptr %5, align 8
%29 = load ptr, ptr %28, align 8
%30 = getelementptr inbounds i8, ptr %29, i32 1
store ptr %30, ptr %28, align 8
%31 = load double, ptr %6, align 8
%32 = fneg double %31
store double %32, ptr %6, align 8
br label %33
33: ; preds = %25, %22
%34 = load double, ptr %6, align 8
%35 = fcmp olt double %34, 1.000000e+00
br i1 %35, label %36, label %42
36: ; preds = %33
%37 = load ptr, ptr %5, align 8
%38 = load ptr, ptr %37, align 8
store i8 48, ptr %38, align 1
%39 = load ptr, ptr %5, align 8
%40 = load ptr, ptr %39, align 8
%41 = getelementptr inbounds i8, ptr %40, i32 1
store ptr %41, ptr %39, align 8
br label %85
42: ; preds = %33
%43 = load double, ptr %6, align 8
%44 = fcmp ogt double %43, 0x43B0000000000000
br i1 %44, label %.lr.ph, label %52
.lr.ph: ; preds = %42
br label %45
45: ; preds = %.lr.ph, %45
%46 = load i32, ptr %10, align 4
%47 = add nsw i32 %46, 1
store i32 %47, ptr %10, align 4
%48 = load double, ptr %6, align 8
%49 = fdiv double %48, 1.000000e+18
store double %49, ptr %6, align 8
%50 = load double, ptr %6, align 8
%51 = fcmp ogt double %50, 0x43B0000000000000
br i1 %51, label %45, label %._crit_edge, !llvm.loop !6
._crit_edge: ; preds = %45
br label %52
52: ; preds = %._crit_edge, %42
%53 = load double, ptr %6, align 8
%54 = fptosi double %53 to i64
store i64 %54, ptr %12, align 8
%55 = load ptr, ptr %5, align 8
%56 = load i64, ptr %12, align 8
%57 = call i32 @STR_print_int(ptr noundef %55, i64 noundef %56, i32 noundef 0)
%58 = load i32, ptr %10, align 4
store i32 %58, ptr %10, align 4
%59 = load i32, ptr %10, align 4
%60 = add nsw i32 %59, -1
store i32 %60, ptr %10, align 4
%61 = icmp sgt i32 %59, 0
br i1 %61, label %.lr.ph5, label %80
.lr.ph5: ; preds = %52
br label %62
62: ; preds = %.lr.ph5, %76
store i32 0, ptr %11, align 4
%63 = load i32, ptr %11, align 4
%64 = icmp slt i32 %63, 18
br i1 %64, label %.lr.ph2, label %76
.lr.ph2: ; preds = %62
br label %65
65: ; preds = %.lr.ph2, %71
%66 = load ptr, ptr %5, align 8
%67 = load ptr, ptr %66, align 8
store i8 48, ptr %67, align 1
%68 = load ptr, ptr %5, align 8
%69 = load ptr, ptr %68, align 8
%70 = getelementptr inbounds i8, ptr %69, i32 1
store ptr %70, ptr %68, align 8
br label %71
71: ; preds = %65
%72 = load i32, ptr %11, align 4
%73 = add nsw i32 %72, 1
store i32 %73, ptr %11, align 4
%74 = load i32, ptr %11, align 4
%75 = icmp slt i32 %74, 18
br i1 %75, label %65, label %._crit_edge3, !llvm.loop !8
._crit_edge3: ; preds = %71
br label %76
76: ; preds = %._crit_edge3, %62
%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 %62, label %._crit_edge6, !llvm.loop !9
._crit_edge6: ; preds = %76
br label %80
80: ; preds = %._crit_edge6, %52
%81 = load i64, ptr %12, align 8
%82 = sitofp i64 %81 to double
%83 = load double, ptr %6, align 8
%84 = fsub double %83, %82
store double %84, ptr %6, align 8
br label %85
85: ; preds = %80, %36
%86 = load i32, ptr %7, align 4
%87 = icmp eq i32 %86, 0
br i1 %87, label %88, label %89
88: ; preds = %85
br label %180
89: ; preds = %85
%90 = load ptr, ptr %5, align 8
%91 = load ptr, ptr %90, align 8
store i8 46, ptr %91, align 1
%92 = load ptr, ptr %5, align 8
%93 = load ptr, ptr %92, align 8
%94 = getelementptr inbounds i8, ptr %93, i32 1
store ptr %94, ptr %92, align 8
%95 = load i32, ptr %7, align 4
%96 = icmp slt i32 %95, 0
br i1 %96, label %97, label %100
97: ; preds = %89
%98 = load i32, ptr %7, align 4
%99 = sub nsw i32 0, %98
store i32 %99, ptr %7, align 4
store i32 0, ptr %9, align 4
br label %100
100: ; preds = %97, %89
store i64 1, ptr %12, align 8
%101 = load i32, ptr %7, align 4
%102 = icmp sge i32 %101, 100
br i1 %102, label %103, label %106
103: ; preds = %100
%104 = load i32, ptr %7, align 4
%105 = sext i32 %104 to i64
store i64 %105, ptr %12, align 8
br label %137
106: ; preds = %100
%107 = load i32, ptr %7, align 4
%108 = icmp sge i32 %107, 6
br i1 %108, label %.lr.ph8, label %116
.lr.ph8: ; preds = %106
br label %109
109: ; preds = %.lr.ph8, %109
%110 = load i64, ptr %12, align 8
%111 = mul nsw i64 %110, 1000000
store i64 %111, ptr %12, align 8
%112 = load i32, ptr %7, align 4
%113 = sub nsw i32 %112, 6
store i32 %113, ptr %7, align 4
%114 = load i32, ptr %7, align 4
%115 = icmp sge i32 %114, 6
br i1 %115, label %109, label %._crit_edge9, !llvm.loop !10
._crit_edge9: ; preds = %109
br label %116
116: ; preds = %._crit_edge9, %106
%117 = load i32, ptr %7, align 4
%118 = icmp sge i32 %117, 3
br i1 %118, label %.lr.ph11, label %126
.lr.ph11: ; preds = %116
br label %119
119: ; preds = %.lr.ph11, %119
%120 = load i64, ptr %12, align 8
%121 = mul nsw i64 %120, 1000
store i64 %121, ptr %12, align 8
%122 = load i32, ptr %7, align 4
%123 = sub nsw i32 %122, 3
store i32 %123, ptr %7, align 4
%124 = load i32, ptr %7, align 4
%125 = icmp sge i32 %124, 3
br i1 %125, label %119, label %._crit_edge12, !llvm.loop !11
._crit_edge12: ; preds = %119
br label %126
126: ; preds = %._crit_edge12, %116
%127 = load i32, ptr %7, align 4
%128 = icmp sge i32 %127, 1
br i1 %128, label %.lr.ph14, label %136
.lr.ph14: ; preds = %126
br label %129
129: ; preds = %.lr.ph14, %129
%130 = load i64, ptr %12, align 8
%131 = mul nsw i64 %130, 10
store i64 %131, ptr %12, align 8
%132 = load i32, ptr %7, align 4
%133 = add nsw i32 %132, -1
store i32 %133, ptr %7, align 4
%134 = load i32, ptr %7, align 4
%135 = icmp sge i32 %134, 1
br i1 %135, label %129, label %._crit_edge15, !llvm.loop !12
._crit_edge15: ; preds = %129
br label %136
136: ; preds = %._crit_edge15, %126
br label %137
137: ; preds = %136, %103
%138 = load double, ptr %6, align 8
%139 = load i64, ptr %12, align 8
%140 = sitofp i64 %139 to double
%141 = fmul double %138, %140
%142 = fptosi double %141 to i64
store i64 %142, ptr %12, align 8
%143 = load ptr, ptr %5, align 8
%144 = load i64, ptr %12, align 8
%145 = call i32 @STR_print_int(ptr noundef %143, i64 noundef %144, i32 noundef 0)
%146 = load i32, ptr %9, align 4
%147 = icmp ne i32 %146, 0
br i1 %147, label %148, label %177
148: ; preds = %137
%149 = load ptr, ptr %5, align 8
%150 = load ptr, ptr %149, align 8
%151 = getelementptr inbounds i8, ptr %150, i64 -1
%152 = load i8, ptr %151, align 1
%153 = sext i8 %152 to i32
%154 = icmp eq i32 %153, 48
br i1 %154, label %.lr.ph17, label %165
.lr.ph17: ; preds = %148
br label %155
155: ; preds = %.lr.ph17, %155
%156 = load ptr, ptr %5, align 8
%157 = load ptr, ptr %156, align 8
%158 = getelementptr inbounds i8, ptr %157, i32 -1
store ptr %158, ptr %156, align 8
%159 = load ptr, ptr %5, align 8
%160 = load ptr, ptr %159, align 8
%161 = getelementptr inbounds i8, ptr %160, i64 -1
%162 = load i8, ptr %161, align 1
%163 = sext i8 %162 to i32
%164 = icmp eq i32 %163, 48
br i1 %164, label %155, label %._crit_edge18, !llvm.loop !13
._crit_edge18: ; preds = %155
br label %165
165: ; preds = %._crit_edge18, %148
%166 = load ptr, ptr %5, align 8
%167 = load ptr, ptr %166, align 8
%168 = getelementptr inbounds i8, ptr %167, i64 -1
%169 = load i8, ptr %168, align 1
%170 = sext i8 %169 to i32
%171 = icmp eq i32 %170, 46
br i1 %171, label %172, label %176
172: ; preds = %165
%173 = load ptr, ptr %5, align 8
%174 = load ptr, ptr %173, align 8
%175 = getelementptr inbounds i8, ptr %174, i32 -1
store ptr %175, ptr %173, align 8
br label %176
176: ; preds = %172, %165
br label %177
177: ; preds = %176, %137
%178 = load ptr, ptr %5, align 8
%179 = load ptr, ptr %178, align 8
store i8 0, ptr %179, align 1
br label %180
180: ; preds = %177, %88
ret void
}
declare i32 @STR_print_int(ptr noundef, i64 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}
!12 = distinct !{!12, !7}
!13 = distinct !{!13, !7}
|
; ModuleID = '/tmp/tmpt02e7u7t.c'
source_filename = "/tmp/tmpt02e7u7t.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@.str = private unnamed_addr constant [31 x i8] c"NOT IMPLEMENTED:pa_ioline_ref\0A\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @pa_ioline_ref() #0 {
%1 = alloca i32, align 4
%2 = call i32 @printf(ptr noundef @.str)
%3 = load i32, ptr %1, align 4
ret i32 %3
}
declare i32 @printf(ptr noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmpt02e7u7t.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@.str = private unnamed_addr constant [31 x i8] c"NOT IMPLEMENTED:pa_ioline_ref\0A\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @pa_ioline_ref() #0 {
%1 = alloca i32, align 4
%2 = call i32 @printf(ptr noundef @.str)
%3 = load i32, ptr %1, align 4
ret i32 %3
}
declare i32 @printf(ptr noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
|
; ModuleID = '/tmp/tmpak7rvioi.c'
source_filename = "/tmp/tmpak7rvioi.c"
target datalayout = "e-m:e-p270: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/tmpak7rvioi.c"
target datalayout = "e-m:e-p270: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/tmpzhqswgfy.c'
source_filename = "/tmp/tmpzhqswgfy.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@Z_MEM_ERROR = dso_local global i32 0, align 4
@Z_OK = dso_local global i32 0, align 4
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @zip(ptr noundef %0, ptr noundef %1, ptr noundef %2, i32 noundef %3, i32 noundef %4) #0 {
%6 = alloca i32, align 4
%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
%12 = alloca i32, align 4
%13 = alloca i32, align 4
%14 = alloca ptr, align 8
%15 = alloca i32, align 4
store ptr %0, ptr %7, align 8
store ptr %1, ptr %8, align 8
store ptr %2, ptr %9, align 8
store i32 %3, ptr %10, align 4
store i32 %4, ptr %11, align 4
%16 = load i32, ptr %10, align 4
store i32 %16, ptr %13, align 4
%17 = load i32, ptr %13, align 4
%18 = call i32 @compressBound(i32 noundef %17)
store i32 %18, ptr %12, align 4
%19 = load i32, ptr %12, align 4
%20 = call ptr @malloc(i32 noundef %19)
store ptr %20, ptr %14, align 8
%21 = load ptr, ptr %14, align 8
%22 = icmp eq ptr %21, null
br i1 %22, label %23, label %25
23: ; preds = %5
%24 = load i32, ptr @Z_MEM_ERROR, align 4
store i32 %24, ptr %6, align 4
br label %44
25: ; preds = %5
%26 = load ptr, ptr %14, align 8
%27 = load ptr, ptr %9, align 8
%28 = load i32, ptr %13, align 4
%29 = load i32, ptr %11, align 4
%30 = call i32 @compress2(ptr noundef %26, ptr noundef %12, ptr noundef %27, i32 noundef %28, i32 noundef %29)
store i32 %30, ptr %15, align 4
%31 = load i32, ptr %15, align 4
%32 = load i32, ptr @Z_OK, align 4
%33 = icmp ne i32 %31, %32
br i1 %33, label %34, label %37
34: ; preds = %25
%35 = load ptr, ptr %14, align 8
%36 = call i32 @free(ptr noundef %35)
br label %42
37: ; preds = %25
%38 = load ptr, ptr %14, align 8
%39 = load ptr, ptr %7, align 8
store ptr %38, ptr %39, align 8
%40 = load i32, ptr %12, align 4
%41 = load ptr, ptr %8, align 8
store i32 %40, ptr %41, align 4
br label %42
42: ; preds = %37, %34
%43 = load i32, ptr %15, align 4
store i32 %43, ptr %6, align 4
br label %44
44: ; preds = %42, %23
%45 = load i32, ptr %6, align 4
ret i32 %45
}
declare i32 @compressBound(i32 noundef) #1
declare ptr @malloc(i32 noundef) #1
declare i32 @compress2(ptr noundef, ptr noundef, ptr noundef, i32 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"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmpzhqswgfy.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@Z_MEM_ERROR = dso_local global i32 0, align 4
@Z_OK = dso_local global i32 0, align 4
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @zip(ptr noundef %0, ptr noundef %1, ptr noundef %2, i32 noundef %3, i32 noundef %4) #0 {
%6 = alloca i32, align 4
%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
%12 = alloca i32, align 4
%13 = alloca i32, align 4
%14 = alloca ptr, align 8
%15 = alloca i32, align 4
store ptr %0, ptr %7, align 8
store ptr %1, ptr %8, align 8
store ptr %2, ptr %9, align 8
store i32 %3, ptr %10, align 4
store i32 %4, ptr %11, align 4
%16 = load i32, ptr %10, align 4
store i32 %16, ptr %13, align 4
%17 = load i32, ptr %13, align 4
%18 = call i32 @compressBound(i32 noundef %17)
store i32 %18, ptr %12, align 4
%19 = load i32, ptr %12, align 4
%20 = call ptr @malloc(i32 noundef %19)
store ptr %20, ptr %14, align 8
%21 = load ptr, ptr %14, align 8
%22 = icmp eq ptr %21, null
br i1 %22, label %23, label %25
23: ; preds = %5
%24 = load i32, ptr @Z_MEM_ERROR, align 4
store i32 %24, ptr %6, align 4
br label %44
25: ; preds = %5
%26 = load ptr, ptr %14, align 8
%27 = load ptr, ptr %9, align 8
%28 = load i32, ptr %13, align 4
%29 = load i32, ptr %11, align 4
%30 = call i32 @compress2(ptr noundef %26, ptr noundef %12, ptr noundef %27, i32 noundef %28, i32 noundef %29)
store i32 %30, ptr %15, align 4
%31 = load i32, ptr %15, align 4
%32 = load i32, ptr @Z_OK, align 4
%33 = icmp ne i32 %31, %32
br i1 %33, label %34, label %37
34: ; preds = %25
%35 = load ptr, ptr %14, align 8
%36 = call i32 @free(ptr noundef %35)
br label %42
37: ; preds = %25
%38 = load ptr, ptr %14, align 8
%39 = load ptr, ptr %7, align 8
store ptr %38, ptr %39, align 8
%40 = load i32, ptr %12, align 4
%41 = load ptr, ptr %8, align 8
store i32 %40, ptr %41, align 4
br label %42
42: ; preds = %37, %34
%43 = load i32, ptr %15, align 4
store i32 %43, ptr %6, align 4
br label %44
44: ; preds = %42, %23
%45 = load i32, ptr %6, align 4
ret i32 %45
}
declare i32 @compressBound(i32 noundef) #1
declare ptr @malloc(i32 noundef) #1
declare i32 @compress2(ptr noundef, ptr noundef, ptr noundef, i32 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"}
|
; ModuleID = '/tmp/tmprwcp39ld.c'
source_filename = "/tmp/tmprwcp39ld.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
%struct.sockaddr_in = type { i32 }
%struct.sockaddr_in6 = type { i32 }
@AF_INET = dso_local global i32 0, align 4
@AF_INET6 = dso_local global i32 0, align 4
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @is_valid_client_ip(ptr noundef %0) #0 {
%2 = alloca ptr, align 8
%3 = alloca %struct.sockaddr_in, align 4
%4 = alloca %struct.sockaddr_in6, align 4
%5 = alloca i32, align 4
store ptr %0, ptr %2, align 8
store i32 -1, ptr %5, align 4
%6 = load ptr, ptr %2, align 8
%7 = call ptr @strchr(ptr noundef %6, i8 noundef signext 46)
%8 = icmp ne ptr %7, null
br i1 %8, label %9, label %14
9: ; preds = %1
%10 = load i32, ptr @AF_INET, align 4
%11 = load ptr, ptr %2, align 8
%12 = getelementptr inbounds %struct.sockaddr_in, ptr %3, i32 0, i32 0
%13 = call i32 @inet_pton(i32 noundef %10, ptr noundef %11, ptr noundef %12)
store i32 %13, ptr %5, align 4
br label %14
14: ; preds = %9, %1
%15 = load ptr, ptr %2, align 8
%16 = call ptr @strchr(ptr noundef %15, i8 noundef signext 58)
%17 = icmp ne ptr %16, null
br i1 %17, label %18, label %23
18: ; preds = %14
%19 = load i32, ptr @AF_INET6, align 4
%20 = load ptr, ptr %2, align 8
%21 = getelementptr inbounds %struct.sockaddr_in6, ptr %4, i32 0, i32 0
%22 = call i32 @inet_pton(i32 noundef %19, ptr noundef %20, ptr noundef %21)
store i32 %22, ptr %5, align 4
br label %23
23: ; preds = %18, %14
%24 = load i32, ptr %5, align 4
ret i32 %24
}
declare ptr @strchr(ptr noundef, i8 noundef signext) #1
declare i32 @inet_pton(i32 noundef, ptr noundef, ptr noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmprwcp39ld.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
%struct.sockaddr_in = type { i32 }
%struct.sockaddr_in6 = type { i32 }
@AF_INET = dso_local global i32 0, align 4
@AF_INET6 = dso_local global i32 0, align 4
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @is_valid_client_ip(ptr noundef %0) #0 {
%2 = alloca ptr, align 8
%3 = alloca %struct.sockaddr_in, align 4
%4 = alloca %struct.sockaddr_in6, align 4
%5 = alloca i32, align 4
store ptr %0, ptr %2, align 8
store i32 -1, ptr %5, align 4
%6 = load ptr, ptr %2, align 8
%7 = call ptr @strchr(ptr noundef %6, i8 noundef signext 46)
%8 = icmp ne ptr %7, null
br i1 %8, label %9, label %14
9: ; preds = %1
%10 = load i32, ptr @AF_INET, align 4
%11 = load ptr, ptr %2, align 8
%12 = getelementptr inbounds %struct.sockaddr_in, ptr %3, i32 0, i32 0
%13 = call i32 @inet_pton(i32 noundef %10, ptr noundef %11, ptr noundef %12)
store i32 %13, ptr %5, align 4
br label %14
14: ; preds = %9, %1
%15 = load ptr, ptr %2, align 8
%16 = call ptr @strchr(ptr noundef %15, i8 noundef signext 58)
%17 = icmp ne ptr %16, null
br i1 %17, label %18, label %23
18: ; preds = %14
%19 = load i32, ptr @AF_INET6, align 4
%20 = load ptr, ptr %2, align 8
%21 = getelementptr inbounds %struct.sockaddr_in6, ptr %4, i32 0, i32 0
%22 = call i32 @inet_pton(i32 noundef %19, ptr noundef %20, ptr noundef %21)
store i32 %22, ptr %5, align 4
br label %23
23: ; preds = %18, %14
%24 = load i32, ptr %5, align 4
ret i32 %24
}
declare ptr @strchr(ptr noundef, i8 noundef signext) #1
declare i32 @inet_pton(i32 noundef, ptr noundef, ptr noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
|
; ModuleID = '/tmp/tmperbe2k0q.c'
source_filename = "/tmp/tmperbe2k0q.c"
target datalayout = "e-m:e-p270: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/tmperbe2k0q.c"
target datalayout = "e-m:e-p270: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/tmpawed8byt.c'
source_filename = "/tmp/tmpawed8byt.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@no_tag.result = internal global [256 x i8] zeroinitializer, align 16
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local ptr @no_tag(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
store i32 0, ptr %5, align 4
store i32 0, ptr %4, align 4
%6 = call i32 @bzero(ptr noundef @no_tag.result, i32 noundef 256)
store i32 0, ptr %3, align 4
br label %7
7: ; preds = %60, %1
%8 = load i32, ptr %3, align 4
%9 = icmp slt i32 %8, 256
br i1 %9, label %10, label %63
10: ; preds = %7
%11 = load ptr, ptr %2, align 8
%12 = load i32, ptr %3, align 4
%13 = sext i32 %12 to i64
%14 = getelementptr inbounds i8, ptr %11, i64 %13
%15 = load i8, ptr %14, align 1
%16 = sext i8 %15 to i32
%17 = icmp eq i32 %16, 0
br i1 %17, label %18, label %19
18: ; preds = %10
br label %63
19: ; preds = %10
%20 = load ptr, ptr %2, align 8
%21 = load i32, ptr %3, align 4
%22 = sext i32 %21 to i64
%23 = getelementptr inbounds i8, ptr %20, i64 %22
%24 = load i8, ptr %23, align 1
%25 = sext i8 %24 to i32
%26 = icmp eq i32 %25, 60
br i1 %26, label %27, label %31
27: ; preds = %19
%28 = load i32, ptr %5, align 4
%29 = icmp eq i32 %28, 0
br i1 %29, label %30, label %31
30: ; preds = %27
store i32 1, ptr %5, align 4
br label %58
31: ; preds = %27, %19
%32 = load ptr, ptr %2, align 8
%33 = load i32, ptr %3, align 4
%34 = sext i32 %33 to i64
%35 = getelementptr inbounds i8, ptr %32, i64 %34
%36 = load i8, ptr %35, align 1
%37 = sext i8 %36 to i32
%38 = icmp eq i32 %37, 62
br i1 %38, label %39, label %43
39: ; preds = %31
%40 = load i32, ptr %5, align 4
%41 = icmp eq i32 %40, 1
br i1 %41, label %42, label %43
42: ; preds = %39
store i32 0, ptr %5, align 4
br label %57
43: ; preds = %39, %31
%44 = load i32, ptr %5, align 4
%45 = icmp eq i32 %44, 0
br i1 %45, label %46, label %56
46: ; preds = %43
%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 = load i32, ptr %4, align 4
%53 = add nsw i32 %52, 1
store i32 %53, ptr %4, align 4
%54 = sext i32 %52 to i64
%55 = getelementptr inbounds [256 x i8], ptr @no_tag.result, i64 0, i64 %54
store i8 %51, ptr %55, align 1
br label %56
56: ; preds = %46, %43
br label %57
57: ; preds = %56, %42
br label %58
58: ; preds = %57, %30
br label %59
59: ; preds = %58
br label %60
60: ; preds = %59
%61 = load i32, ptr %3, align 4
%62 = add nsw i32 %61, 1
store i32 %62, ptr %3, align 4
br label %7, !llvm.loop !6
63: ; preds = %18, %7
ret ptr @no_tag.result
}
declare i32 @bzero(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/tmpawed8byt.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@no_tag.result = internal global [256 x i8] zeroinitializer, align 16
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local ptr @no_tag(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
store i32 0, ptr %5, align 4
store i32 0, ptr %4, align 4
%6 = call i32 @bzero(ptr noundef @no_tag.result, i32 noundef 256)
store i32 0, ptr %3, align 4
%7 = load i32, ptr %3, align 4
%8 = icmp slt i32 %7, 256
br i1 %8, label %.lr.ph, label %.loopexit
.lr.ph: ; preds = %1
br label %9
9: ; preds = %.lr.ph, %59
%10 = load ptr, ptr %2, align 8
%11 = load i32, ptr %3, align 4
%12 = sext i32 %11 to i64
%13 = getelementptr inbounds i8, ptr %10, i64 %12
%14 = load i8, ptr %13, align 1
%15 = sext i8 %14 to i32
%16 = icmp eq i32 %15, 0
br i1 %16, label %17, label %18
17: ; preds = %9
br label %64
18: ; preds = %9
%19 = load ptr, ptr %2, align 8
%20 = load i32, ptr %3, align 4
%21 = sext i32 %20 to i64
%22 = getelementptr inbounds i8, ptr %19, i64 %21
%23 = load i8, ptr %22, align 1
%24 = sext i8 %23 to i32
%25 = icmp eq i32 %24, 60
br i1 %25, label %26, label %30
26: ; preds = %18
%27 = load i32, ptr %5, align 4
%28 = icmp eq i32 %27, 0
br i1 %28, label %29, label %30
29: ; preds = %26
store i32 1, ptr %5, align 4
br label %57
30: ; preds = %26, %18
%31 = load ptr, ptr %2, align 8
%32 = load i32, ptr %3, align 4
%33 = sext i32 %32 to i64
%34 = getelementptr inbounds i8, ptr %31, i64 %33
%35 = load i8, ptr %34, align 1
%36 = sext i8 %35 to i32
%37 = icmp eq i32 %36, 62
br i1 %37, label %38, label %42
38: ; preds = %30
%39 = load i32, ptr %5, align 4
%40 = icmp eq i32 %39, 1
br i1 %40, label %41, label %42
41: ; preds = %38
store i32 0, ptr %5, align 4
br label %56
42: ; preds = %38, %30
%43 = load i32, ptr %5, align 4
%44 = icmp eq i32 %43, 0
br i1 %44, label %45, label %55
45: ; preds = %42
%46 = load ptr, ptr %2, align 8
%47 = load i32, ptr %3, align 4
%48 = sext i32 %47 to i64
%49 = getelementptr inbounds i8, ptr %46, i64 %48
%50 = load i8, ptr %49, align 1
%51 = load i32, ptr %4, align 4
%52 = add nsw i32 %51, 1
store i32 %52, ptr %4, align 4
%53 = sext i32 %51 to i64
%54 = getelementptr inbounds [256 x i8], ptr @no_tag.result, i64 0, i64 %53
store i8 %50, ptr %54, align 1
br label %55
55: ; preds = %45, %42
br label %56
56: ; preds = %55, %41
br label %57
57: ; preds = %56, %29
br label %58
58: ; preds = %57
br label %59
59: ; preds = %58
%60 = load i32, ptr %3, align 4
%61 = add nsw i32 %60, 1
store i32 %61, ptr %3, align 4
%62 = load i32, ptr %3, align 4
%63 = icmp slt i32 %62, 256
br i1 %63, label %9, label %..loopexit_crit_edge, !llvm.loop !6
..loopexit_crit_edge: ; preds = %59
br label %.loopexit
.loopexit: ; preds = %..loopexit_crit_edge, %1
br label %64
64: ; preds = %.loopexit, %17
ret ptr @no_tag.result
}
declare i32 @bzero(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/tmpqlv8lgb6.c'
source_filename = "/tmp/tmpqlv8lgb6.c"
target datalayout = "e-m:e-p270: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/tmpqlv8lgb6.c"
target datalayout = "e-m:e-p270: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/tmpbbmc4yxh.c'
source_filename = "/tmp/tmpbbmc4yxh.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local float @standartDeviation(ptr noundef %0, i32 noundef %1) #0 {
%3 = alloca ptr, align 8
%4 = alloca i32, align 4
%5 = alloca i32, align 4
%6 = alloca float, align 4
store ptr %0, ptr %3, align 8
store i32 %1, ptr %4, align 4
store float 0.000000e+00, ptr %6, align 4
store i32 0, ptr %5, align 4
br label %7
7: ; preds = %28, %2
%8 = load i32, ptr %5, align 4
%9 = load i32, ptr %4, align 4
%10 = icmp slt i32 %8, %9
br i1 %10, label %11, label %31
11: ; preds = %7
%12 = load ptr, ptr %3, align 8
%13 = load i32, ptr %5, align 4
%14 = sext i32 %13 to i64
%15 = getelementptr inbounds i32, ptr %12, i64 %14
%16 = load i32, ptr %15, align 4
%17 = sitofp i32 %16 to float
%18 = load ptr, ptr %3, align 8
%19 = load i32, ptr %4, align 4
%20 = call i64 @arithmeticAvg(ptr noundef %18, i32 noundef %19)
%21 = sitofp i64 %20 to float
%22 = fsub float %17, %21
%23 = fptosi float %22 to i64
%24 = call i64 @pow(i64 noundef %23, i32 noundef 2)
%25 = sitofp i64 %24 to float
%26 = load float, ptr %6, align 4
%27 = fadd float %26, %25
store float %27, ptr %6, align 4
br label %28
28: ; preds = %11
%29 = load i32, ptr %5, align 4
%30 = add nsw i32 %29, 1
store i32 %30, ptr %5, align 4
br label %7, !llvm.loop !6
31: ; preds = %7
%32 = load float, ptr %6, align 4
%33 = fdiv float %32, 1.000000e+01
%34 = call float @sqrt(float noundef %33)
ret float %34
}
declare i64 @pow(i64 noundef, i32 noundef) #1
declare i64 @arithmeticAvg(ptr noundef, i32 noundef) #1
declare float @sqrt(float noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
!6 = distinct !{!6, !7}
!7 = !{!"llvm.loop.mustprogress"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmpbbmc4yxh.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local float @standartDeviation(ptr noundef %0, i32 noundef %1) #0 {
%3 = alloca ptr, align 8
%4 = alloca i32, align 4
%5 = alloca i32, align 4
%6 = alloca float, align 4
store ptr %0, ptr %3, align 8
store i32 %1, ptr %4, align 4
store float 0.000000e+00, ptr %6, align 4
store i32 0, ptr %5, align 4
%7 = load i32, ptr %5, align 4
%8 = load i32, ptr %4, align 4
%9 = icmp slt i32 %7, %8
br i1 %9, label %.lr.ph, label %33
.lr.ph: ; preds = %2
br label %10
10: ; preds = %.lr.ph, %27
%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 = sitofp i32 %15 to float
%17 = load ptr, ptr %3, align 8
%18 = load i32, ptr %4, align 4
%19 = call i64 @arithmeticAvg(ptr noundef %17, i32 noundef %18)
%20 = sitofp i64 %19 to float
%21 = fsub float %16, %20
%22 = fptosi float %21 to i64
%23 = call i64 @pow(i64 noundef %22, i32 noundef 2)
%24 = sitofp i64 %23 to float
%25 = load float, ptr %6, align 4
%26 = fadd float %25, %24
store float %26, ptr %6, align 4
br label %27
27: ; preds = %10
%28 = load i32, ptr %5, align 4
%29 = add nsw i32 %28, 1
store i32 %29, ptr %5, align 4
%30 = load i32, ptr %5, align 4
%31 = load i32, ptr %4, align 4
%32 = icmp slt i32 %30, %31
br i1 %32, label %10, label %._crit_edge, !llvm.loop !6
._crit_edge: ; preds = %27
br label %33
33: ; preds = %._crit_edge, %2
%34 = load float, ptr %6, align 4
%35 = fdiv float %34, 1.000000e+01
%36 = call float @sqrt(float noundef %35)
ret float %36
}
declare i64 @pow(i64 noundef, i32 noundef) #1
declare i64 @arithmeticAvg(ptr noundef, i32 noundef) #1
declare float @sqrt(float noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
!6 = distinct !{!6, !7}
!7 = !{!"llvm.loop.mustprogress"}
|
; ModuleID = '/tmp/tmpkes4ckxo.c'
source_filename = "/tmp/tmpkes4ckxo.c"
target datalayout = "e-m:e-p270: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/tmpkes4ckxo.c"
target datalayout = "e-m:e-p270: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/tmpsk9m9t2t.c'
source_filename = "/tmp/tmpsk9m9t2t.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @DrawRectangle(i64 noundef %0, i64 noundef %1, i64 noundef %2, i64 noundef %3, i8 noundef signext %4) #0 {
%6 = alloca i64, align 8
%7 = alloca i64, align 8
%8 = alloca i64, align 8
%9 = alloca i64, align 8
%10 = alloca i8, align 1
%11 = alloca i64, align 8
%12 = alloca i64, align 8
store i64 %0, ptr %6, align 8
store i64 %1, ptr %7, align 8
store i64 %2, ptr %8, align 8
store i64 %3, ptr %9, align 8
store i8 %4, ptr %10, align 1
%13 = load i64, ptr %8, align 8
store i64 %13, ptr %12, align 8
br label %14
14: ; preds = %33, %5
%15 = load i64, ptr %12, align 8
%16 = load i64, ptr %9, align 8
%17 = icmp ule i64 %15, %16
br i1 %17, label %18, label %36
18: ; preds = %14
%19 = load i64, ptr %6, align 8
store i64 %19, ptr %11, align 8
br label %20
20: ; preds = %29, %18
%21 = load i64, ptr %11, align 8
%22 = load i64, ptr %7, align 8
%23 = icmp ule i64 %21, %22
br i1 %23, label %24, label %32
24: ; preds = %20
%25 = load i64, ptr %11, align 8
%26 = load i64, ptr %12, align 8
%27 = load i8, ptr %10, align 1
%28 = call i32 @SetPixel(i64 noundef %25, i64 noundef %26, i8 noundef signext %27)
br label %29
29: ; preds = %24
%30 = load i64, ptr %11, align 8
%31 = add i64 %30, 1
store i64 %31, ptr %11, align 8
br label %20, !llvm.loop !6
32: ; preds = %20
br label %33
33: ; preds = %32
%34 = load i64, ptr %12, align 8
%35 = add i64 %34, 1
store i64 %35, ptr %12, align 8
br label %14, !llvm.loop !8
36: ; preds = %14
ret void
}
declare i32 @SetPixel(i64 noundef, i64 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"}
!8 = distinct !{!8, !7}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmpsk9m9t2t.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @DrawRectangle(i64 noundef %0, i64 noundef %1, i64 noundef %2, i64 noundef %3, i8 noundef signext %4) #0 {
%6 = alloca i64, align 8
%7 = alloca i64, align 8
%8 = alloca i64, align 8
%9 = alloca i64, align 8
%10 = alloca i8, align 1
%11 = alloca i64, align 8
%12 = alloca i64, align 8
store i64 %0, ptr %6, align 8
store i64 %1, ptr %7, align 8
store i64 %2, ptr %8, align 8
store i64 %3, ptr %9, align 8
store i8 %4, ptr %10, align 1
%13 = load i64, ptr %8, align 8
store i64 %13, ptr %12, align 8
%14 = load i64, ptr %12, align 8
%15 = load i64, ptr %9, align 8
%16 = icmp ule i64 %14, %15
br i1 %16, label %.lr.ph2, label %40
.lr.ph2: ; preds = %5
br label %17
17: ; preds = %.lr.ph2, %34
%18 = load i64, ptr %6, align 8
store i64 %18, ptr %11, align 8
%19 = load i64, ptr %11, align 8
%20 = load i64, ptr %7, align 8
%21 = icmp ule i64 %19, %20
br i1 %21, label %.lr.ph, label %33
.lr.ph: ; preds = %17
br label %22
22: ; preds = %.lr.ph, %27
%23 = load i64, ptr %11, align 8
%24 = load i64, ptr %12, align 8
%25 = load i8, ptr %10, align 1
%26 = call i32 @SetPixel(i64 noundef %23, i64 noundef %24, i8 noundef signext %25)
br label %27
27: ; preds = %22
%28 = load i64, ptr %11, align 8
%29 = add i64 %28, 1
store i64 %29, ptr %11, align 8
%30 = load i64, ptr %11, align 8
%31 = load i64, ptr %7, align 8
%32 = icmp ule i64 %30, %31
br i1 %32, label %22, label %._crit_edge, !llvm.loop !6
._crit_edge: ; preds = %27
br label %33
33: ; preds = %._crit_edge, %17
br label %34
34: ; preds = %33
%35 = load i64, ptr %12, align 8
%36 = add i64 %35, 1
store i64 %36, ptr %12, align 8
%37 = load i64, ptr %12, align 8
%38 = load i64, ptr %9, align 8
%39 = icmp ule i64 %37, %38
br i1 %39, label %17, label %._crit_edge3, !llvm.loop !8
._crit_edge3: ; preds = %34
br label %40
40: ; preds = %._crit_edge3, %5
ret void
}
declare i32 @SetPixel(i64 noundef, i64 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"}
!8 = distinct !{!8, !7}
|
; ModuleID = '/tmp/tmpgjj_ywyi.c'
source_filename = "/tmp/tmpgjj_ywyi.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @ISandBox_wcscat(ptr noundef %0, ptr noundef %1) #0 {
%3 = alloca ptr, align 8
%4 = alloca ptr, align 8
store ptr %0, ptr %3, align 8
store ptr %1, ptr %4, align 8
%5 = load ptr, ptr %3, align 8
%6 = load ptr, ptr %4, align 8
%7 = call ptr @wcscat(ptr noundef %5, ptr noundef %6)
ret ptr %7
}
declare ptr @wcscat(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/tmpgjj_ywyi.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @ISandBox_wcscat(ptr noundef %0, ptr noundef %1) #0 {
%3 = alloca ptr, align 8
%4 = alloca ptr, align 8
store ptr %0, ptr %3, align 8
store ptr %1, ptr %4, align 8
%5 = load ptr, ptr %3, align 8
%6 = load ptr, ptr %4, align 8
%7 = call ptr @wcscat(ptr noundef %5, ptr noundef %6)
ret ptr %7
}
declare ptr @wcscat(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/tmpwgiyf920.c'
source_filename = "/tmp/tmpwgiyf920.c"
target datalayout = "e-m:e-p270: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/tmpwgiyf920.c"
target datalayout = "e-m:e-p270: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/tmphg2vydja.c'
source_filename = "/tmp/tmphg2vydja.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @_random(i32 noundef %0) #0 {
%2 = alloca i32, align 4
%3 = alloca i32, align 4
store i32 %0, ptr %3, align 4
%4 = load i32, ptr %3, align 4
%5 = icmp ne i32 %4, 0
br i1 %5, label %6, label %10
6: ; preds = %1
%7 = call i32 (...) @rand()
%8 = load i32, ptr %3, align 4
%9 = urem i32 %7, %8
store i32 %9, ptr %2, align 4
br label %11
10: ; preds = %1
store i32 0, ptr %2, align 4
br label %11
11: ; preds = %10, %6
%12 = load i32, ptr %2, align 4
ret i32 %12
}
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/tmphg2vydja.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @_random(i32 noundef %0) #0 {
%2 = alloca i32, align 4
%3 = alloca i32, align 4
store i32 %0, ptr %3, align 4
%4 = load i32, ptr %3, align 4
%5 = icmp ne i32 %4, 0
br i1 %5, label %6, label %10
6: ; preds = %1
%7 = call i32 (...) @rand()
%8 = load i32, ptr %3, align 4
%9 = urem i32 %7, %8
store i32 %9, ptr %2, align 4
br label %11
10: ; preds = %1
store i32 0, ptr %2, align 4
br label %11
11: ; preds = %10, %6
%12 = load i32, ptr %2, align 4
ret i32 %12
}
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/tmpiqodlm4m.c'
source_filename = "/tmp/tmpiqodlm4m.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@.str = private unnamed_addr constant [28 x i8] c"realloc of %u bytes failed:\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local ptr @erealloc(ptr noundef %0, i64 noundef %1) #0 {
%3 = alloca ptr, align 8
%4 = alloca i64, align 8
%5 = alloca ptr, align 8
store ptr %0, ptr %3, align 8
store i64 %1, ptr %4, align 8
%6 = load ptr, ptr %3, align 8
%7 = load i64, ptr %4, align 8
%8 = call ptr @realloc(ptr noundef %6, i64 noundef %7) #3
store ptr %8, ptr %5, align 8
%9 = load ptr, ptr %5, align 8
%10 = icmp eq ptr %9, null
br i1 %10, label %11, label %14
11: ; preds = %2
%12 = load i64, ptr %4, align 8
%13 = call i32 @eprintf(ptr noundef @.str, i64 noundef %12)
br label %14
14: ; preds = %11, %2
%15 = load ptr, ptr %5, align 8
ret ptr %15
}
; Function Attrs: allocsize(1)
declare ptr @realloc(ptr noundef, i64 noundef) #1
declare i32 @eprintf(ptr noundef, i64 noundef) #2
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { allocsize(1) "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #2 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #3 = { allocsize(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/tmpiqodlm4m.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@.str = private unnamed_addr constant [28 x i8] c"realloc of %u bytes failed:\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local ptr @erealloc(ptr noundef %0, i64 noundef %1) #0 {
%3 = alloca ptr, align 8
%4 = alloca i64, align 8
%5 = alloca ptr, align 8
store ptr %0, ptr %3, align 8
store i64 %1, ptr %4, align 8
%6 = load ptr, ptr %3, align 8
%7 = load i64, ptr %4, align 8
%8 = call ptr @realloc(ptr noundef %6, i64 noundef %7) #3
store ptr %8, ptr %5, align 8
%9 = load ptr, ptr %5, align 8
%10 = icmp eq ptr %9, null
br i1 %10, label %11, label %14
11: ; preds = %2
%12 = load i64, ptr %4, align 8
%13 = call i32 @eprintf(ptr noundef @.str, i64 noundef %12)
br label %14
14: ; preds = %11, %2
%15 = load ptr, ptr %5, align 8
ret ptr %15
}
; Function Attrs: allocsize(1)
declare ptr @realloc(ptr noundef, i64 noundef) #1
declare i32 @eprintf(ptr noundef, i64 noundef) #2
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { allocsize(1) "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #2 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #3 = { allocsize(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/tmpgp03ya96.c'
source_filename = "/tmp/tmpgp03ya96.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @__zabs(double noundef %0, i32 noundef %1) #0 {
%3 = alloca double, align 8
%4 = alloca i32, align 4
store double %0, ptr %3, align 8
store i32 %1, ptr %4, align 4
%5 = load double, ptr %3, align 8
%6 = load i32, ptr %4, align 4
%7 = call double @hypot(double noundef %5, i32 noundef %6)
ret double %7
}
declare double @hypot(double noundef, i32 noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmpgp03ya96.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @__zabs(double noundef %0, i32 noundef %1) #0 {
%3 = alloca double, align 8
%4 = alloca i32, align 4
store double %0, ptr %3, align 8
store i32 %1, ptr %4, align 4
%5 = load double, ptr %3, align 8
%6 = load i32, ptr %4, align 4
%7 = call double @hypot(double noundef %5, i32 noundef %6)
ret double %7
}
declare double @hypot(double noundef, i32 noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
|
; ModuleID = '/tmp/tmpz9rnq0ra.c'
source_filename = "/tmp/tmpz9rnq0ra.c"
target datalayout = "e-m:e-p270: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/tmpz9rnq0ra.c"
target datalayout = "e-m:e-p270: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/tmpxez94mgh.c'
source_filename = "/tmp/tmpxez94mgh.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @mktexturepalette() #0 {
%1 = alloca ptr, align 8
%2 = call ptr @mkpalette(i32 noundef 201)
store ptr %2, ptr %1, align 8
%3 = load ptr, ptr %1, align 8
%4 = call i32 @palettegradient(ptr noundef %3, i32 noundef 253, i32 noundef 255, i32 noundef 192, i32 noundef 187, i32 noundef 111, i32 noundef 63, i32 noundef 0, i32 noundef 30)
%5 = load ptr, ptr %1, align 8
%6 = call i32 @palettegradient(ptr noundef %5, i32 noundef 187, i32 noundef 111, i32 noundef 63, i32 noundef 13, i32 noundef 7, i32 noundef 5, i32 noundef 30, i32 noundef 120)
%7 = load ptr, ptr %1, align 8
%8 = call i32 @palettegradient(ptr noundef %7, i32 noundef 13, i32 noundef 7, i32 noundef 5, i32 noundef 0, i32 noundef 0, i32 noundef 0, i32 noundef 120, i32 noundef 200)
%9 = load ptr, ptr %1, align 8
ret ptr %9
}
declare ptr @mkpalette(i32 noundef) #1
declare i32 @palettegradient(ptr noundef, i32 noundef, i32 noundef, i32 noundef, i32 noundef, i32 noundef, i32 noundef, i32 noundef, i32 noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmpxez94mgh.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @mktexturepalette() #0 {
%1 = alloca ptr, align 8
%2 = call ptr @mkpalette(i32 noundef 201)
store ptr %2, ptr %1, align 8
%3 = load ptr, ptr %1, align 8
%4 = call i32 @palettegradient(ptr noundef %3, i32 noundef 253, i32 noundef 255, i32 noundef 192, i32 noundef 187, i32 noundef 111, i32 noundef 63, i32 noundef 0, i32 noundef 30)
%5 = load ptr, ptr %1, align 8
%6 = call i32 @palettegradient(ptr noundef %5, i32 noundef 187, i32 noundef 111, i32 noundef 63, i32 noundef 13, i32 noundef 7, i32 noundef 5, i32 noundef 30, i32 noundef 120)
%7 = load ptr, ptr %1, align 8
%8 = call i32 @palettegradient(ptr noundef %7, i32 noundef 13, i32 noundef 7, i32 noundef 5, i32 noundef 0, i32 noundef 0, i32 noundef 0, i32 noundef 120, i32 noundef 200)
%9 = load ptr, ptr %1, align 8
ret ptr %9
}
declare ptr @mkpalette(i32 noundef) #1
declare i32 @palettegradient(ptr noundef, i32 noundef, i32 noundef, i32 noundef, i32 noundef, i32 noundef, i32 noundef, i32 noundef, i32 noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
|
; ModuleID = '/tmp/tmp4rfhg8jh.c'
source_filename = "/tmp/tmp4rfhg8jh.c"
target datalayout = "e-m:e-p270: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/tmp4rfhg8jh.c"
target datalayout = "e-m:e-p270: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/tmp21qbm2t8.c'
source_filename = "/tmp/tmp21qbm2t8.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@.str = private unnamed_addr constant [5 x i8] c"l:ng\00", align 1
@.str.1 = private unnamed_addr constant [19 x i8] c"My name is Lyong.\0A\00", align 1
@.str.2 = private unnamed_addr constant [21 x i8] c"Her name is Xxiong.\0A\00", align 1
@optarg = dso_local global ptr null, align 8
@.str.3 = private unnamed_addr constant [16 x i8] c"Our love is %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 ptr, align 8
store i32 0, ptr %3, align 4
store i32 %0, ptr %4, align 4
store ptr %1, ptr %5, align 8
br label %8
8: ; preds = %23, %2
%9 = load i32, ptr %4, align 4
%10 = load ptr, ptr %5, align 8
%11 = call i32 @getopt(i32 noundef %9, ptr noundef %10, ptr noundef @.str)
store i32 %11, ptr %6, align 4
%12 = icmp ne i32 %11, -1
br i1 %12, label %13, label %24
13: ; preds = %8
%14 = load i32, ptr %6, align 4
switch i32 %14, label %23 [
i32 110, label %15
i32 103, label %17
i32 108, label %19
]
15: ; preds = %13
%16 = call i32 (ptr, ...) @printf(ptr noundef @.str.1)
br label %23
17: ; preds = %13
%18 = call i32 (ptr, ...) @printf(ptr noundef @.str.2)
br label %23
19: ; preds = %13
%20 = load ptr, ptr @optarg, align 8
store ptr %20, ptr %7, align 8
%21 = load ptr, ptr @optarg, align 8
%22 = call i32 (ptr, ...) @printf(ptr noundef @.str.3, ptr noundef %21)
br label %23
23: ; preds = %13, %19, %17, %15
br label %8, !llvm.loop !6
24: ; preds = %8
ret i32 0
}
declare i32 @getopt(i32 noundef, ptr noundef, ptr noundef) #1
declare i32 @printf(ptr noundef, ...) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"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/tmp21qbm2t8.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@.str = private unnamed_addr constant [5 x i8] c"l:ng\00", align 1
@.str.1 = private unnamed_addr constant [19 x i8] c"My name is Lyong.\0A\00", align 1
@.str.2 = private unnamed_addr constant [21 x i8] c"Her name is Xxiong.\0A\00", align 1
@optarg = dso_local global ptr null, align 8
@.str.3 = private unnamed_addr constant [16 x i8] c"Our love is %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 ptr, align 8
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 = load ptr, ptr %5, align 8
%10 = call i32 @getopt(i32 noundef %8, ptr noundef %9, ptr noundef @.str)
store i32 %10, ptr %6, align 4
%11 = icmp ne i32 %10, -1
br i1 %11, label %.lr.ph, label %27
.lr.ph: ; preds = %2
br label %12
12: ; preds = %.lr.ph, %22
%13 = load i32, ptr %6, align 4
switch i32 %13, label %22 [
i32 110, label %14
i32 103, label %16
i32 108, label %18
]
14: ; preds = %12
%15 = call i32 (ptr, ...) @printf(ptr noundef @.str.1)
br label %22
16: ; preds = %12
%17 = call i32 (ptr, ...) @printf(ptr noundef @.str.2)
br label %22
18: ; preds = %12
%19 = load ptr, ptr @optarg, align 8
store ptr %19, ptr %7, align 8
%20 = load ptr, ptr @optarg, align 8
%21 = call i32 (ptr, ...) @printf(ptr noundef @.str.3, ptr noundef %20)
br label %22
22: ; preds = %18, %16, %14, %12
%23 = load i32, ptr %4, align 4
%24 = load ptr, ptr %5, align 8
%25 = call i32 @getopt(i32 noundef %23, ptr noundef %24, ptr noundef @.str)
store i32 %25, ptr %6, align 4
%26 = icmp ne i32 %25, -1
br i1 %26, label %12, label %._crit_edge, !llvm.loop !6
._crit_edge: ; preds = %22
br label %27
27: ; preds = %._crit_edge, %2
ret i32 0
}
declare i32 @getopt(i32 noundef, ptr noundef, ptr noundef) #1
declare i32 @printf(ptr noundef, ...) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"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/tmp4jk55hh6.c'
source_filename = "/tmp/tmp4jk55hh6.c"
target datalayout = "e-m:e-p270: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/tmp4jk55hh6.c"
target datalayout = "e-m:e-p270: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/tmptmiacpfr.c'
source_filename = "/tmp/tmptmiacpfr.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@errno = dso_local global i32 0, align 4
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmptmiacpfr.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@errno = dso_local global i32 0, align 4
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
|
; ModuleID = '/tmp/tmpazzdyr95.c'
source_filename = "/tmp/tmpazzdyr95.c"
target datalayout = "e-m:e-p270: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/tmpazzdyr95.c"
target datalayout = "e-m:e-p270: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/tmp6wzdurxz.c'
source_filename = "/tmp/tmp6wzdurxz.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-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"i was called.\0A\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i64 @sysconf(i32 noundef %0) #0 {
%2 = alloca i64, align 8
%3 = alloca i32, align 4
store i32 %0, ptr %3, align 4
%4 = load i32, ptr %3, align 4
switch i32 %4, label %8 [
i32 128, label %5
i32 129, label %6
]
5: ; preds = %1
store i64 4096, ptr %2, align 8
br label %9
6: ; preds = %1
%7 = call i32 @printf(ptr noundef @.str)
store i64 100, ptr %2, align 8
br label %9
8: ; preds = %1
store i64 0, ptr %2, align 8
br label %9
9: ; preds = %8, %6, %5
%10 = load i64, ptr %2, align 8
ret i64 %10
}
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/tmp6wzdurxz.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-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"i was called.\0A\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i64 @sysconf(i32 noundef %0) #0 {
%2 = alloca i64, align 8
%3 = alloca i32, align 4
store i32 %0, ptr %3, align 4
%4 = load i32, ptr %3, align 4
switch i32 %4, label %8 [
i32 128, label %5
i32 129, label %6
]
5: ; preds = %1
store i64 4096, ptr %2, align 8
br label %9
6: ; preds = %1
%7 = call i32 @printf(ptr noundef @.str)
store i64 100, ptr %2, align 8
br label %9
8: ; preds = %1
store i64 0, ptr %2, align 8
br label %9
9: ; preds = %8, %6, %5
%10 = load i64, ptr %2, align 8
ret i64 %10
}
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/tmpu433lw7z.c'
source_filename = "/tmp/tmpu433lw7z.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@.str = private unnamed_addr constant [13 x i8] c"SUMMARY: %s\0A\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local void @print_scanning(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/tmpu433lw7z.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@.str = private unnamed_addr constant [13 x i8] c"SUMMARY: %s\0A\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local void @print_scanning(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"}
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.