llvm-ir
stringlengths
479
303k
llvm-optimized-ir
stringlengths
468
303k
; ModuleID = '/tmp/tmpt39bjip0.c' source_filename = "/tmp/tmpt39bjip0.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128" target triple = "x86_64-pc-linux-gnu" @stderr = dso_local global i32 0, align 4 !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '<stdin>' source_filename = "/tmp/tmpt39bjip0.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128" target triple = "x86_64-pc-linux-gnu" @stderr = dso_local global i32 0, align 4 !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '/tmp/tmptvboi85d.c' source_filename = "/tmp/tmptvboi85d.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128" target triple = "x86_64-pc-linux-gnu" @EXIT_FAILURE = dso_local global i32 0, align 4 @stderr = dso_local global i32 0, align 4 !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '<stdin>' source_filename = "/tmp/tmptvboi85d.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128" target triple = "x86_64-pc-linux-gnu" @EXIT_FAILURE = dso_local global i32 0, align 4 @stderr = dso_local global i32 0, align 4 !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '/tmp/tmp25h32xa4.c' source_filename = "/tmp/tmp25h32xa4.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @strcat(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 = call i32 @strchr(ptr noundef %5, i8 noundef signext 0) %7 = load ptr, ptr %4, align 8 %8 = call i32 @strcpy(i32 noundef %6, ptr noundef %7) %9 = load ptr, ptr %3, align 8 ret ptr %9 } declare i32 @strcpy(i32 noundef, ptr noundef) #1 declare i32 @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/tmp25h32xa4.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @strcat(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 = call i32 @strchr(ptr noundef %5, i8 noundef signext 0) %7 = load ptr, ptr %4, align 8 %8 = call i32 @strcpy(i32 noundef %6, ptr noundef %7) %9 = load ptr, ptr %3, align 8 ret ptr %9 } declare i32 @strcpy(i32 noundef, ptr noundef) #1 declare i32 @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/tmpasvfks57.c' source_filename = "/tmp/tmpasvfks57.c" target datalayout = "e-m:e-p270: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/tmpasvfks57.c" target datalayout = "e-m:e-p270: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/tmp001zd95t.c' source_filename = "/tmp/tmp001zd95t.c" target datalayout = "e-m:e-p270: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 [69 x i8] c"usage: mknews [-o] [-d output_dir] [-b output_basename] totnews.cdr\0A\00", align 1 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local void @usage(i32 noundef %0) #0 { %2 = alloca i32, align 4 store i32 %0, ptr %2, align 4 %3 = load i32, ptr @stderr, align 4 %4 = call i32 @fprintf(i32 noundef %3, ptr noundef @.str) %5 = load i32, ptr %2, align 4 %6 = call i32 @exit(i32 noundef %5) #3 unreachable } declare i32 @fprintf(i32 noundef, ptr noundef) #1 ; Function Attrs: noreturn declare i32 @exit(i32 noundef) #2 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #2 = { noreturn "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #3 = { noreturn } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '<stdin>' source_filename = "/tmp/tmp001zd95t.c" target datalayout = "e-m:e-p270: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 [69 x i8] c"usage: mknews [-o] [-d output_dir] [-b output_basename] totnews.cdr\0A\00", align 1 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local void @usage(i32 noundef %0) #0 { %2 = alloca i32, align 4 store i32 %0, ptr %2, align 4 %3 = load i32, ptr @stderr, align 4 %4 = call i32 @fprintf(i32 noundef %3, ptr noundef @.str) %5 = load i32, ptr %2, align 4 %6 = call i32 @exit(i32 noundef %5) #3 unreachable } declare i32 @fprintf(i32 noundef, ptr noundef) #1 ; Function Attrs: noreturn declare i32 @exit(i32 noundef) #2 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #2 = { noreturn "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #3 = { noreturn } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '/tmp/tmpq17hy_6q.c' source_filename = "/tmp/tmpq17hy_6q.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @over() #0 { %1 = call i32 (...) @push() %2 = call i32 (...) @dup() %3 = call i32 (...) @pull() %4 = call i32 (...) @swap() ret void } declare i32 @push(...) #1 declare i32 @dup(...) #1 declare i32 @pull(...) #1 declare i32 @swap(...) #1 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '<stdin>' source_filename = "/tmp/tmpq17hy_6q.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @over() #0 { %1 = call i32 (...) @push() %2 = call i32 (...) @dup() %3 = call i32 (...) @pull() %4 = call i32 (...) @swap() ret void } declare i32 @push(...) #1 declare i32 @dup(...) #1 declare i32 @pull(...) #1 declare i32 @swap(...) #1 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '/tmp/tmply5xka4c.c' source_filename = "/tmp/tmply5xka4c.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @bbm_com_tuner_write(ptr noundef %0, i8 noundef zeroext %1, i8 noundef zeroext %2, ptr noundef %3, i8 noundef zeroext %4) #0 { %6 = alloca ptr, align 8 %7 = alloca i8, align 1 %8 = alloca i8, align 1 %9 = alloca ptr, align 8 %10 = alloca i8, align 1 %11 = alloca i32, align 4 store ptr %0, ptr %6, align 8 store i8 %1, ptr %7, align 1 store i8 %2, ptr %8, align 1 store ptr %3, ptr %9, align 8 store i8 %4, ptr %10, align 1 %12 = load ptr, ptr %6, align 8 %13 = load i8, ptr %7, align 1 %14 = load i8, ptr %8, align 1 %15 = load ptr, ptr %9, align 8 %16 = load i8, ptr %10, align 1 %17 = call i32 @tuner_i2c_write(ptr noundef %12, i8 noundef zeroext %13, i8 noundef zeroext %14, ptr noundef %15, i8 noundef zeroext %16) store i32 %17, ptr %11, align 4 %18 = load i32, ptr %11, align 4 ret i32 %18 } declare i32 @tuner_i2c_write(ptr noundef, i8 noundef zeroext, i8 noundef zeroext, ptr noundef, 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/tmply5xka4c.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @bbm_com_tuner_write(ptr noundef %0, i8 noundef zeroext %1, i8 noundef zeroext %2, ptr noundef %3, i8 noundef zeroext %4) #0 { %6 = alloca ptr, align 8 %7 = alloca i8, align 1 %8 = alloca i8, align 1 %9 = alloca ptr, align 8 %10 = alloca i8, align 1 %11 = alloca i32, align 4 store ptr %0, ptr %6, align 8 store i8 %1, ptr %7, align 1 store i8 %2, ptr %8, align 1 store ptr %3, ptr %9, align 8 store i8 %4, ptr %10, align 1 %12 = load ptr, ptr %6, align 8 %13 = load i8, ptr %7, align 1 %14 = load i8, ptr %8, align 1 %15 = load ptr, ptr %9, align 8 %16 = load i8, ptr %10, align 1 %17 = call i32 @tuner_i2c_write(ptr noundef %12, i8 noundef zeroext %13, i8 noundef zeroext %14, ptr noundef %15, i8 noundef zeroext %16) store i32 %17, ptr %11, align 4 %18 = load i32, ptr %11, align 4 ret i32 %18 } declare i32 @tuner_i2c_write(ptr noundef, i8 noundef zeroext, i8 noundef zeroext, ptr noundef, 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/tmplxh8522i.c' source_filename = "/tmp/tmplxh8522i.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @getintsockopt(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 %10 = alloca i32, align 4 store i32 %0, ptr %5, align 4 store i32 %1, ptr %6, align 4 store i32 %2, ptr %7, align 4 store i32 4, ptr %8, align 4 %11 = load i32, ptr %5, align 4 %12 = load i32, ptr %6, align 4 %13 = load i32, ptr %7, align 4 %14 = call i32 @getsockopt(i32 noundef %11, i32 noundef %12, i32 noundef %13, ptr noundef %9, ptr noundef %8) store i32 %14, ptr %10, align 4 %15 = load i32, ptr %10, align 4 %16 = icmp ne i32 %15, 0 br i1 %16, label %17, label %19 17: ; preds = %3 %18 = load i32, ptr %10, align 4 store i32 %18, ptr %4, align 4 br label %21 19: ; preds = %3 %20 = load i32, ptr %9, align 4 store i32 %20, ptr %4, align 4 br label %21 21: ; preds = %19, %17 %22 = load i32, ptr %4, align 4 ret i32 %22 } declare i32 @getsockopt(i32 noundef, i32 noundef, i32 noundef, ptr noundef, ptr noundef) #1 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '<stdin>' source_filename = "/tmp/tmplxh8522i.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @getintsockopt(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 %10 = alloca i32, align 4 store i32 %0, ptr %5, align 4 store i32 %1, ptr %6, align 4 store i32 %2, ptr %7, align 4 store i32 4, ptr %8, align 4 %11 = load i32, ptr %5, align 4 %12 = load i32, ptr %6, align 4 %13 = load i32, ptr %7, align 4 %14 = call i32 @getsockopt(i32 noundef %11, i32 noundef %12, i32 noundef %13, ptr noundef %9, ptr noundef %8) store i32 %14, ptr %10, align 4 %15 = load i32, ptr %10, align 4 %16 = icmp ne i32 %15, 0 br i1 %16, label %17, label %19 17: ; preds = %3 %18 = load i32, ptr %10, align 4 store i32 %18, ptr %4, align 4 br label %21 19: ; preds = %3 %20 = load i32, ptr %9, align 4 store i32 %20, ptr %4, align 4 br label %21 21: ; preds = %19, %17 %22 = load i32, ptr %4, align 4 ret i32 %22 } declare i32 @getsockopt(i32 noundef, i32 noundef, i32 noundef, ptr noundef, ptr noundef) #1 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '/tmp/tmpn_yf93rl.c' source_filename = "/tmp/tmpn_yf93rl.c" target datalayout = "e-m:e-p270: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/tmpn_yf93rl.c" target datalayout = "e-m:e-p270: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/tmpuvqul335.c' source_filename = "/tmp/tmpuvqul335.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-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"passed - cimpl_absImg\0A\00", align 1 @.str.1 = private unnamed_addr constant [23 x i8] c"failed - cimpl_absImg\0A\00", align 1 @.str.2 = private unnamed_addr constant [23 x i8] c"passed - cimpl_absVol\0A\00", align 1 @.str.3 = private unnamed_addr constant [23 x i8] c"failed - cimpl_absVol\0A\00", align 1 @.str.4 = private unnamed_addr constant [24 x i8] c"passed - cimpl_addImgs\0A\00", align 1 @.str.5 = private unnamed_addr constant [24 x i8] c"failed - cimpl_addImgs\0A\00", align 1 @.str.6 = private unnamed_addr constant [24 x i8] c"passed - cimpl_addVols\0A\00", align 1 @.str.7 = private unnamed_addr constant [24 x i8] c"failed - cimpl_addVols\0A\00", align 1 @.str.8 = private unnamed_addr constant [30 x i8] c"passed - cimpl_addScalar2Img\0A\00", align 1 @.str.9 = private unnamed_addr constant [30 x i8] c"failed - cimpl_addScalar2Img\0A\00", align 1 @.str.10 = private unnamed_addr constant [30 x i8] c"passed - cimpl_addScalar2Vol\0A\00", align 1 @.str.11 = private unnamed_addr constant [30 x i8] c"failed - cimpl_addScalar2Vol\0A\00", align 1 @.str.12 = private unnamed_addr constant [27 x i8] c"passed - cimpl_divideImgs\0A\00", align 1 @.str.13 = private unnamed_addr constant [27 x i8] c"failed - cimpl_divideImgs\0A\00", align 1 @.str.14 = private unnamed_addr constant [34 x i8] c"passed - cimpl_divideImgByScalar\0A\00", align 1 @.str.15 = private unnamed_addr constant [34 x i8] c"failed - cimpl_divideImgByScalar\0A\00", align 1 @.str.16 = private unnamed_addr constant [26 x i8] c"passed - cimpl_flipImgLR\0A\00", align 1 @.str.17 = private unnamed_addr constant [26 x i8] c"failed - cimpl_flipImgLR\0A\00", align 1 @.str.18 = private unnamed_addr constant [26 x i8] c"passed - cimpl_flipImgUD\0A\00", align 1 @.str.19 = private unnamed_addr constant [26 x i8] c"failed - cimpl_flipImgUD\0A\00", align 1 @.str.20 = private unnamed_addr constant [29 x i8] c"passed - cimpl_multiplyImgs\0A\00", align 1 @.str.21 = private unnamed_addr constant [29 x i8] c"failed - cimpl_multiplyImgs\0A\00", align 1 @.str.22 = private unnamed_addr constant [22 x i8] c"passed - cimpl_rot90\0A\00", align 1 @.str.23 = private unnamed_addr constant [22 x i8] c"failed - cimpl_rot90\0A\00", align 1 @.str.24 = private unnamed_addr constant [23 x i8] c"passed - cimpl_rot180\0A\00", align 1 @.str.25 = private unnamed_addr constant [23 x i8] c"failed - cimpl_rot180\0A\00", align 1 @.str.26 = private unnamed_addr constant [23 x i8] c"passed - cimpl_rot270\0A\00", align 1 @.str.27 = private unnamed_addr constant [23 x i8] c"failed - cimpl_rot270\0A\00", align 1 @.str.28 = private unnamed_addr constant [24 x i8] c"passed - cimpl_sqrtImg\0A\00", align 1 @.str.29 = private unnamed_addr constant [24 x i8] c"failed - cimpl_sqrtImg\0A\00", align 1 @.str.30 = private unnamed_addr constant [24 x i8] c"passed - cimpl_sqrtVol\0A\00", align 1 @.str.31 = private unnamed_addr constant [24 x i8] c"failed - cimpl_sqrtVol\0A\00", align 1 @.str.32 = private unnamed_addr constant [23 x i8] c"passed - cimpl_sumImg\0A\00", align 1 @.str.33 = private unnamed_addr constant [23 x i8] c"failed - cimpl_sumImg\0A\00", align 1 @.str.34 = private unnamed_addr constant [23 x i8] c"passed - cimpl_sumVol\0A\00", align 1 @.str.35 = private unnamed_addr constant [23 x i8] c"failed - cimpl_sumVol\0A\00", align 1 @.str.36 = private unnamed_addr constant [29 x i8] c"passed - cimpl_transposeImg\0A\00", align 1 @.str.37 = private unnamed_addr constant [29 x i8] c"failed - cimpl_transposeImg\0A\00", align 1 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local void @cimpl_test() #0 { %1 = call i64 (...) @test_absImg() %2 = icmp ne i64 %1, 0 br i1 %2, label %3, label %5 3: ; preds = %0 %4 = call i32 @printf(ptr noundef @.str) br label %7 5: ; preds = %0 %6 = call i32 @printf(ptr noundef @.str.1) br label %7 7: ; preds = %5, %3 %8 = call i64 (...) @test_absVol() %9 = icmp ne i64 %8, 0 br i1 %9, label %10, label %12 10: ; preds = %7 %11 = call i32 @printf(ptr noundef @.str.2) br label %14 12: ; preds = %7 %13 = call i32 @printf(ptr noundef @.str.3) br label %14 14: ; preds = %12, %10 %15 = call i64 (...) @test_addImgs() %16 = icmp ne i64 %15, 0 br i1 %16, label %17, label %19 17: ; preds = %14 %18 = call i32 @printf(ptr noundef @.str.4) br label %21 19: ; preds = %14 %20 = call i32 @printf(ptr noundef @.str.5) br label %21 21: ; preds = %19, %17 %22 = call i64 (...) @test_addVols() %23 = icmp ne i64 %22, 0 br i1 %23, label %24, label %26 24: ; preds = %21 %25 = call i32 @printf(ptr noundef @.str.6) br label %28 26: ; preds = %21 %27 = call i32 @printf(ptr noundef @.str.7) br label %28 28: ; preds = %26, %24 %29 = call i64 (...) @test_addScalar2Img() %30 = icmp ne i64 %29, 0 br i1 %30, label %31, label %33 31: ; preds = %28 %32 = call i32 @printf(ptr noundef @.str.8) br label %35 33: ; preds = %28 %34 = call i32 @printf(ptr noundef @.str.9) br label %35 35: ; preds = %33, %31 %36 = call i64 (...) @test_addScalar2Vol() %37 = icmp ne i64 %36, 0 br i1 %37, label %38, label %40 38: ; preds = %35 %39 = call i32 @printf(ptr noundef @.str.10) br label %42 40: ; preds = %35 %41 = call i32 @printf(ptr noundef @.str.11) br label %42 42: ; preds = %40, %38 %43 = call i64 (...) @test_divideImgs() %44 = icmp ne i64 %43, 0 br i1 %44, label %45, label %47 45: ; preds = %42 %46 = call i32 @printf(ptr noundef @.str.12) br label %49 47: ; preds = %42 %48 = call i32 @printf(ptr noundef @.str.13) br label %49 49: ; preds = %47, %45 %50 = call i64 (...) @test_divideImgByScalar() %51 = icmp ne i64 %50, 0 br i1 %51, label %52, label %54 52: ; preds = %49 %53 = call i32 @printf(ptr noundef @.str.14) br label %56 54: ; preds = %49 %55 = call i32 @printf(ptr noundef @.str.15) br label %56 56: ; preds = %54, %52 %57 = call i64 (...) @test_flipImgLR() %58 = icmp ne i64 %57, 0 br i1 %58, label %59, label %61 59: ; preds = %56 %60 = call i32 @printf(ptr noundef @.str.16) br label %63 61: ; preds = %56 %62 = call i32 @printf(ptr noundef @.str.17) br label %63 63: ; preds = %61, %59 %64 = call i64 (...) @test_flipImgUD() %65 = icmp ne i64 %64, 0 br i1 %65, label %66, label %68 66: ; preds = %63 %67 = call i32 @printf(ptr noundef @.str.18) br label %70 68: ; preds = %63 %69 = call i32 @printf(ptr noundef @.str.19) br label %70 70: ; preds = %68, %66 %71 = call i64 (...) @test_multiplyImgs() %72 = icmp ne i64 %71, 0 br i1 %72, label %73, label %75 73: ; preds = %70 %74 = call i32 @printf(ptr noundef @.str.20) br label %77 75: ; preds = %70 %76 = call i32 @printf(ptr noundef @.str.21) br label %77 77: ; preds = %75, %73 %78 = call i64 (...) @test_rot90() %79 = icmp ne i64 %78, 0 br i1 %79, label %80, label %82 80: ; preds = %77 %81 = call i32 @printf(ptr noundef @.str.22) br label %84 82: ; preds = %77 %83 = call i32 @printf(ptr noundef @.str.23) br label %84 84: ; preds = %82, %80 %85 = call i64 (...) @test_rot180() %86 = icmp ne i64 %85, 0 br i1 %86, label %87, label %89 87: ; preds = %84 %88 = call i32 @printf(ptr noundef @.str.24) br label %91 89: ; preds = %84 %90 = call i32 @printf(ptr noundef @.str.25) br label %91 91: ; preds = %89, %87 %92 = call i64 (...) @test_rot270() %93 = icmp ne i64 %92, 0 br i1 %93, label %94, label %96 94: ; preds = %91 %95 = call i32 @printf(ptr noundef @.str.26) br label %98 96: ; preds = %91 %97 = call i32 @printf(ptr noundef @.str.27) br label %98 98: ; preds = %96, %94 %99 = call i64 (...) @test_sqrtImg() %100 = icmp ne i64 %99, 0 br i1 %100, label %101, label %103 101: ; preds = %98 %102 = call i32 @printf(ptr noundef @.str.28) br label %105 103: ; preds = %98 %104 = call i32 @printf(ptr noundef @.str.29) br label %105 105: ; preds = %103, %101 %106 = call i64 (...) @test_sqrtVol() %107 = icmp ne i64 %106, 0 br i1 %107, label %108, label %110 108: ; preds = %105 %109 = call i32 @printf(ptr noundef @.str.30) br label %112 110: ; preds = %105 %111 = call i32 @printf(ptr noundef @.str.31) br label %112 112: ; preds = %110, %108 %113 = call i64 (...) @test_sumImg() %114 = icmp ne i64 %113, 0 br i1 %114, label %115, label %117 115: ; preds = %112 %116 = call i32 @printf(ptr noundef @.str.32) br label %119 117: ; preds = %112 %118 = call i32 @printf(ptr noundef @.str.33) br label %119 119: ; preds = %117, %115 %120 = call i64 (...) @test_sumVol() %121 = icmp ne i64 %120, 0 br i1 %121, label %122, label %124 122: ; preds = %119 %123 = call i32 @printf(ptr noundef @.str.34) br label %126 124: ; preds = %119 %125 = call i32 @printf(ptr noundef @.str.35) br label %126 126: ; preds = %124, %122 %127 = call i64 (...) @test_transposeImg() %128 = icmp ne i64 %127, 0 br i1 %128, label %129, label %131 129: ; preds = %126 %130 = call i32 @printf(ptr noundef @.str.36) br label %133 131: ; preds = %126 %132 = call i32 @printf(ptr noundef @.str.37) br label %133 133: ; preds = %131, %129 ret void } declare i64 @test_absImg(...) #1 declare i32 @printf(ptr noundef) #1 declare i64 @test_absVol(...) #1 declare i64 @test_addImgs(...) #1 declare i64 @test_addVols(...) #1 declare i64 @test_addScalar2Img(...) #1 declare i64 @test_addScalar2Vol(...) #1 declare i64 @test_divideImgs(...) #1 declare i64 @test_divideImgByScalar(...) #1 declare i64 @test_flipImgLR(...) #1 declare i64 @test_flipImgUD(...) #1 declare i64 @test_multiplyImgs(...) #1 declare i64 @test_rot90(...) #1 declare i64 @test_rot180(...) #1 declare i64 @test_rot270(...) #1 declare i64 @test_sqrtImg(...) #1 declare i64 @test_sqrtVol(...) #1 declare i64 @test_sumImg(...) #1 declare i64 @test_sumVol(...) #1 declare i64 @test_transposeImg(...) #1 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '<stdin>' source_filename = "/tmp/tmpuvqul335.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-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"passed - cimpl_absImg\0A\00", align 1 @.str.1 = private unnamed_addr constant [23 x i8] c"failed - cimpl_absImg\0A\00", align 1 @.str.2 = private unnamed_addr constant [23 x i8] c"passed - cimpl_absVol\0A\00", align 1 @.str.3 = private unnamed_addr constant [23 x i8] c"failed - cimpl_absVol\0A\00", align 1 @.str.4 = private unnamed_addr constant [24 x i8] c"passed - cimpl_addImgs\0A\00", align 1 @.str.5 = private unnamed_addr constant [24 x i8] c"failed - cimpl_addImgs\0A\00", align 1 @.str.6 = private unnamed_addr constant [24 x i8] c"passed - cimpl_addVols\0A\00", align 1 @.str.7 = private unnamed_addr constant [24 x i8] c"failed - cimpl_addVols\0A\00", align 1 @.str.8 = private unnamed_addr constant [30 x i8] c"passed - cimpl_addScalar2Img\0A\00", align 1 @.str.9 = private unnamed_addr constant [30 x i8] c"failed - cimpl_addScalar2Img\0A\00", align 1 @.str.10 = private unnamed_addr constant [30 x i8] c"passed - cimpl_addScalar2Vol\0A\00", align 1 @.str.11 = private unnamed_addr constant [30 x i8] c"failed - cimpl_addScalar2Vol\0A\00", align 1 @.str.12 = private unnamed_addr constant [27 x i8] c"passed - cimpl_divideImgs\0A\00", align 1 @.str.13 = private unnamed_addr constant [27 x i8] c"failed - cimpl_divideImgs\0A\00", align 1 @.str.14 = private unnamed_addr constant [34 x i8] c"passed - cimpl_divideImgByScalar\0A\00", align 1 @.str.15 = private unnamed_addr constant [34 x i8] c"failed - cimpl_divideImgByScalar\0A\00", align 1 @.str.16 = private unnamed_addr constant [26 x i8] c"passed - cimpl_flipImgLR\0A\00", align 1 @.str.17 = private unnamed_addr constant [26 x i8] c"failed - cimpl_flipImgLR\0A\00", align 1 @.str.18 = private unnamed_addr constant [26 x i8] c"passed - cimpl_flipImgUD\0A\00", align 1 @.str.19 = private unnamed_addr constant [26 x i8] c"failed - cimpl_flipImgUD\0A\00", align 1 @.str.20 = private unnamed_addr constant [29 x i8] c"passed - cimpl_multiplyImgs\0A\00", align 1 @.str.21 = private unnamed_addr constant [29 x i8] c"failed - cimpl_multiplyImgs\0A\00", align 1 @.str.22 = private unnamed_addr constant [22 x i8] c"passed - cimpl_rot90\0A\00", align 1 @.str.23 = private unnamed_addr constant [22 x i8] c"failed - cimpl_rot90\0A\00", align 1 @.str.24 = private unnamed_addr constant [23 x i8] c"passed - cimpl_rot180\0A\00", align 1 @.str.25 = private unnamed_addr constant [23 x i8] c"failed - cimpl_rot180\0A\00", align 1 @.str.26 = private unnamed_addr constant [23 x i8] c"passed - cimpl_rot270\0A\00", align 1 @.str.27 = private unnamed_addr constant [23 x i8] c"failed - cimpl_rot270\0A\00", align 1 @.str.28 = private unnamed_addr constant [24 x i8] c"passed - cimpl_sqrtImg\0A\00", align 1 @.str.29 = private unnamed_addr constant [24 x i8] c"failed - cimpl_sqrtImg\0A\00", align 1 @.str.30 = private unnamed_addr constant [24 x i8] c"passed - cimpl_sqrtVol\0A\00", align 1 @.str.31 = private unnamed_addr constant [24 x i8] c"failed - cimpl_sqrtVol\0A\00", align 1 @.str.32 = private unnamed_addr constant [23 x i8] c"passed - cimpl_sumImg\0A\00", align 1 @.str.33 = private unnamed_addr constant [23 x i8] c"failed - cimpl_sumImg\0A\00", align 1 @.str.34 = private unnamed_addr constant [23 x i8] c"passed - cimpl_sumVol\0A\00", align 1 @.str.35 = private unnamed_addr constant [23 x i8] c"failed - cimpl_sumVol\0A\00", align 1 @.str.36 = private unnamed_addr constant [29 x i8] c"passed - cimpl_transposeImg\0A\00", align 1 @.str.37 = private unnamed_addr constant [29 x i8] c"failed - cimpl_transposeImg\0A\00", align 1 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local void @cimpl_test() #0 { %1 = call i64 (...) @test_absImg() %2 = icmp ne i64 %1, 0 br i1 %2, label %3, label %5 3: ; preds = %0 %4 = call i32 @printf(ptr noundef @.str) br label %7 5: ; preds = %0 %6 = call i32 @printf(ptr noundef @.str.1) br label %7 7: ; preds = %5, %3 %8 = call i64 (...) @test_absVol() %9 = icmp ne i64 %8, 0 br i1 %9, label %10, label %12 10: ; preds = %7 %11 = call i32 @printf(ptr noundef @.str.2) br label %14 12: ; preds = %7 %13 = call i32 @printf(ptr noundef @.str.3) br label %14 14: ; preds = %12, %10 %15 = call i64 (...) @test_addImgs() %16 = icmp ne i64 %15, 0 br i1 %16, label %17, label %19 17: ; preds = %14 %18 = call i32 @printf(ptr noundef @.str.4) br label %21 19: ; preds = %14 %20 = call i32 @printf(ptr noundef @.str.5) br label %21 21: ; preds = %19, %17 %22 = call i64 (...) @test_addVols() %23 = icmp ne i64 %22, 0 br i1 %23, label %24, label %26 24: ; preds = %21 %25 = call i32 @printf(ptr noundef @.str.6) br label %28 26: ; preds = %21 %27 = call i32 @printf(ptr noundef @.str.7) br label %28 28: ; preds = %26, %24 %29 = call i64 (...) @test_addScalar2Img() %30 = icmp ne i64 %29, 0 br i1 %30, label %31, label %33 31: ; preds = %28 %32 = call i32 @printf(ptr noundef @.str.8) br label %35 33: ; preds = %28 %34 = call i32 @printf(ptr noundef @.str.9) br label %35 35: ; preds = %33, %31 %36 = call i64 (...) @test_addScalar2Vol() %37 = icmp ne i64 %36, 0 br i1 %37, label %38, label %40 38: ; preds = %35 %39 = call i32 @printf(ptr noundef @.str.10) br label %42 40: ; preds = %35 %41 = call i32 @printf(ptr noundef @.str.11) br label %42 42: ; preds = %40, %38 %43 = call i64 (...) @test_divideImgs() %44 = icmp ne i64 %43, 0 br i1 %44, label %45, label %47 45: ; preds = %42 %46 = call i32 @printf(ptr noundef @.str.12) br label %49 47: ; preds = %42 %48 = call i32 @printf(ptr noundef @.str.13) br label %49 49: ; preds = %47, %45 %50 = call i64 (...) @test_divideImgByScalar() %51 = icmp ne i64 %50, 0 br i1 %51, label %52, label %54 52: ; preds = %49 %53 = call i32 @printf(ptr noundef @.str.14) br label %56 54: ; preds = %49 %55 = call i32 @printf(ptr noundef @.str.15) br label %56 56: ; preds = %54, %52 %57 = call i64 (...) @test_flipImgLR() %58 = icmp ne i64 %57, 0 br i1 %58, label %59, label %61 59: ; preds = %56 %60 = call i32 @printf(ptr noundef @.str.16) br label %63 61: ; preds = %56 %62 = call i32 @printf(ptr noundef @.str.17) br label %63 63: ; preds = %61, %59 %64 = call i64 (...) @test_flipImgUD() %65 = icmp ne i64 %64, 0 br i1 %65, label %66, label %68 66: ; preds = %63 %67 = call i32 @printf(ptr noundef @.str.18) br label %70 68: ; preds = %63 %69 = call i32 @printf(ptr noundef @.str.19) br label %70 70: ; preds = %68, %66 %71 = call i64 (...) @test_multiplyImgs() %72 = icmp ne i64 %71, 0 br i1 %72, label %73, label %75 73: ; preds = %70 %74 = call i32 @printf(ptr noundef @.str.20) br label %77 75: ; preds = %70 %76 = call i32 @printf(ptr noundef @.str.21) br label %77 77: ; preds = %75, %73 %78 = call i64 (...) @test_rot90() %79 = icmp ne i64 %78, 0 br i1 %79, label %80, label %82 80: ; preds = %77 %81 = call i32 @printf(ptr noundef @.str.22) br label %84 82: ; preds = %77 %83 = call i32 @printf(ptr noundef @.str.23) br label %84 84: ; preds = %82, %80 %85 = call i64 (...) @test_rot180() %86 = icmp ne i64 %85, 0 br i1 %86, label %87, label %89 87: ; preds = %84 %88 = call i32 @printf(ptr noundef @.str.24) br label %91 89: ; preds = %84 %90 = call i32 @printf(ptr noundef @.str.25) br label %91 91: ; preds = %89, %87 %92 = call i64 (...) @test_rot270() %93 = icmp ne i64 %92, 0 br i1 %93, label %94, label %96 94: ; preds = %91 %95 = call i32 @printf(ptr noundef @.str.26) br label %98 96: ; preds = %91 %97 = call i32 @printf(ptr noundef @.str.27) br label %98 98: ; preds = %96, %94 %99 = call i64 (...) @test_sqrtImg() %100 = icmp ne i64 %99, 0 br i1 %100, label %101, label %103 101: ; preds = %98 %102 = call i32 @printf(ptr noundef @.str.28) br label %105 103: ; preds = %98 %104 = call i32 @printf(ptr noundef @.str.29) br label %105 105: ; preds = %103, %101 %106 = call i64 (...) @test_sqrtVol() %107 = icmp ne i64 %106, 0 br i1 %107, label %108, label %110 108: ; preds = %105 %109 = call i32 @printf(ptr noundef @.str.30) br label %112 110: ; preds = %105 %111 = call i32 @printf(ptr noundef @.str.31) br label %112 112: ; preds = %110, %108 %113 = call i64 (...) @test_sumImg() %114 = icmp ne i64 %113, 0 br i1 %114, label %115, label %117 115: ; preds = %112 %116 = call i32 @printf(ptr noundef @.str.32) br label %119 117: ; preds = %112 %118 = call i32 @printf(ptr noundef @.str.33) br label %119 119: ; preds = %117, %115 %120 = call i64 (...) @test_sumVol() %121 = icmp ne i64 %120, 0 br i1 %121, label %122, label %124 122: ; preds = %119 %123 = call i32 @printf(ptr noundef @.str.34) br label %126 124: ; preds = %119 %125 = call i32 @printf(ptr noundef @.str.35) br label %126 126: ; preds = %124, %122 %127 = call i64 (...) @test_transposeImg() %128 = icmp ne i64 %127, 0 br i1 %128, label %129, label %131 129: ; preds = %126 %130 = call i32 @printf(ptr noundef @.str.36) br label %133 131: ; preds = %126 %132 = call i32 @printf(ptr noundef @.str.37) br label %133 133: ; preds = %131, %129 ret void } declare i64 @test_absImg(...) #1 declare i32 @printf(ptr noundef) #1 declare i64 @test_absVol(...) #1 declare i64 @test_addImgs(...) #1 declare i64 @test_addVols(...) #1 declare i64 @test_addScalar2Img(...) #1 declare i64 @test_addScalar2Vol(...) #1 declare i64 @test_divideImgs(...) #1 declare i64 @test_divideImgByScalar(...) #1 declare i64 @test_flipImgLR(...) #1 declare i64 @test_flipImgUD(...) #1 declare i64 @test_multiplyImgs(...) #1 declare i64 @test_rot90(...) #1 declare i64 @test_rot180(...) #1 declare i64 @test_rot270(...) #1 declare i64 @test_sqrtImg(...) #1 declare i64 @test_sqrtVol(...) #1 declare i64 @test_sumImg(...) #1 declare i64 @test_sumVol(...) #1 declare i64 @test_transposeImg(...) #1 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '/tmp/tmphsdwzcvw.c' source_filename = "/tmp/tmphsdwzcvw.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128" target triple = "x86_64-pc-linux-gnu" @.str = private unnamed_addr constant [27 x i8] c"MEM: %ukB ROM, %ukB RAM\0A\00", align 1 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local void @__kern_pmem_init() #0 { %1 = alloca i8, align 1 %2 = alloca i8, align 1 %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 inttoptr (i64 40960 to ptr), ptr %5, align 8 %6 = call i32 @__kern_mempageset(i32 noundef 9728, i32 noundef 0) store i8 0, ptr %1, align 1 br label %7 7: ; preds = %19, %0 %8 = load i8, ptr %1, align 1 %9 = zext i8 %8 to i32 %10 = icmp ule i32 %9, 255 br i1 %10, label %11, label %16 11: ; preds = %7 %12 = load ptr, ptr %5, align 8 %13 = call i64 @__kern_pmem_writable(ptr noundef %12) %14 = icmp ne i64 %13, 0 %15 = xor i1 %14, true br label %16 16: ; preds = %11, %7 %17 = phi i1 [ false, %7 ], [ %15, %11 ] br i1 %17, label %18, label %24 18: ; preds = %16 br label %19 19: ; preds = %18 %20 = load i8, ptr %1, align 1 %21 = add i8 %20, 1 store i8 %21, ptr %1, align 1 %22 = zext i8 %21 to i32 %23 = call i32 @__kern_mempageset(i32 noundef 9728, i32 noundef %22) br label %7, !llvm.loop !6 24: ; preds = %16 %25 = load i8, ptr %1, align 1 %26 = zext i8 %25 to i32 %27 = shl i32 %26, 5 store i32 %27, ptr %3, align 4 %28 = load i8, ptr %1, align 1 store i8 %28, ptr %2, align 1 br label %29 29: ; preds = %40, %24 %30 = load i8, ptr %2, align 1 %31 = zext i8 %30 to i32 %32 = icmp ule i32 %31, 255 br i1 %32, label %33, label %37 33: ; preds = %29 %34 = load ptr, ptr %5, align 8 %35 = call i64 @__kern_pmem_writable(ptr noundef %34) %36 = icmp ne i64 %35, 0 br label %37 37: ; preds = %33, %29 %38 = phi i1 [ false, %29 ], [ %36, %33 ] br i1 %38, label %39, label %45 39: ; preds = %37 br label %40 40: ; preds = %39 %41 = load i8, ptr %2, align 1 %42 = add i8 %41, 1 store i8 %42, ptr %2, align 1 %43 = zext i8 %42 to i32 %44 = call i32 @__kern_mempageset(i32 noundef 9728, i32 noundef %43) br label %29, !llvm.loop !8 45: ; preds = %37 %46 = load i8, ptr %2, align 1 %47 = zext i8 %46 to i32 %48 = shl i32 %47, 5 %49 = load i32, ptr %3, align 4 %50 = sub i32 %48, %49 store i32 %50, ptr %4, align 4 %51 = call i32 @__kern_mempageset(i32 noundef 9728, i32 noundef 5) %52 = load i32, ptr %3, align 4 %53 = load i32, ptr %4, align 4 %54 = call i32 @kprintf(ptr noundef @.str, i32 noundef %52, i32 noundef %53) ret void } declare i32 @__kern_mempageset(i32 noundef, i32 noundef) #1 declare i64 @__kern_pmem_writable(ptr noundef) #1 declare i32 @kprintf(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"} !8 = distinct !{!8, !7}
; ModuleID = '<stdin>' source_filename = "/tmp/tmphsdwzcvw.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128" target triple = "x86_64-pc-linux-gnu" @.str = private unnamed_addr constant [27 x i8] c"MEM: %ukB ROM, %ukB RAM\0A\00", align 1 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local void @__kern_pmem_init() #0 { %1 = alloca i8, align 1 %2 = alloca i8, align 1 %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 inttoptr (i64 40960 to ptr), ptr %5, align 8 %6 = call i32 @__kern_mempageset(i32 noundef 9728, i32 noundef 0) store i8 0, ptr %1, align 1 br label %7 7: ; preds = %19, %0 %8 = load i8, ptr %1, align 1 %9 = zext i8 %8 to i32 %10 = icmp ule i32 %9, 255 br i1 %10, label %11, label %16 11: ; preds = %7 %12 = load ptr, ptr %5, align 8 %13 = call i64 @__kern_pmem_writable(ptr noundef %12) %14 = icmp ne i64 %13, 0 %15 = xor i1 %14, true br label %16 16: ; preds = %11, %7 %17 = phi i1 [ false, %7 ], [ %15, %11 ] br i1 %17, label %18, label %24 18: ; preds = %16 br label %19 19: ; preds = %18 %20 = load i8, ptr %1, align 1 %21 = add i8 %20, 1 store i8 %21, ptr %1, align 1 %22 = zext i8 %21 to i32 %23 = call i32 @__kern_mempageset(i32 noundef 9728, i32 noundef %22) br label %7, !llvm.loop !6 24: ; preds = %16 %25 = load i8, ptr %1, align 1 %26 = zext i8 %25 to i32 %27 = shl i32 %26, 5 store i32 %27, ptr %3, align 4 %28 = load i8, ptr %1, align 1 store i8 %28, ptr %2, align 1 br label %29 29: ; preds = %40, %24 %30 = load i8, ptr %2, align 1 %31 = zext i8 %30 to i32 %32 = icmp ule i32 %31, 255 br i1 %32, label %33, label %37 33: ; preds = %29 %34 = load ptr, ptr %5, align 8 %35 = call i64 @__kern_pmem_writable(ptr noundef %34) %36 = icmp ne i64 %35, 0 br label %37 37: ; preds = %33, %29 %38 = phi i1 [ false, %29 ], [ %36, %33 ] br i1 %38, label %39, label %45 39: ; preds = %37 br label %40 40: ; preds = %39 %41 = load i8, ptr %2, align 1 %42 = add i8 %41, 1 store i8 %42, ptr %2, align 1 %43 = zext i8 %42 to i32 %44 = call i32 @__kern_mempageset(i32 noundef 9728, i32 noundef %43) br label %29, !llvm.loop !8 45: ; preds = %37 %46 = load i8, ptr %2, align 1 %47 = zext i8 %46 to i32 %48 = shl i32 %47, 5 %49 = load i32, ptr %3, align 4 %50 = sub i32 %48, %49 store i32 %50, ptr %4, align 4 %51 = call i32 @__kern_mempageset(i32 noundef 9728, i32 noundef 5) %52 = load i32, ptr %3, align 4 %53 = load i32, ptr %4, align 4 %54 = call i32 @kprintf(ptr noundef @.str, i32 noundef %52, i32 noundef %53) ret void } declare i32 @__kern_mempageset(i32 noundef, i32 noundef) #1 declare i64 @__kern_pmem_writable(ptr noundef) #1 declare i32 @kprintf(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"} !8 = distinct !{!8, !7}
; ModuleID = '/tmp/tmp21d77wam.c' source_filename = "/tmp/tmp21d77wam.c" target datalayout = "e-m:e-p270: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/tmp21d77wam.c" target datalayout = "e-m:e-p270: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/tmpui9_56yg.c' source_filename = "/tmp/tmpui9_56yg.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128" target triple = "x86_64-pc-linux-gnu" @.str = private unnamed_addr constant [19 x i8] c"mkdir -p ./source/\00", align 1 @.str.1 = private unnamed_addr constant [27 x i8] c"mkdir -p ./source/articles\00", align 1 @.str.2 = private unnamed_addr constant [28 x i8] c"mkdir -p ./source/resources\00", align 1 @.str.3 = private unnamed_addr constant [24 x i8] c"mkdir -p ./source/pages\00", align 1 @.str.4 = private unnamed_addr constant [25 x i8] c"mkdir -p ./site/articles\00", align 1 @.str.5 = private unnamed_addr constant [22 x i8] c"mkdir -p ./site/pages\00", align 1 @.str.6 = private unnamed_addr constant [20 x i8] c"mkdir -p ./site/res\00", align 1 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local void @files_make_structure() #0 { %1 = call i32 @system(ptr noundef @.str) %2 = call i32 @system(ptr noundef @.str.1) %3 = call i32 @system(ptr noundef @.str.2) %4 = call i32 @system(ptr noundef @.str.3) %5 = call i32 @system(ptr noundef @.str.4) %6 = call i32 @system(ptr noundef @.str.5) %7 = call i32 @system(ptr noundef @.str.6) ret void } declare i32 @system(ptr noundef) #1 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '<stdin>' source_filename = "/tmp/tmpui9_56yg.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128" target triple = "x86_64-pc-linux-gnu" @.str = private unnamed_addr constant [19 x i8] c"mkdir -p ./source/\00", align 1 @.str.1 = private unnamed_addr constant [27 x i8] c"mkdir -p ./source/articles\00", align 1 @.str.2 = private unnamed_addr constant [28 x i8] c"mkdir -p ./source/resources\00", align 1 @.str.3 = private unnamed_addr constant [24 x i8] c"mkdir -p ./source/pages\00", align 1 @.str.4 = private unnamed_addr constant [25 x i8] c"mkdir -p ./site/articles\00", align 1 @.str.5 = private unnamed_addr constant [22 x i8] c"mkdir -p ./site/pages\00", align 1 @.str.6 = private unnamed_addr constant [20 x i8] c"mkdir -p ./site/res\00", align 1 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local void @files_make_structure() #0 { %1 = call i32 @system(ptr noundef @.str) %2 = call i32 @system(ptr noundef @.str.1) %3 = call i32 @system(ptr noundef @.str.2) %4 = call i32 @system(ptr noundef @.str.3) %5 = call i32 @system(ptr noundef @.str.4) %6 = call i32 @system(ptr noundef @.str.5) %7 = call i32 @system(ptr noundef @.str.6) ret void } declare i32 @system(ptr noundef) #1 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '/tmp/tmpvdmbcrrd.c' source_filename = "/tmp/tmpvdmbcrrd.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @gcd(i32 noundef 6515, i32 noundef 3158) ret i32 %2 } declare i32 @gcd(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/tmpvdmbcrrd.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @gcd(i32 noundef 6515, i32 noundef 3158) ret i32 %2 } declare i32 @gcd(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/tmpqb7rsug0.c' source_filename = "/tmp/tmpqb7rsug0.c" target datalayout = "e-m:e-p270: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/tmpqb7rsug0.c" target datalayout = "e-m:e-p270: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/tmpn_xp9zw2.c' source_filename = "/tmp/tmpn_xp9zw2.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128" target triple = "x86_64-pc-linux-gnu" @.str = private unnamed_addr constant [64 x i8] c"Valor retornado pela funcao de ackerman quando m=2 e n=6 eh: %d\00", align 1 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local i32 @main() #0 { %1 = alloca i32, align 4 store i32 0, ptr %1, align 4 %2 = call i32 @ackerman(i32 noundef 2, i32 noundef 6) %3 = call i32 @printf(ptr noundef @.str, i32 noundef %2) ret i32 0 } declare i32 @printf(ptr noundef, i32 noundef) #1 declare i32 @ackerman(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/tmpn_xp9zw2.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128" target triple = "x86_64-pc-linux-gnu" @.str = private unnamed_addr constant [64 x i8] c"Valor retornado pela funcao de ackerman quando m=2 e n=6 eh: %d\00", align 1 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local i32 @main() #0 { %1 = alloca i32, align 4 store i32 0, ptr %1, align 4 %2 = call i32 @ackerman(i32 noundef 2, i32 noundef 6) %3 = call i32 @printf(ptr noundef @.str, i32 noundef %2) ret i32 0 } declare i32 @printf(ptr noundef, i32 noundef) #1 declare i32 @ackerman(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/tmpyuszdj5y.c' source_filename = "/tmp/tmpyuszdj5y.c" target datalayout = "e-m:e-p270: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.hostent = type { i64, ptr } @stderr = dso_local global i32 0, align 4 @.str = private unnamed_addr constant [19 x i8] c"too few arguments\0A\00", align 1 @.str.1 = private unnamed_addr constant [25 x i8] c"gethostbyname() failure\0A\00", align 1 @AF_INET = dso_local global i64 0, align 8 @.str.2 = private unnamed_addr constant [27 x i8] c"h_addrtype is not AF_INET\0A\00", align 1 @.str.3 = private unnamed_addr constant [16 x i8] c"%d. %d. %d. %d\0A\00", align 1 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local i32 @main(i32 noundef %0, ptr noundef %1) #0 { %3 = alloca i32, align 4 %4 = alloca i32, align 4 %5 = alloca ptr, align 8 %6 = alloca ptr, align 8 %7 = alloca i32, align 4 %8 = alloca ptr, align 8 %9 = alloca ptr, align 8 %10 = 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 %10, align 4 %11 = load i32, ptr %4, align 4 %12 = icmp slt i32 %11, 2 br i1 %12, label %13, label %17 13: ; preds = %2 %14 = load i32, ptr @stderr, align 4 %15 = call i32 @fprintf(i32 noundef %14, ptr noundef @.str) %16 = call i32 @exit(i32 noundef 1) #3 unreachable 17: ; preds = %2 %18 = load ptr, ptr %5, align 8 %19 = getelementptr inbounds ptr, ptr %18, i64 1 %20 = load ptr, ptr %19, align 8 %21 = call ptr @gethostbyname(ptr noundef %20) store ptr %21, ptr %6, align 8 %22 = load ptr, ptr %6, align 8 %23 = icmp eq ptr %22, null br i1 %23, label %24, label %28 24: ; preds = %17 %25 = load i32, ptr @stderr, align 4 %26 = call i32 @fprintf(i32 noundef %25, ptr noundef @.str.1) %27 = call i32 @exit(i32 noundef 1) #3 unreachable 28: ; preds = %17 %29 = load ptr, ptr %6, align 8 %30 = getelementptr inbounds %struct.hostent, ptr %29, i32 0, i32 0 %31 = load i64, ptr %30, align 8 %32 = load i64, ptr @AF_INET, align 8 %33 = icmp ne i64 %31, %32 br i1 %33, label %34, label %38 34: ; preds = %28 %35 = load i32, ptr @stderr, align 4 %36 = call i32 @fprintf(i32 noundef %35, ptr noundef @.str.2) %37 = call i32 @exit(i32 noundef 1) #3 unreachable 38: ; preds = %28 br label %39 39: ; preds = %38 br label %40 40: ; preds = %50, %39 %41 = load ptr, ptr %6, align 8 %42 = getelementptr inbounds %struct.hostent, ptr %41, i32 0, i32 1 %43 = load ptr, ptr %42, align 8 %44 = load i32, ptr %10, align 4 %45 = add nsw i32 %44, 1 store i32 %45, ptr %10, align 4 %46 = sext i32 %44 to i64 %47 = getelementptr inbounds ptr, ptr %43, i64 %46 %48 = load ptr, ptr %47, align 8 store ptr %48, ptr %8, align 8 %49 = icmp ne ptr %48, null br i1 %49, label %50, label %67 50: ; preds = %40 %51 = load ptr, ptr %8, align 8 %52 = load i32, ptr %51, align 4 %53 = call i32 @ntohl(i32 noundef %52) store i32 %53, ptr %7, align 4 store ptr %7, ptr %9, align 8 %54 = load ptr, ptr %9, align 8 %55 = getelementptr inbounds i8, ptr %54, i64 3 %56 = load i8, ptr %55, align 1 %57 = load ptr, ptr %9, align 8 %58 = getelementptr inbounds i8, ptr %57, i64 2 %59 = load i8, ptr %58, align 1 %60 = load ptr, ptr %9, align 8 %61 = getelementptr inbounds i8, ptr %60, i64 1 %62 = load i8, ptr %61, align 1 %63 = load ptr, ptr %9, align 8 %64 = getelementptr inbounds i8, ptr %63, i64 0 %65 = load i8, ptr %64, align 1 %66 = call i32 @printf(ptr noundef @.str.3, i8 noundef zeroext %56, i8 noundef zeroext %59, i8 noundef zeroext %62, i8 noundef zeroext %65) br label %40, !llvm.loop !6 67: ; preds = %40 ret i32 0 } declare i32 @fprintf(i32 noundef, ptr noundef) #1 ; Function Attrs: noreturn declare i32 @exit(i32 noundef) #2 declare ptr @gethostbyname(ptr noundef) #1 declare i32 @ntohl(i32 noundef) #1 declare i32 @printf(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" } 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/tmpyuszdj5y.c" target datalayout = "e-m:e-p270: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.hostent = type { i64, ptr } @stderr = dso_local global i32 0, align 4 @.str = private unnamed_addr constant [19 x i8] c"too few arguments\0A\00", align 1 @.str.1 = private unnamed_addr constant [25 x i8] c"gethostbyname() failure\0A\00", align 1 @AF_INET = dso_local global i64 0, align 8 @.str.2 = private unnamed_addr constant [27 x i8] c"h_addrtype is not AF_INET\0A\00", align 1 @.str.3 = private unnamed_addr constant [16 x i8] c"%d. %d. %d. %d\0A\00", align 1 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local i32 @main(i32 noundef %0, ptr noundef %1) #0 { %3 = alloca i32, align 4 %4 = alloca i32, align 4 %5 = alloca ptr, align 8 %6 = alloca ptr, align 8 %7 = alloca i32, align 4 %8 = alloca ptr, align 8 %9 = alloca ptr, align 8 %10 = 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 %10, align 4 %11 = load i32, ptr %4, align 4 %12 = icmp slt i32 %11, 2 br i1 %12, label %13, label %17 13: ; preds = %2 %14 = load i32, ptr @stderr, align 4 %15 = call i32 @fprintf(i32 noundef %14, ptr noundef @.str) %16 = call i32 @exit(i32 noundef 1) #3 unreachable 17: ; preds = %2 %18 = load ptr, ptr %5, align 8 %19 = getelementptr inbounds ptr, ptr %18, i64 1 %20 = load ptr, ptr %19, align 8 %21 = call ptr @gethostbyname(ptr noundef %20) store ptr %21, ptr %6, align 8 %22 = load ptr, ptr %6, align 8 %23 = icmp eq ptr %22, null br i1 %23, label %24, label %28 24: ; preds = %17 %25 = load i32, ptr @stderr, align 4 %26 = call i32 @fprintf(i32 noundef %25, ptr noundef @.str.1) %27 = call i32 @exit(i32 noundef 1) #3 unreachable 28: ; preds = %17 %29 = load ptr, ptr %6, align 8 %30 = getelementptr inbounds %struct.hostent, ptr %29, i32 0, i32 0 %31 = load i64, ptr %30, align 8 %32 = load i64, ptr @AF_INET, align 8 %33 = icmp ne i64 %31, %32 br i1 %33, label %34, label %38 34: ; preds = %28 %35 = load i32, ptr @stderr, align 4 %36 = call i32 @fprintf(i32 noundef %35, ptr noundef @.str.2) %37 = call i32 @exit(i32 noundef 1) #3 unreachable 38: ; preds = %28 br label %39 39: ; preds = %38 %40 = load ptr, ptr %6, align 8 %41 = getelementptr inbounds %struct.hostent, ptr %40, i32 0, i32 1 %42 = load ptr, ptr %41, align 8 %43 = load i32, ptr %10, align 4 %44 = add nsw i32 %43, 1 store i32 %44, ptr %10, align 4 %45 = sext i32 %43 to i64 %46 = getelementptr inbounds ptr, ptr %42, i64 %45 %47 = load ptr, ptr %46, align 8 store ptr %47, ptr %8, align 8 %48 = icmp ne ptr %47, null br i1 %48, label %.lr.ph, label %75 .lr.ph: ; preds = %39 br label %49 49: ; preds = %.lr.ph, %49 %50 = load ptr, ptr %8, align 8 %51 = load i32, ptr %50, align 4 %52 = call i32 @ntohl(i32 noundef %51) store i32 %52, ptr %7, align 4 store ptr %7, ptr %9, align 8 %53 = load ptr, ptr %9, align 8 %54 = getelementptr inbounds i8, ptr %53, i64 3 %55 = load i8, ptr %54, align 1 %56 = load ptr, ptr %9, align 8 %57 = getelementptr inbounds i8, ptr %56, i64 2 %58 = load i8, ptr %57, align 1 %59 = load ptr, ptr %9, align 8 %60 = getelementptr inbounds i8, ptr %59, i64 1 %61 = load i8, ptr %60, align 1 %62 = load ptr, ptr %9, align 8 %63 = getelementptr inbounds i8, ptr %62, i64 0 %64 = load i8, ptr %63, align 1 %65 = call i32 @printf(ptr noundef @.str.3, i8 noundef zeroext %55, i8 noundef zeroext %58, i8 noundef zeroext %61, i8 noundef zeroext %64) %66 = load ptr, ptr %6, align 8 %67 = getelementptr inbounds %struct.hostent, ptr %66, i32 0, i32 1 %68 = load ptr, ptr %67, align 8 %69 = load i32, ptr %10, align 4 %70 = add nsw i32 %69, 1 store i32 %70, ptr %10, align 4 %71 = sext i32 %69 to i64 %72 = getelementptr inbounds ptr, ptr %68, i64 %71 %73 = load ptr, ptr %72, align 8 store ptr %73, ptr %8, align 8 %74 = icmp ne ptr %73, null br i1 %74, label %49, label %._crit_edge, !llvm.loop !6 ._crit_edge: ; preds = %49 br label %75 75: ; preds = %._crit_edge, %39 ret i32 0 } declare i32 @fprintf(i32 noundef, ptr noundef) #1 ; Function Attrs: noreturn declare i32 @exit(i32 noundef) #2 declare ptr @gethostbyname(ptr noundef) #1 declare i32 @ntohl(i32 noundef) #1 declare i32 @printf(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" } 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/tmpcgeamsb2.c' source_filename = "/tmp/tmpcgeamsb2.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128" target triple = "x86_64-pc-linux-gnu" @O_CREAT = dso_local global i32 0, align 4 @O_EXCL = dso_local global i32 0, align 4 @errno = dso_local global i64 0, align 8 @EEXIST = dso_local global i64 0, align 8 @stderr = dso_local global i32 0, align 4 @.str = private unnamed_addr constant [17 x i8] c"open failed: %s\0A\00", align 1 @.str.1 = private unnamed_addr constant [20 x i8] c"My string to write\0A\00", align 1 @EBADF = dso_local global i64 0, align 8 @.str.2 = private unnamed_addr constant [18 x i8] c"write failed: %s\0A\00", align 1 @SEEK_SET = dso_local global i32 0, align 4 @O_WRONLY = dso_local global i32 0, align 4 @O_TRUNC = dso_local global i32 0, align 4 @O_RDONLY = dso_local global i32 0, align 4 @.str.3 = private unnamed_addr constant [24 x i8] c"read is returning junk\0A\00", align 1 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local i32 @generic_open_read_write(ptr noundef %0, i32 noundef %1, i32 noundef %2) #0 { %4 = alloca i32, align 4 %5 = alloca ptr, align 8 %6 = alloca i32, align 4 %7 = alloca i32, align 4 %8 = alloca i32, align 4 %9 = alloca i32, align 4 %10 = alloca [50 x i8], align 16 %11 = alloca [50 x i8], align 16 store ptr %0, ptr %5, align 8 store i32 %1, ptr %6, align 4 store i32 %2, ptr %7, align 4 store i32 0, ptr %8, align 4 store i32 -1, ptr %9, align 4 call void @llvm.memset.p0.i64(ptr align 16 %10, i8 0, i64 50, i1 false) call void @llvm.memset.p0.i64(ptr align 16 %11, i8 0, i64 50, i1 false) %12 = load ptr, ptr %5, align 8 %13 = load i32, ptr %6, align 4 %14 = load i32, ptr %7, align 4 %15 = call i32 @open(ptr noundef %12, i32 noundef %13, i32 noundef %14) store i32 %15, ptr %8, align 4 %16 = load i32, ptr %8, align 4 %17 = icmp slt i32 %16, 0 br i1 %17, label %18, label %36 18: ; preds = %3 %19 = load i32, ptr %6, align 4 %20 = load i32, ptr @O_CREAT, align 4 %21 = load i32, ptr @O_EXCL, align 4 %22 = or i32 %20, %21 %23 = icmp eq i32 %19, %22 br i1 %23, label %24, label %31 24: ; preds = %18 %25 = load i64, ptr @errno, align 8 %26 = load i64, ptr @EEXIST, align 8 %27 = icmp eq i64 %25, %26 br i1 %27, label %28, label %31 28: ; preds = %24 %29 = load ptr, ptr %5, align 8 %30 = call i32 @unlink(ptr noundef %29) store i32 0, ptr %4, align 4 br label %156 31: ; preds = %24, %18 %32 = load i32, ptr @stderr, align 4 %33 = load i64, ptr @errno, align 8 %34 = call ptr @strerror(i64 noundef %33) %35 = call i32 (i32, ptr, ...) @fprintf(i32 noundef %32, ptr noundef @.str, ptr noundef %34) store i32 -1, ptr %4, align 4 br label %156 36: ; preds = %3 %37 = getelementptr inbounds [50 x i8], ptr %10, i64 0, i64 0 %38 = call i32 @strcpy(ptr noundef %37, ptr noundef @.str.1) %39 = load i32, ptr %8, align 4 %40 = getelementptr inbounds [50 x i8], ptr %10, i64 0, i64 0 %41 = getelementptr inbounds [50 x i8], ptr %10, i64 0, i64 0 %42 = call i32 @strlen(ptr noundef %41) %43 = call i32 @write(i32 noundef %39, ptr noundef %40, i32 noundef %42) store i32 %43, ptr %9, align 4 %44 = load i32, ptr %9, align 4 %45 = icmp sle i32 %44, 0 br i1 %45, label %46, label %61 46: ; preds = %36 %47 = load i64, ptr @errno, align 8 %48 = load i64, ptr @EBADF, align 8 %49 = icmp ne i64 %47, %48 br i1 %49, label %50, label %60 50: ; preds = %46 %51 = load i32, ptr @stderr, align 4 %52 = load i64, ptr @errno, align 8 %53 = call ptr @strerror(i64 noundef %52) %54 = call i32 (i32, ptr, ...) @fprintf(i32 noundef %51, ptr noundef @.str.2, ptr noundef %53) %55 = load i32, ptr %8, align 4 %56 = call i32 @close(i32 noundef %55) %57 = load ptr, ptr %5, align 8 %58 = call i32 @unlink(ptr noundef %57) %59 = load i32, ptr %9, align 4 store i32 %59, ptr %4, align 4 br label %156 60: ; preds = %46 br label %61 61: ; preds = %60, %36 %62 = load i32, ptr %8, align 4 %63 = load i32, ptr @SEEK_SET, align 4 %64 = call i32 @lseek(i32 noundef %62, i32 noundef 0, i32 noundef %63) store i32 %64, ptr %9, align 4 %65 = load i32, ptr %9, align 4 %66 = icmp slt i32 %65, 0 br i1 %66, label %67, label %73 67: ; preds = %61 %68 = load i32, ptr %8, align 4 %69 = call i32 @close(i32 noundef %68) %70 = load ptr, ptr %5, align 8 %71 = call i32 @unlink(ptr noundef %70) %72 = load i32, ptr %9, align 4 store i32 %72, ptr %4, align 4 br label %156 73: ; preds = %61 %74 = load i32, ptr %8, align 4 %75 = getelementptr inbounds [50 x i8], ptr %11, i64 0, i64 0 %76 = getelementptr inbounds [50 x i8], ptr %10, i64 0, i64 0 %77 = call i32 @strlen(ptr noundef %76) %78 = call i32 @read(i32 noundef %74, ptr noundef %75, i32 noundef %77) store i32 %78, ptr %9, align 4 %79 = load i32, ptr %9, align 4 %80 = icmp slt i32 %79, 0 br i1 %80, label %81, label %103 81: ; preds = %73 %82 = load i32, ptr %6, align 4 %83 = load i32, ptr @O_CREAT, align 4 %84 = load i32, ptr @O_WRONLY, align 4 %85 = or i32 %83, %84 %86 = icmp ne i32 %82, %85 br i1 %86, label %87, label %103 87: ; preds = %81 %88 = load i32, ptr %6, align 4 %89 = load i32, ptr @O_WRONLY, align 4 %90 = icmp ne i32 %88, %89 br i1 %90, label %91, label %103 91: ; preds = %87 %92 = load i32, ptr %6, align 4 %93 = load i32, ptr @O_TRUNC, align 4 %94 = load i32, ptr @O_WRONLY, align 4 %95 = or i32 %93, %94 %96 = icmp ne i32 %92, %95 br i1 %96, label %97, label %103 97: ; preds = %91 %98 = load i32, ptr %8, align 4 %99 = call i32 @close(i32 noundef %98) %100 = load ptr, ptr %5, align 8 %101 = call i32 @unlink(ptr noundef %100) %102 = load i32, ptr %9, align 4 store i32 %102, ptr %4, align 4 br label %156 103: ; preds = %91, %87, %81, %73 %104 = getelementptr inbounds [50 x i8], ptr %10, i64 0, i64 0 %105 = getelementptr inbounds [50 x i8], ptr %11, i64 0, i64 0 %106 = getelementptr inbounds [50 x i8], ptr %10, i64 0, i64 0 %107 = call i32 @strlen(ptr noundef %106) %108 = call i32 @memcmp(ptr noundef %104, ptr noundef %105, i32 noundef %107) store i32 %108, ptr %9, align 4 %109 = load i32, ptr %9, align 4 %110 = icmp ne i32 0, %109 br i1 %110, label %111, label %151 111: ; preds = %103 %112 = load i32, ptr %6, align 4 %113 = load i32, ptr @O_TRUNC, align 4 %114 = load i32, ptr @O_WRONLY, align 4 %115 = or i32 %113, %114 %116 = icmp ne i32 %112, %115 br i1 %116, label %117, label %151 117: ; preds = %111 %118 = load i32, ptr %6, align 4 %119 = load i32, ptr @O_WRONLY, align 4 %120 = icmp ne i32 %118, %119 br i1 %120, label %121, label %151 121: ; preds = %117 %122 = load i32, ptr %6, align 4 %123 = load i32, ptr @O_CREAT, align 4 %124 = load i32, ptr @O_WRONLY, align 4 %125 = or i32 %123, %124 %126 = icmp ne i32 %122, %125 br i1 %126, label %127, label %151 127: ; preds = %121 %128 = load i32, ptr %6, align 4 %129 = load i32, ptr @O_CREAT, align 4 %130 = load i32, ptr @O_RDONLY, align 4 %131 = or i32 %129, %130 %132 = icmp eq i32 %128, %131 br i1 %132, label %151, label %133 133: ; preds = %127 %134 = load i32, ptr %6, align 4 %135 = load i32, ptr @O_RDONLY, align 4 %136 = icmp eq i32 %134, %135 br i1 %136, label %151, label %137 137: ; preds = %133 %138 = load i32, ptr %6, align 4 %139 = load i32, ptr @O_TRUNC, align 4 %140 = load i32, ptr @O_RDONLY, align 4 %141 = or i32 %139, %140 %142 = icmp eq i32 %138, %141 br i1 %142, label %151, label %143 143: ; preds = %137 %144 = load i32, ptr @stderr, align 4 %145 = call i32 (i32, ptr, ...) @fprintf(i32 noundef %144, ptr noundef @.str.3) %146 = load i32, ptr %8, align 4 %147 = call i32 @close(i32 noundef %146) %148 = load ptr, ptr %5, align 8 %149 = call i32 @unlink(ptr noundef %148) %150 = load i32, ptr %9, align 4 store i32 %150, ptr %4, align 4 br label %156 151: ; preds = %137, %133, %127, %121, %117, %111, %103 %152 = load i32, ptr %8, align 4 %153 = call i32 @close(i32 noundef %152) %154 = load ptr, ptr %5, align 8 %155 = call i32 @unlink(ptr noundef %154) store i32 0, ptr %4, align 4 br label %156 156: ; preds = %151, %143, %97, %67, %50, %31, %28 %157 = load i32, ptr %4, align 4 ret i32 %157 } ; Function Attrs: nocallback nofree nounwind willreturn memory(argmem: write) declare void @llvm.memset.p0.i64(ptr nocapture writeonly, i8, i64, i1 immarg) #1 declare i32 @open(ptr noundef, i32 noundef, i32 noundef) #2 declare i32 @unlink(ptr noundef) #2 declare i32 @fprintf(i32 noundef, ptr noundef, ...) #2 declare ptr @strerror(i64 noundef) #2 declare i32 @strcpy(ptr noundef, ptr noundef) #2 declare i32 @write(i32 noundef, ptr noundef, i32 noundef) #2 declare i32 @strlen(ptr noundef) #2 declare i32 @close(i32 noundef) #2 declare i32 @lseek(i32 noundef, i32 noundef, i32 noundef) #2 declare i32 @read(i32 noundef, ptr noundef, i32 noundef) #2 declare i32 @memcmp(ptr noundef, ptr noundef, i32 noundef) #2 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { nocallback nofree nounwind willreturn memory(argmem: write) } 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/tmpcgeamsb2.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128" target triple = "x86_64-pc-linux-gnu" @O_CREAT = dso_local global i32 0, align 4 @O_EXCL = dso_local global i32 0, align 4 @errno = dso_local global i64 0, align 8 @EEXIST = dso_local global i64 0, align 8 @stderr = dso_local global i32 0, align 4 @.str = private unnamed_addr constant [17 x i8] c"open failed: %s\0A\00", align 1 @.str.1 = private unnamed_addr constant [20 x i8] c"My string to write\0A\00", align 1 @EBADF = dso_local global i64 0, align 8 @.str.2 = private unnamed_addr constant [18 x i8] c"write failed: %s\0A\00", align 1 @SEEK_SET = dso_local global i32 0, align 4 @O_WRONLY = dso_local global i32 0, align 4 @O_TRUNC = dso_local global i32 0, align 4 @O_RDONLY = dso_local global i32 0, align 4 @.str.3 = private unnamed_addr constant [24 x i8] c"read is returning junk\0A\00", align 1 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local i32 @generic_open_read_write(ptr noundef %0, i32 noundef %1, i32 noundef %2) #0 { %4 = alloca i32, align 4 %5 = alloca ptr, align 8 %6 = alloca i32, align 4 %7 = alloca i32, align 4 %8 = alloca i32, align 4 %9 = alloca i32, align 4 %10 = alloca [50 x i8], align 16 %11 = alloca [50 x i8], align 16 store ptr %0, ptr %5, align 8 store i32 %1, ptr %6, align 4 store i32 %2, ptr %7, align 4 store i32 0, ptr %8, align 4 store i32 -1, ptr %9, align 4 call void @llvm.memset.p0.i64(ptr align 16 %10, i8 0, i64 50, i1 false) call void @llvm.memset.p0.i64(ptr align 16 %11, i8 0, i64 50, i1 false) %12 = load ptr, ptr %5, align 8 %13 = load i32, ptr %6, align 4 %14 = load i32, ptr %7, align 4 %15 = call i32 @open(ptr noundef %12, i32 noundef %13, i32 noundef %14) store i32 %15, ptr %8, align 4 %16 = load i32, ptr %8, align 4 %17 = icmp slt i32 %16, 0 br i1 %17, label %18, label %36 18: ; preds = %3 %19 = load i32, ptr %6, align 4 %20 = load i32, ptr @O_CREAT, align 4 %21 = load i32, ptr @O_EXCL, align 4 %22 = or i32 %20, %21 %23 = icmp eq i32 %19, %22 br i1 %23, label %24, label %31 24: ; preds = %18 %25 = load i64, ptr @errno, align 8 %26 = load i64, ptr @EEXIST, align 8 %27 = icmp eq i64 %25, %26 br i1 %27, label %28, label %31 28: ; preds = %24 %29 = load ptr, ptr %5, align 8 %30 = call i32 @unlink(ptr noundef %29) store i32 0, ptr %4, align 4 br label %156 31: ; preds = %24, %18 %32 = load i32, ptr @stderr, align 4 %33 = load i64, ptr @errno, align 8 %34 = call ptr @strerror(i64 noundef %33) %35 = call i32 (i32, ptr, ...) @fprintf(i32 noundef %32, ptr noundef @.str, ptr noundef %34) store i32 -1, ptr %4, align 4 br label %156 36: ; preds = %3 %37 = getelementptr inbounds [50 x i8], ptr %10, i64 0, i64 0 %38 = call i32 @strcpy(ptr noundef %37, ptr noundef @.str.1) %39 = load i32, ptr %8, align 4 %40 = getelementptr inbounds [50 x i8], ptr %10, i64 0, i64 0 %41 = getelementptr inbounds [50 x i8], ptr %10, i64 0, i64 0 %42 = call i32 @strlen(ptr noundef %41) %43 = call i32 @write(i32 noundef %39, ptr noundef %40, i32 noundef %42) store i32 %43, ptr %9, align 4 %44 = load i32, ptr %9, align 4 %45 = icmp sle i32 %44, 0 br i1 %45, label %46, label %61 46: ; preds = %36 %47 = load i64, ptr @errno, align 8 %48 = load i64, ptr @EBADF, align 8 %49 = icmp ne i64 %47, %48 br i1 %49, label %50, label %60 50: ; preds = %46 %51 = load i32, ptr @stderr, align 4 %52 = load i64, ptr @errno, align 8 %53 = call ptr @strerror(i64 noundef %52) %54 = call i32 (i32, ptr, ...) @fprintf(i32 noundef %51, ptr noundef @.str.2, ptr noundef %53) %55 = load i32, ptr %8, align 4 %56 = call i32 @close(i32 noundef %55) %57 = load ptr, ptr %5, align 8 %58 = call i32 @unlink(ptr noundef %57) %59 = load i32, ptr %9, align 4 store i32 %59, ptr %4, align 4 br label %156 60: ; preds = %46 br label %61 61: ; preds = %60, %36 %62 = load i32, ptr %8, align 4 %63 = load i32, ptr @SEEK_SET, align 4 %64 = call i32 @lseek(i32 noundef %62, i32 noundef 0, i32 noundef %63) store i32 %64, ptr %9, align 4 %65 = load i32, ptr %9, align 4 %66 = icmp slt i32 %65, 0 br i1 %66, label %67, label %73 67: ; preds = %61 %68 = load i32, ptr %8, align 4 %69 = call i32 @close(i32 noundef %68) %70 = load ptr, ptr %5, align 8 %71 = call i32 @unlink(ptr noundef %70) %72 = load i32, ptr %9, align 4 store i32 %72, ptr %4, align 4 br label %156 73: ; preds = %61 %74 = load i32, ptr %8, align 4 %75 = getelementptr inbounds [50 x i8], ptr %11, i64 0, i64 0 %76 = getelementptr inbounds [50 x i8], ptr %10, i64 0, i64 0 %77 = call i32 @strlen(ptr noundef %76) %78 = call i32 @read(i32 noundef %74, ptr noundef %75, i32 noundef %77) store i32 %78, ptr %9, align 4 %79 = load i32, ptr %9, align 4 %80 = icmp slt i32 %79, 0 br i1 %80, label %81, label %103 81: ; preds = %73 %82 = load i32, ptr %6, align 4 %83 = load i32, ptr @O_CREAT, align 4 %84 = load i32, ptr @O_WRONLY, align 4 %85 = or i32 %83, %84 %86 = icmp ne i32 %82, %85 br i1 %86, label %87, label %103 87: ; preds = %81 %88 = load i32, ptr %6, align 4 %89 = load i32, ptr @O_WRONLY, align 4 %90 = icmp ne i32 %88, %89 br i1 %90, label %91, label %103 91: ; preds = %87 %92 = load i32, ptr %6, align 4 %93 = load i32, ptr @O_TRUNC, align 4 %94 = load i32, ptr @O_WRONLY, align 4 %95 = or i32 %93, %94 %96 = icmp ne i32 %92, %95 br i1 %96, label %97, label %103 97: ; preds = %91 %98 = load i32, ptr %8, align 4 %99 = call i32 @close(i32 noundef %98) %100 = load ptr, ptr %5, align 8 %101 = call i32 @unlink(ptr noundef %100) %102 = load i32, ptr %9, align 4 store i32 %102, ptr %4, align 4 br label %156 103: ; preds = %91, %87, %81, %73 %104 = getelementptr inbounds [50 x i8], ptr %10, i64 0, i64 0 %105 = getelementptr inbounds [50 x i8], ptr %11, i64 0, i64 0 %106 = getelementptr inbounds [50 x i8], ptr %10, i64 0, i64 0 %107 = call i32 @strlen(ptr noundef %106) %108 = call i32 @memcmp(ptr noundef %104, ptr noundef %105, i32 noundef %107) store i32 %108, ptr %9, align 4 %109 = load i32, ptr %9, align 4 %110 = icmp ne i32 0, %109 br i1 %110, label %111, label %151 111: ; preds = %103 %112 = load i32, ptr %6, align 4 %113 = load i32, ptr @O_TRUNC, align 4 %114 = load i32, ptr @O_WRONLY, align 4 %115 = or i32 %113, %114 %116 = icmp ne i32 %112, %115 br i1 %116, label %117, label %151 117: ; preds = %111 %118 = load i32, ptr %6, align 4 %119 = load i32, ptr @O_WRONLY, align 4 %120 = icmp ne i32 %118, %119 br i1 %120, label %121, label %151 121: ; preds = %117 %122 = load i32, ptr %6, align 4 %123 = load i32, ptr @O_CREAT, align 4 %124 = load i32, ptr @O_WRONLY, align 4 %125 = or i32 %123, %124 %126 = icmp ne i32 %122, %125 br i1 %126, label %127, label %151 127: ; preds = %121 %128 = load i32, ptr %6, align 4 %129 = load i32, ptr @O_CREAT, align 4 %130 = load i32, ptr @O_RDONLY, align 4 %131 = or i32 %129, %130 %132 = icmp eq i32 %128, %131 br i1 %132, label %151, label %133 133: ; preds = %127 %134 = load i32, ptr %6, align 4 %135 = load i32, ptr @O_RDONLY, align 4 %136 = icmp eq i32 %134, %135 br i1 %136, label %151, label %137 137: ; preds = %133 %138 = load i32, ptr %6, align 4 %139 = load i32, ptr @O_TRUNC, align 4 %140 = load i32, ptr @O_RDONLY, align 4 %141 = or i32 %139, %140 %142 = icmp eq i32 %138, %141 br i1 %142, label %151, label %143 143: ; preds = %137 %144 = load i32, ptr @stderr, align 4 %145 = call i32 (i32, ptr, ...) @fprintf(i32 noundef %144, ptr noundef @.str.3) %146 = load i32, ptr %8, align 4 %147 = call i32 @close(i32 noundef %146) %148 = load ptr, ptr %5, align 8 %149 = call i32 @unlink(ptr noundef %148) %150 = load i32, ptr %9, align 4 store i32 %150, ptr %4, align 4 br label %156 151: ; preds = %137, %133, %127, %121, %117, %111, %103 %152 = load i32, ptr %8, align 4 %153 = call i32 @close(i32 noundef %152) %154 = load ptr, ptr %5, align 8 %155 = call i32 @unlink(ptr noundef %154) store i32 0, ptr %4, align 4 br label %156 156: ; preds = %151, %143, %97, %67, %50, %31, %28 %157 = load i32, ptr %4, align 4 ret i32 %157 } ; Function Attrs: nocallback nofree nounwind willreturn memory(argmem: write) declare void @llvm.memset.p0.i64(ptr nocapture writeonly, i8, i64, i1 immarg) #1 declare i32 @open(ptr noundef, i32 noundef, i32 noundef) #2 declare i32 @unlink(ptr noundef) #2 declare i32 @fprintf(i32 noundef, ptr noundef, ...) #2 declare ptr @strerror(i64 noundef) #2 declare i32 @strcpy(ptr noundef, ptr noundef) #2 declare i32 @write(i32 noundef, ptr noundef, i32 noundef) #2 declare i32 @strlen(ptr noundef) #2 declare i32 @close(i32 noundef) #2 declare i32 @lseek(i32 noundef, i32 noundef, i32 noundef) #2 declare i32 @read(i32 noundef, ptr noundef, i32 noundef) #2 declare i32 @memcmp(ptr noundef, ptr noundef, i32 noundef) #2 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { nocallback nofree nounwind willreturn memory(argmem: write) } 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/tmpn5ku28fi.c' source_filename = "/tmp/tmpn5ku28fi.c" target datalayout = "e-m:e-p270: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/tmpn5ku28fi.c" target datalayout = "e-m:e-p270: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/tmpjaadcx92.c' source_filename = "/tmp/tmpjaadcx92.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128" target triple = "x86_64-pc-linux-gnu" %struct.TYPE_4__ = type { %struct.TYPE_3__ } %struct.TYPE_3__ = type { i64 } ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local i32 @get_XEvent_xmap_override_redirect(ptr noundef %0) #0 { %2 = alloca ptr, align 8 store ptr %0, ptr %2, align 8 %3 = load ptr, ptr %2, align 8 %4 = getelementptr inbounds %struct.TYPE_4__, ptr %3, i32 0, i32 0 %5 = getelementptr inbounds %struct.TYPE_3__, ptr %4, i32 0, i32 0 %6 = load i64, ptr %5, align 8 %7 = trunc i64 %6 to i32 ret i32 %7 } attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '<stdin>' source_filename = "/tmp/tmpjaadcx92.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128" target triple = "x86_64-pc-linux-gnu" %struct.TYPE_4__ = type { %struct.TYPE_3__ } %struct.TYPE_3__ = type { i64 } ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local i32 @get_XEvent_xmap_override_redirect(ptr noundef %0) #0 { %2 = alloca ptr, align 8 store ptr %0, ptr %2, align 8 %3 = load ptr, ptr %2, align 8 %4 = getelementptr inbounds %struct.TYPE_4__, ptr %3, i32 0, i32 0 %5 = getelementptr inbounds %struct.TYPE_3__, ptr %4, i32 0, i32 0 %6 = load i64, ptr %5, align 8 %7 = trunc i64 %6 to i32 ret i32 %7 } attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '/tmp/tmprizk4nd2.c' source_filename = "/tmp/tmprizk4nd2.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @glXGetDriverConfig(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 ptr @ptr_glXGetDriverConfig(ptr noundef %3) ret ptr %4 } declare ptr @ptr_glXGetDriverConfig(ptr noundef) #1 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '<stdin>' source_filename = "/tmp/tmprizk4nd2.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @glXGetDriverConfig(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 ptr @ptr_glXGetDriverConfig(ptr noundef %3) ret ptr %4 } declare ptr @ptr_glXGetDriverConfig(ptr noundef) #1 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '/tmp/tmp0n14w1ep.c' source_filename = "/tmp/tmp0n14w1ep.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-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"atexit\0A\00", align 1 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local void @blah() #0 { %1 = call i32 @write(i32 noundef 1, ptr noundef @.str, i32 noundef 7) ret void } declare i32 @write(i32 noundef, ptr noundef, i32 noundef) #1 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '<stdin>' source_filename = "/tmp/tmp0n14w1ep.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-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"atexit\0A\00", align 1 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local void @blah() #0 { %1 = call i32 @write(i32 noundef 1, ptr noundef @.str, i32 noundef 7) ret void } declare i32 @write(i32 noundef, ptr noundef, i32 noundef) #1 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '/tmp/tmpuwhx8p1f.c' source_filename = "/tmp/tmpuwhx8p1f.c" target datalayout = "e-m:e-p270: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/tmpuwhx8p1f.c" target datalayout = "e-m:e-p270: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/tmpern8p4hf.c' source_filename = "/tmp/tmpern8p4hf.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @CE_pHM_CO2(double noundef %0, double noundef %1, double noundef %2, double noundef %3, double noundef %4, double noundef %5) #0 { %7 = alloca double, align 8 %8 = alloca double, align 8 %9 = alloca double, align 8 %10 = alloca double, align 8 %11 = alloca double, align 8 %12 = alloca double, align 8 %13 = alloca double, align 8 %14 = alloca double, align 8 store double %0, ptr %7, align 8 store double %1, ptr %8, align 8 store double %2, ptr %9, align 8 store double %3, ptr %10, align 8 store double %4, ptr %11, align 8 store double %5, ptr %12, align 8 %15 = load double, ptr %7, align 8 %16 = fsub double 3.000000e+00, %15 %17 = fptosi double %16 to i32 %18 = call double @pow(double noundef 1.000000e+01, i32 noundef %17) %19 = load double, ptr %12, align 8 %20 = fdiv double %18, %19 store double %20, ptr %13, align 8 %21 = load double, ptr %9, align 8 %22 = load double, ptr %12, align 8 %23 = call double @pow(double noundef %22, i32 noundef 2) %24 = fdiv double %21, %23 store double %24, ptr %9, align 8 %25 = load double, ptr %10, align 8 %26 = load double, ptr %12, align 8 %27 = call double @pow(double noundef %26, i32 noundef 4) %28 = fdiv double %25, %27 store double %28, ptr %10, align 8 %29 = load double, ptr %11, align 8 %30 = load double, ptr %12, align 8 %31 = call double @pow(double noundef %30, i32 noundef 2) %32 = fdiv double %29, %31 store double %32, ptr %11, align 8 %33 = load double, ptr %11, align 8 %34 = fneg double %33 %35 = load double, ptr %13, align 8 %36 = load double, ptr %8, align 8 %37 = call double @llvm.fmuladd.f64(double %35, double %36, double %34) %38 = load double, ptr %13, align 8 %39 = load double, ptr %13, align 8 %40 = call double @llvm.fmuladd.f64(double %38, double %39, double %37) %41 = load double, ptr %10, align 8 %42 = load double, ptr %13, align 8 %43 = call double @llvm.fmuladd.f64(double 2.000000e+00, double %41, double %42) %44 = fdiv double %40, %43 %45 = load double, ptr %13, align 8 %46 = fmul double %44, %45 %47 = load double, ptr %9, align 8 %48 = fdiv double %46, %47 store double %48, ptr %14, align 8 %49 = load double, ptr %14, align 8 ret double %49 } declare double @pow(double noundef, i32 noundef) #1 ; Function Attrs: nocallback nofree nosync nounwind speculatable willreturn memory(none) declare double @llvm.fmuladd.f64(double, double, double) #2 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #2 = { nocallback nofree nosync nounwind speculatable willreturn memory(none) } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '<stdin>' source_filename = "/tmp/tmpern8p4hf.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @CE_pHM_CO2(double noundef %0, double noundef %1, double noundef %2, double noundef %3, double noundef %4, double noundef %5) #0 { %7 = alloca double, align 8 %8 = alloca double, align 8 %9 = alloca double, align 8 %10 = alloca double, align 8 %11 = alloca double, align 8 %12 = alloca double, align 8 %13 = alloca double, align 8 %14 = alloca double, align 8 store double %0, ptr %7, align 8 store double %1, ptr %8, align 8 store double %2, ptr %9, align 8 store double %3, ptr %10, align 8 store double %4, ptr %11, align 8 store double %5, ptr %12, align 8 %15 = load double, ptr %7, align 8 %16 = fsub double 3.000000e+00, %15 %17 = fptosi double %16 to i32 %18 = call double @pow(double noundef 1.000000e+01, i32 noundef %17) %19 = load double, ptr %12, align 8 %20 = fdiv double %18, %19 store double %20, ptr %13, align 8 %21 = load double, ptr %9, align 8 %22 = load double, ptr %12, align 8 %23 = call double @pow(double noundef %22, i32 noundef 2) %24 = fdiv double %21, %23 store double %24, ptr %9, align 8 %25 = load double, ptr %10, align 8 %26 = load double, ptr %12, align 8 %27 = call double @pow(double noundef %26, i32 noundef 4) %28 = fdiv double %25, %27 store double %28, ptr %10, align 8 %29 = load double, ptr %11, align 8 %30 = load double, ptr %12, align 8 %31 = call double @pow(double noundef %30, i32 noundef 2) %32 = fdiv double %29, %31 store double %32, ptr %11, align 8 %33 = load double, ptr %11, align 8 %34 = fneg double %33 %35 = load double, ptr %13, align 8 %36 = load double, ptr %8, align 8 %37 = call double @llvm.fmuladd.f64(double %35, double %36, double %34) %38 = load double, ptr %13, align 8 %39 = load double, ptr %13, align 8 %40 = call double @llvm.fmuladd.f64(double %38, double %39, double %37) %41 = load double, ptr %10, align 8 %42 = load double, ptr %13, align 8 %43 = call double @llvm.fmuladd.f64(double 2.000000e+00, double %41, double %42) %44 = fdiv double %40, %43 %45 = load double, ptr %13, align 8 %46 = fmul double %44, %45 %47 = load double, ptr %9, align 8 %48 = fdiv double %46, %47 store double %48, ptr %14, align 8 %49 = load double, ptr %14, align 8 ret double %49 } declare double @pow(double noundef, i32 noundef) #1 ; Function Attrs: nocallback nofree nosync nounwind speculatable willreturn memory(none) declare double @llvm.fmuladd.f64(double, double, double) #2 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #2 = { nocallback nofree nosync nounwind speculatable willreturn memory(none) } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '/tmp/tmphwj5rld4.c' source_filename = "/tmp/tmphwj5rld4.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128" target triple = "x86_64-pc-linux-gnu" @.str = private unnamed_addr constant [39 x i8] c"how many number do you want to enter? \00", align 1 @.str.1 = private unnamed_addr constant [3 x i8] c"%d\00", align 1 @.str.2 = private unnamed_addr constant [25 x i8] c"memory allocation error\0A\00", align 1 @.str.3 = private unnamed_addr constant [10 x i8] c"arr[%d]: \00", align 1 @.str.4 = private unnamed_addr constant [18 x i8] c"\0Atyped numbers. \0A\00", align 1 @.str.5 = private unnamed_addr constant [13 x i8] c"arr[%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 ptr, align 8 %3 = alloca i32, align 4 %4 = alloca i32, align 4 store i32 0, ptr %1, align 4 %5 = call i32 (ptr, ...) @printf(ptr noundef @.str) %6 = call i32 @scanf(ptr noundef @.str.1, ptr noundef %3) %7 = load i32, ptr %3, align 4 %8 = icmp slt i32 %7, 0 br i1 %8, label %9, label %11 9: ; preds = %0 %10 = call i32 @exit(i32 noundef 1) #3 unreachable 11: ; preds = %0 %12 = load i32, ptr %3, align 4 %13 = sext i32 %12 to i64 %14 = mul i64 4, %13 %15 = trunc i64 %14 to i32 %16 = call ptr @malloc(i32 noundef %15) store ptr %16, ptr %2, align 8 %17 = icmp ne ptr %16, null br i1 %17, label %20, label %18 18: ; preds = %11 %19 = call i32 (ptr, ...) @printf(ptr noundef @.str.2) br label %20 20: ; preds = %18, %11 store i32 0, ptr %4, align 4 br label %21 21: ; preds = %33, %20 %22 = load i32, ptr %4, align 4 %23 = load i32, ptr %3, align 4 %24 = icmp slt i32 %22, %23 br i1 %24, label %25, label %36 25: ; preds = %21 %26 = load i32, ptr %4, align 4 %27 = call i32 (ptr, ...) @printf(ptr noundef @.str.3, i32 noundef %26) %28 = load ptr, ptr %2, align 8 %29 = load i32, ptr %4, align 4 %30 = sext i32 %29 to i64 %31 = getelementptr inbounds i32, ptr %28, i64 %30 %32 = call i32 @scanf(ptr noundef @.str.1, ptr noundef %31) br label %33 33: ; preds = %25 %34 = load i32, ptr %4, align 4 %35 = add nsw i32 %34, 1 store i32 %35, ptr %4, align 4 br label %21, !llvm.loop !6 36: ; preds = %21 %37 = call i32 (ptr, ...) @printf(ptr noundef @.str.4) store i32 0, ptr %4, align 4 br label %38 38: ; preds = %50, %36 %39 = load i32, ptr %4, align 4 %40 = load i32, ptr %3, align 4 %41 = icmp slt i32 %39, %40 br i1 %41, label %42, label %53 42: ; preds = %38 %43 = load i32, ptr %4, align 4 %44 = load ptr, ptr %2, align 8 %45 = load i32, ptr %4, align 4 %46 = sext i32 %45 to i64 %47 = getelementptr inbounds i32, ptr %44, i64 %46 %48 = load i32, ptr %47, align 4 %49 = call i32 (ptr, ...) @printf(ptr noundef @.str.5, i32 noundef %43, i32 noundef %48) br label %50 50: ; preds = %42 %51 = load i32, ptr %4, align 4 %52 = add nsw i32 %51, 1 store i32 %52, ptr %4, align 4 br label %38, !llvm.loop !8 53: ; preds = %38 ret i32 0 } declare i32 @printf(ptr noundef, ...) #1 declare i32 @scanf(ptr noundef, ptr noundef) #1 ; Function Attrs: noreturn declare i32 @exit(i32 noundef) #2 declare ptr @malloc(i32 noundef) #1 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #2 = { noreturn "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #3 = { noreturn } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"} !6 = distinct !{!6, !7} !7 = !{!"llvm.loop.mustprogress"} !8 = distinct !{!8, !7}
; ModuleID = '<stdin>' source_filename = "/tmp/tmphwj5rld4.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128" target triple = "x86_64-pc-linux-gnu" @.str = private unnamed_addr constant [39 x i8] c"how many number do you want to enter? \00", align 1 @.str.1 = private unnamed_addr constant [3 x i8] c"%d\00", align 1 @.str.2 = private unnamed_addr constant [25 x i8] c"memory allocation error\0A\00", align 1 @.str.3 = private unnamed_addr constant [10 x i8] c"arr[%d]: \00", align 1 @.str.4 = private unnamed_addr constant [18 x i8] c"\0Atyped numbers. \0A\00", align 1 @.str.5 = private unnamed_addr constant [13 x i8] c"arr[%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 ptr, align 8 %3 = alloca i32, align 4 %4 = alloca i32, align 4 store i32 0, ptr %1, align 4 %5 = call i32 (ptr, ...) @printf(ptr noundef @.str) %6 = call i32 @scanf(ptr noundef @.str.1, ptr noundef %3) %7 = load i32, ptr %3, align 4 %8 = icmp slt i32 %7, 0 br i1 %8, label %9, label %11 9: ; preds = %0 %10 = call i32 @exit(i32 noundef 1) #3 unreachable 11: ; preds = %0 %12 = load i32, ptr %3, align 4 %13 = sext i32 %12 to i64 %14 = mul i64 4, %13 %15 = trunc i64 %14 to i32 %16 = call ptr @malloc(i32 noundef %15) store ptr %16, ptr %2, align 8 %17 = icmp ne ptr %16, null br i1 %17, label %20, label %18 18: ; preds = %11 %19 = call i32 (ptr, ...) @printf(ptr noundef @.str.2) br label %20 20: ; preds = %18, %11 store i32 0, ptr %4, align 4 %21 = load i32, ptr %4, align 4 %22 = load i32, ptr %3, align 4 %23 = icmp slt i32 %21, %22 br i1 %23, label %.lr.ph, label %38 .lr.ph: ; preds = %20 br label %24 24: ; preds = %.lr.ph, %32 %25 = load i32, ptr %4, align 4 %26 = call i32 (ptr, ...) @printf(ptr noundef @.str.3, i32 noundef %25) %27 = load ptr, ptr %2, align 8 %28 = load i32, ptr %4, align 4 %29 = sext i32 %28 to i64 %30 = getelementptr inbounds i32, ptr %27, i64 %29 %31 = call i32 @scanf(ptr noundef @.str.1, ptr noundef %30) br label %32 32: ; preds = %24 %33 = load i32, ptr %4, align 4 %34 = add nsw i32 %33, 1 store i32 %34, ptr %4, align 4 %35 = load i32, ptr %4, align 4 %36 = load i32, ptr %3, align 4 %37 = icmp slt i32 %35, %36 br i1 %37, label %24, label %._crit_edge, !llvm.loop !6 ._crit_edge: ; preds = %32 br label %38 38: ; preds = %._crit_edge, %20 %39 = call i32 (ptr, ...) @printf(ptr noundef @.str.4) store i32 0, ptr %4, align 4 %40 = load i32, ptr %4, align 4 %41 = load i32, ptr %3, align 4 %42 = icmp slt i32 %40, %41 br i1 %42, label %.lr.ph2, label %57 .lr.ph2: ; preds = %38 br label %43 43: ; preds = %.lr.ph2, %51 %44 = load i32, ptr %4, align 4 %45 = load ptr, ptr %2, align 8 %46 = load i32, ptr %4, align 4 %47 = sext i32 %46 to i64 %48 = getelementptr inbounds i32, ptr %45, i64 %47 %49 = load i32, ptr %48, align 4 %50 = call i32 (ptr, ...) @printf(ptr noundef @.str.5, i32 noundef %44, i32 noundef %49) br label %51 51: ; preds = %43 %52 = load i32, ptr %4, align 4 %53 = add nsw i32 %52, 1 store i32 %53, ptr %4, align 4 %54 = load i32, ptr %4, align 4 %55 = load i32, ptr %3, align 4 %56 = icmp slt i32 %54, %55 br i1 %56, label %43, label %._crit_edge3, !llvm.loop !8 ._crit_edge3: ; preds = %51 br label %57 57: ; preds = %._crit_edge3, %38 ret i32 0 } declare i32 @printf(ptr noundef, ...) #1 declare i32 @scanf(ptr noundef, ptr noundef) #1 ; Function Attrs: noreturn declare i32 @exit(i32 noundef) #2 declare ptr @malloc(i32 noundef) #1 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #2 = { noreturn "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #3 = { noreturn } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"} !6 = distinct !{!6, !7} !7 = !{!"llvm.loop.mustprogress"} !8 = distinct !{!8, !7}
; ModuleID = '/tmp/tmpc5b08zh0.c' source_filename = "/tmp/tmpc5b08zh0.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128" target triple = "x86_64-pc-linux-gnu" @.str = private unnamed_addr constant [21 x i8] c"Scissors cuts Paper\0A\00", align 1 @.str.1 = private unnamed_addr constant [19 x i8] c"Paper covers Rock\0A\00", align 1 @.str.2 = private unnamed_addr constant [46 x i8] c"(and as it always has) Rock crushes Scissors\0A\00", align 1 @.str.3 = private unnamed_addr constant [2 x i8] c"\0A\00", align 1 @.str.4 = private unnamed_addr constant [13 x i8] c"S. Scissors\0A\00", align 1 @.str.5 = private unnamed_addr constant [10 x i8] c"P. Paper\0A\00", align 1 @.str.6 = private unnamed_addr constant [9 x i8] c"R. Rock\0A\00", align 1 @.str.7 = private unnamed_addr constant [11 x i8] c"Player 1? \00", align 1 @.str.8 = private unnamed_addr constant [4 x i8] c" %c\00", align 1 @.str.9 = private unnamed_addr constant [15 x i8] c"INVALID ENTRY\0A\00", align 1 @.str.10 = private unnamed_addr constant [11 x i8] c"Player 2? \00", align 1 @.str.11 = private unnamed_addr constant [16 x i8] c"Player 1 wins.\0A\00", align 1 @.str.12 = private unnamed_addr constant [16 x i8] c"Player 2 wins.\0A\00", align 1 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local void @rock_paper_scissors() #0 { %1 = alloca i8, align 1 %2 = alloca i8, align 1 %3 = call i32 @printf(ptr noundef @.str) %4 = call i32 @printf(ptr noundef @.str.1) %5 = call i32 @printf(ptr noundef @.str.2) %6 = call i32 @printf(ptr noundef @.str.3) %7 = call i32 @printf(ptr noundef @.str.4) %8 = call i32 @printf(ptr noundef @.str.5) %9 = call i32 @printf(ptr noundef @.str.6) %10 = call i32 @printf(ptr noundef @.str.7) %11 = call i32 @scanf(ptr noundef @.str.8, ptr noundef %1) br label %12 12: ; preds = %26, %0 %13 = load i8, ptr %1, align 1 %14 = sext i8 %13 to i32 %15 = icmp ne i32 %14, 83 br i1 %15, label %16, label %24 16: ; preds = %12 %17 = load i8, ptr %1, align 1 %18 = sext i8 %17 to i32 %19 = icmp ne i32 %18, 80 br i1 %19, label %20, label %24 20: ; preds = %16 %21 = load i8, ptr %1, align 1 %22 = sext i8 %21 to i32 %23 = icmp ne i32 %22, 82 br label %24 24: ; preds = %20, %16, %12 %25 = phi i1 [ false, %16 ], [ false, %12 ], [ %23, %20 ] br i1 %25, label %26, label %30 26: ; preds = %24 %27 = call i32 @printf(ptr noundef @.str.9) %28 = call i32 @printf(ptr noundef @.str.7) %29 = call i32 @scanf(ptr noundef @.str.8, ptr noundef %1) br label %12, !llvm.loop !6 30: ; preds = %24 %31 = call i32 @printf(ptr noundef @.str.10) %32 = call i32 @scanf(ptr noundef @.str.8, ptr noundef %2) %33 = load i8, ptr %1, align 1 %34 = sext i8 %33 to i32 switch i32 %34, label %74 [ i32 83, label %35 i32 80, label %48 i32 82, label %61 ] 35: ; preds = %30 %36 = load i8, ptr %2, align 1 %37 = sext i8 %36 to i32 %38 = icmp eq i32 %37, 80 br i1 %38, label %39, label %41 39: ; preds = %35 %40 = call i32 @printf(ptr noundef @.str.11) br label %41 41: ; preds = %39, %35 %42 = load i8, ptr %2, align 1 %43 = sext i8 %42 to i32 %44 = icmp eq i32 %43, 82 br i1 %44, label %45, label %47 45: ; preds = %41 %46 = call i32 @printf(ptr noundef @.str.12) br label %47 47: ; preds = %45, %41 br label %75 48: ; preds = %30 %49 = load i8, ptr %2, align 1 %50 = sext i8 %49 to i32 %51 = icmp eq i32 %50, 82 br i1 %51, label %52, label %54 52: ; preds = %48 %53 = call i32 @printf(ptr noundef @.str.11) br label %54 54: ; preds = %52, %48 %55 = load i8, ptr %2, align 1 %56 = sext i8 %55 to i32 %57 = icmp eq i32 %56, 83 br i1 %57, label %58, label %60 58: ; preds = %54 %59 = call i32 @printf(ptr noundef @.str.12) br label %60 60: ; preds = %58, %54 br label %75 61: ; preds = %30 %62 = load i8, ptr %2, align 1 %63 = sext i8 %62 to i32 %64 = icmp eq i32 %63, 83 br i1 %64, label %65, label %67 65: ; preds = %61 %66 = call i32 @printf(ptr noundef @.str.11) br label %67 67: ; preds = %65, %61 %68 = load i8, ptr %2, align 1 %69 = sext i8 %68 to i32 %70 = icmp eq i32 %69, 80 br i1 %70, label %71, label %73 71: ; preds = %67 %72 = call i32 @printf(ptr noundef @.str.12) br label %73 73: ; preds = %71, %67 br label %75 74: ; preds = %30 br label %75 75: ; preds = %74, %73, %60, %47 ret void } declare i32 @printf(ptr noundef) #1 declare i32 @scanf(ptr noundef, ptr noundef) #1 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"} !6 = distinct !{!6, !7} !7 = !{!"llvm.loop.mustprogress"}
; ModuleID = '<stdin>' source_filename = "/tmp/tmpc5b08zh0.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128" target triple = "x86_64-pc-linux-gnu" @.str = private unnamed_addr constant [21 x i8] c"Scissors cuts Paper\0A\00", align 1 @.str.1 = private unnamed_addr constant [19 x i8] c"Paper covers Rock\0A\00", align 1 @.str.2 = private unnamed_addr constant [46 x i8] c"(and as it always has) Rock crushes Scissors\0A\00", align 1 @.str.3 = private unnamed_addr constant [2 x i8] c"\0A\00", align 1 @.str.4 = private unnamed_addr constant [13 x i8] c"S. Scissors\0A\00", align 1 @.str.5 = private unnamed_addr constant [10 x i8] c"P. Paper\0A\00", align 1 @.str.6 = private unnamed_addr constant [9 x i8] c"R. Rock\0A\00", align 1 @.str.7 = private unnamed_addr constant [11 x i8] c"Player 1? \00", align 1 @.str.8 = private unnamed_addr constant [4 x i8] c" %c\00", align 1 @.str.9 = private unnamed_addr constant [15 x i8] c"INVALID ENTRY\0A\00", align 1 @.str.10 = private unnamed_addr constant [11 x i8] c"Player 2? \00", align 1 @.str.11 = private unnamed_addr constant [16 x i8] c"Player 1 wins.\0A\00", align 1 @.str.12 = private unnamed_addr constant [16 x i8] c"Player 2 wins.\0A\00", align 1 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local void @rock_paper_scissors() #0 { %1 = alloca i8, align 1 %2 = alloca i8, align 1 %3 = call i32 @printf(ptr noundef @.str) %4 = call i32 @printf(ptr noundef @.str.1) %5 = call i32 @printf(ptr noundef @.str.2) %6 = call i32 @printf(ptr noundef @.str.3) %7 = call i32 @printf(ptr noundef @.str.4) %8 = call i32 @printf(ptr noundef @.str.5) %9 = call i32 @printf(ptr noundef @.str.6) %10 = call i32 @printf(ptr noundef @.str.7) %11 = call i32 @scanf(ptr noundef @.str.8, ptr noundef %1) br label %12 12: ; preds = %26, %0 %13 = load i8, ptr %1, align 1 %14 = sext i8 %13 to i32 %15 = icmp ne i32 %14, 83 br i1 %15, label %16, label %24 16: ; preds = %12 %17 = load i8, ptr %1, align 1 %18 = sext i8 %17 to i32 %19 = icmp ne i32 %18, 80 br i1 %19, label %20, label %24 20: ; preds = %16 %21 = load i8, ptr %1, align 1 %22 = sext i8 %21 to i32 %23 = icmp ne i32 %22, 82 br label %24 24: ; preds = %20, %16, %12 %25 = phi i1 [ false, %16 ], [ false, %12 ], [ %23, %20 ] br i1 %25, label %26, label %30 26: ; preds = %24 %27 = call i32 @printf(ptr noundef @.str.9) %28 = call i32 @printf(ptr noundef @.str.7) %29 = call i32 @scanf(ptr noundef @.str.8, ptr noundef %1) br label %12, !llvm.loop !6 30: ; preds = %24 %31 = call i32 @printf(ptr noundef @.str.10) %32 = call i32 @scanf(ptr noundef @.str.8, ptr noundef %2) %33 = load i8, ptr %1, align 1 %34 = sext i8 %33 to i32 switch i32 %34, label %74 [ i32 83, label %35 i32 80, label %48 i32 82, label %61 ] 35: ; preds = %30 %36 = load i8, ptr %2, align 1 %37 = sext i8 %36 to i32 %38 = icmp eq i32 %37, 80 br i1 %38, label %39, label %41 39: ; preds = %35 %40 = call i32 @printf(ptr noundef @.str.11) br label %41 41: ; preds = %39, %35 %42 = load i8, ptr %2, align 1 %43 = sext i8 %42 to i32 %44 = icmp eq i32 %43, 82 br i1 %44, label %45, label %47 45: ; preds = %41 %46 = call i32 @printf(ptr noundef @.str.12) br label %47 47: ; preds = %45, %41 br label %75 48: ; preds = %30 %49 = load i8, ptr %2, align 1 %50 = sext i8 %49 to i32 %51 = icmp eq i32 %50, 82 br i1 %51, label %52, label %54 52: ; preds = %48 %53 = call i32 @printf(ptr noundef @.str.11) br label %54 54: ; preds = %52, %48 %55 = load i8, ptr %2, align 1 %56 = sext i8 %55 to i32 %57 = icmp eq i32 %56, 83 br i1 %57, label %58, label %60 58: ; preds = %54 %59 = call i32 @printf(ptr noundef @.str.12) br label %60 60: ; preds = %58, %54 br label %75 61: ; preds = %30 %62 = load i8, ptr %2, align 1 %63 = sext i8 %62 to i32 %64 = icmp eq i32 %63, 83 br i1 %64, label %65, label %67 65: ; preds = %61 %66 = call i32 @printf(ptr noundef @.str.11) br label %67 67: ; preds = %65, %61 %68 = load i8, ptr %2, align 1 %69 = sext i8 %68 to i32 %70 = icmp eq i32 %69, 80 br i1 %70, label %71, label %73 71: ; preds = %67 %72 = call i32 @printf(ptr noundef @.str.12) br label %73 73: ; preds = %71, %67 br label %75 74: ; preds = %30 br label %75 75: ; preds = %74, %73, %60, %47 ret void } declare i32 @printf(ptr noundef) #1 declare i32 @scanf(ptr noundef, ptr noundef) #1 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"} !6 = distinct !{!6, !7} !7 = !{!"llvm.loop.mustprogress"}
; ModuleID = '/tmp/tmptncvsaol.c' source_filename = "/tmp/tmptncvsaol.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @delete_pidfile(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 @unlink(ptr noundef %3) ret void } declare i32 @unlink(ptr noundef) #1 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '<stdin>' source_filename = "/tmp/tmptncvsaol.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @delete_pidfile(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 @unlink(ptr noundef %3) ret void } declare i32 @unlink(ptr noundef) #1 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '/tmp/tmp3ibe9m61.c' source_filename = "/tmp/tmp3ibe9m61.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-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"stcadc 2 %08x %08x %08x %08x %08x\0A\00", align 1 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local void @print_stcadc2(i32 noundef %0, i32 noundef %1, i32 noundef %2) #0 { %4 = alloca i32, align 4 %5 = alloca i32, align 4 %6 = alloca i32, align 4 %7 = alloca i32, align 4 %8 = alloca i32, align 4 store i32 %0, ptr %4, align 4 store i32 %1, ptr %5, align 4 store i32 %2, ptr %6, align 4 %9 = load i32, ptr %4, align 4 %10 = load i32, ptr %5, align 4 %11 = call i32 @get_stcadc2(i32 noundef %9, i32 noundef %10, ptr noundef %8) store i32 %11, ptr %7, align 4 %12 = load i32, ptr %6, align 4 %13 = load i32, ptr %7, align 4 %14 = and i32 %13, %12 store i32 %14, ptr %7, align 4 %15 = load i32, ptr %4, align 4 %16 = load i32, ptr %5, align 4 %17 = load i32, ptr %8, align 4 %18 = load i32, ptr %7, align 4 %19 = load i32, ptr %6, align 4 %20 = call i32 @printf(ptr noundef @.str, i32 noundef %15, i32 noundef %16, i32 noundef %17, i32 noundef %18, i32 noundef %19) ret void } declare i32 @get_stcadc2(i32 noundef, i32 noundef, ptr noundef) #1 declare i32 @printf(ptr 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/tmp3ibe9m61.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-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"stcadc 2 %08x %08x %08x %08x %08x\0A\00", align 1 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local void @print_stcadc2(i32 noundef %0, i32 noundef %1, i32 noundef %2) #0 { %4 = alloca i32, align 4 %5 = alloca i32, align 4 %6 = alloca i32, align 4 %7 = alloca i32, align 4 %8 = alloca i32, align 4 store i32 %0, ptr %4, align 4 store i32 %1, ptr %5, align 4 store i32 %2, ptr %6, align 4 %9 = load i32, ptr %4, align 4 %10 = load i32, ptr %5, align 4 %11 = call i32 @get_stcadc2(i32 noundef %9, i32 noundef %10, ptr noundef %8) store i32 %11, ptr %7, align 4 %12 = load i32, ptr %6, align 4 %13 = load i32, ptr %7, align 4 %14 = and i32 %13, %12 store i32 %14, ptr %7, align 4 %15 = load i32, ptr %4, align 4 %16 = load i32, ptr %5, align 4 %17 = load i32, ptr %8, align 4 %18 = load i32, ptr %7, align 4 %19 = load i32, ptr %6, align 4 %20 = call i32 @printf(ptr noundef @.str, i32 noundef %15, i32 noundef %16, i32 noundef %17, i32 noundef %18, i32 noundef %19) ret void } declare i32 @get_stcadc2(i32 noundef, i32 noundef, ptr noundef) #1 declare i32 @printf(ptr 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/tmpord4d2_9.c' source_filename = "/tmp/tmpord4d2_9.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128" target triple = "x86_64-pc-linux-gnu" ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local i32 @siphash(ptr noundef %0, ptr noundef %1, i32 noundef %2, ptr noundef %3) #0 { %5 = alloca ptr, align 8 %6 = alloca ptr, align 8 %7 = alloca i32, align 4 %8 = alloca ptr, align 8 %9 = alloca i32, align 4 %10 = alloca i32, align 4 %11 = alloca i32, align 4 %12 = alloca i32, align 4 %13 = alloca i32, align 4 %14 = alloca i32, align 4 %15 = alloca i32, align 4 %16 = alloca i32, align 4 %17 = alloca i32, align 4 %18 = alloca i32, align 4 %19 = alloca ptr, align 8 %20 = 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 ptr %3, ptr %8, align 8 store i32 poison, ptr %9, align 4 store i32 poison, ptr %10, align 4 store i32 poison, ptr %11, align 4 store i32 poison, ptr %12, align 4 store i32 poison, ptr %14, align 4 store i32 poison, ptr %15, align 4 store i32 2, ptr %17, align 4 store i32 4, ptr %18, align 4 %21 = load ptr, ptr %6, align 8 %22 = load i32, ptr %7, align 4 %23 = sext i32 %22 to i64 %24 = getelementptr inbounds i64, ptr %21, i64 %23 %25 = load i32, ptr %7, align 4 %26 = sext i32 %25 to i64 %27 = urem i64 %26, 4 %28 = sub i64 0, %27 %29 = getelementptr inbounds i64, ptr %24, i64 %28 store ptr %29, ptr %19, align 8 %30 = load i32, ptr %7, align 4 %31 = and i32 %30, 7 store i32 %31, ptr %20, align 4 %32 = load i32, ptr %15, align 4 %33 = load i32, ptr %12, align 4 %34 = xor i32 %33, %32 store i32 %34, ptr %12, align 4 %35 = load i32, ptr %14, align 4 %36 = load i32, ptr %11, align 4 %37 = xor i32 %36, %35 store i32 %37, ptr %11, align 4 %38 = load i32, ptr %15, align 4 %39 = load i32, ptr %10, align 4 %40 = xor i32 %39, %38 store i32 %40, ptr %10, align 4 %41 = load i32, ptr %14, align 4 %42 = load i32, ptr %9, align 4 %43 = xor i32 %42, %41 store i32 %43, ptr %9, align 4 br label %44 44: ; preds = %138, %4 %45 = load ptr, ptr %6, align 8 %46 = load ptr, ptr %19, align 8 %47 = icmp ne ptr %45, %46 br i1 %47, label %48, label %141 48: ; preds = %44 store i32 0, ptr %13, align 4 store i32 0, ptr %16, align 4 br label %49 49: ; preds = %64, %48 %50 = load i32, ptr %16, align 4 %51 = icmp slt i32 %50, 8 br i1 %51, label %52, label %67 52: ; preds = %49 %53 = load ptr, ptr %6, align 8 %54 = load i32, ptr %16, align 4 %55 = sext i32 %54 to i64 %56 = getelementptr inbounds i64, ptr %53, i64 %55 %57 = load i64, ptr %56, align 8 %58 = trunc i64 %57 to i32 %59 = load i32, ptr %16, align 4 %60 = mul nsw i32 8, %59 %61 = shl i32 %58, %60 %62 = load i32, ptr %13, align 4 %63 = or i32 %62, %61 store i32 %63, ptr %13, align 4 br label %64 64: ; preds = %52 %65 = load i32, ptr %16, align 4 %66 = add nsw i32 %65, 1 store i32 %66, ptr %16, align 4 br label %49, !llvm.loop !6 67: ; preds = %49 %68 = load i32, ptr %13, align 4 %69 = load i32, ptr %12, align 4 %70 = xor i32 %69, %68 store i32 %70, ptr %12, align 4 store i32 0, ptr %16, align 4 br label %71 71: ; preds = %131, %67 %72 = load i32, ptr %16, align 4 %73 = icmp slt i32 %72, 2 br i1 %73, label %74, label %134 74: ; preds = %71 br label %75 75: ; preds = %74 %76 = load i32, ptr %10, align 4 %77 = load i32, ptr %9, align 4 %78 = add nsw i32 %77, %76 store i32 %78, ptr %9, align 4 %79 = load i32, ptr %10, align 4 %80 = shl i32 %79, 13 %81 = load i32, ptr %10, align 4 %82 = ashr i32 %81, 51 %83 = or i32 %80, %82 store i32 %83, ptr %10, align 4 %84 = load i32, ptr %9, align 4 %85 = load i32, ptr %10, align 4 %86 = xor i32 %85, %84 store i32 %86, ptr %10, align 4 %87 = load i32, ptr %9, align 4 %88 = shl i32 %87, 32 %89 = load i32, ptr %9, align 4 %90 = ashr i32 %89, 32 %91 = or i32 %88, %90 store i32 %91, ptr %9, align 4 %92 = load i32, ptr %12, align 4 %93 = load i32, ptr %11, align 4 %94 = add nsw i32 %93, %92 store i32 %94, ptr %11, align 4 %95 = load i32, ptr %12, align 4 %96 = shl i32 %95, 16 %97 = load i32, ptr %12, align 4 %98 = ashr i32 %97, 48 %99 = or i32 %96, %98 store i32 %99, ptr %12, align 4 %100 = load i32, ptr %11, align 4 %101 = load i32, ptr %12, align 4 %102 = xor i32 %101, %100 store i32 %102, ptr %12, align 4 %103 = load i32, ptr %12, align 4 %104 = load i32, ptr %9, align 4 %105 = add nsw i32 %104, %103 store i32 %105, ptr %9, align 4 %106 = load i32, ptr %12, align 4 %107 = shl i32 %106, 21 %108 = load i32, ptr %12, align 4 %109 = ashr i32 %108, 43 %110 = or i32 %107, %109 store i32 %110, ptr %12, align 4 %111 = load i32, ptr %9, align 4 %112 = load i32, ptr %12, align 4 %113 = xor i32 %112, %111 store i32 %113, ptr %12, align 4 %114 = load i32, ptr %10, align 4 %115 = load i32, ptr %11, align 4 %116 = add nsw i32 %115, %114 store i32 %116, ptr %11, align 4 %117 = load i32, ptr %10, align 4 %118 = shl i32 %117, 17 %119 = load i32, ptr %10, align 4 %120 = ashr i32 %119, 47 %121 = or i32 %118, %120 store i32 %121, ptr %10, align 4 %122 = load i32, ptr %11, align 4 %123 = load i32, ptr %10, align 4 %124 = xor i32 %123, %122 store i32 %124, ptr %10, align 4 %125 = load i32, ptr %11, align 4 %126 = shl i32 %125, 32 %127 = load i32, ptr %11, align 4 %128 = ashr i32 %127, 32 %129 = or i32 %126, %128 store i32 %129, ptr %11, align 4 br label %130 130: ; preds = %75 br label %131 131: ; preds = %130 %132 = load i32, ptr %16, align 4 %133 = add nsw i32 %132, 1 store i32 %133, ptr %16, align 4 br label %71, !llvm.loop !8 134: ; preds = %71 %135 = load i32, ptr %13, align 4 %136 = load i32, ptr %9, align 4 %137 = xor i32 %136, %135 store i32 %137, ptr %9, align 4 br label %138 138: ; preds = %134 %139 = load ptr, ptr %6, align 8 %140 = getelementptr inbounds i64, ptr %139, i64 8 store ptr %140, ptr %6, align 8 br label %44, !llvm.loop !9 141: ; preds = %44 %142 = load i32, ptr %7, align 4 %143 = shl i32 %142, 56 store i32 %143, ptr %13, align 4 br label %144 144: ; preds = %161, %141 %145 = load i32, ptr %20, align 4 %146 = icmp ne i32 %145, 0 br i1 %146, label %147, label %164 147: ; preds = %144 %148 = load ptr, ptr %6, align 8 %149 = load i32, ptr %20, align 4 %150 = sub nsw i32 %149, 1 %151 = sext i32 %150 to i64 %152 = getelementptr inbounds i64, ptr %148, i64 %151 %153 = load i64, ptr %152, align 8 %154 = trunc i64 %153 to i32 %155 = load i32, ptr %20, align 4 %156 = mul nsw i32 8, %155 %157 = sub nsw i32 %156, 8 %158 = shl i32 %154, %157 %159 = load i32, ptr %13, align 4 %160 = or i32 %159, %158 store i32 %160, ptr %13, align 4 br label %161 161: ; preds = %147 %162 = load i32, ptr %20, align 4 %163 = add nsw i32 %162, -1 store i32 %163, ptr %20, align 4 br label %144, !llvm.loop !10 164: ; preds = %144 %165 = load i32, ptr %13, align 4 %166 = load i32, ptr %12, align 4 %167 = xor i32 %166, %165 store i32 %167, ptr %12, align 4 store i32 0, ptr %16, align 4 br label %168 168: ; preds = %228, %164 %169 = load i32, ptr %16, align 4 %170 = icmp slt i32 %169, 2 br i1 %170, label %171, label %231 171: ; preds = %168 br label %172 172: ; preds = %171 %173 = load i32, ptr %10, align 4 %174 = load i32, ptr %9, align 4 %175 = add nsw i32 %174, %173 store i32 %175, ptr %9, align 4 %176 = load i32, ptr %10, align 4 %177 = shl i32 %176, 13 %178 = load i32, ptr %10, align 4 %179 = ashr i32 %178, 51 %180 = or i32 %177, %179 store i32 %180, ptr %10, align 4 %181 = load i32, ptr %9, align 4 %182 = load i32, ptr %10, align 4 %183 = xor i32 %182, %181 store i32 %183, ptr %10, align 4 %184 = load i32, ptr %9, align 4 %185 = shl i32 %184, 32 %186 = load i32, ptr %9, align 4 %187 = ashr i32 %186, 32 %188 = or i32 %185, %187 store i32 %188, ptr %9, align 4 %189 = load i32, ptr %12, align 4 %190 = load i32, ptr %11, align 4 %191 = add nsw i32 %190, %189 store i32 %191, ptr %11, align 4 %192 = load i32, ptr %12, align 4 %193 = shl i32 %192, 16 %194 = load i32, ptr %12, align 4 %195 = ashr i32 %194, 48 %196 = or i32 %193, %195 store i32 %196, ptr %12, align 4 %197 = load i32, ptr %11, align 4 %198 = load i32, ptr %12, align 4 %199 = xor i32 %198, %197 store i32 %199, ptr %12, align 4 %200 = load i32, ptr %12, align 4 %201 = load i32, ptr %9, align 4 %202 = add nsw i32 %201, %200 store i32 %202, ptr %9, align 4 %203 = load i32, ptr %12, align 4 %204 = shl i32 %203, 21 %205 = load i32, ptr %12, align 4 %206 = ashr i32 %205, 43 %207 = or i32 %204, %206 store i32 %207, ptr %12, align 4 %208 = load i32, ptr %9, align 4 %209 = load i32, ptr %12, align 4 %210 = xor i32 %209, %208 store i32 %210, ptr %12, align 4 %211 = load i32, ptr %10, align 4 %212 = load i32, ptr %11, align 4 %213 = add nsw i32 %212, %211 store i32 %213, ptr %11, align 4 %214 = load i32, ptr %10, align 4 %215 = shl i32 %214, 17 %216 = load i32, ptr %10, align 4 %217 = ashr i32 %216, 47 %218 = or i32 %215, %217 store i32 %218, ptr %10, align 4 %219 = load i32, ptr %11, align 4 %220 = load i32, ptr %10, align 4 %221 = xor i32 %220, %219 store i32 %221, ptr %10, align 4 %222 = load i32, ptr %11, align 4 %223 = shl i32 %222, 32 %224 = load i32, ptr %11, align 4 %225 = ashr i32 %224, 32 %226 = or i32 %223, %225 store i32 %226, ptr %11, align 4 br label %227 227: ; preds = %172 br label %228 228: ; preds = %227 %229 = load i32, ptr %16, align 4 %230 = add nsw i32 %229, 1 store i32 %230, ptr %16, align 4 br label %168, !llvm.loop !11 231: ; preds = %168 %232 = load i32, ptr %13, align 4 %233 = load i32, ptr %9, align 4 %234 = xor i32 %233, %232 store i32 %234, ptr %9, align 4 %235 = load i32, ptr %11, align 4 %236 = xor i32 %235, 255 store i32 %236, ptr %11, align 4 store i32 0, ptr %16, align 4 br label %237 237: ; preds = %297, %231 %238 = load i32, ptr %16, align 4 %239 = icmp slt i32 %238, 4 br i1 %239, label %240, label %300 240: ; preds = %237 br label %241 241: ; preds = %240 %242 = load i32, ptr %10, align 4 %243 = load i32, ptr %9, align 4 %244 = add nsw i32 %243, %242 store i32 %244, ptr %9, align 4 %245 = load i32, ptr %10, align 4 %246 = shl i32 %245, 13 %247 = load i32, ptr %10, align 4 %248 = ashr i32 %247, 51 %249 = or i32 %246, %248 store i32 %249, ptr %10, align 4 %250 = load i32, ptr %9, align 4 %251 = load i32, ptr %10, align 4 %252 = xor i32 %251, %250 store i32 %252, ptr %10, align 4 %253 = load i32, ptr %9, align 4 %254 = shl i32 %253, 32 %255 = load i32, ptr %9, align 4 %256 = ashr i32 %255, 32 %257 = or i32 %254, %256 store i32 %257, ptr %9, align 4 %258 = load i32, ptr %12, align 4 %259 = load i32, ptr %11, align 4 %260 = add nsw i32 %259, %258 store i32 %260, ptr %11, align 4 %261 = load i32, ptr %12, align 4 %262 = shl i32 %261, 16 %263 = load i32, ptr %12, align 4 %264 = ashr i32 %263, 48 %265 = or i32 %262, %264 store i32 %265, ptr %12, align 4 %266 = load i32, ptr %11, align 4 %267 = load i32, ptr %12, align 4 %268 = xor i32 %267, %266 store i32 %268, ptr %12, align 4 %269 = load i32, ptr %12, align 4 %270 = load i32, ptr %9, align 4 %271 = add nsw i32 %270, %269 store i32 %271, ptr %9, align 4 %272 = load i32, ptr %12, align 4 %273 = shl i32 %272, 21 %274 = load i32, ptr %12, align 4 %275 = ashr i32 %274, 43 %276 = or i32 %273, %275 store i32 %276, ptr %12, align 4 %277 = load i32, ptr %9, align 4 %278 = load i32, ptr %12, align 4 %279 = xor i32 %278, %277 store i32 %279, ptr %12, align 4 %280 = load i32, ptr %10, align 4 %281 = load i32, ptr %11, align 4 %282 = add nsw i32 %281, %280 store i32 %282, ptr %11, align 4 %283 = load i32, ptr %10, align 4 %284 = shl i32 %283, 17 %285 = load i32, ptr %10, align 4 %286 = ashr i32 %285, 47 %287 = or i32 %284, %286 store i32 %287, ptr %10, align 4 %288 = load i32, ptr %11, align 4 %289 = load i32, ptr %10, align 4 %290 = xor i32 %289, %288 store i32 %290, ptr %10, align 4 %291 = load i32, ptr %11, align 4 %292 = shl i32 %291, 32 %293 = load i32, ptr %11, align 4 %294 = ashr i32 %293, 32 %295 = or i32 %292, %294 store i32 %295, ptr %11, align 4 br label %296 296: ; preds = %241 br label %297 297: ; preds = %296 %298 = load i32, ptr %16, align 4 %299 = add nsw i32 %298, 1 store i32 %299, ptr %16, align 4 br label %237, !llvm.loop !12 300: ; preds = %237 %301 = load i32, ptr %9, align 4 %302 = load i32, ptr %10, align 4 %303 = xor i32 %301, %302 %304 = load i32, ptr %11, align 4 %305 = xor i32 %303, %304 %306 = load i32, ptr %12, align 4 %307 = xor i32 %305, %306 store i32 %307, ptr %13, align 4 store i32 0, ptr %16, align 4 br label %308 308: ; preds = %320, %300 %309 = load i32, ptr %16, align 4 %310 = icmp slt i32 %309, 8 br i1 %310, label %311, label %323 311: ; preds = %308 %312 = load i32, ptr %13, align 4 %313 = sext i32 %312 to i64 %314 = load ptr, ptr %5, align 8 %315 = load i32, ptr %16, align 4 %316 = sext i32 %315 to i64 %317 = getelementptr inbounds i64, ptr %314, i64 %316 store i64 %313, ptr %317, align 8 %318 = load i32, ptr %13, align 4 %319 = ashr i32 %318, 8 store i32 %319, ptr %13, align 4 br label %320 320: ; preds = %311 %321 = load i32, ptr %16, align 4 %322 = add nsw i32 %321, 1 store i32 %322, ptr %16, align 4 br label %308, !llvm.loop !13 323: ; preds = %308 ret i32 0 } attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"} !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/tmpord4d2_9.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128" target triple = "x86_64-pc-linux-gnu" ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local i32 @siphash(ptr noundef %0, ptr noundef %1, i32 noundef %2, ptr noundef %3) #0 { %5 = alloca ptr, align 8 %6 = alloca ptr, align 8 %7 = alloca i32, align 4 %8 = alloca ptr, align 8 %9 = alloca i32, align 4 %10 = alloca i32, align 4 %11 = alloca i32, align 4 %12 = alloca i32, align 4 %13 = alloca i32, align 4 %14 = alloca i32, align 4 %15 = alloca i32, align 4 %16 = alloca i32, align 4 %17 = alloca i32, align 4 %18 = alloca i32, align 4 %19 = alloca ptr, align 8 %20 = 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 ptr %3, ptr %8, align 8 store i32 poison, ptr %9, align 4 store i32 poison, ptr %10, align 4 store i32 poison, ptr %11, align 4 store i32 poison, ptr %12, align 4 store i32 poison, ptr %14, align 4 store i32 poison, ptr %15, align 4 store i32 2, ptr %17, align 4 store i32 4, ptr %18, align 4 %21 = load ptr, ptr %6, align 8 %22 = load i32, ptr %7, align 4 %23 = sext i32 %22 to i64 %24 = getelementptr inbounds i64, ptr %21, i64 %23 %25 = load i32, ptr %7, align 4 %26 = sext i32 %25 to i64 %27 = urem i64 %26, 4 %28 = sub i64 0, %27 %29 = getelementptr inbounds i64, ptr %24, i64 %28 store ptr %29, ptr %19, align 8 %30 = load i32, ptr %7, align 4 %31 = and i32 %30, 7 store i32 %31, ptr %20, align 4 %32 = load i32, ptr %15, align 4 %33 = load i32, ptr %12, align 4 %34 = xor i32 %33, %32 store i32 %34, ptr %12, align 4 %35 = load i32, ptr %14, align 4 %36 = load i32, ptr %11, align 4 %37 = xor i32 %36, %35 store i32 %37, ptr %11, align 4 %38 = load i32, ptr %15, align 4 %39 = load i32, ptr %10, align 4 %40 = xor i32 %39, %38 store i32 %40, ptr %10, align 4 %41 = load i32, ptr %14, align 4 %42 = load i32, ptr %9, align 4 %43 = xor i32 %42, %41 store i32 %43, ptr %9, align 4 %44 = load ptr, ptr %6, align 8 %45 = load ptr, ptr %19, align 8 %46 = icmp ne ptr %44, %45 br i1 %46, label %.lr.ph5, label %145 .lr.ph5: ; preds = %4 br label %47 47: ; preds = %.lr.ph5, %139 store i32 0, ptr %13, align 4 store i32 0, ptr %16, align 4 %48 = load i32, ptr %16, align 4 %49 = icmp slt i32 %48, 8 br i1 %49, label %.lr.ph, label %67 .lr.ph: ; preds = %47 br label %50 50: ; preds = %.lr.ph, %62 %51 = load ptr, ptr %6, align 8 %52 = load i32, ptr %16, align 4 %53 = sext i32 %52 to i64 %54 = getelementptr inbounds i64, ptr %51, i64 %53 %55 = load i64, ptr %54, align 8 %56 = trunc i64 %55 to i32 %57 = load i32, ptr %16, align 4 %58 = mul nsw i32 8, %57 %59 = shl i32 %56, %58 %60 = load i32, ptr %13, align 4 %61 = or i32 %60, %59 store i32 %61, ptr %13, align 4 br label %62 62: ; preds = %50 %63 = load i32, ptr %16, align 4 %64 = add nsw i32 %63, 1 store i32 %64, ptr %16, align 4 %65 = load i32, ptr %16, align 4 %66 = icmp slt i32 %65, 8 br i1 %66, label %50, label %._crit_edge, !llvm.loop !6 ._crit_edge: ; preds = %62 br label %67 67: ; preds = %._crit_edge, %47 %68 = load i32, ptr %13, align 4 %69 = load i32, ptr %12, align 4 %70 = xor i32 %69, %68 store i32 %70, ptr %12, align 4 store i32 0, ptr %16, align 4 %71 = load i32, ptr %16, align 4 %72 = icmp slt i32 %71, 2 br i1 %72, label %.lr.ph2, label %135 .lr.ph2: ; preds = %67 br label %73 73: ; preds = %.lr.ph2, %130 br label %74 74: ; preds = %73 %75 = load i32, ptr %10, align 4 %76 = load i32, ptr %9, align 4 %77 = add nsw i32 %76, %75 store i32 %77, ptr %9, align 4 %78 = load i32, ptr %10, align 4 %79 = shl i32 %78, 13 %80 = load i32, ptr %10, align 4 %81 = ashr i32 %80, 51 %82 = or i32 %79, %81 store i32 %82, ptr %10, align 4 %83 = load i32, ptr %9, align 4 %84 = load i32, ptr %10, align 4 %85 = xor i32 %84, %83 store i32 %85, ptr %10, align 4 %86 = load i32, ptr %9, align 4 %87 = shl i32 %86, 32 %88 = load i32, ptr %9, align 4 %89 = ashr i32 %88, 32 %90 = or i32 %87, %89 store i32 %90, ptr %9, align 4 %91 = load i32, ptr %12, align 4 %92 = load i32, ptr %11, align 4 %93 = add nsw i32 %92, %91 store i32 %93, ptr %11, align 4 %94 = load i32, ptr %12, align 4 %95 = shl i32 %94, 16 %96 = load i32, ptr %12, align 4 %97 = ashr i32 %96, 48 %98 = or i32 %95, %97 store i32 %98, ptr %12, align 4 %99 = load i32, ptr %11, align 4 %100 = load i32, ptr %12, align 4 %101 = xor i32 %100, %99 store i32 %101, ptr %12, align 4 %102 = load i32, ptr %12, align 4 %103 = load i32, ptr %9, align 4 %104 = add nsw i32 %103, %102 store i32 %104, ptr %9, align 4 %105 = load i32, ptr %12, align 4 %106 = shl i32 %105, 21 %107 = load i32, ptr %12, align 4 %108 = ashr i32 %107, 43 %109 = or i32 %106, %108 store i32 %109, ptr %12, align 4 %110 = load i32, ptr %9, align 4 %111 = load i32, ptr %12, align 4 %112 = xor i32 %111, %110 store i32 %112, ptr %12, align 4 %113 = load i32, ptr %10, align 4 %114 = load i32, ptr %11, align 4 %115 = add nsw i32 %114, %113 store i32 %115, ptr %11, align 4 %116 = load i32, ptr %10, align 4 %117 = shl i32 %116, 17 %118 = load i32, ptr %10, align 4 %119 = ashr i32 %118, 47 %120 = or i32 %117, %119 store i32 %120, ptr %10, align 4 %121 = load i32, ptr %11, align 4 %122 = load i32, ptr %10, align 4 %123 = xor i32 %122, %121 store i32 %123, ptr %10, align 4 %124 = load i32, ptr %11, align 4 %125 = shl i32 %124, 32 %126 = load i32, ptr %11, align 4 %127 = ashr i32 %126, 32 %128 = or i32 %125, %127 store i32 %128, ptr %11, align 4 br label %129 129: ; preds = %74 br label %130 130: ; preds = %129 %131 = load i32, ptr %16, align 4 %132 = add nsw i32 %131, 1 store i32 %132, ptr %16, align 4 %133 = load i32, ptr %16, align 4 %134 = icmp slt i32 %133, 2 br i1 %134, label %73, label %._crit_edge3, !llvm.loop !8 ._crit_edge3: ; preds = %130 br label %135 135: ; preds = %._crit_edge3, %67 %136 = load i32, ptr %13, align 4 %137 = load i32, ptr %9, align 4 %138 = xor i32 %137, %136 store i32 %138, ptr %9, align 4 br label %139 139: ; preds = %135 %140 = load ptr, ptr %6, align 8 %141 = getelementptr inbounds i64, ptr %140, i64 8 store ptr %141, ptr %6, align 8 %142 = load ptr, ptr %6, align 8 %143 = load ptr, ptr %19, align 8 %144 = icmp ne ptr %142, %143 br i1 %144, label %47, label %._crit_edge6, !llvm.loop !9 ._crit_edge6: ; preds = %139 br label %145 145: ; preds = %._crit_edge6, %4 %146 = load i32, ptr %7, align 4 %147 = shl i32 %146, 56 store i32 %147, ptr %13, align 4 %148 = load i32, ptr %20, align 4 %149 = icmp ne i32 %148, 0 br i1 %149, label %.lr.ph8, label %169 .lr.ph8: ; preds = %145 br label %150 150: ; preds = %.lr.ph8, %164 %151 = load ptr, ptr %6, align 8 %152 = load i32, ptr %20, align 4 %153 = sub nsw i32 %152, 1 %154 = sext i32 %153 to i64 %155 = getelementptr inbounds i64, ptr %151, i64 %154 %156 = load i64, ptr %155, align 8 %157 = trunc i64 %156 to i32 %158 = load i32, ptr %20, align 4 %159 = mul nsw i32 8, %158 %160 = sub nsw i32 %159, 8 %161 = shl i32 %157, %160 %162 = load i32, ptr %13, align 4 %163 = or i32 %162, %161 store i32 %163, ptr %13, align 4 br label %164 164: ; preds = %150 %165 = load i32, ptr %20, align 4 %166 = add nsw i32 %165, -1 store i32 %166, ptr %20, align 4 %167 = load i32, ptr %20, align 4 %168 = icmp ne i32 %167, 0 br i1 %168, label %150, label %._crit_edge9, !llvm.loop !10 ._crit_edge9: ; preds = %164 br label %169 169: ; preds = %._crit_edge9, %145 %170 = load i32, ptr %13, align 4 %171 = load i32, ptr %12, align 4 %172 = xor i32 %171, %170 store i32 %172, ptr %12, align 4 store i32 0, ptr %16, align 4 %173 = load i32, ptr %16, align 4 %174 = icmp slt i32 %173, 2 br i1 %174, label %.lr.ph11, label %237 .lr.ph11: ; preds = %169 br label %175 175: ; preds = %.lr.ph11, %232 br label %176 176: ; preds = %175 %177 = load i32, ptr %10, align 4 %178 = load i32, ptr %9, align 4 %179 = add nsw i32 %178, %177 store i32 %179, ptr %9, align 4 %180 = load i32, ptr %10, align 4 %181 = shl i32 %180, 13 %182 = load i32, ptr %10, align 4 %183 = ashr i32 %182, 51 %184 = or i32 %181, %183 store i32 %184, ptr %10, align 4 %185 = load i32, ptr %9, align 4 %186 = load i32, ptr %10, align 4 %187 = xor i32 %186, %185 store i32 %187, ptr %10, align 4 %188 = load i32, ptr %9, align 4 %189 = shl i32 %188, 32 %190 = load i32, ptr %9, align 4 %191 = ashr i32 %190, 32 %192 = or i32 %189, %191 store i32 %192, ptr %9, align 4 %193 = load i32, ptr %12, align 4 %194 = load i32, ptr %11, align 4 %195 = add nsw i32 %194, %193 store i32 %195, ptr %11, align 4 %196 = load i32, ptr %12, align 4 %197 = shl i32 %196, 16 %198 = load i32, ptr %12, align 4 %199 = ashr i32 %198, 48 %200 = or i32 %197, %199 store i32 %200, ptr %12, align 4 %201 = load i32, ptr %11, align 4 %202 = load i32, ptr %12, align 4 %203 = xor i32 %202, %201 store i32 %203, ptr %12, align 4 %204 = load i32, ptr %12, align 4 %205 = load i32, ptr %9, align 4 %206 = add nsw i32 %205, %204 store i32 %206, ptr %9, align 4 %207 = load i32, ptr %12, align 4 %208 = shl i32 %207, 21 %209 = load i32, ptr %12, align 4 %210 = ashr i32 %209, 43 %211 = or i32 %208, %210 store i32 %211, ptr %12, align 4 %212 = load i32, ptr %9, align 4 %213 = load i32, ptr %12, align 4 %214 = xor i32 %213, %212 store i32 %214, ptr %12, align 4 %215 = load i32, ptr %10, align 4 %216 = load i32, ptr %11, align 4 %217 = add nsw i32 %216, %215 store i32 %217, ptr %11, align 4 %218 = load i32, ptr %10, align 4 %219 = shl i32 %218, 17 %220 = load i32, ptr %10, align 4 %221 = ashr i32 %220, 47 %222 = or i32 %219, %221 store i32 %222, ptr %10, align 4 %223 = load i32, ptr %11, align 4 %224 = load i32, ptr %10, align 4 %225 = xor i32 %224, %223 store i32 %225, ptr %10, align 4 %226 = load i32, ptr %11, align 4 %227 = shl i32 %226, 32 %228 = load i32, ptr %11, align 4 %229 = ashr i32 %228, 32 %230 = or i32 %227, %229 store i32 %230, ptr %11, align 4 br label %231 231: ; preds = %176 br label %232 232: ; preds = %231 %233 = load i32, ptr %16, align 4 %234 = add nsw i32 %233, 1 store i32 %234, ptr %16, align 4 %235 = load i32, ptr %16, align 4 %236 = icmp slt i32 %235, 2 br i1 %236, label %175, label %._crit_edge12, !llvm.loop !11 ._crit_edge12: ; preds = %232 br label %237 237: ; preds = %._crit_edge12, %169 %238 = load i32, ptr %13, align 4 %239 = load i32, ptr %9, align 4 %240 = xor i32 %239, %238 store i32 %240, ptr %9, align 4 %241 = load i32, ptr %11, align 4 %242 = xor i32 %241, 255 store i32 %242, ptr %11, align 4 store i32 0, ptr %16, align 4 %243 = load i32, ptr %16, align 4 %244 = icmp slt i32 %243, 4 br i1 %244, label %.lr.ph14, label %307 .lr.ph14: ; preds = %237 br label %245 245: ; preds = %.lr.ph14, %302 br label %246 246: ; preds = %245 %247 = load i32, ptr %10, align 4 %248 = load i32, ptr %9, align 4 %249 = add nsw i32 %248, %247 store i32 %249, ptr %9, align 4 %250 = load i32, ptr %10, align 4 %251 = shl i32 %250, 13 %252 = load i32, ptr %10, align 4 %253 = ashr i32 %252, 51 %254 = or i32 %251, %253 store i32 %254, ptr %10, align 4 %255 = load i32, ptr %9, align 4 %256 = load i32, ptr %10, align 4 %257 = xor i32 %256, %255 store i32 %257, ptr %10, align 4 %258 = load i32, ptr %9, align 4 %259 = shl i32 %258, 32 %260 = load i32, ptr %9, align 4 %261 = ashr i32 %260, 32 %262 = or i32 %259, %261 store i32 %262, ptr %9, align 4 %263 = load i32, ptr %12, align 4 %264 = load i32, ptr %11, align 4 %265 = add nsw i32 %264, %263 store i32 %265, ptr %11, align 4 %266 = load i32, ptr %12, align 4 %267 = shl i32 %266, 16 %268 = load i32, ptr %12, align 4 %269 = ashr i32 %268, 48 %270 = or i32 %267, %269 store i32 %270, ptr %12, align 4 %271 = load i32, ptr %11, align 4 %272 = load i32, ptr %12, align 4 %273 = xor i32 %272, %271 store i32 %273, ptr %12, align 4 %274 = load i32, ptr %12, align 4 %275 = load i32, ptr %9, align 4 %276 = add nsw i32 %275, %274 store i32 %276, ptr %9, align 4 %277 = load i32, ptr %12, align 4 %278 = shl i32 %277, 21 %279 = load i32, ptr %12, align 4 %280 = ashr i32 %279, 43 %281 = or i32 %278, %280 store i32 %281, ptr %12, align 4 %282 = load i32, ptr %9, align 4 %283 = load i32, ptr %12, align 4 %284 = xor i32 %283, %282 store i32 %284, ptr %12, align 4 %285 = load i32, ptr %10, align 4 %286 = load i32, ptr %11, align 4 %287 = add nsw i32 %286, %285 store i32 %287, ptr %11, align 4 %288 = load i32, ptr %10, align 4 %289 = shl i32 %288, 17 %290 = load i32, ptr %10, align 4 %291 = ashr i32 %290, 47 %292 = or i32 %289, %291 store i32 %292, ptr %10, align 4 %293 = load i32, ptr %11, align 4 %294 = load i32, ptr %10, align 4 %295 = xor i32 %294, %293 store i32 %295, ptr %10, align 4 %296 = load i32, ptr %11, align 4 %297 = shl i32 %296, 32 %298 = load i32, ptr %11, align 4 %299 = ashr i32 %298, 32 %300 = or i32 %297, %299 store i32 %300, ptr %11, align 4 br label %301 301: ; preds = %246 br label %302 302: ; preds = %301 %303 = load i32, ptr %16, align 4 %304 = add nsw i32 %303, 1 store i32 %304, ptr %16, align 4 %305 = load i32, ptr %16, align 4 %306 = icmp slt i32 %305, 4 br i1 %306, label %245, label %._crit_edge15, !llvm.loop !12 ._crit_edge15: ; preds = %302 br label %307 307: ; preds = %._crit_edge15, %237 %308 = load i32, ptr %9, align 4 %309 = load i32, ptr %10, align 4 %310 = xor i32 %308, %309 %311 = load i32, ptr %11, align 4 %312 = xor i32 %310, %311 %313 = load i32, ptr %12, align 4 %314 = xor i32 %312, %313 store i32 %314, ptr %13, align 4 store i32 0, ptr %16, align 4 %315 = load i32, ptr %16, align 4 %316 = icmp slt i32 %315, 8 br i1 %316, label %.lr.ph17, label %331 .lr.ph17: ; preds = %307 br label %317 317: ; preds = %.lr.ph17, %326 %318 = load i32, ptr %13, align 4 %319 = sext i32 %318 to i64 %320 = load ptr, ptr %5, align 8 %321 = load i32, ptr %16, align 4 %322 = sext i32 %321 to i64 %323 = getelementptr inbounds i64, ptr %320, i64 %322 store i64 %319, ptr %323, align 8 %324 = load i32, ptr %13, align 4 %325 = ashr i32 %324, 8 store i32 %325, ptr %13, align 4 br label %326 326: ; preds = %317 %327 = load i32, ptr %16, align 4 %328 = add nsw i32 %327, 1 store i32 %328, ptr %16, align 4 %329 = load i32, ptr %16, align 4 %330 = icmp slt i32 %329, 8 br i1 %330, label %317, label %._crit_edge18, !llvm.loop !13 ._crit_edge18: ; preds = %326 br label %331 331: ; preds = %._crit_edge18, %307 ret i32 0 } attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"} !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/tmp8crn4w7h.c' source_filename = "/tmp/tmp8crn4w7h.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128" target triple = "x86_64-pc-linux-gnu" ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local i32 @main(i32 noundef %0, ptr noundef %1) #0 { %3 = alloca i32, align 4 %4 = alloca i32, align 4 %5 = alloca ptr, align 8 store i32 0, ptr %3, align 4 store i32 %0, ptr %4, align 4 store ptr %1, ptr %5, align 8 %6 = load i32, ptr %4, align 4 %7 = load ptr, ptr %5, align 8 %8 = call i32 @gmx_rms(i32 noundef %6, ptr noundef %7) ret i32 0 } declare i32 @gmx_rms(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/tmp8crn4w7h.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128" target triple = "x86_64-pc-linux-gnu" ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local i32 @main(i32 noundef %0, ptr noundef %1) #0 { %3 = alloca i32, align 4 %4 = alloca i32, align 4 %5 = alloca ptr, align 8 store i32 0, ptr %3, align 4 store i32 %0, ptr %4, align 4 store ptr %1, ptr %5, align 8 %6 = load i32, ptr %4, align 4 %7 = load ptr, ptr %5, align 8 %8 = call i32 @gmx_rms(i32 noundef %6, ptr noundef %7) ret i32 0 } declare i32 @gmx_rms(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/tmp7apnvam8.c' source_filename = "/tmp/tmp7apnvam8.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128" target triple = "x86_64-pc-linux-gnu" @dispCacheIndex.wk = internal global [32 x i8] zeroinitializer, align 16 @.str = private unnamed_addr constant [4 x i8] c"---\00", align 1 @.str.1 = private unnamed_addr constant [4 x i8] c"999\00", align 1 @.str.2 = private unnamed_addr constant [5 x i8] c"%03d\00", align 1 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local ptr @dispCacheIndex(i32 noundef %0) #0 { %2 = alloca i32, align 4 store i32 %0, ptr %2, align 4 %3 = load i32, ptr %2, align 4 %4 = icmp slt i32 %3, 0 br i1 %4, label %5, label %7 5: ; preds = %1 %6 = call i32 @strcpy(ptr noundef @dispCacheIndex.wk, ptr noundef @.str) br label %16 7: ; preds = %1 %8 = load i32, ptr %2, align 4 %9 = icmp sge i32 %8, 999 br i1 %9, label %10, label %12 10: ; preds = %7 %11 = call i32 @strcpy(ptr noundef @dispCacheIndex.wk, ptr noundef @.str.1) br label %15 12: ; preds = %7 %13 = load i32, ptr %2, align 4 %14 = call i32 @sprintf(ptr noundef @dispCacheIndex.wk, ptr noundef @.str.2, i32 noundef %13) br label %15 15: ; preds = %12, %10 br label %16 16: ; preds = %15, %5 ret ptr @dispCacheIndex.wk } declare i32 @strcpy(ptr noundef, ptr noundef) #1 declare i32 @sprintf(ptr noundef, ptr noundef, i32 noundef) #1 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '<stdin>' source_filename = "/tmp/tmp7apnvam8.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128" target triple = "x86_64-pc-linux-gnu" @dispCacheIndex.wk = internal global [32 x i8] zeroinitializer, align 16 @.str = private unnamed_addr constant [4 x i8] c"---\00", align 1 @.str.1 = private unnamed_addr constant [4 x i8] c"999\00", align 1 @.str.2 = private unnamed_addr constant [5 x i8] c"%03d\00", align 1 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local ptr @dispCacheIndex(i32 noundef %0) #0 { %2 = alloca i32, align 4 store i32 %0, ptr %2, align 4 %3 = load i32, ptr %2, align 4 %4 = icmp slt i32 %3, 0 br i1 %4, label %5, label %7 5: ; preds = %1 %6 = call i32 @strcpy(ptr noundef @dispCacheIndex.wk, ptr noundef @.str) br label %16 7: ; preds = %1 %8 = load i32, ptr %2, align 4 %9 = icmp sge i32 %8, 999 br i1 %9, label %10, label %12 10: ; preds = %7 %11 = call i32 @strcpy(ptr noundef @dispCacheIndex.wk, ptr noundef @.str.1) br label %15 12: ; preds = %7 %13 = load i32, ptr %2, align 4 %14 = call i32 @sprintf(ptr noundef @dispCacheIndex.wk, ptr noundef @.str.2, i32 noundef %13) br label %15 15: ; preds = %12, %10 br label %16 16: ; preds = %15, %5 ret ptr @dispCacheIndex.wk } declare i32 @strcpy(ptr noundef, ptr noundef) #1 declare i32 @sprintf(ptr noundef, ptr noundef, i32 noundef) #1 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '/tmp/tmpkufjergr.c' source_filename = "/tmp/tmpkufjergr.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @uart_txfifo_empty() #0 { %1 = call i32 @peek32(i32 noundef 538972184) %2 = and i32 %1, 128 ret i32 %2 } declare i32 @peek32(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/tmpkufjergr.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @uart_txfifo_empty() #0 { %1 = call i32 @peek32(i32 noundef 538972184) %2 = and i32 %1, 128 ret i32 %2 } declare i32 @peek32(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/tmpf9_avzcs.c' source_filename = "/tmp/tmpf9_avzcs.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-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"data.in\00", align 1 @.str.1 = private unnamed_addr constant [2 x i8] c"w\00", align 1 @.str.2 = private unnamed_addr constant [3 x i8] c"%d\00", align 1 @.str.3 = private unnamed_addr constant [11 x i8] c"\0ACount %ld\00", align 1 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local i32 @main() #0 { %1 = alloca i32, align 4 %2 = alloca i64, align 8 %3 = alloca i64, align 8 %4 = alloca ptr, align 8 %5 = alloca i32, align 4 store i32 0, ptr %1, align 4 %6 = call ptr @fopen(ptr noundef @.str, ptr noundef @.str.1) store ptr %6, ptr %4, align 8 store i64 1000000, ptr %3, align 8 %7 = call i64 @time(ptr noundef %5) %8 = trunc i64 %7 to i32 %9 = call i32 @srand(i32 noundef %8) store i64 0, ptr %2, align 8 br label %10 10: ; preds = %19, %0 %11 = load i64, ptr %2, align 8 %12 = load i64, ptr %3, align 8 %13 = icmp slt i64 %11, %12 br i1 %13, label %14, label %22 14: ; preds = %10 %15 = load ptr, ptr %4, align 8 %16 = call i32 (...) @rand() %17 = srem i32 %16, 10 %18 = call i32 @fprintf(ptr noundef %15, ptr noundef @.str.2, i32 noundef %17) br label %19 19: ; preds = %14 %20 = load i64, ptr %2, align 8 %21 = add nsw i64 %20, 1 store i64 %21, ptr %2, align 8 br label %10, !llvm.loop !6 22: ; preds = %10 %23 = load i64, ptr %2, align 8 %24 = call i32 @printf(ptr noundef @.str.3, i64 noundef %23) ret i32 0 } declare ptr @fopen(ptr noundef, ptr noundef) #1 declare i32 @srand(i32 noundef) #1 declare i64 @time(ptr noundef) #1 declare i32 @fprintf(ptr noundef, ptr noundef, i32 noundef) #1 declare i32 @rand(...) #1 declare i32 @printf(ptr noundef, i64 noundef) #1 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"} !6 = distinct !{!6, !7} !7 = !{!"llvm.loop.mustprogress"}
; ModuleID = '<stdin>' source_filename = "/tmp/tmpf9_avzcs.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-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"data.in\00", align 1 @.str.1 = private unnamed_addr constant [2 x i8] c"w\00", align 1 @.str.2 = private unnamed_addr constant [3 x i8] c"%d\00", align 1 @.str.3 = private unnamed_addr constant [11 x i8] c"\0ACount %ld\00", align 1 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local i32 @main() #0 { %1 = alloca i32, align 4 %2 = alloca i64, align 8 %3 = alloca i64, align 8 %4 = alloca ptr, align 8 %5 = alloca i32, align 4 store i32 0, ptr %1, align 4 %6 = call ptr @fopen(ptr noundef @.str, ptr noundef @.str.1) store ptr %6, ptr %4, align 8 store i64 1000000, ptr %3, align 8 %7 = call i64 @time(ptr noundef %5) %8 = trunc i64 %7 to i32 %9 = call i32 @srand(i32 noundef %8) store i64 0, ptr %2, align 8 %10 = load i64, ptr %2, align 8 %11 = load i64, ptr %3, align 8 %12 = icmp slt i64 %10, %11 br i1 %12, label %.lr.ph, label %24 .lr.ph: ; preds = %0 br label %13 13: ; preds = %.lr.ph, %18 %14 = load ptr, ptr %4, align 8 %15 = call i32 (...) @rand() %16 = srem i32 %15, 10 %17 = call i32 @fprintf(ptr noundef %14, ptr noundef @.str.2, i32 noundef %16) br label %18 18: ; preds = %13 %19 = load i64, ptr %2, align 8 %20 = add nsw i64 %19, 1 store i64 %20, ptr %2, align 8 %21 = load i64, ptr %2, align 8 %22 = load i64, ptr %3, align 8 %23 = icmp slt i64 %21, %22 br i1 %23, label %13, label %._crit_edge, !llvm.loop !6 ._crit_edge: ; preds = %18 br label %24 24: ; preds = %._crit_edge, %0 %25 = load i64, ptr %2, align 8 %26 = call i32 @printf(ptr noundef @.str.3, i64 noundef %25) ret i32 0 } declare ptr @fopen(ptr noundef, ptr noundef) #1 declare i32 @srand(i32 noundef) #1 declare i64 @time(ptr noundef) #1 declare i32 @fprintf(ptr noundef, ptr noundef, i32 noundef) #1 declare i32 @rand(...) #1 declare i32 @printf(ptr noundef, i64 noundef) #1 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"} !6 = distinct !{!6, !7} !7 = !{!"llvm.loop.mustprogress"}
; ModuleID = '/tmp/tmp3srz9o8_.c' source_filename = "/tmp/tmp3srz9o8_.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128" target triple = "x86_64-pc-linux-gnu" %struct.timespec = type { i32, i64 } ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local void @delay(i32 noundef %0) #0 { %2 = alloca i32, align 4 %3 = alloca %struct.timespec, align 8 store i32 %0, ptr %2, align 4 %4 = getelementptr inbounds %struct.timespec, ptr %3, i32 0, i32 1 store i64 0, ptr %4, align 8 %5 = load i32, ptr %2, align 4 %6 = mul nsw i32 %5, 1000 %7 = mul nsw i32 %6, 1000 %8 = getelementptr inbounds %struct.timespec, ptr %3, i32 0, i32 0 store i32 %7, ptr %8, align 8 %9 = call i32 @nanosleep(ptr noundef %3, ptr noundef null) ret void } declare i32 @nanosleep(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/tmp3srz9o8_.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128" target triple = "x86_64-pc-linux-gnu" %struct.timespec = type { i32, i64 } ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local void @delay(i32 noundef %0) #0 { %2 = alloca i32, align 4 %3 = alloca %struct.timespec, align 8 store i32 %0, ptr %2, align 4 %4 = getelementptr inbounds %struct.timespec, ptr %3, i32 0, i32 1 store i64 0, ptr %4, align 8 %5 = load i32, ptr %2, align 4 %6 = mul nsw i32 %5, 1000 %7 = mul nsw i32 %6, 1000 %8 = getelementptr inbounds %struct.timespec, ptr %3, i32 0, i32 0 store i32 %7, ptr %8, align 8 %9 = call i32 @nanosleep(ptr noundef %3, ptr noundef null) ret void } declare i32 @nanosleep(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/tmptupwgoe_.c' source_filename = "/tmp/tmptupwgoe_.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @zmDbgInit(ptr noundef %0, ptr noundef %1, i32 noundef %2) #0 { %4 = alloca ptr, align 8 %5 = alloca ptr, align 8 %6 = alloca i32, align 4 store ptr %0, ptr %4, align 8 store ptr %1, ptr %5, align 8 store i32 %2, ptr %6, align 4 %7 = load ptr, ptr %4, align 8 %8 = load ptr, ptr %5, align 8 %9 = load i32, ptr %6, align 4 %10 = call i32 @zmDebugInitialise(ptr noundef %7, ptr noundef %8, i32 noundef %9) ret i32 %10 } declare i32 @zmDebugInitialise(ptr noundef, ptr noundef, i32 noundef) #1 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '<stdin>' source_filename = "/tmp/tmptupwgoe_.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @zmDbgInit(ptr noundef %0, ptr noundef %1, i32 noundef %2) #0 { %4 = alloca ptr, align 8 %5 = alloca ptr, align 8 %6 = alloca i32, align 4 store ptr %0, ptr %4, align 8 store ptr %1, ptr %5, align 8 store i32 %2, ptr %6, align 4 %7 = load ptr, ptr %4, align 8 %8 = load ptr, ptr %5, align 8 %9 = load i32, ptr %6, align 4 %10 = call i32 @zmDebugInitialise(ptr noundef %7, ptr noundef %8, i32 noundef %9) ret i32 %10 } declare i32 @zmDebugInitialise(ptr noundef, ptr noundef, i32 noundef) #1 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '/tmp/tmpsjo8w930.c' source_filename = "/tmp/tmpsjo8w930.c" target datalayout = "e-m:e-p270: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/tmpsjo8w930.c" target datalayout = "e-m:e-p270: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/tmpf_xkfd0v.c' source_filename = "/tmp/tmpf_xkfd0v.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @check_flag(ptr noundef %0, ptr noundef %1, ptr noundef %2) #0 { %4 = alloca ptr, align 8 %5 = alloca ptr, align 8 %6 = alloca ptr, align 8 store ptr %0, ptr %4, align 8 store ptr %1, ptr %5, align 8 store ptr %2, ptr %6, align 8 %7 = load ptr, ptr %4, align 8 %8 = load ptr, ptr %5, align 8 %9 = call i32 @strcmp(ptr noundef %7, ptr noundef %8) %10 = icmp ne i32 %9, 0 br i1 %10, label %11, label %17 11: ; preds = %3 %12 = load ptr, ptr %4, align 8 %13 = load ptr, ptr %6, align 8 %14 = call i32 @strcmp(ptr noundef %12, ptr noundef %13) %15 = icmp ne i32 %14, 0 %16 = xor i1 %15, true br label %17 17: ; preds = %11, %3 %18 = phi i1 [ true, %3 ], [ %16, %11 ] %19 = zext i1 %18 to i32 ret i32 %19 } declare i32 @strcmp(ptr noundef, ptr noundef) #1 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '<stdin>' source_filename = "/tmp/tmpf_xkfd0v.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @check_flag(ptr noundef %0, ptr noundef %1, ptr noundef %2) #0 { %4 = alloca ptr, align 8 %5 = alloca ptr, align 8 %6 = alloca ptr, align 8 store ptr %0, ptr %4, align 8 store ptr %1, ptr %5, align 8 store ptr %2, ptr %6, align 8 %7 = load ptr, ptr %4, align 8 %8 = load ptr, ptr %5, align 8 %9 = call i32 @strcmp(ptr noundef %7, ptr noundef %8) %10 = icmp ne i32 %9, 0 br i1 %10, label %11, label %17 11: ; preds = %3 %12 = load ptr, ptr %4, align 8 %13 = load ptr, ptr %6, align 8 %14 = call i32 @strcmp(ptr noundef %12, ptr noundef %13) %15 = icmp ne i32 %14, 0 %16 = xor i1 %15, true br label %17 17: ; preds = %11, %3 %18 = phi i1 [ true, %3 ], [ %16, %11 ] %19 = zext i1 %18 to i32 ret i32 %19 } declare i32 @strcmp(ptr noundef, ptr noundef) #1 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '/tmp/tmpyh1wk2kg.c' source_filename = "/tmp/tmpyh1wk2kg.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128" target triple = "x86_64-pc-linux-gnu" @stdout = dso_local global i32 0, align 4 @.str = private unnamed_addr constant [13 x i8] c"\1B[32mOK\1B[0m\0A\00", align 1 @.str.1 = private unnamed_addr constant [4 x i8] c"OK\0A\00", align 1 @.str.2 = private unnamed_addr constant [4 x i8] c"\0A0\0A\00", align 1 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local i32 @main() #0 { %1 = alloca i32, align 4 store i32 0, ptr %1, align 4 %2 = call i32 (...) @testmain() %3 = load i32, ptr @stdout, align 4 %4 = call i32 @fileno(i32 noundef %3) %5 = call i64 @isatty(i32 noundef %4) %6 = icmp ne i64 %5, 0 %7 = zext i1 %6 to i64 %8 = select i1 %6, ptr @.str, ptr @.str.1 %9 = call i32 @printf(ptr noundef %8) %10 = call i32 @printf(ptr noundef @.str.2) ret i32 0 } declare i32 @testmain(...) #1 declare i32 @printf(ptr noundef) #1 declare i64 @isatty(i32 noundef) #1 declare i32 @fileno(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/tmpyh1wk2kg.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128" target triple = "x86_64-pc-linux-gnu" @stdout = dso_local global i32 0, align 4 @.str = private unnamed_addr constant [13 x i8] c"\1B[32mOK\1B[0m\0A\00", align 1 @.str.1 = private unnamed_addr constant [4 x i8] c"OK\0A\00", align 1 @.str.2 = private unnamed_addr constant [4 x i8] c"\0A0\0A\00", align 1 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local i32 @main() #0 { %1 = alloca i32, align 4 store i32 0, ptr %1, align 4 %2 = call i32 (...) @testmain() %3 = load i32, ptr @stdout, align 4 %4 = call i32 @fileno(i32 noundef %3) %5 = call i64 @isatty(i32 noundef %4) %6 = icmp ne i64 %5, 0 %7 = zext i1 %6 to i64 %8 = select i1 %6, ptr @.str, ptr @.str.1 %9 = call i32 @printf(ptr noundef %8) %10 = call i32 @printf(ptr noundef @.str.2) ret i32 0 } declare i32 @testmain(...) #1 declare i32 @printf(ptr noundef) #1 declare i64 @isatty(i32 noundef) #1 declare i32 @fileno(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/tmpa53t4r6c.c' source_filename = "/tmp/tmpa53t4r6c.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128" target triple = "x86_64-pc-linux-gnu" @IFF_TUN = dso_local global i32 0, align 4 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local i32 @tun() #0 { %1 = load i32, ptr @IFF_TUN, align 4 ret i32 %1 } attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '<stdin>' source_filename = "/tmp/tmpa53t4r6c.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128" target triple = "x86_64-pc-linux-gnu" @IFF_TUN = dso_local global i32 0, align 4 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local i32 @tun() #0 { %1 = load i32, ptr @IFF_TUN, align 4 ret i32 %1 } attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '/tmp/tmp60jwcdk2.c' source_filename = "/tmp/tmp60jwcdk2.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128" target triple = "x86_64-pc-linux-gnu" @.str = private unnamed_addr constant [21 x i8] c"memory alloc error.\0A\00", align 1 @.str.1 = private unnamed_addr constant [13 x i8] c"insert sort:\00", align 1 @.str.2 = private unnamed_addr constant [13 x i8] c"merge sort:\00", align 1 @.str.3 = private unnamed_addr constant [13 x i8] c"bubble sort:\00", align 1 @.str.4 = private unnamed_addr constant [13 x i8] c"select sort:\00", align 1 @.str.5 = private unnamed_addr constant [13 x i8] c"shell sort:\00", align 1 @.str.6 = private unnamed_addr constant [13 x i8] c"quick sort:\00", align 1 @.str.7 = private unnamed_addr constant [13 x i8] c"heap sort:\00", align 1 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local i32 @test_sort(i32 noundef %0) #0 { %2 = alloca i32, align 4 %3 = alloca i32, align 4 %4 = alloca i32, align 4 %5 = alloca i32, align 4 %6 = alloca double, align 8 %7 = alloca ptr, align 8 %8 = alloca ptr, align 8 store i32 %0, ptr %3, align 4 %9 = load i32, ptr %3, align 4 %10 = sext i32 %9 to i64 %11 = mul i64 4, %10 %12 = trunc i64 %11 to i32 %13 = call i64 @malloc(i32 noundef %12) %14 = inttoptr i64 %13 to ptr store ptr %14, ptr %7, align 8 %15 = load ptr, ptr %7, align 8 %16 = icmp eq ptr %15, null br i1 %16, label %17, label %19 17: ; preds = %1 %18 = call i32 @printf(ptr noundef @.str) store i32 -1, ptr %2, align 4 br label %208 19: ; preds = %1 %20 = load i32, ptr %3, align 4 %21 = sext i32 %20 to i64 %22 = mul i64 4, %21 %23 = trunc i64 %22 to i32 %24 = call i64 @malloc(i32 noundef %23) %25 = inttoptr i64 %24 to ptr store ptr %25, ptr %8, align 8 %26 = load ptr, ptr %8, align 8 %27 = icmp eq ptr %26, null br i1 %27, label %28, label %30 28: ; preds = %19 %29 = call i32 @printf(ptr noundef @.str) store i32 -1, ptr %2, align 4 br label %208 30: ; preds = %19 %31 = load ptr, ptr %7, align 8 %32 = load i32, ptr %3, align 4 %33 = sext i32 %32 to i64 %34 = mul i64 4, %33 %35 = trunc i64 %34 to i32 %36 = call i32 @memset(ptr noundef %31, i32 noundef 0, i32 noundef %35) %37 = load ptr, ptr %7, align 8 %38 = load i32, ptr %3, align 4 %39 = call i32 @rand_array(ptr noundef %37, i32 noundef %38) %40 = load ptr, ptr %8, align 8 %41 = load i32, ptr %3, align 4 %42 = sext i32 %41 to i64 %43 = mul i64 4, %42 %44 = trunc i64 %43 to i32 %45 = call i32 @memset(ptr noundef %40, i32 noundef 0, i32 noundef %44) %46 = load ptr, ptr %8, align 8 %47 = load ptr, ptr %7, align 8 %48 = load i32, ptr %3, align 4 %49 = sext i32 %48 to i64 %50 = mul i64 4, %49 %51 = trunc i64 %50 to i32 %52 = call i32 @memcpy(ptr noundef %46, ptr noundef %47, i32 noundef %51) %53 = call i32 (...) @clock() store i32 %53, ptr %4, align 4 %54 = load ptr, ptr %8, align 8 %55 = load i32, ptr %3, align 4 %56 = call i32 @insertion_sort(ptr noundef %54, i32 noundef %55) %57 = call i32 (...) @clock() store i32 %57, ptr %5, align 4 %58 = call i32 @printf(ptr noundef @.str.1) %59 = load i32, ptr %4, align 4 %60 = load i32, ptr %5, align 4 %61 = call i32 @get_time(i32 noundef %59, i32 noundef %60) %62 = load ptr, ptr %8, align 8 %63 = load i32, ptr %3, align 4 %64 = sext i32 %63 to i64 %65 = mul i64 4, %64 %66 = trunc i64 %65 to i32 %67 = call i32 @memset(ptr noundef %62, i32 noundef 0, i32 noundef %66) %68 = load ptr, ptr %8, align 8 %69 = load ptr, ptr %7, align 8 %70 = load i32, ptr %3, align 4 %71 = sext i32 %70 to i64 %72 = mul i64 4, %71 %73 = trunc i64 %72 to i32 %74 = call i32 @memcpy(ptr noundef %68, ptr noundef %69, i32 noundef %73) %75 = call i32 (...) @clock() store i32 %75, ptr %4, align 4 %76 = load ptr, ptr %8, align 8 %77 = load i32, ptr %3, align 4 %78 = sub nsw i32 %77, 1 %79 = call i32 @merge_sort(ptr noundef %76, i32 noundef 0, i32 noundef %78) %80 = call i32 (...) @clock() store i32 %80, ptr %5, align 4 %81 = call i32 @printf(ptr noundef @.str.2) %82 = load i32, ptr %4, align 4 %83 = load i32, ptr %5, align 4 %84 = call i32 @get_time(i32 noundef %82, i32 noundef %83) %85 = load ptr, ptr %8, align 8 %86 = load i32, ptr %3, align 4 %87 = sext i32 %86 to i64 %88 = mul i64 4, %87 %89 = trunc i64 %88 to i32 %90 = call i32 @memset(ptr noundef %85, i32 noundef 0, i32 noundef %89) %91 = load ptr, ptr %8, align 8 %92 = load ptr, ptr %7, align 8 %93 = load i32, ptr %3, align 4 %94 = sext i32 %93 to i64 %95 = mul i64 4, %94 %96 = trunc i64 %95 to i32 %97 = call i32 @memcpy(ptr noundef %91, ptr noundef %92, i32 noundef %96) %98 = call i32 (...) @clock() store i32 %98, ptr %4, align 4 %99 = load ptr, ptr %8, align 8 %100 = load i32, ptr %3, align 4 %101 = call i32 @bubble_sort(ptr noundef %99, i32 noundef %100) %102 = call i32 (...) @clock() store i32 %102, ptr %5, align 4 %103 = call i32 @printf(ptr noundef @.str.3) %104 = load i32, ptr %4, align 4 %105 = load i32, ptr %5, align 4 %106 = call i32 @get_time(i32 noundef %104, i32 noundef %105) %107 = load ptr, ptr %8, align 8 %108 = load i32, ptr %3, align 4 %109 = sext i32 %108 to i64 %110 = mul i64 4, %109 %111 = trunc i64 %110 to i32 %112 = call i32 @memset(ptr noundef %107, i32 noundef 0, i32 noundef %111) %113 = load ptr, ptr %8, align 8 %114 = load ptr, ptr %7, align 8 %115 = load i32, ptr %3, align 4 %116 = sext i32 %115 to i64 %117 = mul i64 4, %116 %118 = trunc i64 %117 to i32 %119 = call i32 @memcpy(ptr noundef %113, ptr noundef %114, i32 noundef %118) %120 = call i32 (...) @clock() store i32 %120, ptr %4, align 4 %121 = load ptr, ptr %8, align 8 %122 = load i32, ptr %3, align 4 %123 = call i32 @selection_sort(ptr noundef %121, i32 noundef %122) %124 = call i32 (...) @clock() store i32 %124, ptr %5, align 4 %125 = call i32 @printf(ptr noundef @.str.4) %126 = load i32, ptr %4, align 4 %127 = load i32, ptr %5, align 4 %128 = call i32 @get_time(i32 noundef %126, i32 noundef %127) %129 = load ptr, ptr %8, align 8 %130 = load i32, ptr %3, align 4 %131 = sext i32 %130 to i64 %132 = mul i64 4, %131 %133 = trunc i64 %132 to i32 %134 = call i32 @memset(ptr noundef %129, i32 noundef 0, i32 noundef %133) %135 = load ptr, ptr %8, align 8 %136 = load ptr, ptr %7, align 8 %137 = load i32, ptr %3, align 4 %138 = sext i32 %137 to i64 %139 = mul i64 4, %138 %140 = trunc i64 %139 to i32 %141 = call i32 @memcpy(ptr noundef %135, ptr noundef %136, i32 noundef %140) %142 = call i32 (...) @clock() store i32 %142, ptr %4, align 4 %143 = load ptr, ptr %8, align 8 %144 = load i32, ptr %3, align 4 %145 = call i32 @shell_sort(ptr noundef %143, i32 noundef %144) %146 = call i32 (...) @clock() store i32 %146, ptr %5, align 4 %147 = call i32 @printf(ptr noundef @.str.5) %148 = load i32, ptr %4, align 4 %149 = load i32, ptr %5, align 4 %150 = call i32 @get_time(i32 noundef %148, i32 noundef %149) %151 = load ptr, ptr %8, align 8 %152 = load i32, ptr %3, align 4 %153 = sext i32 %152 to i64 %154 = mul i64 4, %153 %155 = trunc i64 %154 to i32 %156 = call i32 @memset(ptr noundef %151, i32 noundef 0, i32 noundef %155) %157 = load ptr, ptr %8, align 8 %158 = load ptr, ptr %7, align 8 %159 = load i32, ptr %3, align 4 %160 = sext i32 %159 to i64 %161 = mul i64 4, %160 %162 = trunc i64 %161 to i32 %163 = call i32 @memcpy(ptr noundef %157, ptr noundef %158, i32 noundef %162) %164 = call i32 (...) @clock() store i32 %164, ptr %4, align 4 %165 = load ptr, ptr %8, align 8 %166 = load i32, ptr %3, align 4 %167 = sub nsw i32 %166, 1 %168 = call i32 @quick_sort(ptr noundef %165, i32 noundef 0, i32 noundef %167) %169 = call i32 (...) @clock() store i32 %169, ptr %5, align 4 %170 = call i32 @printf(ptr noundef @.str.6) %171 = load i32, ptr %4, align 4 %172 = load i32, ptr %5, align 4 %173 = call i32 @get_time(i32 noundef %171, i32 noundef %172) %174 = load ptr, ptr %8, align 8 %175 = load i32, ptr %3, align 4 %176 = sext i32 %175 to i64 %177 = mul i64 4, %176 %178 = trunc i64 %177 to i32 %179 = call i32 @memset(ptr noundef %174, i32 noundef 0, i32 noundef %178) %180 = load ptr, ptr %8, align 8 %181 = load ptr, ptr %7, align 8 %182 = load i32, ptr %3, align 4 %183 = sext i32 %182 to i64 %184 = mul i64 4, %183 %185 = trunc i64 %184 to i32 %186 = call i32 @memcpy(ptr noundef %180, ptr noundef %181, i32 noundef %185) %187 = call i32 (...) @clock() store i32 %187, ptr %4, align 4 %188 = load ptr, ptr %8, align 8 %189 = load i32, ptr %3, align 4 %190 = call i32 @heap_sort(ptr noundef %188, i32 noundef %189) %191 = call i32 (...) @clock() store i32 %191, ptr %5, align 4 %192 = call i32 @printf(ptr noundef @.str.7) %193 = load i32, ptr %4, align 4 %194 = load i32, ptr %5, align 4 %195 = call i32 @get_time(i32 noundef %193, i32 noundef %194) %196 = load ptr, ptr %7, align 8 %197 = icmp ne ptr %196, null br i1 %197, label %198, label %201 198: ; preds = %30 %199 = load ptr, ptr %7, align 8 %200 = call i32 @free(ptr noundef %199) store ptr null, ptr %7, align 8 br label %201 201: ; preds = %198, %30 %202 = load ptr, ptr %8, align 8 %203 = icmp ne ptr %202, null br i1 %203, label %204, label %207 204: ; preds = %201 %205 = load ptr, ptr %8, align 8 %206 = call i32 @free(ptr noundef %205) store ptr null, ptr %8, align 8 br label %207 207: ; preds = %204, %201 store i32 0, ptr %2, align 4 br label %208 208: ; preds = %207, %28, %17 %209 = load i32, ptr %2, align 4 ret i32 %209 } declare i64 @malloc(i32 noundef) #1 declare i32 @printf(ptr noundef) #1 declare i32 @memset(ptr noundef, i32 noundef, i32 noundef) #1 declare i32 @rand_array(ptr noundef, i32 noundef) #1 declare i32 @memcpy(ptr noundef, ptr noundef, i32 noundef) #1 declare i32 @clock(...) #1 declare i32 @insertion_sort(ptr noundef, i32 noundef) #1 declare i32 @get_time(i32 noundef, i32 noundef) #1 declare i32 @merge_sort(ptr noundef, i32 noundef, i32 noundef) #1 declare i32 @bubble_sort(ptr noundef, i32 noundef) #1 declare i32 @selection_sort(ptr noundef, i32 noundef) #1 declare i32 @shell_sort(ptr noundef, i32 noundef) #1 declare i32 @quick_sort(ptr noundef, i32 noundef, i32 noundef) #1 declare i32 @heap_sort(ptr noundef, i32 noundef) #1 declare i32 @free(ptr noundef) #1 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '<stdin>' source_filename = "/tmp/tmp60jwcdk2.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128" target triple = "x86_64-pc-linux-gnu" @.str = private unnamed_addr constant [21 x i8] c"memory alloc error.\0A\00", align 1 @.str.1 = private unnamed_addr constant [13 x i8] c"insert sort:\00", align 1 @.str.2 = private unnamed_addr constant [13 x i8] c"merge sort:\00", align 1 @.str.3 = private unnamed_addr constant [13 x i8] c"bubble sort:\00", align 1 @.str.4 = private unnamed_addr constant [13 x i8] c"select sort:\00", align 1 @.str.5 = private unnamed_addr constant [13 x i8] c"shell sort:\00", align 1 @.str.6 = private unnamed_addr constant [13 x i8] c"quick sort:\00", align 1 @.str.7 = private unnamed_addr constant [13 x i8] c"heap sort:\00", align 1 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local i32 @test_sort(i32 noundef %0) #0 { %2 = alloca i32, align 4 %3 = alloca i32, align 4 %4 = alloca i32, align 4 %5 = alloca i32, align 4 %6 = alloca double, align 8 %7 = alloca ptr, align 8 %8 = alloca ptr, align 8 store i32 %0, ptr %3, align 4 %9 = load i32, ptr %3, align 4 %10 = sext i32 %9 to i64 %11 = mul i64 4, %10 %12 = trunc i64 %11 to i32 %13 = call i64 @malloc(i32 noundef %12) %14 = inttoptr i64 %13 to ptr store ptr %14, ptr %7, align 8 %15 = load ptr, ptr %7, align 8 %16 = icmp eq ptr %15, null br i1 %16, label %17, label %19 17: ; preds = %1 %18 = call i32 @printf(ptr noundef @.str) store i32 -1, ptr %2, align 4 br label %208 19: ; preds = %1 %20 = load i32, ptr %3, align 4 %21 = sext i32 %20 to i64 %22 = mul i64 4, %21 %23 = trunc i64 %22 to i32 %24 = call i64 @malloc(i32 noundef %23) %25 = inttoptr i64 %24 to ptr store ptr %25, ptr %8, align 8 %26 = load ptr, ptr %8, align 8 %27 = icmp eq ptr %26, null br i1 %27, label %28, label %30 28: ; preds = %19 %29 = call i32 @printf(ptr noundef @.str) store i32 -1, ptr %2, align 4 br label %208 30: ; preds = %19 %31 = load ptr, ptr %7, align 8 %32 = load i32, ptr %3, align 4 %33 = sext i32 %32 to i64 %34 = mul i64 4, %33 %35 = trunc i64 %34 to i32 %36 = call i32 @memset(ptr noundef %31, i32 noundef 0, i32 noundef %35) %37 = load ptr, ptr %7, align 8 %38 = load i32, ptr %3, align 4 %39 = call i32 @rand_array(ptr noundef %37, i32 noundef %38) %40 = load ptr, ptr %8, align 8 %41 = load i32, ptr %3, align 4 %42 = sext i32 %41 to i64 %43 = mul i64 4, %42 %44 = trunc i64 %43 to i32 %45 = call i32 @memset(ptr noundef %40, i32 noundef 0, i32 noundef %44) %46 = load ptr, ptr %8, align 8 %47 = load ptr, ptr %7, align 8 %48 = load i32, ptr %3, align 4 %49 = sext i32 %48 to i64 %50 = mul i64 4, %49 %51 = trunc i64 %50 to i32 %52 = call i32 @memcpy(ptr noundef %46, ptr noundef %47, i32 noundef %51) %53 = call i32 (...) @clock() store i32 %53, ptr %4, align 4 %54 = load ptr, ptr %8, align 8 %55 = load i32, ptr %3, align 4 %56 = call i32 @insertion_sort(ptr noundef %54, i32 noundef %55) %57 = call i32 (...) @clock() store i32 %57, ptr %5, align 4 %58 = call i32 @printf(ptr noundef @.str.1) %59 = load i32, ptr %4, align 4 %60 = load i32, ptr %5, align 4 %61 = call i32 @get_time(i32 noundef %59, i32 noundef %60) %62 = load ptr, ptr %8, align 8 %63 = load i32, ptr %3, align 4 %64 = sext i32 %63 to i64 %65 = mul i64 4, %64 %66 = trunc i64 %65 to i32 %67 = call i32 @memset(ptr noundef %62, i32 noundef 0, i32 noundef %66) %68 = load ptr, ptr %8, align 8 %69 = load ptr, ptr %7, align 8 %70 = load i32, ptr %3, align 4 %71 = sext i32 %70 to i64 %72 = mul i64 4, %71 %73 = trunc i64 %72 to i32 %74 = call i32 @memcpy(ptr noundef %68, ptr noundef %69, i32 noundef %73) %75 = call i32 (...) @clock() store i32 %75, ptr %4, align 4 %76 = load ptr, ptr %8, align 8 %77 = load i32, ptr %3, align 4 %78 = sub nsw i32 %77, 1 %79 = call i32 @merge_sort(ptr noundef %76, i32 noundef 0, i32 noundef %78) %80 = call i32 (...) @clock() store i32 %80, ptr %5, align 4 %81 = call i32 @printf(ptr noundef @.str.2) %82 = load i32, ptr %4, align 4 %83 = load i32, ptr %5, align 4 %84 = call i32 @get_time(i32 noundef %82, i32 noundef %83) %85 = load ptr, ptr %8, align 8 %86 = load i32, ptr %3, align 4 %87 = sext i32 %86 to i64 %88 = mul i64 4, %87 %89 = trunc i64 %88 to i32 %90 = call i32 @memset(ptr noundef %85, i32 noundef 0, i32 noundef %89) %91 = load ptr, ptr %8, align 8 %92 = load ptr, ptr %7, align 8 %93 = load i32, ptr %3, align 4 %94 = sext i32 %93 to i64 %95 = mul i64 4, %94 %96 = trunc i64 %95 to i32 %97 = call i32 @memcpy(ptr noundef %91, ptr noundef %92, i32 noundef %96) %98 = call i32 (...) @clock() store i32 %98, ptr %4, align 4 %99 = load ptr, ptr %8, align 8 %100 = load i32, ptr %3, align 4 %101 = call i32 @bubble_sort(ptr noundef %99, i32 noundef %100) %102 = call i32 (...) @clock() store i32 %102, ptr %5, align 4 %103 = call i32 @printf(ptr noundef @.str.3) %104 = load i32, ptr %4, align 4 %105 = load i32, ptr %5, align 4 %106 = call i32 @get_time(i32 noundef %104, i32 noundef %105) %107 = load ptr, ptr %8, align 8 %108 = load i32, ptr %3, align 4 %109 = sext i32 %108 to i64 %110 = mul i64 4, %109 %111 = trunc i64 %110 to i32 %112 = call i32 @memset(ptr noundef %107, i32 noundef 0, i32 noundef %111) %113 = load ptr, ptr %8, align 8 %114 = load ptr, ptr %7, align 8 %115 = load i32, ptr %3, align 4 %116 = sext i32 %115 to i64 %117 = mul i64 4, %116 %118 = trunc i64 %117 to i32 %119 = call i32 @memcpy(ptr noundef %113, ptr noundef %114, i32 noundef %118) %120 = call i32 (...) @clock() store i32 %120, ptr %4, align 4 %121 = load ptr, ptr %8, align 8 %122 = load i32, ptr %3, align 4 %123 = call i32 @selection_sort(ptr noundef %121, i32 noundef %122) %124 = call i32 (...) @clock() store i32 %124, ptr %5, align 4 %125 = call i32 @printf(ptr noundef @.str.4) %126 = load i32, ptr %4, align 4 %127 = load i32, ptr %5, align 4 %128 = call i32 @get_time(i32 noundef %126, i32 noundef %127) %129 = load ptr, ptr %8, align 8 %130 = load i32, ptr %3, align 4 %131 = sext i32 %130 to i64 %132 = mul i64 4, %131 %133 = trunc i64 %132 to i32 %134 = call i32 @memset(ptr noundef %129, i32 noundef 0, i32 noundef %133) %135 = load ptr, ptr %8, align 8 %136 = load ptr, ptr %7, align 8 %137 = load i32, ptr %3, align 4 %138 = sext i32 %137 to i64 %139 = mul i64 4, %138 %140 = trunc i64 %139 to i32 %141 = call i32 @memcpy(ptr noundef %135, ptr noundef %136, i32 noundef %140) %142 = call i32 (...) @clock() store i32 %142, ptr %4, align 4 %143 = load ptr, ptr %8, align 8 %144 = load i32, ptr %3, align 4 %145 = call i32 @shell_sort(ptr noundef %143, i32 noundef %144) %146 = call i32 (...) @clock() store i32 %146, ptr %5, align 4 %147 = call i32 @printf(ptr noundef @.str.5) %148 = load i32, ptr %4, align 4 %149 = load i32, ptr %5, align 4 %150 = call i32 @get_time(i32 noundef %148, i32 noundef %149) %151 = load ptr, ptr %8, align 8 %152 = load i32, ptr %3, align 4 %153 = sext i32 %152 to i64 %154 = mul i64 4, %153 %155 = trunc i64 %154 to i32 %156 = call i32 @memset(ptr noundef %151, i32 noundef 0, i32 noundef %155) %157 = load ptr, ptr %8, align 8 %158 = load ptr, ptr %7, align 8 %159 = load i32, ptr %3, align 4 %160 = sext i32 %159 to i64 %161 = mul i64 4, %160 %162 = trunc i64 %161 to i32 %163 = call i32 @memcpy(ptr noundef %157, ptr noundef %158, i32 noundef %162) %164 = call i32 (...) @clock() store i32 %164, ptr %4, align 4 %165 = load ptr, ptr %8, align 8 %166 = load i32, ptr %3, align 4 %167 = sub nsw i32 %166, 1 %168 = call i32 @quick_sort(ptr noundef %165, i32 noundef 0, i32 noundef %167) %169 = call i32 (...) @clock() store i32 %169, ptr %5, align 4 %170 = call i32 @printf(ptr noundef @.str.6) %171 = load i32, ptr %4, align 4 %172 = load i32, ptr %5, align 4 %173 = call i32 @get_time(i32 noundef %171, i32 noundef %172) %174 = load ptr, ptr %8, align 8 %175 = load i32, ptr %3, align 4 %176 = sext i32 %175 to i64 %177 = mul i64 4, %176 %178 = trunc i64 %177 to i32 %179 = call i32 @memset(ptr noundef %174, i32 noundef 0, i32 noundef %178) %180 = load ptr, ptr %8, align 8 %181 = load ptr, ptr %7, align 8 %182 = load i32, ptr %3, align 4 %183 = sext i32 %182 to i64 %184 = mul i64 4, %183 %185 = trunc i64 %184 to i32 %186 = call i32 @memcpy(ptr noundef %180, ptr noundef %181, i32 noundef %185) %187 = call i32 (...) @clock() store i32 %187, ptr %4, align 4 %188 = load ptr, ptr %8, align 8 %189 = load i32, ptr %3, align 4 %190 = call i32 @heap_sort(ptr noundef %188, i32 noundef %189) %191 = call i32 (...) @clock() store i32 %191, ptr %5, align 4 %192 = call i32 @printf(ptr noundef @.str.7) %193 = load i32, ptr %4, align 4 %194 = load i32, ptr %5, align 4 %195 = call i32 @get_time(i32 noundef %193, i32 noundef %194) %196 = load ptr, ptr %7, align 8 %197 = icmp ne ptr %196, null br i1 %197, label %198, label %201 198: ; preds = %30 %199 = load ptr, ptr %7, align 8 %200 = call i32 @free(ptr noundef %199) store ptr null, ptr %7, align 8 br label %201 201: ; preds = %198, %30 %202 = load ptr, ptr %8, align 8 %203 = icmp ne ptr %202, null br i1 %203, label %204, label %207 204: ; preds = %201 %205 = load ptr, ptr %8, align 8 %206 = call i32 @free(ptr noundef %205) store ptr null, ptr %8, align 8 br label %207 207: ; preds = %204, %201 store i32 0, ptr %2, align 4 br label %208 208: ; preds = %207, %28, %17 %209 = load i32, ptr %2, align 4 ret i32 %209 } declare i64 @malloc(i32 noundef) #1 declare i32 @printf(ptr noundef) #1 declare i32 @memset(ptr noundef, i32 noundef, i32 noundef) #1 declare i32 @rand_array(ptr noundef, i32 noundef) #1 declare i32 @memcpy(ptr noundef, ptr noundef, i32 noundef) #1 declare i32 @clock(...) #1 declare i32 @insertion_sort(ptr noundef, i32 noundef) #1 declare i32 @get_time(i32 noundef, i32 noundef) #1 declare i32 @merge_sort(ptr noundef, i32 noundef, i32 noundef) #1 declare i32 @bubble_sort(ptr noundef, i32 noundef) #1 declare i32 @selection_sort(ptr noundef, i32 noundef) #1 declare i32 @shell_sort(ptr noundef, i32 noundef) #1 declare i32 @quick_sort(ptr noundef, i32 noundef, i32 noundef) #1 declare i32 @heap_sort(ptr noundef, i32 noundef) #1 declare i32 @free(ptr noundef) #1 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '/tmp/tmp1p2i35da.c' source_filename = "/tmp/tmp1p2i35da.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128" target triple = "x86_64-pc-linux-gnu" @RAND_MAX = dso_local global double 0.000000e+00, align 8 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local i32 @irand(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 = call i64 (...) @random() %6 = sitofp i64 %5 to double %7 = load double, ptr @RAND_MAX, align 8 %8 = fdiv double %6, %7 %9 = load i32, ptr %4, align 4 %10 = load i32, ptr %3, align 4 %11 = sub nsw i32 %9, %10 %12 = add nsw i32 %11, 1 %13 = sitofp i32 %12 to double %14 = load i32, ptr %3, align 4 %15 = sitofp i32 %14 to double %16 = call double @llvm.fmuladd.f64(double %8, double %13, double %15) %17 = fptosi double %16 to i32 ret i32 %17 } declare i64 @random(...) #1 ; Function Attrs: nocallback nofree nosync nounwind speculatable willreturn memory(none) declare double @llvm.fmuladd.f64(double, double, double) #2 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #2 = { nocallback nofree nosync nounwind speculatable willreturn memory(none) } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '<stdin>' source_filename = "/tmp/tmp1p2i35da.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128" target triple = "x86_64-pc-linux-gnu" @RAND_MAX = dso_local global double 0.000000e+00, align 8 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local i32 @irand(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 = call i64 (...) @random() %6 = sitofp i64 %5 to double %7 = load double, ptr @RAND_MAX, align 8 %8 = fdiv double %6, %7 %9 = load i32, ptr %4, align 4 %10 = load i32, ptr %3, align 4 %11 = sub nsw i32 %9, %10 %12 = add nsw i32 %11, 1 %13 = sitofp i32 %12 to double %14 = load i32, ptr %3, align 4 %15 = sitofp i32 %14 to double %16 = call double @llvm.fmuladd.f64(double %8, double %13, double %15) %17 = fptosi double %16 to i32 ret i32 %17 } declare i64 @random(...) #1 ; Function Attrs: nocallback nofree nosync nounwind speculatable willreturn memory(none) declare double @llvm.fmuladd.f64(double, double, double) #2 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #2 = { nocallback nofree nosync nounwind speculatable willreturn memory(none) } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '/tmp/tmp5ftu1uax.c' source_filename = "/tmp/tmp5ftu1uax.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @string_mult(ptr noundef %0) #0 { %2 = alloca i32, align 4 %3 = alloca ptr, align 8 %4 = alloca i32, align 4 %5 = alloca i32, align 4 %6 = alloca ptr, align 8 %7 = alloca ptr, align 8 store ptr %0, ptr %3, align 8 store ptr null, ptr %6, align 8 %8 = load ptr, ptr %3, align 8 %9 = call ptr @strchr(ptr noundef %8, i8 noundef signext 42) store ptr %9, ptr %6, align 8 %10 = load ptr, ptr %6, align 8 %11 = icmp eq ptr %10, null br i1 %11, label %12, label %15 12: ; preds = %1 %13 = load ptr, ptr %3, align 8 %14 = call i32 @atoi(ptr noundef %13) store i32 %14, ptr %2, align 4 br label %56 15: ; preds = %1 %16 = load ptr, ptr %6, align 8 %17 = load ptr, ptr %3, align 8 %18 = ptrtoint ptr %16 to i64 %19 = ptrtoint ptr %17 to i64 %20 = sub i64 %18, %19 %21 = trunc i64 %20 to i32 store i32 %21, ptr %5, align 4 %22 = load i32, ptr %5, align 4 %23 = add nsw i32 %22, 1 %24 = sext i32 %23 to i64 %25 = mul i64 1, %24 %26 = trunc i64 %25 to i32 %27 = call ptr @malloc(i32 noundef %26) store ptr %27, ptr %7, align 8 %28 = load ptr, ptr %7, align 8 %29 = load ptr, ptr %3, align 8 %30 = load i32, ptr %5, align 4 %31 = call i32 @strncpy(ptr noundef %28, ptr noundef %29, i32 noundef %30) %32 = load ptr, ptr %7, align 8 %33 = load i32, ptr %5, align 4 %34 = sext i32 %33 to i64 %35 = getelementptr inbounds i8, ptr %32, i64 %34 store i8 0, ptr %35, align 1 %36 = load ptr, ptr %7, align 8 %37 = call i32 @atoi(ptr noundef %36) store i32 %37, ptr %4, align 4 %38 = load ptr, ptr %7, align 8 %39 = call i32 @free(ptr noundef %38) %40 = load ptr, ptr %6, align 8 %41 = getelementptr inbounds i8, ptr %40, i64 1 %42 = call ptr @strchr(ptr noundef %41, i8 noundef signext 42) %43 = icmp ne ptr %42, null br i1 %43, label %44, label %50 44: ; preds = %15 %45 = load i32, ptr %4, align 4 %46 = load ptr, ptr %6, align 8 %47 = getelementptr inbounds i8, ptr %46, i64 1 %48 = call i32 @string_mult(ptr noundef %47) %49 = mul nsw i32 %45, %48 store i32 %49, ptr %2, align 4 br label %56 50: ; preds = %15 %51 = load i32, ptr %4, align 4 %52 = load ptr, ptr %6, align 8 %53 = getelementptr inbounds i8, ptr %52, i64 1 %54 = call i32 @atoi(ptr noundef %53) %55 = mul nsw i32 %51, %54 store i32 %55, ptr %2, align 4 br label %56 56: ; preds = %50, %44, %12 %57 = load i32, ptr %2, align 4 ret i32 %57 } declare ptr @strchr(ptr noundef, i8 noundef signext) #1 declare i32 @atoi(ptr noundef) #1 declare ptr @malloc(i32 noundef) #1 declare i32 @strncpy(ptr noundef, ptr noundef, i32 noundef) #1 declare i32 @free(ptr noundef) #1 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '<stdin>' source_filename = "/tmp/tmp5ftu1uax.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @string_mult(ptr noundef %0) #0 { %2 = alloca i32, align 4 %3 = alloca ptr, align 8 %4 = alloca i32, align 4 %5 = alloca i32, align 4 %6 = alloca ptr, align 8 %7 = alloca ptr, align 8 store ptr %0, ptr %3, align 8 store ptr null, ptr %6, align 8 %8 = load ptr, ptr %3, align 8 %9 = call ptr @strchr(ptr noundef %8, i8 noundef signext 42) store ptr %9, ptr %6, align 8 %10 = load ptr, ptr %6, align 8 %11 = icmp eq ptr %10, null br i1 %11, label %12, label %15 12: ; preds = %1 %13 = load ptr, ptr %3, align 8 %14 = call i32 @atoi(ptr noundef %13) store i32 %14, ptr %2, align 4 br label %56 15: ; preds = %1 %16 = load ptr, ptr %6, align 8 %17 = load ptr, ptr %3, align 8 %18 = ptrtoint ptr %16 to i64 %19 = ptrtoint ptr %17 to i64 %20 = sub i64 %18, %19 %21 = trunc i64 %20 to i32 store i32 %21, ptr %5, align 4 %22 = load i32, ptr %5, align 4 %23 = add nsw i32 %22, 1 %24 = sext i32 %23 to i64 %25 = mul i64 1, %24 %26 = trunc i64 %25 to i32 %27 = call ptr @malloc(i32 noundef %26) store ptr %27, ptr %7, align 8 %28 = load ptr, ptr %7, align 8 %29 = load ptr, ptr %3, align 8 %30 = load i32, ptr %5, align 4 %31 = call i32 @strncpy(ptr noundef %28, ptr noundef %29, i32 noundef %30) %32 = load ptr, ptr %7, align 8 %33 = load i32, ptr %5, align 4 %34 = sext i32 %33 to i64 %35 = getelementptr inbounds i8, ptr %32, i64 %34 store i8 0, ptr %35, align 1 %36 = load ptr, ptr %7, align 8 %37 = call i32 @atoi(ptr noundef %36) store i32 %37, ptr %4, align 4 %38 = load ptr, ptr %7, align 8 %39 = call i32 @free(ptr noundef %38) %40 = load ptr, ptr %6, align 8 %41 = getelementptr inbounds i8, ptr %40, i64 1 %42 = call ptr @strchr(ptr noundef %41, i8 noundef signext 42) %43 = icmp ne ptr %42, null br i1 %43, label %44, label %50 44: ; preds = %15 %45 = load i32, ptr %4, align 4 %46 = load ptr, ptr %6, align 8 %47 = getelementptr inbounds i8, ptr %46, i64 1 %48 = call i32 @string_mult(ptr noundef %47) %49 = mul nsw i32 %45, %48 store i32 %49, ptr %2, align 4 br label %56 50: ; preds = %15 %51 = load i32, ptr %4, align 4 %52 = load ptr, ptr %6, align 8 %53 = getelementptr inbounds i8, ptr %52, i64 1 %54 = call i32 @atoi(ptr noundef %53) %55 = mul nsw i32 %51, %54 store i32 %55, ptr %2, align 4 br label %56 56: ; preds = %50, %44, %12 %57 = load i32, ptr %2, align 4 ret i32 %57 } declare ptr @strchr(ptr noundef, i8 noundef signext) #1 declare i32 @atoi(ptr noundef) #1 declare ptr @malloc(i32 noundef) #1 declare i32 @strncpy(ptr noundef, ptr noundef, i32 noundef) #1 declare i32 @free(ptr noundef) #1 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '/tmp/tmph79dt80i.c' source_filename = "/tmp/tmph79dt80i.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @harbol_linkmap_new_from_graph(ptr noundef %0) #0 { %2 = alloca ptr, align 8 %3 = alloca ptr, align 8 %4 = alloca ptr, align 8 store ptr %0, ptr %3, align 8 %5 = load ptr, ptr %3, align 8 %6 = icmp ne ptr %5, null br i1 %6, label %8, label %7 7: ; preds = %1 store ptr null, ptr %2, align 8 br label %14 8: ; preds = %1 %9 = call ptr (...) @harbol_linkmap_new() store ptr %9, ptr %4, align 8 %10 = load ptr, ptr %4, align 8 %11 = load ptr, ptr %3, align 8 %12 = call i32 @harbol_linkmap_from_graph(ptr noundef %10, ptr noundef %11) %13 = load ptr, ptr %4, align 8 store ptr %13, ptr %2, align 8 br label %14 14: ; preds = %8, %7 %15 = load ptr, ptr %2, align 8 ret ptr %15 } declare ptr @harbol_linkmap_new(...) #1 declare i32 @harbol_linkmap_from_graph(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/tmph79dt80i.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @harbol_linkmap_new_from_graph(ptr noundef %0) #0 { %2 = alloca ptr, align 8 %3 = alloca ptr, align 8 %4 = alloca ptr, align 8 store ptr %0, ptr %3, align 8 %5 = load ptr, ptr %3, align 8 %6 = icmp ne ptr %5, null br i1 %6, label %8, label %7 7: ; preds = %1 store ptr null, ptr %2, align 8 br label %14 8: ; preds = %1 %9 = call ptr (...) @harbol_linkmap_new() store ptr %9, ptr %4, align 8 %10 = load ptr, ptr %4, align 8 %11 = load ptr, ptr %3, align 8 %12 = call i32 @harbol_linkmap_from_graph(ptr noundef %10, ptr noundef %11) %13 = load ptr, ptr %4, align 8 store ptr %13, ptr %2, align 8 br label %14 14: ; preds = %8, %7 %15 = load ptr, ptr %2, align 8 ret ptr %15 } declare ptr @harbol_linkmap_new(...) #1 declare i32 @harbol_linkmap_from_graph(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/tmpuqn5jvgg.c' source_filename = "/tmp/tmpuqn5jvgg.c" target datalayout = "e-m:e-p270: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/tmpuqn5jvgg.c" target datalayout = "e-m:e-p270: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/tmpvu0d39ha.c' source_filename = "/tmp/tmpvu0d39ha.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-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"Empty filename\00", align 1 @.str.1 = private unnamed_addr constant [28 x i8] c"Entry for %s already exists\00", align 1 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local ptr @av_arch_create(ptr noundef %0, ptr noundef %1, i32 noundef %2) #0 { %4 = alloca ptr, align 8 %5 = alloca ptr, align 8 %6 = alloca ptr, align 8 %7 = alloca i32, align 4 %8 = alloca ptr, align 8 %9 = alloca ptr, align 8 store ptr %0, ptr %5, align 8 store ptr %1, ptr %6, align 8 store i32 %2, ptr %7, align 4 %10 = load ptr, ptr %5, align 8 %11 = load ptr, ptr %6, align 8 %12 = load i32, ptr %7, align 4 %13 = call ptr @av_arch_resolve(ptr noundef %10, ptr noundef %11, i32 noundef 1, i32 noundef %12) store ptr %13, ptr %9, align 8 %14 = load ptr, ptr %9, align 8 %15 = icmp eq ptr %14, null br i1 %15, label %16, label %17 16: ; preds = %3 store ptr null, ptr %4, align 8 br label %42 17: ; preds = %3 %18 = load ptr, ptr %5, align 8 %19 = load ptr, ptr %9, align 8 %20 = call i64 @av_arch_isroot(ptr noundef %18, ptr noundef %19) %21 = icmp ne i64 %20, 0 br i1 %21, label %22, label %26 22: ; preds = %17 %23 = call i32 (i32, ptr, ...) @av_log(i32 noundef 2, ptr noundef @.str) %24 = load ptr, ptr %9, align 8 %25 = call i32 @av_unref_obj(ptr noundef %24) store ptr null, ptr %4, align 8 br label %42 26: ; preds = %17 %27 = load ptr, ptr %9, align 8 %28 = call i64 @av_namespace_get(ptr noundef %27) %29 = inttoptr i64 %28 to ptr store ptr %29, ptr %8, align 8 %30 = load ptr, ptr %8, align 8 %31 = icmp ne ptr %30, null br i1 %31, label %32, label %37 32: ; preds = %26 %33 = load ptr, ptr %6, align 8 %34 = call i32 (i32, ptr, ...) @av_log(i32 noundef 2, ptr noundef @.str.1, ptr noundef %33) %35 = load ptr, ptr %9, align 8 %36 = call i32 @av_unref_obj(ptr noundef %35) store ptr null, ptr %4, align 8 br label %42 37: ; preds = %26 %38 = load ptr, ptr %9, align 8 %39 = load i32, ptr %7, align 4 %40 = call i32 @av_namespace_setflags(ptr noundef %38, i32 noundef %39, i32 noundef 0) %41 = load ptr, ptr %9, align 8 store ptr %41, ptr %4, align 8 br label %42 42: ; preds = %37, %32, %22, %16 %43 = load ptr, ptr %4, align 8 ret ptr %43 } declare ptr @av_arch_resolve(ptr noundef, ptr noundef, i32 noundef, i32 noundef) #1 declare i64 @av_arch_isroot(ptr noundef, ptr noundef) #1 declare i32 @av_log(i32 noundef, ptr noundef, ...) #1 declare i32 @av_unref_obj(ptr noundef) #1 declare i64 @av_namespace_get(ptr noundef) #1 declare i32 @av_namespace_setflags(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/tmpvu0d39ha.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-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"Empty filename\00", align 1 @.str.1 = private unnamed_addr constant [28 x i8] c"Entry for %s already exists\00", align 1 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local ptr @av_arch_create(ptr noundef %0, ptr noundef %1, i32 noundef %2) #0 { %4 = alloca ptr, align 8 %5 = alloca ptr, align 8 %6 = alloca ptr, align 8 %7 = alloca i32, align 4 %8 = alloca ptr, align 8 %9 = alloca ptr, align 8 store ptr %0, ptr %5, align 8 store ptr %1, ptr %6, align 8 store i32 %2, ptr %7, align 4 %10 = load ptr, ptr %5, align 8 %11 = load ptr, ptr %6, align 8 %12 = load i32, ptr %7, align 4 %13 = call ptr @av_arch_resolve(ptr noundef %10, ptr noundef %11, i32 noundef 1, i32 noundef %12) store ptr %13, ptr %9, align 8 %14 = load ptr, ptr %9, align 8 %15 = icmp eq ptr %14, null br i1 %15, label %16, label %17 16: ; preds = %3 store ptr null, ptr %4, align 8 br label %42 17: ; preds = %3 %18 = load ptr, ptr %5, align 8 %19 = load ptr, ptr %9, align 8 %20 = call i64 @av_arch_isroot(ptr noundef %18, ptr noundef %19) %21 = icmp ne i64 %20, 0 br i1 %21, label %22, label %26 22: ; preds = %17 %23 = call i32 (i32, ptr, ...) @av_log(i32 noundef 2, ptr noundef @.str) %24 = load ptr, ptr %9, align 8 %25 = call i32 @av_unref_obj(ptr noundef %24) store ptr null, ptr %4, align 8 br label %42 26: ; preds = %17 %27 = load ptr, ptr %9, align 8 %28 = call i64 @av_namespace_get(ptr noundef %27) %29 = inttoptr i64 %28 to ptr store ptr %29, ptr %8, align 8 %30 = load ptr, ptr %8, align 8 %31 = icmp ne ptr %30, null br i1 %31, label %32, label %37 32: ; preds = %26 %33 = load ptr, ptr %6, align 8 %34 = call i32 (i32, ptr, ...) @av_log(i32 noundef 2, ptr noundef @.str.1, ptr noundef %33) %35 = load ptr, ptr %9, align 8 %36 = call i32 @av_unref_obj(ptr noundef %35) store ptr null, ptr %4, align 8 br label %42 37: ; preds = %26 %38 = load ptr, ptr %9, align 8 %39 = load i32, ptr %7, align 4 %40 = call i32 @av_namespace_setflags(ptr noundef %38, i32 noundef %39, i32 noundef 0) %41 = load ptr, ptr %9, align 8 store ptr %41, ptr %4, align 8 br label %42 42: ; preds = %37, %32, %22, %16 %43 = load ptr, ptr %4, align 8 ret ptr %43 } declare ptr @av_arch_resolve(ptr noundef, ptr noundef, i32 noundef, i32 noundef) #1 declare i64 @av_arch_isroot(ptr noundef, ptr noundef) #1 declare i32 @av_log(i32 noundef, ptr noundef, ...) #1 declare i32 @av_unref_obj(ptr noundef) #1 declare i64 @av_namespace_get(ptr noundef) #1 declare i32 @av_namespace_setflags(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/tmpmwus169w.c' source_filename = "/tmp/tmpmwus169w.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128" target triple = "x86_64-pc-linux-gnu" @.str = private unnamed_addr constant [3 x i8] c"%s\00", align 1 @.str.1 = private unnamed_addr constant [40 x i8] c"Some standard input is defined below :\0A\00", align 1 @.str.2 = private unnamed_addr constant [30 x i8] c"Help will be provided soon :\0A\00", align 1 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local void @help() #0 { %1 = call i32 @printf(ptr noundef @.str, ptr noundef @.str.1) %2 = call i32 @printf(ptr noundef @.str, ptr noundef @.str.2) 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/tmpmwus169w.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128" target triple = "x86_64-pc-linux-gnu" @.str = private unnamed_addr constant [3 x i8] c"%s\00", align 1 @.str.1 = private unnamed_addr constant [40 x i8] c"Some standard input is defined below :\0A\00", align 1 @.str.2 = private unnamed_addr constant [30 x i8] c"Help will be provided soon :\0A\00", align 1 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local void @help() #0 { %1 = call i32 @printf(ptr noundef @.str, ptr noundef @.str.1) %2 = call i32 @printf(ptr noundef @.str, ptr noundef @.str.2) ret void } declare i32 @printf(ptr noundef, ptr noundef) #1 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '/tmp/tmprs_buaq1.c' source_filename = "/tmp/tmprs_buaq1.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-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"number of polynomials : %d\0A\00", align 1 @.str.1 = private unnamed_addr constant [37 x i8] c"number of terms in each polynomial :\00", align 1 @.str.2 = private unnamed_addr constant [4 x i8] c" %d\00", align 1 @.str.3 = private unnamed_addr constant [29 x i8] c"\0Adegree of each polynomial :\00", align 1 @.str.4 = private unnamed_addr constant [31 x i8] c"\0Athe polynomials as strings :\0A\00", align 1 @.str.5 = private unnamed_addr constant [20 x i8] c"polynomial %d : %s\0A\00", align 1 @.str.6 = private unnamed_addr constant [2 x i8] c"\0A\00", align 1 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local void @test_dobldobl_container() #0 { %1 = alloca i32, align 4 %2 = alloca i32, align 4 %3 = alloca i32, align 4 %4 = alloca i32, align 4 %5 = alloca i32, align 4 %6 = alloca i32, align 4 %7 = alloca [2000 x i8], align 16 %8 = alloca i32, align 4 %9 = call i32 (...) @syscon_read_dobldobl_system() store i32 %9, ptr %1, align 4 %10 = call i32 (...) @syscon_write_dobldobl_system() store i32 %10, ptr %1, align 4 %11 = call i32 @syscon_number_of_dobldobl_polynomials(ptr noundef %2) store i32 %11, ptr %1, align 4 %12 = load i32, ptr %2, align 4 %13 = call i32 (ptr, ...) @printf(ptr noundef @.str, i32 noundef %12) %14 = call i32 (ptr, ...) @printf(ptr noundef @.str.1) store i32 1, ptr %3, align 4 br label %15 15: ; preds = %24, %0 %16 = load i32, ptr %3, align 4 %17 = load i32, ptr %2, align 4 %18 = icmp sle i32 %16, %17 br i1 %18, label %19, label %27 19: ; preds = %15 %20 = load i32, ptr %3, align 4 %21 = call i32 @syscon_number_of_dobldobl_terms(i32 noundef %20, ptr noundef %4) store i32 %21, ptr %1, align 4 %22 = load i32, ptr %4, align 4 %23 = call i32 (ptr, ...) @printf(ptr noundef @.str.2, i32 noundef %22) br label %24 24: ; preds = %19 %25 = load i32, ptr %3, align 4 %26 = add nsw i32 %25, 1 store i32 %26, ptr %3, align 4 br label %15, !llvm.loop !6 27: ; preds = %15 %28 = call i32 (ptr, ...) @printf(ptr noundef @.str.3) store i32 1, ptr %3, align 4 br label %29 29: ; preds = %38, %27 %30 = load i32, ptr %3, align 4 %31 = load i32, ptr %2, align 4 %32 = icmp sle i32 %30, %31 br i1 %32, label %33, label %41 33: ; preds = %29 %34 = load i32, ptr %3, align 4 %35 = call i32 @syscon_degree_of_dobldobl_polynomial(i32 noundef %34, ptr noundef %5) store i32 %35, ptr %1, align 4 %36 = load i32, ptr %5, align 4 %37 = call i32 (ptr, ...) @printf(ptr noundef @.str.2, i32 noundef %36) br label %38 38: ; preds = %33 %39 = load i32, ptr %3, align 4 %40 = add nsw i32 %39, 1 store i32 %40, ptr %3, align 4 br label %29, !llvm.loop !8 41: ; preds = %29 %42 = call i32 (ptr, ...) @printf(ptr noundef @.str.4) store i32 1, ptr %3, align 4 br label %43 43: ; preds = %54, %41 %44 = load i32, ptr %3, align 4 %45 = load i32, ptr %2, align 4 %46 = icmp sle i32 %44, %45 br i1 %46, label %47, label %57 47: ; preds = %43 %48 = load i32, ptr %3, align 4 %49 = getelementptr inbounds [2000 x i8], ptr %7, i64 0, i64 0 %50 = call i32 @syscon_load_dobldobl_polynomial(i32 noundef %48, ptr noundef %8, ptr noundef %49) store i32 %50, ptr %1, align 4 %51 = load i32, ptr %3, align 4 %52 = getelementptr inbounds [2000 x i8], ptr %7, i64 0, i64 0 %53 = call i32 (ptr, ...) @printf(ptr noundef @.str.5, i32 noundef %51, ptr noundef %52) br label %54 54: ; preds = %47 %55 = load i32, ptr %3, align 4 %56 = add nsw i32 %55, 1 store i32 %56, ptr %3, align 4 br label %43, !llvm.loop !9 57: ; preds = %43 %58 = call i32 (ptr, ...) @printf(ptr noundef @.str.6) %59 = call i32 @test_symbol_table(ptr noundef %6) ret void } declare i32 @syscon_read_dobldobl_system(...) #1 declare i32 @syscon_write_dobldobl_system(...) #1 declare i32 @syscon_number_of_dobldobl_polynomials(ptr noundef) #1 declare i32 @printf(ptr noundef, ...) #1 declare i32 @syscon_number_of_dobldobl_terms(i32 noundef, ptr noundef) #1 declare i32 @syscon_degree_of_dobldobl_polynomial(i32 noundef, ptr noundef) #1 declare i32 @syscon_load_dobldobl_polynomial(i32 noundef, ptr noundef, ptr noundef) #1 declare i32 @test_symbol_table(ptr noundef) #1 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"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/tmprs_buaq1.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-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"number of polynomials : %d\0A\00", align 1 @.str.1 = private unnamed_addr constant [37 x i8] c"number of terms in each polynomial :\00", align 1 @.str.2 = private unnamed_addr constant [4 x i8] c" %d\00", align 1 @.str.3 = private unnamed_addr constant [29 x i8] c"\0Adegree of each polynomial :\00", align 1 @.str.4 = private unnamed_addr constant [31 x i8] c"\0Athe polynomials as strings :\0A\00", align 1 @.str.5 = private unnamed_addr constant [20 x i8] c"polynomial %d : %s\0A\00", align 1 @.str.6 = private unnamed_addr constant [2 x i8] c"\0A\00", align 1 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local void @test_dobldobl_container() #0 { %1 = alloca i32, align 4 %2 = alloca i32, align 4 %3 = alloca i32, align 4 %4 = alloca i32, align 4 %5 = alloca i32, align 4 %6 = alloca i32, align 4 %7 = alloca [2000 x i8], align 16 %8 = alloca i32, align 4 %9 = call i32 (...) @syscon_read_dobldobl_system() store i32 %9, ptr %1, align 4 %10 = call i32 (...) @syscon_write_dobldobl_system() store i32 %10, ptr %1, align 4 %11 = call i32 @syscon_number_of_dobldobl_polynomials(ptr noundef %2) store i32 %11, ptr %1, align 4 %12 = load i32, ptr %2, align 4 %13 = call i32 (ptr, ...) @printf(ptr noundef @.str, i32 noundef %12) %14 = call i32 (ptr, ...) @printf(ptr noundef @.str.1) store i32 1, ptr %3, align 4 %15 = load i32, ptr %3, align 4 %16 = load i32, ptr %2, align 4 %17 = icmp sle i32 %15, %16 br i1 %17, label %.lr.ph, label %29 .lr.ph: ; preds = %0 br label %18 18: ; preds = %.lr.ph, %23 %19 = load i32, ptr %3, align 4 %20 = call i32 @syscon_number_of_dobldobl_terms(i32 noundef %19, ptr noundef %4) store i32 %20, ptr %1, align 4 %21 = load i32, ptr %4, align 4 %22 = call i32 (ptr, ...) @printf(ptr noundef @.str.2, i32 noundef %21) br label %23 23: ; preds = %18 %24 = load i32, ptr %3, align 4 %25 = add nsw i32 %24, 1 store i32 %25, ptr %3, align 4 %26 = load i32, ptr %3, align 4 %27 = load i32, ptr %2, align 4 %28 = icmp sle i32 %26, %27 br i1 %28, label %18, label %._crit_edge, !llvm.loop !6 ._crit_edge: ; preds = %23 br label %29 29: ; preds = %._crit_edge, %0 %30 = call i32 (ptr, ...) @printf(ptr noundef @.str.3) store i32 1, ptr %3, align 4 %31 = load i32, ptr %3, align 4 %32 = load i32, ptr %2, align 4 %33 = icmp sle i32 %31, %32 br i1 %33, label %.lr.ph2, label %45 .lr.ph2: ; preds = %29 br label %34 34: ; preds = %.lr.ph2, %39 %35 = load i32, ptr %3, align 4 %36 = call i32 @syscon_degree_of_dobldobl_polynomial(i32 noundef %35, ptr noundef %5) store i32 %36, ptr %1, align 4 %37 = load i32, ptr %5, align 4 %38 = call i32 (ptr, ...) @printf(ptr noundef @.str.2, i32 noundef %37) br label %39 39: ; preds = %34 %40 = load i32, ptr %3, align 4 %41 = add nsw i32 %40, 1 store i32 %41, ptr %3, align 4 %42 = load i32, ptr %3, align 4 %43 = load i32, ptr %2, align 4 %44 = icmp sle i32 %42, %43 br i1 %44, label %34, label %._crit_edge3, !llvm.loop !8 ._crit_edge3: ; preds = %39 br label %45 45: ; preds = %._crit_edge3, %29 %46 = call i32 (ptr, ...) @printf(ptr noundef @.str.4) store i32 1, ptr %3, align 4 %47 = load i32, ptr %3, align 4 %48 = load i32, ptr %2, align 4 %49 = icmp sle i32 %47, %48 br i1 %49, label %.lr.ph5, label %63 .lr.ph5: ; preds = %45 br label %50 50: ; preds = %.lr.ph5, %57 %51 = load i32, ptr %3, align 4 %52 = getelementptr inbounds [2000 x i8], ptr %7, i64 0, i64 0 %53 = call i32 @syscon_load_dobldobl_polynomial(i32 noundef %51, ptr noundef %8, ptr noundef %52) store i32 %53, ptr %1, align 4 %54 = load i32, ptr %3, align 4 %55 = getelementptr inbounds [2000 x i8], ptr %7, i64 0, i64 0 %56 = call i32 (ptr, ...) @printf(ptr noundef @.str.5, i32 noundef %54, ptr noundef %55) br label %57 57: ; preds = %50 %58 = load i32, ptr %3, align 4 %59 = add nsw i32 %58, 1 store i32 %59, ptr %3, align 4 %60 = load i32, ptr %3, align 4 %61 = load i32, ptr %2, align 4 %62 = icmp sle i32 %60, %61 br i1 %62, label %50, label %._crit_edge6, !llvm.loop !9 ._crit_edge6: ; preds = %57 br label %63 63: ; preds = %._crit_edge6, %45 %64 = call i32 (ptr, ...) @printf(ptr noundef @.str.6) %65 = call i32 @test_symbol_table(ptr noundef %6) ret void } declare i32 @syscon_read_dobldobl_system(...) #1 declare i32 @syscon_write_dobldobl_system(...) #1 declare i32 @syscon_number_of_dobldobl_polynomials(ptr noundef) #1 declare i32 @printf(ptr noundef, ...) #1 declare i32 @syscon_number_of_dobldobl_terms(i32 noundef, ptr noundef) #1 declare i32 @syscon_degree_of_dobldobl_polynomial(i32 noundef, ptr noundef) #1 declare i32 @syscon_load_dobldobl_polynomial(i32 noundef, ptr noundef, ptr noundef) #1 declare i32 @test_symbol_table(ptr noundef) #1 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"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/tmplh1t8w9z.c' source_filename = "/tmp/tmplh1t8w9z.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @ehnlc_strcmp(ptr noundef %0, ptr noundef %1) #0 { %3 = alloca i32, align 4 %4 = alloca ptr, align 8 %5 = alloca ptr, align 8 %6 = alloca i64, align 8 store ptr %0, ptr %4, align 8 store ptr %1, ptr %5, align 8 store i64 0, ptr %6, align 8 %7 = load ptr, ptr %4, align 8 %8 = load ptr, ptr %5, align 8 %9 = icmp eq ptr %7, %8 br i1 %9, label %10, label %11 10: ; preds = %2 store i32 0, ptr %3, align 4 br label %67 11: ; preds = %2 %12 = load ptr, ptr %4, align 8 %13 = icmp ne ptr %12, null br i1 %13, label %14, label %17 14: ; preds = %11 %15 = load ptr, ptr %5, align 8 %16 = icmp ne ptr %15, null br i1 %16, label %22, label %17 17: ; preds = %14, %11 %18 = load ptr, ptr %4, align 8 %19 = icmp ne ptr %18, null %20 = zext i1 %19 to i64 %21 = select i1 %19, i32 1, i32 -1 store i32 %21, ptr %3, align 4 br label %67 22: ; preds = %14 store i64 0, ptr %6, align 8 br label %23 23: ; preds = %52, %22 %24 = load ptr, ptr %4, align 8 %25 = load i64, ptr %6, align 8 %26 = getelementptr inbounds i8, ptr %24, i64 %25 %27 = load i8, ptr %26, align 1 %28 = sext i8 %27 to i32 %29 = icmp ne i32 %28, 0 br i1 %29, label %30, label %49 30: ; preds = %23 %31 = load ptr, ptr %5, align 8 %32 = load i64, ptr %6, align 8 %33 = getelementptr inbounds i8, ptr %31, i64 %32 %34 = load i8, ptr %33, align 1 %35 = sext i8 %34 to i32 %36 = icmp ne i32 %35, 0 br i1 %36, label %37, label %49 37: ; preds = %30 %38 = load ptr, ptr %4, align 8 %39 = load i64, ptr %6, align 8 %40 = getelementptr inbounds i8, ptr %38, i64 %39 %41 = load i8, ptr %40, align 1 %42 = sext i8 %41 to i32 %43 = load ptr, ptr %5, align 8 %44 = load i64, ptr %6, align 8 %45 = getelementptr inbounds i8, ptr %43, i64 %44 %46 = load i8, ptr %45, align 1 %47 = sext i8 %46 to i32 %48 = icmp eq i32 %42, %47 br label %49 49: ; preds = %37, %30, %23 %50 = phi i1 [ false, %30 ], [ false, %23 ], [ %48, %37 ] br i1 %50, label %51, label %55 51: ; preds = %49 br label %52 52: ; preds = %51 %53 = load i64, ptr %6, align 8 %54 = add i64 %53, 1 store i64 %54, ptr %6, align 8 br label %23, !llvm.loop !6 55: ; preds = %49 %56 = load ptr, ptr %4, align 8 %57 = load i64, ptr %6, align 8 %58 = getelementptr inbounds i8, ptr %56, i64 %57 %59 = load i8, ptr %58, align 1 %60 = sext i8 %59 to i32 %61 = load ptr, ptr %5, align 8 %62 = load i64, ptr %6, align 8 %63 = getelementptr inbounds i8, ptr %61, i64 %62 %64 = load i8, ptr %63, align 1 %65 = sext i8 %64 to i32 %66 = sub nsw i32 %60, %65 store i32 %66, ptr %3, align 4 br label %67 67: ; preds = %55, %17, %10 %68 = load i32, ptr %3, align 4 ret i32 %68 } attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"} !6 = distinct !{!6, !7} !7 = !{!"llvm.loop.mustprogress"}
; ModuleID = '<stdin>' source_filename = "/tmp/tmplh1t8w9z.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @ehnlc_strcmp(ptr noundef %0, ptr noundef %1) #0 { %3 = alloca i32, align 4 %4 = alloca ptr, align 8 %5 = alloca ptr, align 8 %6 = alloca i64, align 8 store ptr %0, ptr %4, align 8 store ptr %1, ptr %5, align 8 store i64 0, ptr %6, align 8 %7 = load ptr, ptr %4, align 8 %8 = load ptr, ptr %5, align 8 %9 = icmp eq ptr %7, %8 br i1 %9, label %10, label %11 10: ; preds = %2 store i32 0, ptr %3, align 4 br label %67 11: ; preds = %2 %12 = load ptr, ptr %4, align 8 %13 = icmp ne ptr %12, null br i1 %13, label %14, label %17 14: ; preds = %11 %15 = load ptr, ptr %5, align 8 %16 = icmp ne ptr %15, null br i1 %16, label %22, label %17 17: ; preds = %14, %11 %18 = load ptr, ptr %4, align 8 %19 = icmp ne ptr %18, null %20 = zext i1 %19 to i64 %21 = select i1 %19, i32 1, i32 -1 store i32 %21, ptr %3, align 4 br label %67 22: ; preds = %14 store i64 0, ptr %6, align 8 br label %23 23: ; preds = %52, %22 %24 = load ptr, ptr %4, align 8 %25 = load i64, ptr %6, align 8 %26 = getelementptr inbounds i8, ptr %24, i64 %25 %27 = load i8, ptr %26, align 1 %28 = sext i8 %27 to i32 %29 = icmp ne i32 %28, 0 br i1 %29, label %30, label %49 30: ; preds = %23 %31 = load ptr, ptr %5, align 8 %32 = load i64, ptr %6, align 8 %33 = getelementptr inbounds i8, ptr %31, i64 %32 %34 = load i8, ptr %33, align 1 %35 = sext i8 %34 to i32 %36 = icmp ne i32 %35, 0 br i1 %36, label %37, label %49 37: ; preds = %30 %38 = load ptr, ptr %4, align 8 %39 = load i64, ptr %6, align 8 %40 = getelementptr inbounds i8, ptr %38, i64 %39 %41 = load i8, ptr %40, align 1 %42 = sext i8 %41 to i32 %43 = load ptr, ptr %5, align 8 %44 = load i64, ptr %6, align 8 %45 = getelementptr inbounds i8, ptr %43, i64 %44 %46 = load i8, ptr %45, align 1 %47 = sext i8 %46 to i32 %48 = icmp eq i32 %42, %47 br label %49 49: ; preds = %37, %30, %23 %50 = phi i1 [ false, %30 ], [ false, %23 ], [ %48, %37 ] br i1 %50, label %51, label %55 51: ; preds = %49 br label %52 52: ; preds = %51 %53 = load i64, ptr %6, align 8 %54 = add i64 %53, 1 store i64 %54, ptr %6, align 8 br label %23, !llvm.loop !6 55: ; preds = %49 %56 = load ptr, ptr %4, align 8 %57 = load i64, ptr %6, align 8 %58 = getelementptr inbounds i8, ptr %56, i64 %57 %59 = load i8, ptr %58, align 1 %60 = sext i8 %59 to i32 %61 = load ptr, ptr %5, align 8 %62 = load i64, ptr %6, align 8 %63 = getelementptr inbounds i8, ptr %61, i64 %62 %64 = load i8, ptr %63, align 1 %65 = sext i8 %64 to i32 %66 = sub nsw i32 %60, %65 store i32 %66, ptr %3, align 4 br label %67 67: ; preds = %55, %17, %10 %68 = load i32, ptr %3, align 4 ret i32 %68 } attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"} !6 = distinct !{!6, !7} !7 = !{!"llvm.loop.mustprogress"}
; ModuleID = '/tmp/tmpy3e9mafo.c' source_filename = "/tmp/tmpy3e9mafo.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-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"%ld %ld\00", align 1 @EOF = dso_local global i64 0, align 8 @.str.1 = private unnamed_addr constant [5 x i8] c"%ld\0A\00", align 1 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local i32 @main() #0 { %1 = alloca i32, align 4 %2 = alloca i64, align 8 %3 = alloca i64, align 8 store i32 0, ptr %1, align 4 br label %4 4: ; preds = %8, %0 %5 = call i64 @scanf(ptr noundef @.str, ptr noundef %2, ptr noundef %3) %6 = load i64, ptr @EOF, align 8 %7 = icmp ne i64 %5, %6 br i1 %7, label %8, label %17 8: ; preds = %4 %9 = load i64, ptr %2, align 8 %10 = load i64, ptr %3, align 8 %11 = sub nsw i64 %10, 1 %12 = mul nsw i64 %9, %11 %13 = load i64, ptr %2, align 8 %14 = sub nsw i64 %13, 1 %15 = add nsw i64 %12, %14 %16 = call i32 @printf(ptr noundef @.str.1, i64 noundef %15) br label %4, !llvm.loop !6 17: ; preds = %4 ret i32 0 } declare i64 @scanf(ptr noundef, ptr noundef, ptr noundef) #1 declare i32 @printf(ptr noundef, i64 noundef) #1 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"} !6 = distinct !{!6, !7} !7 = !{!"llvm.loop.mustprogress"}
; ModuleID = '<stdin>' source_filename = "/tmp/tmpy3e9mafo.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-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"%ld %ld\00", align 1 @EOF = dso_local global i64 0, align 8 @.str.1 = private unnamed_addr constant [5 x i8] c"%ld\0A\00", align 1 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local i32 @main() #0 { %1 = alloca i32, align 4 %2 = alloca i64, align 8 %3 = alloca i64, align 8 store i32 0, ptr %1, align 4 %4 = call i64 @scanf(ptr noundef @.str, ptr noundef %2, ptr noundef %3) %5 = load i64, ptr @EOF, align 8 %6 = icmp ne i64 %4, %5 br i1 %6, label %.lr.ph, label %19 .lr.ph: ; preds = %0 br label %7 7: ; preds = %.lr.ph, %7 %8 = load i64, ptr %2, align 8 %9 = load i64, ptr %3, align 8 %10 = sub nsw i64 %9, 1 %11 = mul nsw i64 %8, %10 %12 = load i64, ptr %2, align 8 %13 = sub nsw i64 %12, 1 %14 = add nsw i64 %11, %13 %15 = call i32 @printf(ptr noundef @.str.1, i64 noundef %14) %16 = call i64 @scanf(ptr noundef @.str, ptr noundef %2, ptr noundef %3) %17 = load i64, ptr @EOF, align 8 %18 = icmp ne i64 %16, %17 br i1 %18, label %7, label %._crit_edge, !llvm.loop !6 ._crit_edge: ; preds = %7 br label %19 19: ; preds = %._crit_edge, %0 ret i32 0 } declare i64 @scanf(ptr noundef, ptr noundef, ptr noundef) #1 declare i32 @printf(ptr noundef, i64 noundef) #1 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"} !6 = distinct !{!6, !7} !7 = !{!"llvm.loop.mustprogress"}
; ModuleID = '/tmp/tmpbamic08h.c' source_filename = "/tmp/tmpbamic08h.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @clump_factor(double noundef %0, double noundef %1, double noundef %2, double noundef %3) #0 { %5 = alloca double, align 8 %6 = alloca double, align 8 %7 = alloca double, align 8 %8 = alloca double, align 8 %9 = alloca double, align 8 %10 = alloca double, align 8 store double %0, ptr %5, align 8 store double %1, ptr %6, align 8 store double %2, ptr %7, align 8 store double %3, ptr %8, align 8 %11 = load double, ptr %7, align 8 %12 = load double, ptr %8, align 8 %13 = fdiv double %11, %12 store double %13, ptr %10, align 8 %14 = load double, ptr %10, align 8 %15 = call double @llvm.fmuladd.f64(double -4.600000e-01, double %14, double 3.800000e+00) store double %15, ptr %9, align 8 %16 = load double, ptr %9, align 8 %17 = fcmp olt double %16, 1.000000e+00 br i1 %17, label %18, label %19 18: ; preds = %4 store double 1.000000e+00, ptr %9, align 8 br label %24 19: ; preds = %4 %20 = load double, ptr %9, align 8 %21 = fcmp ogt double %20, 3.340000e+00 br i1 %21, label %22, label %23 22: ; preds = %19 store double 3.340000e+00, ptr %9, align 8 br label %23 23: ; preds = %22, %19 br label %24 24: ; preds = %23, %18 %25 = load double, ptr %5, align 8 %26 = load double, ptr %5, align 8 %27 = load double, ptr %5, align 8 %28 = fsub double 1.000000e+00, %27 %29 = load double, ptr %6, align 8 %30 = load double, ptr %9, align 8 %31 = call double @pow(double noundef %29, double noundef %30) #3 %32 = fmul double -2.200000e+00, %31 %33 = call double @exp(double noundef %32) #3 %34 = call double @llvm.fmuladd.f64(double %28, double %33, double %26) %35 = fdiv double %25, %34 ret double %35 } ; Function Attrs: nocallback nofree nosync nounwind speculatable willreturn memory(none) declare double @llvm.fmuladd.f64(double, double, double) #1 ; Function Attrs: nounwind declare double @exp(double noundef) #2 ; Function Attrs: nounwind declare double @pow(double noundef, 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 nosync nounwind speculatable willreturn memory(none) } 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 = { 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/tmpbamic08h.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @clump_factor(double noundef %0, double noundef %1, double noundef %2, double noundef %3) #0 { %5 = alloca double, align 8 %6 = alloca double, align 8 %7 = alloca double, align 8 %8 = alloca double, align 8 %9 = alloca double, align 8 %10 = alloca double, align 8 store double %0, ptr %5, align 8 store double %1, ptr %6, align 8 store double %2, ptr %7, align 8 store double %3, ptr %8, align 8 %11 = load double, ptr %7, align 8 %12 = load double, ptr %8, align 8 %13 = fdiv double %11, %12 store double %13, ptr %10, align 8 %14 = load double, ptr %10, align 8 %15 = call double @llvm.fmuladd.f64(double -4.600000e-01, double %14, double 3.800000e+00) store double %15, ptr %9, align 8 %16 = load double, ptr %9, align 8 %17 = fcmp olt double %16, 1.000000e+00 br i1 %17, label %18, label %19 18: ; preds = %4 store double 1.000000e+00, ptr %9, align 8 br label %24 19: ; preds = %4 %20 = load double, ptr %9, align 8 %21 = fcmp ogt double %20, 3.340000e+00 br i1 %21, label %22, label %23 22: ; preds = %19 store double 3.340000e+00, ptr %9, align 8 br label %23 23: ; preds = %22, %19 br label %24 24: ; preds = %23, %18 %25 = load double, ptr %5, align 8 %26 = load double, ptr %5, align 8 %27 = load double, ptr %5, align 8 %28 = fsub double 1.000000e+00, %27 %29 = load double, ptr %6, align 8 %30 = load double, ptr %9, align 8 %31 = call double @pow(double noundef %29, double noundef %30) #3 %32 = fmul double -2.200000e+00, %31 %33 = call double @exp(double noundef %32) #3 %34 = call double @llvm.fmuladd.f64(double %28, double %33, double %26) %35 = fdiv double %25, %34 ret double %35 } ; Function Attrs: nocallback nofree nosync nounwind speculatable willreturn memory(none) declare double @llvm.fmuladd.f64(double, double, double) #1 ; Function Attrs: nounwind declare double @exp(double noundef) #2 ; Function Attrs: nounwind declare double @pow(double noundef, 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 nosync nounwind speculatable willreturn memory(none) } 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 = { 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/tmp7rd9e_uy.c' source_filename = "/tmp/tmp7rd9e_uy.c" target datalayout = "e-m:e-p270: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/tmp7rd9e_uy.c" target datalayout = "e-m:e-p270: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/tmp8qjtd7nb.c' source_filename = "/tmp/tmp8qjtd7nb.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-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"%-10d \00", align 1 @.str.1 = private unnamed_addr constant [2 x i8] c"\0A\00", align 1 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local void @printPascalsTriangle(i32 noundef %0) #0 { %2 = alloca i32, align 4 %3 = alloca ptr, align 8 %4 = alloca i64, align 8 %5 = alloca i64, align 8 %6 = alloca i32, align 4 %7 = alloca i32, align 4 store i32 %0, ptr %2, align 4 %8 = load i32, ptr %2, align 4 %9 = zext i32 %8 to i64 %10 = load i32, ptr %2, align 4 %11 = zext i32 %10 to i64 %12 = call ptr @llvm.stacksave() store ptr %12, ptr %3, align 8 %13 = mul nuw i64 %9, %11 %14 = alloca i32, i64 %13, align 16 store i64 %9, ptr %4, align 8 store i64 %11, ptr %5, align 8 %15 = mul nuw i64 %9, %11 %16 = mul nuw i64 4, %15 %17 = trunc i64 %16 to i32 %18 = call i32 @memset(ptr noundef %14, i32 noundef 0, i32 noundef %17) %19 = mul nsw i64 0, %11 %20 = getelementptr inbounds i32, ptr %14, i64 %19 %21 = getelementptr inbounds i32, ptr %20, i64 0 store i32 1, ptr %21, align 4 %22 = mul nsw i64 1, %11 %23 = getelementptr inbounds i32, ptr %14, i64 %22 %24 = getelementptr inbounds i32, ptr %23, i64 0 store i32 1, ptr %24, align 4 %25 = mul nsw i64 1, %11 %26 = getelementptr inbounds i32, ptr %14, i64 %25 %27 = getelementptr inbounds i32, ptr %26, i64 1 store i32 1, ptr %27, align 4 store i32 2, ptr %6, align 4 br label %28 28: ; preds = %74, %1 %29 = load i32, ptr %6, align 4 %30 = load i32, ptr %2, align 4 %31 = icmp slt i32 %29, %30 br i1 %31, label %32, label %77 32: ; preds = %28 %33 = load i32, ptr %6, align 4 %34 = sext i32 %33 to i64 %35 = mul nsw i64 %34, %11 %36 = getelementptr inbounds i32, ptr %14, i64 %35 %37 = getelementptr inbounds i32, ptr %36, i64 0 store i32 1, ptr %37, align 4 store i32 1, ptr %7, align 4 br label %38 38: ; preds = %70, %32 %39 = load i32, ptr %7, align 4 %40 = load i32, ptr %6, align 4 %41 = icmp sle i32 %39, %40 br i1 %41, label %42, label %73 42: ; preds = %38 %43 = load i32, ptr %6, align 4 %44 = sub nsw i32 %43, 1 %45 = sext i32 %44 to i64 %46 = mul nsw i64 %45, %11 %47 = getelementptr inbounds i32, ptr %14, i64 %46 %48 = load i32, ptr %7, align 4 %49 = sub nsw i32 %48, 1 %50 = sext i32 %49 to i64 %51 = getelementptr inbounds i32, ptr %47, i64 %50 %52 = load i32, ptr %51, align 4 %53 = load i32, ptr %6, align 4 %54 = sub nsw i32 %53, 1 %55 = sext i32 %54 to i64 %56 = mul nsw i64 %55, %11 %57 = getelementptr inbounds i32, ptr %14, i64 %56 %58 = load i32, ptr %7, align 4 %59 = sext i32 %58 to i64 %60 = getelementptr inbounds i32, ptr %57, i64 %59 %61 = load i32, ptr %60, align 4 %62 = add nsw i32 %52, %61 %63 = load i32, ptr %6, align 4 %64 = sext i32 %63 to i64 %65 = mul nsw i64 %64, %11 %66 = getelementptr inbounds i32, ptr %14, i64 %65 %67 = load i32, ptr %7, align 4 %68 = sext i32 %67 to i64 %69 = getelementptr inbounds i32, ptr %66, i64 %68 store i32 %62, ptr %69, align 4 br label %70 70: ; preds = %42 %71 = load i32, ptr %7, align 4 %72 = add nsw i32 %71, 1 store i32 %72, ptr %7, align 4 br label %38, !llvm.loop !6 73: ; preds = %38 br label %74 74: ; preds = %73 %75 = load i32, ptr %6, align 4 %76 = add nsw i32 %75, 1 store i32 %76, ptr %6, align 4 br label %28, !llvm.loop !8 77: ; preds = %28 store i32 0, ptr %6, align 4 br label %78 78: ; preds = %102, %77 %79 = load i32, ptr %6, align 4 %80 = load i32, ptr %2, align 4 %81 = icmp slt i32 %79, %80 br i1 %81, label %82, label %105 82: ; preds = %78 store i32 0, ptr %7, align 4 br label %83 83: ; preds = %97, %82 %84 = load i32, ptr %7, align 4 %85 = load i32, ptr %6, align 4 %86 = icmp sle i32 %84, %85 br i1 %86, label %87, label %100 87: ; preds = %83 %88 = load i32, ptr %6, align 4 %89 = sext i32 %88 to i64 %90 = mul nsw i64 %89, %11 %91 = getelementptr inbounds i32, ptr %14, i64 %90 %92 = load i32, ptr %7, align 4 %93 = sext i32 %92 to i64 %94 = getelementptr inbounds i32, ptr %91, i64 %93 %95 = load i32, ptr %94, align 4 %96 = call i32 (ptr, ...) @printf(ptr noundef @.str, i32 noundef %95) br label %97 97: ; preds = %87 %98 = load i32, ptr %7, align 4 %99 = add nsw i32 %98, 1 store i32 %99, ptr %7, align 4 br label %83, !llvm.loop !9 100: ; preds = %83 %101 = call i32 (ptr, ...) @printf(ptr noundef @.str.1) br label %102 102: ; preds = %100 %103 = load i32, ptr %6, align 4 %104 = add nsw i32 %103, 1 store i32 %104, ptr %6, align 4 br label %78, !llvm.loop !10 105: ; preds = %78 %106 = load ptr, ptr %3, align 8 call void @llvm.stackrestore(ptr %106) ret void } ; Function Attrs: nocallback nofree nosync nounwind willreturn declare ptr @llvm.stacksave() #1 declare i32 @memset(ptr noundef, i32 noundef, i32 noundef) #2 declare i32 @printf(ptr noundef, ...) #2 ; Function Attrs: nocallback nofree nosync nounwind willreturn declare void @llvm.stackrestore(ptr) #1 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { nocallback nofree nosync nounwind willreturn } attributes #2 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"} !6 = distinct !{!6, !7} !7 = !{!"llvm.loop.mustprogress"} !8 = distinct !{!8, !7} !9 = distinct !{!9, !7} !10 = distinct !{!10, !7}
; ModuleID = '<stdin>' source_filename = "/tmp/tmp8qjtd7nb.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-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"%-10d \00", align 1 @.str.1 = private unnamed_addr constant [2 x i8] c"\0A\00", align 1 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local void @printPascalsTriangle(i32 noundef %0) #0 { %2 = alloca i32, align 4 %3 = alloca ptr, align 8 %4 = alloca i64, align 8 %5 = alloca i64, align 8 %6 = alloca i32, align 4 %7 = alloca i32, align 4 store i32 %0, ptr %2, align 4 %8 = load i32, ptr %2, align 4 %9 = zext i32 %8 to i64 %10 = load i32, ptr %2, align 4 %11 = zext i32 %10 to i64 %12 = call ptr @llvm.stacksave() store ptr %12, ptr %3, align 8 %13 = mul nuw i64 %9, %11 %14 = alloca i32, i64 %13, align 16 store i64 %9, ptr %4, align 8 store i64 %11, ptr %5, align 8 %15 = mul nuw i64 %9, %11 %16 = mul nuw i64 4, %15 %17 = trunc i64 %16 to i32 %18 = call i32 @memset(ptr noundef %14, i32 noundef 0, i32 noundef %17) %19 = mul nsw i64 0, %11 %20 = getelementptr inbounds i32, ptr %14, i64 %19 %21 = getelementptr inbounds i32, ptr %20, i64 0 store i32 1, ptr %21, align 4 %22 = mul nsw i64 1, %11 %23 = getelementptr inbounds i32, ptr %14, i64 %22 %24 = getelementptr inbounds i32, ptr %23, i64 0 store i32 1, ptr %24, align 4 %25 = mul nsw i64 1, %11 %26 = getelementptr inbounds i32, ptr %14, i64 %25 %27 = getelementptr inbounds i32, ptr %26, i64 1 store i32 1, ptr %27, align 4 store i32 2, ptr %6, align 4 %28 = load i32, ptr %6, align 4 %29 = load i32, ptr %2, align 4 %30 = icmp slt i32 %28, %29 br i1 %30, label %.lr.ph2, label %81 .lr.ph2: ; preds = %1 br label %31 31: ; preds = %.lr.ph2, %75 %32 = load i32, ptr %6, align 4 %33 = sext i32 %32 to i64 %34 = mul nsw i64 %33, %11 %35 = getelementptr inbounds i32, ptr %14, i64 %34 %36 = getelementptr inbounds i32, ptr %35, i64 0 store i32 1, ptr %36, align 4 store i32 1, ptr %7, align 4 %37 = load i32, ptr %7, align 4 %38 = load i32, ptr %6, align 4 %39 = icmp sle i32 %37, %38 br i1 %39, label %.lr.ph, label %74 .lr.ph: ; preds = %31 br label %40 40: ; preds = %.lr.ph, %68 %41 = load i32, ptr %6, align 4 %42 = sub nsw i32 %41, 1 %43 = sext i32 %42 to i64 %44 = mul nsw i64 %43, %11 %45 = getelementptr inbounds i32, ptr %14, i64 %44 %46 = load i32, ptr %7, align 4 %47 = sub nsw i32 %46, 1 %48 = sext i32 %47 to i64 %49 = getelementptr inbounds i32, ptr %45, i64 %48 %50 = load i32, ptr %49, align 4 %51 = load i32, ptr %6, align 4 %52 = sub nsw i32 %51, 1 %53 = sext i32 %52 to i64 %54 = mul nsw i64 %53, %11 %55 = getelementptr inbounds i32, ptr %14, i64 %54 %56 = load i32, ptr %7, align 4 %57 = sext i32 %56 to i64 %58 = getelementptr inbounds i32, ptr %55, i64 %57 %59 = load i32, ptr %58, align 4 %60 = add nsw i32 %50, %59 %61 = load i32, ptr %6, align 4 %62 = sext i32 %61 to i64 %63 = mul nsw i64 %62, %11 %64 = getelementptr inbounds i32, ptr %14, i64 %63 %65 = load i32, ptr %7, align 4 %66 = sext i32 %65 to i64 %67 = getelementptr inbounds i32, ptr %64, i64 %66 store i32 %60, ptr %67, align 4 br label %68 68: ; preds = %40 %69 = load i32, ptr %7, align 4 %70 = add nsw i32 %69, 1 store i32 %70, ptr %7, align 4 %71 = load i32, ptr %7, align 4 %72 = load i32, ptr %6, align 4 %73 = icmp sle i32 %71, %72 br i1 %73, label %40, label %._crit_edge, !llvm.loop !6 ._crit_edge: ; preds = %68 br label %74 74: ; preds = %._crit_edge, %31 br label %75 75: ; preds = %74 %76 = load i32, ptr %6, align 4 %77 = add nsw i32 %76, 1 store i32 %77, ptr %6, align 4 %78 = load i32, ptr %6, align 4 %79 = load i32, ptr %2, align 4 %80 = icmp slt i32 %78, %79 br i1 %80, label %31, label %._crit_edge3, !llvm.loop !8 ._crit_edge3: ; preds = %75 br label %81 81: ; preds = %._crit_edge3, %1 store i32 0, ptr %6, align 4 %82 = load i32, ptr %6, align 4 %83 = load i32, ptr %2, align 4 %84 = icmp slt i32 %82, %83 br i1 %84, label %.lr.ph8, label %113 .lr.ph8: ; preds = %81 br label %85 85: ; preds = %.lr.ph8, %107 store i32 0, ptr %7, align 4 %86 = load i32, ptr %7, align 4 %87 = load i32, ptr %6, align 4 %88 = icmp sle i32 %86, %87 br i1 %88, label %.lr.ph5, label %105 .lr.ph5: ; preds = %85 br label %89 89: ; preds = %.lr.ph5, %99 %90 = load i32, ptr %6, align 4 %91 = sext i32 %90 to i64 %92 = mul nsw i64 %91, %11 %93 = getelementptr inbounds i32, ptr %14, i64 %92 %94 = load i32, ptr %7, align 4 %95 = sext i32 %94 to i64 %96 = getelementptr inbounds i32, ptr %93, i64 %95 %97 = load i32, ptr %96, align 4 %98 = call i32 (ptr, ...) @printf(ptr noundef @.str, i32 noundef %97) br label %99 99: ; preds = %89 %100 = load i32, ptr %7, align 4 %101 = add nsw i32 %100, 1 store i32 %101, ptr %7, align 4 %102 = load i32, ptr %7, align 4 %103 = load i32, ptr %6, align 4 %104 = icmp sle i32 %102, %103 br i1 %104, label %89, label %._crit_edge6, !llvm.loop !9 ._crit_edge6: ; preds = %99 br label %105 105: ; preds = %._crit_edge6, %85 %106 = call i32 (ptr, ...) @printf(ptr noundef @.str.1) br label %107 107: ; preds = %105 %108 = load i32, ptr %6, align 4 %109 = add nsw i32 %108, 1 store i32 %109, ptr %6, align 4 %110 = load i32, ptr %6, align 4 %111 = load i32, ptr %2, align 4 %112 = icmp slt i32 %110, %111 br i1 %112, label %85, label %._crit_edge9, !llvm.loop !10 ._crit_edge9: ; preds = %107 br label %113 113: ; preds = %._crit_edge9, %81 %114 = load ptr, ptr %3, align 8 call void @llvm.stackrestore(ptr %114) ret void } ; Function Attrs: nocallback nofree nosync nounwind willreturn declare ptr @llvm.stacksave() #1 declare i32 @memset(ptr noundef, i32 noundef, i32 noundef) #2 declare i32 @printf(ptr noundef, ...) #2 ; Function Attrs: nocallback nofree nosync nounwind willreturn declare void @llvm.stackrestore(ptr) #1 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { nocallback nofree nosync nounwind willreturn } attributes #2 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"} !6 = distinct !{!6, !7} !7 = !{!"llvm.loop.mustprogress"} !8 = distinct !{!8, !7} !9 = distinct !{!9, !7} !10 = distinct !{!10, !7}
; ModuleID = '/tmp/tmp71txrz0p.c' source_filename = "/tmp/tmp71txrz0p.c" target datalayout = "e-m:e-p270: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/tmp71txrz0p.c" target datalayout = "e-m:e-p270: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/tmpdm3lc5rb.c' source_filename = "/tmp/tmpdm3lc5rb.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-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"REQUEST_METHOD\00", align 1 @.str.1 = private unnamed_addr constant [4 x i8] c"GET\00", align 1 @.str.2 = private unnamed_addr constant [5 x i8] c"HEAD\00", align 1 @.str.3 = private unnamed_addr constant [5 x i8] c"POST\00", align 1 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local i32 @getRequestMethod() #0 { %1 = alloca i32, align 4 %2 = alloca ptr, align 8 %3 = alloca i32, align 4 %4 = call ptr @getenv(ptr noundef @.str) store ptr %4, ptr %2, align 8 %5 = load ptr, ptr %2, align 8 %6 = icmp eq ptr %5, null br i1 %6, label %7, label %8 7: ; preds = %0 store i32 -1, ptr %1, align 4 br label %26 8: ; preds = %0 %9 = load ptr, ptr %2, align 8 %10 = call i32 @strcmp(ptr noundef %9, ptr noundef @.str.1) %11 = icmp ne i32 %10, 0 br i1 %11, label %12, label %16 12: ; preds = %8 %13 = load ptr, ptr %2, align 8 %14 = call i32 @strcmp(ptr noundef %13, ptr noundef @.str.2) %15 = icmp ne i32 %14, 0 br i1 %15, label %17, label %16 16: ; preds = %12, %8 store i32 0, ptr %3, align 4 br label %24 17: ; preds = %12 %18 = load ptr, ptr %2, align 8 %19 = call i32 @strcmp(ptr noundef %18, ptr noundef @.str.3) %20 = icmp ne i32 %19, 0 br i1 %20, label %22, label %21 21: ; preds = %17 store i32 1, ptr %3, align 4 br label %23 22: ; preds = %17 store i32 -1, ptr %1, align 4 br label %26 23: ; preds = %21 br label %24 24: ; preds = %23, %16 %25 = load i32, ptr %3, align 4 store i32 %25, ptr %1, align 4 br label %26 26: ; preds = %24, %22, %7 %27 = load i32, ptr %1, align 4 ret i32 %27 } declare ptr @getenv(ptr noundef) #1 declare i32 @strcmp(ptr noundef, ptr noundef) #1 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '<stdin>' source_filename = "/tmp/tmpdm3lc5rb.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-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"REQUEST_METHOD\00", align 1 @.str.1 = private unnamed_addr constant [4 x i8] c"GET\00", align 1 @.str.2 = private unnamed_addr constant [5 x i8] c"HEAD\00", align 1 @.str.3 = private unnamed_addr constant [5 x i8] c"POST\00", align 1 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local i32 @getRequestMethod() #0 { %1 = alloca i32, align 4 %2 = alloca ptr, align 8 %3 = alloca i32, align 4 %4 = call ptr @getenv(ptr noundef @.str) store ptr %4, ptr %2, align 8 %5 = load ptr, ptr %2, align 8 %6 = icmp eq ptr %5, null br i1 %6, label %7, label %8 7: ; preds = %0 store i32 -1, ptr %1, align 4 br label %26 8: ; preds = %0 %9 = load ptr, ptr %2, align 8 %10 = call i32 @strcmp(ptr noundef %9, ptr noundef @.str.1) %11 = icmp ne i32 %10, 0 br i1 %11, label %12, label %16 12: ; preds = %8 %13 = load ptr, ptr %2, align 8 %14 = call i32 @strcmp(ptr noundef %13, ptr noundef @.str.2) %15 = icmp ne i32 %14, 0 br i1 %15, label %17, label %16 16: ; preds = %12, %8 store i32 0, ptr %3, align 4 br label %24 17: ; preds = %12 %18 = load ptr, ptr %2, align 8 %19 = call i32 @strcmp(ptr noundef %18, ptr noundef @.str.3) %20 = icmp ne i32 %19, 0 br i1 %20, label %22, label %21 21: ; preds = %17 store i32 1, ptr %3, align 4 br label %23 22: ; preds = %17 store i32 -1, ptr %1, align 4 br label %26 23: ; preds = %21 br label %24 24: ; preds = %23, %16 %25 = load i32, ptr %3, align 4 store i32 %25, ptr %1, align 4 br label %26 26: ; preds = %24, %22, %7 %27 = load i32, ptr %1, align 4 ret i32 %27 } declare ptr @getenv(ptr noundef) #1 declare i32 @strcmp(ptr noundef, ptr noundef) #1 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '/tmp/tmpbpsr5sk4.c' source_filename = "/tmp/tmpbpsr5sk4.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128" target triple = "x86_64-pc-linux-gnu" @.str = private unnamed_addr constant [24 x i8] c"\0A 64-Bit WEP Key #%i: \00", align 1 @.str.1 = private unnamed_addr constant [5 x i8] c"%02x\00", align 1 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local void @gen_wep64(ptr noundef %0) #0 { %2 = alloca ptr, align 8 %3 = alloca i64, align 8 %4 = alloca [4 x i8], align 1 %5 = alloca i32, align 4 %6 = alloca i32, align 4 %7 = alloca i32, align 4 store ptr %0, ptr %2, align 8 %8 = load ptr, ptr %2, align 8 %9 = call i64 @strlen(ptr noundef %8) store i64 %9, ptr %3, align 8 call void @llvm.memset.p0.i64(ptr align 1 %4, i8 0, i64 4, i1 false) store i32 0, ptr %5, align 4 store i32 0, ptr %6, align 4 br label %10 10: ; preds = %30, %1 %11 = load i32, ptr %6, align 4 %12 = sext i32 %11 to i64 %13 = load i64, ptr %3, align 8 %14 = icmp ult i64 %12, %13 br i1 %14, label %15, label %33 15: ; preds = %10 %16 = load ptr, ptr %2, align 8 %17 = load i32, ptr %6, align 4 %18 = sext i32 %17 to i64 %19 = getelementptr inbounds i8, ptr %16, i64 %18 %20 = load i8, ptr %19, align 1 %21 = sext i8 %20 to i32 %22 = load i32, ptr %6, align 4 %23 = srem i32 %22, 4 %24 = sext i32 %23 to i64 %25 = getelementptr inbounds [4 x i8], ptr %4, i64 0, i64 %24 %26 = load i8, ptr %25, align 1 %27 = sext i8 %26 to i32 %28 = xor i32 %27, %21 %29 = trunc i32 %28 to i8 store i8 %29, ptr %25, align 1 br label %30 30: ; preds = %15 %31 = load i32, ptr %6, align 4 %32 = add nsw i32 %31, 1 store i32 %32, ptr %6, align 4 br label %10, !llvm.loop !6 33: ; preds = %10 %34 = getelementptr inbounds [4 x i8], ptr %4, i64 0, i64 0 %35 = load i8, ptr %34, align 1 %36 = sext i8 %35 to i32 %37 = getelementptr inbounds [4 x i8], ptr %4, i64 0, i64 1 %38 = load i8, ptr %37, align 1 %39 = sext i8 %38 to i32 %40 = shl i32 %39, 8 %41 = or i32 %36, %40 %42 = getelementptr inbounds [4 x i8], ptr %4, i64 0, i64 2 %43 = load i8, ptr %42, align 1 %44 = sext i8 %43 to i32 %45 = shl i32 %44, 16 %46 = or i32 %41, %45 %47 = getelementptr inbounds [4 x i8], ptr %4, i64 0, i64 3 %48 = load i8, ptr %47, align 1 %49 = sext i8 %48 to i32 %50 = shl i32 %49, 24 %51 = or i32 %46, %50 store i32 %51, ptr %5, align 4 store i32 0, ptr %6, align 4 br label %52 52: ; preds = %74, %33 %53 = load i32, ptr %6, align 4 %54 = icmp slt i32 %53, 4 br i1 %54, label %55, label %77 55: ; preds = %52 %56 = load i32, ptr %6, align 4 %57 = add nsw i32 %56, 1 %58 = call i32 @printf(ptr noundef @.str, i32 noundef %57) store i32 0, ptr %7, align 4 br label %59 59: ; preds = %70, %55 %60 = load i32, ptr %7, align 4 %61 = icmp slt i32 %60, 5 br i1 %61, label %62, label %73 62: ; preds = %59 %63 = load i32, ptr %5, align 4 %64 = mul nsw i32 214013, %63 %65 = add nsw i32 %64, 2531011 store i32 %65, ptr %5, align 4 %66 = load i32, ptr %5, align 4 %67 = ashr i32 %66, 16 %68 = and i32 %67, 255 %69 = call i32 @printf(ptr noundef @.str.1, i32 noundef %68) br label %70 70: ; preds = %62 %71 = load i32, ptr %7, align 4 %72 = add nsw i32 %71, 1 store i32 %72, ptr %7, align 4 br label %59, !llvm.loop !8 73: ; preds = %59 br label %74 74: ; preds = %73 %75 = load i32, ptr %6, align 4 %76 = add nsw i32 %75, 1 store i32 %76, ptr %6, align 4 br label %52, !llvm.loop !9 77: ; preds = %52 %78 = call i32 @putchar(i8 noundef signext 10) ret void } declare i64 @strlen(ptr noundef) #1 ; Function Attrs: nocallback nofree nounwind willreturn memory(argmem: write) declare void @llvm.memset.p0.i64(ptr nocapture writeonly, i8, i64, i1 immarg) #2 declare i32 @printf(ptr noundef, i32 noundef) #1 declare i32 @putchar(i8 noundef signext) #1 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #2 = { nocallback nofree nounwind willreturn memory(argmem: write) } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"} !6 = distinct !{!6, !7} !7 = !{!"llvm.loop.mustprogress"} !8 = distinct !{!8, !7} !9 = distinct !{!9, !7}
; ModuleID = '<stdin>' source_filename = "/tmp/tmpbpsr5sk4.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128" target triple = "x86_64-pc-linux-gnu" @.str = private unnamed_addr constant [24 x i8] c"\0A 64-Bit WEP Key #%i: \00", align 1 @.str.1 = private unnamed_addr constant [5 x i8] c"%02x\00", align 1 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local void @gen_wep64(ptr noundef %0) #0 { %2 = alloca ptr, align 8 %3 = alloca i64, align 8 %4 = alloca [4 x i8], align 1 %5 = alloca i32, align 4 %6 = alloca i32, align 4 %7 = alloca i32, align 4 store ptr %0, ptr %2, align 8 %8 = load ptr, ptr %2, align 8 %9 = call i64 @strlen(ptr noundef %8) store i64 %9, ptr %3, align 8 call void @llvm.memset.p0.i64(ptr align 1 %4, i8 0, i64 4, i1 false) store i32 0, ptr %5, align 4 store i32 0, ptr %6, align 4 %10 = load i32, ptr %6, align 4 %11 = sext i32 %10 to i64 %12 = load i64, ptr %3, align 8 %13 = icmp ult i64 %11, %12 br i1 %13, label %.lr.ph, label %36 .lr.ph: ; preds = %1 br label %14 14: ; preds = %.lr.ph, %29 %15 = load ptr, ptr %2, align 8 %16 = load i32, ptr %6, align 4 %17 = sext i32 %16 to i64 %18 = getelementptr inbounds i8, ptr %15, i64 %17 %19 = load i8, ptr %18, align 1 %20 = sext i8 %19 to i32 %21 = load i32, ptr %6, align 4 %22 = srem i32 %21, 4 %23 = sext i32 %22 to i64 %24 = getelementptr inbounds [4 x i8], ptr %4, i64 0, i64 %23 %25 = load i8, ptr %24, align 1 %26 = sext i8 %25 to i32 %27 = xor i32 %26, %20 %28 = trunc i32 %27 to i8 store i8 %28, ptr %24, align 1 br label %29 29: ; preds = %14 %30 = load i32, ptr %6, align 4 %31 = add nsw i32 %30, 1 store i32 %31, ptr %6, align 4 %32 = load i32, ptr %6, align 4 %33 = sext i32 %32 to i64 %34 = load i64, ptr %3, align 8 %35 = icmp ult i64 %33, %34 br i1 %35, label %14, label %._crit_edge, !llvm.loop !6 ._crit_edge: ; preds = %29 br label %36 36: ; preds = %._crit_edge, %1 %37 = getelementptr inbounds [4 x i8], ptr %4, i64 0, i64 0 %38 = load i8, ptr %37, align 1 %39 = sext i8 %38 to i32 %40 = getelementptr inbounds [4 x i8], ptr %4, i64 0, i64 1 %41 = load i8, ptr %40, align 1 %42 = sext i8 %41 to i32 %43 = shl i32 %42, 8 %44 = or i32 %39, %43 %45 = getelementptr inbounds [4 x i8], ptr %4, i64 0, i64 2 %46 = load i8, ptr %45, align 1 %47 = sext i8 %46 to i32 %48 = shl i32 %47, 16 %49 = or i32 %44, %48 %50 = getelementptr inbounds [4 x i8], ptr %4, i64 0, i64 3 %51 = load i8, ptr %50, align 1 %52 = sext i8 %51 to i32 %53 = shl i32 %52, 24 %54 = or i32 %49, %53 store i32 %54, ptr %5, align 4 store i32 0, ptr %6, align 4 %55 = load i32, ptr %6, align 4 %56 = icmp slt i32 %55, 4 br i1 %56, label %.lr.ph5, label %82 .lr.ph5: ; preds = %36 br label %57 57: ; preds = %.lr.ph5, %77 %58 = load i32, ptr %6, align 4 %59 = add nsw i32 %58, 1 %60 = call i32 @printf(ptr noundef @.str, i32 noundef %59) store i32 0, ptr %7, align 4 %61 = load i32, ptr %7, align 4 %62 = icmp slt i32 %61, 5 br i1 %62, label %.lr.ph2, label %76 .lr.ph2: ; preds = %57 br label %63 63: ; preds = %.lr.ph2, %71 %64 = load i32, ptr %5, align 4 %65 = mul nsw i32 214013, %64 %66 = add nsw i32 %65, 2531011 store i32 %66, ptr %5, align 4 %67 = load i32, ptr %5, align 4 %68 = ashr i32 %67, 16 %69 = and i32 %68, 255 %70 = call i32 @printf(ptr noundef @.str.1, i32 noundef %69) br label %71 71: ; preds = %63 %72 = load i32, ptr %7, align 4 %73 = add nsw i32 %72, 1 store i32 %73, ptr %7, align 4 %74 = load i32, ptr %7, align 4 %75 = icmp slt i32 %74, 5 br i1 %75, label %63, label %._crit_edge3, !llvm.loop !8 ._crit_edge3: ; preds = %71 br label %76 76: ; preds = %._crit_edge3, %57 br label %77 77: ; preds = %76 %78 = load i32, ptr %6, align 4 %79 = add nsw i32 %78, 1 store i32 %79, ptr %6, align 4 %80 = load i32, ptr %6, align 4 %81 = icmp slt i32 %80, 4 br i1 %81, label %57, label %._crit_edge6, !llvm.loop !9 ._crit_edge6: ; preds = %77 br label %82 82: ; preds = %._crit_edge6, %36 %83 = call i32 @putchar(i8 noundef signext 10) ret void } declare i64 @strlen(ptr noundef) #1 ; Function Attrs: nocallback nofree nounwind willreturn memory(argmem: write) declare void @llvm.memset.p0.i64(ptr nocapture writeonly, i8, i64, i1 immarg) #2 declare i32 @printf(ptr noundef, i32 noundef) #1 declare i32 @putchar(i8 noundef signext) #1 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #2 = { nocallback nofree nounwind willreturn memory(argmem: write) } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"} !6 = distinct !{!6, !7} !7 = !{!"llvm.loop.mustprogress"} !8 = distinct !{!8, !7} !9 = distinct !{!9, !7}
; ModuleID = '/tmp/tmp9mu23g3k.c' source_filename = "/tmp/tmp9mu23g3k.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128" target triple = "x86_64-pc-linux-gnu" %struct.timeval = type { double, double } ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local double @epoch_double() #0 { %1 = alloca %struct.timeval, align 8 %2 = call i32 @gettimeofday(ptr noundef %1, ptr noundef null) %3 = getelementptr inbounds %struct.timeval, ptr %1, i32 0, i32 0 %4 = load double, ptr %3, align 8 %5 = getelementptr inbounds %struct.timeval, ptr %1, i32 0, i32 1 %6 = load double, ptr %5, align 8 %7 = fmul double %6, 1.000000e+00 %8 = fdiv double %7, 1.000000e+06 %9 = fadd double %4, %8 ret double %9 } declare i32 @gettimeofday(ptr noundef, ptr noundef) #1 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '<stdin>' source_filename = "/tmp/tmp9mu23g3k.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128" target triple = "x86_64-pc-linux-gnu" %struct.timeval = type { double, double } ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local double @epoch_double() #0 { %1 = alloca %struct.timeval, align 8 %2 = call i32 @gettimeofday(ptr noundef %1, ptr noundef null) %3 = getelementptr inbounds %struct.timeval, ptr %1, i32 0, i32 0 %4 = load double, ptr %3, align 8 %5 = getelementptr inbounds %struct.timeval, ptr %1, i32 0, i32 1 %6 = load double, ptr %5, align 8 %7 = fmul double %6, 1.000000e+00 %8 = fdiv double %7, 1.000000e+06 %9 = fadd double %4, %8 ret double %9 } declare i32 @gettimeofday(ptr noundef, ptr noundef) #1 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '/tmp/tmp9qed_lgt.c' source_filename = "/tmp/tmp9qed_lgt.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128" target triple = "x86_64-pc-linux-gnu" @__const.main.last = private unnamed_addr constant [2 x float] [float -5.000000e+00, float -5.000000e+00], align 4 @O_RDONLY = dso_local global i32 0, align 4 @stderr = dso_local global i32 0, align 4 @.str = private unnamed_addr constant [19 x i8] c"Could not open %s\0A\00", align 1 @.str.1 = private unnamed_addr constant [18 x i8] c"(* Version %d *)\0A\00", align 1 @.str.2 = private unnamed_addr constant [20 x i8] c"(* Start Time %lld.\00", align 1 @.str.3 = private unnamed_addr constant [9 x i8] c"%06lld)\0A\00", align 1 @.str.4 = private unnamed_addr constant [18 x i8] c"(* Rate %d Hz *)\0A\00", align 1 @.str.5 = private unnamed_addr constant [19 x i8] c"(* Channels %d *)\0A\00", align 1 @.str.6 = private unnamed_addr constant [10 x i8] c"Glitch1!\0A\00", align 1 @.str.7 = private unnamed_addr constant [10 x i8] c"Glitch2!\0A\00", align 1 @INFINITY = dso_local global float 0.000000e+00, align 4 @.str.8 = private unnamed_addr constant [19 x i8] c"(* Stop Time %lld.\00", align 1 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local i32 @main(i32 noundef %0, ptr noundef %1) #0 { %3 = alloca i32, align 4 %4 = alloca i32, align 4 %5 = alloca ptr, align 8 %6 = alloca i32, align 4 %7 = alloca i32, align 4 %8 = alloca i32, align 4 %9 = alloca i32, align 4 %10 = alloca i32, align 4 %11 = alloca i32, align 4 %12 = alloca i32, align 4 %13 = alloca [4 x float], align 16 %14 = alloca i32, align 4 %15 = alloca i64, align 8 %16 = alloca float, align 4 %17 = alloca [2 x float], align 4 %18 = alloca [4 x float], align 16 %19 = 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 %8, align 4 store i32 0, ptr %14, align 4 call void @llvm.memcpy.p0.p0.i64(ptr align 4 %17, ptr align 4 @__const.main.last, i64 8, i1 false) store i32 1, ptr %19, align 4 %20 = load i32, ptr %4, align 4 %21 = icmp sgt i32 %20, 1 br i1 %21, label %22, label %37 22: ; preds = %2 %23 = load ptr, ptr %5, align 8 %24 = getelementptr inbounds ptr, ptr %23, i64 1 %25 = load ptr, ptr %24, align 8 %26 = load i32, ptr @O_RDONLY, align 4 %27 = call i32 @open(ptr noundef %25, i32 noundef %26) store i32 %27, ptr %9, align 4 %28 = load i32, ptr %9, align 4 %29 = icmp slt i32 %28, 1 br i1 %29, label %30, label %36 30: ; preds = %22 %31 = load i32, ptr @stderr, align 4 %32 = load ptr, ptr %5, align 8 %33 = getelementptr inbounds ptr, ptr %32, i64 1 %34 = load ptr, ptr %33, align 8 %35 = call i32 (i32, ptr, ...) @fprintf(i32 noundef %31, ptr noundef @.str, ptr noundef %34) store i32 -1, ptr %3, align 4 br label %208 36: ; preds = %22 br label %38 37: ; preds = %2 store i32 0, ptr %9, align 4 br label %38 38: ; preds = %37, %36 %39 = load i32, ptr %9, align 4 %40 = call i32 (i32, ...) @read(i32 noundef %39, ptr noundef %10, i32 noundef 4) %41 = call i32 (i32, ...) @write(i32 noundef 1, ptr noundef %10, i32 noundef 4) %42 = load i32, ptr @stderr, align 4 %43 = load i32, ptr %10, align 4 %44 = call i32 (i32, ptr, ...) @fprintf(i32 noundef %42, ptr noundef @.str.1, i32 noundef %43) %45 = load i32, ptr %9, align 4 %46 = call i32 (i32, ...) @read(i32 noundef %45, ptr noundef %15, i32 noundef 8) %47 = call i32 (i32, ...) @write(i32 noundef 1, ptr noundef %15, i32 noundef 8) %48 = load i32, ptr @stderr, align 4 %49 = load i64, ptr %15, align 8 %50 = call i32 (i32, ptr, ...) @fprintf(i32 noundef %48, ptr noundef @.str.2, i64 noundef %49) %51 = load i32, ptr %9, align 4 %52 = call i32 (i32, ...) @read(i32 noundef %51, ptr noundef %15, i32 noundef 8) %53 = call i32 (i32, ...) @write(i32 noundef 1, ptr noundef %15, i32 noundef 8) %54 = load i32, ptr @stderr, align 4 %55 = load i64, ptr %15, align 8 %56 = call i32 (i32, ptr, ...) @fprintf(i32 noundef %54, ptr noundef @.str.3, i64 noundef %55) %57 = load i32, ptr %9, align 4 %58 = call i32 (i32, ...) @read(i32 noundef %57, ptr noundef %10, i32 noundef 4) %59 = call i32 (i32, ...) @write(i32 noundef 1, ptr noundef %10, i32 noundef 4) %60 = load i32, ptr %10, align 4 store i32 %60, ptr %11, align 4 %61 = load i32, ptr @stderr, align 4 %62 = load i32, ptr %11, align 4 %63 = call i32 (i32, ptr, ...) @fprintf(i32 noundef %61, ptr noundef @.str.4, i32 noundef %62) %64 = load i32, ptr %11, align 4 %65 = sdiv i32 %64, 500 store i32 %65, ptr %19, align 4 %66 = load i32, ptr %19, align 4 %67 = icmp slt i32 %66, 1 br i1 %67, label %68, label %69 68: ; preds = %38 store i32 1, ptr %19, align 4 br label %69 69: ; preds = %68, %38 %70 = load i32, ptr %9, align 4 %71 = call i32 (i32, ...) @read(i32 noundef %70, ptr noundef %10, i32 noundef 4) %72 = call i32 (i32, ...) @write(i32 noundef 1, ptr noundef %10, i32 noundef 4) %73 = load i32, ptr %10, align 4 store i32 %73, ptr %12, align 4 %74 = load i32, ptr @stderr, align 4 %75 = load i32, ptr %12, align 4 %76 = call i32 (i32, ptr, ...) @fprintf(i32 noundef %74, ptr noundef @.str.5, i32 noundef %75) br label %77 77: ; preds = %182, %69 %78 = load i32, ptr %8, align 4 %79 = icmp ne i32 %78, 0 %80 = xor i1 %79, true br i1 %80, label %81, label %191 81: ; preds = %77 store i32 0, ptr %6, align 4 br label %82 82: ; preds = %109, %81 %83 = load i32, ptr %6, align 4 %84 = load i32, ptr %12, align 4 %85 = icmp slt i32 %83, %84 br i1 %85, label %86, label %112 86: ; preds = %82 %87 = load i32, ptr %9, align 4 %88 = load i32, ptr %6, align 4 %89 = sext i32 %88 to i64 %90 = getelementptr inbounds [4 x float], ptr %13, i64 0, i64 %89 %91 = call i32 (i32, ...) @read(i32 noundef %87, ptr noundef %90, i64 noundef 4) store i32 %91, ptr %7, align 4 %92 = load i32, ptr %7, align 4 %93 = sext i32 %92 to i64 %94 = icmp ult i64 %93, 4 br i1 %94, label %95, label %96 95: ; preds = %86 store i32 1, ptr %8, align 4 br label %112 96: ; preds = %86 %97 = load i32, ptr %6, align 4 %98 = sext i32 %97 to i64 %99 = getelementptr inbounds [4 x float], ptr %13, i64 0, i64 %98 %100 = load float, ptr %99, align 4 %101 = call i64 @isinf(float noundef %100) %102 = icmp ne i64 %101, 0 br i1 %102, label %103, label %104 103: ; preds = %96 store i32 1, ptr %8, align 4 br label %112 104: ; preds = %96 %105 = load i32, ptr %6, align 4 %106 = icmp eq i32 %105, 0 br i1 %106, label %107, label %108 107: ; preds = %104 br label %108 108: ; preds = %107, %104 br label %109 109: ; preds = %108 %110 = load i32, ptr %6, align 4 %111 = add nsw i32 %110, 1 store i32 %111, ptr %6, align 4 br label %82, !llvm.loop !6 112: ; preds = %103, %95, %82 %113 = load i32, ptr %8, align 4 %114 = icmp ne i32 %113, 0 br i1 %114, label %115, label %116 115: ; preds = %112 br label %191 116: ; preds = %112 %117 = getelementptr inbounds [2 x float], ptr %17, i64 0, i64 0 %118 = load float, ptr %117, align 4 %119 = fpext float %118 to double %120 = fcmp olt double %119, 0.000000e+00 br i1 %120, label %121, label %138 121: ; preds = %116 %122 = getelementptr inbounds [2 x float], ptr %17, i64 0, i64 1 %123 = load float, ptr %122, align 4 %124 = fpext float %123 to double %125 = fcmp ogt double %124, 0.000000e+00 br i1 %125, label %126, label %138 126: ; preds = %121 %127 = getelementptr inbounds [4 x float], ptr %13, i64 0, i64 3 %128 = load float, ptr %127, align 4 %129 = fpext float %128 to double %130 = fcmp olt double %129, 0.000000e+00 br i1 %130, label %131, label %138 131: ; preds = %126 %132 = load i32, ptr @stderr, align 4 %133 = call i32 (i32, ptr, ...) @fprintf(i32 noundef %132, ptr noundef @.str.6) %134 = getelementptr inbounds [4 x float], ptr %18, i64 0, i64 3 %135 = load float, ptr %134, align 4 %136 = fneg float %135 %137 = getelementptr inbounds [4 x float], ptr %18, i64 0, i64 3 store float %136, ptr %137, align 4 br label %161 138: ; preds = %126, %121, %116 %139 = getelementptr inbounds [2 x float], ptr %17, i64 0, i64 0 %140 = load float, ptr %139, align 4 %141 = fpext float %140 to double %142 = fcmp ogt double %141, 0.000000e+00 br i1 %142, label %143, label %160 143: ; preds = %138 %144 = getelementptr inbounds [2 x float], ptr %17, i64 0, i64 1 %145 = load float, ptr %144, align 4 %146 = fpext float %145 to double %147 = fcmp olt double %146, 0.000000e+00 br i1 %147, label %148, label %160 148: ; preds = %143 %149 = getelementptr inbounds [4 x float], ptr %13, i64 0, i64 3 %150 = load float, ptr %149, align 4 %151 = fpext float %150 to double %152 = fcmp ogt double %151, 0.000000e+00 br i1 %152, label %153, label %160 153: ; preds = %148 %154 = load i32, ptr @stderr, align 4 %155 = call i32 (i32, ptr, ...) @fprintf(i32 noundef %154, ptr noundef @.str.7) %156 = getelementptr inbounds [4 x float], ptr %18, i64 0, i64 3 %157 = load float, ptr %156, align 4 %158 = fneg float %157 %159 = getelementptr inbounds [4 x float], ptr %18, i64 0, i64 3 store float %158, ptr %159, align 4 br label %160 160: ; preds = %153, %148, %143, %138 br label %161 161: ; preds = %160, %131 %162 = load i32, ptr %14, align 4 %163 = icmp ne i32 %162, 0 br i1 %163, label %164, label %167 164: ; preds = %161 %165 = getelementptr inbounds [4 x float], ptr %18, i64 0, i64 0 %166 = call i32 (i32, ...) @write(i32 noundef 1, ptr noundef %165, i64 noundef 16) br label %167 167: ; preds = %164, %161 store i32 0, ptr %6, align 4 br label %168 168: ; preds = %179, %167 %169 = load i32, ptr %6, align 4 %170 = icmp slt i32 %169, 4 br i1 %170, label %171, label %182 171: ; preds = %168 %172 = load i32, ptr %6, align 4 %173 = sext i32 %172 to i64 %174 = getelementptr inbounds [4 x float], ptr %13, i64 0, i64 %173 %175 = load float, ptr %174, align 4 %176 = load i32, ptr %6, align 4 %177 = sext i32 %176 to i64 %178 = getelementptr inbounds [4 x float], ptr %18, i64 0, i64 %177 store float %175, ptr %178, align 4 br label %179 179: ; preds = %171 %180 = load i32, ptr %6, align 4 %181 = add nsw i32 %180, 1 store i32 %181, ptr %6, align 4 br label %168, !llvm.loop !8 182: ; preds = %168 %183 = getelementptr inbounds [2 x float], ptr %17, i64 0, i64 1 %184 = load float, ptr %183, align 4 %185 = getelementptr inbounds [2 x float], ptr %17, i64 0, i64 0 store float %184, ptr %185, align 4 %186 = getelementptr inbounds [4 x float], ptr %13, i64 0, i64 3 %187 = load float, ptr %186, align 4 %188 = getelementptr inbounds [2 x float], ptr %17, i64 0, i64 1 store float %187, ptr %188, align 4 %189 = load i32, ptr %14, align 4 %190 = add nsw i32 %189, 1 store i32 %190, ptr %14, align 4 br label %77, !llvm.loop !9 191: ; preds = %115, %77 %192 = getelementptr inbounds [4 x float], ptr %18, i64 0, i64 0 %193 = call i32 (i32, ...) @write(i32 noundef 1, ptr noundef %192, i64 noundef 16) %194 = load float, ptr @INFINITY, align 4 store float %194, ptr %16, align 4 %195 = call i32 (i32, ...) @write(i32 noundef 1, ptr noundef %16, i64 noundef 4) %196 = load i32, ptr %9, align 4 %197 = call i32 (i32, ...) @read(i32 noundef %196, ptr noundef %15, i32 noundef 8) %198 = call i32 (i32, ...) @write(i32 noundef 1, ptr noundef %15, i32 noundef 8) %199 = load i32, ptr @stderr, align 4 %200 = load i64, ptr %15, align 8 %201 = call i32 (i32, ptr, ...) @fprintf(i32 noundef %199, ptr noundef @.str.8, i64 noundef %200) %202 = load i32, ptr %9, align 4 %203 = call i32 (i32, ...) @read(i32 noundef %202, ptr noundef %15, i32 noundef 8) %204 = call i32 (i32, ...) @write(i32 noundef 1, ptr noundef %15, i32 noundef 8) %205 = load i32, ptr @stderr, align 4 %206 = load i64, ptr %15, align 8 %207 = call i32 (i32, ptr, ...) @fprintf(i32 noundef %205, ptr noundef @.str.3, i64 noundef %206) store i32 0, ptr %3, align 4 br label %208 208: ; preds = %191, %30 %209 = load i32, ptr %3, align 4 ret i32 %209 } ; 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 @open(ptr noundef, i32 noundef) #2 declare i32 @fprintf(i32 noundef, ptr noundef, ...) #2 declare i32 @read(i32 noundef, ...) #2 declare i32 @write(i32 noundef, ...) #2 declare i64 @isinf(float noundef) #2 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { nocallback nofree nounwind willreturn memory(argmem: readwrite) } attributes #2 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"} !6 = distinct !{!6, !7} !7 = !{!"llvm.loop.mustprogress"} !8 = distinct !{!8, !7} !9 = distinct !{!9, !7}
; ModuleID = '<stdin>' source_filename = "/tmp/tmp9qed_lgt.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128" target triple = "x86_64-pc-linux-gnu" @__const.main.last = private unnamed_addr constant [2 x float] [float -5.000000e+00, float -5.000000e+00], align 4 @O_RDONLY = dso_local global i32 0, align 4 @stderr = dso_local global i32 0, align 4 @.str = private unnamed_addr constant [19 x i8] c"Could not open %s\0A\00", align 1 @.str.1 = private unnamed_addr constant [18 x i8] c"(* Version %d *)\0A\00", align 1 @.str.2 = private unnamed_addr constant [20 x i8] c"(* Start Time %lld.\00", align 1 @.str.3 = private unnamed_addr constant [9 x i8] c"%06lld)\0A\00", align 1 @.str.4 = private unnamed_addr constant [18 x i8] c"(* Rate %d Hz *)\0A\00", align 1 @.str.5 = private unnamed_addr constant [19 x i8] c"(* Channels %d *)\0A\00", align 1 @.str.6 = private unnamed_addr constant [10 x i8] c"Glitch1!\0A\00", align 1 @.str.7 = private unnamed_addr constant [10 x i8] c"Glitch2!\0A\00", align 1 @INFINITY = dso_local global float 0.000000e+00, align 4 @.str.8 = private unnamed_addr constant [19 x i8] c"(* Stop Time %lld.\00", align 1 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local i32 @main(i32 noundef %0, ptr noundef %1) #0 { %3 = alloca i32, align 4 %4 = alloca i32, align 4 %5 = alloca ptr, align 8 %6 = alloca i32, align 4 %7 = alloca i32, align 4 %8 = alloca i32, align 4 %9 = alloca i32, align 4 %10 = alloca i32, align 4 %11 = alloca i32, align 4 %12 = alloca i32, align 4 %13 = alloca [4 x float], align 16 %14 = alloca i32, align 4 %15 = alloca i64, align 8 %16 = alloca float, align 4 %17 = alloca [2 x float], align 4 %18 = alloca [4 x float], align 16 %19 = 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 %8, align 4 store i32 0, ptr %14, align 4 call void @llvm.memcpy.p0.p0.i64(ptr align 4 %17, ptr align 4 @__const.main.last, i64 8, i1 false) store i32 1, ptr %19, align 4 %20 = load i32, ptr %4, align 4 %21 = icmp sgt i32 %20, 1 br i1 %21, label %22, label %37 22: ; preds = %2 %23 = load ptr, ptr %5, align 8 %24 = getelementptr inbounds ptr, ptr %23, i64 1 %25 = load ptr, ptr %24, align 8 %26 = load i32, ptr @O_RDONLY, align 4 %27 = call i32 @open(ptr noundef %25, i32 noundef %26) store i32 %27, ptr %9, align 4 %28 = load i32, ptr %9, align 4 %29 = icmp slt i32 %28, 1 br i1 %29, label %30, label %36 30: ; preds = %22 %31 = load i32, ptr @stderr, align 4 %32 = load ptr, ptr %5, align 8 %33 = getelementptr inbounds ptr, ptr %32, i64 1 %34 = load ptr, ptr %33, align 8 %35 = call i32 (i32, ptr, ...) @fprintf(i32 noundef %31, ptr noundef @.str, ptr noundef %34) store i32 -1, ptr %3, align 4 br label %213 36: ; preds = %22 br label %38 37: ; preds = %2 store i32 0, ptr %9, align 4 br label %38 38: ; preds = %37, %36 %39 = load i32, ptr %9, align 4 %40 = call i32 (i32, ...) @read(i32 noundef %39, ptr noundef %10, i32 noundef 4) %41 = call i32 (i32, ...) @write(i32 noundef 1, ptr noundef %10, i32 noundef 4) %42 = load i32, ptr @stderr, align 4 %43 = load i32, ptr %10, align 4 %44 = call i32 (i32, ptr, ...) @fprintf(i32 noundef %42, ptr noundef @.str.1, i32 noundef %43) %45 = load i32, ptr %9, align 4 %46 = call i32 (i32, ...) @read(i32 noundef %45, ptr noundef %15, i32 noundef 8) %47 = call i32 (i32, ...) @write(i32 noundef 1, ptr noundef %15, i32 noundef 8) %48 = load i32, ptr @stderr, align 4 %49 = load i64, ptr %15, align 8 %50 = call i32 (i32, ptr, ...) @fprintf(i32 noundef %48, ptr noundef @.str.2, i64 noundef %49) %51 = load i32, ptr %9, align 4 %52 = call i32 (i32, ...) @read(i32 noundef %51, ptr noundef %15, i32 noundef 8) %53 = call i32 (i32, ...) @write(i32 noundef 1, ptr noundef %15, i32 noundef 8) %54 = load i32, ptr @stderr, align 4 %55 = load i64, ptr %15, align 8 %56 = call i32 (i32, ptr, ...) @fprintf(i32 noundef %54, ptr noundef @.str.3, i64 noundef %55) %57 = load i32, ptr %9, align 4 %58 = call i32 (i32, ...) @read(i32 noundef %57, ptr noundef %10, i32 noundef 4) %59 = call i32 (i32, ...) @write(i32 noundef 1, ptr noundef %10, i32 noundef 4) %60 = load i32, ptr %10, align 4 store i32 %60, ptr %11, align 4 %61 = load i32, ptr @stderr, align 4 %62 = load i32, ptr %11, align 4 %63 = call i32 (i32, ptr, ...) @fprintf(i32 noundef %61, ptr noundef @.str.4, i32 noundef %62) %64 = load i32, ptr %11, align 4 %65 = sdiv i32 %64, 500 store i32 %65, ptr %19, align 4 %66 = load i32, ptr %19, align 4 %67 = icmp slt i32 %66, 1 br i1 %67, label %68, label %69 68: ; preds = %38 store i32 1, ptr %19, align 4 br label %69 69: ; preds = %68, %38 %70 = load i32, ptr %9, align 4 %71 = call i32 (i32, ...) @read(i32 noundef %70, ptr noundef %10, i32 noundef 4) %72 = call i32 (i32, ...) @write(i32 noundef 1, ptr noundef %10, i32 noundef 4) %73 = load i32, ptr %10, align 4 store i32 %73, ptr %12, align 4 %74 = load i32, ptr @stderr, align 4 %75 = load i32, ptr %12, align 4 %76 = call i32 (i32, ptr, ...) @fprintf(i32 noundef %74, ptr noundef @.str.5, i32 noundef %75) %77 = load i32, ptr %8, align 4 %78 = icmp ne i32 %77, 0 %79 = xor i1 %78, true br i1 %79, label %.lr.ph4, label %.loopexit1 .lr.ph4: ; preds = %69 br label %80 80: ; preds = %.lr.ph4, %184 store i32 0, ptr %6, align 4 %81 = load i32, ptr %6, align 4 %82 = load i32, ptr %12, align 4 %83 = icmp slt i32 %81, %82 br i1 %83, label %.lr.ph, label %.loopexit .lr.ph: ; preds = %80 br label %84 84: ; preds = %.lr.ph, %107 %85 = load i32, ptr %9, align 4 %86 = load i32, ptr %6, align 4 %87 = sext i32 %86 to i64 %88 = getelementptr inbounds [4 x float], ptr %13, i64 0, i64 %87 %89 = call i32 (i32, ...) @read(i32 noundef %85, ptr noundef %88, i64 noundef 4) store i32 %89, ptr %7, align 4 %90 = load i32, ptr %7, align 4 %91 = sext i32 %90 to i64 %92 = icmp ult i64 %91, 4 br i1 %92, label %93, label %94 93: ; preds = %84 store i32 1, ptr %8, align 4 br label %113 94: ; preds = %84 %95 = load i32, ptr %6, align 4 %96 = sext i32 %95 to i64 %97 = getelementptr inbounds [4 x float], ptr %13, i64 0, i64 %96 %98 = load float, ptr %97, align 4 %99 = call i64 @isinf(float noundef %98) %100 = icmp ne i64 %99, 0 br i1 %100, label %101, label %102 101: ; preds = %94 store i32 1, ptr %8, align 4 br label %113 102: ; preds = %94 %103 = load i32, ptr %6, align 4 %104 = icmp eq i32 %103, 0 br i1 %104, label %105, label %106 105: ; preds = %102 br label %106 106: ; preds = %105, %102 br label %107 107: ; preds = %106 %108 = load i32, ptr %6, align 4 %109 = add nsw i32 %108, 1 store i32 %109, ptr %6, align 4 %110 = load i32, ptr %6, align 4 %111 = load i32, ptr %12, align 4 %112 = icmp slt i32 %110, %111 br i1 %112, label %84, label %..loopexit_crit_edge, !llvm.loop !6 ..loopexit_crit_edge: ; preds = %107 br label %.loopexit .loopexit: ; preds = %..loopexit_crit_edge, %80 br label %113 113: ; preds = %.loopexit, %101, %93 %114 = load i32, ptr %8, align 4 %115 = icmp ne i32 %114, 0 br i1 %115, label %116, label %117 116: ; preds = %113 br label %196 117: ; preds = %113 %118 = getelementptr inbounds [2 x float], ptr %17, i64 0, i64 0 %119 = load float, ptr %118, align 4 %120 = fpext float %119 to double %121 = fcmp olt double %120, 0.000000e+00 br i1 %121, label %122, label %139 122: ; preds = %117 %123 = getelementptr inbounds [2 x float], ptr %17, i64 0, i64 1 %124 = load float, ptr %123, align 4 %125 = fpext float %124 to double %126 = fcmp ogt double %125, 0.000000e+00 br i1 %126, label %127, label %139 127: ; preds = %122 %128 = getelementptr inbounds [4 x float], ptr %13, i64 0, i64 3 %129 = load float, ptr %128, align 4 %130 = fpext float %129 to double %131 = fcmp olt double %130, 0.000000e+00 br i1 %131, label %132, label %139 132: ; preds = %127 %133 = load i32, ptr @stderr, align 4 %134 = call i32 (i32, ptr, ...) @fprintf(i32 noundef %133, ptr noundef @.str.6) %135 = getelementptr inbounds [4 x float], ptr %18, i64 0, i64 3 %136 = load float, ptr %135, align 4 %137 = fneg float %136 %138 = getelementptr inbounds [4 x float], ptr %18, i64 0, i64 3 store float %137, ptr %138, align 4 br label %162 139: ; preds = %127, %122, %117 %140 = getelementptr inbounds [2 x float], ptr %17, i64 0, i64 0 %141 = load float, ptr %140, align 4 %142 = fpext float %141 to double %143 = fcmp ogt double %142, 0.000000e+00 br i1 %143, label %144, label %161 144: ; preds = %139 %145 = getelementptr inbounds [2 x float], ptr %17, i64 0, i64 1 %146 = load float, ptr %145, align 4 %147 = fpext float %146 to double %148 = fcmp olt double %147, 0.000000e+00 br i1 %148, label %149, label %161 149: ; preds = %144 %150 = getelementptr inbounds [4 x float], ptr %13, i64 0, i64 3 %151 = load float, ptr %150, align 4 %152 = fpext float %151 to double %153 = fcmp ogt double %152, 0.000000e+00 br i1 %153, label %154, label %161 154: ; preds = %149 %155 = load i32, ptr @stderr, align 4 %156 = call i32 (i32, ptr, ...) @fprintf(i32 noundef %155, ptr noundef @.str.7) %157 = getelementptr inbounds [4 x float], ptr %18, i64 0, i64 3 %158 = load float, ptr %157, align 4 %159 = fneg float %158 %160 = getelementptr inbounds [4 x float], ptr %18, i64 0, i64 3 store float %159, ptr %160, align 4 br label %161 161: ; preds = %154, %149, %144, %139 br label %162 162: ; preds = %161, %132 %163 = load i32, ptr %14, align 4 %164 = icmp ne i32 %163, 0 br i1 %164, label %165, label %168 165: ; preds = %162 %166 = getelementptr inbounds [4 x float], ptr %18, i64 0, i64 0 %167 = call i32 (i32, ...) @write(i32 noundef 1, ptr noundef %166, i64 noundef 16) br label %168 168: ; preds = %165, %162 store i32 0, ptr %6, align 4 %169 = load i32, ptr %6, align 4 %170 = icmp slt i32 %169, 4 br i1 %170, label %.lr.ph2, label %184 .lr.ph2: ; preds = %168 br label %171 171: ; preds = %.lr.ph2, %179 %172 = load i32, ptr %6, align 4 %173 = sext i32 %172 to i64 %174 = getelementptr inbounds [4 x float], ptr %13, i64 0, i64 %173 %175 = load float, ptr %174, align 4 %176 = load i32, ptr %6, align 4 %177 = sext i32 %176 to i64 %178 = getelementptr inbounds [4 x float], ptr %18, i64 0, i64 %177 store float %175, ptr %178, align 4 br label %179 179: ; preds = %171 %180 = load i32, ptr %6, align 4 %181 = add nsw i32 %180, 1 store i32 %181, ptr %6, align 4 %182 = load i32, ptr %6, align 4 %183 = icmp slt i32 %182, 4 br i1 %183, label %171, label %._crit_edge, !llvm.loop !8 ._crit_edge: ; preds = %179 br label %184 184: ; preds = %._crit_edge, %168 %185 = getelementptr inbounds [2 x float], ptr %17, i64 0, i64 1 %186 = load float, ptr %185, align 4 %187 = getelementptr inbounds [2 x float], ptr %17, i64 0, i64 0 store float %186, ptr %187, align 4 %188 = getelementptr inbounds [4 x float], ptr %13, i64 0, i64 3 %189 = load float, ptr %188, align 4 %190 = getelementptr inbounds [2 x float], ptr %17, i64 0, i64 1 store float %189, ptr %190, align 4 %191 = load i32, ptr %14, align 4 %192 = add nsw i32 %191, 1 store i32 %192, ptr %14, align 4 %193 = load i32, ptr %8, align 4 %194 = icmp ne i32 %193, 0 %195 = xor i1 %194, true br i1 %195, label %80, label %..loopexit1_crit_edge, !llvm.loop !9 ..loopexit1_crit_edge: ; preds = %184 br label %.loopexit1 .loopexit1: ; preds = %..loopexit1_crit_edge, %69 br label %196 196: ; preds = %.loopexit1, %116 %197 = getelementptr inbounds [4 x float], ptr %18, i64 0, i64 0 %198 = call i32 (i32, ...) @write(i32 noundef 1, ptr noundef %197, i64 noundef 16) %199 = load float, ptr @INFINITY, align 4 store float %199, ptr %16, align 4 %200 = call i32 (i32, ...) @write(i32 noundef 1, ptr noundef %16, i64 noundef 4) %201 = load i32, ptr %9, align 4 %202 = call i32 (i32, ...) @read(i32 noundef %201, ptr noundef %15, i32 noundef 8) %203 = call i32 (i32, ...) @write(i32 noundef 1, ptr noundef %15, i32 noundef 8) %204 = load i32, ptr @stderr, align 4 %205 = load i64, ptr %15, align 8 %206 = call i32 (i32, ptr, ...) @fprintf(i32 noundef %204, ptr noundef @.str.8, i64 noundef %205) %207 = load i32, ptr %9, align 4 %208 = call i32 (i32, ...) @read(i32 noundef %207, ptr noundef %15, i32 noundef 8) %209 = call i32 (i32, ...) @write(i32 noundef 1, ptr noundef %15, i32 noundef 8) %210 = load i32, ptr @stderr, align 4 %211 = load i64, ptr %15, align 8 %212 = call i32 (i32, ptr, ...) @fprintf(i32 noundef %210, ptr noundef @.str.3, i64 noundef %211) store i32 0, ptr %3, align 4 br label %213 213: ; preds = %196, %30 %214 = load i32, ptr %3, align 4 ret i32 %214 } ; 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 @open(ptr noundef, i32 noundef) #2 declare i32 @fprintf(i32 noundef, ptr noundef, ...) #2 declare i32 @read(i32 noundef, ...) #2 declare i32 @write(i32 noundef, ...) #2 declare i64 @isinf(float noundef) #2 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { nocallback nofree nounwind willreturn memory(argmem: readwrite) } attributes #2 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"} !6 = distinct !{!6, !7} !7 = !{!"llvm.loop.mustprogress"} !8 = distinct !{!8, !7} !9 = distinct !{!9, !7}
; ModuleID = '/tmp/tmpbt2b0uws.c' source_filename = "/tmp/tmpbt2b0uws.c" target datalayout = "e-m:e-p270: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/tmpbt2b0uws.c" target datalayout = "e-m:e-p270: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/tmphls1b9rb.c' source_filename = "/tmp/tmphls1b9rb.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128" target triple = "x86_64-pc-linux-gnu" @.str = private unnamed_addr constant [4 x i8] c"%s\0A\00", align 1 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local i32 @main(i32 noundef %0, ptr noundef %1) #0 { %3 = alloca i32, align 4 %4 = alloca i32, align 4 %5 = alloca ptr, align 8 %6 = alloca [500 x i8], align 16 store i32 0, ptr %3, align 4 store i32 %0, ptr %4, align 4 store ptr %1, ptr %5, align 8 %7 = getelementptr inbounds [500 x i8], ptr %6, i64 0, i64 0 %8 = load ptr, ptr %5, align 8 %9 = getelementptr inbounds ptr, ptr %8, i64 1 %10 = load ptr, ptr %9, align 8 %11 = call i32 @strcpy(ptr noundef %7, ptr noundef %10) %12 = getelementptr inbounds [500 x i8], ptr %6, i64 0, i64 0 %13 = call i32 @printf(ptr noundef @.str, ptr noundef %12) ret i32 0 } declare i32 @strcpy(ptr noundef, ptr noundef) #1 declare i32 @printf(ptr noundef, ptr noundef) #1 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '<stdin>' source_filename = "/tmp/tmphls1b9rb.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128" target triple = "x86_64-pc-linux-gnu" @.str = private unnamed_addr constant [4 x i8] c"%s\0A\00", align 1 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local i32 @main(i32 noundef %0, ptr noundef %1) #0 { %3 = alloca i32, align 4 %4 = alloca i32, align 4 %5 = alloca ptr, align 8 %6 = alloca [500 x i8], align 16 store i32 0, ptr %3, align 4 store i32 %0, ptr %4, align 4 store ptr %1, ptr %5, align 8 %7 = getelementptr inbounds [500 x i8], ptr %6, i64 0, i64 0 %8 = load ptr, ptr %5, align 8 %9 = getelementptr inbounds ptr, ptr %8, i64 1 %10 = load ptr, ptr %9, align 8 %11 = call i32 @strcpy(ptr noundef %7, ptr noundef %10) %12 = getelementptr inbounds [500 x i8], ptr %6, i64 0, i64 0 %13 = call i32 @printf(ptr noundef @.str, ptr noundef %12) ret i32 0 } declare i32 @strcpy(ptr noundef, ptr noundef) #1 declare i32 @printf(ptr noundef, ptr noundef) #1 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '/tmp/tmpvayxyn61.c' source_filename = "/tmp/tmpvayxyn61.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128" target triple = "x86_64-pc-linux-gnu" @.str = private unnamed_addr constant [14 x i8] c"**ERROR: %d\0D\0A\00", align 1 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local i32 @printf_1(i32 noundef %0) #0 { %2 = alloca i32, align 4 store i32 %0, ptr %2, align 4 %3 = load i32, ptr %2, align 4 %4 = call i32 @printf(ptr noundef @.str, i32 noundef %3) ret i32 0 } declare i32 @printf(ptr noundef, i32 noundef) #1 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '<stdin>' source_filename = "/tmp/tmpvayxyn61.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128" target triple = "x86_64-pc-linux-gnu" @.str = private unnamed_addr constant [14 x i8] c"**ERROR: %d\0D\0A\00", align 1 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local i32 @printf_1(i32 noundef %0) #0 { %2 = alloca i32, align 4 store i32 %0, ptr %2, align 4 %3 = load i32, ptr %2, align 4 %4 = call i32 @printf(ptr noundef @.str, i32 noundef %3) ret i32 0 } declare i32 @printf(ptr noundef, i32 noundef) #1 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '/tmp/tmpc0spb79g.c' source_filename = "/tmp/tmpc0spb79g.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128" target triple = "x86_64-pc-linux-gnu" @.str = private unnamed_addr constant [14 x i8] c"NULL pointer!\00", align 1 @.str.1 = private unnamed_addr constant [14 x i8] c"Empty string!\00", align 1 @.str.2 = private unnamed_addr constant [2 x i8] c";\00", align 1 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local void @selfn_monitor_pids(ptr noundef %0) #0 { %2 = alloca ptr, align 8 %3 = alloca ptr, align 8 %4 = alloca ptr, align 8 %5 = alloca ptr, align 8 %6 = alloca ptr, align 8 store ptr %0, ptr %2, align 8 store ptr null, ptr %3, align 8 store ptr null, ptr %4, align 8 store ptr null, ptr %5, align 8 %7 = load ptr, ptr %2, align 8 %8 = icmp eq ptr %7, null br i1 %8, label %9, label %12 9: ; preds = %1 %10 = load ptr, ptr %2, align 8 %11 = call i32 @parse_error(ptr noundef %10, ptr noundef @.str) br label %12 12: ; preds = %9, %1 %13 = load ptr, ptr %2, align 8 %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 %20 17: ; preds = %12 %18 = load ptr, ptr %2, align 8 %19 = call i32 @parse_error(ptr noundef %18, ptr noundef @.str.1) br label %20 20: ; preds = %17, %12 %21 = load ptr, ptr %2, align 8 %22 = call i32 @selfn_strdup(ptr noundef %3, ptr noundef %21) %23 = load ptr, ptr %3, align 8 store ptr %23, ptr %4, align 8 br label %24 24: ; preds = %33, %20 store ptr null, ptr %6, align 8 %25 = load ptr, ptr %4, align 8 %26 = call ptr @strtok_r(ptr noundef %25, ptr noundef @.str.2, ptr noundef %5) store ptr %26, ptr %6, align 8 %27 = load ptr, ptr %6, align 8 %28 = icmp eq ptr %27, null br i1 %28, label %29, label %30 29: ; preds = %24 br label %34 30: ; preds = %24 %31 = load ptr, ptr %6, align 8 %32 = call i32 @parse_monitor_pids(ptr noundef %31) br label %33 33: ; preds = %30 store ptr null, ptr %4, align 8 br label %24 34: ; preds = %29 %35 = load ptr, ptr %3, align 8 %36 = call i32 @free(ptr noundef %35) ret void } declare i32 @parse_error(ptr noundef, ptr noundef) #1 declare i32 @selfn_strdup(ptr noundef, ptr noundef) #1 declare ptr @strtok_r(ptr noundef, ptr noundef, ptr noundef) #1 declare i32 @parse_monitor_pids(ptr noundef) #1 declare i32 @free(ptr noundef) #1 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '<stdin>' source_filename = "/tmp/tmpc0spb79g.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128" target triple = "x86_64-pc-linux-gnu" @.str = private unnamed_addr constant [14 x i8] c"NULL pointer!\00", align 1 @.str.1 = private unnamed_addr constant [14 x i8] c"Empty string!\00", align 1 @.str.2 = private unnamed_addr constant [2 x i8] c";\00", align 1 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local void @selfn_monitor_pids(ptr noundef %0) #0 { %2 = alloca ptr, align 8 %3 = alloca ptr, align 8 %4 = alloca ptr, align 8 %5 = alloca ptr, align 8 %6 = alloca ptr, align 8 store ptr %0, ptr %2, align 8 store ptr null, ptr %3, align 8 store ptr null, ptr %4, align 8 store ptr null, ptr %5, align 8 %7 = load ptr, ptr %2, align 8 %8 = icmp eq ptr %7, null br i1 %8, label %9, label %12 9: ; preds = %1 %10 = load ptr, ptr %2, align 8 %11 = call i32 @parse_error(ptr noundef %10, ptr noundef @.str) br label %12 12: ; preds = %9, %1 %13 = load ptr, ptr %2, align 8 %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 %20 17: ; preds = %12 %18 = load ptr, ptr %2, align 8 %19 = call i32 @parse_error(ptr noundef %18, ptr noundef @.str.1) br label %20 20: ; preds = %17, %12 %21 = load ptr, ptr %2, align 8 %22 = call i32 @selfn_strdup(ptr noundef %3, ptr noundef %21) %23 = load ptr, ptr %3, align 8 store ptr %23, ptr %4, align 8 store ptr null, ptr %6, align 8 %24 = load ptr, ptr %4, align 8 %25 = call ptr @strtok_r(ptr noundef %24, ptr noundef @.str.2, ptr noundef %5) store ptr %25, ptr %6, align 8 %26 = load ptr, ptr %6, align 8 %27 = icmp eq ptr %26, null br i1 %27, label %28, label %.lr.ph .lr.ph: ; preds = %20 br label %29 ._crit_edge: ; preds = %32 br label %28 28: ; preds = %._crit_edge, %20 br label %37 29: ; preds = %.lr.ph, %32 %30 = load ptr, ptr %6, align 8 %31 = call i32 @parse_monitor_pids(ptr noundef %30) br label %32 32: ; preds = %29 store ptr null, ptr %4, align 8 store ptr null, ptr %6, align 8 %33 = load ptr, ptr %4, align 8 %34 = call ptr @strtok_r(ptr noundef %33, ptr noundef @.str.2, ptr noundef %5) store ptr %34, ptr %6, align 8 %35 = load ptr, ptr %6, align 8 %36 = icmp eq ptr %35, null br i1 %36, label %._crit_edge, label %29 37: ; preds = %28 %38 = load ptr, ptr %3, align 8 %39 = call i32 @free(ptr noundef %38) ret void } declare i32 @parse_error(ptr noundef, ptr noundef) #1 declare i32 @selfn_strdup(ptr noundef, ptr noundef) #1 declare ptr @strtok_r(ptr noundef, ptr noundef, ptr noundef) #1 declare i32 @parse_monitor_pids(ptr noundef) #1 declare i32 @free(ptr noundef) #1 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '/tmp/tmpy43e0r2f.c' source_filename = "/tmp/tmpy43e0r2f.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @sd_bus_get_current_userdata(ptr noundef %0) #0 { %2 = alloca ptr, align 8 store ptr %0, ptr %2, align 8 ret ptr null } attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '<stdin>' source_filename = "/tmp/tmpy43e0r2f.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @sd_bus_get_current_userdata(ptr noundef %0) #0 { %2 = alloca ptr, align 8 store ptr %0, ptr %2, align 8 ret ptr null } attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '/tmp/tmp6pq1jrew.c' source_filename = "/tmp/tmp6pq1jrew.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128" target triple = "x86_64-pc-linux-gnu" @.str = private unnamed_addr constant [6 x i8] c"done\0A\00", align 1 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local i32 @main() #0 { %1 = call i32 (...) @gone() %2 = call i32 @printf(ptr noundef @.str) ret i32 0 } declare i32 @gone(...) #1 declare i32 @printf(ptr noundef) #1 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '<stdin>' source_filename = "/tmp/tmp6pq1jrew.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128" target triple = "x86_64-pc-linux-gnu" @.str = private unnamed_addr constant [6 x i8] c"done\0A\00", align 1 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local i32 @main() #0 { %1 = call i32 (...) @gone() %2 = call i32 @printf(ptr noundef @.str) ret i32 0 } declare i32 @gone(...) #1 declare i32 @printf(ptr noundef) #1 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '/tmp/tmpvo4k5zl9.c' source_filename = "/tmp/tmpvo4k5zl9.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128" target triple = "x86_64-pc-linux-gnu" ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local i64 @syscnt(i32 noundef %0, i32 noundef %1, ptr noundef %2) #0 { %4 = alloca i32, align 4 %5 = alloca i32, align 4 %6 = alloca ptr, align 8 store i32 %0, ptr %4, align 4 store i32 %1, ptr %5, align 4 store ptr %2, ptr %6, align 8 %7 = load i32, ptr %4, align 4 %8 = load i32, ptr %5, align 4 %9 = load ptr, ptr %6, align 8 %10 = call i64 @syscall(i32 noundef 323, i32 noundef %7, i32 noundef %8, ptr noundef %9) ret i64 %10 } declare i64 @syscall(i32 noundef, i32 noundef, i32 noundef, ptr noundef) #1 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '<stdin>' source_filename = "/tmp/tmpvo4k5zl9.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128" target triple = "x86_64-pc-linux-gnu" ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local i64 @syscnt(i32 noundef %0, i32 noundef %1, ptr noundef %2) #0 { %4 = alloca i32, align 4 %5 = alloca i32, align 4 %6 = alloca ptr, align 8 store i32 %0, ptr %4, align 4 store i32 %1, ptr %5, align 4 store ptr %2, ptr %6, align 8 %7 = load i32, ptr %4, align 4 %8 = load i32, ptr %5, align 4 %9 = load ptr, ptr %6, align 8 %10 = call i64 @syscall(i32 noundef 323, i32 noundef %7, i32 noundef %8, ptr noundef %9) ret i64 %10 } declare i64 @syscall(i32 noundef, i32 noundef, i32 noundef, ptr noundef) #1 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '/tmp/tmph72563pg.c' source_filename = "/tmp/tmph72563pg.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @maxSubArray(ptr noundef %0, i32 noundef %1) #0 { %3 = alloca ptr, align 8 %4 = alloca i32, align 4 %5 = alloca ptr, align 8 %6 = alloca i32, align 4 %7 = alloca i32, align 4 store ptr %0, ptr %3, align 8 store i32 %1, ptr %4, align 4 %8 = load i32, ptr %4, align 4 %9 = sext i32 %8 to i64 %10 = mul i64 4, %9 %11 = trunc i64 %10 to i32 %12 = call ptr @malloc(i32 noundef %11) store ptr %12, ptr %5, align 8 %13 = load ptr, ptr %3, align 8 %14 = getelementptr inbounds i32, ptr %13, i64 0 %15 = load i32, ptr %14, align 4 %16 = load ptr, ptr %5, align 8 %17 = getelementptr inbounds i32, ptr %16, i64 0 store i32 %15, ptr %17, align 4 %18 = load ptr, ptr %5, align 8 %19 = getelementptr inbounds i32, ptr %18, i64 0 %20 = load i32, ptr %19, align 4 store i32 %20, ptr %6, align 4 store i32 1, ptr %7, align 4 br label %21 21: ; preds = %60, %2 %22 = load i32, ptr %7, align 4 %23 = load i32, ptr %4, align 4 %24 = icmp slt i32 %22, %23 br i1 %24, label %25, label %63 25: ; preds = %21 %26 = load ptr, ptr %3, align 8 %27 = load i32, ptr %7, align 4 %28 = sext i32 %27 to i64 %29 = getelementptr inbounds i32, ptr %26, i64 %28 %30 = load i32, ptr %29, align 4 %31 = load ptr, ptr %5, align 8 %32 = load i32, ptr %7, align 4 %33 = sub nsw i32 %32, 1 %34 = sext i32 %33 to i64 %35 = getelementptr inbounds i32, ptr %31, i64 %34 %36 = load i32, ptr %35, align 4 %37 = icmp slt i32 0, %36 br i1 %37, label %38, label %45 38: ; preds = %25 %39 = load ptr, ptr %5, align 8 %40 = load i32, ptr %7, align 4 %41 = sub nsw i32 %40, 1 %42 = sext i32 %41 to i64 %43 = getelementptr inbounds i32, ptr %39, i64 %42 %44 = load i32, ptr %43, align 4 br label %46 45: ; preds = %25 br label %46 46: ; preds = %45, %38 %47 = phi i32 [ %44, %38 ], [ 0, %45 ] %48 = add nsw i32 %30, %47 %49 = load ptr, ptr %5, align 8 %50 = load i32, ptr %7, align 4 %51 = sext i32 %50 to i64 %52 = getelementptr inbounds i32, ptr %49, i64 %51 store i32 %48, ptr %52, align 4 %53 = load i32, ptr %6, align 4 %54 = load ptr, ptr %5, align 8 %55 = load i32, ptr %7, align 4 %56 = sext i32 %55 to i64 %57 = getelementptr inbounds i32, ptr %54, i64 %56 %58 = load i32, ptr %57, align 4 %59 = call i32 @maxN(i32 noundef %53, i32 noundef %58) store i32 %59, ptr %6, align 4 br label %60 60: ; preds = %46 %61 = load i32, ptr %7, align 4 %62 = add nsw i32 %61, 1 store i32 %62, ptr %7, align 4 br label %21, !llvm.loop !6 63: ; preds = %21 %64 = load i32, ptr %6, align 4 ret i32 %64 } declare ptr @malloc(i32 noundef) #1 declare i32 @maxN(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/tmph72563pg.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @maxSubArray(ptr noundef %0, i32 noundef %1) #0 { %3 = alloca ptr, align 8 %4 = alloca i32, align 4 %5 = alloca ptr, align 8 %6 = alloca i32, align 4 %7 = alloca i32, align 4 store ptr %0, ptr %3, align 8 store i32 %1, ptr %4, align 4 %8 = load i32, ptr %4, align 4 %9 = sext i32 %8 to i64 %10 = mul i64 4, %9 %11 = trunc i64 %10 to i32 %12 = call ptr @malloc(i32 noundef %11) store ptr %12, ptr %5, align 8 %13 = load ptr, ptr %3, align 8 %14 = getelementptr inbounds i32, ptr %13, i64 0 %15 = load i32, ptr %14, align 4 %16 = load ptr, ptr %5, align 8 %17 = getelementptr inbounds i32, ptr %16, i64 0 store i32 %15, ptr %17, align 4 %18 = load ptr, ptr %5, align 8 %19 = getelementptr inbounds i32, ptr %18, i64 0 %20 = load i32, ptr %19, align 4 store i32 %20, ptr %6, align 4 store i32 1, ptr %7, align 4 %21 = load i32, ptr %7, align 4 %22 = load i32, ptr %4, align 4 %23 = icmp slt i32 %21, %22 br i1 %23, label %.lr.ph, label %65 .lr.ph: ; preds = %2 br label %24 24: ; preds = %.lr.ph, %59 %25 = load ptr, ptr %3, align 8 %26 = load i32, ptr %7, align 4 %27 = sext i32 %26 to i64 %28 = getelementptr inbounds i32, ptr %25, i64 %27 %29 = load i32, ptr %28, align 4 %30 = load ptr, ptr %5, align 8 %31 = load i32, ptr %7, align 4 %32 = sub nsw i32 %31, 1 %33 = sext i32 %32 to i64 %34 = getelementptr inbounds i32, ptr %30, i64 %33 %35 = load i32, ptr %34, align 4 %36 = icmp slt i32 0, %35 br i1 %36, label %37, label %44 37: ; preds = %24 %38 = load ptr, ptr %5, align 8 %39 = load i32, ptr %7, align 4 %40 = sub nsw i32 %39, 1 %41 = sext i32 %40 to i64 %42 = getelementptr inbounds i32, ptr %38, i64 %41 %43 = load i32, ptr %42, align 4 br label %45 44: ; preds = %24 br label %45 45: ; preds = %44, %37 %46 = phi i32 [ %43, %37 ], [ 0, %44 ] %47 = add nsw i32 %29, %46 %48 = load ptr, ptr %5, align 8 %49 = load i32, ptr %7, align 4 %50 = sext i32 %49 to i64 %51 = getelementptr inbounds i32, ptr %48, i64 %50 store i32 %47, ptr %51, align 4 %52 = load i32, ptr %6, align 4 %53 = load ptr, ptr %5, align 8 %54 = load i32, ptr %7, align 4 %55 = sext i32 %54 to i64 %56 = getelementptr inbounds i32, ptr %53, i64 %55 %57 = load i32, ptr %56, align 4 %58 = call i32 @maxN(i32 noundef %52, i32 noundef %57) store i32 %58, ptr %6, align 4 br label %59 59: ; preds = %45 %60 = load i32, ptr %7, align 4 %61 = add nsw i32 %60, 1 store i32 %61, ptr %7, align 4 %62 = load i32, ptr %7, align 4 %63 = load i32, ptr %4, align 4 %64 = icmp slt i32 %62, %63 br i1 %64, label %24, label %._crit_edge, !llvm.loop !6 ._crit_edge: ; preds = %59 br label %65 65: ; preds = %._crit_edge, %2 %66 = load i32, ptr %6, align 4 ret i32 %66 } declare ptr @malloc(i32 noundef) #1 declare i32 @maxN(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/tmp33zwbm66.c' source_filename = "/tmp/tmp33zwbm66.c" target datalayout = "e-m:e-p270: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/tmp33zwbm66.c" target datalayout = "e-m:e-p270: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/tmp4ivo7jgl.c' source_filename = "/tmp/tmp4ivo7jgl.c" target datalayout = "e-m:e-p270: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/tmp4ivo7jgl.c" target datalayout = "e-m:e-p270: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/tmp04w30llc.c' source_filename = "/tmp/tmp04w30llc.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @MakeKey(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 = call zeroext i8 @Get7Bits(ptr noundef %5, i32 noundef 0) %7 = load ptr, ptr %4, align 8 %8 = getelementptr inbounds i8, ptr %7, i64 0 store i8 %6, ptr %8, align 1 %9 = load ptr, ptr %3, align 8 %10 = call zeroext i8 @Get7Bits(ptr noundef %9, i32 noundef 7) %11 = load ptr, ptr %4, align 8 %12 = getelementptr inbounds i8, ptr %11, i64 1 store i8 %10, ptr %12, align 1 %13 = load ptr, ptr %3, align 8 %14 = call zeroext i8 @Get7Bits(ptr noundef %13, i32 noundef 14) %15 = load ptr, ptr %4, align 8 %16 = getelementptr inbounds i8, ptr %15, i64 2 store i8 %14, ptr %16, align 1 %17 = load ptr, ptr %3, align 8 %18 = call zeroext i8 @Get7Bits(ptr noundef %17, i32 noundef 21) %19 = load ptr, ptr %4, align 8 %20 = getelementptr inbounds i8, ptr %19, i64 3 store i8 %18, ptr %20, align 1 %21 = load ptr, ptr %3, align 8 %22 = call zeroext i8 @Get7Bits(ptr noundef %21, i32 noundef 28) %23 = load ptr, ptr %4, align 8 %24 = getelementptr inbounds i8, ptr %23, i64 4 store i8 %22, ptr %24, align 1 %25 = load ptr, ptr %3, align 8 %26 = call zeroext i8 @Get7Bits(ptr noundef %25, i32 noundef 35) %27 = load ptr, ptr %4, align 8 %28 = getelementptr inbounds i8, ptr %27, i64 5 store i8 %26, ptr %28, align 1 %29 = load ptr, ptr %3, align 8 %30 = call zeroext i8 @Get7Bits(ptr noundef %29, i32 noundef 42) %31 = load ptr, ptr %4, align 8 %32 = getelementptr inbounds i8, ptr %31, i64 6 store i8 %30, ptr %32, align 1 %33 = load ptr, ptr %3, align 8 %34 = call zeroext i8 @Get7Bits(ptr noundef %33, i32 noundef 49) %35 = load ptr, ptr %4, align 8 %36 = getelementptr inbounds i8, ptr %35, i64 7 store i8 %34, ptr %36, align 1 ret void } declare zeroext i8 @Get7Bits(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/tmp04w30llc.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @MakeKey(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 = call zeroext i8 @Get7Bits(ptr noundef %5, i32 noundef 0) %7 = load ptr, ptr %4, align 8 %8 = getelementptr inbounds i8, ptr %7, i64 0 store i8 %6, ptr %8, align 1 %9 = load ptr, ptr %3, align 8 %10 = call zeroext i8 @Get7Bits(ptr noundef %9, i32 noundef 7) %11 = load ptr, ptr %4, align 8 %12 = getelementptr inbounds i8, ptr %11, i64 1 store i8 %10, ptr %12, align 1 %13 = load ptr, ptr %3, align 8 %14 = call zeroext i8 @Get7Bits(ptr noundef %13, i32 noundef 14) %15 = load ptr, ptr %4, align 8 %16 = getelementptr inbounds i8, ptr %15, i64 2 store i8 %14, ptr %16, align 1 %17 = load ptr, ptr %3, align 8 %18 = call zeroext i8 @Get7Bits(ptr noundef %17, i32 noundef 21) %19 = load ptr, ptr %4, align 8 %20 = getelementptr inbounds i8, ptr %19, i64 3 store i8 %18, ptr %20, align 1 %21 = load ptr, ptr %3, align 8 %22 = call zeroext i8 @Get7Bits(ptr noundef %21, i32 noundef 28) %23 = load ptr, ptr %4, align 8 %24 = getelementptr inbounds i8, ptr %23, i64 4 store i8 %22, ptr %24, align 1 %25 = load ptr, ptr %3, align 8 %26 = call zeroext i8 @Get7Bits(ptr noundef %25, i32 noundef 35) %27 = load ptr, ptr %4, align 8 %28 = getelementptr inbounds i8, ptr %27, i64 5 store i8 %26, ptr %28, align 1 %29 = load ptr, ptr %3, align 8 %30 = call zeroext i8 @Get7Bits(ptr noundef %29, i32 noundef 42) %31 = load ptr, ptr %4, align 8 %32 = getelementptr inbounds i8, ptr %31, i64 6 store i8 %30, ptr %32, align 1 %33 = load ptr, ptr %3, align 8 %34 = call zeroext i8 @Get7Bits(ptr noundef %33, i32 noundef 49) %35 = load ptr, ptr %4, align 8 %36 = getelementptr inbounds i8, ptr %35, i64 7 store i8 %34, ptr %36, align 1 ret void } declare zeroext i8 @Get7Bits(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/tmp8d6dv0n1.c' source_filename = "/tmp/tmp8d6dv0n1.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @gint2_nai_pF_cD(ptr noundef %0, double noundef %1, ptr noundef %2, double noundef %3, ptr noundef %4, ptr noundef %5) #0 { %7 = alloca ptr, align 8 %8 = alloca double, align 8 %9 = alloca ptr, align 8 %10 = alloca double, align 8 %11 = alloca ptr, align 8 %12 = alloca ptr, 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 store ptr %0, ptr %7, align 8 store double %1, ptr %8, align 8 store ptr %2, ptr %9, align 8 store double %3, ptr %10, align 8 store ptr %4, ptr %11, align 8 store ptr %5, ptr %12, align 8 %22 = load ptr, ptr %7, align 8 %23 = load double, ptr %8, align 8 %24 = load ptr, ptr %9, align 8 %25 = load double, ptr %10, align 8 %26 = load ptr, ptr %11, align 8 %27 = load ptr, ptr %12, align 8 %28 = call i32 @gint2_nai_cF_cD(ptr noundef %22, double noundef %23, ptr noundef %24, double noundef %25, ptr noundef %26, ptr noundef %27) %29 = load ptr, ptr %12, align 8 %30 = getelementptr inbounds double, ptr %29, i64 30 %31 = load double, ptr %30, align 8 %32 = load ptr, ptr %12, align 8 %33 = getelementptr inbounds double, ptr %32, i64 18 %34 = load double, ptr %33, align 8 %35 = fmul double 0x3FD186F174F88471, %34 %36 = fneg double %35 %37 = call double @llvm.fmuladd.f64(double 0x3FF186F174F88468, double %31, double %36) %38 = load ptr, ptr %12, align 8 %39 = getelementptr inbounds double, ptr %38, i64 0 %40 = load double, ptr %39, align 8 %41 = call double @llvm.fmuladd.f64(double 0xBFE3988E1409212A, double %40, double %37) store double %41, ptr %13, align 8 %42 = load ptr, ptr %12, align 8 %43 = getelementptr inbounds double, ptr %42, i64 54 %44 = load double, ptr %43, align 8 %45 = load ptr, ptr %12, align 8 %46 = getelementptr inbounds double, ptr %45, i64 12 %47 = load double, ptr %46, align 8 %48 = call double @llvm.fmuladd.f64(double 0xBFE5775C544FF264, double %47, double %44) %49 = load ptr, ptr %12, align 8 %50 = getelementptr inbounds double, ptr %49, i64 42 %51 = load double, ptr %50, align 8 %52 = call double @llvm.fmuladd.f64(double 0xBFE5775C544FF264, double %51, double %48) store double %52, ptr %14, align 8 %53 = load ptr, ptr %12, align 8 %54 = getelementptr inbounds double, ptr %53, i64 12 %55 = load double, ptr %54, align 8 %56 = load ptr, ptr %12, align 8 %57 = getelementptr inbounds double, ptr %56, i64 42 %58 = load double, ptr %57, align 8 %59 = fmul double 0x3FEBB67AE8584CAE, %58 %60 = fneg double %59 %61 = call double @llvm.fmuladd.f64(double 0x3FEBB67AE8584CAE, double %55, double %60) store double %61, ptr %15, align 8 %62 = load ptr, ptr %12, align 8 %63 = getelementptr inbounds double, ptr %62, i64 48 %64 = load double, ptr %63, align 8 %65 = load ptr, ptr %12, align 8 %66 = getelementptr inbounds double, ptr %65, i64 6 %67 = load double, ptr %66, align 8 %68 = fmul double 0x3FD186F174F88471, %67 %69 = fneg double %68 %70 = call double @llvm.fmuladd.f64(double 0x3FF186F174F88468, double %64, double %69) %71 = load ptr, ptr %12, align 8 %72 = getelementptr inbounds double, ptr %71, i64 36 %73 = load double, ptr %72, align 8 %74 = call double @llvm.fmuladd.f64(double 0xBFE3988E1409212A, double %73, double %70) %75 = load ptr, ptr %12, align 8 %76 = getelementptr inbounds double, ptr %75, i64 12 store double %74, ptr %76, align 8 %77 = load ptr, ptr %12, align 8 %78 = getelementptr inbounds double, ptr %77, i64 32 %79 = load double, ptr %78, align 8 %80 = load ptr, ptr %12, align 8 %81 = getelementptr inbounds double, ptr %80, i64 20 %82 = load double, ptr %81, align 8 %83 = fmul double 0x3FD186F174F88471, %82 %84 = fneg double %83 %85 = call double @llvm.fmuladd.f64(double 0x3FF186F174F88468, double %79, double %84) %86 = load ptr, ptr %12, align 8 %87 = getelementptr inbounds double, ptr %86, i64 2 %88 = load double, ptr %87, align 8 %89 = call double @llvm.fmuladd.f64(double 0xBFE3988E1409212A, double %88, double %85) store double %89, ptr %16, align 8 %90 = load ptr, ptr %12, align 8 %91 = getelementptr inbounds double, ptr %90, i64 14 %92 = load double, ptr %91, align 8 %93 = load ptr, ptr %12, align 8 %94 = getelementptr inbounds double, ptr %93, i64 44 %95 = load double, ptr %94, align 8 %96 = fmul double 0x3FEBB67AE8584CAE, %95 %97 = fneg double %96 %98 = call double @llvm.fmuladd.f64(double 0x3FEBB67AE8584CAE, double %92, double %97) store double %98, ptr %17, align 8 %99 = load ptr, ptr %12, align 8 %100 = getelementptr inbounds double, ptr %99, i64 56 %101 = load double, ptr %100, align 8 %102 = load ptr, ptr %12, align 8 %103 = getelementptr inbounds double, ptr %102, i64 14 %104 = load double, ptr %103, align 8 %105 = call double @llvm.fmuladd.f64(double 0xBFE5775C544FF264, double %104, double %101) %106 = load ptr, ptr %12, align 8 %107 = getelementptr inbounds double, ptr %106, i64 44 %108 = load double, ptr %107, align 8 %109 = call double @llvm.fmuladd.f64(double 0xBFE5775C544FF264, double %108, double %105) store double %109, ptr %18, align 8 %110 = load ptr, ptr %12, align 8 %111 = getelementptr inbounds double, ptr %110, i64 50 %112 = load double, ptr %111, align 8 %113 = load ptr, ptr %12, align 8 %114 = getelementptr inbounds double, ptr %113, i64 8 %115 = load double, ptr %114, align 8 %116 = fmul double 0x3FD186F174F88471, %115 %117 = fneg double %116 %118 = call double @llvm.fmuladd.f64(double 0x3FF186F174F88468, double %112, double %117) %119 = load ptr, ptr %12, align 8 %120 = getelementptr inbounds double, ptr %119, i64 38 %121 = load double, ptr %120, align 8 %122 = call double @llvm.fmuladd.f64(double 0xBFE3988E1409212A, double %121, double %118) %123 = load ptr, ptr %12, align 8 %124 = getelementptr inbounds double, ptr %123, i64 14 store double %122, ptr %124, align 8 %125 = load ptr, ptr %12, align 8 %126 = getelementptr inbounds double, ptr %125, i64 34 %127 = load double, ptr %126, align 8 %128 = load ptr, ptr %12, align 8 %129 = getelementptr inbounds double, ptr %128, i64 22 %130 = load double, ptr %129, align 8 %131 = fmul double 0x3FD186F174F88471, %130 %132 = fneg double %131 %133 = call double @llvm.fmuladd.f64(double 0x3FF186F174F88468, double %127, double %132) %134 = load ptr, ptr %12, align 8 %135 = getelementptr inbounds double, ptr %134, i64 4 %136 = load double, ptr %135, align 8 %137 = call double @llvm.fmuladd.f64(double 0xBFE3988E1409212A, double %136, double %133) store double %137, ptr %19, align 8 %138 = load ptr, ptr %12, align 8 %139 = getelementptr inbounds double, ptr %138, i64 58 %140 = load double, ptr %139, align 8 %141 = load ptr, ptr %12, align 8 %142 = getelementptr inbounds double, ptr %141, i64 16 %143 = load double, ptr %142, align 8 %144 = call double @llvm.fmuladd.f64(double 0xBFE5775C544FF264, double %143, double %140) %145 = load ptr, ptr %12, align 8 %146 = getelementptr inbounds double, ptr %145, i64 46 %147 = load double, ptr %146, align 8 %148 = call double @llvm.fmuladd.f64(double 0xBFE5775C544FF264, double %147, double %144) store double %148, ptr %20, align 8 %149 = load ptr, ptr %12, align 8 %150 = getelementptr inbounds double, ptr %149, i64 16 %151 = load double, ptr %150, align 8 %152 = load ptr, ptr %12, align 8 %153 = getelementptr inbounds double, ptr %152, i64 46 %154 = load double, ptr %153, align 8 %155 = fmul double 0x3FEBB67AE8584CAE, %154 %156 = fneg double %155 %157 = call double @llvm.fmuladd.f64(double 0x3FEBB67AE8584CAE, double %151, double %156) store double %157, ptr %21, align 8 %158 = load ptr, ptr %12, align 8 %159 = getelementptr inbounds double, ptr %158, i64 52 %160 = load double, ptr %159, align 8 %161 = load ptr, ptr %12, align 8 %162 = getelementptr inbounds double, ptr %161, i64 10 %163 = load double, ptr %162, align 8 %164 = fmul double 0x3FD186F174F88471, %163 %165 = fneg double %164 %166 = call double @llvm.fmuladd.f64(double 0x3FF186F174F88468, double %160, double %165) %167 = load ptr, ptr %12, align 8 %168 = getelementptr inbounds double, ptr %167, i64 40 %169 = load double, ptr %168, align 8 %170 = call double @llvm.fmuladd.f64(double 0xBFE3988E1409212A, double %169, double %166) %171 = load ptr, ptr %12, align 8 %172 = getelementptr inbounds double, ptr %171, i64 16 store double %170, ptr %172, align 8 %173 = load ptr, ptr %12, align 8 %174 = getelementptr inbounds double, ptr %173, i64 0 %175 = load double, ptr %174, align 8 %176 = load ptr, ptr %12, align 8 %177 = getelementptr inbounds double, ptr %176, i64 18 %178 = load double, ptr %177, align 8 %179 = fmul double 0x3FF0F876CCDF6CD4, %178 %180 = fneg double %179 %181 = call double @llvm.fmuladd.f64(double 0x3FE94C583ADA5B54, double %175, double %180) %182 = load ptr, ptr %12, align 8 %183 = getelementptr inbounds double, ptr %182, i64 30 store double %181, ptr %183, align 8 %184 = load double, ptr %15, align 8 %185 = load ptr, ptr %12, align 8 %186 = getelementptr inbounds double, ptr %185, i64 18 store double %184, ptr %186, align 8 %187 = load double, ptr %14, align 8 %188 = load ptr, ptr %12, align 8 %189 = getelementptr inbounds double, ptr %188, i64 0 store double %187, ptr %189, align 8 %190 = load ptr, ptr %12, align 8 %191 = getelementptr inbounds double, ptr %190, i64 31 %192 = load double, ptr %191, align 8 %193 = load ptr, ptr %12, align 8 %194 = getelementptr inbounds double, ptr %193, i64 19 %195 = load double, ptr %194, align 8 %196 = fmul double 0x3FD186F174F88471, %195 %197 = fneg double %196 %198 = call double @llvm.fmuladd.f64(double 0x3FF186F174F88468, double %192, double %197) %199 = load ptr, ptr %12, align 8 %200 = getelementptr inbounds double, ptr %199, i64 1 %201 = load double, ptr %200, align 8 %202 = call double @llvm.fmuladd.f64(double 0xBFE3988E1409212A, double %201, double %198) store double %202, ptr %15, align 8 %203 = load ptr, ptr %12, align 8 %204 = getelementptr inbounds double, ptr %203, i64 1 %205 = load double, ptr %204, align 8 %206 = load ptr, ptr %12, align 8 %207 = getelementptr inbounds double, ptr %206, i64 19 %208 = load double, ptr %207, align 8 %209 = fmul double 0x3FF0F876CCDF6CD4, %208 %210 = fneg double %209 %211 = call double @llvm.fmuladd.f64(double 0x3FE94C583ADA5B54, double %205, double %210) %212 = load ptr, ptr %12, align 8 %213 = getelementptr inbounds double, ptr %212, i64 31 store double %211, ptr %213, align 8 %214 = load ptr, ptr %12, align 8 %215 = getelementptr inbounds double, ptr %214, i64 55 %216 = load double, ptr %215, align 8 %217 = load ptr, ptr %12, align 8 %218 = getelementptr inbounds double, ptr %217, i64 13 %219 = load double, ptr %218, align 8 %220 = call double @llvm.fmuladd.f64(double 0xBFE5775C544FF264, double %219, double %216) %221 = load ptr, ptr %12, align 8 %222 = getelementptr inbounds double, ptr %221, i64 43 %223 = load double, ptr %222, align 8 %224 = call double @llvm.fmuladd.f64(double 0xBFE5775C544FF264, double %223, double %220) %225 = load ptr, ptr %12, align 8 %226 = getelementptr inbounds double, ptr %225, i64 1 store double %224, ptr %226, align 8 %227 = load ptr, ptr %12, align 8 %228 = getelementptr inbounds double, ptr %227, i64 13 %229 = load double, ptr %228, align 8 %230 = load ptr, ptr %12, align 8 %231 = getelementptr inbounds double, ptr %230, i64 43 %232 = load double, ptr %231, align 8 %233 = fmul double 0x3FEBB67AE8584CAE, %232 %234 = fneg double %233 %235 = call double @llvm.fmuladd.f64(double 0x3FEBB67AE8584CAE, double %229, double %234) %236 = load ptr, ptr %12, align 8 %237 = getelementptr inbounds double, ptr %236, i64 19 store double %235, ptr %237, align 8 %238 = load ptr, ptr %12, align 8 %239 = getelementptr inbounds double, ptr %238, i64 49 %240 = load double, ptr %239, align 8 %241 = load ptr, ptr %12, align 8 %242 = getelementptr inbounds double, ptr %241, i64 7 %243 = load double, ptr %242, align 8 %244 = fmul double 0x3FD186F174F88471, %243 %245 = fneg double %244 %246 = call double @llvm.fmuladd.f64(double 0x3FF186F174F88468, double %240, double %245) %247 = load ptr, ptr %12, align 8 %248 = getelementptr inbounds double, ptr %247, i64 37 %249 = load double, ptr %248, align 8 %250 = call double @llvm.fmuladd.f64(double 0xBFE3988E1409212A, double %249, double %246) %251 = load ptr, ptr %12, align 8 %252 = getelementptr inbounds double, ptr %251, i64 13 store double %250, ptr %252, align 8 %253 = load ptr, ptr %12, align 8 %254 = getelementptr inbounds double, ptr %253, i64 2 %255 = load double, ptr %254, align 8 %256 = load ptr, ptr %12, align 8 %257 = getelementptr inbounds double, ptr %256, i64 20 %258 = load double, ptr %257, align 8 %259 = fmul double 0x3FF0F876CCDF6CD4, %258 %260 = fneg double %259 %261 = call double @llvm.fmuladd.f64(double 0x3FE94C583ADA5B54, double %255, double %260) %262 = load ptr, ptr %12, align 8 %263 = getelementptr inbounds double, ptr %262, i64 32 store double %261, ptr %263, align 8 %264 = load double, ptr %18, align 8 %265 = load ptr, ptr %12, align 8 %266 = getelementptr inbounds double, ptr %265, i64 2 store double %264, ptr %266, align 8 %267 = load double, ptr %17, align 8 %268 = load ptr, ptr %12, align 8 %269 = getelementptr inbounds double, ptr %268, i64 20 store double %267, ptr %269, align 8 %270 = load ptr, ptr %12, align 8 %271 = getelementptr inbounds double, ptr %270, i64 33 %272 = load double, ptr %271, align 8 %273 = load ptr, ptr %12, align 8 %274 = getelementptr inbounds double, ptr %273, i64 21 %275 = load double, ptr %274, align 8 %276 = fmul double 0x3FD186F174F88471, %275 %277 = fneg double %276 %278 = call double @llvm.fmuladd.f64(double 0x3FF186F174F88468, double %272, double %277) %279 = load ptr, ptr %12, align 8 %280 = getelementptr inbounds double, ptr %279, i64 3 %281 = load double, ptr %280, align 8 %282 = call double @llvm.fmuladd.f64(double 0xBFE3988E1409212A, double %281, double %278) store double %282, ptr %14, align 8 %283 = load ptr, ptr %12, align 8 %284 = getelementptr inbounds double, ptr %283, i64 3 %285 = load double, ptr %284, align 8 %286 = load ptr, ptr %12, align 8 %287 = getelementptr inbounds double, ptr %286, i64 21 %288 = load double, ptr %287, align 8 %289 = fmul double 0x3FF0F876CCDF6CD4, %288 %290 = fneg double %289 %291 = call double @llvm.fmuladd.f64(double 0x3FE94C583ADA5B54, double %285, double %290) %292 = load ptr, ptr %12, align 8 %293 = getelementptr inbounds double, ptr %292, i64 33 store double %291, ptr %293, align 8 %294 = load ptr, ptr %12, align 8 %295 = getelementptr inbounds double, ptr %294, i64 57 %296 = load double, ptr %295, align 8 %297 = load ptr, ptr %12, align 8 %298 = getelementptr inbounds double, ptr %297, i64 15 %299 = load double, ptr %298, align 8 %300 = call double @llvm.fmuladd.f64(double 0xBFE5775C544FF264, double %299, double %296) %301 = load ptr, ptr %12, align 8 %302 = getelementptr inbounds double, ptr %301, i64 45 %303 = load double, ptr %302, align 8 %304 = call double @llvm.fmuladd.f64(double 0xBFE5775C544FF264, double %303, double %300) %305 = load ptr, ptr %12, align 8 %306 = getelementptr inbounds double, ptr %305, i64 3 store double %304, ptr %306, align 8 %307 = load ptr, ptr %12, align 8 %308 = getelementptr inbounds double, ptr %307, i64 15 %309 = load double, ptr %308, align 8 %310 = load ptr, ptr %12, align 8 %311 = getelementptr inbounds double, ptr %310, i64 45 %312 = load double, ptr %311, align 8 %313 = fmul double 0x3FEBB67AE8584CAE, %312 %314 = fneg double %313 %315 = call double @llvm.fmuladd.f64(double 0x3FEBB67AE8584CAE, double %309, double %314) %316 = load ptr, ptr %12, align 8 %317 = getelementptr inbounds double, ptr %316, i64 21 store double %315, ptr %317, align 8 %318 = load ptr, ptr %12, align 8 %319 = getelementptr inbounds double, ptr %318, i64 51 %320 = load double, ptr %319, align 8 %321 = load ptr, ptr %12, align 8 %322 = getelementptr inbounds double, ptr %321, i64 9 %323 = load double, ptr %322, align 8 %324 = fmul double 0x3FD186F174F88471, %323 %325 = fneg double %324 %326 = call double @llvm.fmuladd.f64(double 0x3FF186F174F88468, double %320, double %325) %327 = load ptr, ptr %12, align 8 %328 = getelementptr inbounds double, ptr %327, i64 39 %329 = load double, ptr %328, align 8 %330 = call double @llvm.fmuladd.f64(double 0xBFE3988E1409212A, double %329, double %326) %331 = load ptr, ptr %12, align 8 %332 = getelementptr inbounds double, ptr %331, i64 15 store double %330, ptr %332, align 8 %333 = load ptr, ptr %12, align 8 %334 = getelementptr inbounds double, ptr %333, i64 4 %335 = load double, ptr %334, align 8 %336 = load ptr, ptr %12, align 8 %337 = getelementptr inbounds double, ptr %336, i64 22 %338 = load double, ptr %337, align 8 %339 = fmul double 0x3FF0F876CCDF6CD4, %338 %340 = fneg double %339 %341 = call double @llvm.fmuladd.f64(double 0x3FE94C583ADA5B54, double %335, double %340) %342 = load ptr, ptr %12, align 8 %343 = getelementptr inbounds double, ptr %342, i64 34 store double %341, ptr %343, align 8 %344 = load double, ptr %21, align 8 %345 = load ptr, ptr %12, align 8 %346 = getelementptr inbounds double, ptr %345, i64 22 store double %344, ptr %346, align 8 %347 = load double, ptr %20, align 8 %348 = load ptr, ptr %12, align 8 %349 = getelementptr inbounds double, ptr %348, i64 4 store double %347, ptr %349, align 8 %350 = load ptr, ptr %12, align 8 %351 = getelementptr inbounds double, ptr %350, i64 35 %352 = load double, ptr %351, align 8 %353 = load ptr, ptr %12, align 8 %354 = getelementptr inbounds double, ptr %353, i64 23 %355 = load double, ptr %354, align 8 %356 = fmul double 0x3FD186F174F88471, %355 %357 = fneg double %356 %358 = call double @llvm.fmuladd.f64(double 0x3FF186F174F88468, double %352, double %357) %359 = load ptr, ptr %12, align 8 %360 = getelementptr inbounds double, ptr %359, i64 5 %361 = load double, ptr %360, align 8 %362 = call double @llvm.fmuladd.f64(double 0xBFE3988E1409212A, double %361, double %358) store double %362, ptr %18, align 8 %363 = load ptr, ptr %12, align 8 %364 = getelementptr inbounds double, ptr %363, i64 5 %365 = load double, ptr %364, align 8 %366 = load ptr, ptr %12, align 8 %367 = getelementptr inbounds double, ptr %366, i64 23 %368 = load double, ptr %367, align 8 %369 = fmul double 0x3FF0F876CCDF6CD4, %368 %370 = fneg double %369 %371 = call double @llvm.fmuladd.f64(double 0x3FE94C583ADA5B54, double %365, double %370) %372 = load ptr, ptr %12, align 8 %373 = getelementptr inbounds double, ptr %372, i64 35 store double %371, ptr %373, align 8 %374 = load ptr, ptr %12, align 8 %375 = getelementptr inbounds double, ptr %374, i64 59 %376 = load double, ptr %375, align 8 %377 = load ptr, ptr %12, align 8 %378 = getelementptr inbounds double, ptr %377, i64 17 %379 = load double, ptr %378, align 8 %380 = call double @llvm.fmuladd.f64(double 0xBFE5775C544FF264, double %379, double %376) %381 = load ptr, ptr %12, align 8 %382 = getelementptr inbounds double, ptr %381, i64 47 %383 = load double, ptr %382, align 8 %384 = call double @llvm.fmuladd.f64(double 0xBFE5775C544FF264, double %383, double %380) %385 = load ptr, ptr %12, align 8 %386 = getelementptr inbounds double, ptr %385, i64 5 store double %384, ptr %386, align 8 %387 = load ptr, ptr %12, align 8 %388 = getelementptr inbounds double, ptr %387, i64 17 %389 = load double, ptr %388, align 8 %390 = load ptr, ptr %12, align 8 %391 = getelementptr inbounds double, ptr %390, i64 47 %392 = load double, ptr %391, align 8 %393 = fmul double 0x3FEBB67AE8584CAE, %392 %394 = fneg double %393 %395 = call double @llvm.fmuladd.f64(double 0x3FEBB67AE8584CAE, double %389, double %394) %396 = load ptr, ptr %12, align 8 %397 = getelementptr inbounds double, ptr %396, i64 23 store double %395, ptr %397, align 8 %398 = load ptr, ptr %12, align 8 %399 = getelementptr inbounds double, ptr %398, i64 53 %400 = load double, ptr %399, align 8 %401 = load ptr, ptr %12, align 8 %402 = getelementptr inbounds double, ptr %401, i64 11 %403 = load double, ptr %402, align 8 %404 = fmul double 0x3FD186F174F88471, %403 %405 = fneg double %404 %406 = call double @llvm.fmuladd.f64(double 0x3FF186F174F88468, double %400, double %405) %407 = load ptr, ptr %12, align 8 %408 = getelementptr inbounds double, ptr %407, i64 41 %409 = load double, ptr %408, align 8 %410 = call double @llvm.fmuladd.f64(double 0xBFE3988E1409212A, double %409, double %406) %411 = load ptr, ptr %12, align 8 %412 = getelementptr inbounds double, ptr %411, i64 17 store double %410, ptr %412, align 8 %413 = load ptr, ptr %12, align 8 %414 = getelementptr inbounds double, ptr %413, i64 6 %415 = load double, ptr %414, align 8 %416 = load ptr, ptr %12, align 8 %417 = getelementptr inbounds double, ptr %416, i64 36 %418 = load double, ptr %417, align 8 %419 = fmul double 0x3FE94C583ADA5B54, %418 %420 = fneg double %419 %421 = call double @llvm.fmuladd.f64(double 0x3FF0F876CCDF6CD4, double %415, double %420) %422 = load ptr, ptr %12, align 8 %423 = getelementptr inbounds double, ptr %422, i64 36 store double %421, ptr %423, align 8 %424 = load double, ptr %13, align 8 %425 = load ptr, ptr %12, align 8 %426 = getelementptr inbounds double, ptr %425, i64 6 store double %424, ptr %426, align 8 %427 = load ptr, ptr %12, align 8 %428 = getelementptr inbounds double, ptr %427, i64 7 %429 = load double, ptr %428, align 8 %430 = load ptr, ptr %12, align 8 %431 = getelementptr inbounds double, ptr %430, i64 37 %432 = load double, ptr %431, align 8 %433 = fmul double 0x3FE94C583ADA5B54, %432 %434 = fneg double %433 %435 = call double @llvm.fmuladd.f64(double 0x3FF0F876CCDF6CD4, double %429, double %434) %436 = load ptr, ptr %12, align 8 %437 = getelementptr inbounds double, ptr %436, i64 37 store double %435, ptr %437, align 8 %438 = load double, ptr %15, align 8 %439 = load ptr, ptr %12, align 8 %440 = getelementptr inbounds double, ptr %439, i64 7 store double %438, ptr %440, align 8 %441 = load ptr, ptr %12, align 8 %442 = getelementptr inbounds double, ptr %441, i64 8 %443 = load double, ptr %442, align 8 %444 = load ptr, ptr %12, align 8 %445 = getelementptr inbounds double, ptr %444, i64 38 %446 = load double, ptr %445, align 8 %447 = fmul double 0x3FE94C583ADA5B54, %446 %448 = fneg double %447 %449 = call double @llvm.fmuladd.f64(double 0x3FF0F876CCDF6CD4, double %443, double %448) %450 = load ptr, ptr %12, align 8 %451 = getelementptr inbounds double, ptr %450, i64 38 store double %449, ptr %451, align 8 %452 = load double, ptr %16, align 8 %453 = load ptr, ptr %12, align 8 %454 = getelementptr inbounds double, ptr %453, i64 8 store double %452, ptr %454, align 8 %455 = load ptr, ptr %12, align 8 %456 = getelementptr inbounds double, ptr %455, i64 9 %457 = load double, ptr %456, align 8 %458 = load ptr, ptr %12, align 8 %459 = getelementptr inbounds double, ptr %458, i64 39 %460 = load double, ptr %459, align 8 %461 = fmul double 0x3FE94C583ADA5B54, %460 %462 = fneg double %461 %463 = call double @llvm.fmuladd.f64(double 0x3FF0F876CCDF6CD4, double %457, double %462) %464 = load ptr, ptr %12, align 8 %465 = getelementptr inbounds double, ptr %464, i64 39 store double %463, ptr %465, align 8 %466 = load double, ptr %14, align 8 %467 = load ptr, ptr %12, align 8 %468 = getelementptr inbounds double, ptr %467, i64 9 store double %466, ptr %468, align 8 %469 = load ptr, ptr %12, align 8 %470 = getelementptr inbounds double, ptr %469, i64 10 %471 = load double, ptr %470, align 8 %472 = load ptr, ptr %12, align 8 %473 = getelementptr inbounds double, ptr %472, i64 40 %474 = load double, ptr %473, align 8 %475 = fmul double 0x3FE94C583ADA5B54, %474 %476 = fneg double %475 %477 = call double @llvm.fmuladd.f64(double 0x3FF0F876CCDF6CD4, double %471, double %476) %478 = load ptr, ptr %12, align 8 %479 = getelementptr inbounds double, ptr %478, i64 40 store double %477, ptr %479, align 8 %480 = load double, ptr %19, align 8 %481 = load ptr, ptr %12, align 8 %482 = getelementptr inbounds double, ptr %481, i64 10 store double %480, ptr %482, align 8 %483 = load ptr, ptr %12, align 8 %484 = getelementptr inbounds double, ptr %483, i64 11 %485 = load double, ptr %484, align 8 %486 = load ptr, ptr %12, align 8 %487 = getelementptr inbounds double, ptr %486, i64 41 %488 = load double, ptr %487, align 8 %489 = fmul double 0x3FE94C583ADA5B54, %488 %490 = fneg double %489 %491 = call double @llvm.fmuladd.f64(double 0x3FF0F876CCDF6CD4, double %485, double %490) %492 = load ptr, ptr %12, align 8 %493 = getelementptr inbounds double, ptr %492, i64 41 store double %491, ptr %493, align 8 %494 = load double, ptr %18, align 8 %495 = load ptr, ptr %12, align 8 %496 = getelementptr inbounds double, ptr %495, i64 11 store double %494, ptr %496, align 8 ret void } declare i32 @gint2_nai_cF_cD(ptr noundef, double noundef, ptr noundef, double noundef, ptr noundef, ptr noundef) #1 ; Function Attrs: nocallback nofree nosync nounwind speculatable willreturn memory(none) declare double @llvm.fmuladd.f64(double, double, double) #2 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #2 = { nocallback nofree nosync nounwind speculatable willreturn memory(none) } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '<stdin>' source_filename = "/tmp/tmp8d6dv0n1.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @gint2_nai_pF_cD(ptr noundef %0, double noundef %1, ptr noundef %2, double noundef %3, ptr noundef %4, ptr noundef %5) #0 { %7 = alloca ptr, align 8 %8 = alloca double, align 8 %9 = alloca ptr, align 8 %10 = alloca double, align 8 %11 = alloca ptr, align 8 %12 = alloca ptr, 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 store ptr %0, ptr %7, align 8 store double %1, ptr %8, align 8 store ptr %2, ptr %9, align 8 store double %3, ptr %10, align 8 store ptr %4, ptr %11, align 8 store ptr %5, ptr %12, align 8 %22 = load ptr, ptr %7, align 8 %23 = load double, ptr %8, align 8 %24 = load ptr, ptr %9, align 8 %25 = load double, ptr %10, align 8 %26 = load ptr, ptr %11, align 8 %27 = load ptr, ptr %12, align 8 %28 = call i32 @gint2_nai_cF_cD(ptr noundef %22, double noundef %23, ptr noundef %24, double noundef %25, ptr noundef %26, ptr noundef %27) %29 = load ptr, ptr %12, align 8 %30 = getelementptr inbounds double, ptr %29, i64 30 %31 = load double, ptr %30, align 8 %32 = load ptr, ptr %12, align 8 %33 = getelementptr inbounds double, ptr %32, i64 18 %34 = load double, ptr %33, align 8 %35 = fmul double 0x3FD186F174F88471, %34 %36 = fneg double %35 %37 = call double @llvm.fmuladd.f64(double 0x3FF186F174F88468, double %31, double %36) %38 = load ptr, ptr %12, align 8 %39 = getelementptr inbounds double, ptr %38, i64 0 %40 = load double, ptr %39, align 8 %41 = call double @llvm.fmuladd.f64(double 0xBFE3988E1409212A, double %40, double %37) store double %41, ptr %13, align 8 %42 = load ptr, ptr %12, align 8 %43 = getelementptr inbounds double, ptr %42, i64 54 %44 = load double, ptr %43, align 8 %45 = load ptr, ptr %12, align 8 %46 = getelementptr inbounds double, ptr %45, i64 12 %47 = load double, ptr %46, align 8 %48 = call double @llvm.fmuladd.f64(double 0xBFE5775C544FF264, double %47, double %44) %49 = load ptr, ptr %12, align 8 %50 = getelementptr inbounds double, ptr %49, i64 42 %51 = load double, ptr %50, align 8 %52 = call double @llvm.fmuladd.f64(double 0xBFE5775C544FF264, double %51, double %48) store double %52, ptr %14, align 8 %53 = load ptr, ptr %12, align 8 %54 = getelementptr inbounds double, ptr %53, i64 12 %55 = load double, ptr %54, align 8 %56 = load ptr, ptr %12, align 8 %57 = getelementptr inbounds double, ptr %56, i64 42 %58 = load double, ptr %57, align 8 %59 = fmul double 0x3FEBB67AE8584CAE, %58 %60 = fneg double %59 %61 = call double @llvm.fmuladd.f64(double 0x3FEBB67AE8584CAE, double %55, double %60) store double %61, ptr %15, align 8 %62 = load ptr, ptr %12, align 8 %63 = getelementptr inbounds double, ptr %62, i64 48 %64 = load double, ptr %63, align 8 %65 = load ptr, ptr %12, align 8 %66 = getelementptr inbounds double, ptr %65, i64 6 %67 = load double, ptr %66, align 8 %68 = fmul double 0x3FD186F174F88471, %67 %69 = fneg double %68 %70 = call double @llvm.fmuladd.f64(double 0x3FF186F174F88468, double %64, double %69) %71 = load ptr, ptr %12, align 8 %72 = getelementptr inbounds double, ptr %71, i64 36 %73 = load double, ptr %72, align 8 %74 = call double @llvm.fmuladd.f64(double 0xBFE3988E1409212A, double %73, double %70) %75 = load ptr, ptr %12, align 8 %76 = getelementptr inbounds double, ptr %75, i64 12 store double %74, ptr %76, align 8 %77 = load ptr, ptr %12, align 8 %78 = getelementptr inbounds double, ptr %77, i64 32 %79 = load double, ptr %78, align 8 %80 = load ptr, ptr %12, align 8 %81 = getelementptr inbounds double, ptr %80, i64 20 %82 = load double, ptr %81, align 8 %83 = fmul double 0x3FD186F174F88471, %82 %84 = fneg double %83 %85 = call double @llvm.fmuladd.f64(double 0x3FF186F174F88468, double %79, double %84) %86 = load ptr, ptr %12, align 8 %87 = getelementptr inbounds double, ptr %86, i64 2 %88 = load double, ptr %87, align 8 %89 = call double @llvm.fmuladd.f64(double 0xBFE3988E1409212A, double %88, double %85) store double %89, ptr %16, align 8 %90 = load ptr, ptr %12, align 8 %91 = getelementptr inbounds double, ptr %90, i64 14 %92 = load double, ptr %91, align 8 %93 = load ptr, ptr %12, align 8 %94 = getelementptr inbounds double, ptr %93, i64 44 %95 = load double, ptr %94, align 8 %96 = fmul double 0x3FEBB67AE8584CAE, %95 %97 = fneg double %96 %98 = call double @llvm.fmuladd.f64(double 0x3FEBB67AE8584CAE, double %92, double %97) store double %98, ptr %17, align 8 %99 = load ptr, ptr %12, align 8 %100 = getelementptr inbounds double, ptr %99, i64 56 %101 = load double, ptr %100, align 8 %102 = load ptr, ptr %12, align 8 %103 = getelementptr inbounds double, ptr %102, i64 14 %104 = load double, ptr %103, align 8 %105 = call double @llvm.fmuladd.f64(double 0xBFE5775C544FF264, double %104, double %101) %106 = load ptr, ptr %12, align 8 %107 = getelementptr inbounds double, ptr %106, i64 44 %108 = load double, ptr %107, align 8 %109 = call double @llvm.fmuladd.f64(double 0xBFE5775C544FF264, double %108, double %105) store double %109, ptr %18, align 8 %110 = load ptr, ptr %12, align 8 %111 = getelementptr inbounds double, ptr %110, i64 50 %112 = load double, ptr %111, align 8 %113 = load ptr, ptr %12, align 8 %114 = getelementptr inbounds double, ptr %113, i64 8 %115 = load double, ptr %114, align 8 %116 = fmul double 0x3FD186F174F88471, %115 %117 = fneg double %116 %118 = call double @llvm.fmuladd.f64(double 0x3FF186F174F88468, double %112, double %117) %119 = load ptr, ptr %12, align 8 %120 = getelementptr inbounds double, ptr %119, i64 38 %121 = load double, ptr %120, align 8 %122 = call double @llvm.fmuladd.f64(double 0xBFE3988E1409212A, double %121, double %118) %123 = load ptr, ptr %12, align 8 %124 = getelementptr inbounds double, ptr %123, i64 14 store double %122, ptr %124, align 8 %125 = load ptr, ptr %12, align 8 %126 = getelementptr inbounds double, ptr %125, i64 34 %127 = load double, ptr %126, align 8 %128 = load ptr, ptr %12, align 8 %129 = getelementptr inbounds double, ptr %128, i64 22 %130 = load double, ptr %129, align 8 %131 = fmul double 0x3FD186F174F88471, %130 %132 = fneg double %131 %133 = call double @llvm.fmuladd.f64(double 0x3FF186F174F88468, double %127, double %132) %134 = load ptr, ptr %12, align 8 %135 = getelementptr inbounds double, ptr %134, i64 4 %136 = load double, ptr %135, align 8 %137 = call double @llvm.fmuladd.f64(double 0xBFE3988E1409212A, double %136, double %133) store double %137, ptr %19, align 8 %138 = load ptr, ptr %12, align 8 %139 = getelementptr inbounds double, ptr %138, i64 58 %140 = load double, ptr %139, align 8 %141 = load ptr, ptr %12, align 8 %142 = getelementptr inbounds double, ptr %141, i64 16 %143 = load double, ptr %142, align 8 %144 = call double @llvm.fmuladd.f64(double 0xBFE5775C544FF264, double %143, double %140) %145 = load ptr, ptr %12, align 8 %146 = getelementptr inbounds double, ptr %145, i64 46 %147 = load double, ptr %146, align 8 %148 = call double @llvm.fmuladd.f64(double 0xBFE5775C544FF264, double %147, double %144) store double %148, ptr %20, align 8 %149 = load ptr, ptr %12, align 8 %150 = getelementptr inbounds double, ptr %149, i64 16 %151 = load double, ptr %150, align 8 %152 = load ptr, ptr %12, align 8 %153 = getelementptr inbounds double, ptr %152, i64 46 %154 = load double, ptr %153, align 8 %155 = fmul double 0x3FEBB67AE8584CAE, %154 %156 = fneg double %155 %157 = call double @llvm.fmuladd.f64(double 0x3FEBB67AE8584CAE, double %151, double %156) store double %157, ptr %21, align 8 %158 = load ptr, ptr %12, align 8 %159 = getelementptr inbounds double, ptr %158, i64 52 %160 = load double, ptr %159, align 8 %161 = load ptr, ptr %12, align 8 %162 = getelementptr inbounds double, ptr %161, i64 10 %163 = load double, ptr %162, align 8 %164 = fmul double 0x3FD186F174F88471, %163 %165 = fneg double %164 %166 = call double @llvm.fmuladd.f64(double 0x3FF186F174F88468, double %160, double %165) %167 = load ptr, ptr %12, align 8 %168 = getelementptr inbounds double, ptr %167, i64 40 %169 = load double, ptr %168, align 8 %170 = call double @llvm.fmuladd.f64(double 0xBFE3988E1409212A, double %169, double %166) %171 = load ptr, ptr %12, align 8 %172 = getelementptr inbounds double, ptr %171, i64 16 store double %170, ptr %172, align 8 %173 = load ptr, ptr %12, align 8 %174 = getelementptr inbounds double, ptr %173, i64 0 %175 = load double, ptr %174, align 8 %176 = load ptr, ptr %12, align 8 %177 = getelementptr inbounds double, ptr %176, i64 18 %178 = load double, ptr %177, align 8 %179 = fmul double 0x3FF0F876CCDF6CD4, %178 %180 = fneg double %179 %181 = call double @llvm.fmuladd.f64(double 0x3FE94C583ADA5B54, double %175, double %180) %182 = load ptr, ptr %12, align 8 %183 = getelementptr inbounds double, ptr %182, i64 30 store double %181, ptr %183, align 8 %184 = load double, ptr %15, align 8 %185 = load ptr, ptr %12, align 8 %186 = getelementptr inbounds double, ptr %185, i64 18 store double %184, ptr %186, align 8 %187 = load double, ptr %14, align 8 %188 = load ptr, ptr %12, align 8 %189 = getelementptr inbounds double, ptr %188, i64 0 store double %187, ptr %189, align 8 %190 = load ptr, ptr %12, align 8 %191 = getelementptr inbounds double, ptr %190, i64 31 %192 = load double, ptr %191, align 8 %193 = load ptr, ptr %12, align 8 %194 = getelementptr inbounds double, ptr %193, i64 19 %195 = load double, ptr %194, align 8 %196 = fmul double 0x3FD186F174F88471, %195 %197 = fneg double %196 %198 = call double @llvm.fmuladd.f64(double 0x3FF186F174F88468, double %192, double %197) %199 = load ptr, ptr %12, align 8 %200 = getelementptr inbounds double, ptr %199, i64 1 %201 = load double, ptr %200, align 8 %202 = call double @llvm.fmuladd.f64(double 0xBFE3988E1409212A, double %201, double %198) store double %202, ptr %15, align 8 %203 = load ptr, ptr %12, align 8 %204 = getelementptr inbounds double, ptr %203, i64 1 %205 = load double, ptr %204, align 8 %206 = load ptr, ptr %12, align 8 %207 = getelementptr inbounds double, ptr %206, i64 19 %208 = load double, ptr %207, align 8 %209 = fmul double 0x3FF0F876CCDF6CD4, %208 %210 = fneg double %209 %211 = call double @llvm.fmuladd.f64(double 0x3FE94C583ADA5B54, double %205, double %210) %212 = load ptr, ptr %12, align 8 %213 = getelementptr inbounds double, ptr %212, i64 31 store double %211, ptr %213, align 8 %214 = load ptr, ptr %12, align 8 %215 = getelementptr inbounds double, ptr %214, i64 55 %216 = load double, ptr %215, align 8 %217 = load ptr, ptr %12, align 8 %218 = getelementptr inbounds double, ptr %217, i64 13 %219 = load double, ptr %218, align 8 %220 = call double @llvm.fmuladd.f64(double 0xBFE5775C544FF264, double %219, double %216) %221 = load ptr, ptr %12, align 8 %222 = getelementptr inbounds double, ptr %221, i64 43 %223 = load double, ptr %222, align 8 %224 = call double @llvm.fmuladd.f64(double 0xBFE5775C544FF264, double %223, double %220) %225 = load ptr, ptr %12, align 8 %226 = getelementptr inbounds double, ptr %225, i64 1 store double %224, ptr %226, align 8 %227 = load ptr, ptr %12, align 8 %228 = getelementptr inbounds double, ptr %227, i64 13 %229 = load double, ptr %228, align 8 %230 = load ptr, ptr %12, align 8 %231 = getelementptr inbounds double, ptr %230, i64 43 %232 = load double, ptr %231, align 8 %233 = fmul double 0x3FEBB67AE8584CAE, %232 %234 = fneg double %233 %235 = call double @llvm.fmuladd.f64(double 0x3FEBB67AE8584CAE, double %229, double %234) %236 = load ptr, ptr %12, align 8 %237 = getelementptr inbounds double, ptr %236, i64 19 store double %235, ptr %237, align 8 %238 = load ptr, ptr %12, align 8 %239 = getelementptr inbounds double, ptr %238, i64 49 %240 = load double, ptr %239, align 8 %241 = load ptr, ptr %12, align 8 %242 = getelementptr inbounds double, ptr %241, i64 7 %243 = load double, ptr %242, align 8 %244 = fmul double 0x3FD186F174F88471, %243 %245 = fneg double %244 %246 = call double @llvm.fmuladd.f64(double 0x3FF186F174F88468, double %240, double %245) %247 = load ptr, ptr %12, align 8 %248 = getelementptr inbounds double, ptr %247, i64 37 %249 = load double, ptr %248, align 8 %250 = call double @llvm.fmuladd.f64(double 0xBFE3988E1409212A, double %249, double %246) %251 = load ptr, ptr %12, align 8 %252 = getelementptr inbounds double, ptr %251, i64 13 store double %250, ptr %252, align 8 %253 = load ptr, ptr %12, align 8 %254 = getelementptr inbounds double, ptr %253, i64 2 %255 = load double, ptr %254, align 8 %256 = load ptr, ptr %12, align 8 %257 = getelementptr inbounds double, ptr %256, i64 20 %258 = load double, ptr %257, align 8 %259 = fmul double 0x3FF0F876CCDF6CD4, %258 %260 = fneg double %259 %261 = call double @llvm.fmuladd.f64(double 0x3FE94C583ADA5B54, double %255, double %260) %262 = load ptr, ptr %12, align 8 %263 = getelementptr inbounds double, ptr %262, i64 32 store double %261, ptr %263, align 8 %264 = load double, ptr %18, align 8 %265 = load ptr, ptr %12, align 8 %266 = getelementptr inbounds double, ptr %265, i64 2 store double %264, ptr %266, align 8 %267 = load double, ptr %17, align 8 %268 = load ptr, ptr %12, align 8 %269 = getelementptr inbounds double, ptr %268, i64 20 store double %267, ptr %269, align 8 %270 = load ptr, ptr %12, align 8 %271 = getelementptr inbounds double, ptr %270, i64 33 %272 = load double, ptr %271, align 8 %273 = load ptr, ptr %12, align 8 %274 = getelementptr inbounds double, ptr %273, i64 21 %275 = load double, ptr %274, align 8 %276 = fmul double 0x3FD186F174F88471, %275 %277 = fneg double %276 %278 = call double @llvm.fmuladd.f64(double 0x3FF186F174F88468, double %272, double %277) %279 = load ptr, ptr %12, align 8 %280 = getelementptr inbounds double, ptr %279, i64 3 %281 = load double, ptr %280, align 8 %282 = call double @llvm.fmuladd.f64(double 0xBFE3988E1409212A, double %281, double %278) store double %282, ptr %14, align 8 %283 = load ptr, ptr %12, align 8 %284 = getelementptr inbounds double, ptr %283, i64 3 %285 = load double, ptr %284, align 8 %286 = load ptr, ptr %12, align 8 %287 = getelementptr inbounds double, ptr %286, i64 21 %288 = load double, ptr %287, align 8 %289 = fmul double 0x3FF0F876CCDF6CD4, %288 %290 = fneg double %289 %291 = call double @llvm.fmuladd.f64(double 0x3FE94C583ADA5B54, double %285, double %290) %292 = load ptr, ptr %12, align 8 %293 = getelementptr inbounds double, ptr %292, i64 33 store double %291, ptr %293, align 8 %294 = load ptr, ptr %12, align 8 %295 = getelementptr inbounds double, ptr %294, i64 57 %296 = load double, ptr %295, align 8 %297 = load ptr, ptr %12, align 8 %298 = getelementptr inbounds double, ptr %297, i64 15 %299 = load double, ptr %298, align 8 %300 = call double @llvm.fmuladd.f64(double 0xBFE5775C544FF264, double %299, double %296) %301 = load ptr, ptr %12, align 8 %302 = getelementptr inbounds double, ptr %301, i64 45 %303 = load double, ptr %302, align 8 %304 = call double @llvm.fmuladd.f64(double 0xBFE5775C544FF264, double %303, double %300) %305 = load ptr, ptr %12, align 8 %306 = getelementptr inbounds double, ptr %305, i64 3 store double %304, ptr %306, align 8 %307 = load ptr, ptr %12, align 8 %308 = getelementptr inbounds double, ptr %307, i64 15 %309 = load double, ptr %308, align 8 %310 = load ptr, ptr %12, align 8 %311 = getelementptr inbounds double, ptr %310, i64 45 %312 = load double, ptr %311, align 8 %313 = fmul double 0x3FEBB67AE8584CAE, %312 %314 = fneg double %313 %315 = call double @llvm.fmuladd.f64(double 0x3FEBB67AE8584CAE, double %309, double %314) %316 = load ptr, ptr %12, align 8 %317 = getelementptr inbounds double, ptr %316, i64 21 store double %315, ptr %317, align 8 %318 = load ptr, ptr %12, align 8 %319 = getelementptr inbounds double, ptr %318, i64 51 %320 = load double, ptr %319, align 8 %321 = load ptr, ptr %12, align 8 %322 = getelementptr inbounds double, ptr %321, i64 9 %323 = load double, ptr %322, align 8 %324 = fmul double 0x3FD186F174F88471, %323 %325 = fneg double %324 %326 = call double @llvm.fmuladd.f64(double 0x3FF186F174F88468, double %320, double %325) %327 = load ptr, ptr %12, align 8 %328 = getelementptr inbounds double, ptr %327, i64 39 %329 = load double, ptr %328, align 8 %330 = call double @llvm.fmuladd.f64(double 0xBFE3988E1409212A, double %329, double %326) %331 = load ptr, ptr %12, align 8 %332 = getelementptr inbounds double, ptr %331, i64 15 store double %330, ptr %332, align 8 %333 = load ptr, ptr %12, align 8 %334 = getelementptr inbounds double, ptr %333, i64 4 %335 = load double, ptr %334, align 8 %336 = load ptr, ptr %12, align 8 %337 = getelementptr inbounds double, ptr %336, i64 22 %338 = load double, ptr %337, align 8 %339 = fmul double 0x3FF0F876CCDF6CD4, %338 %340 = fneg double %339 %341 = call double @llvm.fmuladd.f64(double 0x3FE94C583ADA5B54, double %335, double %340) %342 = load ptr, ptr %12, align 8 %343 = getelementptr inbounds double, ptr %342, i64 34 store double %341, ptr %343, align 8 %344 = load double, ptr %21, align 8 %345 = load ptr, ptr %12, align 8 %346 = getelementptr inbounds double, ptr %345, i64 22 store double %344, ptr %346, align 8 %347 = load double, ptr %20, align 8 %348 = load ptr, ptr %12, align 8 %349 = getelementptr inbounds double, ptr %348, i64 4 store double %347, ptr %349, align 8 %350 = load ptr, ptr %12, align 8 %351 = getelementptr inbounds double, ptr %350, i64 35 %352 = load double, ptr %351, align 8 %353 = load ptr, ptr %12, align 8 %354 = getelementptr inbounds double, ptr %353, i64 23 %355 = load double, ptr %354, align 8 %356 = fmul double 0x3FD186F174F88471, %355 %357 = fneg double %356 %358 = call double @llvm.fmuladd.f64(double 0x3FF186F174F88468, double %352, double %357) %359 = load ptr, ptr %12, align 8 %360 = getelementptr inbounds double, ptr %359, i64 5 %361 = load double, ptr %360, align 8 %362 = call double @llvm.fmuladd.f64(double 0xBFE3988E1409212A, double %361, double %358) store double %362, ptr %18, align 8 %363 = load ptr, ptr %12, align 8 %364 = getelementptr inbounds double, ptr %363, i64 5 %365 = load double, ptr %364, align 8 %366 = load ptr, ptr %12, align 8 %367 = getelementptr inbounds double, ptr %366, i64 23 %368 = load double, ptr %367, align 8 %369 = fmul double 0x3FF0F876CCDF6CD4, %368 %370 = fneg double %369 %371 = call double @llvm.fmuladd.f64(double 0x3FE94C583ADA5B54, double %365, double %370) %372 = load ptr, ptr %12, align 8 %373 = getelementptr inbounds double, ptr %372, i64 35 store double %371, ptr %373, align 8 %374 = load ptr, ptr %12, align 8 %375 = getelementptr inbounds double, ptr %374, i64 59 %376 = load double, ptr %375, align 8 %377 = load ptr, ptr %12, align 8 %378 = getelementptr inbounds double, ptr %377, i64 17 %379 = load double, ptr %378, align 8 %380 = call double @llvm.fmuladd.f64(double 0xBFE5775C544FF264, double %379, double %376) %381 = load ptr, ptr %12, align 8 %382 = getelementptr inbounds double, ptr %381, i64 47 %383 = load double, ptr %382, align 8 %384 = call double @llvm.fmuladd.f64(double 0xBFE5775C544FF264, double %383, double %380) %385 = load ptr, ptr %12, align 8 %386 = getelementptr inbounds double, ptr %385, i64 5 store double %384, ptr %386, align 8 %387 = load ptr, ptr %12, align 8 %388 = getelementptr inbounds double, ptr %387, i64 17 %389 = load double, ptr %388, align 8 %390 = load ptr, ptr %12, align 8 %391 = getelementptr inbounds double, ptr %390, i64 47 %392 = load double, ptr %391, align 8 %393 = fmul double 0x3FEBB67AE8584CAE, %392 %394 = fneg double %393 %395 = call double @llvm.fmuladd.f64(double 0x3FEBB67AE8584CAE, double %389, double %394) %396 = load ptr, ptr %12, align 8 %397 = getelementptr inbounds double, ptr %396, i64 23 store double %395, ptr %397, align 8 %398 = load ptr, ptr %12, align 8 %399 = getelementptr inbounds double, ptr %398, i64 53 %400 = load double, ptr %399, align 8 %401 = load ptr, ptr %12, align 8 %402 = getelementptr inbounds double, ptr %401, i64 11 %403 = load double, ptr %402, align 8 %404 = fmul double 0x3FD186F174F88471, %403 %405 = fneg double %404 %406 = call double @llvm.fmuladd.f64(double 0x3FF186F174F88468, double %400, double %405) %407 = load ptr, ptr %12, align 8 %408 = getelementptr inbounds double, ptr %407, i64 41 %409 = load double, ptr %408, align 8 %410 = call double @llvm.fmuladd.f64(double 0xBFE3988E1409212A, double %409, double %406) %411 = load ptr, ptr %12, align 8 %412 = getelementptr inbounds double, ptr %411, i64 17 store double %410, ptr %412, align 8 %413 = load ptr, ptr %12, align 8 %414 = getelementptr inbounds double, ptr %413, i64 6 %415 = load double, ptr %414, align 8 %416 = load ptr, ptr %12, align 8 %417 = getelementptr inbounds double, ptr %416, i64 36 %418 = load double, ptr %417, align 8 %419 = fmul double 0x3FE94C583ADA5B54, %418 %420 = fneg double %419 %421 = call double @llvm.fmuladd.f64(double 0x3FF0F876CCDF6CD4, double %415, double %420) %422 = load ptr, ptr %12, align 8 %423 = getelementptr inbounds double, ptr %422, i64 36 store double %421, ptr %423, align 8 %424 = load double, ptr %13, align 8 %425 = load ptr, ptr %12, align 8 %426 = getelementptr inbounds double, ptr %425, i64 6 store double %424, ptr %426, align 8 %427 = load ptr, ptr %12, align 8 %428 = getelementptr inbounds double, ptr %427, i64 7 %429 = load double, ptr %428, align 8 %430 = load ptr, ptr %12, align 8 %431 = getelementptr inbounds double, ptr %430, i64 37 %432 = load double, ptr %431, align 8 %433 = fmul double 0x3FE94C583ADA5B54, %432 %434 = fneg double %433 %435 = call double @llvm.fmuladd.f64(double 0x3FF0F876CCDF6CD4, double %429, double %434) %436 = load ptr, ptr %12, align 8 %437 = getelementptr inbounds double, ptr %436, i64 37 store double %435, ptr %437, align 8 %438 = load double, ptr %15, align 8 %439 = load ptr, ptr %12, align 8 %440 = getelementptr inbounds double, ptr %439, i64 7 store double %438, ptr %440, align 8 %441 = load ptr, ptr %12, align 8 %442 = getelementptr inbounds double, ptr %441, i64 8 %443 = load double, ptr %442, align 8 %444 = load ptr, ptr %12, align 8 %445 = getelementptr inbounds double, ptr %444, i64 38 %446 = load double, ptr %445, align 8 %447 = fmul double 0x3FE94C583ADA5B54, %446 %448 = fneg double %447 %449 = call double @llvm.fmuladd.f64(double 0x3FF0F876CCDF6CD4, double %443, double %448) %450 = load ptr, ptr %12, align 8 %451 = getelementptr inbounds double, ptr %450, i64 38 store double %449, ptr %451, align 8 %452 = load double, ptr %16, align 8 %453 = load ptr, ptr %12, align 8 %454 = getelementptr inbounds double, ptr %453, i64 8 store double %452, ptr %454, align 8 %455 = load ptr, ptr %12, align 8 %456 = getelementptr inbounds double, ptr %455, i64 9 %457 = load double, ptr %456, align 8 %458 = load ptr, ptr %12, align 8 %459 = getelementptr inbounds double, ptr %458, i64 39 %460 = load double, ptr %459, align 8 %461 = fmul double 0x3FE94C583ADA5B54, %460 %462 = fneg double %461 %463 = call double @llvm.fmuladd.f64(double 0x3FF0F876CCDF6CD4, double %457, double %462) %464 = load ptr, ptr %12, align 8 %465 = getelementptr inbounds double, ptr %464, i64 39 store double %463, ptr %465, align 8 %466 = load double, ptr %14, align 8 %467 = load ptr, ptr %12, align 8 %468 = getelementptr inbounds double, ptr %467, i64 9 store double %466, ptr %468, align 8 %469 = load ptr, ptr %12, align 8 %470 = getelementptr inbounds double, ptr %469, i64 10 %471 = load double, ptr %470, align 8 %472 = load ptr, ptr %12, align 8 %473 = getelementptr inbounds double, ptr %472, i64 40 %474 = load double, ptr %473, align 8 %475 = fmul double 0x3FE94C583ADA5B54, %474 %476 = fneg double %475 %477 = call double @llvm.fmuladd.f64(double 0x3FF0F876CCDF6CD4, double %471, double %476) %478 = load ptr, ptr %12, align 8 %479 = getelementptr inbounds double, ptr %478, i64 40 store double %477, ptr %479, align 8 %480 = load double, ptr %19, align 8 %481 = load ptr, ptr %12, align 8 %482 = getelementptr inbounds double, ptr %481, i64 10 store double %480, ptr %482, align 8 %483 = load ptr, ptr %12, align 8 %484 = getelementptr inbounds double, ptr %483, i64 11 %485 = load double, ptr %484, align 8 %486 = load ptr, ptr %12, align 8 %487 = getelementptr inbounds double, ptr %486, i64 41 %488 = load double, ptr %487, align 8 %489 = fmul double 0x3FE94C583ADA5B54, %488 %490 = fneg double %489 %491 = call double @llvm.fmuladd.f64(double 0x3FF0F876CCDF6CD4, double %485, double %490) %492 = load ptr, ptr %12, align 8 %493 = getelementptr inbounds double, ptr %492, i64 41 store double %491, ptr %493, align 8 %494 = load double, ptr %18, align 8 %495 = load ptr, ptr %12, align 8 %496 = getelementptr inbounds double, ptr %495, i64 11 store double %494, ptr %496, align 8 ret void } declare i32 @gint2_nai_cF_cD(ptr noundef, double noundef, ptr noundef, double noundef, ptr noundef, ptr noundef) #1 ; Function Attrs: nocallback nofree nosync nounwind speculatable willreturn memory(none) declare double @llvm.fmuladd.f64(double, double, double) #2 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #2 = { nocallback nofree nosync nounwind speculatable willreturn memory(none) } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '/tmp/tmpoig85i72.c' source_filename = "/tmp/tmpoig85i72.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @atm_pres(double noundef %0) #0 { %2 = alloca double, align 8 %3 = alloca i32, align 4 %4 = alloca double, align 8 %5 = alloca double, align 8 %6 = alloca double, align 8 store double %0, ptr %2, align 8 store i32 1, ptr %3, align 4 %7 = load double, ptr %2, align 8 %8 = fmul double 0x3F7A9FBE76C8B439, %7 %9 = fdiv double %8, 2.881500e+02 %10 = fsub double 1.000000e+00, %9 store double %10, ptr %4, align 8 store double 0x40150607B3BE2A29, ptr %5, align 8 %11 = load double, ptr %4, align 8 %12 = load double, ptr %5, align 8 %13 = call double @pow(double noundef %11, double noundef %12) #2 %14 = fmul double 1.013250e+05, %13 store double %14, ptr %6, align 8 %15 = load double, ptr %6, align 8 ret double %15 } ; Function Attrs: nounwind declare double @pow(double noundef, double noundef) #1 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { nounwind "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #2 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '<stdin>' source_filename = "/tmp/tmpoig85i72.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @atm_pres(double noundef %0) #0 { %2 = alloca double, align 8 %3 = alloca i32, align 4 %4 = alloca double, align 8 %5 = alloca double, align 8 %6 = alloca double, align 8 store double %0, ptr %2, align 8 store i32 1, ptr %3, align 4 %7 = load double, ptr %2, align 8 %8 = fmul double 0x3F7A9FBE76C8B439, %7 %9 = fdiv double %8, 2.881500e+02 %10 = fsub double 1.000000e+00, %9 store double %10, ptr %4, align 8 store double 0x40150607B3BE2A29, ptr %5, align 8 %11 = load double, ptr %4, align 8 %12 = load double, ptr %5, align 8 %13 = call double @pow(double noundef %11, double noundef %12) #2 %14 = fmul double 1.013250e+05, %13 store double %14, ptr %6, align 8 %15 = load double, ptr %6, align 8 ret double %15 } ; Function Attrs: nounwind declare double @pow(double noundef, double noundef) #1 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { nounwind "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #2 = { nounwind } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '/tmp/tmp7mqdli3v.c' source_filename = "/tmp/tmp7mqdli3v.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128" target triple = "x86_64-pc-linux-gnu" ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local i32 @get_rand(i32 noundef %0, i32 noundef %1) #0 { %3 = alloca i32, align 4 %4 = alloca i32, align 4 %5 = alloca i32, align 4 %6 = alloca i32, align 4 %7 = alloca i64, align 8 store i32 %0, ptr %3, align 4 store i32 %1, ptr %4, align 4 %8 = load i32, ptr %3, align 4 %9 = load i32, ptr %4, align 4 %10 = icmp sgt i32 %8, %9 br i1 %10, label %11, label %15 11: ; preds = %2 %12 = load i32, ptr %4, align 4 store i32 %12, ptr %6, align 4 %13 = load i32, ptr %3, align 4 store i32 %13, ptr %4, align 4 %14 = load i32, ptr %6, align 4 store i32 %14, ptr %3, align 4 br label %15 15: ; preds = %11, %2 %16 = call i64 (...) @rrandom() store i64 %16, ptr %7, align 8 %17 = load i64, ptr %7, align 8 %18 = and i64 %17, 16383 store i64 %18, ptr %7, align 8 %19 = load i64, ptr %7, align 8 %20 = trunc i64 %19 to i32 store i32 %20, ptr %5, align 4 %21 = load i32, ptr %5, align 4 %22 = load i32, ptr %4, align 4 %23 = load i32, ptr %3, align 4 %24 = sub nsw i32 %22, %23 %25 = add nsw i32 %24, 1 %26 = srem i32 %21, %25 %27 = load i32, ptr %3, align 4 %28 = add nsw i32 %26, %27 store i32 %28, ptr %5, align 4 %29 = load i32, ptr %5, align 4 ret i32 %29 } declare i64 @rrandom(...) #1 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '<stdin>' source_filename = "/tmp/tmp7mqdli3v.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128" target triple = "x86_64-pc-linux-gnu" ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local i32 @get_rand(i32 noundef %0, i32 noundef %1) #0 { %3 = alloca i32, align 4 %4 = alloca i32, align 4 %5 = alloca i32, align 4 %6 = alloca i32, align 4 %7 = alloca i64, align 8 store i32 %0, ptr %3, align 4 store i32 %1, ptr %4, align 4 %8 = load i32, ptr %3, align 4 %9 = load i32, ptr %4, align 4 %10 = icmp sgt i32 %8, %9 br i1 %10, label %11, label %15 11: ; preds = %2 %12 = load i32, ptr %4, align 4 store i32 %12, ptr %6, align 4 %13 = load i32, ptr %3, align 4 store i32 %13, ptr %4, align 4 %14 = load i32, ptr %6, align 4 store i32 %14, ptr %3, align 4 br label %15 15: ; preds = %11, %2 %16 = call i64 (...) @rrandom() store i64 %16, ptr %7, align 8 %17 = load i64, ptr %7, align 8 %18 = and i64 %17, 16383 store i64 %18, ptr %7, align 8 %19 = load i64, ptr %7, align 8 %20 = trunc i64 %19 to i32 store i32 %20, ptr %5, align 4 %21 = load i32, ptr %5, align 4 %22 = load i32, ptr %4, align 4 %23 = load i32, ptr %3, align 4 %24 = sub nsw i32 %22, %23 %25 = add nsw i32 %24, 1 %26 = srem i32 %21, %25 %27 = load i32, ptr %3, align 4 %28 = add nsw i32 %26, %27 store i32 %28, ptr %5, align 4 %29 = load i32, ptr %5, align 4 ret i32 %29 } declare i64 @rrandom(...) #1 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '/tmp/tmp7vko0vx_.c' source_filename = "/tmp/tmp7vko0vx_.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-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"%f\00", align 1 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local void @c_print_float(float noundef %0) #0 { %2 = alloca float, align 4 store float %0, ptr %2, align 4 %3 = load float, ptr %2, align 4 %4 = call i32 @printf(ptr noundef @.str, float noundef %3) ret void } declare i32 @printf(ptr noundef, float noundef) #1 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '<stdin>' source_filename = "/tmp/tmp7vko0vx_.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-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"%f\00", align 1 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local void @c_print_float(float noundef %0) #0 { %2 = alloca float, align 4 store float %0, ptr %2, align 4 %3 = load float, ptr %2, align 4 %4 = call i32 @printf(ptr noundef @.str, float noundef %3) ret void } declare i32 @printf(ptr noundef, float noundef) #1 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '/tmp/tmp7tolro0v.c' source_filename = "/tmp/tmp7tolro0v.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128" target triple = "x86_64-pc-linux-gnu" @.str = private unnamed_addr constant [14 x i8] c"Bad formula\0A\0A\00", align 1 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local i32 @formula(ptr noundef %0) #0 { %2 = alloca i32, align 4 %3 = alloca ptr, align 8 %4 = alloca i32, align 4 %5 = alloca i32, align 4 %6 = alloca i32, align 4 %7 = alloca i8, align 1 %8 = alloca [3 x i8], align 1 store ptr %0, ptr %3, align 8 store i32 0, ptr %5, align 4 store i32 0, ptr %4, align 4 store i32 0, ptr %6, align 4 br label %9 9: ; preds = %134, %23, %1 %10 = load ptr, ptr %3, align 8 %11 = getelementptr inbounds i8, ptr %10, i32 1 store ptr %11, ptr %3, align 8 %12 = load i8, ptr %10, align 1 store i8 %12, ptr %7, align 1 %13 = sext i8 %12 to i32 %14 = icmp ne i32 0, %13 br i1 %14, label %15, label %135 15: ; preds = %9 %16 = load i8, ptr %7, align 1 %17 = sext i8 %16 to i32 %18 = icmp eq i32 %17, 10 br i1 %18, label %23, label %19 19: ; preds = %15 %20 = load i8, ptr %7, align 1 %21 = sext i8 %20 to i32 %22 = icmp eq i32 %21, 13 br i1 %22, label %23, label %24 23: ; preds = %19, %15 br label %9, !llvm.loop !6 24: ; preds = %19 %25 = load i32, ptr %6, align 4 switch i32 %25, label %134 [ i32 0, label %26 i32 1, label %36 i32 2, label %82 i32 3, label %107 ] 26: ; preds = %24 %27 = load i8, ptr %7, align 1 %28 = call i32 @isupper(i8 noundef signext %27) %29 = icmp ne i32 %28, 0 br i1 %29, label %30, label %34 30: ; preds = %26 %31 = load i8, ptr %7, align 1 %32 = getelementptr inbounds [3 x i8], ptr %8, i64 0, i64 0 store i8 %31, ptr %32, align 1 %33 = getelementptr inbounds [3 x i8], ptr %8, i64 0, i64 1 store i8 0, ptr %33, align 1 store i32 1, ptr %6, align 4 br label %35 34: ; preds = %26 br label %155 35: ; preds = %30 br label %134 36: ; preds = %24 %37 = load i8, ptr %7, align 1 %38 = call i32 @isdigit(i8 noundef signext %37) %39 = icmp ne i32 %38, 0 br i1 %39, label %40, label %49 40: ; preds = %36 %41 = getelementptr inbounds [3 x i8], ptr %8, i64 0, i64 0 %42 = call i32 @atno(ptr noundef %41) store i32 %42, ptr %4, align 4 %43 = icmp eq i32 0, %42 br i1 %43, label %44, label %45 44: ; preds = %40 br label %155 45: ; preds = %40 %46 = load i8, ptr %7, align 1 %47 = sext i8 %46 to i32 %48 = sub nsw i32 %47, 48 store i32 %48, ptr %5, align 4 store i32 2, ptr %6, align 4 br label %81 49: ; preds = %36 %50 = load i8, ptr %7, align 1 %51 = call i32 @islower(i8 noundef signext %50) %52 = icmp ne i32 %51, 0 br i1 %52, label %53, label %62 53: ; preds = %49 %54 = load i8, ptr %7, align 1 %55 = getelementptr inbounds [3 x i8], ptr %8, i64 0, i64 1 store i8 %54, ptr %55, align 1 %56 = getelementptr inbounds [3 x i8], ptr %8, i64 0, i64 2 store i8 0, ptr %56, align 1 %57 = getelementptr inbounds [3 x i8], ptr %8, i64 0, i64 0 %58 = call i32 @atno(ptr noundef %57) store i32 %58, ptr %4, align 4 %59 = icmp eq i32 0, %58 br i1 %59, label %60, label %61 60: ; preds = %53 br label %155 61: ; preds = %53 store i32 3, ptr %6, align 4 br label %80 62: ; preds = %49 %63 = load i8, ptr %7, align 1 %64 = call i32 @isupper(i8 noundef signext %63) %65 = icmp ne i32 %64, 0 br i1 %65, label %66, label %78 66: ; preds = %62 %67 = getelementptr inbounds [3 x i8], ptr %8, i64 0, i64 0 %68 = call i32 @atno(ptr noundef %67) store i32 %68, ptr %4, align 4 %69 = icmp eq i32 0, %68 br i1 %69, label %70, label %71 70: ; preds = %66 br label %155 71: ; preds = %66 store i32 1, ptr %5, align 4 %72 = load i32, ptr %4, align 4 %73 = load i32, ptr %5, align 4 %74 = call i32 @foutput(i32 noundef %72, i32 noundef %73) %75 = load i8, ptr %7, align 1 %76 = getelementptr inbounds [3 x i8], ptr %8, i64 0, i64 0 store i8 %75, ptr %76, align 1 %77 = getelementptr inbounds [3 x i8], ptr %8, i64 0, i64 1 store i8 0, ptr %77, align 1 store i32 1, ptr %6, align 4 br label %79 78: ; preds = %62 br label %155 79: ; preds = %71 br label %80 80: ; preds = %79, %61 br label %81 81: ; preds = %80, %45 br label %134 82: ; preds = %24 %83 = load i8, ptr %7, align 1 %84 = call i32 @isdigit(i8 noundef signext %83) %85 = icmp ne i32 %84, 0 br i1 %85, label %86, label %93 86: ; preds = %82 %87 = load i32, ptr %5, align 4 %88 = mul nsw i32 10, %87 %89 = load i8, ptr %7, align 1 %90 = sext i8 %89 to i32 %91 = add nsw i32 %88, %90 %92 = sub nsw i32 %91, 48 store i32 %92, ptr %5, align 4 br label %106 93: ; preds = %82 %94 = load i8, ptr %7, align 1 %95 = call i32 @isupper(i8 noundef signext %94) %96 = icmp ne i32 %95, 0 br i1 %96, label %97, label %104 97: ; preds = %93 %98 = load i32, ptr %4, align 4 %99 = load i32, ptr %5, align 4 %100 = call i32 @foutput(i32 noundef %98, i32 noundef %99) %101 = load i8, ptr %7, align 1 %102 = getelementptr inbounds [3 x i8], ptr %8, i64 0, i64 0 store i8 %101, ptr %102, align 1 %103 = getelementptr inbounds [3 x i8], ptr %8, i64 0, i64 1 store i8 0, ptr %103, align 1 store i32 1, ptr %6, align 4 br label %105 104: ; preds = %93 br label %155 105: ; preds = %97 br label %106 106: ; preds = %105, %86 br label %134 107: ; preds = %24 %108 = load i8, ptr %7, align 1 %109 = call i32 @isdigit(i8 noundef signext %108) %110 = icmp ne i32 %109, 0 br i1 %110, label %111, label %115 111: ; preds = %107 %112 = load i8, ptr %7, align 1 %113 = sext i8 %112 to i32 %114 = sub nsw i32 %113, 48 store i32 %114, ptr %5, align 4 store i32 2, ptr %6, align 4 br label %133 115: ; preds = %107 %116 = load i8, ptr %7, align 1 %117 = call i32 @isupper(i8 noundef signext %116) %118 = icmp ne i32 %117, 0 br i1 %118, label %119, label %131 119: ; preds = %115 %120 = getelementptr inbounds [3 x i8], ptr %8, i64 0, i64 0 %121 = call i32 @atno(ptr noundef %120) store i32 %121, ptr %4, align 4 %122 = icmp eq i32 0, %121 br i1 %122, label %123, label %124 123: ; preds = %119 br label %155 124: ; preds = %119 store i32 1, ptr %5, align 4 %125 = load i32, ptr %4, align 4 %126 = load i32, ptr %5, align 4 %127 = call i32 @foutput(i32 noundef %125, i32 noundef %126) %128 = load i8, ptr %7, align 1 %129 = getelementptr inbounds [3 x i8], ptr %8, i64 0, i64 0 store i8 %128, ptr %129, align 1 %130 = getelementptr inbounds [3 x i8], ptr %8, i64 0, i64 1 store i8 0, ptr %130, align 1 store i32 1, ptr %6, align 4 br label %132 131: ; preds = %115 br label %155 132: ; preds = %124 br label %133 133: ; preds = %132, %111 br label %134 134: ; preds = %24, %133, %106, %81, %35 br label %9, !llvm.loop !6 135: ; preds = %9 %136 = load i32, ptr %6, align 4 %137 = icmp eq i32 %136, 1 br i1 %137, label %141, label %138 138: ; preds = %135 %139 = load i32, ptr %6, align 4 %140 = icmp eq i32 %139, 3 br i1 %140, label %141, label %142 141: ; preds = %138, %135 store i32 1, ptr %5, align 4 br label %142 142: ; preds = %141, %138 %143 = load i32, ptr %6, align 4 %144 = icmp ne i32 %143, 0 br i1 %144, label %145, label %154 145: ; preds = %142 %146 = getelementptr inbounds [3 x i8], ptr %8, i64 0, i64 0 %147 = call i32 @atno(ptr noundef %146) store i32 %147, ptr %4, align 4 %148 = icmp eq i32 0, %147 br i1 %148, label %149, label %150 149: ; preds = %145 br label %155 150: ; preds = %145 %151 = load i32, ptr %4, align 4 %152 = load i32, ptr %5, align 4 %153 = call i32 @foutput(i32 noundef %151, i32 noundef %152) store i32 1, ptr %2, align 4 br label %157 154: ; preds = %142 br label %155 155: ; preds = %154, %149, %131, %123, %104, %78, %70, %60, %44, %34 %156 = call i32 @printf(ptr noundef @.str) store i32 0, ptr %2, align 4 br label %157 157: ; preds = %155, %150 %158 = load i32, ptr %2, align 4 ret i32 %158 } declare i32 @isupper(i8 noundef signext) #1 declare i32 @isdigit(i8 noundef signext) #1 declare i32 @atno(ptr noundef) #1 declare i32 @islower(i8 noundef signext) #1 declare i32 @foutput(i32 noundef, i32 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/tmp7tolro0v.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128" target triple = "x86_64-pc-linux-gnu" @.str = private unnamed_addr constant [14 x i8] c"Bad formula\0A\0A\00", align 1 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local i32 @formula(ptr noundef %0) #0 { %2 = alloca i32, align 4 %3 = alloca ptr, align 8 %4 = alloca i32, align 4 %5 = alloca i32, align 4 %6 = alloca i32, align 4 %7 = alloca i8, align 1 %8 = alloca [3 x i8], align 1 store ptr %0, ptr %3, align 8 store i32 0, ptr %5, align 4 store i32 0, ptr %4, align 4 store i32 0, ptr %6, align 4 %9 = load ptr, ptr %3, align 8 %10 = getelementptr inbounds i8, ptr %9, i32 1 store ptr %10, ptr %3, align 8 %11 = load i8, ptr %9, align 1 store i8 %11, ptr %7, align 1 %12 = sext i8 %11 to i32 %13 = icmp ne i32 0, %12 br i1 %13, label %.lr.ph, label %139 .lr.ph: ; preds = %1 br label %14 14: ; preds = %.lr.ph, %.backedge %15 = load i8, ptr %7, align 1 %16 = sext i8 %15 to i32 %17 = icmp eq i32 %16, 10 br i1 %17, label %22, label %18 18: ; preds = %14 %19 = load i8, ptr %7, align 1 %20 = sext i8 %19 to i32 %21 = icmp eq i32 %20, 13 br i1 %21, label %22, label %28 22: ; preds = %18, %14 br label %.backedge .backedge: ; preds = %22, %138 %23 = load ptr, ptr %3, align 8 %24 = getelementptr inbounds i8, ptr %23, i32 1 store ptr %24, ptr %3, align 8 %25 = load i8, ptr %23, align 1 store i8 %25, ptr %7, align 1 %26 = sext i8 %25 to i32 %27 = icmp ne i32 0, %26 br i1 %27, label %14, label %._crit_edge, !llvm.loop !6 28: ; preds = %18 %29 = load i32, ptr %6, align 4 switch i32 %29, label %138 [ i32 0, label %30 i32 1, label %40 i32 2, label %86 i32 3, label %111 ] 30: ; preds = %28 %31 = load i8, ptr %7, align 1 %32 = call i32 @isupper(i8 noundef signext %31) %33 = icmp ne i32 %32, 0 br i1 %33, label %34, label %38 34: ; preds = %30 %35 = load i8, ptr %7, align 1 %36 = getelementptr inbounds [3 x i8], ptr %8, i64 0, i64 0 store i8 %35, ptr %36, align 1 %37 = getelementptr inbounds [3 x i8], ptr %8, i64 0, i64 1 store i8 0, ptr %37, align 1 store i32 1, ptr %6, align 4 br label %39 38: ; preds = %30 br label %159 39: ; preds = %34 br label %138 40: ; preds = %28 %41 = load i8, ptr %7, align 1 %42 = call i32 @isdigit(i8 noundef signext %41) %43 = icmp ne i32 %42, 0 br i1 %43, label %44, label %53 44: ; preds = %40 %45 = getelementptr inbounds [3 x i8], ptr %8, i64 0, i64 0 %46 = call i32 @atno(ptr noundef %45) store i32 %46, ptr %4, align 4 %47 = icmp eq i32 0, %46 br i1 %47, label %48, label %49 48: ; preds = %44 br label %159 49: ; preds = %44 %50 = load i8, ptr %7, align 1 %51 = sext i8 %50 to i32 %52 = sub nsw i32 %51, 48 store i32 %52, ptr %5, align 4 store i32 2, ptr %6, align 4 br label %85 53: ; preds = %40 %54 = load i8, ptr %7, align 1 %55 = call i32 @islower(i8 noundef signext %54) %56 = icmp ne i32 %55, 0 br i1 %56, label %57, label %66 57: ; preds = %53 %58 = load i8, ptr %7, align 1 %59 = getelementptr inbounds [3 x i8], ptr %8, i64 0, i64 1 store i8 %58, ptr %59, align 1 %60 = getelementptr inbounds [3 x i8], ptr %8, i64 0, i64 2 store i8 0, ptr %60, align 1 %61 = getelementptr inbounds [3 x i8], ptr %8, i64 0, i64 0 %62 = call i32 @atno(ptr noundef %61) store i32 %62, ptr %4, align 4 %63 = icmp eq i32 0, %62 br i1 %63, label %64, label %65 64: ; preds = %57 br label %159 65: ; preds = %57 store i32 3, ptr %6, align 4 br label %84 66: ; preds = %53 %67 = load i8, ptr %7, align 1 %68 = call i32 @isupper(i8 noundef signext %67) %69 = icmp ne i32 %68, 0 br i1 %69, label %70, label %82 70: ; preds = %66 %71 = getelementptr inbounds [3 x i8], ptr %8, i64 0, i64 0 %72 = call i32 @atno(ptr noundef %71) store i32 %72, ptr %4, align 4 %73 = icmp eq i32 0, %72 br i1 %73, label %74, label %75 74: ; preds = %70 br label %159 75: ; preds = %70 store i32 1, ptr %5, align 4 %76 = load i32, ptr %4, align 4 %77 = load i32, ptr %5, align 4 %78 = call i32 @foutput(i32 noundef %76, i32 noundef %77) %79 = load i8, ptr %7, align 1 %80 = getelementptr inbounds [3 x i8], ptr %8, i64 0, i64 0 store i8 %79, ptr %80, align 1 %81 = getelementptr inbounds [3 x i8], ptr %8, i64 0, i64 1 store i8 0, ptr %81, align 1 store i32 1, ptr %6, align 4 br label %83 82: ; preds = %66 br label %159 83: ; preds = %75 br label %84 84: ; preds = %83, %65 br label %85 85: ; preds = %84, %49 br label %138 86: ; preds = %28 %87 = load i8, ptr %7, align 1 %88 = call i32 @isdigit(i8 noundef signext %87) %89 = icmp ne i32 %88, 0 br i1 %89, label %90, label %97 90: ; preds = %86 %91 = load i32, ptr %5, align 4 %92 = mul nsw i32 10, %91 %93 = load i8, ptr %7, align 1 %94 = sext i8 %93 to i32 %95 = add nsw i32 %92, %94 %96 = sub nsw i32 %95, 48 store i32 %96, ptr %5, align 4 br label %110 97: ; preds = %86 %98 = load i8, ptr %7, align 1 %99 = call i32 @isupper(i8 noundef signext %98) %100 = icmp ne i32 %99, 0 br i1 %100, label %101, label %108 101: ; preds = %97 %102 = load i32, ptr %4, align 4 %103 = load i32, ptr %5, align 4 %104 = call i32 @foutput(i32 noundef %102, i32 noundef %103) %105 = load i8, ptr %7, align 1 %106 = getelementptr inbounds [3 x i8], ptr %8, i64 0, i64 0 store i8 %105, ptr %106, align 1 %107 = getelementptr inbounds [3 x i8], ptr %8, i64 0, i64 1 store i8 0, ptr %107, align 1 store i32 1, ptr %6, align 4 br label %109 108: ; preds = %97 br label %159 109: ; preds = %101 br label %110 110: ; preds = %109, %90 br label %138 111: ; preds = %28 %112 = load i8, ptr %7, align 1 %113 = call i32 @isdigit(i8 noundef signext %112) %114 = icmp ne i32 %113, 0 br i1 %114, label %115, label %119 115: ; preds = %111 %116 = load i8, ptr %7, align 1 %117 = sext i8 %116 to i32 %118 = sub nsw i32 %117, 48 store i32 %118, ptr %5, align 4 store i32 2, ptr %6, align 4 br label %137 119: ; preds = %111 %120 = load i8, ptr %7, align 1 %121 = call i32 @isupper(i8 noundef signext %120) %122 = icmp ne i32 %121, 0 br i1 %122, label %123, label %135 123: ; preds = %119 %124 = getelementptr inbounds [3 x i8], ptr %8, i64 0, i64 0 %125 = call i32 @atno(ptr noundef %124) store i32 %125, ptr %4, align 4 %126 = icmp eq i32 0, %125 br i1 %126, label %127, label %128 127: ; preds = %123 br label %159 128: ; preds = %123 store i32 1, ptr %5, align 4 %129 = load i32, ptr %4, align 4 %130 = load i32, ptr %5, align 4 %131 = call i32 @foutput(i32 noundef %129, i32 noundef %130) %132 = load i8, ptr %7, align 1 %133 = getelementptr inbounds [3 x i8], ptr %8, i64 0, i64 0 store i8 %132, ptr %133, align 1 %134 = getelementptr inbounds [3 x i8], ptr %8, i64 0, i64 1 store i8 0, ptr %134, align 1 store i32 1, ptr %6, align 4 br label %136 135: ; preds = %119 br label %159 136: ; preds = %128 br label %137 137: ; preds = %136, %115 br label %138 138: ; preds = %137, %110, %85, %39, %28 br label %.backedge ._crit_edge: ; preds = %.backedge br label %139 139: ; preds = %._crit_edge, %1 %140 = load i32, ptr %6, align 4 %141 = icmp eq i32 %140, 1 br i1 %141, label %145, label %142 142: ; preds = %139 %143 = load i32, ptr %6, align 4 %144 = icmp eq i32 %143, 3 br i1 %144, label %145, label %146 145: ; preds = %142, %139 store i32 1, ptr %5, align 4 br label %146 146: ; preds = %145, %142 %147 = load i32, ptr %6, align 4 %148 = icmp ne i32 %147, 0 br i1 %148, label %149, label %158 149: ; preds = %146 %150 = getelementptr inbounds [3 x i8], ptr %8, i64 0, i64 0 %151 = call i32 @atno(ptr noundef %150) store i32 %151, ptr %4, align 4 %152 = icmp eq i32 0, %151 br i1 %152, label %153, label %154 153: ; preds = %149 br label %159 154: ; preds = %149 %155 = load i32, ptr %4, align 4 %156 = load i32, ptr %5, align 4 %157 = call i32 @foutput(i32 noundef %155, i32 noundef %156) store i32 1, ptr %2, align 4 br label %161 158: ; preds = %146 br label %159 159: ; preds = %158, %153, %135, %127, %108, %82, %74, %64, %48, %38 %160 = call i32 @printf(ptr noundef @.str) store i32 0, ptr %2, align 4 br label %161 161: ; preds = %159, %154 %162 = load i32, ptr %2, align 4 ret i32 %162 } declare i32 @isupper(i8 noundef signext) #1 declare i32 @isdigit(i8 noundef signext) #1 declare i32 @atno(ptr noundef) #1 declare i32 @islower(i8 noundef signext) #1 declare i32 @foutput(i32 noundef, i32 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/tmp47fhe42m.c' source_filename = "/tmp/tmp47fhe42m.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @swap_data(ptr noundef %0, ptr noundef %1, i64 noundef %2) #0 { %4 = alloca ptr, align 8 %5 = alloca ptr, align 8 %6 = alloca i64, align 8 %7 = alloca ptr, align 8 store ptr %0, ptr %4, align 8 store ptr %1, ptr %5, align 8 store i64 %2, ptr %6, align 8 %8 = load i64, ptr %6, align 8 %9 = call i64 @malloc(i64 noundef %8) %10 = inttoptr i64 %9 to ptr store ptr %10, ptr %7, align 8 %11 = icmp ne ptr %10, null br i1 %11, label %13, label %12 12: ; preds = %3 br label %28 13: ; preds = %3 %14 = load ptr, ptr %7, align 8 %15 = load ptr, ptr %4, align 8 %16 = load i64, ptr %6, align 8 %17 = call i32 @memcpy(ptr noundef %14, ptr noundef %15, i64 noundef %16) %18 = load ptr, ptr %4, align 8 %19 = load ptr, ptr %5, align 8 %20 = load i64, ptr %6, align 8 %21 = call i32 @memcpy(ptr noundef %18, ptr noundef %19, i64 noundef %20) %22 = load ptr, ptr %5, align 8 %23 = load ptr, ptr %7, align 8 %24 = load i64, ptr %6, align 8 %25 = call i32 @memcpy(ptr noundef %22, ptr noundef %23, i64 noundef %24) %26 = load ptr, ptr %7, align 8 %27 = call i32 @free(ptr noundef %26) br label %28 28: ; preds = %13, %12 ret void } declare i64 @malloc(i64 noundef) #1 declare i32 @memcpy(ptr noundef, ptr noundef, i64 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/tmp47fhe42m.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @swap_data(ptr noundef %0, ptr noundef %1, i64 noundef %2) #0 { %4 = alloca ptr, align 8 %5 = alloca ptr, align 8 %6 = alloca i64, align 8 %7 = alloca ptr, align 8 store ptr %0, ptr %4, align 8 store ptr %1, ptr %5, align 8 store i64 %2, ptr %6, align 8 %8 = load i64, ptr %6, align 8 %9 = call i64 @malloc(i64 noundef %8) %10 = inttoptr i64 %9 to ptr store ptr %10, ptr %7, align 8 %11 = icmp ne ptr %10, null br i1 %11, label %13, label %12 12: ; preds = %3 br label %28 13: ; preds = %3 %14 = load ptr, ptr %7, align 8 %15 = load ptr, ptr %4, align 8 %16 = load i64, ptr %6, align 8 %17 = call i32 @memcpy(ptr noundef %14, ptr noundef %15, i64 noundef %16) %18 = load ptr, ptr %4, align 8 %19 = load ptr, ptr %5, align 8 %20 = load i64, ptr %6, align 8 %21 = call i32 @memcpy(ptr noundef %18, ptr noundef %19, i64 noundef %20) %22 = load ptr, ptr %5, align 8 %23 = load ptr, ptr %7, align 8 %24 = load i64, ptr %6, align 8 %25 = call i32 @memcpy(ptr noundef %22, ptr noundef %23, i64 noundef %24) %26 = load ptr, ptr %7, align 8 %27 = call i32 @free(ptr noundef %26) br label %28 28: ; preds = %13, %12 ret void } declare i64 @malloc(i64 noundef) #1 declare i32 @memcpy(ptr noundef, ptr noundef, i64 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/tmpfd2d1_sc.c' source_filename = "/tmp/tmpfd2d1_sc.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128" target triple = "x86_64-pc-linux-gnu" @.str = private unnamed_addr constant [11 x i8] c"[ERROR] %s\00", align 1 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local void @error_callback(ptr noundef %0, ptr noundef %1) #0 { %3 = alloca ptr, align 8 %4 = alloca ptr, align 8 %5 = alloca ptr, align 8 store ptr %0, ptr %3, align 8 store ptr %1, ptr %4, align 8 %6 = load ptr, ptr %4, align 8 store ptr %6, ptr %5, align 8 %7 = load ptr, ptr %5, align 8 %8 = load ptr, ptr %3, align 8 %9 = call i32 @fprintf(ptr noundef %7, ptr noundef @.str, ptr noundef %8) ret void } declare i32 @fprintf(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/tmpfd2d1_sc.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128" target triple = "x86_64-pc-linux-gnu" @.str = private unnamed_addr constant [11 x i8] c"[ERROR] %s\00", align 1 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local void @error_callback(ptr noundef %0, ptr noundef %1) #0 { %3 = alloca ptr, align 8 %4 = alloca ptr, align 8 %5 = alloca ptr, align 8 store ptr %0, ptr %3, align 8 store ptr %1, ptr %4, align 8 %6 = load ptr, ptr %4, align 8 store ptr %6, ptr %5, align 8 %7 = load ptr, ptr %5, align 8 %8 = load ptr, ptr %3, align 8 %9 = call i32 @fprintf(ptr noundef %7, ptr noundef @.str, ptr noundef %8) ret void } declare i32 @fprintf(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/tmps76ksp1y.c' source_filename = "/tmp/tmps76ksp1y.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128" target triple = "x86_64-pc-linux-gnu" @.str = private unnamed_addr constant [12 x i8] c"Cauchy: %f\0A\00", align 1 @.str.1 = private unnamed_addr constant [12 x i8] c"Gumbel: %f\0A\00", align 1 @.str.2 = private unnamed_addr constant [13 x i8] c"Laplace: %f\0A\00", align 1 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local i32 @main() #0 { %1 = alloca i32, align 4 store i32 0, ptr %1, align 4 %2 = call double @cauchy(i32 noundef -2) %3 = call i32 @printf(ptr noundef @.str, double noundef %2) %4 = call double @gumbel(i32 noundef 0, double noundef 5.000000e-01, i32 noundef 2) %5 = call i32 @printf(ptr noundef @.str.1, double noundef %4) %6 = call double @laplace(i32 noundef -6, i32 noundef -5, i32 noundef 4) %7 = call i32 @printf(ptr noundef @.str.2, double noundef %6) ret i32 0 } declare i32 @printf(ptr noundef, double noundef) #1 declare double @cauchy(i32 noundef) #1 declare double @gumbel(i32 noundef, double noundef, i32 noundef) #1 declare double @laplace(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/tmps76ksp1y.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128" target triple = "x86_64-pc-linux-gnu" @.str = private unnamed_addr constant [12 x i8] c"Cauchy: %f\0A\00", align 1 @.str.1 = private unnamed_addr constant [12 x i8] c"Gumbel: %f\0A\00", align 1 @.str.2 = private unnamed_addr constant [13 x i8] c"Laplace: %f\0A\00", align 1 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local i32 @main() #0 { %1 = alloca i32, align 4 store i32 0, ptr %1, align 4 %2 = call double @cauchy(i32 noundef -2) %3 = call i32 @printf(ptr noundef @.str, double noundef %2) %4 = call double @gumbel(i32 noundef 0, double noundef 5.000000e-01, i32 noundef 2) %5 = call i32 @printf(ptr noundef @.str.1, double noundef %4) %6 = call double @laplace(i32 noundef -6, i32 noundef -5, i32 noundef 4) %7 = call i32 @printf(ptr noundef @.str.2, double noundef %6) ret i32 0 } declare i32 @printf(ptr noundef, double noundef) #1 declare double @cauchy(i32 noundef) #1 declare double @gumbel(i32 noundef, double noundef, i32 noundef) #1 declare double @laplace(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/tmpmxtejmbi.c' source_filename = "/tmp/tmpmxtejmbi.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128" target triple = "x86_64-pc-linux-gnu" @.str = private unnamed_addr constant [30 x i8] c"\0A===========================\0A\00", align 1 @.str.1 = private unnamed_addr constant [31 x i8] c"All tests passed successfuly!\0A\00", align 1 @.str.2 = private unnamed_addr constant [29 x i8] c"===========================\0A\00", align 1 @.str.3 = private unnamed_addr constant [27 x i8] c"\0A@@@@@@@@@@@@@@@@@@@@@@@@\0A\00", align 1 @.str.4 = private unnamed_addr constant [25 x i8] c"Some tests have failed!\0A\00", align 1 @.str.5 = private unnamed_addr constant [26 x i8] c"@@@@@@@@@@@@@@@@@@@@@@@@\0A\00", align 1 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local i32 @main() #0 { %1 = alloca i32, align 4 %2 = alloca i32, align 4 store i32 0, ptr %1, align 4 store i32 0, ptr %2, align 4 %3 = call i32 (...) @test_simple_sign() %4 = load i32, ptr %2, align 4 %5 = or i32 %4, %3 store i32 %5, ptr %2, align 4 %6 = call i32 (...) @test_short_input() %7 = load i32, ptr %2, align 4 %8 = or i32 %7, %6 store i32 %8, ptr %2, align 4 %9 = call i32 (...) @test_sign_similarity() %10 = load i32, ptr %2, align 4 %11 = or i32 %10, %9 store i32 %11, ptr %2, align 4 %12 = load i32, ptr %2, align 4 %13 = icmp eq i32 0, %12 br i1 %13, label %14, label %18 14: ; preds = %0 %15 = call i32 @printf(ptr noundef @.str) %16 = call i32 @printf(ptr noundef @.str.1) %17 = call i32 @printf(ptr noundef @.str.2) br label %22 18: ; preds = %0 %19 = call i32 @printf(ptr noundef @.str.3) %20 = call i32 @printf(ptr noundef @.str.4) %21 = call i32 @printf(ptr noundef @.str.5) store i32 -1, ptr %1, align 4 br label %23 22: ; preds = %14 store i32 0, ptr %1, align 4 br label %23 23: ; preds = %22, %18 %24 = load i32, ptr %1, align 4 ret i32 %24 } declare i32 @test_simple_sign(...) #1 declare i32 @test_short_input(...) #1 declare i32 @test_sign_similarity(...) #1 declare i32 @printf(ptr noundef) #1 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '<stdin>' source_filename = "/tmp/tmpmxtejmbi.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128" target triple = "x86_64-pc-linux-gnu" @.str = private unnamed_addr constant [30 x i8] c"\0A===========================\0A\00", align 1 @.str.1 = private unnamed_addr constant [31 x i8] c"All tests passed successfuly!\0A\00", align 1 @.str.2 = private unnamed_addr constant [29 x i8] c"===========================\0A\00", align 1 @.str.3 = private unnamed_addr constant [27 x i8] c"\0A@@@@@@@@@@@@@@@@@@@@@@@@\0A\00", align 1 @.str.4 = private unnamed_addr constant [25 x i8] c"Some tests have failed!\0A\00", align 1 @.str.5 = private unnamed_addr constant [26 x i8] c"@@@@@@@@@@@@@@@@@@@@@@@@\0A\00", align 1 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local i32 @main() #0 { %1 = alloca i32, align 4 %2 = alloca i32, align 4 store i32 0, ptr %1, align 4 store i32 0, ptr %2, align 4 %3 = call i32 (...) @test_simple_sign() %4 = load i32, ptr %2, align 4 %5 = or i32 %4, %3 store i32 %5, ptr %2, align 4 %6 = call i32 (...) @test_short_input() %7 = load i32, ptr %2, align 4 %8 = or i32 %7, %6 store i32 %8, ptr %2, align 4 %9 = call i32 (...) @test_sign_similarity() %10 = load i32, ptr %2, align 4 %11 = or i32 %10, %9 store i32 %11, ptr %2, align 4 %12 = load i32, ptr %2, align 4 %13 = icmp eq i32 0, %12 br i1 %13, label %14, label %18 14: ; preds = %0 %15 = call i32 @printf(ptr noundef @.str) %16 = call i32 @printf(ptr noundef @.str.1) %17 = call i32 @printf(ptr noundef @.str.2) br label %22 18: ; preds = %0 %19 = call i32 @printf(ptr noundef @.str.3) %20 = call i32 @printf(ptr noundef @.str.4) %21 = call i32 @printf(ptr noundef @.str.5) store i32 -1, ptr %1, align 4 br label %23 22: ; preds = %14 store i32 0, ptr %1, align 4 br label %23 23: ; preds = %22, %18 %24 = load i32, ptr %1, align 4 ret i32 %24 } declare i32 @test_simple_sign(...) #1 declare i32 @test_short_input(...) #1 declare i32 @test_sign_similarity(...) #1 declare i32 @printf(ptr noundef) #1 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '/tmp/tmp5tu2pj3t.c' source_filename = "/tmp/tmp5tu2pj3t.c" target datalayout = "e-m:e-p270: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/tmp5tu2pj3t.c" target datalayout = "e-m:e-p270: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/tmpji_t_dl8.c' source_filename = "/tmp/tmpji_t_dl8.c" target datalayout = "e-m:e-p270: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/tmpji_t_dl8.c" target datalayout = "e-m:e-p270: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/tmpdw5h2wa3.c' source_filename = "/tmp/tmpdw5h2wa3.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128" target triple = "x86_64-pc-linux-gnu" @.str = private unnamed_addr constant [125 x i8] c"\0A 8-inch (200 mm) Single sided, 77 tracks per side, 26 sectors\0A per track, 128 bytes per sector (243 KB) (DR-DOS only)\00", align 1 @.str.1 = private unnamed_addr constant [97 x i8] c"\0A 5.25-inch (130 mm) Double sided, 80 tracks per side, 9 sector,\0A 720 KB (Tandy 2000 only)\00", align 1 @.str.2 = private unnamed_addr constant [272 x i8] c"\0A 3.5-inch (90 mm) Double Sided, 80 tracks per side, 18 or 36\0A sectors per track (1.44 MB or 2.88 MB).\0A Designated for use with custom floppy and superfloppy formats\0A where the geometry is defined in the BPB.\0A Used also for other media types such as tapes.\00", align 1 @.str.3 = private unnamed_addr constant [405 x i8] c"\0A Fixed disk (i.e., typically a partition on a hard disk).\0A (since DOS 2.0)\0A Designated to be used for any partitioned fixed or removable\0A media, where the geometry is defined in the BPB.\0A 3.5-inch Single sided, 80 tracks per side, 9 sectors per track\0A (360 KB) (MSX-DOS only)\0A 5.25-inch Double sided, 80 tracks per side, 9 sectors per track\0A (720 KB) (Sanyo 55x DS-DOS 2.11 only)\00", align 1 @.str.4 = private unnamed_addr constant [292 x i8] c"\0A 3.5-inch Double sided, 80 tracks per side, 9 sectors per track\0A (720 KB) (since DOS 3.2)\0A 3.5-inch Double sided, 80 tracks per side, 18 sectors per track\0A (1440 KB) (DOS 3.2 only)\0A 5.25-inch Double sided, 80 tracks per side, 15 sectors per track\0A (1.2 MB) (since DOS 3.0)\00", align 1 @.str.5 = private unnamed_addr constant [190 x i8] c"\0A 3.5-inch and 5.25-inch Single sided, 80 tracks per side, 8\0A sectors per track (320 KB)\0A Used also for RAM disks and ROM disks (f.e. on HP 200LX)\0A Hard disk (Tandy MS-DOS only)\00", align 1 @.str.6 = private unnamed_addr constant [95 x i8] c"\0A 3.5-inch and 5.25-inch Double sided, 80 tracks per side,\0A 8 sectors per track (640 KB)\00", align 1 @.str.7 = private unnamed_addr constant [98 x i8] c"\0A 5.25-inch Single sided, 40 tracks per side, 9 sectors per track\0A (180 KB) (since DOS 2.0)\00", align 1 @.str.8 = private unnamed_addr constant [264 x i8] c"\0A 5.25-inch Double sided, 40 tracks per side, 9 sectors per track\0A (360 KB) (since DOS 2.0)\0A 8-inch Double sided, 77 tracks per side, 26 sectors per track,\0A 128 bytes per sector (500.5 KB)\0A (8-inch Double sided, (single and) double density (DOS 1))\00", align 1 @.str.9 = private unnamed_addr constant [368 x i8] c"\0A 5.25-inch Single sided, 40 tracks per side, 8 sectors per track\0A (160 KB) (since DOS 1.0)\0A 8-inch Single sided, 77 tracks per side, 26 sectors per track,\0A 128 bytes per sector (250.25 KB)\0A 8-inch Double sided, 77 tracks per side, 8 sectors per track,\0A ONE_K bytes per sector (1232 KB)\0A (8-inch Single sided, (single and) double density (DOS 1))\00", align 1 @.str.10 = private unnamed_addr constant [141 x i8] c"\0A 5.25-inch Double sided, 40 tracks per side, 8 sectors per track\0A (320 KB) (since DOS 1.1)\0A Hard disk (Sanyo 55x DS-DOS 2.11 only)\00", align 1 @.str.11 = private unnamed_addr constant [1 x i8] zeroinitializer, align 1 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local ptr @msdos_get_media_type(i32 noundef %0) #0 { %2 = alloca ptr, 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 %16 [ i32 229, label %5 i32 237, label %6 i32 240, label %7 i32 248, label %8 i32 249, label %9 i32 250, label %10 i32 251, label %11 i32 252, label %12 i32 253, label %13 i32 254, label %14 i32 255, label %15 ] 5: ; preds = %1 store ptr @.str, ptr %2, align 8 br label %17 6: ; preds = %1 store ptr @.str.1, ptr %2, align 8 br label %17 7: ; preds = %1 store ptr @.str.2, ptr %2, align 8 br label %17 8: ; preds = %1 store ptr @.str.3, ptr %2, align 8 br label %17 9: ; preds = %1 store ptr @.str.4, ptr %2, align 8 br label %17 10: ; preds = %1 store ptr @.str.5, ptr %2, align 8 br label %17 11: ; preds = %1 store ptr @.str.6, ptr %2, align 8 br label %17 12: ; preds = %1 store ptr @.str.7, ptr %2, align 8 br label %17 13: ; preds = %1 store ptr @.str.8, ptr %2, align 8 br label %17 14: ; preds = %1 store ptr @.str.9, ptr %2, align 8 br label %17 15: ; preds = %1 store ptr @.str.10, ptr %2, align 8 br label %17 16: ; preds = %1 store ptr @.str.11, ptr %2, align 8 br label %17 17: ; preds = %16, %15, %14, %13, %12, %11, %10, %9, %8, %7, %6, %5 %18 = load ptr, ptr %2, align 8 ret ptr %18 } attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '<stdin>' source_filename = "/tmp/tmpdw5h2wa3.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128" target triple = "x86_64-pc-linux-gnu" @.str = private unnamed_addr constant [125 x i8] c"\0A 8-inch (200 mm) Single sided, 77 tracks per side, 26 sectors\0A per track, 128 bytes per sector (243 KB) (DR-DOS only)\00", align 1 @.str.1 = private unnamed_addr constant [97 x i8] c"\0A 5.25-inch (130 mm) Double sided, 80 tracks per side, 9 sector,\0A 720 KB (Tandy 2000 only)\00", align 1 @.str.2 = private unnamed_addr constant [272 x i8] c"\0A 3.5-inch (90 mm) Double Sided, 80 tracks per side, 18 or 36\0A sectors per track (1.44 MB or 2.88 MB).\0A Designated for use with custom floppy and superfloppy formats\0A where the geometry is defined in the BPB.\0A Used also for other media types such as tapes.\00", align 1 @.str.3 = private unnamed_addr constant [405 x i8] c"\0A Fixed disk (i.e., typically a partition on a hard disk).\0A (since DOS 2.0)\0A Designated to be used for any partitioned fixed or removable\0A media, where the geometry is defined in the BPB.\0A 3.5-inch Single sided, 80 tracks per side, 9 sectors per track\0A (360 KB) (MSX-DOS only)\0A 5.25-inch Double sided, 80 tracks per side, 9 sectors per track\0A (720 KB) (Sanyo 55x DS-DOS 2.11 only)\00", align 1 @.str.4 = private unnamed_addr constant [292 x i8] c"\0A 3.5-inch Double sided, 80 tracks per side, 9 sectors per track\0A (720 KB) (since DOS 3.2)\0A 3.5-inch Double sided, 80 tracks per side, 18 sectors per track\0A (1440 KB) (DOS 3.2 only)\0A 5.25-inch Double sided, 80 tracks per side, 15 sectors per track\0A (1.2 MB) (since DOS 3.0)\00", align 1 @.str.5 = private unnamed_addr constant [190 x i8] c"\0A 3.5-inch and 5.25-inch Single sided, 80 tracks per side, 8\0A sectors per track (320 KB)\0A Used also for RAM disks and ROM disks (f.e. on HP 200LX)\0A Hard disk (Tandy MS-DOS only)\00", align 1 @.str.6 = private unnamed_addr constant [95 x i8] c"\0A 3.5-inch and 5.25-inch Double sided, 80 tracks per side,\0A 8 sectors per track (640 KB)\00", align 1 @.str.7 = private unnamed_addr constant [98 x i8] c"\0A 5.25-inch Single sided, 40 tracks per side, 9 sectors per track\0A (180 KB) (since DOS 2.0)\00", align 1 @.str.8 = private unnamed_addr constant [264 x i8] c"\0A 5.25-inch Double sided, 40 tracks per side, 9 sectors per track\0A (360 KB) (since DOS 2.0)\0A 8-inch Double sided, 77 tracks per side, 26 sectors per track,\0A 128 bytes per sector (500.5 KB)\0A (8-inch Double sided, (single and) double density (DOS 1))\00", align 1 @.str.9 = private unnamed_addr constant [368 x i8] c"\0A 5.25-inch Single sided, 40 tracks per side, 8 sectors per track\0A (160 KB) (since DOS 1.0)\0A 8-inch Single sided, 77 tracks per side, 26 sectors per track,\0A 128 bytes per sector (250.25 KB)\0A 8-inch Double sided, 77 tracks per side, 8 sectors per track,\0A ONE_K bytes per sector (1232 KB)\0A (8-inch Single sided, (single and) double density (DOS 1))\00", align 1 @.str.10 = private unnamed_addr constant [141 x i8] c"\0A 5.25-inch Double sided, 40 tracks per side, 8 sectors per track\0A (320 KB) (since DOS 1.1)\0A Hard disk (Sanyo 55x DS-DOS 2.11 only)\00", align 1 @.str.11 = private unnamed_addr constant [1 x i8] zeroinitializer, align 1 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local ptr @msdos_get_media_type(i32 noundef %0) #0 { %2 = alloca ptr, 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 %16 [ i32 229, label %5 i32 237, label %6 i32 240, label %7 i32 248, label %8 i32 249, label %9 i32 250, label %10 i32 251, label %11 i32 252, label %12 i32 253, label %13 i32 254, label %14 i32 255, label %15 ] 5: ; preds = %1 store ptr @.str, ptr %2, align 8 br label %17 6: ; preds = %1 store ptr @.str.1, ptr %2, align 8 br label %17 7: ; preds = %1 store ptr @.str.2, ptr %2, align 8 br label %17 8: ; preds = %1 store ptr @.str.3, ptr %2, align 8 br label %17 9: ; preds = %1 store ptr @.str.4, ptr %2, align 8 br label %17 10: ; preds = %1 store ptr @.str.5, ptr %2, align 8 br label %17 11: ; preds = %1 store ptr @.str.6, ptr %2, align 8 br label %17 12: ; preds = %1 store ptr @.str.7, ptr %2, align 8 br label %17 13: ; preds = %1 store ptr @.str.8, ptr %2, align 8 br label %17 14: ; preds = %1 store ptr @.str.9, ptr %2, align 8 br label %17 15: ; preds = %1 store ptr @.str.10, ptr %2, align 8 br label %17 16: ; preds = %1 store ptr @.str.11, ptr %2, align 8 br label %17 17: ; preds = %16, %15, %14, %13, %12, %11, %10, %9, %8, %7, %6, %5 %18 = load ptr, ptr %2, align 8 ret ptr %18 } attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '/tmp/tmpb4kjic88.c' source_filename = "/tmp/tmpb4kjic88.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @socketConnect(i16 noundef signext %0, ptr noundef %1) #0 { %3 = alloca i16, align 2 %4 = alloca ptr, align 8 store i16 %0, ptr %3, align 2 store ptr %1, ptr %4, align 8 %5 = load i16, ptr %3, align 2 %6 = load ptr, ptr %4, align 8 %7 = call i32 @connect(i16 noundef signext %5, ptr noundef %6, i32 noundef 4) ret i32 %7 } declare i32 @connect(i16 noundef signext, 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/tmpb4kjic88.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @socketConnect(i16 noundef signext %0, ptr noundef %1) #0 { %3 = alloca i16, align 2 %4 = alloca ptr, align 8 store i16 %0, ptr %3, align 2 store ptr %1, ptr %4, align 8 %5 = load i16, ptr %3, align 2 %6 = load ptr, ptr %4, align 8 %7 = call i32 @connect(i16 noundef signext %5, ptr noundef %6, i32 noundef 4) ret i32 %7 } declare i32 @connect(i16 noundef signext, 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/tmp76srqi7x.c' source_filename = "/tmp/tmp76srqi7x.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @errorLog(ptr noundef %0, i32 noundef %1) #0 { %3 = alloca ptr, align 8 %4 = alloca i32, align 4 store ptr %0, ptr %3, align 8 store i32 %1, ptr %4, align 4 %5 = load ptr, ptr %3, align 8 %6 = load i32, ptr %4, align 4 %7 = call i32 @showError(ptr noundef %5, i32 noundef %6) ret void } declare i32 @showError(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/tmp76srqi7x.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @errorLog(ptr noundef %0, i32 noundef %1) #0 { %3 = alloca ptr, align 8 %4 = alloca i32, align 4 store ptr %0, ptr %3, align 8 store i32 %1, ptr %4, align 4 %5 = load ptr, ptr %3, align 8 %6 = load i32, ptr %4, align 4 %7 = call i32 @showError(ptr noundef %5, i32 noundef %6) ret void } declare i32 @showError(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/tmpg9luhpjy.c' source_filename = "/tmp/tmpg9luhpjy.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-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"Nota do Trabalho de laboratorio: \00", align 1 @.str.1 = private unnamed_addr constant [3 x i8] c"%f\00", align 1 @.str.2 = private unnamed_addr constant [31 x i8] c"Nota da Avali\C3\A7\C3\A3o semestral: \00", align 1 @.str.3 = private unnamed_addr constant [22 x i8] c"Nota do Exame Final: \00", align 1 @.str.4 = private unnamed_addr constant [41 x i8] c"Nota %.2f inv\C3\A1lida. Programa encerrado!\00", align 1 @.str.5 = private unnamed_addr constant [29 x i8] c"Aluno reprovado! Media: %.2f\00", align 1 @.str.6 = private unnamed_addr constant [35 x i8] c"Aluno de recupera\C3\A7\C3\A3o! Media %.2f\00", align 1 @.str.7 = private unnamed_addr constant [27 x i8] c"Aluno Aprovado! Media %.2f\00", align 1 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local i32 @main() #0 { %1 = alloca i32, align 4 %2 = alloca float, align 4 %3 = alloca float, align 4 %4 = alloca float, align 4 %5 = alloca float, align 4 store i32 0, ptr %1, align 4 %6 = call i32 (ptr, ...) @printf(ptr noundef @.str) %7 = call i32 @scanf(ptr noundef @.str.1, ptr noundef %2) %8 = call i32 (ptr, ...) @printf(ptr noundef @.str.2) %9 = call i32 @scanf(ptr noundef @.str.1, ptr noundef %3) %10 = call i32 (ptr, ...) @printf(ptr noundef @.str.3) %11 = call i32 @scanf(ptr noundef @.str.1, ptr noundef %4) %12 = load float, ptr %2, align 4 %13 = load float, ptr %3, align 4 %14 = fmul float %13, 3.000000e+00 %15 = call float @llvm.fmuladd.f32(float %12, float 2.000000e+00, float %14) %16 = load float, ptr %4, align 4 %17 = call float @llvm.fmuladd.f32(float %16, float 5.000000e+00, float %15) %18 = fdiv float %17, 1.000000e+01 store float %18, ptr %5, align 4 %19 = load float, ptr %2, align 4 %20 = fpext float %19 to double %21 = fcmp olt double %20, 0.000000e+00 br i1 %21, label %26, label %22 22: ; preds = %0 %23 = load float, ptr %2, align 4 %24 = fpext float %23 to double %25 = fcmp ogt double %24, 1.000000e+01 br i1 %25, label %26, label %30 26: ; preds = %22, %0 %27 = load float, ptr %2, align 4 %28 = fpext float %27 to double %29 = call i32 (ptr, ...) @printf(ptr noundef @.str.4, double noundef %28) br label %82 30: ; preds = %22 %31 = load float, ptr %3, align 4 %32 = fpext float %31 to double %33 = fcmp olt double %32, 0.000000e+00 br i1 %33, label %38, label %34 34: ; preds = %30 %35 = load float, ptr %3, align 4 %36 = fpext float %35 to double %37 = fcmp ogt double %36, 1.000000e+01 br i1 %37, label %38, label %42 38: ; preds = %34, %30 %39 = load float, ptr %3, align 4 %40 = fpext float %39 to double %41 = call i32 (ptr, ...) @printf(ptr noundef @.str.4, double noundef %40) br label %81 42: ; preds = %34 %43 = load float, ptr %4, align 4 %44 = fpext float %43 to double %45 = fcmp olt double %44, 0.000000e+00 br i1 %45, label %50, label %46 46: ; preds = %42 %47 = load float, ptr %4, align 4 %48 = fpext float %47 to double %49 = fcmp ogt double %48, 1.000000e+01 br i1 %49, label %50, label %54 50: ; preds = %46, %42 %51 = load float, ptr %3, align 4 %52 = fpext float %51 to double %53 = call i32 (ptr, ...) @printf(ptr noundef @.str.4, double noundef %52) br label %80 54: ; preds = %46 %55 = load float, ptr %5, align 4 %56 = fpext float %55 to double %57 = fcmp ole double %56, 2.900000e+00 br i1 %57, label %58, label %62 58: ; preds = %54 %59 = load float, ptr %5, align 4 %60 = fpext float %59 to double %61 = call i32 (ptr, ...) @printf(ptr noundef @.str.5, double noundef %60) br label %79 62: ; preds = %54 %63 = load float, ptr %5, align 4 %64 = fpext float %63 to double %65 = fcmp oge double %64, 3.000000e+00 br i1 %65, label %66, label %74 66: ; preds = %62 %67 = load float, ptr %5, align 4 %68 = fpext float %67 to double %69 = fcmp ole double %68, 4.900000e+00 br i1 %69, label %70, label %74 70: ; preds = %66 %71 = load float, ptr %5, align 4 %72 = fpext float %71 to double %73 = call i32 (ptr, ...) @printf(ptr noundef @.str.6, double noundef %72) br label %78 74: ; preds = %66, %62 %75 = load float, ptr %5, align 4 %76 = fpext float %75 to double %77 = call i32 (ptr, ...) @printf(ptr noundef @.str.7, double noundef %76) br label %78 78: ; preds = %74, %70 br label %79 79: ; preds = %78, %58 br label %80 80: ; preds = %79, %50 br label %81 81: ; preds = %80, %38 br label %82 82: ; preds = %81, %26 ret i32 0 } declare i32 @printf(ptr noundef, ...) #1 declare i32 @scanf(ptr noundef, ptr noundef) #1 ; Function Attrs: nocallback nofree nosync nounwind speculatable willreturn memory(none) declare float @llvm.fmuladd.f32(float, float, float) #2 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #2 = { nocallback nofree nosync nounwind speculatable willreturn memory(none) } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '<stdin>' source_filename = "/tmp/tmpg9luhpjy.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-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"Nota do Trabalho de laboratorio: \00", align 1 @.str.1 = private unnamed_addr constant [3 x i8] c"%f\00", align 1 @.str.2 = private unnamed_addr constant [31 x i8] c"Nota da Avali\C3\A7\C3\A3o semestral: \00", align 1 @.str.3 = private unnamed_addr constant [22 x i8] c"Nota do Exame Final: \00", align 1 @.str.4 = private unnamed_addr constant [41 x i8] c"Nota %.2f inv\C3\A1lida. Programa encerrado!\00", align 1 @.str.5 = private unnamed_addr constant [29 x i8] c"Aluno reprovado! Media: %.2f\00", align 1 @.str.6 = private unnamed_addr constant [35 x i8] c"Aluno de recupera\C3\A7\C3\A3o! Media %.2f\00", align 1 @.str.7 = private unnamed_addr constant [27 x i8] c"Aluno Aprovado! Media %.2f\00", align 1 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local i32 @main() #0 { %1 = alloca i32, align 4 %2 = alloca float, align 4 %3 = alloca float, align 4 %4 = alloca float, align 4 %5 = alloca float, align 4 store i32 0, ptr %1, align 4 %6 = call i32 (ptr, ...) @printf(ptr noundef @.str) %7 = call i32 @scanf(ptr noundef @.str.1, ptr noundef %2) %8 = call i32 (ptr, ...) @printf(ptr noundef @.str.2) %9 = call i32 @scanf(ptr noundef @.str.1, ptr noundef %3) %10 = call i32 (ptr, ...) @printf(ptr noundef @.str.3) %11 = call i32 @scanf(ptr noundef @.str.1, ptr noundef %4) %12 = load float, ptr %2, align 4 %13 = load float, ptr %3, align 4 %14 = fmul float %13, 3.000000e+00 %15 = call float @llvm.fmuladd.f32(float %12, float 2.000000e+00, float %14) %16 = load float, ptr %4, align 4 %17 = call float @llvm.fmuladd.f32(float %16, float 5.000000e+00, float %15) %18 = fdiv float %17, 1.000000e+01 store float %18, ptr %5, align 4 %19 = load float, ptr %2, align 4 %20 = fpext float %19 to double %21 = fcmp olt double %20, 0.000000e+00 br i1 %21, label %26, label %22 22: ; preds = %0 %23 = load float, ptr %2, align 4 %24 = fpext float %23 to double %25 = fcmp ogt double %24, 1.000000e+01 br i1 %25, label %26, label %30 26: ; preds = %22, %0 %27 = load float, ptr %2, align 4 %28 = fpext float %27 to double %29 = call i32 (ptr, ...) @printf(ptr noundef @.str.4, double noundef %28) br label %82 30: ; preds = %22 %31 = load float, ptr %3, align 4 %32 = fpext float %31 to double %33 = fcmp olt double %32, 0.000000e+00 br i1 %33, label %38, label %34 34: ; preds = %30 %35 = load float, ptr %3, align 4 %36 = fpext float %35 to double %37 = fcmp ogt double %36, 1.000000e+01 br i1 %37, label %38, label %42 38: ; preds = %34, %30 %39 = load float, ptr %3, align 4 %40 = fpext float %39 to double %41 = call i32 (ptr, ...) @printf(ptr noundef @.str.4, double noundef %40) br label %81 42: ; preds = %34 %43 = load float, ptr %4, align 4 %44 = fpext float %43 to double %45 = fcmp olt double %44, 0.000000e+00 br i1 %45, label %50, label %46 46: ; preds = %42 %47 = load float, ptr %4, align 4 %48 = fpext float %47 to double %49 = fcmp ogt double %48, 1.000000e+01 br i1 %49, label %50, label %54 50: ; preds = %46, %42 %51 = load float, ptr %3, align 4 %52 = fpext float %51 to double %53 = call i32 (ptr, ...) @printf(ptr noundef @.str.4, double noundef %52) br label %80 54: ; preds = %46 %55 = load float, ptr %5, align 4 %56 = fpext float %55 to double %57 = fcmp ole double %56, 2.900000e+00 br i1 %57, label %58, label %62 58: ; preds = %54 %59 = load float, ptr %5, align 4 %60 = fpext float %59 to double %61 = call i32 (ptr, ...) @printf(ptr noundef @.str.5, double noundef %60) br label %79 62: ; preds = %54 %63 = load float, ptr %5, align 4 %64 = fpext float %63 to double %65 = fcmp oge double %64, 3.000000e+00 br i1 %65, label %66, label %74 66: ; preds = %62 %67 = load float, ptr %5, align 4 %68 = fpext float %67 to double %69 = fcmp ole double %68, 4.900000e+00 br i1 %69, label %70, label %74 70: ; preds = %66 %71 = load float, ptr %5, align 4 %72 = fpext float %71 to double %73 = call i32 (ptr, ...) @printf(ptr noundef @.str.6, double noundef %72) br label %78 74: ; preds = %66, %62 %75 = load float, ptr %5, align 4 %76 = fpext float %75 to double %77 = call i32 (ptr, ...) @printf(ptr noundef @.str.7, double noundef %76) br label %78 78: ; preds = %74, %70 br label %79 79: ; preds = %78, %58 br label %80 80: ; preds = %79, %50 br label %81 81: ; preds = %80, %38 br label %82 82: ; preds = %81, %26 ret i32 0 } declare i32 @printf(ptr noundef, ...) #1 declare i32 @scanf(ptr noundef, ptr noundef) #1 ; Function Attrs: nocallback nofree nosync nounwind speculatable willreturn memory(none) declare float @llvm.fmuladd.f32(float, float, float) #2 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #2 = { nocallback nofree nosync nounwind speculatable willreturn memory(none) } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '/tmp/tmp9t1osdjg.c' source_filename = "/tmp/tmp9t1osdjg.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128" target triple = "x86_64-pc-linux-gnu" @.str = private unnamed_addr constant [2 x i8] c"\22\00", align 1 @.str.1 = private unnamed_addr constant [2 x i8] c"'\00", align 1 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local i32 @quote(i8 noundef signext %0) #0 { %2 = alloca i32, align 4 %3 = alloca i8, align 1 store i8 %0, ptr %3, align 1 %4 = load i8, ptr %3, align 1 %5 = sext i8 %4 to i32 %6 = icmp ne i32 %5, 0 br i1 %6, label %7, label %12 7: ; preds = %1 %8 = load i8, ptr %3, align 1 %9 = call i64 @strchr(ptr noundef @.str, i8 noundef signext %8) %10 = icmp ne i64 %9, 0 br i1 %10, label %11, label %12 11: ; preds = %7 store i32 2, ptr %2, align 4 br label %22 12: ; preds = %7, %1 %13 = load i8, ptr %3, align 1 %14 = sext i8 %13 to i32 %15 = icmp ne i32 %14, 0 br i1 %15, label %16, label %21 16: ; preds = %12 %17 = load i8, ptr %3, align 1 %18 = call i64 @strchr(ptr noundef @.str.1, i8 noundef signext %17) %19 = icmp ne i64 %18, 0 br i1 %19, label %20, label %21 20: ; preds = %16 store i32 1, ptr %2, align 4 br label %22 21: ; preds = %16, %12 store i32 0, ptr %2, align 4 br label %22 22: ; preds = %21, %20, %11 %23 = load i32, ptr %2, align 4 ret i32 %23 } declare i64 @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/tmp9t1osdjg.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128" target triple = "x86_64-pc-linux-gnu" @.str = private unnamed_addr constant [2 x i8] c"\22\00", align 1 @.str.1 = private unnamed_addr constant [2 x i8] c"'\00", align 1 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local i32 @quote(i8 noundef signext %0) #0 { %2 = alloca i32, align 4 %3 = alloca i8, align 1 store i8 %0, ptr %3, align 1 %4 = load i8, ptr %3, align 1 %5 = sext i8 %4 to i32 %6 = icmp ne i32 %5, 0 br i1 %6, label %7, label %12 7: ; preds = %1 %8 = load i8, ptr %3, align 1 %9 = call i64 @strchr(ptr noundef @.str, i8 noundef signext %8) %10 = icmp ne i64 %9, 0 br i1 %10, label %11, label %12 11: ; preds = %7 store i32 2, ptr %2, align 4 br label %22 12: ; preds = %7, %1 %13 = load i8, ptr %3, align 1 %14 = sext i8 %13 to i32 %15 = icmp ne i32 %14, 0 br i1 %15, label %16, label %21 16: ; preds = %12 %17 = load i8, ptr %3, align 1 %18 = call i64 @strchr(ptr noundef @.str.1, i8 noundef signext %17) %19 = icmp ne i64 %18, 0 br i1 %19, label %20, label %21 20: ; preds = %16 store i32 1, ptr %2, align 4 br label %22 21: ; preds = %16, %12 store i32 0, ptr %2, align 4 br label %22 22: ; preds = %21, %20, %11 %23 = load i32, ptr %2, align 4 ret i32 %23 } declare i64 @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/tmppder_h7_.c' source_filename = "/tmp/tmppder_h7_.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @LCM_BM_occurrence_deliver_(i32 noundef %0, i32 noundef %1) #0 { %3 = alloca i32, align 4 %4 = alloca i32, align 4 store i32 %0, ptr %3, align 4 store i32 %1, ptr %4, align 4 %5 = load i32, ptr %3, align 4 %6 = load i32, ptr %4, align 4 %7 = call i32 @LCM_BM_occurrence_deliver_iter_delete(i32 noundef %5, i32 noundef %6) %8 = load i32, ptr %3, align 4 %9 = sub nsw i32 %8, 1 %10 = load i32, ptr %4, align 4 %11 = call i32 @LCM_BM_occurrence_deliver(i32 noundef %9, i32 noundef %10) ret void } declare i32 @LCM_BM_occurrence_deliver_iter_delete(i32 noundef, i32 noundef) #1 declare i32 @LCM_BM_occurrence_deliver(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/tmppder_h7_.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @LCM_BM_occurrence_deliver_(i32 noundef %0, i32 noundef %1) #0 { %3 = alloca i32, align 4 %4 = alloca i32, align 4 store i32 %0, ptr %3, align 4 store i32 %1, ptr %4, align 4 %5 = load i32, ptr %3, align 4 %6 = load i32, ptr %4, align 4 %7 = call i32 @LCM_BM_occurrence_deliver_iter_delete(i32 noundef %5, i32 noundef %6) %8 = load i32, ptr %3, align 4 %9 = sub nsw i32 %8, 1 %10 = load i32, ptr %4, align 4 %11 = call i32 @LCM_BM_occurrence_deliver(i32 noundef %9, i32 noundef %10) ret void } declare i32 @LCM_BM_occurrence_deliver_iter_delete(i32 noundef, i32 noundef) #1 declare i32 @LCM_BM_occurrence_deliver(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/tmpnlxpd6a7.c' source_filename = "/tmp/tmpnlxpd6a7.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128" target triple = "x86_64-pc-linux-gnu" @AF_NETLINK = dso_local global i32 0, align 4 @CN_IDX_PROC = dso_local global i32 0, align 4 @NETLINK_CONNECTOR = dso_local global i32 0, align 4 @PF_NETLINK = dso_local global i32 0, align 4 @SOCK_DGRAM = 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/tmpnlxpd6a7.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128" target triple = "x86_64-pc-linux-gnu" @AF_NETLINK = dso_local global i32 0, align 4 @CN_IDX_PROC = dso_local global i32 0, align 4 @NETLINK_CONNECTOR = dso_local global i32 0, align 4 @PF_NETLINK = dso_local global i32 0, align 4 @SOCK_DGRAM = 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/tmpf_z4col1.c' source_filename = "/tmp/tmpf_z4col1.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @toLowerCase(ptr noundef %0) #0 { %2 = alloca ptr, align 8 %3 = alloca i64, align 8 %4 = alloca i64, align 8 store ptr %0, ptr %2, align 8 %5 = load ptr, ptr %2, align 8 %6 = call i64 @strlen(ptr noundef %5) store i64 %6, ptr %4, align 8 store i64 0, ptr %3, align 8 br label %7 7: ; preds = %21, %1 %8 = load i64, ptr %3, align 8 %9 = load i64, ptr %4, align 8 %10 = icmp ult i64 %8, %9 br i1 %10, label %11, label %24 11: ; preds = %7 %12 = load ptr, ptr %2, align 8 %13 = load i64, ptr %3, align 8 %14 = getelementptr inbounds i8, ptr %12, i64 %13 %15 = load i8, ptr %14, align 1 %16 = call i64 @tolower(i8 noundef signext %15) %17 = trunc i64 %16 to i8 %18 = load ptr, ptr %2, align 8 %19 = load i64, ptr %3, align 8 %20 = getelementptr inbounds i8, ptr %18, i64 %19 store i8 %17, ptr %20, align 1 br label %21 21: ; preds = %11 %22 = load i64, ptr %3, align 8 %23 = add i64 %22, 1 store i64 %23, ptr %3, align 8 br label %7, !llvm.loop !6 24: ; preds = %7 ret void } declare i64 @strlen(ptr noundef) #1 declare i64 @tolower(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/tmpf_z4col1.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @toLowerCase(ptr noundef %0) #0 { %2 = alloca ptr, align 8 %3 = alloca i64, align 8 %4 = alloca i64, align 8 store ptr %0, ptr %2, align 8 %5 = load ptr, ptr %2, align 8 %6 = call i64 @strlen(ptr noundef %5) store i64 %6, ptr %4, align 8 store i64 0, ptr %3, align 8 %7 = load i64, ptr %3, align 8 %8 = load i64, ptr %4, align 8 %9 = icmp ult i64 %7, %8 br i1 %9, label %.lr.ph, label %26 .lr.ph: ; preds = %1 br label %10 10: ; preds = %.lr.ph, %20 %11 = load ptr, ptr %2, align 8 %12 = load i64, ptr %3, align 8 %13 = getelementptr inbounds i8, ptr %11, i64 %12 %14 = load i8, ptr %13, align 1 %15 = call i64 @tolower(i8 noundef signext %14) %16 = trunc i64 %15 to i8 %17 = load ptr, ptr %2, align 8 %18 = load i64, ptr %3, align 8 %19 = getelementptr inbounds i8, ptr %17, i64 %18 store i8 %16, ptr %19, align 1 br label %20 20: ; preds = %10 %21 = load i64, ptr %3, align 8 %22 = add i64 %21, 1 store i64 %22, ptr %3, align 8 %23 = load i64, ptr %3, align 8 %24 = load i64, ptr %4, align 8 %25 = icmp ult i64 %23, %24 br i1 %25, label %10, label %._crit_edge, !llvm.loop !6 ._crit_edge: ; preds = %20 br label %26 26: ; preds = %._crit_edge, %1 ret void } declare i64 @strlen(ptr noundef) #1 declare i64 @tolower(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/tmp598d7meg.c' source_filename = "/tmp/tmp598d7meg.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @bar2() #0 { ret i32 6 } attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '<stdin>' source_filename = "/tmp/tmp598d7meg.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @bar2() #0 { ret i32 6 } attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '/tmp/tmpux004ju_.c' source_filename = "/tmp/tmpux004ju_.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @THFree(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/tmpux004ju_.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @THFree(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/tmpf092q16j.c' source_filename = "/tmp/tmpf092q16j.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @ltrim(ptr noundef %0) #0 { %2 = alloca ptr, align 8 %3 = alloca ptr, align 8 %4 = alloca ptr, align 8 store ptr %0, ptr %3, align 8 %5 = load ptr, ptr %3, align 8 %6 = getelementptr inbounds i8, ptr %5, i64 0 %7 = load i8, ptr %6, align 1 %8 = sext i8 %7 to i32 %9 = icmp eq i32 %8, 0 br i1 %9, label %10, label %12 10: ; preds = %1 %11 = load ptr, ptr %3, align 8 store ptr %11, ptr %2, align 8 br label %34 12: ; preds = %1 %13 = load ptr, ptr %3, align 8 store ptr %13, ptr %4, align 8 br label %14 14: ; preds = %26, %12 %15 = load ptr, ptr %4, align 8 %16 = load i8, ptr %15, align 1 %17 = sext i8 %16 to i32 %18 = icmp ne i32 %17, 0 br i1 %18, label %19, label %24 19: ; preds = %14 %20 = load ptr, ptr %4, align 8 %21 = load i8, ptr %20, align 1 %22 = sext i8 %21 to i32 %23 = icmp eq i32 %22, 32 br label %24 24: ; preds = %19, %14 %25 = phi i1 [ false, %14 ], [ %23, %19 ] br i1 %25, label %26, label %32 26: ; preds = %24 %27 = load ptr, ptr %3, align 8 %28 = load ptr, ptr %3, align 8 %29 = getelementptr inbounds i8, ptr %28, i64 1 %30 = call i32 @strcpy(ptr noundef %27, ptr noundef %29) %31 = load ptr, ptr %3, align 8 store ptr %31, ptr %4, align 8 br label %14, !llvm.loop !6 32: ; preds = %24 %33 = load ptr, ptr %3, align 8 store ptr %33, ptr %2, align 8 br label %34 34: ; preds = %32, %10 %35 = load ptr, ptr %2, align 8 ret ptr %35 } declare i32 @strcpy(ptr noundef, ptr noundef) #1 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"} !6 = distinct !{!6, !7} !7 = !{!"llvm.loop.mustprogress"}
; ModuleID = '<stdin>' source_filename = "/tmp/tmpf092q16j.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @ltrim(ptr noundef %0) #0 { %2 = alloca ptr, align 8 %3 = alloca ptr, align 8 %4 = alloca ptr, align 8 store ptr %0, ptr %3, align 8 %5 = load ptr, ptr %3, align 8 %6 = getelementptr inbounds i8, ptr %5, i64 0 %7 = load i8, ptr %6, align 1 %8 = sext i8 %7 to i32 %9 = icmp eq i32 %8, 0 br i1 %9, label %10, label %12 10: ; preds = %1 %11 = load ptr, ptr %3, align 8 store ptr %11, ptr %2, align 8 br label %34 12: ; preds = %1 %13 = load ptr, ptr %3, align 8 store ptr %13, ptr %4, align 8 br label %14 14: ; preds = %26, %12 %15 = load ptr, ptr %4, align 8 %16 = load i8, ptr %15, align 1 %17 = sext i8 %16 to i32 %18 = icmp ne i32 %17, 0 br i1 %18, label %19, label %24 19: ; preds = %14 %20 = load ptr, ptr %4, align 8 %21 = load i8, ptr %20, align 1 %22 = sext i8 %21 to i32 %23 = icmp eq i32 %22, 32 br label %24 24: ; preds = %19, %14 %25 = phi i1 [ false, %14 ], [ %23, %19 ] br i1 %25, label %26, label %32 26: ; preds = %24 %27 = load ptr, ptr %3, align 8 %28 = load ptr, ptr %3, align 8 %29 = getelementptr inbounds i8, ptr %28, i64 1 %30 = call i32 @strcpy(ptr noundef %27, ptr noundef %29) %31 = load ptr, ptr %3, align 8 store ptr %31, ptr %4, align 8 br label %14, !llvm.loop !6 32: ; preds = %24 %33 = load ptr, ptr %3, align 8 store ptr %33, ptr %2, align 8 br label %34 34: ; preds = %32, %10 %35 = load ptr, ptr %2, align 8 ret ptr %35 } declare i32 @strcpy(ptr noundef, ptr noundef) #1 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"} !6 = distinct !{!6, !7} !7 = !{!"llvm.loop.mustprogress"}
; ModuleID = '/tmp/tmpuhbq3u4r.c' source_filename = "/tmp/tmpuhbq3u4r.c" target datalayout = "e-m:e-p270: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/tmpuhbq3u4r.c" target datalayout = "e-m:e-p270: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/tmpx0p6tbum.c' source_filename = "/tmp/tmpx0p6tbum.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128" target triple = "x86_64-pc-linux-gnu" @.str = private unnamed_addr constant [4 x i8] c"%c\0A\00", align 1 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local void @artificial3() #0 { %1 = alloca i8, align 1 %2 = call signext i8 @max_letter(i8 noundef signext 94) store i8 %2, ptr %1, align 1 %3 = load i8, ptr %1, align 1 %4 = call i32 @printf(ptr noundef @.str, i8 noundef signext %3) %5 = load i8, ptr %1, align 1 %6 = call i32 @update(i8 noundef signext 94, i8 noundef signext %5) %7 = call i32 (...) @print_board() ret void } declare signext i8 @max_letter(i8 noundef signext) #1 declare i32 @printf(ptr noundef, i8 noundef signext) #1 declare i32 @update(i8 noundef signext, i8 noundef signext) #1 declare i32 @print_board(...) #1 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '<stdin>' source_filename = "/tmp/tmpx0p6tbum.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128" target triple = "x86_64-pc-linux-gnu" @.str = private unnamed_addr constant [4 x i8] c"%c\0A\00", align 1 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local void @artificial3() #0 { %1 = alloca i8, align 1 %2 = call signext i8 @max_letter(i8 noundef signext 94) store i8 %2, ptr %1, align 1 %3 = load i8, ptr %1, align 1 %4 = call i32 @printf(ptr noundef @.str, i8 noundef signext %3) %5 = load i8, ptr %1, align 1 %6 = call i32 @update(i8 noundef signext 94, i8 noundef signext %5) %7 = call i32 (...) @print_board() ret void } declare signext i8 @max_letter(i8 noundef signext) #1 declare i32 @printf(ptr noundef, i8 noundef signext) #1 declare i32 @update(i8 noundef signext, i8 noundef signext) #1 declare i32 @print_board(...) #1 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '/tmp/tmphn8fvhok.c' source_filename = "/tmp/tmphn8fvhok.c" target datalayout = "e-m:e-p270: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/tmphn8fvhok.c" target datalayout = "e-m:e-p270: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/tmpmzon9za7.c' source_filename = "/tmp/tmpmzon9za7.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128" target triple = "x86_64-pc-linux-gnu" @.str = private unnamed_addr constant [85 x i8] c"MSCP_ Invoke Response: ConnectionManager/GetCurrentConnectionIDs[ErrorCode:%d](%s)\0D\0A\00", align 1 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local void @MSCP_ResponseSink_ConnectionManager_GetCurrentConnectionIDs(ptr noundef %0, i32 noundef %1, ptr noundef %2, ptr noundef %3) #0 { %5 = alloca ptr, align 8 %6 = alloca i32, align 4 %7 = alloca ptr, align 8 %8 = alloca ptr, align 8 store ptr %0, ptr %5, align 8 store i32 %1, ptr %6, align 4 store ptr %2, ptr %7, align 8 store ptr %3, ptr %8, align 8 %9 = load i32, ptr %6, align 4 %10 = load ptr, ptr %8, align 8 %11 = call i32 @printf(ptr noundef @.str, i32 noundef %9, ptr noundef %10) ret void } declare i32 @printf(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/tmpmzon9za7.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128" target triple = "x86_64-pc-linux-gnu" @.str = private unnamed_addr constant [85 x i8] c"MSCP_ Invoke Response: ConnectionManager/GetCurrentConnectionIDs[ErrorCode:%d](%s)\0D\0A\00", align 1 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local void @MSCP_ResponseSink_ConnectionManager_GetCurrentConnectionIDs(ptr noundef %0, i32 noundef %1, ptr noundef %2, ptr noundef %3) #0 { %5 = alloca ptr, align 8 %6 = alloca i32, align 4 %7 = alloca ptr, align 8 %8 = alloca ptr, align 8 store ptr %0, ptr %5, align 8 store i32 %1, ptr %6, align 4 store ptr %2, ptr %7, align 8 store ptr %3, ptr %8, align 8 %9 = load i32, ptr %6, align 4 %10 = load ptr, ptr %8, align 8 %11 = call i32 @printf(ptr noundef @.str, i32 noundef %9, ptr noundef %10) ret void } declare i32 @printf(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/tmp9ttqyge9.c' source_filename = "/tmp/tmp9ttqyge9.c" target datalayout = "e-m:e-p270: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/tmp9ttqyge9.c" target datalayout = "e-m:e-p270: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/tmp832yr45j.c' source_filename = "/tmp/tmp832yr45j.c" target datalayout = "e-m:e-p270: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/tmp832yr45j.c" target datalayout = "e-m:e-p270: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/tmpptnbk9h6.c' source_filename = "/tmp/tmpptnbk9h6.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @Short_3d_array(i32 noundef %0, i32 noundef %1, i32 noundef %2) #0 { %4 = alloca i32, align 4 %5 = alloca i32, align 4 %6 = alloca i32, align 4 store i32 %0, ptr %4, align 4 store i32 %1, ptr %5, align 4 store i32 %2, ptr %6, align 4 %7 = load i32, ptr %4, align 4 %8 = load i32, ptr %5, align 4 %9 = load i32, ptr %6, align 4 %10 = sext i32 %9 to i64 %11 = mul i64 %10, 2 %12 = trunc i64 %11 to i32 %13 = call i64 @Char_3d_array(i32 noundef %7, i32 noundef %8, i32 noundef %12) %14 = inttoptr i64 %13 to ptr ret ptr %14 } declare i64 @Char_3d_array(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/tmpptnbk9h6.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @Short_3d_array(i32 noundef %0, i32 noundef %1, i32 noundef %2) #0 { %4 = alloca i32, align 4 %5 = alloca i32, align 4 %6 = alloca i32, align 4 store i32 %0, ptr %4, align 4 store i32 %1, ptr %5, align 4 store i32 %2, ptr %6, align 4 %7 = load i32, ptr %4, align 4 %8 = load i32, ptr %5, align 4 %9 = load i32, ptr %6, align 4 %10 = sext i32 %9 to i64 %11 = mul i64 %10, 2 %12 = trunc i64 %11 to i32 %13 = call i64 @Char_3d_array(i32 noundef %7, i32 noundef %8, i32 noundef %12) %14 = inttoptr i64 %13 to ptr ret ptr %14 } declare i64 @Char_3d_array(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/tmpyfjb3id_.c' source_filename = "/tmp/tmpyfjb3id_.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @fn_al_sq_ch_68_ch_97_ch_116_ch_97_ch_80_ch_114_ch_111_ch_112_ch_101_ch_114_ch_116_ch_121_ch_65_ch_115_ch_115_ch_101_ch_114_ch_116_ch_105_ch_111_ch_110(ptr noundef %0) #0 { %2 = alloca i32, align 4 %3 = alloca ptr, align 8 %4 = alloca i32, align 4 store ptr %0, ptr %3, align 8 store i32 0, ptr %4, align 4 %5 = load ptr, ptr %3, align 8 %6 = call i32 @fn_sq_ch_68_ch_97_ch_116_ch_97_ch_80_ch_114_ch_111_ch_112_ch_101_ch_114_ch_116_ch_121_ch_65_ch_115_ch_115_ch_101_ch_114_ch_116_ch_105_ch_111_ch_110(ptr noundef %5) store i32 %6, ptr %4, align 4 %7 = load i32, ptr %4, align 4 %8 = icmp ne i32 %7, -1 br i1 %8, label %9, label %11 9: ; preds = %1 %10 = load i32, ptr %4, align 4 store i32 %10, ptr %2, align 4 br label %12 11: ; preds = %1 store i32 -1, ptr %2, align 4 br label %12 12: ; preds = %11, %9 %13 = load i32, ptr %2, align 4 ret i32 %13 } declare i32 @fn_sq_ch_68_ch_97_ch_116_ch_97_ch_80_ch_114_ch_111_ch_112_ch_101_ch_114_ch_116_ch_121_ch_65_ch_115_ch_115_ch_101_ch_114_ch_116_ch_105_ch_111_ch_110(ptr noundef) #1 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '<stdin>' source_filename = "/tmp/tmpyfjb3id_.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @fn_al_sq_ch_68_ch_97_ch_116_ch_97_ch_80_ch_114_ch_111_ch_112_ch_101_ch_114_ch_116_ch_121_ch_65_ch_115_ch_115_ch_101_ch_114_ch_116_ch_105_ch_111_ch_110(ptr noundef %0) #0 { %2 = alloca i32, align 4 %3 = alloca ptr, align 8 %4 = alloca i32, align 4 store ptr %0, ptr %3, align 8 store i32 0, ptr %4, align 4 %5 = load ptr, ptr %3, align 8 %6 = call i32 @fn_sq_ch_68_ch_97_ch_116_ch_97_ch_80_ch_114_ch_111_ch_112_ch_101_ch_114_ch_116_ch_121_ch_65_ch_115_ch_115_ch_101_ch_114_ch_116_ch_105_ch_111_ch_110(ptr noundef %5) store i32 %6, ptr %4, align 4 %7 = load i32, ptr %4, align 4 %8 = icmp ne i32 %7, -1 br i1 %8, label %9, label %11 9: ; preds = %1 %10 = load i32, ptr %4, align 4 store i32 %10, ptr %2, align 4 br label %12 11: ; preds = %1 store i32 -1, ptr %2, align 4 br label %12 12: ; preds = %11, %9 %13 = load i32, ptr %2, align 4 ret i32 %13 } declare i32 @fn_sq_ch_68_ch_97_ch_116_ch_97_ch_80_ch_114_ch_111_ch_112_ch_101_ch_114_ch_116_ch_121_ch_65_ch_115_ch_115_ch_101_ch_114_ch_116_ch_105_ch_111_ch_110(ptr noundef) #1 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"}
; ModuleID = '/tmp/tmpir7y0a9m.c' source_filename = "/tmp/tmpir7y0a9m.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128" target triple = "x86_64-pc-linux-gnu" ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local i64 @strspn(ptr noundef %0, ptr noundef %1) #0 { %3 = alloca ptr, align 8 %4 = alloca ptr, align 8 %5 = alloca ptr, align 8 store ptr %0, ptr %3, align 8 store ptr %1, ptr %4, align 8 %6 = load ptr, ptr %3, align 8 store ptr %6, ptr %5, align 8 br label %7 7: ; preds = %19, %2 %8 = load ptr, ptr %5, align 8 %9 = load i8, ptr %8, align 1 %10 = sext i8 %9 to i32 %11 = icmp ne i32 %10, 0 br i1 %11, label %12, label %22 12: ; preds = %7 %13 = load ptr, ptr %4, align 8 %14 = load ptr, ptr %5, align 8 %15 = load i8, ptr %14, align 1 %16 = call i32 @strchr(ptr noundef %13, i8 noundef signext %15) %17 = icmp ne i32 %16, 0 br i1 %17, label %19, label %18 18: ; preds = %12 br label %22 19: ; preds = %12 %20 = load ptr, ptr %5, align 8 %21 = getelementptr inbounds i8, ptr %20, i32 1 store ptr %21, ptr %5, align 8 br label %7, !llvm.loop !6 22: ; preds = %18, %7 %23 = load ptr, ptr %5, align 8 %24 = load ptr, ptr %3, align 8 %25 = ptrtoint ptr %23 to i64 %26 = ptrtoint ptr %24 to i64 %27 = sub i64 %25, %26 ret i64 %27 } declare i32 @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"} !6 = distinct !{!6, !7} !7 = !{!"llvm.loop.mustprogress"}
; ModuleID = '<stdin>' source_filename = "/tmp/tmpir7y0a9m.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128" target triple = "x86_64-pc-linux-gnu" ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local i64 @strspn(ptr noundef %0, ptr noundef %1) #0 { %3 = alloca ptr, align 8 %4 = alloca ptr, align 8 %5 = alloca ptr, align 8 store ptr %0, ptr %3, align 8 store ptr %1, ptr %4, align 8 %6 = load ptr, ptr %3, align 8 store ptr %6, ptr %5, align 8 %7 = load ptr, ptr %5, align 8 %8 = load i8, ptr %7, align 1 %9 = sext i8 %8 to i32 %10 = icmp ne i32 %9, 0 br i1 %10, label %.lr.ph, label %.loopexit .lr.ph: ; preds = %2 br label %11 11: ; preds = %.lr.ph, %18 %12 = load ptr, ptr %4, align 8 %13 = load ptr, ptr %5, align 8 %14 = load i8, ptr %13, align 1 %15 = call i32 @strchr(ptr noundef %12, i8 noundef signext %14) %16 = icmp ne i32 %15, 0 br i1 %16, label %18, label %17 17: ; preds = %11 br label %25 18: ; preds = %11 %19 = load ptr, ptr %5, align 8 %20 = getelementptr inbounds i8, ptr %19, i32 1 store ptr %20, ptr %5, align 8 %21 = load ptr, ptr %5, align 8 %22 = load i8, ptr %21, align 1 %23 = sext i8 %22 to i32 %24 = icmp ne i32 %23, 0 br i1 %24, label %11, label %..loopexit_crit_edge, !llvm.loop !6 ..loopexit_crit_edge: ; preds = %18 br label %.loopexit .loopexit: ; preds = %..loopexit_crit_edge, %2 br label %25 25: ; preds = %.loopexit, %17 %26 = load ptr, ptr %5, align 8 %27 = load ptr, ptr %3, align 8 %28 = ptrtoint ptr %26 to i64 %29 = ptrtoint ptr %27 to i64 %30 = sub i64 %28, %29 ret i64 %30 } declare i32 @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"} !6 = distinct !{!6, !7} !7 = !{!"llvm.loop.mustprogress"}
; ModuleID = '/tmp/tmpnyq61pgh.c' source_filename = "/tmp/tmpnyq61pgh.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128" target triple = "x86_64-pc-linux-gnu" @.str = private unnamed_addr constant [4 x i8] c"%d\0A\00", align 1 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local i32 @main() #0 { %1 = alloca i32, align 4 %2 = alloca i32, align 4 store i32 0, ptr %1, align 4 store i32 0, ptr %2, align 4 br label %3 3: ; preds = %19, %0 %4 = load i32, ptr %2, align 4 %5 = icmp slt i32 %4, 10 br i1 %5, label %6, label %22 6: ; preds = %3 %7 = load i32, ptr %2, align 4 %8 = icmp slt i32 %7, 5 br i1 %8, label %9, label %13 9: ; preds = %6 %10 = load i32, ptr %2, align 4 %11 = load i32, ptr %2, align 4 %12 = mul nsw i32 %10, %11 br label %16 13: ; preds = %6 %14 = load i32, ptr %2, align 4 %15 = mul nsw i32 %14, 3 br label %16 16: ; preds = %13, %9 %17 = phi i32 [ %12, %9 ], [ %15, %13 ] %18 = call i32 @printf(ptr noundef @.str, i32 noundef %17) br label %19 19: ; preds = %16 %20 = load i32, ptr %2, align 4 %21 = add nsw i32 %20, 1 store i32 %21, ptr %2, align 4 br label %3, !llvm.loop !6 22: ; preds = %3 ret i32 0 } declare i32 @printf(ptr noundef, i32 noundef) #1 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"} !6 = distinct !{!6, !7} !7 = !{!"llvm.loop.mustprogress"}
; ModuleID = '<stdin>' source_filename = "/tmp/tmpnyq61pgh.c" target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128" target triple = "x86_64-pc-linux-gnu" @.str = private unnamed_addr constant [4 x i8] c"%d\0A\00", align 1 ; Function Attrs: noinline nounwind sspstrong uwtable define dso_local i32 @main() #0 { %1 = alloca i32, align 4 %2 = alloca i32, align 4 store i32 0, ptr %1, align 4 store i32 0, ptr %2, align 4 %3 = load i32, ptr %2, align 4 %4 = icmp slt i32 %3, 10 br i1 %4, label %.lr.ph, label %23 .lr.ph: ; preds = %0 br label %5 5: ; preds = %.lr.ph, %18 %6 = load i32, ptr %2, align 4 %7 = icmp slt i32 %6, 5 br i1 %7, label %8, label %12 8: ; preds = %5 %9 = load i32, ptr %2, align 4 %10 = load i32, ptr %2, align 4 %11 = mul nsw i32 %9, %10 br label %15 12: ; preds = %5 %13 = load i32, ptr %2, align 4 %14 = mul nsw i32 %13, 3 br label %15 15: ; preds = %12, %8 %16 = phi i32 [ %11, %8 ], [ %14, %12 ] %17 = call i32 @printf(ptr noundef @.str, i32 noundef %16) br label %18 18: ; preds = %15 %19 = load i32, ptr %2, align 4 %20 = add nsw i32 %19, 1 store i32 %20, ptr %2, align 4 %21 = load i32, ptr %2, align 4 %22 = icmp slt i32 %21, 10 br i1 %22, label %5, label %._crit_edge, !llvm.loop !6 ._crit_edge: ; preds = %18 br label %23 23: ; preds = %._crit_edge, %0 ret i32 0 } declare i32 @printf(ptr noundef, i32 noundef) #1 attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" } !llvm.module.flags = !{!0, !1, !2, !3, !4} !llvm.ident = !{!5} !0 = !{i32 1, !"wchar_size", i32 4} !1 = !{i32 8, !"PIC Level", i32 2} !2 = !{i32 7, !"PIE Level", i32 2} !3 = !{i32 7, !"uwtable", i32 2} !4 = !{i32 7, !"frame-pointer", i32 2} !5 = !{!"clang version 17.0.6"} !6 = distinct !{!6, !7} !7 = !{!"llvm.loop.mustprogress"}