llvm-ir
stringlengths 479
303k
| llvm-optimized-ir
stringlengths 468
303k
|
---|---|
; ModuleID = '/tmp/tmphzy1iwqq.c'
source_filename = "/tmp/tmphzy1iwqq.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @test_mm_sad_epu8(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 @_mm_sad_epu8(i32 noundef %5, i32 noundef %6)
ret i32 %7
}
declare i32 @_mm_sad_epu8(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/tmphzy1iwqq.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @test_mm_sad_epu8(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 @_mm_sad_epu8(i32 noundef %5, i32 noundef %6)
ret i32 %7
}
declare i32 @_mm_sad_epu8(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/tmpjoir3c0a.c'
source_filename = "/tmp/tmpjoir3c0a.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@.str = private unnamed_addr constant [18 x i8] c"%Y-%m-%d %H:%M:%S\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local ptr @FormatTime(i32 noundef %0) #0 {
%2 = alloca i32, align 4
%3 = alloca ptr, align 8
%4 = alloca ptr, align 8
%5 = alloca i32, align 4
store i32 %0, ptr %2, align 4
%6 = call ptr @calloc(i32 noundef 21, i32 noundef 1)
store ptr %6, ptr %3, align 8
%7 = load i32, ptr %2, align 4
%8 = sdiv i32 %7, 1000
store i32 %8, ptr %5, align 4
%9 = call ptr @localtime(ptr noundef %5)
store ptr %9, ptr %4, align 8
%10 = load ptr, ptr %3, align 8
%11 = load ptr, ptr %4, align 8
%12 = call i32 @strftime(ptr noundef %10, i32 noundef 20, ptr noundef @.str, ptr noundef %11)
%13 = load ptr, ptr %3, align 8
ret ptr %13
}
declare ptr @calloc(i32 noundef, i32 noundef) #1
declare ptr @localtime(ptr noundef) #1
declare i32 @strftime(ptr 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/tmpjoir3c0a.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@.str = private unnamed_addr constant [18 x i8] c"%Y-%m-%d %H:%M:%S\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local ptr @FormatTime(i32 noundef %0) #0 {
%2 = alloca i32, align 4
%3 = alloca ptr, align 8
%4 = alloca ptr, align 8
%5 = alloca i32, align 4
store i32 %0, ptr %2, align 4
%6 = call ptr @calloc(i32 noundef 21, i32 noundef 1)
store ptr %6, ptr %3, align 8
%7 = load i32, ptr %2, align 4
%8 = sdiv i32 %7, 1000
store i32 %8, ptr %5, align 4
%9 = call ptr @localtime(ptr noundef %5)
store ptr %9, ptr %4, align 8
%10 = load ptr, ptr %3, align 8
%11 = load ptr, ptr %4, align 8
%12 = call i32 @strftime(ptr noundef %10, i32 noundef 20, ptr noundef @.str, ptr noundef %11)
%13 = load ptr, ptr %3, align 8
ret ptr %13
}
declare ptr @calloc(i32 noundef, i32 noundef) #1
declare ptr @localtime(ptr noundef) #1
declare i32 @strftime(ptr 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/tmp6q8xtt6_.c'
source_filename = "/tmp/tmp6q8xtt6_.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @countWordInBuff(ptr noundef %0, ptr noundef %1) #0 {
%3 = alloca i32, align 4
%4 = alloca ptr, align 8
%5 = alloca ptr, align 8
%6 = alloca i32, align 4
%7 = alloca i32, align 4
%8 = alloca i32, align 4
%9 = alloca i32, align 4
%10 = alloca i32, align 4
store ptr %0, ptr %4, align 8
store ptr %1, ptr %5, align 8
store i32 0, ptr %6, align 4
store i32 0, ptr %7, align 4
store i32 0, ptr %8, align 4
store i32 0, ptr %9, align 4
store i32 0, ptr %10, align 4
%11 = load ptr, ptr %4, align 8
%12 = icmp eq ptr %11, null
br i1 %12, label %16, label %13
13: ; preds = %2
%14 = load ptr, ptr %5, align 8
%15 = icmp eq ptr %14, null
br i1 %15, label %16, label %17
16: ; preds = %13, %2
store i32 0, ptr %3, align 4
br label %59
17: ; preds = %13
br label %18
18: ; preds = %17
%19 = load ptr, ptr %4, align 8
%20 = call i32 @strlen(ptr noundef %19)
store i32 %20, ptr %9, align 4
%21 = load ptr, ptr %5, align 8
%22 = call i32 @strlen(ptr noundef %21)
store i32 %22, ptr %8, align 4
store i32 0, ptr %7, align 4
br label %23
23: ; preds = %54, %18
%24 = load i32, ptr %7, align 4
%25 = load i32, ptr %9, align 4
%26 = icmp sle i32 %24, %25
br i1 %26, label %27, label %57
27: ; preds = %23
%28 = load ptr, ptr %4, align 8
%29 = load i32, ptr %7, align 4
%30 = sext i32 %29 to i64
%31 = getelementptr inbounds i8, ptr %28, i64 %30
%32 = load i8, ptr %31, align 1
%33 = sext i8 %32 to i32
%34 = load ptr, ptr %5, align 8
%35 = load i32, ptr %10, align 4
%36 = sext i32 %35 to i64
%37 = getelementptr inbounds i8, ptr %34, i64 %36
%38 = load i8, ptr %37, align 1
%39 = sext i8 %38 to i32
%40 = icmp eq i32 %33, %39
br i1 %40, label %41, label %44
41: ; preds = %27
%42 = load i32, ptr %10, align 4
%43 = add nsw i32 %42, 1
store i32 %43, ptr %10, align 4
br label %45
44: ; preds = %27
store i32 0, ptr %10, align 4
br label %45
45: ; preds = %44, %41
%46 = load i32, ptr %10, align 4
%47 = load i32, ptr %8, align 4
%48 = icmp eq i32 %46, %47
br i1 %48, label %49, label %52
49: ; preds = %45
%50 = load i32, ptr %6, align 4
%51 = add nsw i32 %50, 1
store i32 %51, ptr %6, align 4
store i32 0, ptr %10, align 4
br label %53
52: ; preds = %45
br label %53
53: ; preds = %52, %49
br label %54
54: ; preds = %53
%55 = load i32, ptr %7, align 4
%56 = add nsw i32 %55, 1
store i32 %56, ptr %7, align 4
br label %23, !llvm.loop !6
57: ; preds = %23
%58 = load i32, ptr %6, align 4
store i32 %58, ptr %3, align 4
br label %59
59: ; preds = %57, %16
%60 = load i32, ptr %3, align 4
ret i32 %60
}
declare i32 @strlen(ptr noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
!6 = distinct !{!6, !7}
!7 = !{!"llvm.loop.mustprogress"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmp6q8xtt6_.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @countWordInBuff(ptr noundef %0, ptr noundef %1) #0 {
%3 = alloca i32, align 4
%4 = alloca ptr, align 8
%5 = alloca ptr, align 8
%6 = alloca i32, align 4
%7 = alloca i32, align 4
%8 = alloca i32, align 4
%9 = alloca i32, align 4
%10 = alloca i32, align 4
store ptr %0, ptr %4, align 8
store ptr %1, ptr %5, align 8
store i32 0, ptr %6, align 4
store i32 0, ptr %7, align 4
store i32 0, ptr %8, align 4
store i32 0, ptr %9, align 4
store i32 0, ptr %10, align 4
%11 = load ptr, ptr %4, align 8
%12 = icmp eq ptr %11, null
br i1 %12, label %16, label %13
13: ; preds = %2
%14 = load ptr, ptr %5, align 8
%15 = icmp eq ptr %14, null
br i1 %15, label %16, label %17
16: ; preds = %13, %2
store i32 0, ptr %3, align 4
br label %61
17: ; preds = %13
br label %18
18: ; preds = %17
%19 = load ptr, ptr %4, align 8
%20 = call i32 @strlen(ptr noundef %19)
store i32 %20, ptr %9, align 4
%21 = load ptr, ptr %5, align 8
%22 = call i32 @strlen(ptr noundef %21)
store i32 %22, ptr %8, align 4
store i32 0, ptr %7, align 4
%23 = load i32, ptr %7, align 4
%24 = load i32, ptr %9, align 4
%25 = icmp sle i32 %23, %24
br i1 %25, label %.lr.ph, label %59
.lr.ph: ; preds = %18
br label %26
26: ; preds = %.lr.ph, %53
%27 = load ptr, ptr %4, align 8
%28 = load i32, ptr %7, align 4
%29 = sext i32 %28 to i64
%30 = getelementptr inbounds i8, ptr %27, i64 %29
%31 = load i8, ptr %30, align 1
%32 = sext i8 %31 to i32
%33 = load ptr, ptr %5, align 8
%34 = load i32, ptr %10, align 4
%35 = sext i32 %34 to i64
%36 = getelementptr inbounds i8, ptr %33, i64 %35
%37 = load i8, ptr %36, align 1
%38 = sext i8 %37 to i32
%39 = icmp eq i32 %32, %38
br i1 %39, label %40, label %43
40: ; preds = %26
%41 = load i32, ptr %10, align 4
%42 = add nsw i32 %41, 1
store i32 %42, ptr %10, align 4
br label %44
43: ; preds = %26
store i32 0, ptr %10, align 4
br label %44
44: ; preds = %43, %40
%45 = load i32, ptr %10, align 4
%46 = load i32, ptr %8, align 4
%47 = icmp eq i32 %45, %46
br i1 %47, label %48, label %51
48: ; preds = %44
%49 = load i32, ptr %6, align 4
%50 = add nsw i32 %49, 1
store i32 %50, ptr %6, align 4
store i32 0, ptr %10, align 4
br label %52
51: ; preds = %44
br label %52
52: ; preds = %51, %48
br label %53
53: ; preds = %52
%54 = load i32, ptr %7, align 4
%55 = add nsw i32 %54, 1
store i32 %55, ptr %7, align 4
%56 = load i32, ptr %7, align 4
%57 = load i32, ptr %9, align 4
%58 = icmp sle i32 %56, %57
br i1 %58, label %26, label %._crit_edge, !llvm.loop !6
._crit_edge: ; preds = %53
br label %59
59: ; preds = %._crit_edge, %18
%60 = load i32, ptr %6, align 4
store i32 %60, ptr %3, align 4
br label %61
61: ; preds = %59, %16
%62 = load i32, ptr %3, align 4
ret i32 %62
}
declare i32 @strlen(ptr noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
!6 = distinct !{!6, !7}
!7 = !{!"llvm.loop.mustprogress"}
|
; ModuleID = '/tmp/tmpvw4xj4ii.c'
source_filename = "/tmp/tmpvw4xj4ii.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @randgen_init() #0 {
%1 = call i64 @time(ptr noundef null)
%2 = call i64 (...) @getpid()
%3 = add nsw i64 %1, %2
%4 = call i32 @srand(i64 noundef %3)
ret void
}
declare i32 @srand(i64 noundef) #1
declare i64 @time(ptr noundef) #1
declare i64 @getpid(...) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmpvw4xj4ii.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @randgen_init() #0 {
%1 = call i64 @time(ptr noundef null)
%2 = call i64 (...) @getpid()
%3 = add nsw i64 %1, %2
%4 = call i32 @srand(i64 noundef %3)
ret void
}
declare i32 @srand(i64 noundef) #1
declare i64 @time(ptr noundef) #1
declare i64 @getpid(...) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
|
; ModuleID = '/tmp/tmp25xv_69s.c'
source_filename = "/tmp/tmp25xv_69s.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @ComputeProperties(i32 noundef %0, i32 noundef %1, ptr noundef %2, ptr noundef %3, ptr noundef %4, ptr noundef %5) #0 {
%7 = alloca i32, align 4
%8 = alloca i32, align 4
%9 = alloca ptr, align 8
%10 = alloca ptr, align 8
%11 = alloca ptr, align 8
%12 = alloca ptr, align 8
%13 = alloca i32, align 4
%14 = alloca i32, align 4
%15 = alloca i32, align 4
store i32 %0, ptr %7, align 4
store i32 %1, ptr %8, align 4
store ptr %2, ptr %9, align 8
store ptr %3, ptr %10, align 8
store ptr %4, ptr %11, align 8
store ptr %5, ptr %12, align 8
store i32 0, ptr %13, align 4
br label %16
16: ; preds = %156, %6
%17 = load i32, ptr %13, align 4
%18 = icmp slt i32 %17, 4
br i1 %18, label %19, label %159
19: ; preds = %16
store i32 0, ptr %14, align 4
br label %20
20: ; preds = %152, %19
%21 = load i32, ptr %14, align 4
%22 = load i32, ptr %7, align 4
%23 = icmp slt i32 %21, %22
br i1 %23, label %24, label %155
24: ; preds = %20
%25 = load ptr, ptr %11, align 8
%26 = load i32, ptr %13, align 4
%27 = sext i32 %26 to i64
%28 = getelementptr inbounds ptr, ptr %25, i64 %27
%29 = load ptr, ptr %28, align 8
%30 = load i32, ptr %14, align 4
%31 = sext i32 %30 to i64
%32 = getelementptr inbounds double, ptr %29, i64 %31
store double 0.000000e+00, ptr %32, align 8
store i32 0, ptr %15, align 4
br label %33
33: ; preds = %102, %24
%34 = load i32, ptr %15, align 4
%35 = load i32, ptr %8, align 4
%36 = icmp slt i32 %34, %35
br i1 %36, label %37, label %105
37: ; preds = %33
%38 = load i32, ptr %13, align 4
%39 = icmp eq i32 %38, 0
br i1 %39, label %40, label %65
40: ; preds = %37
%41 = load ptr, ptr %10, align 8
%42 = load i32, ptr %15, align 4
%43 = sext i32 %42 to i64
%44 = getelementptr inbounds double, ptr %41, i64 %43
%45 = load double, ptr %44, align 8
%46 = load ptr, ptr %9, align 8
%47 = load i32, ptr %14, align 4
%48 = sext i32 %47 to i64
%49 = getelementptr inbounds ptr, ptr %46, i64 %48
%50 = load ptr, ptr %49, align 8
%51 = load i32, ptr %15, align 4
%52 = sext i32 %51 to i64
%53 = getelementptr inbounds double, ptr %50, i64 %52
%54 = load double, ptr %53, align 8
%55 = load ptr, ptr %11, align 8
%56 = load i32, ptr %13, align 4
%57 = sext i32 %56 to i64
%58 = getelementptr inbounds ptr, ptr %55, i64 %57
%59 = load ptr, ptr %58, align 8
%60 = load i32, ptr %14, align 4
%61 = sext i32 %60 to i64
%62 = getelementptr inbounds double, ptr %59, i64 %61
%63 = load double, ptr %62, align 8
%64 = call double @llvm.fmuladd.f64(double %45, double %54, double %63)
store double %64, ptr %62, align 8
br label %101
65: ; preds = %37
%66 = load ptr, ptr %10, align 8
%67 = load i32, ptr %15, align 4
%68 = sext i32 %67 to i64
%69 = getelementptr inbounds double, ptr %66, i64 %68
%70 = load double, ptr %69, align 8
%71 = load ptr, ptr %9, align 8
%72 = load i32, ptr %14, align 4
%73 = sext i32 %72 to i64
%74 = getelementptr inbounds ptr, ptr %71, i64 %73
%75 = load ptr, ptr %74, align 8
%76 = load i32, ptr %15, align 4
%77 = sext i32 %76 to i64
%78 = getelementptr inbounds double, ptr %75, i64 %77
%79 = load double, ptr %78, align 8
%80 = load ptr, ptr %11, align 8
%81 = getelementptr inbounds ptr, ptr %80, i64 0
%82 = load ptr, ptr %81, align 8
%83 = load i32, ptr %14, align 4
%84 = sext i32 %83 to i64
%85 = getelementptr inbounds double, ptr %82, i64 %84
%86 = load double, ptr %85, align 8
%87 = fsub double %79, %86
%88 = load i32, ptr %13, align 4
%89 = add nsw i32 %88, 1
%90 = call double @pow(double noundef %87, i32 noundef %89)
%91 = load ptr, ptr %11, align 8
%92 = load i32, ptr %13, align 4
%93 = sext i32 %92 to i64
%94 = getelementptr inbounds ptr, ptr %91, i64 %93
%95 = load ptr, ptr %94, align 8
%96 = load i32, ptr %14, align 4
%97 = sext i32 %96 to i64
%98 = getelementptr inbounds double, ptr %95, i64 %97
%99 = load double, ptr %98, align 8
%100 = call double @llvm.fmuladd.f64(double %70, double %90, double %99)
store double %100, ptr %98, align 8
br label %101
101: ; preds = %65, %40
br label %102
102: ; preds = %101
%103 = load i32, ptr %15, align 4
%104 = add nsw i32 %103, 1
store i32 %104, ptr %15, align 4
br label %33, !llvm.loop !6
105: ; preds = %33
%106 = load i32, ptr %13, align 4
%107 = icmp eq i32 %106, 1
br i1 %107, label %108, label %127
108: ; preds = %105
%109 = load ptr, ptr %11, align 8
%110 = load i32, ptr %13, align 4
%111 = sext i32 %110 to i64
%112 = getelementptr inbounds ptr, ptr %109, i64 %111
%113 = load ptr, ptr %112, align 8
%114 = load i32, ptr %14, align 4
%115 = sext i32 %114 to i64
%116 = getelementptr inbounds double, ptr %113, i64 %115
%117 = load double, ptr %116, align 8
%118 = call double @sqrt(double noundef %117) #4
%119 = load ptr, ptr %11, align 8
%120 = load i32, ptr %13, align 4
%121 = sext i32 %120 to i64
%122 = getelementptr inbounds ptr, ptr %119, i64 %121
%123 = load ptr, ptr %122, align 8
%124 = load i32, ptr %14, align 4
%125 = sext i32 %124 to i64
%126 = getelementptr inbounds double, ptr %123, i64 %125
store double %118, ptr %126, align 8
br label %127
127: ; preds = %108, %105
%128 = load i32, ptr %13, align 4
%129 = icmp sge i32 %128, 2
br i1 %129, label %130, label %151
130: ; preds = %127
%131 = load ptr, ptr %11, align 8
%132 = getelementptr inbounds ptr, ptr %131, i64 1
%133 = load ptr, ptr %132, align 8
%134 = load i32, ptr %14, align 4
%135 = sext i32 %134 to i64
%136 = getelementptr inbounds double, ptr %133, i64 %135
%137 = load double, ptr %136, align 8
%138 = load i32, ptr %13, align 4
%139 = add nsw i32 %138, 1
%140 = call double @pow(double noundef %137, i32 noundef %139)
%141 = load ptr, ptr %11, align 8
%142 = load i32, ptr %13, align 4
%143 = sext i32 %142 to i64
%144 = getelementptr inbounds ptr, ptr %141, i64 %143
%145 = load ptr, ptr %144, align 8
%146 = load i32, ptr %14, align 4
%147 = sext i32 %146 to i64
%148 = getelementptr inbounds double, ptr %145, i64 %147
%149 = load double, ptr %148, align 8
%150 = fdiv double %149, %140
store double %150, ptr %148, align 8
br label %151
151: ; preds = %130, %127
br label %152
152: ; preds = %151
%153 = load i32, ptr %14, align 4
%154 = add nsw i32 %153, 1
store i32 %154, ptr %14, align 4
br label %20, !llvm.loop !8
155: ; preds = %20
br label %156
156: ; preds = %155
%157 = load i32, ptr %13, align 4
%158 = add nsw i32 %157, 1
store i32 %158, ptr %13, align 4
br label %16, !llvm.loop !9
159: ; preds = %16
store i32 0, ptr %13, align 4
br label %160
160: ; preds = %291, %159
%161 = load i32, ptr %13, align 4
%162 = load i32, ptr %7, align 4
%163 = icmp slt i32 %161, %162
br i1 %163, label %164, label %294
164: ; preds = %160
store i32 0, ptr %14, align 4
br label %165
165: ; preds = %279, %164
%166 = load i32, ptr %14, align 4
%167 = load i32, ptr %13, align 4
%168 = icmp slt i32 %166, %167
br i1 %168, label %169, label %282
169: ; preds = %165
%170 = load ptr, ptr %12, align 8
%171 = load i32, ptr %13, align 4
%172 = sext i32 %171 to i64
%173 = getelementptr inbounds ptr, ptr %170, i64 %172
%174 = load ptr, ptr %173, align 8
%175 = load i32, ptr %14, align 4
%176 = sext i32 %175 to i64
%177 = getelementptr inbounds double, ptr %174, i64 %176
store double 0.000000e+00, ptr %177, align 8
store i32 0, ptr %15, align 4
br label %178
178: ; preds = %233, %169
%179 = load i32, ptr %15, align 4
%180 = load i32, ptr %8, align 4
%181 = icmp slt i32 %179, %180
br i1 %181, label %182, label %236
182: ; preds = %178
%183 = load ptr, ptr %10, align 8
%184 = load i32, ptr %15, align 4
%185 = sext i32 %184 to i64
%186 = getelementptr inbounds double, ptr %183, i64 %185
%187 = load double, ptr %186, align 8
%188 = load ptr, ptr %9, align 8
%189 = load i32, ptr %13, align 4
%190 = sext i32 %189 to i64
%191 = getelementptr inbounds ptr, ptr %188, i64 %190
%192 = load ptr, ptr %191, align 8
%193 = load i32, ptr %15, align 4
%194 = sext i32 %193 to i64
%195 = getelementptr inbounds double, ptr %192, i64 %194
%196 = load double, ptr %195, align 8
%197 = load ptr, ptr %11, align 8
%198 = getelementptr inbounds ptr, ptr %197, i64 0
%199 = load ptr, ptr %198, align 8
%200 = load i32, ptr %13, align 4
%201 = sext i32 %200 to i64
%202 = getelementptr inbounds double, ptr %199, i64 %201
%203 = load double, ptr %202, align 8
%204 = fsub double %196, %203
%205 = fmul double %187, %204
%206 = load ptr, ptr %9, align 8
%207 = load i32, ptr %14, align 4
%208 = sext i32 %207 to i64
%209 = getelementptr inbounds ptr, ptr %206, i64 %208
%210 = load ptr, ptr %209, align 8
%211 = load i32, ptr %15, align 4
%212 = sext i32 %211 to i64
%213 = getelementptr inbounds double, ptr %210, i64 %212
%214 = load double, ptr %213, align 8
%215 = load ptr, ptr %11, align 8
%216 = getelementptr inbounds ptr, ptr %215, i64 0
%217 = load ptr, ptr %216, align 8
%218 = load i32, ptr %14, align 4
%219 = sext i32 %218 to i64
%220 = getelementptr inbounds double, ptr %217, i64 %219
%221 = load double, ptr %220, align 8
%222 = fsub double %214, %221
%223 = load ptr, ptr %12, align 8
%224 = load i32, ptr %13, align 4
%225 = sext i32 %224 to i64
%226 = getelementptr inbounds ptr, ptr %223, i64 %225
%227 = load ptr, ptr %226, align 8
%228 = load i32, ptr %14, align 4
%229 = sext i32 %228 to i64
%230 = getelementptr inbounds double, ptr %227, i64 %229
%231 = load double, ptr %230, align 8
%232 = call double @llvm.fmuladd.f64(double %205, double %222, double %231)
store double %232, ptr %230, align 8
br label %233
233: ; preds = %182
%234 = load i32, ptr %15, align 4
%235 = add nsw i32 %234, 1
store i32 %235, ptr %15, align 4
br label %178, !llvm.loop !10
236: ; preds = %178
%237 = load ptr, ptr %11, align 8
%238 = getelementptr inbounds ptr, ptr %237, i64 1
%239 = load ptr, ptr %238, align 8
%240 = load i32, ptr %13, align 4
%241 = sext i32 %240 to i64
%242 = getelementptr inbounds double, ptr %239, i64 %241
%243 = load double, ptr %242, align 8
%244 = load ptr, ptr %11, align 8
%245 = getelementptr inbounds ptr, ptr %244, i64 1
%246 = load ptr, ptr %245, align 8
%247 = load i32, ptr %14, align 4
%248 = sext i32 %247 to i64
%249 = getelementptr inbounds double, ptr %246, i64 %248
%250 = load double, ptr %249, align 8
%251 = fmul double %243, %250
%252 = load ptr, ptr %12, align 8
%253 = load i32, ptr %13, align 4
%254 = sext i32 %253 to i64
%255 = getelementptr inbounds ptr, ptr %252, i64 %254
%256 = load ptr, ptr %255, align 8
%257 = load i32, ptr %14, align 4
%258 = sext i32 %257 to i64
%259 = getelementptr inbounds double, ptr %256, i64 %258
%260 = load double, ptr %259, align 8
%261 = fdiv double %260, %251
store double %261, ptr %259, align 8
%262 = load ptr, ptr %12, align 8
%263 = load i32, ptr %13, align 4
%264 = sext i32 %263 to i64
%265 = getelementptr inbounds ptr, ptr %262, i64 %264
%266 = load ptr, ptr %265, align 8
%267 = load i32, ptr %14, align 4
%268 = sext i32 %267 to i64
%269 = getelementptr inbounds double, ptr %266, i64 %268
%270 = load double, ptr %269, align 8
%271 = load ptr, ptr %12, align 8
%272 = load i32, ptr %14, align 4
%273 = sext i32 %272 to i64
%274 = getelementptr inbounds ptr, ptr %271, i64 %273
%275 = load ptr, ptr %274, align 8
%276 = load i32, ptr %13, align 4
%277 = sext i32 %276 to i64
%278 = getelementptr inbounds double, ptr %275, i64 %277
store double %270, ptr %278, align 8
br label %279
279: ; preds = %236
%280 = load i32, ptr %14, align 4
%281 = add nsw i32 %280, 1
store i32 %281, ptr %14, align 4
br label %165, !llvm.loop !11
282: ; preds = %165
%283 = load ptr, ptr %12, align 8
%284 = load i32, ptr %13, align 4
%285 = sext i32 %284 to i64
%286 = getelementptr inbounds ptr, ptr %283, i64 %285
%287 = load ptr, ptr %286, align 8
%288 = load i32, ptr %13, align 4
%289 = sext i32 %288 to i64
%290 = getelementptr inbounds double, ptr %287, i64 %289
store double 1.000000e+00, ptr %290, align 8
br label %291
291: ; preds = %282
%292 = load i32, ptr %13, align 4
%293 = add nsw i32 %292, 1
store i32 %293, ptr %13, align 4
br label %160, !llvm.loop !12
294: ; preds = %160
ret void
}
; Function Attrs: nocallback nofree nosync nounwind speculatable willreturn memory(none)
declare double @llvm.fmuladd.f64(double, double, double) #1
declare double @pow(double noundef, i32 noundef) #2
; Function Attrs: nounwind
declare double @sqrt(double noundef) #3
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { nocallback nofree nosync nounwind speculatable willreturn memory(none) }
attributes #2 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #3 = { nounwind "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #4 = { nounwind }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
!6 = distinct !{!6, !7}
!7 = !{!"llvm.loop.mustprogress"}
!8 = distinct !{!8, !7}
!9 = distinct !{!9, !7}
!10 = distinct !{!10, !7}
!11 = distinct !{!11, !7}
!12 = distinct !{!12, !7}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmp25xv_69s.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @ComputeProperties(i32 noundef %0, i32 noundef %1, ptr noundef %2, ptr noundef %3, ptr noundef %4, ptr noundef %5) #0 {
%7 = alloca i32, align 4
%8 = alloca i32, align 4
%9 = alloca ptr, align 8
%10 = alloca ptr, align 8
%11 = alloca ptr, align 8
%12 = alloca ptr, align 8
%13 = alloca i32, align 4
%14 = alloca i32, align 4
%15 = alloca i32, align 4
store i32 %0, ptr %7, align 4
store i32 %1, ptr %8, align 4
store ptr %2, ptr %9, align 8
store ptr %3, ptr %10, align 8
store ptr %4, ptr %11, align 8
store ptr %5, ptr %12, align 8
store i32 0, ptr %13, align 4
%16 = load i32, ptr %13, align 4
%17 = icmp slt i32 %16, 4
br i1 %17, label %.lr.ph5, label %164
.lr.ph5: ; preds = %6
br label %18
18: ; preds = %.lr.ph5, %159
store i32 0, ptr %14, align 4
%19 = load i32, ptr %14, align 4
%20 = load i32, ptr %7, align 4
%21 = icmp slt i32 %19, %20
br i1 %21, label %.lr.ph2, label %158
.lr.ph2: ; preds = %18
br label %22
22: ; preds = %.lr.ph2, %152
%23 = load ptr, ptr %11, align 8
%24 = load i32, ptr %13, align 4
%25 = sext i32 %24 to i64
%26 = getelementptr inbounds ptr, ptr %23, i64 %25
%27 = load ptr, ptr %26, align 8
%28 = load i32, ptr %14, align 4
%29 = sext i32 %28 to i64
%30 = getelementptr inbounds double, ptr %27, i64 %29
store double 0.000000e+00, ptr %30, align 8
store i32 0, ptr %15, align 4
%31 = load i32, ptr %15, align 4
%32 = load i32, ptr %8, align 4
%33 = icmp slt i32 %31, %32
br i1 %33, label %.lr.ph, label %105
.lr.ph: ; preds = %22
br label %34
34: ; preds = %.lr.ph, %99
%35 = load i32, ptr %13, align 4
%36 = icmp eq i32 %35, 0
br i1 %36, label %37, label %62
37: ; preds = %34
%38 = load ptr, ptr %10, align 8
%39 = load i32, ptr %15, align 4
%40 = sext i32 %39 to i64
%41 = getelementptr inbounds double, ptr %38, i64 %40
%42 = load double, ptr %41, align 8
%43 = load ptr, ptr %9, align 8
%44 = load i32, ptr %14, align 4
%45 = sext i32 %44 to i64
%46 = getelementptr inbounds ptr, ptr %43, i64 %45
%47 = load ptr, ptr %46, align 8
%48 = load i32, ptr %15, align 4
%49 = sext i32 %48 to i64
%50 = getelementptr inbounds double, ptr %47, i64 %49
%51 = load double, ptr %50, align 8
%52 = load ptr, ptr %11, align 8
%53 = load i32, ptr %13, align 4
%54 = sext i32 %53 to i64
%55 = getelementptr inbounds ptr, ptr %52, i64 %54
%56 = load ptr, ptr %55, align 8
%57 = load i32, ptr %14, align 4
%58 = sext i32 %57 to i64
%59 = getelementptr inbounds double, ptr %56, i64 %58
%60 = load double, ptr %59, align 8
%61 = call double @llvm.fmuladd.f64(double %42, double %51, double %60)
store double %61, ptr %59, align 8
br label %98
62: ; preds = %34
%63 = load ptr, ptr %10, align 8
%64 = load i32, ptr %15, align 4
%65 = sext i32 %64 to i64
%66 = getelementptr inbounds double, ptr %63, i64 %65
%67 = load double, ptr %66, align 8
%68 = load ptr, ptr %9, align 8
%69 = load i32, ptr %14, align 4
%70 = sext i32 %69 to i64
%71 = getelementptr inbounds ptr, ptr %68, i64 %70
%72 = load ptr, ptr %71, align 8
%73 = load i32, ptr %15, align 4
%74 = sext i32 %73 to i64
%75 = getelementptr inbounds double, ptr %72, i64 %74
%76 = load double, ptr %75, align 8
%77 = load ptr, ptr %11, align 8
%78 = getelementptr inbounds ptr, ptr %77, i64 0
%79 = load ptr, ptr %78, align 8
%80 = load i32, ptr %14, align 4
%81 = sext i32 %80 to i64
%82 = getelementptr inbounds double, ptr %79, i64 %81
%83 = load double, ptr %82, align 8
%84 = fsub double %76, %83
%85 = load i32, ptr %13, align 4
%86 = add nsw i32 %85, 1
%87 = call double @pow(double noundef %84, i32 noundef %86)
%88 = load ptr, ptr %11, align 8
%89 = load i32, ptr %13, align 4
%90 = sext i32 %89 to i64
%91 = getelementptr inbounds ptr, ptr %88, i64 %90
%92 = load ptr, ptr %91, align 8
%93 = load i32, ptr %14, align 4
%94 = sext i32 %93 to i64
%95 = getelementptr inbounds double, ptr %92, i64 %94
%96 = load double, ptr %95, align 8
%97 = call double @llvm.fmuladd.f64(double %67, double %87, double %96)
store double %97, ptr %95, align 8
br label %98
98: ; preds = %62, %37
br label %99
99: ; preds = %98
%100 = load i32, ptr %15, align 4
%101 = add nsw i32 %100, 1
store i32 %101, ptr %15, align 4
%102 = load i32, ptr %15, align 4
%103 = load i32, ptr %8, align 4
%104 = icmp slt i32 %102, %103
br i1 %104, label %34, label %._crit_edge, !llvm.loop !6
._crit_edge: ; preds = %99
br label %105
105: ; preds = %._crit_edge, %22
%106 = load i32, ptr %13, align 4
%107 = icmp eq i32 %106, 1
br i1 %107, label %108, label %127
108: ; preds = %105
%109 = load ptr, ptr %11, align 8
%110 = load i32, ptr %13, align 4
%111 = sext i32 %110 to i64
%112 = getelementptr inbounds ptr, ptr %109, i64 %111
%113 = load ptr, ptr %112, align 8
%114 = load i32, ptr %14, align 4
%115 = sext i32 %114 to i64
%116 = getelementptr inbounds double, ptr %113, i64 %115
%117 = load double, ptr %116, align 8
%118 = call double @sqrt(double noundef %117) #4
%119 = load ptr, ptr %11, align 8
%120 = load i32, ptr %13, align 4
%121 = sext i32 %120 to i64
%122 = getelementptr inbounds ptr, ptr %119, i64 %121
%123 = load ptr, ptr %122, align 8
%124 = load i32, ptr %14, align 4
%125 = sext i32 %124 to i64
%126 = getelementptr inbounds double, ptr %123, i64 %125
store double %118, ptr %126, align 8
br label %127
127: ; preds = %108, %105
%128 = load i32, ptr %13, align 4
%129 = icmp sge i32 %128, 2
br i1 %129, label %130, label %151
130: ; preds = %127
%131 = load ptr, ptr %11, align 8
%132 = getelementptr inbounds ptr, ptr %131, i64 1
%133 = load ptr, ptr %132, align 8
%134 = load i32, ptr %14, align 4
%135 = sext i32 %134 to i64
%136 = getelementptr inbounds double, ptr %133, i64 %135
%137 = load double, ptr %136, align 8
%138 = load i32, ptr %13, align 4
%139 = add nsw i32 %138, 1
%140 = call double @pow(double noundef %137, i32 noundef %139)
%141 = load ptr, ptr %11, align 8
%142 = load i32, ptr %13, align 4
%143 = sext i32 %142 to i64
%144 = getelementptr inbounds ptr, ptr %141, i64 %143
%145 = load ptr, ptr %144, align 8
%146 = load i32, ptr %14, align 4
%147 = sext i32 %146 to i64
%148 = getelementptr inbounds double, ptr %145, i64 %147
%149 = load double, ptr %148, align 8
%150 = fdiv double %149, %140
store double %150, ptr %148, align 8
br label %151
151: ; preds = %130, %127
br label %152
152: ; preds = %151
%153 = load i32, ptr %14, align 4
%154 = add nsw i32 %153, 1
store i32 %154, ptr %14, align 4
%155 = load i32, ptr %14, align 4
%156 = load i32, ptr %7, align 4
%157 = icmp slt i32 %155, %156
br i1 %157, label %22, label %._crit_edge3, !llvm.loop !8
._crit_edge3: ; preds = %152
br label %158
158: ; preds = %._crit_edge3, %18
br label %159
159: ; preds = %158
%160 = load i32, ptr %13, align 4
%161 = add nsw i32 %160, 1
store i32 %161, ptr %13, align 4
%162 = load i32, ptr %13, align 4
%163 = icmp slt i32 %162, 4
br i1 %163, label %18, label %._crit_edge6, !llvm.loop !9
._crit_edge6: ; preds = %159
br label %164
164: ; preds = %._crit_edge6, %6
store i32 0, ptr %13, align 4
%165 = load i32, ptr %13, align 4
%166 = load i32, ptr %7, align 4
%167 = icmp slt i32 %165, %166
br i1 %167, label %.lr.ph14, label %305
.lr.ph14: ; preds = %164
br label %168
168: ; preds = %.lr.ph14, %299
store i32 0, ptr %14, align 4
%169 = load i32, ptr %14, align 4
%170 = load i32, ptr %13, align 4
%171 = icmp slt i32 %169, %170
br i1 %171, label %.lr.ph11, label %290
.lr.ph11: ; preds = %168
br label %172
172: ; preds = %.lr.ph11, %284
%173 = load ptr, ptr %12, align 8
%174 = load i32, ptr %13, align 4
%175 = sext i32 %174 to i64
%176 = getelementptr inbounds ptr, ptr %173, i64 %175
%177 = load ptr, ptr %176, align 8
%178 = load i32, ptr %14, align 4
%179 = sext i32 %178 to i64
%180 = getelementptr inbounds double, ptr %177, i64 %179
store double 0.000000e+00, ptr %180, align 8
store i32 0, ptr %15, align 4
%181 = load i32, ptr %15, align 4
%182 = load i32, ptr %8, align 4
%183 = icmp slt i32 %181, %182
br i1 %183, label %.lr.ph8, label %241
.lr.ph8: ; preds = %172
br label %184
184: ; preds = %.lr.ph8, %235
%185 = load ptr, ptr %10, align 8
%186 = load i32, ptr %15, align 4
%187 = sext i32 %186 to i64
%188 = getelementptr inbounds double, ptr %185, i64 %187
%189 = load double, ptr %188, align 8
%190 = load ptr, ptr %9, align 8
%191 = load i32, ptr %13, align 4
%192 = sext i32 %191 to i64
%193 = getelementptr inbounds ptr, ptr %190, i64 %192
%194 = load ptr, ptr %193, align 8
%195 = load i32, ptr %15, align 4
%196 = sext i32 %195 to i64
%197 = getelementptr inbounds double, ptr %194, i64 %196
%198 = load double, ptr %197, align 8
%199 = load ptr, ptr %11, align 8
%200 = getelementptr inbounds ptr, ptr %199, i64 0
%201 = load ptr, ptr %200, align 8
%202 = load i32, ptr %13, align 4
%203 = sext i32 %202 to i64
%204 = getelementptr inbounds double, ptr %201, i64 %203
%205 = load double, ptr %204, align 8
%206 = fsub double %198, %205
%207 = fmul double %189, %206
%208 = load ptr, ptr %9, align 8
%209 = load i32, ptr %14, align 4
%210 = sext i32 %209 to i64
%211 = getelementptr inbounds ptr, ptr %208, i64 %210
%212 = load ptr, ptr %211, align 8
%213 = load i32, ptr %15, align 4
%214 = sext i32 %213 to i64
%215 = getelementptr inbounds double, ptr %212, i64 %214
%216 = load double, ptr %215, align 8
%217 = load ptr, ptr %11, align 8
%218 = getelementptr inbounds ptr, ptr %217, i64 0
%219 = load ptr, ptr %218, align 8
%220 = load i32, ptr %14, align 4
%221 = sext i32 %220 to i64
%222 = getelementptr inbounds double, ptr %219, i64 %221
%223 = load double, ptr %222, align 8
%224 = fsub double %216, %223
%225 = load ptr, ptr %12, align 8
%226 = load i32, ptr %13, align 4
%227 = sext i32 %226 to i64
%228 = getelementptr inbounds ptr, ptr %225, i64 %227
%229 = load ptr, ptr %228, align 8
%230 = load i32, ptr %14, align 4
%231 = sext i32 %230 to i64
%232 = getelementptr inbounds double, ptr %229, i64 %231
%233 = load double, ptr %232, align 8
%234 = call double @llvm.fmuladd.f64(double %207, double %224, double %233)
store double %234, ptr %232, align 8
br label %235
235: ; preds = %184
%236 = load i32, ptr %15, align 4
%237 = add nsw i32 %236, 1
store i32 %237, ptr %15, align 4
%238 = load i32, ptr %15, align 4
%239 = load i32, ptr %8, align 4
%240 = icmp slt i32 %238, %239
br i1 %240, label %184, label %._crit_edge9, !llvm.loop !10
._crit_edge9: ; preds = %235
br label %241
241: ; preds = %._crit_edge9, %172
%242 = load ptr, ptr %11, align 8
%243 = getelementptr inbounds ptr, ptr %242, i64 1
%244 = load ptr, ptr %243, align 8
%245 = load i32, ptr %13, align 4
%246 = sext i32 %245 to i64
%247 = getelementptr inbounds double, ptr %244, i64 %246
%248 = load double, ptr %247, align 8
%249 = load ptr, ptr %11, align 8
%250 = getelementptr inbounds ptr, ptr %249, i64 1
%251 = load ptr, ptr %250, align 8
%252 = load i32, ptr %14, align 4
%253 = sext i32 %252 to i64
%254 = getelementptr inbounds double, ptr %251, i64 %253
%255 = load double, ptr %254, align 8
%256 = fmul double %248, %255
%257 = load ptr, ptr %12, align 8
%258 = load i32, ptr %13, align 4
%259 = sext i32 %258 to i64
%260 = getelementptr inbounds ptr, ptr %257, i64 %259
%261 = load ptr, ptr %260, align 8
%262 = load i32, ptr %14, align 4
%263 = sext i32 %262 to i64
%264 = getelementptr inbounds double, ptr %261, i64 %263
%265 = load double, ptr %264, align 8
%266 = fdiv double %265, %256
store double %266, ptr %264, align 8
%267 = load ptr, ptr %12, align 8
%268 = load i32, ptr %13, align 4
%269 = sext i32 %268 to i64
%270 = getelementptr inbounds ptr, ptr %267, i64 %269
%271 = load ptr, ptr %270, align 8
%272 = load i32, ptr %14, align 4
%273 = sext i32 %272 to i64
%274 = getelementptr inbounds double, ptr %271, i64 %273
%275 = load double, ptr %274, align 8
%276 = load ptr, ptr %12, align 8
%277 = load i32, ptr %14, align 4
%278 = sext i32 %277 to i64
%279 = getelementptr inbounds ptr, ptr %276, i64 %278
%280 = load ptr, ptr %279, align 8
%281 = load i32, ptr %13, align 4
%282 = sext i32 %281 to i64
%283 = getelementptr inbounds double, ptr %280, i64 %282
store double %275, ptr %283, align 8
br label %284
284: ; preds = %241
%285 = load i32, ptr %14, align 4
%286 = add nsw i32 %285, 1
store i32 %286, ptr %14, align 4
%287 = load i32, ptr %14, align 4
%288 = load i32, ptr %13, align 4
%289 = icmp slt i32 %287, %288
br i1 %289, label %172, label %._crit_edge12, !llvm.loop !11
._crit_edge12: ; preds = %284
br label %290
290: ; preds = %._crit_edge12, %168
%291 = load ptr, ptr %12, align 8
%292 = load i32, ptr %13, align 4
%293 = sext i32 %292 to i64
%294 = getelementptr inbounds ptr, ptr %291, i64 %293
%295 = load ptr, ptr %294, align 8
%296 = load i32, ptr %13, align 4
%297 = sext i32 %296 to i64
%298 = getelementptr inbounds double, ptr %295, i64 %297
store double 1.000000e+00, ptr %298, align 8
br label %299
299: ; preds = %290
%300 = load i32, ptr %13, align 4
%301 = add nsw i32 %300, 1
store i32 %301, ptr %13, align 4
%302 = load i32, ptr %13, align 4
%303 = load i32, ptr %7, align 4
%304 = icmp slt i32 %302, %303
br i1 %304, label %168, label %._crit_edge15, !llvm.loop !12
._crit_edge15: ; preds = %299
br label %305
305: ; preds = %._crit_edge15, %164
ret void
}
; Function Attrs: nocallback nofree nosync nounwind speculatable willreturn memory(none)
declare double @llvm.fmuladd.f64(double, double, double) #1
declare double @pow(double noundef, i32 noundef) #2
; Function Attrs: nounwind
declare double @sqrt(double noundef) #3
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { nocallback nofree nosync nounwind speculatable willreturn memory(none) }
attributes #2 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #3 = { nounwind "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #4 = { nounwind }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
!6 = distinct !{!6, !7}
!7 = !{!"llvm.loop.mustprogress"}
!8 = distinct !{!8, !7}
!9 = distinct !{!9, !7}
!10 = distinct !{!10, !7}
!11 = distinct !{!11, !7}
!12 = distinct !{!12, !7}
|
; ModuleID = '/tmp/tmpg8alf1lv.c'
source_filename = "/tmp/tmpg8alf1lv.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @long_chars(i64 noundef %0) #0 {
%2 = alloca i64, align 8
%3 = alloca i32, align 4
%4 = alloca i64, align 8
store i64 %0, ptr %2, align 8
%5 = load i64, ptr %2, align 8
%6 = call i64 @labs(i64 noundef %5) #2
store i64 %6, ptr %4, align 8
store i32 1, ptr %3, align 4
br label %7
7: ; preds = %10, %1
%8 = load i64, ptr %4, align 8
%9 = icmp sgt i64 %8, 9
br i1 %9, label %10, label %15
10: ; preds = %7
%11 = load i32, ptr %3, align 4
%12 = add nsw i32 %11, 1
store i32 %12, ptr %3, align 4
%13 = load i64, ptr %4, align 8
%14 = sdiv i64 %13, 10
store i64 %14, ptr %4, align 8
br label %7, !llvm.loop !6
15: ; preds = %7
%16 = load i32, ptr %3, align 4
ret i32 %16
}
; Function Attrs: nounwind willreturn memory(none)
declare i64 @labs(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 = { nounwind willreturn memory(none) "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #2 = { nounwind willreturn memory(none) }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
!6 = distinct !{!6, !7}
!7 = !{!"llvm.loop.mustprogress"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmpg8alf1lv.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @long_chars(i64 noundef %0) #0 {
%2 = alloca i64, align 8
%3 = alloca i32, align 4
%4 = alloca i64, align 8
store i64 %0, ptr %2, align 8
%5 = load i64, ptr %2, align 8
%6 = call i64 @labs(i64 noundef %5) #2
store i64 %6, ptr %4, align 8
store i32 1, ptr %3, align 4
%7 = load i64, ptr %4, align 8
%8 = icmp sgt i64 %7, 9
br i1 %8, label %.lr.ph, label %16
.lr.ph: ; preds = %1
br label %9
9: ; preds = %.lr.ph, %9
%10 = load i32, ptr %3, align 4
%11 = add nsw i32 %10, 1
store i32 %11, ptr %3, align 4
%12 = load i64, ptr %4, align 8
%13 = sdiv i64 %12, 10
store i64 %13, ptr %4, align 8
%14 = load i64, ptr %4, align 8
%15 = icmp sgt i64 %14, 9
br i1 %15, label %9, label %._crit_edge, !llvm.loop !6
._crit_edge: ; preds = %9
br label %16
16: ; preds = %._crit_edge, %1
%17 = load i32, ptr %3, align 4
ret i32 %17
}
; Function Attrs: nounwind willreturn memory(none)
declare i64 @labs(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 = { nounwind willreturn memory(none) "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #2 = { nounwind willreturn memory(none) }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
!6 = distinct !{!6, !7}
!7 = !{!"llvm.loop.mustprogress"}
|
; ModuleID = '/tmp/tmpzoej7dyp.c'
source_filename = "/tmp/tmpzoej7dyp.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@.str = private unnamed_addr constant [22 x i8] c"Introduce tu nombre: \00", align 1
@.str.1 = private unnamed_addr constant [23 x i8] c"Este es tu nombre: %s\0A\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @main() #0 {
%1 = alloca i32, align 4
%2 = alloca ptr, align 8
store i32 0, ptr %1, align 4
%3 = call i32 (ptr, ...) @printf(ptr noundef @.str)
%4 = call ptr (...) @leerUnStringArbitrariamenteLargo()
store ptr %4, ptr %2, align 8
%5 = load ptr, ptr %2, align 8
%6 = call i32 (ptr, ...) @printf(ptr noundef @.str.1, ptr noundef %5)
ret i32 0
}
declare i32 @printf(ptr noundef, ...) #1
declare ptr @leerUnStringArbitrariamenteLargo(...) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmpzoej7dyp.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@.str = private unnamed_addr constant [22 x i8] c"Introduce tu nombre: \00", align 1
@.str.1 = private unnamed_addr constant [23 x i8] c"Este es tu nombre: %s\0A\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @main() #0 {
%1 = alloca i32, align 4
%2 = alloca ptr, align 8
store i32 0, ptr %1, align 4
%3 = call i32 (ptr, ...) @printf(ptr noundef @.str)
%4 = call ptr (...) @leerUnStringArbitrariamenteLargo()
store ptr %4, ptr %2, align 8
%5 = load ptr, ptr %2, align 8
%6 = call i32 (ptr, ...) @printf(ptr noundef @.str.1, ptr noundef %5)
ret i32 0
}
declare i32 @printf(ptr noundef, ...) #1
declare ptr @leerUnStringArbitrariamenteLargo(...) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
|
; ModuleID = '/tmp/tmp6jinlab6.c'
source_filename = "/tmp/tmp6jinlab6.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@AT_FDCWD = dso_local global i32 0, align 4
@.str = private unnamed_addr constant [5 x i8] c"test\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 = load i32, ptr @AT_FDCWD, align 4
%3 = call i32 @mkdirat(i32 noundef %2, ptr noundef @.str, i32 noundef 438)
ret i32 %3
}
declare i32 @mkdirat(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/tmp6jinlab6.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@AT_FDCWD = dso_local global i32 0, align 4
@.str = private unnamed_addr constant [5 x i8] c"test\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 = load i32, ptr @AT_FDCWD, align 4
%3 = call i32 @mkdirat(i32 noundef %2, ptr noundef @.str, i32 noundef 438)
ret i32 %3
}
declare i32 @mkdirat(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/tmp9ylkmlno.c'
source_filename = "/tmp/tmp9ylkmlno.c"
target datalayout = "e-m:e-p270: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/tmp9ylkmlno.c"
target datalayout = "e-m:e-p270: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/tmpdbq_i9me.c'
source_filename = "/tmp/tmpdbq_i9me.c"
target datalayout = "e-m:e-p270: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 [18 x i8] c"%s:%i: assert %s\0A\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local void @assertInternal(ptr noundef %0, i32 noundef %1, i32 noundef %2, ptr noundef %3) #0 {
%5 = alloca ptr, align 8
%6 = alloca i32, align 4
%7 = alloca i32, align 4
%8 = alloca ptr, align 8
store ptr %0, ptr %5, align 8
store i32 %1, ptr %6, align 4
store i32 %2, ptr %7, align 4
store ptr %3, ptr %8, align 8
%9 = load i32, ptr %7, align 4
%10 = icmp ne i32 %9, 0
br i1 %10, label %11, label %12
11: ; preds = %4
ret void
12: ; preds = %4
%13 = load i32, ptr @stderr, align 4
%14 = load ptr, ptr %5, align 8
%15 = load i32, ptr %6, align 4
%16 = load ptr, ptr %8, align 8
%17 = call i32 @fprintf(i32 noundef %13, ptr noundef @.str, ptr noundef %14, i32 noundef %15, ptr noundef %16)
%18 = call i32 (...) @abort() #3
unreachable
}
declare i32 @fprintf(i32 noundef, ptr noundef, ptr noundef, i32 noundef, ptr noundef) #1
; Function Attrs: noreturn
declare i32 @abort(...) #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/tmpdbq_i9me.c"
target datalayout = "e-m:e-p270: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 [18 x i8] c"%s:%i: assert %s\0A\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local void @assertInternal(ptr noundef %0, i32 noundef %1, i32 noundef %2, ptr noundef %3) #0 {
%5 = alloca ptr, align 8
%6 = alloca i32, align 4
%7 = alloca i32, align 4
%8 = alloca ptr, align 8
store ptr %0, ptr %5, align 8
store i32 %1, ptr %6, align 4
store i32 %2, ptr %7, align 4
store ptr %3, ptr %8, align 8
%9 = load i32, ptr %7, align 4
%10 = icmp ne i32 %9, 0
br i1 %10, label %11, label %12
11: ; preds = %4
ret void
12: ; preds = %4
%13 = load i32, ptr @stderr, align 4
%14 = load ptr, ptr %5, align 8
%15 = load i32, ptr %6, align 4
%16 = load ptr, ptr %8, align 8
%17 = call i32 @fprintf(i32 noundef %13, ptr noundef @.str, ptr noundef %14, i32 noundef %15, ptr noundef %16)
%18 = call i32 (...) @abort() #3
unreachable
}
declare i32 @fprintf(i32 noundef, ptr noundef, ptr noundef, i32 noundef, ptr noundef) #1
; Function Attrs: noreturn
declare i32 @abort(...) #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/tmp7fsn0t77.c'
source_filename = "/tmp/tmp7fsn0t77.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @_truncate(double noundef %0) #0 {
%2 = alloca double, align 8
%3 = alloca double, align 8
%4 = alloca i64, align 8
%5 = alloca i64, align 8
store double %0, ptr %3, align 8
%6 = load double, ptr %3, align 8
%7 = fcmp olt double %6, 1.000000e+00
br i1 %7, label %8, label %12
8: ; preds = %1
%9 = load double, ptr %3, align 8
%10 = fcmp ogt double %9, -1.000000e+00
br i1 %10, label %11, label %12
11: ; preds = %8
store double 0.000000e+00, ptr %2, align 8
br label %31
12: ; preds = %8, %1
%13 = load double, ptr %3, align 8
%14 = call i64 @double_to_bits(double noundef %13)
store i64 %14, ptr %4, align 8
%15 = load i64, ptr %4, align 8
%16 = lshr i64 %15, 52
%17 = and i64 %16, 2047
store i64 %17, ptr %5, align 8
%18 = load i64, ptr %5, align 8
%19 = sub i64 %18, 1023
store i64 %19, ptr %5, align 8
%20 = load i64, ptr %5, align 8
%21 = icmp ult i64 %20, 52
br i1 %21, label %22, label %28
22: ; preds = %12
%23 = load i64, ptr %5, align 8
%24 = lshr i64 4503599627370495, %23
%25 = xor i64 %24, -1
%26 = load i64, ptr %4, align 8
%27 = and i64 %26, %25
store i64 %27, ptr %4, align 8
br label %28
28: ; preds = %22, %12
%29 = load i64, ptr %4, align 8
%30 = call double @bits_to_double(i64 noundef %29)
store double %30, ptr %2, align 8
br label %31
31: ; preds = %28, %11
%32 = load double, ptr %2, align 8
ret double %32
}
declare i64 @double_to_bits(double noundef) #1
declare double @bits_to_double(i64 noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmp7fsn0t77.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @_truncate(double noundef %0) #0 {
%2 = alloca double, align 8
%3 = alloca double, align 8
%4 = alloca i64, align 8
%5 = alloca i64, align 8
store double %0, ptr %3, align 8
%6 = load double, ptr %3, align 8
%7 = fcmp olt double %6, 1.000000e+00
br i1 %7, label %8, label %12
8: ; preds = %1
%9 = load double, ptr %3, align 8
%10 = fcmp ogt double %9, -1.000000e+00
br i1 %10, label %11, label %12
11: ; preds = %8
store double 0.000000e+00, ptr %2, align 8
br label %31
12: ; preds = %8, %1
%13 = load double, ptr %3, align 8
%14 = call i64 @double_to_bits(double noundef %13)
store i64 %14, ptr %4, align 8
%15 = load i64, ptr %4, align 8
%16 = lshr i64 %15, 52
%17 = and i64 %16, 2047
store i64 %17, ptr %5, align 8
%18 = load i64, ptr %5, align 8
%19 = sub i64 %18, 1023
store i64 %19, ptr %5, align 8
%20 = load i64, ptr %5, align 8
%21 = icmp ult i64 %20, 52
br i1 %21, label %22, label %28
22: ; preds = %12
%23 = load i64, ptr %5, align 8
%24 = lshr i64 4503599627370495, %23
%25 = xor i64 %24, -1
%26 = load i64, ptr %4, align 8
%27 = and i64 %26, %25
store i64 %27, ptr %4, align 8
br label %28
28: ; preds = %22, %12
%29 = load i64, ptr %4, align 8
%30 = call double @bits_to_double(i64 noundef %29)
store double %30, ptr %2, align 8
br label %31
31: ; preds = %28, %11
%32 = load double, ptr %2, align 8
ret double %32
}
declare i64 @double_to_bits(double noundef) #1
declare double @bits_to_double(i64 noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
|
; ModuleID = '/tmp/tmpqf6nadv2.c'
source_filename = "/tmp/tmpqf6nadv2.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@.str = private unnamed_addr constant [29 x i8] c"Processo principal (PID=%u)\0A\00", align 1
@.str.1 = private unnamed_addr constant [23 x i8] c"Alo do filho (PID=%u)\0A\00", align 1
@.str.2 = private unnamed_addr constant [18 x i8] c"Filho encerrando\0A\00", align 1
@.str.3 = private unnamed_addr constant [44 x i8] c"Pai (PID=%u) esperando pelo filho (PID=%u)\0A\00", align 1
@.str.4 = private unnamed_addr constant [13 x i8] c"Status = %d\0A\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @main() #0 {
%1 = alloca i32, align 4
%2 = alloca i64, align 8
%3 = alloca i64, align 8
%4 = alloca i32, align 4
%5 = alloca [100 x i8], align 16
store i32 0, ptr %1, align 4
%6 = call i32 (...) @getpid()
%7 = call i32 (ptr, ...) @printf(ptr noundef @.str, i32 noundef %6)
%8 = call i64 (...) @fork()
store i64 %8, ptr %2, align 8
%9 = load i64, ptr %2, align 8
%10 = icmp eq i64 %9, 0
br i1 %10, label %11, label %17
11: ; preds = %0
%12 = call i32 (...) @getpid()
%13 = call i32 (ptr, ...) @printf(ptr noundef @.str.1, i32 noundef %12)
%14 = call i32 (ptr, ...) @printf(ptr noundef @.str.2)
%15 = call i32 @sleep(i32 noundef 3)
%16 = call i32 @exit(i32 noundef 4) #3
unreachable
17: ; preds = %0
%18 = call i32 (...) @getpid()
%19 = load i64, ptr %2, align 8
%20 = call i32 (ptr, ...) @printf(ptr noundef @.str.3, i32 noundef %18, i64 noundef %19)
%21 = load i64, ptr %2, align 8
%22 = call i64 @waitpid(i64 noundef %21, ptr noundef %4, i32 noundef 0)
store i64 %22, ptr %3, align 8
%23 = load i32, ptr %4, align 4
%24 = call i32 @WEXITSTATUS(i32 noundef %23)
%25 = call i32 (ptr, ...) @printf(ptr noundef @.str.4, i32 noundef %24)
br label %26
26: ; preds = %17
ret i32 0
}
declare i32 @printf(ptr noundef, ...) #1
declare i32 @getpid(...) #1
declare i64 @fork(...) #1
declare i32 @sleep(i32 noundef) #1
; Function Attrs: noreturn
declare i32 @exit(i32 noundef) #2
declare i64 @waitpid(i64 noundef, ptr noundef, i32 noundef) #1
declare i32 @WEXITSTATUS(i32 noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
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/tmpqf6nadv2.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@.str = private unnamed_addr constant [29 x i8] c"Processo principal (PID=%u)\0A\00", align 1
@.str.1 = private unnamed_addr constant [23 x i8] c"Alo do filho (PID=%u)\0A\00", align 1
@.str.2 = private unnamed_addr constant [18 x i8] c"Filho encerrando\0A\00", align 1
@.str.3 = private unnamed_addr constant [44 x i8] c"Pai (PID=%u) esperando pelo filho (PID=%u)\0A\00", align 1
@.str.4 = private unnamed_addr constant [13 x i8] c"Status = %d\0A\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @main() #0 {
%1 = alloca i32, align 4
%2 = alloca i64, align 8
%3 = alloca i64, align 8
%4 = alloca i32, align 4
%5 = alloca [100 x i8], align 16
store i32 0, ptr %1, align 4
%6 = call i32 (...) @getpid()
%7 = call i32 (ptr, ...) @printf(ptr noundef @.str, i32 noundef %6)
%8 = call i64 (...) @fork()
store i64 %8, ptr %2, align 8
%9 = load i64, ptr %2, align 8
%10 = icmp eq i64 %9, 0
br i1 %10, label %11, label %17
11: ; preds = %0
%12 = call i32 (...) @getpid()
%13 = call i32 (ptr, ...) @printf(ptr noundef @.str.1, i32 noundef %12)
%14 = call i32 (ptr, ...) @printf(ptr noundef @.str.2)
%15 = call i32 @sleep(i32 noundef 3)
%16 = call i32 @exit(i32 noundef 4) #3
unreachable
17: ; preds = %0
%18 = call i32 (...) @getpid()
%19 = load i64, ptr %2, align 8
%20 = call i32 (ptr, ...) @printf(ptr noundef @.str.3, i32 noundef %18, i64 noundef %19)
%21 = load i64, ptr %2, align 8
%22 = call i64 @waitpid(i64 noundef %21, ptr noundef %4, i32 noundef 0)
store i64 %22, ptr %3, align 8
%23 = load i32, ptr %4, align 4
%24 = call i32 @WEXITSTATUS(i32 noundef %23)
%25 = call i32 (ptr, ...) @printf(ptr noundef @.str.4, i32 noundef %24)
br label %26
26: ; preds = %17
ret i32 0
}
declare i32 @printf(ptr noundef, ...) #1
declare i32 @getpid(...) #1
declare i64 @fork(...) #1
declare i32 @sleep(i32 noundef) #1
; Function Attrs: noreturn
declare i32 @exit(i32 noundef) #2
declare i64 @waitpid(i64 noundef, ptr noundef, i32 noundef) #1
declare i32 @WEXITSTATUS(i32 noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
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/tmpj5vb_m2b.c'
source_filename = "/tmp/tmpj5vb_m2b.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-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"Memory allocation failure.\0A\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local ptr @allocator(i32 noundef %0, i32 noundef %1, ptr noundef %2, i32 noundef %3) #0 {
%5 = alloca i32, align 4
%6 = alloca i32, align 4
%7 = alloca ptr, align 8
%8 = alloca i32, align 4
%9 = alloca ptr, align 8
store i32 %0, ptr %5, align 4
store i32 %1, ptr %6, align 4
store ptr %2, ptr %7, align 8
store i32 %3, ptr %8, align 4
%10 = load i32, ptr %5, align 4
%11 = load i32, ptr %6, align 4
%12 = mul i32 %10, %11
%13 = call i64 @malloc(i32 noundef %12)
%14 = inttoptr i64 %13 to ptr
store ptr %14, ptr %9, align 8
%15 = icmp ne ptr %14, null
br i1 %15, label %21, label %16
16: ; preds = %4
%17 = load ptr, ptr %7, align 8
%18 = load i32, ptr %8, align 4
%19 = call i32 @my_fatal(ptr noundef %17, i32 noundef %18, ptr noundef @.str)
%20 = call i32 @exit(i32 noundef 1) #3
unreachable
21: ; preds = %4
%22 = load ptr, ptr %9, align 8
ret ptr %22
}
declare i64 @malloc(i32 noundef) #1
declare i32 @my_fatal(ptr noundef, 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/tmpj5vb_m2b.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-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"Memory allocation failure.\0A\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local ptr @allocator(i32 noundef %0, i32 noundef %1, ptr noundef %2, i32 noundef %3) #0 {
%5 = alloca i32, align 4
%6 = alloca i32, align 4
%7 = alloca ptr, align 8
%8 = alloca i32, align 4
%9 = alloca ptr, align 8
store i32 %0, ptr %5, align 4
store i32 %1, ptr %6, align 4
store ptr %2, ptr %7, align 8
store i32 %3, ptr %8, align 4
%10 = load i32, ptr %5, align 4
%11 = load i32, ptr %6, align 4
%12 = mul i32 %10, %11
%13 = call i64 @malloc(i32 noundef %12)
%14 = inttoptr i64 %13 to ptr
store ptr %14, ptr %9, align 8
%15 = icmp ne ptr %14, null
br i1 %15, label %21, label %16
16: ; preds = %4
%17 = load ptr, ptr %7, align 8
%18 = load i32, ptr %8, align 4
%19 = call i32 @my_fatal(ptr noundef %17, i32 noundef %18, ptr noundef @.str)
%20 = call i32 @exit(i32 noundef 1) #3
unreachable
21: ; preds = %4
%22 = load ptr, ptr %9, align 8
ret ptr %22
}
declare i64 @malloc(i32 noundef) #1
declare i32 @my_fatal(ptr noundef, 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/tmp8japwab7.c'
source_filename = "/tmp/tmp8japwab7.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@.str = private unnamed_addr constant [3 x i8] c"%d\00", align 1
@.str.1 = private unnamed_addr constant [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
%3 = alloca i32, align 4
%4 = alloca i32, align 4
%5 = alloca i32, align 4
store i32 0, ptr %1, align 4
br label %6
6: ; preds = %0, %22
store i32 0, ptr %3, align 4
store i32 0, ptr %4, align 4
store i32 0, ptr %5, align 4
br label %7
7: ; preds = %19, %6
%8 = load i32, ptr %5, align 4
%9 = icmp slt i32 %8, 8
br i1 %9, label %10, label %22
10: ; preds = %7
%11 = call i32 @scanf(ptr noundef @.str, ptr noundef %2)
%12 = load i32, ptr %2, align 4
%13 = load i32, ptr %4, align 4
%14 = icmp sgt i32 %12, %13
br i1 %14, label %15, label %18
15: ; preds = %10
%16 = load i32, ptr %2, align 4
store i32 %16, ptr %4, align 4
%17 = load i32, ptr %5, align 4
store i32 %17, ptr %3, align 4
br label %18
18: ; preds = %15, %10
br label %19
19: ; preds = %18
%20 = load i32, ptr %5, align 4
%21 = add nsw i32 %20, 1
store i32 %21, ptr %5, align 4
br label %7, !llvm.loop !6
22: ; preds = %7
%23 = load i32, ptr %3, align 4
%24 = call i32 @printf(ptr noundef @.str.1, i32 noundef %23)
br label %6
}
declare i32 @scanf(ptr noundef, ptr noundef) #1
declare i32 @printf(ptr noundef, i32 noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
!6 = distinct !{!6, !7}
!7 = !{!"llvm.loop.mustprogress"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmp8japwab7.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@.str = private unnamed_addr constant [3 x i8] c"%d\00", align 1
@.str.1 = private unnamed_addr constant [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
%3 = alloca i32, align 4
%4 = alloca i32, align 4
%5 = alloca i32, align 4
store i32 0, ptr %1, align 4
br label %6
6: ; preds = %23, %0
store i32 0, ptr %3, align 4
store i32 0, ptr %4, align 4
store i32 0, ptr %5, align 4
%7 = load i32, ptr %5, align 4
%8 = icmp slt i32 %7, 8
br i1 %8, label %.lr.ph, label %23
.lr.ph: ; preds = %6
br label %9
9: ; preds = %.lr.ph, %18
%10 = call i32 @scanf(ptr noundef @.str, ptr noundef %2)
%11 = load i32, ptr %2, align 4
%12 = load i32, ptr %4, align 4
%13 = icmp sgt i32 %11, %12
br i1 %13, label %14, label %17
14: ; preds = %9
%15 = load i32, ptr %2, align 4
store i32 %15, ptr %4, align 4
%16 = load i32, ptr %5, align 4
store i32 %16, ptr %3, align 4
br label %17
17: ; preds = %14, %9
br label %18
18: ; preds = %17
%19 = load i32, ptr %5, align 4
%20 = add nsw i32 %19, 1
store i32 %20, ptr %5, align 4
%21 = load i32, ptr %5, align 4
%22 = icmp slt i32 %21, 8
br i1 %22, label %9, label %._crit_edge, !llvm.loop !6
._crit_edge: ; preds = %18
br label %23
23: ; preds = %._crit_edge, %6
%24 = load i32, ptr %3, align 4
%25 = call i32 @printf(ptr noundef @.str.1, i32 noundef %24)
br label %6
}
declare i32 @scanf(ptr noundef, ptr noundef) #1
declare i32 @printf(ptr noundef, i32 noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
!6 = distinct !{!6, !7}
!7 = !{!"llvm.loop.mustprogress"}
|
; ModuleID = '/tmp/tmp7q3tjfim.c'
source_filename = "/tmp/tmp7q3tjfim.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-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"PASS\0A\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @main() #0 {
%1 = alloca i32, align 4
%2 = alloca [100 x i32], align 16
%3 = alloca i32, align 4
%4 = alloca i32, align 4
store i32 0, ptr %1, align 4
store i32 0, ptr %3, align 4
br label %5
5: ; preds = %13, %0
%6 = load i32, ptr %3, align 4
%7 = icmp slt i32 %6, 100
br i1 %7, label %8, label %16
8: ; preds = %5
%9 = load i32, ptr %3, align 4
%10 = load i32, ptr %3, align 4
%11 = sext i32 %10 to i64
%12 = getelementptr inbounds [100 x i32], ptr %2, i64 0, i64 %11
store i32 %9, ptr %12, align 4
br label %13
13: ; preds = %8
%14 = load i32, ptr %3, align 4
%15 = add nsw i32 %14, 1
store i32 %15, ptr %3, align 4
br label %5, !llvm.loop !6
16: ; preds = %5
store i32 0, ptr %3, align 4
br label %17
17: ; preds = %29, %16
%18 = load i32, ptr %3, align 4
%19 = icmp slt i32 %18, 100
br i1 %19, label %20, label %32
20: ; preds = %17
%21 = load i32, ptr %3, align 4
%22 = sext i32 %21 to i64
%23 = getelementptr inbounds [100 x i32], ptr %2, i64 0, i64 %22
%24 = load i32, ptr %23, align 4
%25 = load i32, ptr %3, align 4
%26 = icmp ne i32 %24, %25
br i1 %26, label %27, label %28
27: ; preds = %20
store i32 1, ptr %1, align 4
br label %187
28: ; preds = %20
br label %29
29: ; preds = %28
%30 = load i32, ptr %3, align 4
%31 = add nsw i32 %30, 1
store i32 %31, ptr %3, align 4
br label %17, !llvm.loop !8
32: ; preds = %17
store i32 0, ptr %3, align 4
br label %33
33: ; preds = %42, %32
%34 = load i32, ptr %3, align 4
%35 = icmp slt i32 %34, 100
br i1 %35, label %36, label %45
36: ; preds = %33
%37 = load i32, ptr %3, align 4
%38 = add nsw i32 %37, 1
%39 = load i32, ptr %3, align 4
%40 = sext i32 %39 to i64
%41 = getelementptr inbounds [100 x i32], ptr %2, i64 0, i64 %40
store i32 %38, ptr %41, align 4
br label %42
42: ; preds = %36
%43 = load i32, ptr %3, align 4
%44 = add nsw i32 %43, 1
store i32 %44, ptr %3, align 4
br label %33, !llvm.loop !9
45: ; preds = %33
store i32 0, ptr %3, align 4
br label %46
46: ; preds = %58, %45
%47 = load i32, ptr %3, align 4
%48 = icmp slt i32 %47, 100
br i1 %48, label %49, label %61
49: ; preds = %46
%50 = load i32, ptr %3, align 4
%51 = sext i32 %50 to i64
%52 = getelementptr inbounds [100 x i32], ptr %2, i64 0, i64 %51
%53 = load i32, ptr %52, align 4
%54 = load i32, ptr %3, align 4
%55 = icmp ne i32 %53, %54
br i1 %55, label %56, label %57
56: ; preds = %49
store i32 2, ptr %1, align 4
br label %187
57: ; preds = %49
br label %58
58: ; preds = %57
%59 = load i32, ptr %3, align 4
%60 = add nsw i32 %59, 1
store i32 %60, ptr %3, align 4
br label %46, !llvm.loop !10
61: ; preds = %46
store i32 0, ptr %3, align 4
br label %62
62: ; preds = %71, %61
%63 = load i32, ptr %3, align 4
%64 = icmp slt i32 %63, 100
br i1 %64, label %65, label %74
65: ; preds = %62
%66 = load i32, ptr %3, align 4
%67 = add nsw i32 %66, 2
%68 = load i32, ptr %3, align 4
%69 = sext i32 %68 to i64
%70 = getelementptr inbounds [100 x i32], ptr %2, i64 0, i64 %69
store i32 %67, ptr %70, align 4
br label %71
71: ; preds = %65
%72 = load i32, ptr %3, align 4
%73 = add nsw i32 %72, 1
store i32 %73, ptr %3, align 4
br label %62, !llvm.loop !11
74: ; preds = %62
store i32 0, ptr %3, align 4
br label %75
75: ; preds = %88, %74
%76 = load i32, ptr %3, align 4
%77 = icmp slt i32 %76, 100
br i1 %77, label %78, label %91
78: ; preds = %75
%79 = load i32, ptr %3, align 4
%80 = sext i32 %79 to i64
%81 = getelementptr inbounds [100 x i32], ptr %2, i64 0, i64 %80
%82 = load i32, ptr %81, align 4
%83 = load i32, ptr %3, align 4
%84 = add nsw i32 %83, 2
%85 = icmp ne i32 %82, %84
br i1 %85, label %86, label %87
86: ; preds = %78
store i32 3, ptr %1, align 4
br label %187
87: ; preds = %78
br label %88
88: ; preds = %87
%89 = load i32, ptr %3, align 4
%90 = add nsw i32 %89, 1
store i32 %90, ptr %3, align 4
br label %75, !llvm.loop !12
91: ; preds = %75
store i32 0, ptr %3, align 4
br label %92
92: ; preds = %101, %91
%93 = load i32, ptr %3, align 4
%94 = icmp slt i32 %93, 100
br i1 %94, label %95, label %104
95: ; preds = %92
%96 = load i32, ptr %3, align 4
%97 = add nsw i32 %96, 3
%98 = load i32, ptr %3, align 4
%99 = sext i32 %98 to i64
%100 = getelementptr inbounds [100 x i32], ptr %2, i64 0, i64 %99
store i32 %97, ptr %100, align 4
br label %101
101: ; preds = %95
%102 = load i32, ptr %3, align 4
%103 = add nsw i32 %102, 1
store i32 %103, ptr %3, align 4
br label %92, !llvm.loop !13
104: ; preds = %92
store i32 0, ptr %3, align 4
br label %105
105: ; preds = %118, %104
%106 = load i32, ptr %3, align 4
%107 = icmp slt i32 %106, 100
br i1 %107, label %108, label %121
108: ; preds = %105
%109 = load i32, ptr %3, align 4
%110 = sext i32 %109 to i64
%111 = getelementptr inbounds [100 x i32], ptr %2, i64 0, i64 %110
%112 = load i32, ptr %111, align 4
%113 = load i32, ptr %3, align 4
%114 = add nsw i32 %113, 2
%115 = icmp ne i32 %112, %114
br i1 %115, label %116, label %117
116: ; preds = %108
store i32 4, ptr %1, align 4
br label %187
117: ; preds = %108
br label %118
118: ; preds = %117
%119 = load i32, ptr %3, align 4
%120 = add nsw i32 %119, 1
store i32 %120, ptr %3, align 4
br label %105, !llvm.loop !14
121: ; preds = %105
store i32 0, ptr %3, align 4
br label %122
122: ; preds = %129, %121
%123 = load i32, ptr %3, align 4
%124 = icmp slt i32 %123, 100
br i1 %124, label %125, label %132
125: ; preds = %122
%126 = load i32, ptr %3, align 4
%127 = sext i32 %126 to i64
%128 = getelementptr inbounds [100 x i32], ptr %2, i64 0, i64 %127
store i32 0, ptr %128, align 4
br label %129
129: ; preds = %125
%130 = load i32, ptr %3, align 4
%131 = add nsw i32 %130, 1
store i32 %131, ptr %3, align 4
br label %122, !llvm.loop !15
132: ; preds = %122
%133 = getelementptr inbounds [100 x i32], ptr %2, i64 0, i64 0
%134 = call i32 @test_func(ptr noundef %133, i32 noundef 0)
store i32 %134, ptr %4, align 4
%135 = load i32, ptr %4, align 4
%136 = icmp ne i32 %135, 0
br i1 %136, label %137, label %138
137: ; preds = %132
store i32 5, ptr %1, align 4
br label %187
138: ; preds = %132
store i32 0, ptr %3, align 4
br label %139
139: ; preds = %146, %138
%140 = load i32, ptr %3, align 4
%141 = icmp slt i32 %140, 100
br i1 %141, label %142, label %149
142: ; preds = %139
%143 = load i32, ptr %3, align 4
%144 = sext i32 %143 to i64
%145 = getelementptr inbounds [100 x i32], ptr %2, i64 0, i64 %144
store i32 0, ptr %145, align 4
br label %146
146: ; preds = %142
%147 = load i32, ptr %3, align 4
%148 = add nsw i32 %147, 1
store i32 %148, ptr %3, align 4
br label %139, !llvm.loop !16
149: ; preds = %139
%150 = getelementptr inbounds [100 x i32], ptr %2, i64 0, i64 0
%151 = call i32 @test_func(ptr noundef %150, i32 noundef 1)
store i32 %151, ptr %4, align 4
%152 = load i32, ptr %4, align 4
%153 = icmp ne i32 %152, 0
br i1 %153, label %154, label %155
154: ; preds = %149
store i32 6, ptr %1, align 4
br label %187
155: ; preds = %149
store i32 0, ptr %3, align 4
br label %156
156: ; preds = %163, %155
%157 = load i32, ptr %3, align 4
%158 = icmp slt i32 %157, 100
br i1 %158, label %159, label %166
159: ; preds = %156
%160 = load i32, ptr %3, align 4
%161 = sext i32 %160 to i64
%162 = getelementptr inbounds [100 x i32], ptr %2, i64 0, i64 %161
store i32 0, ptr %162, align 4
br label %163
163: ; preds = %159
%164 = load i32, ptr %3, align 4
%165 = add nsw i32 %164, 1
store i32 %165, ptr %3, align 4
br label %156, !llvm.loop !17
166: ; preds = %156
%167 = getelementptr inbounds [100 x i32], ptr %2, i64 0, i64 0
%168 = call i32 @test_func2(ptr noundef %167)
store i32 0, ptr %3, align 4
br label %169
169: ; preds = %182, %166
%170 = load i32, ptr %3, align 4
%171 = icmp slt i32 %170, 100
br i1 %171, label %172, label %185
172: ; preds = %169
%173 = load i32, ptr %3, align 4
%174 = sext i32 %173 to i64
%175 = getelementptr inbounds [100 x i32], ptr %2, i64 0, i64 %174
%176 = load i32, ptr %175, align 4
%177 = load i32, ptr %3, align 4
%178 = mul nsw i32 %177, 3
%179 = icmp ne i32 %176, %178
br i1 %179, label %180, label %181
180: ; preds = %172
store i32 7, ptr %1, align 4
br label %187
181: ; preds = %172
br label %182
182: ; preds = %181
%183 = load i32, ptr %3, align 4
%184 = add nsw i32 %183, 1
store i32 %184, ptr %3, align 4
br label %169, !llvm.loop !18
185: ; preds = %169
%186 = call i32 @printf(ptr noundef @.str)
store i32 0, ptr %1, align 4
br label %187
187: ; preds = %185, %180, %154, %137, %116, %86, %56, %27
%188 = load i32, ptr %1, align 4
ret i32 %188
}
declare i32 @test_func(ptr noundef, i32 noundef) #1
declare i32 @test_func2(ptr noundef) #1
declare i32 @printf(ptr noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
!6 = distinct !{!6, !7}
!7 = !{!"llvm.loop.mustprogress"}
!8 = distinct !{!8, !7}
!9 = distinct !{!9, !7}
!10 = distinct !{!10, !7}
!11 = distinct !{!11, !7}
!12 = distinct !{!12, !7}
!13 = distinct !{!13, !7}
!14 = distinct !{!14, !7}
!15 = distinct !{!15, !7}
!16 = distinct !{!16, !7}
!17 = distinct !{!17, !7}
!18 = distinct !{!18, !7}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmp7q3tjfim.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-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"PASS\0A\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @main() #0 {
%1 = alloca i32, align 4
%2 = alloca [100 x i32], align 16
%3 = alloca i32, align 4
%4 = alloca i32, align 4
store i32 0, ptr %1, align 4
store i32 0, ptr %3, align 4
%5 = load i32, ptr %3, align 4
%6 = icmp slt i32 %5, 100
br i1 %6, label %.lr.ph, label %17
.lr.ph: ; preds = %0
br label %7
7: ; preds = %.lr.ph, %12
%8 = load i32, ptr %3, align 4
%9 = load i32, ptr %3, align 4
%10 = sext i32 %9 to i64
%11 = getelementptr inbounds [100 x i32], ptr %2, i64 0, i64 %10
store i32 %8, ptr %11, align 4
br label %12
12: ; preds = %7
%13 = load i32, ptr %3, align 4
%14 = add nsw i32 %13, 1
store i32 %14, ptr %3, align 4
%15 = load i32, ptr %3, align 4
%16 = icmp slt i32 %15, 100
br i1 %16, label %7, label %._crit_edge, !llvm.loop !6
._crit_edge: ; preds = %12
br label %17
17: ; preds = %._crit_edge, %0
store i32 0, ptr %3, align 4
%18 = load i32, ptr %3, align 4
%19 = icmp slt i32 %18, 100
br i1 %19, label %.lr.ph2, label %34
.lr.ph2: ; preds = %17
br label %20
20: ; preds = %.lr.ph2, %29
%21 = load i32, ptr %3, align 4
%22 = sext i32 %21 to i64
%23 = getelementptr inbounds [100 x i32], ptr %2, i64 0, i64 %22
%24 = load i32, ptr %23, align 4
%25 = load i32, ptr %3, align 4
%26 = icmp ne i32 %24, %25
br i1 %26, label %27, label %28
27: ; preds = %20
store i32 1, ptr %1, align 4
br label %199
28: ; preds = %20
br label %29
29: ; preds = %28
%30 = load i32, ptr %3, align 4
%31 = add nsw i32 %30, 1
store i32 %31, ptr %3, align 4
%32 = load i32, ptr %3, align 4
%33 = icmp slt i32 %32, 100
br i1 %33, label %20, label %._crit_edge3, !llvm.loop !8
._crit_edge3: ; preds = %29
br label %34
34: ; preds = %._crit_edge3, %17
store i32 0, ptr %3, align 4
%35 = load i32, ptr %3, align 4
%36 = icmp slt i32 %35, 100
br i1 %36, label %.lr.ph5, label %48
.lr.ph5: ; preds = %34
br label %37
37: ; preds = %.lr.ph5, %43
%38 = load i32, ptr %3, align 4
%39 = add nsw i32 %38, 1
%40 = load i32, ptr %3, align 4
%41 = sext i32 %40 to i64
%42 = getelementptr inbounds [100 x i32], ptr %2, i64 0, i64 %41
store i32 %39, ptr %42, align 4
br label %43
43: ; preds = %37
%44 = load i32, ptr %3, align 4
%45 = add nsw i32 %44, 1
store i32 %45, ptr %3, align 4
%46 = load i32, ptr %3, align 4
%47 = icmp slt i32 %46, 100
br i1 %47, label %37, label %._crit_edge6, !llvm.loop !9
._crit_edge6: ; preds = %43
br label %48
48: ; preds = %._crit_edge6, %34
store i32 0, ptr %3, align 4
%49 = load i32, ptr %3, align 4
%50 = icmp slt i32 %49, 100
br i1 %50, label %.lr.ph8, label %65
.lr.ph8: ; preds = %48
br label %51
51: ; preds = %.lr.ph8, %60
%52 = load i32, ptr %3, align 4
%53 = sext i32 %52 to i64
%54 = getelementptr inbounds [100 x i32], ptr %2, i64 0, i64 %53
%55 = load i32, ptr %54, align 4
%56 = load i32, ptr %3, align 4
%57 = icmp ne i32 %55, %56
br i1 %57, label %58, label %59
58: ; preds = %51
store i32 2, ptr %1, align 4
br label %199
59: ; preds = %51
br label %60
60: ; preds = %59
%61 = load i32, ptr %3, align 4
%62 = add nsw i32 %61, 1
store i32 %62, ptr %3, align 4
%63 = load i32, ptr %3, align 4
%64 = icmp slt i32 %63, 100
br i1 %64, label %51, label %._crit_edge9, !llvm.loop !10
._crit_edge9: ; preds = %60
br label %65
65: ; preds = %._crit_edge9, %48
store i32 0, ptr %3, align 4
%66 = load i32, ptr %3, align 4
%67 = icmp slt i32 %66, 100
br i1 %67, label %.lr.ph11, label %79
.lr.ph11: ; preds = %65
br label %68
68: ; preds = %.lr.ph11, %74
%69 = load i32, ptr %3, align 4
%70 = add nsw i32 %69, 2
%71 = load i32, ptr %3, align 4
%72 = sext i32 %71 to i64
%73 = getelementptr inbounds [100 x i32], ptr %2, i64 0, i64 %72
store i32 %70, ptr %73, align 4
br label %74
74: ; preds = %68
%75 = load i32, ptr %3, align 4
%76 = add nsw i32 %75, 1
store i32 %76, ptr %3, align 4
%77 = load i32, ptr %3, align 4
%78 = icmp slt i32 %77, 100
br i1 %78, label %68, label %._crit_edge12, !llvm.loop !11
._crit_edge12: ; preds = %74
br label %79
79: ; preds = %._crit_edge12, %65
store i32 0, ptr %3, align 4
%80 = load i32, ptr %3, align 4
%81 = icmp slt i32 %80, 100
br i1 %81, label %.lr.ph14, label %97
.lr.ph14: ; preds = %79
br label %82
82: ; preds = %.lr.ph14, %92
%83 = load i32, ptr %3, align 4
%84 = sext i32 %83 to i64
%85 = getelementptr inbounds [100 x i32], ptr %2, i64 0, i64 %84
%86 = load i32, ptr %85, align 4
%87 = load i32, ptr %3, align 4
%88 = add nsw i32 %87, 2
%89 = icmp ne i32 %86, %88
br i1 %89, label %90, label %91
90: ; preds = %82
store i32 3, ptr %1, align 4
br label %199
91: ; preds = %82
br label %92
92: ; preds = %91
%93 = load i32, ptr %3, align 4
%94 = add nsw i32 %93, 1
store i32 %94, ptr %3, align 4
%95 = load i32, ptr %3, align 4
%96 = icmp slt i32 %95, 100
br i1 %96, label %82, label %._crit_edge15, !llvm.loop !12
._crit_edge15: ; preds = %92
br label %97
97: ; preds = %._crit_edge15, %79
store i32 0, ptr %3, align 4
%98 = load i32, ptr %3, align 4
%99 = icmp slt i32 %98, 100
br i1 %99, label %.lr.ph17, label %111
.lr.ph17: ; preds = %97
br label %100
100: ; preds = %.lr.ph17, %106
%101 = load i32, ptr %3, align 4
%102 = add nsw i32 %101, 3
%103 = load i32, ptr %3, align 4
%104 = sext i32 %103 to i64
%105 = getelementptr inbounds [100 x i32], ptr %2, i64 0, i64 %104
store i32 %102, ptr %105, align 4
br label %106
106: ; preds = %100
%107 = load i32, ptr %3, align 4
%108 = add nsw i32 %107, 1
store i32 %108, ptr %3, align 4
%109 = load i32, ptr %3, align 4
%110 = icmp slt i32 %109, 100
br i1 %110, label %100, label %._crit_edge18, !llvm.loop !13
._crit_edge18: ; preds = %106
br label %111
111: ; preds = %._crit_edge18, %97
store i32 0, ptr %3, align 4
%112 = load i32, ptr %3, align 4
%113 = icmp slt i32 %112, 100
br i1 %113, label %.lr.ph20, label %129
.lr.ph20: ; preds = %111
br label %114
114: ; preds = %.lr.ph20, %124
%115 = load i32, ptr %3, align 4
%116 = sext i32 %115 to i64
%117 = getelementptr inbounds [100 x i32], ptr %2, i64 0, i64 %116
%118 = load i32, ptr %117, align 4
%119 = load i32, ptr %3, align 4
%120 = add nsw i32 %119, 2
%121 = icmp ne i32 %118, %120
br i1 %121, label %122, label %123
122: ; preds = %114
store i32 4, ptr %1, align 4
br label %199
123: ; preds = %114
br label %124
124: ; preds = %123
%125 = load i32, ptr %3, align 4
%126 = add nsw i32 %125, 1
store i32 %126, ptr %3, align 4
%127 = load i32, ptr %3, align 4
%128 = icmp slt i32 %127, 100
br i1 %128, label %114, label %._crit_edge21, !llvm.loop !14
._crit_edge21: ; preds = %124
br label %129
129: ; preds = %._crit_edge21, %111
store i32 0, ptr %3, align 4
%130 = load i32, ptr %3, align 4
%131 = icmp slt i32 %130, 100
br i1 %131, label %.lr.ph23, label %141
.lr.ph23: ; preds = %129
br label %132
132: ; preds = %.lr.ph23, %136
%133 = load i32, ptr %3, align 4
%134 = sext i32 %133 to i64
%135 = getelementptr inbounds [100 x i32], ptr %2, i64 0, i64 %134
store i32 0, ptr %135, align 4
br label %136
136: ; preds = %132
%137 = load i32, ptr %3, align 4
%138 = add nsw i32 %137, 1
store i32 %138, ptr %3, align 4
%139 = load i32, ptr %3, align 4
%140 = icmp slt i32 %139, 100
br i1 %140, label %132, label %._crit_edge24, !llvm.loop !15
._crit_edge24: ; preds = %136
br label %141
141: ; preds = %._crit_edge24, %129
%142 = getelementptr inbounds [100 x i32], ptr %2, i64 0, i64 0
%143 = call i32 @test_func(ptr noundef %142, i32 noundef 0)
store i32 %143, ptr %4, align 4
%144 = load i32, ptr %4, align 4
%145 = icmp ne i32 %144, 0
br i1 %145, label %146, label %147
146: ; preds = %141
store i32 5, ptr %1, align 4
br label %199
147: ; preds = %141
store i32 0, ptr %3, align 4
%148 = load i32, ptr %3, align 4
%149 = icmp slt i32 %148, 100
br i1 %149, label %.lr.ph26, label %159
.lr.ph26: ; preds = %147
br label %150
150: ; preds = %.lr.ph26, %154
%151 = load i32, ptr %3, align 4
%152 = sext i32 %151 to i64
%153 = getelementptr inbounds [100 x i32], ptr %2, i64 0, i64 %152
store i32 0, ptr %153, align 4
br label %154
154: ; preds = %150
%155 = load i32, ptr %3, align 4
%156 = add nsw i32 %155, 1
store i32 %156, ptr %3, align 4
%157 = load i32, ptr %3, align 4
%158 = icmp slt i32 %157, 100
br i1 %158, label %150, label %._crit_edge27, !llvm.loop !16
._crit_edge27: ; preds = %154
br label %159
159: ; preds = %._crit_edge27, %147
%160 = getelementptr inbounds [100 x i32], ptr %2, i64 0, i64 0
%161 = call i32 @test_func(ptr noundef %160, i32 noundef 1)
store i32 %161, ptr %4, align 4
%162 = load i32, ptr %4, align 4
%163 = icmp ne i32 %162, 0
br i1 %163, label %164, label %165
164: ; preds = %159
store i32 6, ptr %1, align 4
br label %199
165: ; preds = %159
store i32 0, ptr %3, align 4
%166 = load i32, ptr %3, align 4
%167 = icmp slt i32 %166, 100
br i1 %167, label %.lr.ph29, label %177
.lr.ph29: ; preds = %165
br label %168
168: ; preds = %.lr.ph29, %172
%169 = load i32, ptr %3, align 4
%170 = sext i32 %169 to i64
%171 = getelementptr inbounds [100 x i32], ptr %2, i64 0, i64 %170
store i32 0, ptr %171, align 4
br label %172
172: ; preds = %168
%173 = load i32, ptr %3, align 4
%174 = add nsw i32 %173, 1
store i32 %174, ptr %3, align 4
%175 = load i32, ptr %3, align 4
%176 = icmp slt i32 %175, 100
br i1 %176, label %168, label %._crit_edge30, !llvm.loop !17
._crit_edge30: ; preds = %172
br label %177
177: ; preds = %._crit_edge30, %165
%178 = getelementptr inbounds [100 x i32], ptr %2, i64 0, i64 0
%179 = call i32 @test_func2(ptr noundef %178)
store i32 0, ptr %3, align 4
%180 = load i32, ptr %3, align 4
%181 = icmp slt i32 %180, 100
br i1 %181, label %.lr.ph32, label %197
.lr.ph32: ; preds = %177
br label %182
182: ; preds = %.lr.ph32, %192
%183 = load i32, ptr %3, align 4
%184 = sext i32 %183 to i64
%185 = getelementptr inbounds [100 x i32], ptr %2, i64 0, i64 %184
%186 = load i32, ptr %185, align 4
%187 = load i32, ptr %3, align 4
%188 = mul nsw i32 %187, 3
%189 = icmp ne i32 %186, %188
br i1 %189, label %190, label %191
190: ; preds = %182
store i32 7, ptr %1, align 4
br label %199
191: ; preds = %182
br label %192
192: ; preds = %191
%193 = load i32, ptr %3, align 4
%194 = add nsw i32 %193, 1
store i32 %194, ptr %3, align 4
%195 = load i32, ptr %3, align 4
%196 = icmp slt i32 %195, 100
br i1 %196, label %182, label %._crit_edge33, !llvm.loop !18
._crit_edge33: ; preds = %192
br label %197
197: ; preds = %._crit_edge33, %177
%198 = call i32 @printf(ptr noundef @.str)
store i32 0, ptr %1, align 4
br label %199
199: ; preds = %197, %190, %164, %146, %122, %90, %58, %27
%200 = load i32, ptr %1, align 4
ret i32 %200
}
declare i32 @test_func(ptr noundef, i32 noundef) #1
declare i32 @test_func2(ptr noundef) #1
declare i32 @printf(ptr noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
!6 = distinct !{!6, !7}
!7 = !{!"llvm.loop.mustprogress"}
!8 = distinct !{!8, !7}
!9 = distinct !{!9, !7}
!10 = distinct !{!10, !7}
!11 = distinct !{!11, !7}
!12 = distinct !{!12, !7}
!13 = distinct !{!13, !7}
!14 = distinct !{!14, !7}
!15 = distinct !{!15, !7}
!16 = distinct !{!16, !7}
!17 = distinct !{!17, !7}
!18 = distinct !{!18, !7}
|
; ModuleID = '/tmp/tmpmlr3jiov.c'
source_filename = "/tmp/tmpmlr3jiov.c"
target datalayout = "e-m:e-p270: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/tmpmlr3jiov.c"
target datalayout = "e-m:e-p270: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/tmpsx7nj5_u.c'
source_filename = "/tmp/tmpsx7nj5_u.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@.str = private unnamed_addr constant [17 x i8] c"Second Function\0A\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local void @add10real(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 = call i32 @printf(ptr noundef @.str)
%6 = load ptr, ptr %3, align 8
%7 = load i32, ptr %6, align 4
%8 = add nsw i32 %7, 10
store i32 %8, ptr %6, align 4
%9 = load ptr, ptr %4, align 8
%10 = load i32, ptr %9, align 4
%11 = add nsw i32 %10, 10
store i32 %11, ptr %9, align 4
ret void
}
declare i32 @printf(ptr noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmpsx7nj5_u.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@.str = private unnamed_addr constant [17 x i8] c"Second Function\0A\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local void @add10real(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 = call i32 @printf(ptr noundef @.str)
%6 = load ptr, ptr %3, align 8
%7 = load i32, ptr %6, align 4
%8 = add nsw i32 %7, 10
store i32 %8, ptr %6, align 4
%9 = load ptr, ptr %4, align 8
%10 = load i32, ptr %9, align 4
%11 = add nsw i32 %10, 10
store i32 %11, ptr %9, align 4
ret void
}
declare i32 @printf(ptr noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
|
; ModuleID = '/tmp/tmp0p20l03o.c'
source_filename = "/tmp/tmp0p20l03o.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local void @main() #0 {
%1 = alloca i32, align 4
%2 = alloca i32, align 4
%3 = call i32 (...) @input()
store i32 %3, ptr %1, align 4
%4 = call i32 (...) @input()
store i32 %4, ptr %2, align 4
%5 = load i32, ptr %1, align 4
%6 = load i32, ptr %2, align 4
%7 = call i32 @gcd(i32 noundef %5, i32 noundef %6)
%8 = call i32 @output(i32 noundef %7)
ret void
}
declare i32 @input(...) #1
declare i32 @output(i32 noundef) #1
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/tmp0p20l03o.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local void @main() #0 {
%1 = alloca i32, align 4
%2 = alloca i32, align 4
%3 = call i32 (...) @input()
store i32 %3, ptr %1, align 4
%4 = call i32 (...) @input()
store i32 %4, ptr %2, align 4
%5 = load i32, ptr %1, align 4
%6 = load i32, ptr %2, align 4
%7 = call i32 @gcd(i32 noundef %5, i32 noundef %6)
%8 = call i32 @output(i32 noundef %7)
ret void
}
declare i32 @input(...) #1
declare i32 @output(i32 noundef) #1
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/tmpvkbek77t.c'
source_filename = "/tmp/tmpvkbek77t.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @_printf_pad(i32 noundef %0, i32 noundef %1, i32 noundef %2, ptr noundef %3) #0 {
%5 = alloca i32, align 4
%6 = alloca i32, align 4
%7 = alloca i32, align 4
%8 = alloca i32, align 4
%9 = alloca ptr, align 8
%10 = alloca ptr, align 8
store i32 %0, ptr %6, align 4
store i32 %1, ptr %7, align 4
store i32 %2, ptr %8, align 4
store ptr %3, ptr %9, align 8
%11 = load ptr, ptr %9, align 8
store ptr %11, ptr %10, align 8
%12 = load i32, ptr %6, align 4
%13 = icmp sle i32 %12, 0
br i1 %13, label %14, label %15
14: ; preds = %4
store i32 0, ptr %5, align 4
br label %37
15: ; preds = %4
%16 = load i32, ptr %7, align 4
%17 = load i32, ptr %6, align 4
%18 = sub nsw i32 %17, %16
store i32 %18, ptr %6, align 4
br label %19
19: ; preds = %23, %15
%20 = load i32, ptr %6, align 4
%21 = add nsw i32 %20, -1
store i32 %21, ptr %6, align 4
%22 = icmp sgt i32 %20, 0
br i1 %22, label %23, label %30
23: ; preds = %19
%24 = load i32, ptr %8, align 4
%25 = load ptr, ptr %10, align 8
%26 = call i32 @_printf_putc(i32 noundef %24, ptr noundef %25)
%27 = load ptr, ptr %10, align 8
%28 = sext i32 %26 to i64
%29 = getelementptr inbounds i8, ptr %27, i64 %28
store ptr %29, ptr %10, align 8
br label %19, !llvm.loop !6
30: ; preds = %19
%31 = load ptr, ptr %10, align 8
%32 = load ptr, ptr %9, align 8
%33 = ptrtoint ptr %31 to i64
%34 = ptrtoint ptr %32 to i64
%35 = sub i64 %33, %34
%36 = trunc i64 %35 to i32
store i32 %36, ptr %5, align 4
br label %37
37: ; preds = %30, %14
%38 = load i32, ptr %5, align 4
ret i32 %38
}
declare i32 @_printf_putc(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"}
!6 = distinct !{!6, !7}
!7 = !{!"llvm.loop.mustprogress"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmpvkbek77t.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @_printf_pad(i32 noundef %0, i32 noundef %1, i32 noundef %2, ptr noundef %3) #0 {
%5 = alloca i32, align 4
%6 = alloca i32, align 4
%7 = alloca i32, align 4
%8 = alloca i32, align 4
%9 = alloca ptr, align 8
%10 = alloca ptr, align 8
store i32 %0, ptr %6, align 4
store i32 %1, ptr %7, align 4
store i32 %2, ptr %8, align 4
store ptr %3, ptr %9, align 8
%11 = load ptr, ptr %9, align 8
store ptr %11, ptr %10, align 8
%12 = load i32, ptr %6, align 4
%13 = icmp sle i32 %12, 0
br i1 %13, label %14, label %15
14: ; preds = %4
store i32 0, ptr %5, align 4
br label %39
15: ; preds = %4
%16 = load i32, ptr %7, align 4
%17 = load i32, ptr %6, align 4
%18 = sub nsw i32 %17, %16
store i32 %18, ptr %6, align 4
%19 = load i32, ptr %6, align 4
%20 = add nsw i32 %19, -1
store i32 %20, ptr %6, align 4
%21 = icmp sgt i32 %19, 0
br i1 %21, label %.lr.ph, label %32
.lr.ph: ; preds = %15
br label %22
22: ; preds = %.lr.ph, %22
%23 = load i32, ptr %8, align 4
%24 = load ptr, ptr %10, align 8
%25 = call i32 @_printf_putc(i32 noundef %23, ptr noundef %24)
%26 = load ptr, ptr %10, align 8
%27 = sext i32 %25 to i64
%28 = getelementptr inbounds i8, ptr %26, i64 %27
store ptr %28, ptr %10, align 8
%29 = load i32, ptr %6, align 4
%30 = add nsw i32 %29, -1
store i32 %30, ptr %6, align 4
%31 = icmp sgt i32 %29, 0
br i1 %31, label %22, label %._crit_edge, !llvm.loop !6
._crit_edge: ; preds = %22
br label %32
32: ; preds = %._crit_edge, %15
%33 = load ptr, ptr %10, align 8
%34 = load ptr, ptr %9, align 8
%35 = ptrtoint ptr %33 to i64
%36 = ptrtoint ptr %34 to i64
%37 = sub i64 %35, %36
%38 = trunc i64 %37 to i32
store i32 %38, ptr %5, align 4
br label %39
39: ; preds = %32, %14
%40 = load i32, ptr %5, align 4
ret i32 %40
}
declare i32 @_printf_putc(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"}
!6 = distinct !{!6, !7}
!7 = !{!"llvm.loop.mustprogress"}
|
; ModuleID = '/tmp/tmpkt_jmf5k.c'
source_filename = "/tmp/tmpkt_jmf5k.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @bar06() #0 {
%1 = call i32 (...) @foo06()
ret void
}
declare i32 @foo06(...) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmpkt_jmf5k.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @bar06() #0 {
%1 = call i32 (...) @foo06()
ret void
}
declare i32 @foo06(...) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
|
; ModuleID = '/tmp/tmpdlgrbv77.c'
source_filename = "/tmp/tmpdlgrbv77.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@.str = private unnamed_addr constant [18 x i8] c"HTTP/1.0 200 OK\0D\0A\00", align 1
@.str.1 = private unnamed_addr constant [3 x i8] c"\0D\0A\00", align 1
@.str.2 = private unnamed_addr constant [17 x i8] c"Content-Length: \00", align 1
@.str.3 = private unnamed_addr constant [3 x i8] c"%d\00", align 1
@.str.4 = private unnamed_addr constant [5 x i8] c"\0D\0A\0D\0A\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local void @GETResponseHead(ptr noundef %0, i32 noundef %1) #0 {
%3 = alloca ptr, align 8
%4 = alloca i32, align 4
%5 = alloca [64 x i8], align 16
%6 = alloca [32 x i8], align 16
store ptr %0, ptr %3, align 8
store i32 %1, ptr %4, align 4
%7 = load ptr, ptr %3, align 8
%8 = call i32 @memset(ptr noundef %7, i32 noundef 0, i32 noundef 8)
%9 = load ptr, ptr %3, align 8
%10 = call i32 @strcat(ptr noundef %9, ptr noundef @.str)
%11 = getelementptr inbounds [64 x i8], ptr %5, i64 0, i64 0
%12 = call i32 @getFormattedTime(ptr noundef %11, i32 noundef 64)
%13 = load ptr, ptr %3, align 8
%14 = getelementptr inbounds [64 x i8], ptr %5, i64 0, i64 0
%15 = call i32 @strcat(ptr noundef %13, ptr noundef %14)
%16 = load ptr, ptr %3, align 8
%17 = call i32 @strcat(ptr noundef %16, ptr noundef @.str.1)
%18 = load ptr, ptr %3, align 8
%19 = call i32 @strcat(ptr noundef %18, ptr noundef @.str.2)
%20 = getelementptr inbounds [32 x i8], ptr %6, i64 0, i64 0
%21 = load i32, ptr %4, align 4
%22 = call i32 @sprintf(ptr noundef %20, ptr noundef @.str.3, i32 noundef %21)
%23 = load ptr, ptr %3, align 8
%24 = getelementptr inbounds [32 x i8], ptr %6, i64 0, i64 0
%25 = call i32 @strcat(ptr noundef %23, ptr noundef %24)
%26 = load ptr, ptr %3, align 8
%27 = call i32 @strcat(ptr noundef %26, ptr noundef @.str.4)
ret void
}
declare i32 @memset(ptr noundef, i32 noundef, i32 noundef) #1
declare i32 @strcat(ptr noundef, ptr noundef) #1
declare i32 @getFormattedTime(ptr noundef, i32 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/tmpdlgrbv77.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@.str = private unnamed_addr constant [18 x i8] c"HTTP/1.0 200 OK\0D\0A\00", align 1
@.str.1 = private unnamed_addr constant [3 x i8] c"\0D\0A\00", align 1
@.str.2 = private unnamed_addr constant [17 x i8] c"Content-Length: \00", align 1
@.str.3 = private unnamed_addr constant [3 x i8] c"%d\00", align 1
@.str.4 = private unnamed_addr constant [5 x i8] c"\0D\0A\0D\0A\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local void @GETResponseHead(ptr noundef %0, i32 noundef %1) #0 {
%3 = alloca ptr, align 8
%4 = alloca i32, align 4
%5 = alloca [64 x i8], align 16
%6 = alloca [32 x i8], align 16
store ptr %0, ptr %3, align 8
store i32 %1, ptr %4, align 4
%7 = load ptr, ptr %3, align 8
%8 = call i32 @memset(ptr noundef %7, i32 noundef 0, i32 noundef 8)
%9 = load ptr, ptr %3, align 8
%10 = call i32 @strcat(ptr noundef %9, ptr noundef @.str)
%11 = getelementptr inbounds [64 x i8], ptr %5, i64 0, i64 0
%12 = call i32 @getFormattedTime(ptr noundef %11, i32 noundef 64)
%13 = load ptr, ptr %3, align 8
%14 = getelementptr inbounds [64 x i8], ptr %5, i64 0, i64 0
%15 = call i32 @strcat(ptr noundef %13, ptr noundef %14)
%16 = load ptr, ptr %3, align 8
%17 = call i32 @strcat(ptr noundef %16, ptr noundef @.str.1)
%18 = load ptr, ptr %3, align 8
%19 = call i32 @strcat(ptr noundef %18, ptr noundef @.str.2)
%20 = getelementptr inbounds [32 x i8], ptr %6, i64 0, i64 0
%21 = load i32, ptr %4, align 4
%22 = call i32 @sprintf(ptr noundef %20, ptr noundef @.str.3, i32 noundef %21)
%23 = load ptr, ptr %3, align 8
%24 = getelementptr inbounds [32 x i8], ptr %6, i64 0, i64 0
%25 = call i32 @strcat(ptr noundef %23, ptr noundef %24)
%26 = load ptr, ptr %3, align 8
%27 = call i32 @strcat(ptr noundef %26, ptr noundef @.str.4)
ret void
}
declare i32 @memset(ptr noundef, i32 noundef, i32 noundef) #1
declare i32 @strcat(ptr noundef, ptr noundef) #1
declare i32 @getFormattedTime(ptr noundef, i32 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/tmpu_bd266a.c'
source_filename = "/tmp/tmpu_bd266a.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-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"VERSION\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @irc_version(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 @do_send(i32 noundef %3, ptr noundef @.str)
ret i32 %4
}
declare i32 @do_send(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/tmpu_bd266a.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-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"VERSION\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @irc_version(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 @do_send(i32 noundef %3, ptr noundef @.str)
ret i32 %4
}
declare i32 @do_send(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/tmppwz7ckbb.c'
source_filename = "/tmp/tmppwz7ckbb.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-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" \09\0A\00", align 1
@.str.1 = private unnamed_addr constant [3 x i8] c"%d\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @TruncateNames(ptr noundef %0, i32 noundef %1) #0 {
%3 = alloca ptr, align 8
%4 = alloca i32, align 4
%5 = alloca i32, align 4
%6 = alloca [32 x i8], align 16
store ptr %0, ptr %3, align 8
store i32 %1, ptr %4, align 4
store i32 0, ptr %5, align 4
br label %7
7: ; preds = %51, %2
%8 = load i32, ptr %5, align 4
%9 = load i32, ptr %4, align 4
%10 = icmp slt i32 %8, %9
br i1 %10, label %11, label %54
11: ; preds = %7
%12 = load ptr, ptr %3, align 8
%13 = load i32, ptr %5, align 4
%14 = sext i32 %13 to i64
%15 = getelementptr inbounds ptr, ptr %12, i64 %14
%16 = load ptr, ptr %15, align 8
%17 = icmp eq ptr %16, null
br i1 %17, label %26, label %18
18: ; preds = %11
%19 = load ptr, ptr %3, align 8
%20 = load i32, ptr %5, align 4
%21 = sext i32 %20 to i64
%22 = getelementptr inbounds ptr, ptr %19, i64 %21
%23 = load ptr, ptr %22, align 8
%24 = call ptr @strtok(ptr noundef %23, ptr noundef @.str)
%25 = icmp eq ptr %24, null
br i1 %25, label %26, label %50
26: ; preds = %18, %11
%27 = getelementptr inbounds [32 x i8], ptr %6, i64 0, i64 0
%28 = load i32, ptr %5, align 4
%29 = call i32 @sprintf(ptr noundef %27, ptr noundef @.str.1, i32 noundef %28)
%30 = load ptr, ptr %3, align 8
%31 = load i32, ptr %5, align 4
%32 = sext i32 %31 to i64
%33 = getelementptr inbounds ptr, ptr %30, i64 %32
%34 = load ptr, ptr %33, align 8
%35 = icmp ne ptr %34, null
br i1 %35, label %36, label %43
36: ; preds = %26
%37 = load ptr, ptr %3, align 8
%38 = load i32, ptr %5, align 4
%39 = sext i32 %38 to i64
%40 = getelementptr inbounds ptr, ptr %37, i64 %39
%41 = load ptr, ptr %40, align 8
%42 = call i32 @free(ptr noundef %41)
br label %43
43: ; preds = %36, %26
%44 = getelementptr inbounds [32 x i8], ptr %6, i64 0, i64 0
%45 = call ptr @strdup(ptr noundef %44)
%46 = load ptr, ptr %3, align 8
%47 = load i32, ptr %5, align 4
%48 = sext i32 %47 to i64
%49 = getelementptr inbounds ptr, ptr %46, i64 %48
store ptr %45, ptr %49, align 8
br label %50
50: ; preds = %43, %18
br label %51
51: ; preds = %50
%52 = load i32, ptr %5, align 4
%53 = add nsw i32 %52, 1
store i32 %53, ptr %5, align 4
br label %7, !llvm.loop !6
54: ; preds = %7
ret i32 1
}
declare ptr @strtok(ptr noundef, ptr noundef) #1
declare i32 @sprintf(ptr noundef, ptr noundef, i32 noundef) #1
declare i32 @free(ptr noundef) #1
declare ptr @strdup(ptr noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 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/tmppwz7ckbb.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-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" \09\0A\00", align 1
@.str.1 = private unnamed_addr constant [3 x i8] c"%d\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @TruncateNames(ptr noundef %0, i32 noundef %1) #0 {
%3 = alloca ptr, align 8
%4 = alloca i32, align 4
%5 = alloca i32, align 4
%6 = alloca [32 x i8], align 16
store ptr %0, ptr %3, align 8
store i32 %1, ptr %4, align 4
store i32 0, ptr %5, align 4
%7 = load i32, ptr %5, align 4
%8 = load i32, ptr %4, align 4
%9 = icmp slt i32 %7, %8
br i1 %9, label %.lr.ph, label %56
.lr.ph: ; preds = %2
br label %10
10: ; preds = %.lr.ph, %50
%11 = load ptr, ptr %3, align 8
%12 = load i32, ptr %5, align 4
%13 = sext i32 %12 to i64
%14 = getelementptr inbounds ptr, ptr %11, i64 %13
%15 = load ptr, ptr %14, align 8
%16 = icmp eq ptr %15, null
br i1 %16, label %25, label %17
17: ; preds = %10
%18 = load ptr, ptr %3, align 8
%19 = load i32, ptr %5, align 4
%20 = sext i32 %19 to i64
%21 = getelementptr inbounds ptr, ptr %18, i64 %20
%22 = load ptr, ptr %21, align 8
%23 = call ptr @strtok(ptr noundef %22, ptr noundef @.str)
%24 = icmp eq ptr %23, null
br i1 %24, label %25, label %49
25: ; preds = %17, %10
%26 = getelementptr inbounds [32 x i8], ptr %6, i64 0, i64 0
%27 = load i32, ptr %5, align 4
%28 = call i32 @sprintf(ptr noundef %26, ptr noundef @.str.1, i32 noundef %27)
%29 = load ptr, ptr %3, align 8
%30 = load i32, ptr %5, align 4
%31 = sext i32 %30 to i64
%32 = getelementptr inbounds ptr, ptr %29, i64 %31
%33 = load ptr, ptr %32, align 8
%34 = icmp ne ptr %33, null
br i1 %34, label %35, label %42
35: ; preds = %25
%36 = load ptr, ptr %3, align 8
%37 = load i32, ptr %5, align 4
%38 = sext i32 %37 to i64
%39 = getelementptr inbounds ptr, ptr %36, i64 %38
%40 = load ptr, ptr %39, align 8
%41 = call i32 @free(ptr noundef %40)
br label %42
42: ; preds = %35, %25
%43 = getelementptr inbounds [32 x i8], ptr %6, i64 0, i64 0
%44 = call ptr @strdup(ptr noundef %43)
%45 = load ptr, ptr %3, align 8
%46 = load i32, ptr %5, align 4
%47 = sext i32 %46 to i64
%48 = getelementptr inbounds ptr, ptr %45, i64 %47
store ptr %44, ptr %48, align 8
br label %49
49: ; preds = %42, %17
br label %50
50: ; preds = %49
%51 = load i32, ptr %5, align 4
%52 = add nsw i32 %51, 1
store i32 %52, ptr %5, align 4
%53 = load i32, ptr %5, align 4
%54 = load i32, ptr %4, align 4
%55 = icmp slt i32 %53, %54
br i1 %55, label %10, label %._crit_edge, !llvm.loop !6
._crit_edge: ; preds = %50
br label %56
56: ; preds = %._crit_edge, %2
ret i32 1
}
declare ptr @strtok(ptr noundef, ptr noundef) #1
declare i32 @sprintf(ptr noundef, ptr noundef, i32 noundef) #1
declare i32 @free(ptr noundef) #1
declare ptr @strdup(ptr noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 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/tmp4g88nxju.c'
source_filename = "/tmp/tmp4g88nxju.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @net_interface_event_get_info(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 @net_interface_const_obus_event(ptr noundef %3)
%5 = call i64 @obus_event_get_info(i32 noundef %4)
%6 = inttoptr i64 %5 to ptr
ret ptr %6
}
declare i64 @obus_event_get_info(i32 noundef) #1
declare i32 @net_interface_const_obus_event(ptr noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmp4g88nxju.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @net_interface_event_get_info(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 @net_interface_const_obus_event(ptr noundef %3)
%5 = call i64 @obus_event_get_info(i32 noundef %4)
%6 = inttoptr i64 %5 to ptr
ret ptr %6
}
declare i64 @obus_event_get_info(i32 noundef) #1
declare i32 @net_interface_const_obus_event(ptr noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
|
; ModuleID = '/tmp/tmpb4trgax8.c'
source_filename = "/tmp/tmpb4trgax8.c"
target datalayout = "e-m:e-p270: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/tmpb4trgax8.c"
target datalayout = "e-m:e-p270: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/tmpka6g_hfr.c'
source_filename = "/tmp/tmpka6g_hfr.c"
target datalayout = "e-m:e-p270: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/tmpka6g_hfr.c"
target datalayout = "e-m:e-p270: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/tmpf1dt7wqm.c'
source_filename = "/tmp/tmpf1dt7wqm.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@url_escape_unsafe.uchexchar = internal constant [17 x i8] c"0123456789ABCDEF\00", align 16
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i64 @url_escape_unsafe(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
%8 = alloca i8, align 1
%9 = alloca ptr, align 8
%10 = alloca i64, align 8
store ptr %0, ptr %4, align 8
store ptr %1, ptr %5, align 8
store i64 %2, ptr %6, align 8
store i64 0, ptr %10, align 8
%11 = load ptr, ptr %4, align 8
store ptr %11, ptr %9, align 8
%12 = load ptr, ptr %5, align 8
store ptr %12, ptr %7, align 8
br label %13
13: ; preds = %73, %3
%14 = load ptr, ptr %7, align 8
%15 = load i8, ptr %14, align 1
store i8 %15, ptr %8, align 1
%16 = icmp ne i8 %15, 0
br i1 %16, label %17, label %76
17: ; preds = %13
%18 = load i8, ptr %8, align 1
%19 = zext i8 %18 to i32
%20 = icmp sle i32 %19, 32
br i1 %20, label %25, label %21
21: ; preds = %17
%22 = load i8, ptr %8, align 1
%23 = zext i8 %22 to i32
%24 = icmp sgt i32 %23, 126
br i1 %24, label %25, label %62
25: ; preds = %21, %17
%26 = load i64, ptr %10, align 8
%27 = add i64 %26, 1
store i64 %27, ptr %10, align 8
%28 = load i64, ptr %6, align 8
%29 = icmp ult i64 %27, %28
br i1 %29, label %30, label %33
30: ; preds = %25
%31 = load ptr, ptr %9, align 8
%32 = getelementptr inbounds i8, ptr %31, i32 1
store ptr %32, ptr %9, align 8
store i8 37, ptr %31, align 1
br label %33
33: ; preds = %30, %25
%34 = load i64, ptr %10, align 8
%35 = add i64 %34, 1
store i64 %35, ptr %10, align 8
%36 = load i64, ptr %6, align 8
%37 = icmp ult i64 %35, %36
br i1 %37, label %38, label %47
38: ; preds = %33
%39 = load i8, ptr %8, align 1
%40 = zext i8 %39 to i32
%41 = ashr i32 %40, 4
%42 = sext i32 %41 to i64
%43 = getelementptr inbounds [17 x i8], ptr @url_escape_unsafe.uchexchar, i64 0, i64 %42
%44 = load i8, ptr %43, align 1
%45 = load ptr, ptr %9, align 8
%46 = getelementptr inbounds i8, ptr %45, i32 1
store ptr %46, ptr %9, align 8
store i8 %44, ptr %45, align 1
br label %47
47: ; preds = %38, %33
%48 = load i64, ptr %10, align 8
%49 = add i64 %48, 1
store i64 %49, ptr %10, align 8
%50 = load i64, ptr %6, align 8
%51 = icmp ult i64 %49, %50
br i1 %51, label %52, label %61
52: ; preds = %47
%53 = load i8, ptr %8, align 1
%54 = zext i8 %53 to i32
%55 = and i32 %54, 15
%56 = sext i32 %55 to i64
%57 = getelementptr inbounds [17 x i8], ptr @url_escape_unsafe.uchexchar, i64 0, i64 %56
%58 = load i8, ptr %57, align 1
%59 = load ptr, ptr %9, align 8
%60 = getelementptr inbounds i8, ptr %59, i32 1
store ptr %60, ptr %9, align 8
store i8 %58, ptr %59, align 1
br label %61
61: ; preds = %52, %47
br label %72
62: ; preds = %21
%63 = load i64, ptr %10, align 8
%64 = add i64 %63, 1
store i64 %64, ptr %10, align 8
%65 = load i64, ptr %6, align 8
%66 = icmp ult i64 %64, %65
br i1 %66, label %67, label %71
67: ; preds = %62
%68 = load i8, ptr %8, align 1
%69 = load ptr, ptr %9, align 8
%70 = getelementptr inbounds i8, ptr %69, i32 1
store ptr %70, ptr %9, align 8
store i8 %68, ptr %69, align 1
br label %71
71: ; preds = %67, %62
br label %72
72: ; preds = %71, %61
br label %73
73: ; preds = %72
%74 = load ptr, ptr %7, align 8
%75 = getelementptr inbounds i8, ptr %74, i32 1
store ptr %75, ptr %7, align 8
br label %13, !llvm.loop !6
76: ; preds = %13
%77 = load ptr, ptr %9, align 8
store i8 0, ptr %77, align 1
%78 = load i64, ptr %10, align 8
ret i64 %78
}
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 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/tmpf1dt7wqm.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@url_escape_unsafe.uchexchar = internal constant [17 x i8] c"0123456789ABCDEF\00", align 16
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i64 @url_escape_unsafe(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
%8 = alloca i8, align 1
%9 = alloca ptr, align 8
%10 = alloca i64, align 8
store ptr %0, ptr %4, align 8
store ptr %1, ptr %5, align 8
store i64 %2, ptr %6, align 8
store i64 0, ptr %10, align 8
%11 = load ptr, ptr %4, align 8
store ptr %11, ptr %9, align 8
%12 = load ptr, ptr %5, align 8
store ptr %12, ptr %7, align 8
%13 = load ptr, ptr %7, align 8
%14 = load i8, ptr %13, align 1
store i8 %14, ptr %8, align 1
%15 = icmp ne i8 %14, 0
br i1 %15, label %.lr.ph, label %78
.lr.ph: ; preds = %3
br label %16
16: ; preds = %.lr.ph, %72
%17 = load i8, ptr %8, align 1
%18 = zext i8 %17 to i32
%19 = icmp sle i32 %18, 32
br i1 %19, label %24, label %20
20: ; preds = %16
%21 = load i8, ptr %8, align 1
%22 = zext i8 %21 to i32
%23 = icmp sgt i32 %22, 126
br i1 %23, label %24, label %61
24: ; preds = %20, %16
%25 = load i64, ptr %10, align 8
%26 = add i64 %25, 1
store i64 %26, ptr %10, align 8
%27 = load i64, ptr %6, align 8
%28 = icmp ult i64 %26, %27
br i1 %28, label %29, label %32
29: ; preds = %24
%30 = load ptr, ptr %9, align 8
%31 = getelementptr inbounds i8, ptr %30, i32 1
store ptr %31, ptr %9, align 8
store i8 37, ptr %30, align 1
br label %32
32: ; preds = %29, %24
%33 = load i64, ptr %10, align 8
%34 = add i64 %33, 1
store i64 %34, ptr %10, align 8
%35 = load i64, ptr %6, align 8
%36 = icmp ult i64 %34, %35
br i1 %36, label %37, label %46
37: ; preds = %32
%38 = load i8, ptr %8, align 1
%39 = zext i8 %38 to i32
%40 = ashr i32 %39, 4
%41 = sext i32 %40 to i64
%42 = getelementptr inbounds [17 x i8], ptr @url_escape_unsafe.uchexchar, i64 0, i64 %41
%43 = load i8, ptr %42, align 1
%44 = load ptr, ptr %9, align 8
%45 = getelementptr inbounds i8, ptr %44, i32 1
store ptr %45, ptr %9, align 8
store i8 %43, ptr %44, align 1
br label %46
46: ; preds = %37, %32
%47 = load i64, ptr %10, align 8
%48 = add i64 %47, 1
store i64 %48, ptr %10, align 8
%49 = load i64, ptr %6, align 8
%50 = icmp ult i64 %48, %49
br i1 %50, label %51, label %60
51: ; preds = %46
%52 = load i8, ptr %8, align 1
%53 = zext i8 %52 to i32
%54 = and i32 %53, 15
%55 = sext i32 %54 to i64
%56 = getelementptr inbounds [17 x i8], ptr @url_escape_unsafe.uchexchar, i64 0, i64 %55
%57 = load i8, ptr %56, align 1
%58 = load ptr, ptr %9, align 8
%59 = getelementptr inbounds i8, ptr %58, i32 1
store ptr %59, ptr %9, align 8
store i8 %57, ptr %58, align 1
br label %60
60: ; preds = %51, %46
br label %71
61: ; preds = %20
%62 = load i64, ptr %10, align 8
%63 = add i64 %62, 1
store i64 %63, ptr %10, align 8
%64 = load i64, ptr %6, align 8
%65 = icmp ult i64 %63, %64
br i1 %65, label %66, label %70
66: ; preds = %61
%67 = load i8, ptr %8, align 1
%68 = load ptr, ptr %9, align 8
%69 = getelementptr inbounds i8, ptr %68, i32 1
store ptr %69, ptr %9, align 8
store i8 %67, ptr %68, align 1
br label %70
70: ; preds = %66, %61
br label %71
71: ; preds = %70, %60
br label %72
72: ; preds = %71
%73 = load ptr, ptr %7, align 8
%74 = getelementptr inbounds i8, ptr %73, i32 1
store ptr %74, ptr %7, align 8
%75 = load ptr, ptr %7, align 8
%76 = load i8, ptr %75, align 1
store i8 %76, ptr %8, align 1
%77 = icmp ne i8 %76, 0
br i1 %77, label %16, label %._crit_edge, !llvm.loop !6
._crit_edge: ; preds = %72
br label %78
78: ; preds = %._crit_edge, %3
%79 = load ptr, ptr %9, align 8
store i8 0, ptr %79, align 1
%80 = load i64, ptr %10, align 8
ret i64 %80
}
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 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/tmpzs_3qquq.c'
source_filename = "/tmp/tmpzs_3qquq.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@.str = private unnamed_addr constant [3 x i8] c"%d\00", align 1
@.str.1 = private unnamed_addr constant [4 x i8] c"%d\0A\00", align 1
@.str.2 = private unnamed_addr constant [2 x i8] c" \00", align 1
@.str.3 = private unnamed_addr constant [3 x i8] c"*\0A\00", align 1
@.str.4 = private unnamed_addr constant [2 x i8] c"*\00", align 1
@.str.5 = private unnamed_addr constant [2 x i8] c"#\00", align 1
@.str.6 = private unnamed_addr constant [2 x i8] c"\0A\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @main() #0 {
%1 = alloca i32, align 4
%2 = alloca i32, align 4
%3 = alloca i32, align 4
%4 = alloca i32, align 4
%5 = alloca i32, align 4
store i32 0, ptr %1, align 4
store i32 0, ptr %5, align 4
%6 = call i32 @scanf(ptr noundef @.str, ptr noundef %2)
store i32 1, ptr %4, align 4
br label %7
7: ; preds = %26, %0
%8 = load i32, ptr %4, align 4
%9 = load i32, ptr %2, align 4
%10 = sub nsw i32 %9, 1
%11 = icmp slt i32 %8, %10
br i1 %11, label %12, label %29
12: ; preds = %7
store i32 0, ptr %3, align 4
br label %13
13: ; preds = %22, %12
%14 = load i32, ptr %3, align 4
%15 = load i32, ptr %4, align 4
%16 = mul nsw i32 %15, 2
%17 = sub nsw i32 %16, 1
%18 = icmp slt i32 %14, %17
br i1 %18, label %19, label %25
19: ; preds = %13
%20 = load i32, ptr %5, align 4
%21 = add nsw i32 %20, 1
store i32 %21, ptr %5, align 4
br label %22
22: ; preds = %19
%23 = load i32, ptr %3, align 4
%24 = add nsw i32 %23, 1
store i32 %24, ptr %3, align 4
br label %13, !llvm.loop !6
25: ; preds = %13
br label %26
26: ; preds = %25
%27 = load i32, ptr %4, align 4
%28 = add nsw i32 %27, 1
store i32 %28, ptr %4, align 4
br label %7, !llvm.loop !8
29: ; preds = %7
%30 = load i32, ptr %5, align 4
%31 = call i32 (ptr, ...) @printf(ptr noundef @.str.1, i32 noundef %30)
store i32 0, ptr %3, align 4
br label %32
32: ; preds = %39, %29
%33 = load i32, ptr %3, align 4
%34 = load i32, ptr %2, align 4
%35 = sub nsw i32 %34, 1
%36 = icmp slt i32 %33, %35
br i1 %36, label %37, label %42
37: ; preds = %32
%38 = call i32 (ptr, ...) @printf(ptr noundef @.str.2)
br label %39
39: ; preds = %37
%40 = load i32, ptr %3, align 4
%41 = add nsw i32 %40, 1
store i32 %41, ptr %3, align 4
br label %32, !llvm.loop !9
42: ; preds = %32
%43 = call i32 (ptr, ...) @printf(ptr noundef @.str.3)
store i32 1, ptr %4, align 4
br label %44
44: ; preds = %91, %42
%45 = load i32, ptr %4, align 4
%46 = load i32, ptr %2, align 4
%47 = sub nsw i32 %46, 1
%48 = icmp slt i32 %45, %47
br i1 %48, label %49, label %94
49: ; preds = %44
%50 = load i32, ptr %2, align 4
%51 = load i32, ptr %4, align 4
%52 = sub nsw i32 %50, %51
%53 = sub nsw i32 %52, 1
store i32 %53, ptr %3, align 4
br label %54
54: ; preds = %59, %49
%55 = load i32, ptr %3, align 4
%56 = icmp sgt i32 %55, 0
br i1 %56, label %57, label %62
57: ; preds = %54
%58 = call i32 (ptr, ...) @printf(ptr noundef @.str.2)
br label %59
59: ; preds = %57
%60 = load i32, ptr %3, align 4
%61 = add nsw i32 %60, -1
store i32 %61, ptr %3, align 4
br label %54, !llvm.loop !10
62: ; preds = %54
%63 = call i32 (ptr, ...) @printf(ptr noundef @.str.4)
store i32 0, ptr %3, align 4
br label %64
64: ; preds = %72, %62
%65 = load i32, ptr %3, align 4
%66 = load i32, ptr %4, align 4
%67 = mul nsw i32 %66, 2
%68 = sub nsw i32 %67, 1
%69 = icmp slt i32 %65, %68
br i1 %69, label %70, label %75
70: ; preds = %64
%71 = call i32 (ptr, ...) @printf(ptr noundef @.str.5)
br label %72
72: ; preds = %70
%73 = load i32, ptr %3, align 4
%74 = add nsw i32 %73, 1
store i32 %74, ptr %3, align 4
br label %64, !llvm.loop !11
75: ; preds = %64
%76 = call i32 (ptr, ...) @printf(ptr noundef @.str.4)
%77 = load i32, ptr %2, align 4
%78 = load i32, ptr %4, align 4
%79 = sub nsw i32 %77, %78
%80 = sub nsw i32 %79, 1
store i32 %80, ptr %3, align 4
br label %81
81: ; preds = %86, %75
%82 = load i32, ptr %3, align 4
%83 = icmp sgt i32 %82, 0
br i1 %83, label %84, label %89
84: ; preds = %81
%85 = call i32 (ptr, ...) @printf(ptr noundef @.str.2)
br label %86
86: ; preds = %84
%87 = load i32, ptr %3, align 4
%88 = add nsw i32 %87, -1
store i32 %88, ptr %3, align 4
br label %81, !llvm.loop !12
89: ; preds = %81
%90 = call i32 (ptr, ...) @printf(ptr noundef @.str.6)
br label %91
91: ; preds = %89
%92 = load i32, ptr %4, align 4
%93 = add nsw i32 %92, 1
store i32 %93, ptr %4, align 4
br label %44, !llvm.loop !13
94: ; preds = %44
store i32 0, ptr %3, align 4
br label %95
95: ; preds = %103, %94
%96 = load i32, ptr %3, align 4
%97 = load i32, ptr %2, align 4
%98 = mul nsw i32 %97, 2
%99 = sub nsw i32 %98, 1
%100 = icmp slt i32 %96, %99
br i1 %100, label %101, label %106
101: ; preds = %95
%102 = call i32 (ptr, ...) @printf(ptr noundef @.str.4)
br label %103
103: ; preds = %101
%104 = load i32, ptr %3, align 4
%105 = add nsw i32 %104, 1
store i32 %105, ptr %3, align 4
br label %95, !llvm.loop !14
106: ; preds = %95
ret i32 0
}
declare i32 @scanf(ptr noundef, ptr noundef) #1
declare i32 @printf(ptr noundef, ...) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
!6 = distinct !{!6, !7}
!7 = !{!"llvm.loop.mustprogress"}
!8 = distinct !{!8, !7}
!9 = distinct !{!9, !7}
!10 = distinct !{!10, !7}
!11 = distinct !{!11, !7}
!12 = distinct !{!12, !7}
!13 = distinct !{!13, !7}
!14 = distinct !{!14, !7}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmpzs_3qquq.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@.str = private unnamed_addr constant [3 x i8] c"%d\00", align 1
@.str.1 = private unnamed_addr constant [4 x i8] c"%d\0A\00", align 1
@.str.2 = private unnamed_addr constant [2 x i8] c" \00", align 1
@.str.3 = private unnamed_addr constant [3 x i8] c"*\0A\00", align 1
@.str.4 = private unnamed_addr constant [2 x i8] c"*\00", align 1
@.str.5 = private unnamed_addr constant [2 x i8] c"#\00", align 1
@.str.6 = private unnamed_addr constant [2 x i8] c"\0A\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @main() #0 {
%1 = alloca i32, align 4
%2 = alloca i32, align 4
%3 = alloca i32, align 4
%4 = alloca i32, align 4
%5 = alloca i32, align 4
store i32 0, ptr %1, align 4
store i32 0, ptr %5, align 4
%6 = call i32 @scanf(ptr noundef @.str, ptr noundef %2)
store i32 1, ptr %4, align 4
%7 = load i32, ptr %4, align 4
%8 = load i32, ptr %2, align 4
%9 = sub nsw i32 %8, 1
%10 = icmp slt i32 %7, %9
br i1 %10, label %.lr.ph2, label %36
.lr.ph2: ; preds = %0
br label %11
11: ; preds = %.lr.ph2, %29
store i32 0, ptr %3, align 4
%12 = load i32, ptr %3, align 4
%13 = load i32, ptr %4, align 4
%14 = mul nsw i32 %13, 2
%15 = sub nsw i32 %14, 1
%16 = icmp slt i32 %12, %15
br i1 %16, label %.lr.ph, label %28
.lr.ph: ; preds = %11
br label %17
17: ; preds = %.lr.ph, %20
%18 = load i32, ptr %5, align 4
%19 = add nsw i32 %18, 1
store i32 %19, ptr %5, align 4
br label %20
20: ; preds = %17
%21 = load i32, ptr %3, align 4
%22 = add nsw i32 %21, 1
store i32 %22, ptr %3, align 4
%23 = load i32, ptr %3, align 4
%24 = load i32, ptr %4, align 4
%25 = mul nsw i32 %24, 2
%26 = sub nsw i32 %25, 1
%27 = icmp slt i32 %23, %26
br i1 %27, label %17, label %._crit_edge, !llvm.loop !6
._crit_edge: ; preds = %20
br label %28
28: ; preds = %._crit_edge, %11
br label %29
29: ; preds = %28
%30 = load i32, ptr %4, align 4
%31 = add nsw i32 %30, 1
store i32 %31, ptr %4, align 4
%32 = load i32, ptr %4, align 4
%33 = load i32, ptr %2, align 4
%34 = sub nsw i32 %33, 1
%35 = icmp slt i32 %32, %34
br i1 %35, label %11, label %._crit_edge3, !llvm.loop !8
._crit_edge3: ; preds = %29
br label %36
36: ; preds = %._crit_edge3, %0
%37 = load i32, ptr %5, align 4
%38 = call i32 (ptr, ...) @printf(ptr noundef @.str.1, i32 noundef %37)
store i32 0, ptr %3, align 4
%39 = load i32, ptr %3, align 4
%40 = load i32, ptr %2, align 4
%41 = sub nsw i32 %40, 1
%42 = icmp slt i32 %39, %41
br i1 %42, label %.lr.ph5, label %52
.lr.ph5: ; preds = %36
br label %43
43: ; preds = %.lr.ph5, %45
%44 = call i32 (ptr, ...) @printf(ptr noundef @.str.2)
br label %45
45: ; preds = %43
%46 = load i32, ptr %3, align 4
%47 = add nsw i32 %46, 1
store i32 %47, ptr %3, align 4
%48 = load i32, ptr %3, align 4
%49 = load i32, ptr %2, align 4
%50 = sub nsw i32 %49, 1
%51 = icmp slt i32 %48, %50
br i1 %51, label %43, label %._crit_edge6, !llvm.loop !9
._crit_edge6: ; preds = %45
br label %52
52: ; preds = %._crit_edge6, %36
%53 = call i32 (ptr, ...) @printf(ptr noundef @.str.3)
store i32 1, ptr %4, align 4
%54 = load i32, ptr %4, align 4
%55 = load i32, ptr %2, align 4
%56 = sub nsw i32 %55, 1
%57 = icmp slt i32 %54, %56
br i1 %57, label %.lr.ph17, label %113
.lr.ph17: ; preds = %52
br label %58
58: ; preds = %.lr.ph17, %106
%59 = load i32, ptr %2, align 4
%60 = load i32, ptr %4, align 4
%61 = sub nsw i32 %59, %60
%62 = sub nsw i32 %61, 1
store i32 %62, ptr %3, align 4
%63 = load i32, ptr %3, align 4
%64 = icmp sgt i32 %63, 0
br i1 %64, label %.lr.ph8, label %72
.lr.ph8: ; preds = %58
br label %65
65: ; preds = %.lr.ph8, %67
%66 = call i32 (ptr, ...) @printf(ptr noundef @.str.2)
br label %67
67: ; preds = %65
%68 = load i32, ptr %3, align 4
%69 = add nsw i32 %68, -1
store i32 %69, ptr %3, align 4
%70 = load i32, ptr %3, align 4
%71 = icmp sgt i32 %70, 0
br i1 %71, label %65, label %._crit_edge9, !llvm.loop !10
._crit_edge9: ; preds = %67
br label %72
72: ; preds = %._crit_edge9, %58
%73 = call i32 (ptr, ...) @printf(ptr noundef @.str.4)
store i32 0, ptr %3, align 4
%74 = load i32, ptr %3, align 4
%75 = load i32, ptr %4, align 4
%76 = mul nsw i32 %75, 2
%77 = sub nsw i32 %76, 1
%78 = icmp slt i32 %74, %77
br i1 %78, label %.lr.ph11, label %89
.lr.ph11: ; preds = %72
br label %79
79: ; preds = %.lr.ph11, %81
%80 = call i32 (ptr, ...) @printf(ptr noundef @.str.5)
br label %81
81: ; preds = %79
%82 = load i32, ptr %3, align 4
%83 = add nsw i32 %82, 1
store i32 %83, ptr %3, align 4
%84 = load i32, ptr %3, align 4
%85 = load i32, ptr %4, align 4
%86 = mul nsw i32 %85, 2
%87 = sub nsw i32 %86, 1
%88 = icmp slt i32 %84, %87
br i1 %88, label %79, label %._crit_edge12, !llvm.loop !11
._crit_edge12: ; preds = %81
br label %89
89: ; preds = %._crit_edge12, %72
%90 = call i32 (ptr, ...) @printf(ptr noundef @.str.4)
%91 = load i32, ptr %2, align 4
%92 = load i32, ptr %4, align 4
%93 = sub nsw i32 %91, %92
%94 = sub nsw i32 %93, 1
store i32 %94, ptr %3, align 4
%95 = load i32, ptr %3, align 4
%96 = icmp sgt i32 %95, 0
br i1 %96, label %.lr.ph14, label %104
.lr.ph14: ; preds = %89
br label %97
97: ; preds = %.lr.ph14, %99
%98 = call i32 (ptr, ...) @printf(ptr noundef @.str.2)
br label %99
99: ; preds = %97
%100 = load i32, ptr %3, align 4
%101 = add nsw i32 %100, -1
store i32 %101, ptr %3, align 4
%102 = load i32, ptr %3, align 4
%103 = icmp sgt i32 %102, 0
br i1 %103, label %97, label %._crit_edge15, !llvm.loop !12
._crit_edge15: ; preds = %99
br label %104
104: ; preds = %._crit_edge15, %89
%105 = call i32 (ptr, ...) @printf(ptr noundef @.str.6)
br label %106
106: ; preds = %104
%107 = load i32, ptr %4, align 4
%108 = add nsw i32 %107, 1
store i32 %108, ptr %4, align 4
%109 = load i32, ptr %4, align 4
%110 = load i32, ptr %2, align 4
%111 = sub nsw i32 %110, 1
%112 = icmp slt i32 %109, %111
br i1 %112, label %58, label %._crit_edge18, !llvm.loop !13
._crit_edge18: ; preds = %106
br label %113
113: ; preds = %._crit_edge18, %52
store i32 0, ptr %3, align 4
%114 = load i32, ptr %3, align 4
%115 = load i32, ptr %2, align 4
%116 = mul nsw i32 %115, 2
%117 = sub nsw i32 %116, 1
%118 = icmp slt i32 %114, %117
br i1 %118, label %.lr.ph20, label %129
.lr.ph20: ; preds = %113
br label %119
119: ; preds = %.lr.ph20, %121
%120 = call i32 (ptr, ...) @printf(ptr noundef @.str.4)
br label %121
121: ; preds = %119
%122 = load i32, ptr %3, align 4
%123 = add nsw i32 %122, 1
store i32 %123, ptr %3, align 4
%124 = load i32, ptr %3, align 4
%125 = load i32, ptr %2, align 4
%126 = mul nsw i32 %125, 2
%127 = sub nsw i32 %126, 1
%128 = icmp slt i32 %124, %127
br i1 %128, label %119, label %._crit_edge21, !llvm.loop !14
._crit_edge21: ; preds = %121
br label %129
129: ; preds = %._crit_edge21, %113
ret i32 0
}
declare i32 @scanf(ptr noundef, ptr noundef) #1
declare i32 @printf(ptr noundef, ...) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
!6 = distinct !{!6, !7}
!7 = !{!"llvm.loop.mustprogress"}
!8 = distinct !{!8, !7}
!9 = distinct !{!9, !7}
!10 = distinct !{!10, !7}
!11 = distinct !{!11, !7}
!12 = distinct !{!12, !7}
!13 = distinct !{!13, !7}
!14 = distinct !{!14, !7}
|
; ModuleID = '/tmp/tmpb2ygom31.c'
source_filename = "/tmp/tmpb2ygom31.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-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"World \0A\00", align 1
@.str.1 = private unnamed_addr constant [10 x i8] c" Hello \0A \00", align 1
@.str.2 = private unnamed_addr constant [11 x i8] c" the end \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
store i32 0, ptr %2, align 4
br label %3
3: ; preds = %15, %0
%4 = load i32, ptr %2, align 4
%5 = icmp slt i32 %4, 10
br i1 %5, label %6, label %18
6: ; preds = %3
%7 = load i32, ptr %2, align 4
%8 = srem i32 %7, 2
%9 = icmp eq i32 %8, 0
br i1 %9, label %10, label %12
10: ; preds = %6
%11 = call i32 @printf(ptr noundef @.str)
br label %14
12: ; preds = %6
%13 = call i32 @printf(ptr noundef @.str.1)
br label %14
14: ; preds = %12, %10
br label %15
15: ; preds = %14
%16 = load i32, ptr %2, align 4
%17 = add nsw i32 %16, 1
store i32 %17, ptr %2, align 4
br label %3, !llvm.loop !6
18: ; preds = %3
%19 = call i32 @printf(ptr noundef @.str.2)
ret i32 0
}
declare i32 @printf(ptr noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
!6 = distinct !{!6, !7}
!7 = !{!"llvm.loop.mustprogress"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmpb2ygom31.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-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"World \0A\00", align 1
@.str.1 = private unnamed_addr constant [10 x i8] c" Hello \0A \00", align 1
@.str.2 = private unnamed_addr constant [11 x i8] c" the end \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
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 %19
.lr.ph: ; preds = %0
br label %5
5: ; preds = %.lr.ph, %14
%6 = load i32, ptr %2, align 4
%7 = srem i32 %6, 2
%8 = icmp eq i32 %7, 0
br i1 %8, label %9, label %11
9: ; preds = %5
%10 = call i32 @printf(ptr noundef @.str)
br label %13
11: ; preds = %5
%12 = call i32 @printf(ptr noundef @.str.1)
br label %13
13: ; preds = %11, %9
br label %14
14: ; preds = %13
%15 = load i32, ptr %2, align 4
%16 = add nsw i32 %15, 1
store i32 %16, ptr %2, align 4
%17 = load i32, ptr %2, align 4
%18 = icmp slt i32 %17, 10
br i1 %18, label %5, label %._crit_edge, !llvm.loop !6
._crit_edge: ; preds = %14
br label %19
19: ; preds = %._crit_edge, %0
%20 = call i32 @printf(ptr noundef @.str.2)
ret i32 0
}
declare i32 @printf(ptr noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
!6 = distinct !{!6, !7}
!7 = !{!"llvm.loop.mustprogress"}
|
; ModuleID = '/tmp/tmpsjaifvyy.c'
source_filename = "/tmp/tmpsjaifvyy.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-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"./Data6.txt\00", align 1
@.str.1 = private unnamed_addr constant [2 x i8] c"r\00", align 1
@.str.2 = private unnamed_addr constant [3 x i8] c"%d\00", align 1
@.str.3 = private unnamed_addr constant [5 x i8] c"%d%d\00", align 1
@.str.4 = private unnamed_addr constant [136 x i8] c"The closest two points (or points tied for closest) are:\0A(X, Y)\09(%d, %d)\0A(X, Y)\09(%d, %d)\0A\0AThey are %f arbitrary units from each other.\0A\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @main(i32 noundef %0, ptr noundef %1) #0 {
%3 = alloca i32, align 4
%4 = alloca i32, align 4
%5 = alloca ptr, align 8
%6 = alloca i32, align 4
%7 = alloca ptr, align 8
%8 = alloca ptr, align 8
%9 = alloca double, align 8
%10 = alloca double, align 8
%11 = alloca [4 x i32], align 16
%12 = alloca ptr, align 8
%13 = alloca i32, align 4
%14 = alloca i32, align 4
%15 = alloca i32, align 4
store i32 0, ptr %3, align 4
store i32 %0, ptr %4, align 4
store ptr %1, ptr %5, align 8
store i32 0, ptr %6, align 4
store ptr null, ptr %7, align 8
store ptr null, ptr %8, align 8
store double 0.000000e+00, ptr %9, align 8
store double 0.000000e+00, ptr %10, align 8
%16 = call ptr @fopen(ptr noundef @.str, ptr noundef @.str.1)
store ptr %16, ptr %12, align 8
%17 = load ptr, ptr %12, align 8
%18 = call i32 (ptr, ptr, ptr, ...) @fscanf(ptr noundef %17, ptr noundef @.str.2, ptr noundef %6)
%19 = load i32, ptr %6, align 4
%20 = sext i32 %19 to i64
%21 = mul i64 4, %20
%22 = trunc i64 %21 to i32
%23 = call i64 @malloc(i32 noundef %22)
%24 = inttoptr i64 %23 to ptr
store ptr %24, ptr %7, align 8
%25 = load i32, ptr %6, align 4
%26 = sext i32 %25 to i64
%27 = mul i64 4, %26
%28 = trunc i64 %27 to i32
%29 = call i64 @malloc(i32 noundef %28)
%30 = inttoptr i64 %29 to ptr
store ptr %30, ptr %8, align 8
store i32 0, ptr %13, align 4
br label %31
31: ; preds = %46, %2
%32 = load i32, ptr %13, align 4
%33 = load i32, ptr %6, align 4
%34 = icmp slt i32 %32, %33
br i1 %34, label %35, label %49
35: ; preds = %31
%36 = load ptr, ptr %12, align 8
%37 = load ptr, ptr %7, align 8
%38 = load i32, ptr %13, align 4
%39 = sext i32 %38 to i64
%40 = getelementptr inbounds i32, ptr %37, i64 %39
%41 = load ptr, ptr %8, align 8
%42 = load i32, ptr %13, align 4
%43 = sext i32 %42 to i64
%44 = getelementptr inbounds i32, ptr %41, i64 %43
%45 = call i32 (ptr, ptr, ptr, ...) @fscanf(ptr noundef %36, ptr noundef @.str.3, ptr noundef %40, ptr noundef %44)
br label %46
46: ; preds = %35
%47 = load i32, ptr %13, align 4
%48 = add nsw i32 %47, 1
store i32 %48, ptr %13, align 4
br label %31, !llvm.loop !6
49: ; preds = %31
%50 = load ptr, ptr %12, align 8
%51 = call i32 @fclose(ptr noundef %50)
store i32 0, ptr %14, align 4
br label %52
52: ; preds = %132, %49
%53 = load i32, ptr %14, align 4
%54 = load i32, ptr %6, align 4
%55 = icmp slt i32 %53, %54
br i1 %55, label %56, label %135
56: ; preds = %52
%57 = load i32, ptr %14, align 4
%58 = add nsw i32 %57, 1
store i32 %58, ptr %15, align 4
br label %59
59: ; preds = %128, %56
%60 = load i32, ptr %15, align 4
%61 = load i32, ptr %6, align 4
%62 = icmp slt i32 %60, %61
br i1 %62, label %63, label %131
63: ; preds = %59
%64 = load ptr, ptr %7, align 8
%65 = load i32, ptr %14, align 4
%66 = sext i32 %65 to i64
%67 = getelementptr inbounds i32, ptr %64, i64 %66
%68 = load i32, ptr %67, align 4
%69 = load ptr, ptr %8, align 8
%70 = load i32, ptr %14, align 4
%71 = sext i32 %70 to i64
%72 = getelementptr inbounds i32, ptr %69, i64 %71
%73 = load i32, ptr %72, align 4
%74 = load ptr, ptr %7, align 8
%75 = load i32, ptr %15, align 4
%76 = sext i32 %75 to i64
%77 = getelementptr inbounds i32, ptr %74, i64 %76
%78 = load i32, ptr %77, align 4
%79 = load ptr, ptr %8, align 8
%80 = load i32, ptr %15, align 4
%81 = sext i32 %80 to i64
%82 = getelementptr inbounds i32, ptr %79, i64 %81
%83 = load i32, ptr %82, align 4
%84 = call double @computeDistance(i32 noundef %68, i32 noundef %73, i32 noundef %78, i32 noundef %83)
store double %84, ptr %9, align 8
%85 = load i32, ptr %14, align 4
%86 = icmp eq i32 %85, 0
br i1 %86, label %87, label %92
87: ; preds = %63
%88 = load i32, ptr %15, align 4
%89 = icmp eq i32 %88, 1
br i1 %89, label %90, label %92
90: ; preds = %87
%91 = load double, ptr %9, align 8
store double %91, ptr %10, align 8
br label %93
92: ; preds = %87, %63
br label %93
93: ; preds = %92, %90
%94 = phi double [ %91, %90 ], [ 0.000000e+00, %92 ]
%95 = load double, ptr %9, align 8
%96 = fcmp ogt double %95, 0.000000e+00
br i1 %96, label %97, label %127
97: ; preds = %93
%98 = load double, ptr %9, align 8
%99 = load double, ptr %10, align 8
%100 = fcmp ole double %98, %99
br i1 %100, label %101, label %127
101: ; preds = %97
%102 = load double, ptr %9, align 8
store double %102, ptr %10, align 8
%103 = load ptr, ptr %7, align 8
%104 = load i32, ptr %14, align 4
%105 = sext i32 %104 to i64
%106 = getelementptr inbounds i32, ptr %103, i64 %105
%107 = load i32, ptr %106, align 4
%108 = getelementptr inbounds [4 x i32], ptr %11, i64 0, i64 0
store i32 %107, ptr %108, align 16
%109 = load ptr, ptr %8, align 8
%110 = load i32, ptr %14, align 4
%111 = sext i32 %110 to i64
%112 = getelementptr inbounds i32, ptr %109, i64 %111
%113 = load i32, ptr %112, align 4
%114 = getelementptr inbounds [4 x i32], ptr %11, i64 0, i64 1
store i32 %113, ptr %114, align 4
%115 = load ptr, ptr %7, align 8
%116 = load i32, ptr %15, align 4
%117 = sext i32 %116 to i64
%118 = getelementptr inbounds i32, ptr %115, i64 %117
%119 = load i32, ptr %118, align 4
%120 = getelementptr inbounds [4 x i32], ptr %11, i64 0, i64 2
store i32 %119, ptr %120, align 8
%121 = load ptr, ptr %8, align 8
%122 = load i32, ptr %15, align 4
%123 = sext i32 %122 to i64
%124 = getelementptr inbounds i32, ptr %121, i64 %123
%125 = load i32, ptr %124, align 4
%126 = getelementptr inbounds [4 x i32], ptr %11, i64 0, i64 3
store i32 %125, ptr %126, align 4
br label %127
127: ; preds = %101, %97, %93
br label %128
128: ; preds = %127
%129 = load i32, ptr %15, align 4
%130 = add nsw i32 %129, 1
store i32 %130, ptr %15, align 4
br label %59, !llvm.loop !8
131: ; preds = %59
br label %132
132: ; preds = %131
%133 = load i32, ptr %14, align 4
%134 = add nsw i32 %133, 1
store i32 %134, ptr %14, align 4
br label %52, !llvm.loop !9
135: ; preds = %52
%136 = getelementptr inbounds [4 x i32], ptr %11, i64 0, i64 0
%137 = load i32, ptr %136, align 16
%138 = getelementptr inbounds [4 x i32], ptr %11, i64 0, i64 1
%139 = load i32, ptr %138, align 4
%140 = getelementptr inbounds [4 x i32], ptr %11, i64 0, i64 2
%141 = load i32, ptr %140, align 8
%142 = getelementptr inbounds [4 x i32], ptr %11, i64 0, i64 3
%143 = load i32, ptr %142, align 4
%144 = load double, ptr %10, align 8
%145 = call i32 @printf(ptr noundef @.str.4, i32 noundef %137, i32 noundef %139, i32 noundef %141, i32 noundef %143, double noundef %144)
ret i32 0
}
declare ptr @fopen(ptr noundef, ptr noundef) #1
declare i32 @fscanf(ptr noundef, ptr noundef, ptr noundef, ...) #1
declare i64 @malloc(i32 noundef) #1
declare i32 @fclose(ptr noundef) #1
declare double @computeDistance(i32 noundef, i32 noundef, i32 noundef, i32 noundef) #1
declare i32 @printf(ptr noundef, i32 noundef, i32 noundef, i32 noundef, i32 noundef, double noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
!6 = distinct !{!6, !7}
!7 = !{!"llvm.loop.mustprogress"}
!8 = distinct !{!8, !7}
!9 = distinct !{!9, !7}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmpsjaifvyy.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-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"./Data6.txt\00", align 1
@.str.1 = private unnamed_addr constant [2 x i8] c"r\00", align 1
@.str.2 = private unnamed_addr constant [3 x i8] c"%d\00", align 1
@.str.3 = private unnamed_addr constant [5 x i8] c"%d%d\00", align 1
@.str.4 = private unnamed_addr constant [136 x i8] c"The closest two points (or points tied for closest) are:\0A(X, Y)\09(%d, %d)\0A(X, Y)\09(%d, %d)\0A\0AThey are %f arbitrary units from each other.\0A\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @main(i32 noundef %0, ptr noundef %1) #0 {
%3 = alloca i32, align 4
%4 = alloca i32, align 4
%5 = alloca ptr, align 8
%6 = alloca i32, align 4
%7 = alloca ptr, align 8
%8 = alloca ptr, align 8
%9 = alloca double, align 8
%10 = alloca double, align 8
%11 = alloca [4 x i32], align 16
%12 = alloca ptr, align 8
%13 = alloca i32, align 4
%14 = alloca i32, align 4
%15 = alloca i32, align 4
store i32 0, ptr %3, align 4
store i32 %0, ptr %4, align 4
store ptr %1, ptr %5, align 8
store i32 0, ptr %6, align 4
store ptr null, ptr %7, align 8
store ptr null, ptr %8, align 8
store double 0.000000e+00, ptr %9, align 8
store double 0.000000e+00, ptr %10, align 8
%16 = call ptr @fopen(ptr noundef @.str, ptr noundef @.str.1)
store ptr %16, ptr %12, align 8
%17 = load ptr, ptr %12, align 8
%18 = call i32 (ptr, ptr, ptr, ...) @fscanf(ptr noundef %17, ptr noundef @.str.2, ptr noundef %6)
%19 = load i32, ptr %6, align 4
%20 = sext i32 %19 to i64
%21 = mul i64 4, %20
%22 = trunc i64 %21 to i32
%23 = call i64 @malloc(i32 noundef %22)
%24 = inttoptr i64 %23 to ptr
store ptr %24, ptr %7, align 8
%25 = load i32, ptr %6, align 4
%26 = sext i32 %25 to i64
%27 = mul i64 4, %26
%28 = trunc i64 %27 to i32
%29 = call i64 @malloc(i32 noundef %28)
%30 = inttoptr i64 %29 to ptr
store ptr %30, ptr %8, align 8
store i32 0, ptr %13, align 4
%31 = load i32, ptr %13, align 4
%32 = load i32, ptr %6, align 4
%33 = icmp slt i32 %31, %32
br i1 %33, label %.lr.ph, label %51
.lr.ph: ; preds = %2
br label %34
34: ; preds = %.lr.ph, %45
%35 = load ptr, ptr %12, align 8
%36 = load ptr, ptr %7, align 8
%37 = load i32, ptr %13, align 4
%38 = sext i32 %37 to i64
%39 = getelementptr inbounds i32, ptr %36, i64 %38
%40 = load ptr, ptr %8, align 8
%41 = load i32, ptr %13, align 4
%42 = sext i32 %41 to i64
%43 = getelementptr inbounds i32, ptr %40, i64 %42
%44 = call i32 (ptr, ptr, ptr, ...) @fscanf(ptr noundef %35, ptr noundef @.str.3, ptr noundef %39, ptr noundef %43)
br label %45
45: ; preds = %34
%46 = load i32, ptr %13, align 4
%47 = add nsw i32 %46, 1
store i32 %47, ptr %13, align 4
%48 = load i32, ptr %13, align 4
%49 = load i32, ptr %6, align 4
%50 = icmp slt i32 %48, %49
br i1 %50, label %34, label %._crit_edge, !llvm.loop !6
._crit_edge: ; preds = %45
br label %51
51: ; preds = %._crit_edge, %2
%52 = load ptr, ptr %12, align 8
%53 = call i32 @fclose(ptr noundef %52)
store i32 0, ptr %14, align 4
%54 = load i32, ptr %14, align 4
%55 = load i32, ptr %6, align 4
%56 = icmp slt i32 %54, %55
br i1 %56, label %.lr.ph5, label %141
.lr.ph5: ; preds = %51
br label %57
57: ; preds = %.lr.ph5, %135
%58 = load i32, ptr %14, align 4
%59 = add nsw i32 %58, 1
store i32 %59, ptr %15, align 4
%60 = load i32, ptr %15, align 4
%61 = load i32, ptr %6, align 4
%62 = icmp slt i32 %60, %61
br i1 %62, label %.lr.ph2, label %134
.lr.ph2: ; preds = %57
br label %63
63: ; preds = %.lr.ph2, %128
%64 = load ptr, ptr %7, align 8
%65 = load i32, ptr %14, align 4
%66 = sext i32 %65 to i64
%67 = getelementptr inbounds i32, ptr %64, i64 %66
%68 = load i32, ptr %67, align 4
%69 = load ptr, ptr %8, align 8
%70 = load i32, ptr %14, align 4
%71 = sext i32 %70 to i64
%72 = getelementptr inbounds i32, ptr %69, i64 %71
%73 = load i32, ptr %72, align 4
%74 = load ptr, ptr %7, align 8
%75 = load i32, ptr %15, align 4
%76 = sext i32 %75 to i64
%77 = getelementptr inbounds i32, ptr %74, i64 %76
%78 = load i32, ptr %77, align 4
%79 = load ptr, ptr %8, align 8
%80 = load i32, ptr %15, align 4
%81 = sext i32 %80 to i64
%82 = getelementptr inbounds i32, ptr %79, i64 %81
%83 = load i32, ptr %82, align 4
%84 = call double @computeDistance(i32 noundef %68, i32 noundef %73, i32 noundef %78, i32 noundef %83)
store double %84, ptr %9, align 8
%85 = load i32, ptr %14, align 4
%86 = icmp eq i32 %85, 0
br i1 %86, label %87, label %92
87: ; preds = %63
%88 = load i32, ptr %15, align 4
%89 = icmp eq i32 %88, 1
br i1 %89, label %90, label %92
90: ; preds = %87
%91 = load double, ptr %9, align 8
store double %91, ptr %10, align 8
br label %93
92: ; preds = %87, %63
br label %93
93: ; preds = %92, %90
%94 = phi double [ %91, %90 ], [ 0.000000e+00, %92 ]
%95 = load double, ptr %9, align 8
%96 = fcmp ogt double %95, 0.000000e+00
br i1 %96, label %97, label %127
97: ; preds = %93
%98 = load double, ptr %9, align 8
%99 = load double, ptr %10, align 8
%100 = fcmp ole double %98, %99
br i1 %100, label %101, label %127
101: ; preds = %97
%102 = load double, ptr %9, align 8
store double %102, ptr %10, align 8
%103 = load ptr, ptr %7, align 8
%104 = load i32, ptr %14, align 4
%105 = sext i32 %104 to i64
%106 = getelementptr inbounds i32, ptr %103, i64 %105
%107 = load i32, ptr %106, align 4
%108 = getelementptr inbounds [4 x i32], ptr %11, i64 0, i64 0
store i32 %107, ptr %108, align 16
%109 = load ptr, ptr %8, align 8
%110 = load i32, ptr %14, align 4
%111 = sext i32 %110 to i64
%112 = getelementptr inbounds i32, ptr %109, i64 %111
%113 = load i32, ptr %112, align 4
%114 = getelementptr inbounds [4 x i32], ptr %11, i64 0, i64 1
store i32 %113, ptr %114, align 4
%115 = load ptr, ptr %7, align 8
%116 = load i32, ptr %15, align 4
%117 = sext i32 %116 to i64
%118 = getelementptr inbounds i32, ptr %115, i64 %117
%119 = load i32, ptr %118, align 4
%120 = getelementptr inbounds [4 x i32], ptr %11, i64 0, i64 2
store i32 %119, ptr %120, align 8
%121 = load ptr, ptr %8, align 8
%122 = load i32, ptr %15, align 4
%123 = sext i32 %122 to i64
%124 = getelementptr inbounds i32, ptr %121, i64 %123
%125 = load i32, ptr %124, align 4
%126 = getelementptr inbounds [4 x i32], ptr %11, i64 0, i64 3
store i32 %125, ptr %126, align 4
br label %127
127: ; preds = %101, %97, %93
br label %128
128: ; preds = %127
%129 = load i32, ptr %15, align 4
%130 = add nsw i32 %129, 1
store i32 %130, ptr %15, align 4
%131 = load i32, ptr %15, align 4
%132 = load i32, ptr %6, align 4
%133 = icmp slt i32 %131, %132
br i1 %133, label %63, label %._crit_edge3, !llvm.loop !8
._crit_edge3: ; preds = %128
br label %134
134: ; preds = %._crit_edge3, %57
br label %135
135: ; preds = %134
%136 = load i32, ptr %14, align 4
%137 = add nsw i32 %136, 1
store i32 %137, ptr %14, align 4
%138 = load i32, ptr %14, align 4
%139 = load i32, ptr %6, align 4
%140 = icmp slt i32 %138, %139
br i1 %140, label %57, label %._crit_edge6, !llvm.loop !9
._crit_edge6: ; preds = %135
br label %141
141: ; preds = %._crit_edge6, %51
%142 = getelementptr inbounds [4 x i32], ptr %11, i64 0, i64 0
%143 = load i32, ptr %142, align 16
%144 = getelementptr inbounds [4 x i32], ptr %11, i64 0, i64 1
%145 = load i32, ptr %144, align 4
%146 = getelementptr inbounds [4 x i32], ptr %11, i64 0, i64 2
%147 = load i32, ptr %146, align 8
%148 = getelementptr inbounds [4 x i32], ptr %11, i64 0, i64 3
%149 = load i32, ptr %148, align 4
%150 = load double, ptr %10, align 8
%151 = call i32 @printf(ptr noundef @.str.4, i32 noundef %143, i32 noundef %145, i32 noundef %147, i32 noundef %149, double noundef %150)
ret i32 0
}
declare ptr @fopen(ptr noundef, ptr noundef) #1
declare i32 @fscanf(ptr noundef, ptr noundef, ptr noundef, ...) #1
declare i64 @malloc(i32 noundef) #1
declare i32 @fclose(ptr noundef) #1
declare double @computeDistance(i32 noundef, i32 noundef, i32 noundef, i32 noundef) #1
declare i32 @printf(ptr noundef, i32 noundef, i32 noundef, i32 noundef, i32 noundef, double noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
!6 = distinct !{!6, !7}
!7 = !{!"llvm.loop.mustprogress"}
!8 = distinct !{!8, !7}
!9 = distinct !{!9, !7}
|
; ModuleID = '/tmp/tmpmki9g98j.c'
source_filename = "/tmp/tmpmki9g98j.c"
target datalayout = "e-m:e-p270: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/tmpmki9g98j.c"
target datalayout = "e-m:e-p270: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/tmpatwtrv8e.c'
source_filename = "/tmp/tmpatwtrv8e.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @borTimerInit() #0 {
%1 = call i32 (...) @initTimer()
ret void
}
declare i32 @initTimer(...) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmpatwtrv8e.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @borTimerInit() #0 {
%1 = call i32 (...) @initTimer()
ret void
}
declare i32 @initTimer(...) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
|
; ModuleID = '/tmp/tmpmqpo74s_.c'
source_filename = "/tmp/tmpmqpo74s_.c"
target datalayout = "e-m:e-p270: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_2__ = type { i64 }
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @get_XKeyReleasedEvent_send_event(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_2__, ptr %3, i32 0, i32 0
%5 = load i64, ptr %4, align 8
%6 = trunc i64 %5 to i32
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/tmpmqpo74s_.c"
target datalayout = "e-m:e-p270: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_2__ = type { i64 }
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @get_XKeyReleasedEvent_send_event(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_2__, ptr %3, i32 0, i32 0
%5 = load i64, ptr %4, align 8
%6 = trunc i64 %5 to i32
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/tmpxt4kvz2d.c'
source_filename = "/tmp/tmpxt4kvz2d.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @gen_SAK() #0 {
%1 = call i32 @handle_SAK(i32 noundef 0)
ret i32 0
}
declare i32 @handle_SAK(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/tmpxt4kvz2d.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @gen_SAK() #0 {
%1 = call i32 @handle_SAK(i32 noundef 0)
ret i32 0
}
declare i32 @handle_SAK(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/tmpvgt4_p3i.c'
source_filename = "/tmp/tmpvgt4_p3i.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @str_cat(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 = call ptr @malloc(i32 noundef 200)
store ptr %6, ptr %5, align 8
%7 = load ptr, ptr %5, align 8
%8 = load ptr, ptr %3, align 8
%9 = call i32 @strcat(ptr noundef %7, ptr noundef %8)
%10 = load ptr, ptr %5, align 8
%11 = load ptr, ptr %4, align 8
%12 = call i32 @strcat(ptr noundef %10, ptr noundef %11)
%13 = load ptr, ptr %5, align 8
ret ptr %13
}
declare ptr @malloc(i32 noundef) #1
declare i32 @strcat(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/tmpvgt4_p3i.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @str_cat(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 = call ptr @malloc(i32 noundef 200)
store ptr %6, ptr %5, align 8
%7 = load ptr, ptr %5, align 8
%8 = load ptr, ptr %3, align 8
%9 = call i32 @strcat(ptr noundef %7, ptr noundef %8)
%10 = load ptr, ptr %5, align 8
%11 = load ptr, ptr %4, align 8
%12 = call i32 @strcat(ptr noundef %10, ptr noundef %11)
%13 = load ptr, ptr %5, align 8
ret ptr %13
}
declare ptr @malloc(i32 noundef) #1
declare i32 @strcat(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/tmp81dscvis.c'
source_filename = "/tmp/tmp81dscvis.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @read_packet(i32 noundef %0, ptr noundef %1, i64 noundef %2) #0 {
%4 = alloca i32, align 4
%5 = alloca ptr, align 8
%6 = alloca i64, align 8
%7 = alloca i64, align 8
%8 = alloca i64, align 8
%9 = alloca ptr, align 8
store i32 %0, ptr %4, align 4
store ptr %1, ptr %5, align 8
store i64 %2, ptr %6, align 8
store i64 0, ptr %7, align 8
store i64 0, ptr %8, align 8
%10 = load ptr, ptr %5, align 8
store ptr %10, ptr %9, align 8
br label %11
11: ; preds = %25, %3
%12 = load i64, ptr %7, align 8
%13 = load i64, ptr %6, align 8
%14 = icmp ult i64 %12, %13
br i1 %14, label %15, label %32
15: ; preds = %11
%16 = load i32, ptr %4, align 4
%17 = load ptr, ptr %9, align 8
%18 = load i64, ptr %6, align 8
%19 = load i64, ptr %7, align 8
%20 = sub i64 %18, %19
%21 = call i64 @read(i32 noundef %16, ptr noundef %17, i64 noundef %20)
store i64 %21, ptr %8, align 8
%22 = load i64, ptr %8, align 8
%23 = icmp eq i64 %22, 0
br i1 %23, label %24, label %25
24: ; preds = %15
br label %32
25: ; preds = %15
%26 = load i64, ptr %8, align 8
%27 = load i64, ptr %7, align 8
%28 = add i64 %27, %26
store i64 %28, ptr %7, align 8
%29 = load i64, ptr %8, align 8
%30 = load ptr, ptr %9, align 8
%31 = getelementptr inbounds i8, ptr %30, i64 %29
store ptr %31, ptr %9, align 8
br label %11, !llvm.loop !6
32: ; preds = %24, %11
%33 = load i64, ptr %7, align 8
ret i64 %33
}
declare i64 @read(i32 noundef, ptr noundef, i64 noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
!6 = distinct !{!6, !7}
!7 = !{!"llvm.loop.mustprogress"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmp81dscvis.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @read_packet(i32 noundef %0, ptr noundef %1, i64 noundef %2) #0 {
%4 = alloca i32, align 4
%5 = alloca ptr, align 8
%6 = alloca i64, align 8
%7 = alloca i64, align 8
%8 = alloca i64, align 8
%9 = alloca ptr, align 8
store i32 %0, ptr %4, align 4
store ptr %1, ptr %5, align 8
store i64 %2, ptr %6, align 8
store i64 0, ptr %7, align 8
store i64 0, ptr %8, align 8
%10 = load ptr, ptr %5, align 8
store ptr %10, ptr %9, align 8
%11 = load i64, ptr %7, align 8
%12 = load i64, ptr %6, align 8
%13 = icmp ult i64 %11, %12
br i1 %13, label %.lr.ph, label %.loopexit
.lr.ph: ; preds = %3
br label %14
14: ; preds = %.lr.ph, %24
%15 = load i32, ptr %4, align 4
%16 = load ptr, ptr %9, align 8
%17 = load i64, ptr %6, align 8
%18 = load i64, ptr %7, align 8
%19 = sub i64 %17, %18
%20 = call i64 @read(i32 noundef %15, ptr noundef %16, i64 noundef %19)
store i64 %20, ptr %8, align 8
%21 = load i64, ptr %8, align 8
%22 = icmp eq i64 %21, 0
br i1 %22, label %23, label %24
23: ; preds = %14
br label %34
24: ; preds = %14
%25 = load i64, ptr %8, align 8
%26 = load i64, ptr %7, align 8
%27 = add i64 %26, %25
store i64 %27, ptr %7, align 8
%28 = load i64, ptr %8, align 8
%29 = load ptr, ptr %9, align 8
%30 = getelementptr inbounds i8, ptr %29, i64 %28
store ptr %30, ptr %9, align 8
%31 = load i64, ptr %7, align 8
%32 = load i64, ptr %6, align 8
%33 = icmp ult i64 %31, %32
br i1 %33, label %14, label %..loopexit_crit_edge, !llvm.loop !6
..loopexit_crit_edge: ; preds = %24
br label %.loopexit
.loopexit: ; preds = %..loopexit_crit_edge, %3
br label %34
34: ; preds = %.loopexit, %23
%35 = load i64, ptr %7, align 8
ret i64 %35
}
declare i64 @read(i32 noundef, ptr noundef, i64 noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
!6 = distinct !{!6, !7}
!7 = !{!"llvm.loop.mustprogress"}
|
; ModuleID = '/tmp/tmpgan91er9.c'
source_filename = "/tmp/tmpgan91er9.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @h2o_get_filext(ptr noundef %0, i64 noundef %1) #0 {
%3 = alloca ptr, align 8
%4 = alloca ptr, align 8
%5 = alloca i64, align 8
%6 = alloca ptr, align 8
store ptr %0, ptr %4, align 8
store i64 %1, ptr %5, align 8
%7 = load ptr, ptr %4, align 8
%8 = load i64, ptr %5, align 8
%9 = getelementptr inbounds i8, ptr %7, i64 %8
store ptr %9, ptr %6, align 8
br label %10
10: ; preds = %30, %2
%11 = load ptr, ptr %6, align 8
%12 = getelementptr inbounds i8, ptr %11, i32 -1
store ptr %12, ptr %6, align 8
%13 = load ptr, ptr %4, align 8
%14 = icmp ne ptr %12, %13
br i1 %14, label %15, label %31
15: ; preds = %10
%16 = load ptr, ptr %6, align 8
%17 = load i8, ptr %16, align 1
%18 = sext i8 %17 to i32
%19 = icmp eq i32 %18, 46
br i1 %19, label %20, label %23
20: ; preds = %15
%21 = load ptr, ptr %6, align 8
%22 = getelementptr inbounds i8, ptr %21, i64 1
store ptr %22, ptr %3, align 8
br label %32
23: ; preds = %15
%24 = load ptr, ptr %6, align 8
%25 = load i8, ptr %24, align 1
%26 = sext i8 %25 to i32
%27 = icmp eq i32 %26, 47
br i1 %27, label %28, label %29
28: ; preds = %23
br label %31
29: ; preds = %23
br label %30
30: ; preds = %29
br label %10, !llvm.loop !6
31: ; preds = %28, %10
store ptr null, ptr %3, align 8
br label %32
32: ; preds = %31, %20
%33 = load ptr, ptr %3, align 8
ret ptr %33
}
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 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/tmpgan91er9.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @h2o_get_filext(ptr noundef %0, i64 noundef %1) #0 {
%3 = alloca ptr, align 8
%4 = alloca ptr, align 8
%5 = alloca i64, align 8
%6 = alloca ptr, align 8
store ptr %0, ptr %4, align 8
store i64 %1, ptr %5, align 8
%7 = load ptr, ptr %4, align 8
%8 = load i64, ptr %5, align 8
%9 = getelementptr inbounds i8, ptr %7, i64 %8
store ptr %9, ptr %6, align 8
%10 = load ptr, ptr %6, align 8
%11 = getelementptr inbounds i8, ptr %10, i32 -1
store ptr %11, ptr %6, align 8
%12 = load ptr, ptr %4, align 8
%13 = icmp ne ptr %11, %12
br i1 %13, label %.lr.ph, label %.loopexit
.lr.ph: ; preds = %2
br label %14
14: ; preds = %.lr.ph, %29
%15 = load ptr, ptr %6, align 8
%16 = load i8, ptr %15, align 1
%17 = sext i8 %16 to i32
%18 = icmp eq i32 %17, 46
br i1 %18, label %19, label %22
19: ; preds = %14
%20 = load ptr, ptr %6, align 8
%21 = getelementptr inbounds i8, ptr %20, i64 1
store ptr %21, ptr %3, align 8
br label %35
22: ; preds = %14
%23 = load ptr, ptr %6, align 8
%24 = load i8, ptr %23, align 1
%25 = sext i8 %24 to i32
%26 = icmp eq i32 %25, 47
br i1 %26, label %27, label %28
27: ; preds = %22
br label %34
28: ; preds = %22
br label %29
29: ; preds = %28
%30 = load ptr, ptr %6, align 8
%31 = getelementptr inbounds i8, ptr %30, i32 -1
store ptr %31, ptr %6, align 8
%32 = load ptr, ptr %4, align 8
%33 = icmp ne ptr %31, %32
br i1 %33, label %14, label %..loopexit_crit_edge, !llvm.loop !6
..loopexit_crit_edge: ; preds = %29
br label %.loopexit
.loopexit: ; preds = %..loopexit_crit_edge, %2
br label %34
34: ; preds = %.loopexit, %27
store ptr null, ptr %3, align 8
br label %35
35: ; preds = %34, %19
%36 = load ptr, ptr %3, align 8
ret ptr %36
}
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 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/tmpkk4ucmk7.c'
source_filename = "/tmp/tmpkk4ucmk7.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-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
@.str.1 = private unnamed_addr constant [3 x i8] c"%s\00", align 1
@.str.2 = private unnamed_addr constant [10 x i8] c"No Answer\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @main() #0 {
%1 = alloca i32, align 4
%2 = alloca i32, align 4
%3 = alloca i32, align 4
%4 = alloca i32, align 4
%5 = alloca i32, align 4
%6 = alloca ptr, align 8
%7 = alloca i8, align 1
store i32 0, ptr %1, align 4
store i32 1, ptr %4, align 4
%8 = call i32 (ptr, ...) @scanf(ptr noundef @.str, ptr noundef %2)
%9 = load i32, ptr %2, align 4
%10 = add nsw i32 %9, 1
%11 = call i64 @calloc(i32 noundef %10, i32 noundef 1)
%12 = inttoptr i64 %11 to ptr
store ptr %12, ptr %6, align 8
%13 = load ptr, ptr %6, align 8
%14 = call i32 (ptr, ...) @scanf(ptr noundef @.str.1, ptr noundef %13)
store i32 0, ptr %3, align 4
br label %15
15: ; preds = %37, %0
%16 = load i32, ptr %3, align 4
%17 = load i32, ptr %2, align 4
%18 = sub nsw i32 %17, 1
%19 = icmp slt i32 %16, %18
br i1 %19, label %20, label %40
20: ; preds = %15
%21 = load ptr, ptr %6, align 8
%22 = load i32, ptr %3, align 4
%23 = sext i32 %22 to i64
%24 = getelementptr inbounds i8, ptr %21, i64 %23
%25 = load i8, ptr %24, align 1
%26 = sext i8 %25 to i32
%27 = load ptr, ptr %6, align 8
%28 = load i32, ptr %3, align 4
%29 = sext i32 %28 to i64
%30 = getelementptr inbounds i8, ptr %27, i64 %29
%31 = getelementptr inbounds i8, ptr %30, i64 1
%32 = load i8, ptr %31, align 1
%33 = sext i8 %32 to i32
%34 = icmp slt i32 %26, %33
br i1 %34, label %35, label %36
35: ; preds = %20
store i32 0, ptr %4, align 4
br label %40
36: ; preds = %20
br label %37
37: ; preds = %36
%38 = load i32, ptr %3, align 4
%39 = add nsw i32 %38, 1
store i32 %39, ptr %3, align 4
br label %15, !llvm.loop !6
40: ; preds = %35, %15
%41 = load i32, ptr %4, align 4
%42 = icmp eq i32 %41, 1
br i1 %42, label %43, label %45
43: ; preds = %40
%44 = call i32 (ptr, ...) @printf(ptr noundef @.str.2)
br label %113
45: ; preds = %40
%46 = load ptr, ptr %6, align 8
%47 = load i32, ptr %2, align 4
%48 = call i32 @check_lex(ptr noundef %46, i32 noundef %47)
store i32 %48, ptr %5, align 4
%49 = load i32, ptr %5, align 4
%50 = add nsw i32 %49, 1
%51 = trunc i32 %50 to i8
store i8 %51, ptr %7, align 1
%52 = load i32, ptr %5, align 4
%53 = add nsw i32 %52, 2
store i32 %53, ptr %3, align 4
br label %54
54: ; preds = %91, %45
%55 = load i32, ptr %3, align 4
%56 = load i32, ptr %2, align 4
%57 = icmp slt i32 %55, %56
br i1 %57, label %58, label %94
58: ; preds = %54
%59 = load ptr, ptr %6, align 8
%60 = load i32, ptr %3, align 4
%61 = sext i32 %60 to i64
%62 = getelementptr inbounds i8, ptr %59, i64 %61
%63 = load i8, ptr %62, align 1
%64 = sext i8 %63 to i32
%65 = load ptr, ptr %6, align 8
%66 = load i32, ptr %5, align 4
%67 = sext i32 %66 to i64
%68 = getelementptr inbounds i8, ptr %65, i64 %67
%69 = load i8, ptr %68, align 1
%70 = sext i8 %69 to i32
%71 = icmp sgt i32 %64, %70
br i1 %71, label %72, label %90
72: ; preds = %58
%73 = load ptr, ptr %6, align 8
%74 = load i32, ptr %3, align 4
%75 = sext i32 %74 to i64
%76 = getelementptr inbounds i8, ptr %73, i64 %75
%77 = load i8, ptr %76, align 1
%78 = sext i8 %77 to i32
%79 = load ptr, ptr %6, align 8
%80 = load i8, ptr %7, align 1
%81 = sext i8 %80 to i32
%82 = sext i32 %81 to i64
%83 = getelementptr inbounds i8, ptr %79, i64 %82
%84 = load i8, ptr %83, align 1
%85 = sext i8 %84 to i32
%86 = icmp slt i32 %78, %85
br i1 %86, label %87, label %90
87: ; preds = %72
%88 = load i32, ptr %3, align 4
%89 = trunc i32 %88 to i8
store i8 %89, ptr %7, align 1
br label %90
90: ; preds = %87, %72, %58
br label %91
91: ; preds = %90
%92 = load i32, ptr %3, align 4
%93 = add nsw i32 %92, 1
store i32 %93, ptr %3, align 4
br label %54, !llvm.loop !8
94: ; preds = %54
%95 = load i8, ptr %7, align 1
%96 = sext i8 %95 to i32
%97 = load ptr, ptr %6, align 8
%98 = sext i32 %96 to i64
%99 = getelementptr inbounds i8, ptr %97, i64 %98
%100 = load i8, ptr %99, align 1
%101 = load ptr, ptr %6, align 8
%102 = load i32, ptr %5, align 4
%103 = sext i32 %102 to i64
%104 = getelementptr inbounds i8, ptr %101, i64 %103
%105 = load i8, ptr %104, align 1
%106 = call i32 @swap(i8 noundef signext %100, i8 noundef signext %105)
%107 = load ptr, ptr %6, align 8
%108 = load i32, ptr %5, align 4
%109 = load i32, ptr %2, align 4
%110 = call i32 @sort_lex(ptr noundef %107, i32 noundef %108, i32 noundef %109)
%111 = load ptr, ptr %6, align 8
%112 = call i32 (ptr, ...) @printf(ptr noundef @.str.1, ptr noundef %111)
br label %113
113: ; preds = %94, %43
ret i32 0
}
declare i32 @scanf(ptr noundef, ...) #1
declare i64 @calloc(i32 noundef, i32 noundef) #1
declare i32 @printf(ptr noundef, ...) #1
declare i32 @check_lex(ptr noundef, i32 noundef) #1
declare i32 @swap(i8 noundef signext, i8 noundef signext) #1
declare i32 @sort_lex(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/tmpkk4ucmk7.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-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
@.str.1 = private unnamed_addr constant [3 x i8] c"%s\00", align 1
@.str.2 = private unnamed_addr constant [10 x i8] c"No Answer\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @main() #0 {
%1 = alloca i32, align 4
%2 = alloca i32, align 4
%3 = alloca i32, align 4
%4 = alloca i32, align 4
%5 = alloca i32, align 4
%6 = alloca ptr, align 8
%7 = alloca i8, align 1
store i32 0, ptr %1, align 4
store i32 1, ptr %4, align 4
%8 = call i32 (ptr, ...) @scanf(ptr noundef @.str, ptr noundef %2)
%9 = load i32, ptr %2, align 4
%10 = add nsw i32 %9, 1
%11 = call i64 @calloc(i32 noundef %10, i32 noundef 1)
%12 = inttoptr i64 %11 to ptr
store ptr %12, ptr %6, align 8
%13 = load ptr, ptr %6, align 8
%14 = call i32 (ptr, ...) @scanf(ptr noundef @.str.1, ptr noundef %13)
store i32 0, ptr %3, align 4
%15 = load i32, ptr %3, align 4
%16 = load i32, ptr %2, align 4
%17 = sub nsw i32 %16, 1
%18 = icmp slt i32 %15, %17
br i1 %18, label %.lr.ph, label %.loopexit
.lr.ph: ; preds = %0
br label %19
19: ; preds = %.lr.ph, %36
%20 = load ptr, ptr %6, align 8
%21 = load i32, ptr %3, align 4
%22 = sext i32 %21 to i64
%23 = getelementptr inbounds i8, ptr %20, i64 %22
%24 = load i8, ptr %23, align 1
%25 = sext i8 %24 to i32
%26 = load ptr, ptr %6, align 8
%27 = load i32, ptr %3, align 4
%28 = sext i32 %27 to i64
%29 = getelementptr inbounds i8, ptr %26, i64 %28
%30 = getelementptr inbounds i8, ptr %29, i64 1
%31 = load i8, ptr %30, align 1
%32 = sext i8 %31 to i32
%33 = icmp slt i32 %25, %32
br i1 %33, label %34, label %35
34: ; preds = %19
store i32 0, ptr %4, align 4
br label %43
35: ; preds = %19
br label %36
36: ; preds = %35
%37 = load i32, ptr %3, align 4
%38 = add nsw i32 %37, 1
store i32 %38, ptr %3, align 4
%39 = load i32, ptr %3, align 4
%40 = load i32, ptr %2, align 4
%41 = sub nsw i32 %40, 1
%42 = icmp slt i32 %39, %41
br i1 %42, label %19, label %..loopexit_crit_edge, !llvm.loop !6
..loopexit_crit_edge: ; preds = %36
br label %.loopexit
.loopexit: ; preds = %..loopexit_crit_edge, %0
br label %43
43: ; preds = %.loopexit, %34
%44 = load i32, ptr %4, align 4
%45 = icmp eq i32 %44, 1
br i1 %45, label %46, label %48
46: ; preds = %43
%47 = call i32 (ptr, ...) @printf(ptr noundef @.str.2)
br label %118
48: ; preds = %43
%49 = load ptr, ptr %6, align 8
%50 = load i32, ptr %2, align 4
%51 = call i32 @check_lex(ptr noundef %49, i32 noundef %50)
store i32 %51, ptr %5, align 4
%52 = load i32, ptr %5, align 4
%53 = add nsw i32 %52, 1
%54 = trunc i32 %53 to i8
store i8 %54, ptr %7, align 1
%55 = load i32, ptr %5, align 4
%56 = add nsw i32 %55, 2
store i32 %56, ptr %3, align 4
%57 = load i32, ptr %3, align 4
%58 = load i32, ptr %2, align 4
%59 = icmp slt i32 %57, %58
br i1 %59, label %.lr.ph1, label %99
.lr.ph1: ; preds = %48
br label %60
60: ; preds = %.lr.ph1, %93
%61 = load ptr, ptr %6, align 8
%62 = load i32, ptr %3, align 4
%63 = sext i32 %62 to i64
%64 = getelementptr inbounds i8, ptr %61, i64 %63
%65 = load i8, ptr %64, align 1
%66 = sext i8 %65 to i32
%67 = load ptr, ptr %6, align 8
%68 = load i32, ptr %5, align 4
%69 = sext i32 %68 to i64
%70 = getelementptr inbounds i8, ptr %67, i64 %69
%71 = load i8, ptr %70, align 1
%72 = sext i8 %71 to i32
%73 = icmp sgt i32 %66, %72
br i1 %73, label %74, label %92
74: ; preds = %60
%75 = load ptr, ptr %6, align 8
%76 = load i32, ptr %3, align 4
%77 = sext i32 %76 to i64
%78 = getelementptr inbounds i8, ptr %75, i64 %77
%79 = load i8, ptr %78, align 1
%80 = sext i8 %79 to i32
%81 = load ptr, ptr %6, align 8
%82 = load i8, ptr %7, align 1
%83 = sext i8 %82 to i32
%84 = sext i32 %83 to i64
%85 = getelementptr inbounds i8, ptr %81, i64 %84
%86 = load i8, ptr %85, align 1
%87 = sext i8 %86 to i32
%88 = icmp slt i32 %80, %87
br i1 %88, label %89, label %92
89: ; preds = %74
%90 = load i32, ptr %3, align 4
%91 = trunc i32 %90 to i8
store i8 %91, ptr %7, align 1
br label %92
92: ; preds = %89, %74, %60
br label %93
93: ; preds = %92
%94 = load i32, ptr %3, align 4
%95 = add nsw i32 %94, 1
store i32 %95, ptr %3, align 4
%96 = load i32, ptr %3, align 4
%97 = load i32, ptr %2, align 4
%98 = icmp slt i32 %96, %97
br i1 %98, label %60, label %._crit_edge, !llvm.loop !8
._crit_edge: ; preds = %93
br label %99
99: ; preds = %._crit_edge, %48
%100 = load i8, ptr %7, align 1
%101 = sext i8 %100 to i32
%102 = load ptr, ptr %6, align 8
%103 = sext i32 %101 to i64
%104 = getelementptr inbounds i8, ptr %102, i64 %103
%105 = load i8, ptr %104, align 1
%106 = load ptr, ptr %6, align 8
%107 = load i32, ptr %5, align 4
%108 = sext i32 %107 to i64
%109 = getelementptr inbounds i8, ptr %106, i64 %108
%110 = load i8, ptr %109, align 1
%111 = call i32 @swap(i8 noundef signext %105, i8 noundef signext %110)
%112 = load ptr, ptr %6, align 8
%113 = load i32, ptr %5, align 4
%114 = load i32, ptr %2, align 4
%115 = call i32 @sort_lex(ptr noundef %112, i32 noundef %113, i32 noundef %114)
%116 = load ptr, ptr %6, align 8
%117 = call i32 (ptr, ...) @printf(ptr noundef @.str.1, ptr noundef %116)
br label %118
118: ; preds = %99, %46
ret i32 0
}
declare i32 @scanf(ptr noundef, ...) #1
declare i64 @calloc(i32 noundef, i32 noundef) #1
declare i32 @printf(ptr noundef, ...) #1
declare i32 @check_lex(ptr noundef, i32 noundef) #1
declare i32 @swap(i8 noundef signext, i8 noundef signext) #1
declare i32 @sort_lex(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/tmpi1_cgant.c'
source_filename = "/tmp/tmpi1_cgant.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @has_double_letters(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
br label %5
5: ; preds = %28, %1
%6 = load i32, ptr %4, align 4
%7 = load ptr, ptr %3, align 8
%8 = call i32 @strlen(ptr noundef %7)
%9 = sub nsw i32 %8, 1
%10 = icmp slt i32 %6, %9
br i1 %10, label %11, label %31
11: ; preds = %5
%12 = load ptr, ptr %3, align 8
%13 = load i32, ptr %4, align 4
%14 = sext i32 %13 to i64
%15 = getelementptr inbounds i8, ptr %12, i64 %14
%16 = load i8, ptr %15, align 1
%17 = sext i8 %16 to i32
%18 = load ptr, ptr %3, align 8
%19 = load i32, ptr %4, align 4
%20 = add nsw i32 %19, 1
%21 = sext i32 %20 to i64
%22 = getelementptr inbounds i8, ptr %18, i64 %21
%23 = load i8, ptr %22, align 1
%24 = sext i8 %23 to i32
%25 = icmp eq i32 %17, %24
br i1 %25, label %26, label %27
26: ; preds = %11
store i32 1, ptr %2, align 4
br label %32
27: ; preds = %11
br label %28
28: ; preds = %27
%29 = load i32, ptr %4, align 4
%30 = add nsw i32 %29, 1
store i32 %30, ptr %4, align 4
br label %5, !llvm.loop !6
31: ; preds = %5
store i32 0, ptr %2, align 4
br label %32
32: ; preds = %31, %26
%33 = load i32, ptr %2, align 4
ret i32 %33
}
declare i32 @strlen(ptr noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
!6 = distinct !{!6, !7}
!7 = !{!"llvm.loop.mustprogress"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmpi1_cgant.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @has_double_letters(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 i32, ptr %4, align 4
%6 = load ptr, ptr %3, align 8
%7 = call i32 @strlen(ptr noundef %6)
%8 = sub nsw i32 %7, 1
%9 = icmp slt i32 %5, %8
br i1 %9, label %.lr.ph, label %35
.lr.ph: ; preds = %1
br label %10
10: ; preds = %.lr.ph, %27
%11 = load ptr, ptr %3, align 8
%12 = load i32, ptr %4, align 4
%13 = sext i32 %12 to i64
%14 = getelementptr inbounds i8, ptr %11, i64 %13
%15 = load i8, ptr %14, align 1
%16 = sext i8 %15 to i32
%17 = load ptr, ptr %3, align 8
%18 = load i32, ptr %4, align 4
%19 = add nsw i32 %18, 1
%20 = sext i32 %19 to i64
%21 = getelementptr inbounds i8, ptr %17, i64 %20
%22 = load i8, ptr %21, align 1
%23 = sext i8 %22 to i32
%24 = icmp eq i32 %16, %23
br i1 %24, label %25, label %26
25: ; preds = %10
store i32 1, ptr %2, align 4
br label %36
26: ; preds = %10
br label %27
27: ; preds = %26
%28 = load i32, ptr %4, align 4
%29 = add nsw i32 %28, 1
store i32 %29, ptr %4, align 4
%30 = load i32, ptr %4, align 4
%31 = load ptr, ptr %3, align 8
%32 = call i32 @strlen(ptr noundef %31)
%33 = sub nsw i32 %32, 1
%34 = icmp slt i32 %30, %33
br i1 %34, label %10, label %._crit_edge, !llvm.loop !6
._crit_edge: ; preds = %27
br label %35
35: ; preds = %._crit_edge, %1
store i32 0, ptr %2, align 4
br label %36
36: ; preds = %35, %25
%37 = load i32, ptr %2, align 4
ret i32 %37
}
declare i32 @strlen(ptr noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
!6 = distinct !{!6, !7}
!7 = !{!"llvm.loop.mustprogress"}
|
; ModuleID = '/tmp/tmpariv1u2m.c'
source_filename = "/tmp/tmpariv1u2m.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@PTHREAD_KEYS_MAX = dso_local global i32 0, align 4
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @main() #0 {
%1 = alloca i32, align 4
%2 = alloca ptr, align 8
%3 = alloca i64, align 8
%4 = alloca i32, align 4
store i32 0, ptr %1, align 4
%5 = load i32, ptr @PTHREAD_KEYS_MAX, align 4
%6 = add nsw i32 %5, 1
%7 = zext i32 %6 to i64
%8 = call ptr @llvm.stacksave()
store ptr %8, ptr %2, align 8
%9 = alloca i32, i64 %7, align 16
store i64 %7, ptr %3, align 8
store i32 0, ptr %4, align 4
store i32 0, ptr %4, align 4
br label %10
10: ; preds = %20, %0
%11 = load i32, ptr %4, align 4
%12 = load i32, ptr @PTHREAD_KEYS_MAX, align 4
%13 = add nsw i32 %12, 1
%14 = icmp slt i32 %11, %13
br i1 %14, label %15, label %23
15: ; preds = %10
%16 = call i32 (...) @spawn_thread()
%17 = load i32, ptr %4, align 4
%18 = sext i32 %17 to i64
%19 = getelementptr inbounds i32, ptr %9, i64 %18
store i32 %16, ptr %19, align 4
br label %20
20: ; preds = %15
%21 = load i32, ptr %4, align 4
%22 = add nsw i32 %21, 1
store i32 %22, ptr %4, align 4
br label %10, !llvm.loop !6
23: ; preds = %10
store i32 0, ptr %4, align 4
br label %24
24: ; preds = %35, %23
%25 = load i32, ptr %4, align 4
%26 = load i32, ptr @PTHREAD_KEYS_MAX, align 4
%27 = add nsw i32 %26, 1
%28 = icmp slt i32 %25, %27
br i1 %28, label %29, label %38
29: ; preds = %24
%30 = load i32, ptr %4, align 4
%31 = sext i32 %30 to i64
%32 = getelementptr inbounds i32, ptr %9, i64 %31
%33 = load i32, ptr %32, align 4
%34 = call i32 @pthread_join(i32 noundef %33, ptr noundef null)
br label %35
35: ; preds = %29
%36 = load i32, ptr %4, align 4
%37 = add nsw i32 %36, 1
store i32 %37, ptr %4, align 4
br label %24, !llvm.loop !8
38: ; preds = %24
store i32 0, ptr %1, align 4
%39 = load ptr, ptr %2, align 8
call void @llvm.stackrestore(ptr %39)
%40 = load i32, ptr %1, align 4
ret i32 %40
}
; Function Attrs: nocallback nofree nosync nounwind willreturn
declare ptr @llvm.stacksave() #1
declare i32 @spawn_thread(...) #2
declare i32 @pthread_join(i32 noundef, 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}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmpariv1u2m.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@PTHREAD_KEYS_MAX = dso_local global i32 0, align 4
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @main() #0 {
%1 = alloca i32, align 4
%2 = alloca ptr, align 8
%3 = alloca i64, align 8
%4 = alloca i32, align 4
store i32 0, ptr %1, align 4
%5 = load i32, ptr @PTHREAD_KEYS_MAX, align 4
%6 = add nsw i32 %5, 1
%7 = zext i32 %6 to i64
%8 = call ptr @llvm.stacksave()
store ptr %8, ptr %2, align 8
%9 = alloca i32, i64 %7, align 16
store i64 %7, ptr %3, align 8
store i32 0, ptr %4, align 4
store i32 0, ptr %4, align 4
%10 = load i32, ptr %4, align 4
%11 = load i32, ptr @PTHREAD_KEYS_MAX, align 4
%12 = add nsw i32 %11, 1
%13 = icmp slt i32 %10, %12
br i1 %13, label %.lr.ph, label %26
.lr.ph: ; preds = %0
br label %14
14: ; preds = %.lr.ph, %19
%15 = call i32 (...) @spawn_thread()
%16 = load i32, ptr %4, align 4
%17 = sext i32 %16 to i64
%18 = getelementptr inbounds i32, ptr %9, i64 %17
store i32 %15, ptr %18, align 4
br label %19
19: ; preds = %14
%20 = load i32, ptr %4, align 4
%21 = add nsw i32 %20, 1
store i32 %21, ptr %4, align 4
%22 = load i32, ptr %4, align 4
%23 = load i32, ptr @PTHREAD_KEYS_MAX, align 4
%24 = add nsw i32 %23, 1
%25 = icmp slt i32 %22, %24
br i1 %25, label %14, label %._crit_edge, !llvm.loop !6
._crit_edge: ; preds = %19
br label %26
26: ; preds = %._crit_edge, %0
store i32 0, ptr %4, align 4
%27 = load i32, ptr %4, align 4
%28 = load i32, ptr @PTHREAD_KEYS_MAX, align 4
%29 = add nsw i32 %28, 1
%30 = icmp slt i32 %27, %29
br i1 %30, label %.lr.ph2, label %44
.lr.ph2: ; preds = %26
br label %31
31: ; preds = %.lr.ph2, %37
%32 = load i32, ptr %4, align 4
%33 = sext i32 %32 to i64
%34 = getelementptr inbounds i32, ptr %9, i64 %33
%35 = load i32, ptr %34, align 4
%36 = call i32 @pthread_join(i32 noundef %35, ptr noundef null)
br label %37
37: ; preds = %31
%38 = load i32, ptr %4, align 4
%39 = add nsw i32 %38, 1
store i32 %39, ptr %4, align 4
%40 = load i32, ptr %4, align 4
%41 = load i32, ptr @PTHREAD_KEYS_MAX, align 4
%42 = add nsw i32 %41, 1
%43 = icmp slt i32 %40, %42
br i1 %43, label %31, label %._crit_edge3, !llvm.loop !8
._crit_edge3: ; preds = %37
br label %44
44: ; preds = %._crit_edge3, %26
store i32 0, ptr %1, align 4
%45 = load ptr, ptr %2, align 8
call void @llvm.stackrestore(ptr %45)
%46 = load i32, ptr %1, align 4
ret i32 %46
}
; Function Attrs: nocallback nofree nosync nounwind willreturn
declare ptr @llvm.stacksave() #1
declare i32 @spawn_thread(...) #2
declare i32 @pthread_join(i32 noundef, 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}
|
; ModuleID = '/tmp/tmpaxi8nu9c.c'
source_filename = "/tmp/tmpaxi8nu9c.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @firstOccur(ptr noundef %0, i8 noundef signext %1) #0 {
%3 = alloca i32, align 4
%4 = alloca ptr, align 8
%5 = alloca i8, align 1
%6 = alloca i32, align 4
%7 = alloca i32, align 4
store ptr %0, ptr %4, align 8
store i8 %1, ptr %5, align 1
%8 = load ptr, ptr %4, align 8
%9 = call i32 @strleng(ptr noundef %8)
store i32 %9, ptr %6, align 4
store i32 0, ptr %7, align 4
br label %10
10: ; preds = %27, %2
%11 = load i32, ptr %7, align 4
%12 = load i32, ptr %6, align 4
%13 = icmp slt i32 %11, %12
br i1 %13, label %14, label %30
14: ; preds = %10
%15 = load ptr, ptr %4, align 8
%16 = load i32, ptr %7, align 4
%17 = sext i32 %16 to i64
%18 = getelementptr inbounds i8, ptr %15, i64 %17
%19 = load i8, ptr %18, align 1
%20 = sext i8 %19 to i32
%21 = load i8, ptr %5, align 1
%22 = sext i8 %21 to i32
%23 = icmp eq i32 %20, %22
br i1 %23, label %24, label %26
24: ; preds = %14
%25 = load i32, ptr %7, align 4
store i32 %25, ptr %3, align 4
br label %31
26: ; preds = %14
br label %27
27: ; preds = %26
%28 = load i32, ptr %7, align 4
%29 = add nsw i32 %28, 1
store i32 %29, ptr %7, align 4
br label %10, !llvm.loop !6
30: ; preds = %10
store i32 0, ptr %3, align 4
br label %31
31: ; preds = %30, %24
%32 = load i32, ptr %3, align 4
ret i32 %32
}
declare i32 @strleng(ptr noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 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/tmpaxi8nu9c.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @firstOccur(ptr noundef %0, i8 noundef signext %1) #0 {
%3 = alloca i32, align 4
%4 = alloca ptr, align 8
%5 = alloca i8, align 1
%6 = alloca i32, align 4
%7 = alloca i32, align 4
store ptr %0, ptr %4, align 8
store i8 %1, ptr %5, align 1
%8 = load ptr, ptr %4, align 8
%9 = call i32 @strleng(ptr noundef %8)
store i32 %9, ptr %6, align 4
store i32 0, ptr %7, align 4
%10 = load i32, ptr %7, align 4
%11 = load i32, ptr %6, align 4
%12 = icmp slt i32 %10, %11
br i1 %12, label %.lr.ph, label %32
.lr.ph: ; preds = %2
br label %13
13: ; preds = %.lr.ph, %26
%14 = load ptr, ptr %4, align 8
%15 = load i32, ptr %7, align 4
%16 = sext i32 %15 to i64
%17 = getelementptr inbounds i8, ptr %14, i64 %16
%18 = load i8, ptr %17, align 1
%19 = sext i8 %18 to i32
%20 = load i8, ptr %5, align 1
%21 = sext i8 %20 to i32
%22 = icmp eq i32 %19, %21
br i1 %22, label %23, label %25
23: ; preds = %13
%24 = load i32, ptr %7, align 4
store i32 %24, ptr %3, align 4
br label %33
25: ; preds = %13
br label %26
26: ; preds = %25
%27 = load i32, ptr %7, align 4
%28 = add nsw i32 %27, 1
store i32 %28, ptr %7, align 4
%29 = load i32, ptr %7, align 4
%30 = load i32, ptr %6, align 4
%31 = icmp slt i32 %29, %30
br i1 %31, label %13, label %._crit_edge, !llvm.loop !6
._crit_edge: ; preds = %26
br label %32
32: ; preds = %._crit_edge, %2
store i32 0, ptr %3, align 4
br label %33
33: ; preds = %32, %23
%34 = load i32, ptr %3, align 4
ret i32 %34
}
declare i32 @strleng(ptr noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 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/tmpxnz_msje.c'
source_filename = "/tmp/tmpxnz_msje.c"
target datalayout = "e-m:e-p270: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/tmpxnz_msje.c"
target datalayout = "e-m:e-p270: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/tmpb9_vg6y8.c'
source_filename = "/tmp/tmpb9_vg6y8.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-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"a: %d\0A\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @main() #0 {
%1 = alloca i32, align 4
%2 = alloca i32, align 4
store i32 0, ptr %1, align 4
store i32 10, ptr %2, align 4
br label %3
3: ; preds = %14, %0
%4 = load i32, ptr %2, align 4
%5 = icmp slt i32 %4, 20
br i1 %5, label %6, label %15
6: ; preds = %3
%7 = load i32, ptr %2, align 4
%8 = call i32 @printf(ptr noundef @.str, i32 noundef %7)
%9 = load i32, ptr %2, align 4
%10 = add nsw i32 %9, 1
store i32 %10, ptr %2, align 4
%11 = load i32, ptr %2, align 4
%12 = icmp sgt i32 %11, 15
br i1 %12, label %13, label %14
13: ; preds = %6
br label %15
14: ; preds = %6
br label %3, !llvm.loop !6
15: ; preds = %13, %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/tmpb9_vg6y8.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-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"a: %d\0A\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @main() #0 {
%1 = alloca i32, align 4
%2 = alloca i32, align 4
store i32 0, ptr %1, align 4
store i32 10, ptr %2, align 4
%3 = load i32, ptr %2, align 4
%4 = icmp slt i32 %3, 20
br i1 %4, label %.lr.ph, label %.loopexit
.lr.ph: ; preds = %0
br label %8
5: ; preds = %8
%6 = load i32, ptr %2, align 4
%7 = icmp slt i32 %6, 20
br i1 %7, label %8, label %..loopexit_crit_edge, !llvm.loop !6
8: ; preds = %.lr.ph, %5
%9 = load i32, ptr %2, align 4
%10 = call i32 @printf(ptr noundef @.str, i32 noundef %9)
%11 = load i32, ptr %2, align 4
%12 = add nsw i32 %11, 1
store i32 %12, ptr %2, align 4
%13 = load i32, ptr %2, align 4
%14 = icmp sgt i32 %13, 15
br i1 %14, label %15, label %5
15: ; preds = %8
br label %16
..loopexit_crit_edge: ; preds = %5
br label %.loopexit
.loopexit: ; preds = %..loopexit_crit_edge, %0
br label %16
16: ; preds = %.loopexit, %15
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 = '/tmp/tmpc2e42kn4.c'
source_filename = "/tmp/tmpc2e42kn4.c"
target datalayout = "e-m:e-p270: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
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmpc2e42kn4.c"
target datalayout = "e-m:e-p270: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
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
|
; ModuleID = '/tmp/tmpiypemwhg.c'
source_filename = "/tmp/tmpiypemwhg.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @stb_rehash_improved(i32 noundef %0) #0 {
%2 = alloca i32, align 4
store i32 %0, ptr %2, align 4
%3 = load i32, ptr %2, align 4
%4 = zext i32 %3 to i64
%5 = inttoptr i64 %4 to ptr
%6 = call i32 @stb_hashptr(ptr noundef %5)
ret i32 %6
}
declare i32 @stb_hashptr(ptr noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmpiypemwhg.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @stb_rehash_improved(i32 noundef %0) #0 {
%2 = alloca i32, align 4
store i32 %0, ptr %2, align 4
%3 = load i32, ptr %2, align 4
%4 = zext i32 %3 to i64
%5 = inttoptr i64 %4 to ptr
%6 = call i32 @stb_hashptr(ptr noundef %5)
ret i32 %6
}
declare i32 @stb_hashptr(ptr noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
|
; ModuleID = '/tmp/tmpsss9_o8b.c'
source_filename = "/tmp/tmpsss9_o8b.c"
target datalayout = "e-m:e-p270: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/tmpsss9_o8b.c"
target datalayout = "e-m:e-p270: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/tmp6pkn_rxp.c'
source_filename = "/tmp/tmp6pkn_rxp.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @yay1_get_size(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 i32, ptr %3, i64 4
%5 = load i32, ptr %4, align 4
%6 = call i32 @be32toh(i32 noundef %5)
ret i32 %6
}
declare i32 @be32toh(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/tmp6pkn_rxp.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @yay1_get_size(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 i32, ptr %3, i64 4
%5 = load i32, ptr %4, align 4
%6 = call i32 @be32toh(i32 noundef %5)
ret i32 %6
}
declare i32 @be32toh(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/tmpld85peh0.c'
source_filename = "/tmp/tmpld85peh0.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @Interrupts_Disable() #0 {
%1 = call i32 (...) @__disable_irq()
%2 = call i32 (...) @__disable_fault_irq()
ret void
}
declare i32 @__disable_irq(...) #1
declare i32 @__disable_fault_irq(...) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmpld85peh0.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @Interrupts_Disable() #0 {
%1 = call i32 (...) @__disable_irq()
%2 = call i32 (...) @__disable_fault_irq()
ret void
}
declare i32 @__disable_irq(...) #1
declare i32 @__disable_fault_irq(...) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
|
; ModuleID = '/tmp/tmp3rb9b_9r.c'
source_filename = "/tmp/tmp3rb9b_9r.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @NTR_CmdReset() #0 {
%1 = call i32 (...) @cardReset()
%2 = call i32 @ioDelay2(i32 noundef 61440)
ret void
}
declare i32 @cardReset(...) #1
declare i32 @ioDelay2(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/tmp3rb9b_9r.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @NTR_CmdReset() #0 {
%1 = call i32 (...) @cardReset()
%2 = call i32 @ioDelay2(i32 noundef 61440)
ret void
}
declare i32 @cardReset(...) #1
declare i32 @ioDelay2(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/tmp55lgd0v_.c'
source_filename = "/tmp/tmp55lgd0v_.c"
target datalayout = "e-m:e-p270: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_UNIX = dso_local global i32 0, align 4
@SOCK_STREAM = dso_local global i32 0, align 4
@errno = 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/tmp55lgd0v_.c"
target datalayout = "e-m:e-p270: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_UNIX = dso_local global i32 0, align 4
@SOCK_STREAM = dso_local global i32 0, align 4
@errno = 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/tmptcyoap9w.c'
source_filename = "/tmp/tmptcyoap9w.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-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"%p\00", align 1
@.str.1 = private unnamed_addr constant [13 x i8] c"BAD ARGUMENT\00", align 1
@.str.2 = private unnamed_addr constant [3 x i8] c"%d\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local void @cmd_prefresh(i32 noundef %0, ptr noundef %1) #0 {
%3 = alloca i32, align 4
%4 = alloca ptr, align 8
%5 = alloca i32, align 4
%6 = alloca i32, align 4
%7 = alloca i32, align 4
%8 = alloca i32, align 4
%9 = alloca i32, align 4
%10 = alloca i32, align 4
%11 = alloca ptr, align 8
store i32 %0, ptr %3, align 4
store ptr %1, ptr %4, align 8
%12 = load i32, ptr %3, align 4
%13 = call i32 @check_arg_count(i32 noundef %12, i32 noundef 7)
%14 = icmp eq i32 %13, 1
br i1 %14, label %15, label %16
15: ; preds = %2
br label %90
16: ; preds = %2
%17 = load ptr, ptr %4, align 8
%18 = getelementptr inbounds ptr, ptr %17, i64 0
%19 = load ptr, ptr %18, align 8
%20 = call i64 @sscanf(ptr noundef %19, ptr noundef @.str, ptr noundef %11)
%21 = icmp eq i64 %20, 0
br i1 %21, label %22, label %25
22: ; preds = %16
%23 = call i32 @report_count(i32 noundef 1)
%24 = call i32 @report_error(ptr noundef @.str.1)
br label %90
25: ; preds = %16
%26 = load ptr, ptr %4, align 8
%27 = getelementptr inbounds ptr, ptr %26, i64 1
%28 = load ptr, ptr %27, align 8
%29 = call i64 @sscanf(ptr noundef %28, ptr noundef @.str.2, ptr noundef %5)
%30 = icmp eq i64 %29, 0
br i1 %30, label %31, label %34
31: ; preds = %25
%32 = call i32 @report_count(i32 noundef 1)
%33 = call i32 @report_error(ptr noundef @.str.1)
br label %90
34: ; preds = %25
%35 = load ptr, ptr %4, align 8
%36 = getelementptr inbounds ptr, ptr %35, i64 2
%37 = load ptr, ptr %36, align 8
%38 = call i64 @sscanf(ptr noundef %37, ptr noundef @.str.2, ptr noundef %6)
%39 = icmp eq i64 %38, 0
br i1 %39, label %40, label %43
40: ; preds = %34
%41 = call i32 @report_count(i32 noundef 1)
%42 = call i32 @report_error(ptr noundef @.str.1)
br label %90
43: ; preds = %34
%44 = load ptr, ptr %4, align 8
%45 = getelementptr inbounds ptr, ptr %44, i64 3
%46 = load ptr, ptr %45, align 8
%47 = call i64 @sscanf(ptr noundef %46, ptr noundef @.str.2, ptr noundef %7)
%48 = icmp eq i64 %47, 0
br i1 %48, label %49, label %52
49: ; preds = %43
%50 = call i32 @report_count(i32 noundef 1)
%51 = call i32 @report_error(ptr noundef @.str.1)
br label %90
52: ; preds = %43
%53 = load ptr, ptr %4, align 8
%54 = getelementptr inbounds ptr, ptr %53, i64 4
%55 = load ptr, ptr %54, align 8
%56 = call i64 @sscanf(ptr noundef %55, ptr noundef @.str.2, ptr noundef %8)
%57 = icmp eq i64 %56, 0
br i1 %57, label %58, label %61
58: ; preds = %52
%59 = call i32 @report_count(i32 noundef 1)
%60 = call i32 @report_error(ptr noundef @.str.1)
br label %90
61: ; preds = %52
%62 = load ptr, ptr %4, align 8
%63 = getelementptr inbounds ptr, ptr %62, i64 5
%64 = load ptr, ptr %63, align 8
%65 = call i64 @sscanf(ptr noundef %64, ptr noundef @.str.2, ptr noundef %9)
%66 = icmp eq i64 %65, 0
br i1 %66, label %67, label %70
67: ; preds = %61
%68 = call i32 @report_count(i32 noundef 1)
%69 = call i32 @report_error(ptr noundef @.str.1)
br label %90
70: ; preds = %61
%71 = load ptr, ptr %4, align 8
%72 = getelementptr inbounds ptr, ptr %71, i64 6
%73 = load ptr, ptr %72, align 8
%74 = call i64 @sscanf(ptr noundef %73, ptr noundef @.str.2, ptr noundef %10)
%75 = icmp eq i64 %74, 0
br i1 %75, label %76, label %79
76: ; preds = %70
%77 = call i32 @report_count(i32 noundef 1)
%78 = call i32 @report_error(ptr noundef @.str.1)
br label %90
79: ; preds = %70
%80 = call i32 @report_count(i32 noundef 1)
%81 = load ptr, ptr %11, align 8
%82 = load i32, ptr %5, align 4
%83 = load i32, ptr %6, align 4
%84 = load i32, ptr %7, align 4
%85 = load i32, ptr %8, align 4
%86 = load i32, ptr %9, align 4
%87 = load i32, ptr %10, align 4
%88 = call i32 @prefresh(ptr noundef %81, i32 noundef %82, i32 noundef %83, i32 noundef %84, i32 noundef %85, i32 noundef %86, i32 noundef %87)
%89 = call i32 @report_return(i32 noundef %88)
br label %90
90: ; preds = %79, %76, %67, %58, %49, %40, %31, %22, %15
ret void
}
declare i32 @check_arg_count(i32 noundef, i32 noundef) #1
declare i64 @sscanf(ptr noundef, ptr noundef, ptr noundef) #1
declare i32 @report_count(i32 noundef) #1
declare i32 @report_error(ptr noundef) #1
declare i32 @report_return(i32 noundef) #1
declare i32 @prefresh(ptr noundef, i32 noundef, i32 noundef, i32 noundef, i32 noundef, i32 noundef, i32 noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmptcyoap9w.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-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"%p\00", align 1
@.str.1 = private unnamed_addr constant [13 x i8] c"BAD ARGUMENT\00", align 1
@.str.2 = private unnamed_addr constant [3 x i8] c"%d\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local void @cmd_prefresh(i32 noundef %0, ptr noundef %1) #0 {
%3 = alloca i32, align 4
%4 = alloca ptr, align 8
%5 = alloca i32, align 4
%6 = alloca i32, align 4
%7 = alloca i32, align 4
%8 = alloca i32, align 4
%9 = alloca i32, align 4
%10 = alloca i32, align 4
%11 = alloca ptr, align 8
store i32 %0, ptr %3, align 4
store ptr %1, ptr %4, align 8
%12 = load i32, ptr %3, align 4
%13 = call i32 @check_arg_count(i32 noundef %12, i32 noundef 7)
%14 = icmp eq i32 %13, 1
br i1 %14, label %15, label %16
15: ; preds = %2
br label %90
16: ; preds = %2
%17 = load ptr, ptr %4, align 8
%18 = getelementptr inbounds ptr, ptr %17, i64 0
%19 = load ptr, ptr %18, align 8
%20 = call i64 @sscanf(ptr noundef %19, ptr noundef @.str, ptr noundef %11)
%21 = icmp eq i64 %20, 0
br i1 %21, label %22, label %25
22: ; preds = %16
%23 = call i32 @report_count(i32 noundef 1)
%24 = call i32 @report_error(ptr noundef @.str.1)
br label %90
25: ; preds = %16
%26 = load ptr, ptr %4, align 8
%27 = getelementptr inbounds ptr, ptr %26, i64 1
%28 = load ptr, ptr %27, align 8
%29 = call i64 @sscanf(ptr noundef %28, ptr noundef @.str.2, ptr noundef %5)
%30 = icmp eq i64 %29, 0
br i1 %30, label %31, label %34
31: ; preds = %25
%32 = call i32 @report_count(i32 noundef 1)
%33 = call i32 @report_error(ptr noundef @.str.1)
br label %90
34: ; preds = %25
%35 = load ptr, ptr %4, align 8
%36 = getelementptr inbounds ptr, ptr %35, i64 2
%37 = load ptr, ptr %36, align 8
%38 = call i64 @sscanf(ptr noundef %37, ptr noundef @.str.2, ptr noundef %6)
%39 = icmp eq i64 %38, 0
br i1 %39, label %40, label %43
40: ; preds = %34
%41 = call i32 @report_count(i32 noundef 1)
%42 = call i32 @report_error(ptr noundef @.str.1)
br label %90
43: ; preds = %34
%44 = load ptr, ptr %4, align 8
%45 = getelementptr inbounds ptr, ptr %44, i64 3
%46 = load ptr, ptr %45, align 8
%47 = call i64 @sscanf(ptr noundef %46, ptr noundef @.str.2, ptr noundef %7)
%48 = icmp eq i64 %47, 0
br i1 %48, label %49, label %52
49: ; preds = %43
%50 = call i32 @report_count(i32 noundef 1)
%51 = call i32 @report_error(ptr noundef @.str.1)
br label %90
52: ; preds = %43
%53 = load ptr, ptr %4, align 8
%54 = getelementptr inbounds ptr, ptr %53, i64 4
%55 = load ptr, ptr %54, align 8
%56 = call i64 @sscanf(ptr noundef %55, ptr noundef @.str.2, ptr noundef %8)
%57 = icmp eq i64 %56, 0
br i1 %57, label %58, label %61
58: ; preds = %52
%59 = call i32 @report_count(i32 noundef 1)
%60 = call i32 @report_error(ptr noundef @.str.1)
br label %90
61: ; preds = %52
%62 = load ptr, ptr %4, align 8
%63 = getelementptr inbounds ptr, ptr %62, i64 5
%64 = load ptr, ptr %63, align 8
%65 = call i64 @sscanf(ptr noundef %64, ptr noundef @.str.2, ptr noundef %9)
%66 = icmp eq i64 %65, 0
br i1 %66, label %67, label %70
67: ; preds = %61
%68 = call i32 @report_count(i32 noundef 1)
%69 = call i32 @report_error(ptr noundef @.str.1)
br label %90
70: ; preds = %61
%71 = load ptr, ptr %4, align 8
%72 = getelementptr inbounds ptr, ptr %71, i64 6
%73 = load ptr, ptr %72, align 8
%74 = call i64 @sscanf(ptr noundef %73, ptr noundef @.str.2, ptr noundef %10)
%75 = icmp eq i64 %74, 0
br i1 %75, label %76, label %79
76: ; preds = %70
%77 = call i32 @report_count(i32 noundef 1)
%78 = call i32 @report_error(ptr noundef @.str.1)
br label %90
79: ; preds = %70
%80 = call i32 @report_count(i32 noundef 1)
%81 = load ptr, ptr %11, align 8
%82 = load i32, ptr %5, align 4
%83 = load i32, ptr %6, align 4
%84 = load i32, ptr %7, align 4
%85 = load i32, ptr %8, align 4
%86 = load i32, ptr %9, align 4
%87 = load i32, ptr %10, align 4
%88 = call i32 @prefresh(ptr noundef %81, i32 noundef %82, i32 noundef %83, i32 noundef %84, i32 noundef %85, i32 noundef %86, i32 noundef %87)
%89 = call i32 @report_return(i32 noundef %88)
br label %90
90: ; preds = %79, %76, %67, %58, %49, %40, %31, %22, %15
ret void
}
declare i32 @check_arg_count(i32 noundef, i32 noundef) #1
declare i64 @sscanf(ptr noundef, ptr noundef, ptr noundef) #1
declare i32 @report_count(i32 noundef) #1
declare i32 @report_error(ptr noundef) #1
declare i32 @report_return(i32 noundef) #1
declare i32 @prefresh(ptr noundef, i32 noundef, i32 noundef, i32 noundef, i32 noundef, i32 noundef, i32 noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
|
; ModuleID = '/tmp/tmpj7mzck4o.c'
source_filename = "/tmp/tmpj7mzck4o.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@.str = private unnamed_addr constant [5 x i8] c"TRUE\00", align 1
@.str.1 = private unnamed_addr constant [6 x i8] c"FALSE\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 i64 @mu_badv_kmod_available(ptr noundef null)
%3 = icmp ne i64 %2, 0
br i1 %3, label %4, label %6
4: ; preds = %0
%5 = call i32 @printf(ptr noundef @.str)
br label %8
6: ; preds = %0
%7 = call i32 @printf(ptr noundef @.str.1)
br label %8
8: ; preds = %6, %4
%9 = load i32, ptr %1, align 4
ret i32 %9
}
declare i64 @mu_badv_kmod_available(ptr noundef) #1
declare i32 @printf(ptr noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmpj7mzck4o.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@.str = private unnamed_addr constant [5 x i8] c"TRUE\00", align 1
@.str.1 = private unnamed_addr constant [6 x i8] c"FALSE\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 i64 @mu_badv_kmod_available(ptr noundef null)
%3 = icmp ne i64 %2, 0
br i1 %3, label %4, label %6
4: ; preds = %0
%5 = call i32 @printf(ptr noundef @.str)
br label %8
6: ; preds = %0
%7 = call i32 @printf(ptr noundef @.str.1)
br label %8
8: ; preds = %6, %4
%9 = load i32, ptr %1, align 4
ret i32 %9
}
declare i64 @mu_badv_kmod_available(ptr noundef) #1
declare i32 @printf(ptr noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
|
; ModuleID = '/tmp/tmp4y2o_ryo.c'
source_filename = "/tmp/tmp4y2o_ryo.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@.str = private unnamed_addr constant [168 x i8] c"/scratch/repos/new/home/jordi_armengol_estape/c-scraper/outputs/2022-01-22/02-19-57/repos/bitfixer/bitfixer/refs/heads/master/dg/z88dk/test/suites/ctype/test_islower.c\00", align 1
@.str.1 = private unnamed_addr constant [29 x i8] c"islower should be 0 for 0xc8\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local void @t_islower_0xc8() #0 {
%1 = call i64 @islower(i32 noundef 200)
%2 = icmp eq i64 %1, 0
%3 = zext i1 %2 to i32
%4 = call i32 @Assert_real(i32 noundef %3, ptr noundef @.str, i32 noundef 1005, ptr noundef @.str.1)
ret void
}
declare i32 @Assert_real(i32 noundef, ptr noundef, i32 noundef, ptr noundef) #1
declare i64 @islower(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/tmp4y2o_ryo.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@.str = private unnamed_addr constant [168 x i8] c"/scratch/repos/new/home/jordi_armengol_estape/c-scraper/outputs/2022-01-22/02-19-57/repos/bitfixer/bitfixer/refs/heads/master/dg/z88dk/test/suites/ctype/test_islower.c\00", align 1
@.str.1 = private unnamed_addr constant [29 x i8] c"islower should be 0 for 0xc8\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local void @t_islower_0xc8() #0 {
%1 = call i64 @islower(i32 noundef 200)
%2 = icmp eq i64 %1, 0
%3 = zext i1 %2 to i32
%4 = call i32 @Assert_real(i32 noundef %3, ptr noundef @.str, i32 noundef 1005, ptr noundef @.str.1)
ret void
}
declare i32 @Assert_real(i32 noundef, ptr noundef, i32 noundef, ptr noundef) #1
declare i64 @islower(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/tmp3x13lwk9.c'
source_filename = "/tmp/tmp3x13lwk9.c"
target datalayout = "e-m:e-p270: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 { i32, i32 }
%struct.in_addr = type { i64 }
@INADDR_ANY = dso_local global i64 0, align 8
@INADDR_NONE = dso_local global i64 0, align 8
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @findip(ptr noundef %0, ptr noundef %1) #0 {
%3 = alloca i32, align 4
%4 = alloca ptr, align 8
%5 = alloca ptr, align 8
%6 = alloca ptr, align 8
store ptr %0, ptr %4, align 8
store ptr %1, ptr %5, align 8
%7 = load ptr, ptr %4, align 8
%8 = call ptr @gethostbyname(ptr noundef %7)
store ptr %8, ptr %6, align 8
%9 = load ptr, ptr %6, align 8
%10 = icmp eq ptr %9, null
br i1 %10, label %11, label %12
11: ; preds = %2
store i32 -1, ptr %3, align 4
br label %53
12: ; preds = %2
%13 = load ptr, ptr %5, align 8
%14 = call i32 @bzero(ptr noundef %13, i32 noundef 8)
%15 = load ptr, ptr %5, align 8
%16 = load ptr, ptr %6, align 8
%17 = getelementptr inbounds %struct.hostent, ptr %16, i32 0, i32 1
%18 = load i32, ptr %17, align 4
%19 = load ptr, ptr %6, align 8
%20 = getelementptr inbounds %struct.hostent, ptr %19, i32 0, i32 0
%21 = load i32, ptr %20, align 4
%22 = call i32 @memcpy(ptr noundef %15, i32 noundef %18, i32 noundef %21)
%23 = load ptr, ptr %5, align 8
%24 = getelementptr inbounds %struct.in_addr, ptr %23, i32 0, i32 0
%25 = load i64, ptr %24, align 8
%26 = load i64, ptr @INADDR_ANY, align 8
%27 = icmp eq i64 %25, %26
br i1 %27, label %34, label %28
28: ; preds = %12
%29 = load ptr, ptr %5, align 8
%30 = getelementptr inbounds %struct.in_addr, ptr %29, i32 0, i32 0
%31 = load i64, ptr %30, align 8
%32 = load i64, ptr @INADDR_NONE, align 8
%33 = icmp eq i64 %31, %32
br i1 %33, label %34, label %39
34: ; preds = %28, %12
%35 = load ptr, ptr %4, align 8
%36 = call i64 @inet_addr(ptr noundef %35)
%37 = load ptr, ptr %5, align 8
%38 = getelementptr inbounds %struct.in_addr, ptr %37, i32 0, i32 0
store i64 %36, ptr %38, align 8
br label %39
39: ; preds = %34, %28
%40 = load ptr, ptr %5, align 8
%41 = getelementptr inbounds %struct.in_addr, ptr %40, i32 0, i32 0
%42 = load i64, ptr %41, align 8
%43 = load i64, ptr @INADDR_ANY, align 8
%44 = icmp eq i64 %42, %43
br i1 %44, label %51, label %45
45: ; preds = %39
%46 = load ptr, ptr %5, align 8
%47 = getelementptr inbounds %struct.in_addr, ptr %46, i32 0, i32 0
%48 = load i64, ptr %47, align 8
%49 = load i64, ptr @INADDR_NONE, align 8
%50 = icmp eq i64 %48, %49
br i1 %50, label %51, label %52
51: ; preds = %45, %39
store i32 -1, ptr %3, align 4
br label %53
52: ; preds = %45
store i32 1, ptr %3, align 4
br label %53
53: ; preds = %52, %51, %11
%54 = load i32, ptr %3, align 4
ret i32 %54
}
declare ptr @gethostbyname(ptr noundef) #1
declare i32 @bzero(ptr noundef, i32 noundef) #1
declare i32 @memcpy(ptr noundef, i32 noundef, i32 noundef) #1
declare i64 @inet_addr(ptr noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmp3x13lwk9.c"
target datalayout = "e-m:e-p270: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 { i32, i32 }
%struct.in_addr = type { i64 }
@INADDR_ANY = dso_local global i64 0, align 8
@INADDR_NONE = dso_local global i64 0, align 8
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @findip(ptr noundef %0, ptr noundef %1) #0 {
%3 = alloca i32, align 4
%4 = alloca ptr, align 8
%5 = alloca ptr, align 8
%6 = alloca ptr, align 8
store ptr %0, ptr %4, align 8
store ptr %1, ptr %5, align 8
%7 = load ptr, ptr %4, align 8
%8 = call ptr @gethostbyname(ptr noundef %7)
store ptr %8, ptr %6, align 8
%9 = load ptr, ptr %6, align 8
%10 = icmp eq ptr %9, null
br i1 %10, label %11, label %12
11: ; preds = %2
store i32 -1, ptr %3, align 4
br label %53
12: ; preds = %2
%13 = load ptr, ptr %5, align 8
%14 = call i32 @bzero(ptr noundef %13, i32 noundef 8)
%15 = load ptr, ptr %5, align 8
%16 = load ptr, ptr %6, align 8
%17 = getelementptr inbounds %struct.hostent, ptr %16, i32 0, i32 1
%18 = load i32, ptr %17, align 4
%19 = load ptr, ptr %6, align 8
%20 = getelementptr inbounds %struct.hostent, ptr %19, i32 0, i32 0
%21 = load i32, ptr %20, align 4
%22 = call i32 @memcpy(ptr noundef %15, i32 noundef %18, i32 noundef %21)
%23 = load ptr, ptr %5, align 8
%24 = getelementptr inbounds %struct.in_addr, ptr %23, i32 0, i32 0
%25 = load i64, ptr %24, align 8
%26 = load i64, ptr @INADDR_ANY, align 8
%27 = icmp eq i64 %25, %26
br i1 %27, label %34, label %28
28: ; preds = %12
%29 = load ptr, ptr %5, align 8
%30 = getelementptr inbounds %struct.in_addr, ptr %29, i32 0, i32 0
%31 = load i64, ptr %30, align 8
%32 = load i64, ptr @INADDR_NONE, align 8
%33 = icmp eq i64 %31, %32
br i1 %33, label %34, label %39
34: ; preds = %28, %12
%35 = load ptr, ptr %4, align 8
%36 = call i64 @inet_addr(ptr noundef %35)
%37 = load ptr, ptr %5, align 8
%38 = getelementptr inbounds %struct.in_addr, ptr %37, i32 0, i32 0
store i64 %36, ptr %38, align 8
br label %39
39: ; preds = %34, %28
%40 = load ptr, ptr %5, align 8
%41 = getelementptr inbounds %struct.in_addr, ptr %40, i32 0, i32 0
%42 = load i64, ptr %41, align 8
%43 = load i64, ptr @INADDR_ANY, align 8
%44 = icmp eq i64 %42, %43
br i1 %44, label %51, label %45
45: ; preds = %39
%46 = load ptr, ptr %5, align 8
%47 = getelementptr inbounds %struct.in_addr, ptr %46, i32 0, i32 0
%48 = load i64, ptr %47, align 8
%49 = load i64, ptr @INADDR_NONE, align 8
%50 = icmp eq i64 %48, %49
br i1 %50, label %51, label %52
51: ; preds = %45, %39
store i32 -1, ptr %3, align 4
br label %53
52: ; preds = %45
store i32 1, ptr %3, align 4
br label %53
53: ; preds = %52, %51, %11
%54 = load i32, ptr %3, align 4
ret i32 %54
}
declare ptr @gethostbyname(ptr noundef) #1
declare i32 @bzero(ptr noundef, i32 noundef) #1
declare i32 @memcpy(ptr noundef, i32 noundef, i32 noundef) #1
declare i64 @inet_addr(ptr noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
|
; ModuleID = '/tmp/tmprrnjsehp.c'
source_filename = "/tmp/tmprrnjsehp.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local signext i8 @ll_calculate_bcc(ptr noundef %0, i64 noundef %1) #0 {
%3 = alloca ptr, align 8
%4 = alloca i64, align 8
%5 = alloca i8, align 1
%6 = alloca i64, align 8
store ptr %0, ptr %3, align 8
store i64 %1, ptr %4, align 8
store i8 0, ptr %5, align 1
store i64 0, ptr %6, align 8
br label %7
7: ; preds = %21, %2
%8 = load i64, ptr %6, 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 %3, align 8
%13 = load i64, ptr %6, align 8
%14 = getelementptr inbounds i8, ptr %12, i64 %13
%15 = load i8, ptr %14, align 1
%16 = sext i8 %15 to i32
%17 = load i8, ptr %5, align 1
%18 = sext i8 %17 to i32
%19 = xor i32 %18, %16
%20 = trunc i32 %19 to i8
store i8 %20, ptr %5, align 1
br label %21
21: ; preds = %11
%22 = load i64, ptr %6, align 8
%23 = add i64 %22, 1
store i64 %23, ptr %6, align 8
br label %7, !llvm.loop !6
24: ; preds = %7
%25 = load i8, ptr %5, align 1
ret i8 %25
}
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 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/tmprrnjsehp.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local signext i8 @ll_calculate_bcc(ptr noundef %0, i64 noundef %1) #0 {
%3 = alloca ptr, align 8
%4 = alloca i64, align 8
%5 = alloca i8, align 1
%6 = alloca i64, align 8
store ptr %0, ptr %3, align 8
store i64 %1, ptr %4, align 8
store i8 0, ptr %5, align 1
store i64 0, ptr %6, align 8
%7 = load i64, ptr %6, 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 = %2
br label %10
10: ; preds = %.lr.ph, %20
%11 = load ptr, ptr %3, align 8
%12 = load i64, ptr %6, align 8
%13 = getelementptr inbounds i8, ptr %11, i64 %12
%14 = load i8, ptr %13, align 1
%15 = sext i8 %14 to i32
%16 = load i8, ptr %5, align 1
%17 = sext i8 %16 to i32
%18 = xor i32 %17, %15
%19 = trunc i32 %18 to i8
store i8 %19, ptr %5, align 1
br label %20
20: ; preds = %10
%21 = load i64, ptr %6, align 8
%22 = add i64 %21, 1
store i64 %22, ptr %6, align 8
%23 = load i64, ptr %6, 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, %2
%27 = load i8, ptr %5, align 1
ret i8 %27
}
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 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/tmp1usaxpu7.c'
source_filename = "/tmp/tmp1usaxpu7.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @openssl_d2i_EC_PUBKEY(ptr noundef %0, i64 noundef %1, ptr noundef %2) #0 {
%4 = alloca ptr, align 8
%5 = alloca ptr, align 8
%6 = alloca i64, align 8
%7 = alloca ptr, align 8
%8 = alloca ptr, align 8
store ptr %0, ptr %5, align 8
store i64 %1, ptr %6, align 8
store ptr %2, ptr %7, align 8
%9 = load i64, ptr %6, align 8
%10 = call ptr @d2i_EC_PUBKEY(ptr noundef null, ptr noundef %5, i64 noundef %9)
store ptr %10, ptr %8, align 8
%11 = load ptr, ptr %8, align 8
%12 = icmp ne ptr %11, null
br i1 %12, label %13, label %16
13: ; preds = %3
%14 = load ptr, ptr %7, align 8
store i64 0, ptr %14, align 8
%15 = load ptr, ptr %8, align 8
store ptr %15, ptr %4, align 8
br label %19
16: ; preds = %3
%17 = call i64 (...) @ERR_get_error()
%18 = load ptr, ptr %7, align 8
store i64 %17, ptr %18, align 8
store ptr null, ptr %4, align 8
br label %19
19: ; preds = %16, %13
%20 = load ptr, ptr %4, align 8
ret ptr %20
}
declare ptr @d2i_EC_PUBKEY(ptr noundef, ptr noundef, i64 noundef) #1
declare i64 @ERR_get_error(...) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmp1usaxpu7.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @openssl_d2i_EC_PUBKEY(ptr noundef %0, i64 noundef %1, ptr noundef %2) #0 {
%4 = alloca ptr, align 8
%5 = alloca ptr, align 8
%6 = alloca i64, align 8
%7 = alloca ptr, align 8
%8 = alloca ptr, align 8
store ptr %0, ptr %5, align 8
store i64 %1, ptr %6, align 8
store ptr %2, ptr %7, align 8
%9 = load i64, ptr %6, align 8
%10 = call ptr @d2i_EC_PUBKEY(ptr noundef null, ptr noundef %5, i64 noundef %9)
store ptr %10, ptr %8, align 8
%11 = load ptr, ptr %8, align 8
%12 = icmp ne ptr %11, null
br i1 %12, label %13, label %16
13: ; preds = %3
%14 = load ptr, ptr %7, align 8
store i64 0, ptr %14, align 8
%15 = load ptr, ptr %8, align 8
store ptr %15, ptr %4, align 8
br label %19
16: ; preds = %3
%17 = call i64 (...) @ERR_get_error()
%18 = load ptr, ptr %7, align 8
store i64 %17, ptr %18, align 8
store ptr null, ptr %4, align 8
br label %19
19: ; preds = %16, %13
%20 = load ptr, ptr %4, align 8
ret ptr %20
}
declare ptr @d2i_EC_PUBKEY(ptr noundef, ptr noundef, i64 noundef) #1
declare i64 @ERR_get_error(...) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
|
; ModuleID = '/tmp/tmp4l7yuewo.c'
source_filename = "/tmp/tmp4l7yuewo.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @shr_arith(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 i32, align 4
store i32 %0, ptr %4, align 4
store i32 %1, ptr %5, align 4
%8 = load i32, ptr %4, align 4
%9 = load i32, ptr %5, align 4
%10 = lshr i32 %8, %9
store i32 %10, ptr %6, align 4
%11 = load i32, ptr %5, align 4
%12 = icmp eq i32 %11, 64
br i1 %12, label %13, label %14
13: ; preds = %2
store i32 0, ptr %3, align 4
br label %30
14: ; preds = %2
%15 = load i32, ptr %4, align 4
%16 = zext i32 %15 to i64
%17 = and i64 %16, -9223372036854775808
%18 = icmp ne i64 %17, 0
br i1 %18, label %19, label %28
19: ; preds = %14
%20 = load i32, ptr %5, align 4
%21 = sub i32 64, %20
%22 = call i32 @shl(i32 noundef 1, i32 noundef %21)
%23 = sub nsw i32 %22, 1
%24 = xor i32 %23, -1
store i32 %24, ptr %7, align 4
%25 = load i32, ptr %6, align 4
%26 = load i32, ptr %7, align 4
%27 = or i32 %25, %26
store i32 %27, ptr %6, align 4
br label %28
28: ; preds = %19, %14
%29 = load i32, ptr %6, align 4
store i32 %29, ptr %3, align 4
br label %30
30: ; preds = %28, %13
%31 = load i32, ptr %3, align 4
ret i32 %31
}
declare i32 @shl(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/tmp4l7yuewo.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @shr_arith(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 i32, align 4
store i32 %0, ptr %4, align 4
store i32 %1, ptr %5, align 4
%8 = load i32, ptr %4, align 4
%9 = load i32, ptr %5, align 4
%10 = lshr i32 %8, %9
store i32 %10, ptr %6, align 4
%11 = load i32, ptr %5, align 4
%12 = icmp eq i32 %11, 64
br i1 %12, label %13, label %14
13: ; preds = %2
store i32 0, ptr %3, align 4
br label %30
14: ; preds = %2
%15 = load i32, ptr %4, align 4
%16 = zext i32 %15 to i64
%17 = and i64 %16, -9223372036854775808
%18 = icmp ne i64 %17, 0
br i1 %18, label %19, label %28
19: ; preds = %14
%20 = load i32, ptr %5, align 4
%21 = sub i32 64, %20
%22 = call i32 @shl(i32 noundef 1, i32 noundef %21)
%23 = sub nsw i32 %22, 1
%24 = xor i32 %23, -1
store i32 %24, ptr %7, align 4
%25 = load i32, ptr %6, align 4
%26 = load i32, ptr %7, align 4
%27 = or i32 %25, %26
store i32 %27, ptr %6, align 4
br label %28
28: ; preds = %19, %14
%29 = load i32, ptr %6, align 4
store i32 %29, ptr %3, align 4
br label %30
30: ; preds = %28, %13
%31 = load i32, ptr %3, align 4
ret i32 %31
}
declare i32 @shl(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/tmpfjsb6z7y.c'
source_filename = "/tmp/tmpfjsb6z7y.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@.str = private unnamed_addr constant [29 x i8] c"enter hour:minutes:seconds: \00", align 1
@.str.1 = private unnamed_addr constant [9 x i8] c"%i:%i:%i\00", align 1
@.str.2 = private unnamed_addr constant [10 x i8] c"%i:%i:%i\0A\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @main() #0 {
%1 = alloca i32, align 4
%2 = alloca i32, align 4
%3 = alloca i32, align 4
%4 = alloca i32, align 4
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 %2, ptr noundef %3, ptr noundef %4)
%7 = load i32, ptr %2, align 4
%8 = load i32, ptr %3, align 4
%9 = load i32, ptr %4, align 4
%10 = call i32 (ptr, ...) @printf(ptr noundef @.str.2, i32 noundef %7, i32 noundef %8, i32 noundef %9)
ret i32 0
}
declare i32 @printf(ptr noundef, ...) #1
declare i32 @scanf(ptr noundef, ptr noundef, ptr noundef, ptr noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmpfjsb6z7y.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@.str = private unnamed_addr constant [29 x i8] c"enter hour:minutes:seconds: \00", align 1
@.str.1 = private unnamed_addr constant [9 x i8] c"%i:%i:%i\00", align 1
@.str.2 = private unnamed_addr constant [10 x i8] c"%i:%i:%i\0A\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @main() #0 {
%1 = alloca i32, align 4
%2 = alloca i32, align 4
%3 = alloca i32, align 4
%4 = alloca i32, align 4
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 %2, ptr noundef %3, ptr noundef %4)
%7 = load i32, ptr %2, align 4
%8 = load i32, ptr %3, align 4
%9 = load i32, ptr %4, align 4
%10 = call i32 (ptr, ...) @printf(ptr noundef @.str.2, i32 noundef %7, i32 noundef %8, i32 noundef %9)
ret i32 0
}
declare i32 @printf(ptr noundef, ...) #1
declare i32 @scanf(ptr noundef, ptr noundef, ptr noundef, ptr noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
|
; ModuleID = '/tmp/tmp182rrqg0.c'
source_filename = "/tmp/tmp182rrqg0.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@EXTENDED_KEY_USAGE_it = dso_local global i32 0, align 4
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @i2d_EXTENDED_KEY_USAGE(ptr noundef %0, ptr noundef %1) #0 {
%3 = alloca ptr, align 8
%4 = alloca ptr, align 8
store ptr %0, ptr %3, align 8
store ptr %1, ptr %4, align 8
%5 = load ptr, ptr %3, align 8
%6 = load ptr, ptr %4, align 8
%7 = call i32 @ASN1_item_i2d(ptr noundef %5, ptr noundef %6, ptr noundef @EXTENDED_KEY_USAGE_it)
ret i32 %7
}
declare i32 @ASN1_item_i2d(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/tmp182rrqg0.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@EXTENDED_KEY_USAGE_it = dso_local global i32 0, align 4
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @i2d_EXTENDED_KEY_USAGE(ptr noundef %0, ptr noundef %1) #0 {
%3 = alloca ptr, align 8
%4 = alloca ptr, align 8
store ptr %0, ptr %3, align 8
store ptr %1, ptr %4, align 8
%5 = load ptr, ptr %3, align 8
%6 = load ptr, ptr %4, align 8
%7 = call i32 @ASN1_item_i2d(ptr noundef %5, ptr noundef %6, ptr noundef @EXTENDED_KEY_USAGE_it)
ret i32 %7
}
declare i32 @ASN1_item_i2d(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/tmphq01f0ey.c'
source_filename = "/tmp/tmphq01f0ey.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local void @ft_putnbr_fd(i32 noundef %0, i32 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 %1, ptr %4, align 4
%6 = load i32, ptr %3, align 4
%7 = call ptr @ft_itoa(i32 noundef %6)
store ptr %7, ptr %5, align 8
%8 = load ptr, ptr %5, align 8
%9 = load i32, ptr %4, align 4
%10 = call i32 @ft_putstr_fd(ptr noundef %8, i32 noundef %9)
ret void
}
declare ptr @ft_itoa(i32 noundef) #1
declare i32 @ft_putstr_fd(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/tmphq01f0ey.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local void @ft_putnbr_fd(i32 noundef %0, i32 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 %1, ptr %4, align 4
%6 = load i32, ptr %3, align 4
%7 = call ptr @ft_itoa(i32 noundef %6)
store ptr %7, ptr %5, align 8
%8 = load ptr, ptr %5, align 8
%9 = load i32, ptr %4, align 4
%10 = call i32 @ft_putstr_fd(ptr noundef %8, i32 noundef %9)
ret void
}
declare ptr @ft_itoa(i32 noundef) #1
declare i32 @ft_putstr_fd(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/tmpyefj3x8s.c'
source_filename = "/tmp/tmpyefj3x8s.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @GETUID() #0 {
%1 = call i64 (...) @getuid()
ret i64 %1
}
declare i64 @getuid(...) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmpyefj3x8s.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @GETUID() #0 {
%1 = call i64 (...) @getuid()
ret i64 %1
}
declare i64 @getuid(...) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
|
; ModuleID = '/tmp/tmpxyr9a47h.c'
source_filename = "/tmp/tmpxyr9a47h.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-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"%d %lld %f\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @CheckSimple() #0 {
%1 = alloca ptr, align 8
store ptr @.str, ptr %1, align 8
%2 = load ptr, ptr %1, align 8
%3 = call i32 @printf(ptr noundef %2, i32 noundef 1, i64 noundef 2, double noundef 3.000000e+00)
ret i32 0
}
declare i32 @printf(ptr noundef, i32 noundef, i64 noundef, double noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmpxyr9a47h.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-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"%d %lld %f\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @CheckSimple() #0 {
%1 = alloca ptr, align 8
store ptr @.str, ptr %1, align 8
%2 = load ptr, ptr %1, align 8
%3 = call i32 @printf(ptr noundef %2, i32 noundef 1, i64 noundef 2, double noundef 3.000000e+00)
ret i32 0
}
declare i32 @printf(ptr noundef, i32 noundef, i64 noundef, double noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
|
; ModuleID = '/tmp/tmp6jzp4z1h.c'
source_filename = "/tmp/tmp6jzp4z1h.c"
target datalayout = "e-m:e-p270: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_2__ = type { i64 }
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i64 @get_XKeyPressedEvent_time(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_2__, ptr %3, i32 0, i32 0
%5 = load i64, ptr %4, align 8
ret i64 %5
}
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmp6jzp4z1h.c"
target datalayout = "e-m:e-p270: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_2__ = type { i64 }
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i64 @get_XKeyPressedEvent_time(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_2__, ptr %3, i32 0, i32 0
%5 = load i64, ptr %4, align 8
ret i64 %5
}
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
|
; ModuleID = '/tmp/tmpp2a9pewq.c'
source_filename = "/tmp/tmpp2a9pewq.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@.str = private unnamed_addr constant [33 x i8] c"Root must be bracketed in zbrent\00", align 1
@.str.1 = private unnamed_addr constant [48 x i8] c"Maximum number of iterations exceeded in zbrent\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local float @zbrent(ptr noundef %0, float noundef %1, float noundef %2, float noundef %3) #0 {
%5 = alloca float, align 4
%6 = alloca ptr, align 8
%7 = alloca float, align 4
%8 = alloca float, align 4
%9 = alloca float, align 4
%10 = alloca i32, align 4
%11 = alloca float, align 4
%12 = alloca float, align 4
%13 = alloca float, align 4
%14 = alloca float, align 4
%15 = alloca float, align 4
%16 = alloca float, align 4
%17 = alloca float, align 4
%18 = alloca float, align 4
%19 = alloca float, align 4
%20 = alloca float, align 4
%21 = alloca float, align 4
%22 = alloca float, align 4
%23 = alloca float, align 4
%24 = alloca float, align 4
%25 = alloca float, align 4
%26 = alloca float, align 4
store ptr %0, ptr %6, align 8
store float %1, ptr %7, align 4
store float %2, ptr %8, align 4
store float %3, ptr %9, align 4
%27 = load float, ptr %7, align 4
store float %27, ptr %11, align 4
%28 = load float, ptr %8, align 4
store float %28, ptr %12, align 4
%29 = load float, ptr %8, align 4
store float %29, ptr %13, align 4
%30 = load ptr, ptr %6, align 8
%31 = load float, ptr %11, align 4
%32 = call float %30(float noundef %31)
store float %32, ptr %18, align 4
%33 = load ptr, ptr %6, align 8
%34 = load float, ptr %12, align 4
%35 = call float %33(float noundef %34)
store float %35, ptr %19, align 4
%36 = load float, ptr %18, align 4
%37 = fpext float %36 to double
%38 = fcmp ogt double %37, 0.000000e+00
br i1 %38, label %39, label %43
39: ; preds = %4
%40 = load float, ptr %19, align 4
%41 = fpext float %40 to double
%42 = fcmp ogt double %41, 0.000000e+00
br i1 %42, label %51, label %43
43: ; preds = %39, %4
%44 = load float, ptr %18, align 4
%45 = fpext float %44 to double
%46 = fcmp olt double %45, 0.000000e+00
br i1 %46, label %47, label %53
47: ; preds = %43
%48 = load float, ptr %19, align 4
%49 = fpext float %48 to double
%50 = fcmp olt double %49, 0.000000e+00
br i1 %50, label %51, label %53
51: ; preds = %47, %39
%52 = call i32 @nrerror(ptr noundef @.str)
br label %53
53: ; preds = %51, %47, %43
%54 = load float, ptr %19, align 4
store float %54, ptr %20, align 4
store i32 1, ptr %10, align 4
br label %55
55: ; preds = %274, %53
%56 = load i32, ptr %10, align 4
%57 = icmp sle i32 %56, 100
br i1 %57, label %58, label %277
58: ; preds = %55
%59 = load float, ptr %19, align 4
%60 = fpext float %59 to double
%61 = fcmp ogt double %60, 0.000000e+00
br i1 %61, label %62, label %66
62: ; preds = %58
%63 = load float, ptr %20, align 4
%64 = fpext float %63 to double
%65 = fcmp ogt double %64, 0.000000e+00
br i1 %65, label %74, label %66
66: ; preds = %62, %58
%67 = load float, ptr %19, align 4
%68 = fpext float %67 to double
%69 = fcmp olt double %68, 0.000000e+00
br i1 %69, label %70, label %80
70: ; preds = %66
%71 = load float, ptr %20, align 4
%72 = fpext float %71 to double
%73 = fcmp olt double %72, 0.000000e+00
br i1 %73, label %74, label %80
74: ; preds = %70, %62
%75 = load float, ptr %11, align 4
store float %75, ptr %13, align 4
%76 = load float, ptr %18, align 4
store float %76, ptr %20, align 4
%77 = load float, ptr %12, align 4
%78 = load float, ptr %11, align 4
%79 = fsub float %77, %78
store float %79, ptr %14, align 4
store float %79, ptr %15, align 4
br label %80
80: ; preds = %74, %70, %66
%81 = load float, ptr %20, align 4
%82 = call float @fabs(float noundef %81)
%83 = load float, ptr %19, align 4
%84 = call float @fabs(float noundef %83)
%85 = fcmp olt float %82, %84
br i1 %85, label %86, label %93
86: ; preds = %80
%87 = load float, ptr %12, align 4
store float %87, ptr %11, align 4
%88 = load float, ptr %13, align 4
store float %88, ptr %12, align 4
%89 = load float, ptr %11, align 4
store float %89, ptr %13, align 4
%90 = load float, ptr %19, align 4
store float %90, ptr %18, align 4
%91 = load float, ptr %20, align 4
store float %91, ptr %19, align 4
%92 = load float, ptr %18, align 4
store float %92, ptr %20, align 4
br label %93
93: ; preds = %86, %80
%94 = load float, ptr %12, align 4
%95 = call float @fabs(float noundef %94)
%96 = fpext float %95 to double
%97 = load float, ptr %9, align 4
%98 = fpext float %97 to double
%99 = fmul double 5.000000e-01, %98
%100 = call double @llvm.fmuladd.f64(double 6.000000e-08, double %96, double %99)
%101 = fptrunc double %100 to float
store float %101, ptr %25, align 4
%102 = load float, ptr %13, align 4
%103 = load float, ptr %12, align 4
%104 = fsub float %102, %103
%105 = fpext float %104 to double
%106 = fmul double 5.000000e-01, %105
%107 = fptrunc double %106 to float
store float %107, ptr %26, align 4
%108 = load float, ptr %26, align 4
%109 = call float @fabs(float noundef %108)
%110 = load float, ptr %25, align 4
%111 = fcmp ole float %109, %110
br i1 %111, label %116, label %112
112: ; preds = %93
%113 = load float, ptr %19, align 4
%114 = fpext float %113 to double
%115 = fcmp oeq double %114, 0.000000e+00
br i1 %115, label %116, label %118
116: ; preds = %112, %93
%117 = load float, ptr %12, align 4
store float %117, ptr %5, align 4
br label %279
118: ; preds = %112
%119 = load float, ptr %15, align 4
%120 = call float @fabs(float noundef %119)
%121 = load float, ptr %25, align 4
%122 = fcmp oge float %120, %121
br i1 %122, label %123, label %241
123: ; preds = %118
%124 = load float, ptr %18, align 4
%125 = call float @fabs(float noundef %124)
%126 = load float, ptr %19, align 4
%127 = call float @fabs(float noundef %126)
%128 = fcmp ogt float %125, %127
br i1 %128, label %129, label %241
129: ; preds = %123
%130 = load float, ptr %19, align 4
%131 = load float, ptr %18, align 4
%132 = fdiv float %130, %131
store float %132, ptr %24, align 4
%133 = load float, ptr %11, align 4
%134 = load float, ptr %13, align 4
%135 = fcmp oeq float %133, %134
br i1 %135, label %136, label %148
136: ; preds = %129
%137 = load float, ptr %26, align 4
%138 = fpext float %137 to double
%139 = fmul double 2.000000e+00, %138
%140 = load float, ptr %24, align 4
%141 = fpext float %140 to double
%142 = fmul double %139, %141
%143 = fptrunc double %142 to float
store float %143, ptr %21, align 4
%144 = load float, ptr %24, align 4
%145 = fpext float %144 to double
%146 = fsub double 1.000000e+00, %145
%147 = fptrunc double %146 to float
store float %147, ptr %22, align 4
br label %191
148: ; preds = %129
%149 = load float, ptr %18, align 4
%150 = load float, ptr %20, align 4
%151 = fdiv float %149, %150
store float %151, ptr %22, align 4
%152 = load float, ptr %19, align 4
%153 = load float, ptr %20, align 4
%154 = fdiv float %152, %153
store float %154, ptr %23, align 4
%155 = load float, ptr %24, align 4
%156 = fpext float %155 to double
%157 = load float, ptr %26, align 4
%158 = fpext float %157 to double
%159 = fmul double 2.000000e+00, %158
%160 = load float, ptr %22, align 4
%161 = fpext float %160 to double
%162 = fmul double %159, %161
%163 = load float, ptr %22, align 4
%164 = load float, ptr %23, align 4
%165 = fsub float %163, %164
%166 = fpext float %165 to double
%167 = load float, ptr %12, align 4
%168 = load float, ptr %11, align 4
%169 = fsub float %167, %168
%170 = fpext float %169 to double
%171 = load float, ptr %23, align 4
%172 = fpext float %171 to double
%173 = fsub double %172, 1.000000e+00
%174 = fmul double %170, %173
%175 = fneg double %174
%176 = call double @llvm.fmuladd.f64(double %162, double %166, double %175)
%177 = fmul double %156, %176
%178 = fptrunc double %177 to float
store float %178, ptr %21, align 4
%179 = load float, ptr %22, align 4
%180 = fpext float %179 to double
%181 = fsub double %180, 1.000000e+00
%182 = load float, ptr %23, align 4
%183 = fpext float %182 to double
%184 = fsub double %183, 1.000000e+00
%185 = fmul double %181, %184
%186 = load float, ptr %24, align 4
%187 = fpext float %186 to double
%188 = fsub double %187, 1.000000e+00
%189 = fmul double %185, %188
%190 = fptrunc double %189 to float
store float %190, ptr %22, align 4
br label %191
191: ; preds = %148, %136
%192 = load float, ptr %21, align 4
%193 = fpext float %192 to double
%194 = fcmp ogt double %193, 0.000000e+00
br i1 %194, label %195, label %198
195: ; preds = %191
%196 = load float, ptr %22, align 4
%197 = fneg float %196
store float %197, ptr %22, align 4
br label %198
198: ; preds = %195, %191
%199 = load float, ptr %21, align 4
%200 = call float @fabs(float noundef %199)
store float %200, ptr %21, align 4
%201 = load float, ptr %26, align 4
%202 = fpext float %201 to double
%203 = fmul double 3.000000e+00, %202
%204 = load float, ptr %22, align 4
%205 = fpext float %204 to double
%206 = load float, ptr %25, align 4
%207 = load float, ptr %22, align 4
%208 = fmul float %206, %207
%209 = call float @fabs(float noundef %208)
%210 = fpext float %209 to double
%211 = fneg double %210
%212 = call double @llvm.fmuladd.f64(double %203, double %205, double %211)
%213 = fptrunc double %212 to float
store float %213, ptr %16, align 4
%214 = load float, ptr %15, align 4
%215 = load float, ptr %22, align 4
%216 = fmul float %214, %215
%217 = call float @fabs(float noundef %216)
store float %217, ptr %17, align 4
%218 = load float, ptr %21, align 4
%219 = fpext float %218 to double
%220 = fmul double 2.000000e+00, %219
%221 = load float, ptr %16, align 4
%222 = load float, ptr %17, align 4
%223 = fcmp olt float %221, %222
br i1 %223, label %224, label %226
224: ; preds = %198
%225 = load float, ptr %16, align 4
br label %228
226: ; preds = %198
%227 = load float, ptr %17, align 4
br label %228
228: ; preds = %226, %224
%229 = phi float [ %225, %224 ], [ %227, %226 ]
%230 = fpext float %229 to double
%231 = fcmp olt double %220, %230
br i1 %231, label %232, label %237
232: ; preds = %228
%233 = load float, ptr %14, align 4
store float %233, ptr %15, align 4
%234 = load float, ptr %21, align 4
%235 = load float, ptr %22, align 4
%236 = fdiv float %234, %235
store float %236, ptr %14, align 4
br label %240
237: ; preds = %228
%238 = load float, ptr %26, align 4
store float %238, ptr %14, align 4
%239 = load float, ptr %14, align 4
store float %239, ptr %15, align 4
br label %240
240: ; preds = %237, %232
br label %244
241: ; preds = %123, %118
%242 = load float, ptr %26, align 4
store float %242, ptr %14, align 4
%243 = load float, ptr %14, align 4
store float %243, ptr %15, align 4
br label %244
244: ; preds = %241, %240
%245 = load float, ptr %12, align 4
store float %245, ptr %11, align 4
%246 = load float, ptr %19, align 4
store float %246, ptr %18, align 4
%247 = load float, ptr %14, align 4
%248 = call float @fabs(float noundef %247)
%249 = load float, ptr %25, align 4
%250 = fcmp ogt float %248, %249
br i1 %250, label %251, label %255
251: ; preds = %244
%252 = load float, ptr %14, align 4
%253 = load float, ptr %12, align 4
%254 = fadd float %253, %252
store float %254, ptr %12, align 4
br label %270
255: ; preds = %244
%256 = load float, ptr %26, align 4
%257 = fpext float %256 to double
%258 = fcmp oge double %257, 0.000000e+00
br i1 %258, label %259, label %262
259: ; preds = %255
%260 = load float, ptr %25, align 4
%261 = call float @fabs(float noundef %260)
br label %266
262: ; preds = %255
%263 = load float, ptr %25, align 4
%264 = call float @fabs(float noundef %263)
%265 = fneg float %264
br label %266
266: ; preds = %262, %259
%267 = phi float [ %261, %259 ], [ %265, %262 ]
%268 = load float, ptr %12, align 4
%269 = fadd float %268, %267
store float %269, ptr %12, align 4
br label %270
270: ; preds = %266, %251
%271 = load ptr, ptr %6, align 8
%272 = load float, ptr %12, align 4
%273 = call float %271(float noundef %272)
store float %273, ptr %19, align 4
br label %274
274: ; preds = %270
%275 = load i32, ptr %10, align 4
%276 = add nsw i32 %275, 1
store i32 %276, ptr %10, align 4
br label %55, !llvm.loop !6
277: ; preds = %55
%278 = call i32 @nrerror(ptr noundef @.str.1)
store float 0.000000e+00, ptr %5, align 4
br label %279
279: ; preds = %277, %116
%280 = load float, ptr %5, align 4
ret float %280
}
declare i32 @nrerror(ptr noundef) #1
declare float @fabs(float noundef) #1
; Function Attrs: nocallback nofree nosync nounwind speculatable willreturn memory(none)
declare double @llvm.fmuladd.f64(double, double, double) #2
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #2 = { nocallback nofree nosync nounwind speculatable willreturn memory(none) }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
!6 = distinct !{!6, !7}
!7 = !{!"llvm.loop.mustprogress"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmpp2a9pewq.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@.str = private unnamed_addr constant [33 x i8] c"Root must be bracketed in zbrent\00", align 1
@.str.1 = private unnamed_addr constant [48 x i8] c"Maximum number of iterations exceeded in zbrent\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local float @zbrent(ptr noundef %0, float noundef %1, float noundef %2, float noundef %3) #0 {
%5 = alloca float, align 4
%6 = alloca ptr, align 8
%7 = alloca float, align 4
%8 = alloca float, align 4
%9 = alloca float, align 4
%10 = alloca i32, align 4
%11 = alloca float, align 4
%12 = alloca float, align 4
%13 = alloca float, align 4
%14 = alloca float, align 4
%15 = alloca float, align 4
%16 = alloca float, align 4
%17 = alloca float, align 4
%18 = alloca float, align 4
%19 = alloca float, align 4
%20 = alloca float, align 4
%21 = alloca float, align 4
%22 = alloca float, align 4
%23 = alloca float, align 4
%24 = alloca float, align 4
%25 = alloca float, align 4
%26 = alloca float, align 4
store ptr %0, ptr %6, align 8
store float %1, ptr %7, align 4
store float %2, ptr %8, align 4
store float %3, ptr %9, align 4
%27 = load float, ptr %7, align 4
store float %27, ptr %11, align 4
%28 = load float, ptr %8, align 4
store float %28, ptr %12, align 4
%29 = load float, ptr %8, align 4
store float %29, ptr %13, align 4
%30 = load ptr, ptr %6, align 8
%31 = load float, ptr %11, align 4
%32 = call float %30(float noundef %31)
store float %32, ptr %18, align 4
%33 = load ptr, ptr %6, align 8
%34 = load float, ptr %12, align 4
%35 = call float %33(float noundef %34)
store float %35, ptr %19, align 4
%36 = load float, ptr %18, align 4
%37 = fpext float %36 to double
%38 = fcmp ogt double %37, 0.000000e+00
br i1 %38, label %39, label %43
39: ; preds = %4
%40 = load float, ptr %19, align 4
%41 = fpext float %40 to double
%42 = fcmp ogt double %41, 0.000000e+00
br i1 %42, label %51, label %43
43: ; preds = %39, %4
%44 = load float, ptr %18, align 4
%45 = fpext float %44 to double
%46 = fcmp olt double %45, 0.000000e+00
br i1 %46, label %47, label %53
47: ; preds = %43
%48 = load float, ptr %19, align 4
%49 = fpext float %48 to double
%50 = fcmp olt double %49, 0.000000e+00
br i1 %50, label %51, label %53
51: ; preds = %47, %39
%52 = call i32 @nrerror(ptr noundef @.str)
br label %53
53: ; preds = %51, %47, %43
%54 = load float, ptr %19, align 4
store float %54, ptr %20, align 4
store i32 1, ptr %10, align 4
%55 = load i32, ptr %10, align 4
%56 = icmp sle i32 %55, 100
br i1 %56, label %.lr.ph, label %278
.lr.ph: ; preds = %53
br label %57
57: ; preds = %.lr.ph, %273
%58 = load float, ptr %19, align 4
%59 = fpext float %58 to double
%60 = fcmp ogt double %59, 0.000000e+00
br i1 %60, label %61, label %65
61: ; preds = %57
%62 = load float, ptr %20, align 4
%63 = fpext float %62 to double
%64 = fcmp ogt double %63, 0.000000e+00
br i1 %64, label %73, label %65
65: ; preds = %61, %57
%66 = load float, ptr %19, align 4
%67 = fpext float %66 to double
%68 = fcmp olt double %67, 0.000000e+00
br i1 %68, label %69, label %79
69: ; preds = %65
%70 = load float, ptr %20, align 4
%71 = fpext float %70 to double
%72 = fcmp olt double %71, 0.000000e+00
br i1 %72, label %73, label %79
73: ; preds = %69, %61
%74 = load float, ptr %11, align 4
store float %74, ptr %13, align 4
%75 = load float, ptr %18, align 4
store float %75, ptr %20, align 4
%76 = load float, ptr %12, align 4
%77 = load float, ptr %11, align 4
%78 = fsub float %76, %77
store float %78, ptr %14, align 4
store float %78, ptr %15, align 4
br label %79
79: ; preds = %73, %69, %65
%80 = load float, ptr %20, align 4
%81 = call float @fabs(float noundef %80)
%82 = load float, ptr %19, align 4
%83 = call float @fabs(float noundef %82)
%84 = fcmp olt float %81, %83
br i1 %84, label %85, label %92
85: ; preds = %79
%86 = load float, ptr %12, align 4
store float %86, ptr %11, align 4
%87 = load float, ptr %13, align 4
store float %87, ptr %12, align 4
%88 = load float, ptr %11, align 4
store float %88, ptr %13, align 4
%89 = load float, ptr %19, align 4
store float %89, ptr %18, align 4
%90 = load float, ptr %20, align 4
store float %90, ptr %19, align 4
%91 = load float, ptr %18, align 4
store float %91, ptr %20, align 4
br label %92
92: ; preds = %85, %79
%93 = load float, ptr %12, align 4
%94 = call float @fabs(float noundef %93)
%95 = fpext float %94 to double
%96 = load float, ptr %9, align 4
%97 = fpext float %96 to double
%98 = fmul double 5.000000e-01, %97
%99 = call double @llvm.fmuladd.f64(double 6.000000e-08, double %95, double %98)
%100 = fptrunc double %99 to float
store float %100, ptr %25, align 4
%101 = load float, ptr %13, align 4
%102 = load float, ptr %12, align 4
%103 = fsub float %101, %102
%104 = fpext float %103 to double
%105 = fmul double 5.000000e-01, %104
%106 = fptrunc double %105 to float
store float %106, ptr %26, align 4
%107 = load float, ptr %26, align 4
%108 = call float @fabs(float noundef %107)
%109 = load float, ptr %25, align 4
%110 = fcmp ole float %108, %109
br i1 %110, label %115, label %111
111: ; preds = %92
%112 = load float, ptr %19, align 4
%113 = fpext float %112 to double
%114 = fcmp oeq double %113, 0.000000e+00
br i1 %114, label %115, label %117
115: ; preds = %111, %92
%116 = load float, ptr %12, align 4
store float %116, ptr %5, align 4
br label %280
117: ; preds = %111
%118 = load float, ptr %15, align 4
%119 = call float @fabs(float noundef %118)
%120 = load float, ptr %25, align 4
%121 = fcmp oge float %119, %120
br i1 %121, label %122, label %240
122: ; preds = %117
%123 = load float, ptr %18, align 4
%124 = call float @fabs(float noundef %123)
%125 = load float, ptr %19, align 4
%126 = call float @fabs(float noundef %125)
%127 = fcmp ogt float %124, %126
br i1 %127, label %128, label %240
128: ; preds = %122
%129 = load float, ptr %19, align 4
%130 = load float, ptr %18, align 4
%131 = fdiv float %129, %130
store float %131, ptr %24, align 4
%132 = load float, ptr %11, align 4
%133 = load float, ptr %13, align 4
%134 = fcmp oeq float %132, %133
br i1 %134, label %135, label %147
135: ; preds = %128
%136 = load float, ptr %26, align 4
%137 = fpext float %136 to double
%138 = fmul double 2.000000e+00, %137
%139 = load float, ptr %24, align 4
%140 = fpext float %139 to double
%141 = fmul double %138, %140
%142 = fptrunc double %141 to float
store float %142, ptr %21, align 4
%143 = load float, ptr %24, align 4
%144 = fpext float %143 to double
%145 = fsub double 1.000000e+00, %144
%146 = fptrunc double %145 to float
store float %146, ptr %22, align 4
br label %190
147: ; preds = %128
%148 = load float, ptr %18, align 4
%149 = load float, ptr %20, align 4
%150 = fdiv float %148, %149
store float %150, ptr %22, align 4
%151 = load float, ptr %19, align 4
%152 = load float, ptr %20, align 4
%153 = fdiv float %151, %152
store float %153, ptr %23, align 4
%154 = load float, ptr %24, align 4
%155 = fpext float %154 to double
%156 = load float, ptr %26, align 4
%157 = fpext float %156 to double
%158 = fmul double 2.000000e+00, %157
%159 = load float, ptr %22, align 4
%160 = fpext float %159 to double
%161 = fmul double %158, %160
%162 = load float, ptr %22, align 4
%163 = load float, ptr %23, align 4
%164 = fsub float %162, %163
%165 = fpext float %164 to double
%166 = load float, ptr %12, align 4
%167 = load float, ptr %11, align 4
%168 = fsub float %166, %167
%169 = fpext float %168 to double
%170 = load float, ptr %23, align 4
%171 = fpext float %170 to double
%172 = fsub double %171, 1.000000e+00
%173 = fmul double %169, %172
%174 = fneg double %173
%175 = call double @llvm.fmuladd.f64(double %161, double %165, double %174)
%176 = fmul double %155, %175
%177 = fptrunc double %176 to float
store float %177, ptr %21, align 4
%178 = load float, ptr %22, align 4
%179 = fpext float %178 to double
%180 = fsub double %179, 1.000000e+00
%181 = load float, ptr %23, align 4
%182 = fpext float %181 to double
%183 = fsub double %182, 1.000000e+00
%184 = fmul double %180, %183
%185 = load float, ptr %24, align 4
%186 = fpext float %185 to double
%187 = fsub double %186, 1.000000e+00
%188 = fmul double %184, %187
%189 = fptrunc double %188 to float
store float %189, ptr %22, align 4
br label %190
190: ; preds = %147, %135
%191 = load float, ptr %21, align 4
%192 = fpext float %191 to double
%193 = fcmp ogt double %192, 0.000000e+00
br i1 %193, label %194, label %197
194: ; preds = %190
%195 = load float, ptr %22, align 4
%196 = fneg float %195
store float %196, ptr %22, align 4
br label %197
197: ; preds = %194, %190
%198 = load float, ptr %21, align 4
%199 = call float @fabs(float noundef %198)
store float %199, ptr %21, align 4
%200 = load float, ptr %26, align 4
%201 = fpext float %200 to double
%202 = fmul double 3.000000e+00, %201
%203 = load float, ptr %22, align 4
%204 = fpext float %203 to double
%205 = load float, ptr %25, align 4
%206 = load float, ptr %22, align 4
%207 = fmul float %205, %206
%208 = call float @fabs(float noundef %207)
%209 = fpext float %208 to double
%210 = fneg double %209
%211 = call double @llvm.fmuladd.f64(double %202, double %204, double %210)
%212 = fptrunc double %211 to float
store float %212, ptr %16, align 4
%213 = load float, ptr %15, align 4
%214 = load float, ptr %22, align 4
%215 = fmul float %213, %214
%216 = call float @fabs(float noundef %215)
store float %216, ptr %17, align 4
%217 = load float, ptr %21, align 4
%218 = fpext float %217 to double
%219 = fmul double 2.000000e+00, %218
%220 = load float, ptr %16, align 4
%221 = load float, ptr %17, align 4
%222 = fcmp olt float %220, %221
br i1 %222, label %223, label %225
223: ; preds = %197
%224 = load float, ptr %16, align 4
br label %227
225: ; preds = %197
%226 = load float, ptr %17, align 4
br label %227
227: ; preds = %225, %223
%228 = phi float [ %224, %223 ], [ %226, %225 ]
%229 = fpext float %228 to double
%230 = fcmp olt double %219, %229
br i1 %230, label %231, label %236
231: ; preds = %227
%232 = load float, ptr %14, align 4
store float %232, ptr %15, align 4
%233 = load float, ptr %21, align 4
%234 = load float, ptr %22, align 4
%235 = fdiv float %233, %234
store float %235, ptr %14, align 4
br label %239
236: ; preds = %227
%237 = load float, ptr %26, align 4
store float %237, ptr %14, align 4
%238 = load float, ptr %14, align 4
store float %238, ptr %15, align 4
br label %239
239: ; preds = %236, %231
br label %243
240: ; preds = %122, %117
%241 = load float, ptr %26, align 4
store float %241, ptr %14, align 4
%242 = load float, ptr %14, align 4
store float %242, ptr %15, align 4
br label %243
243: ; preds = %240, %239
%244 = load float, ptr %12, align 4
store float %244, ptr %11, align 4
%245 = load float, ptr %19, align 4
store float %245, ptr %18, align 4
%246 = load float, ptr %14, align 4
%247 = call float @fabs(float noundef %246)
%248 = load float, ptr %25, align 4
%249 = fcmp ogt float %247, %248
br i1 %249, label %250, label %254
250: ; preds = %243
%251 = load float, ptr %14, align 4
%252 = load float, ptr %12, align 4
%253 = fadd float %252, %251
store float %253, ptr %12, align 4
br label %269
254: ; preds = %243
%255 = load float, ptr %26, align 4
%256 = fpext float %255 to double
%257 = fcmp oge double %256, 0.000000e+00
br i1 %257, label %258, label %261
258: ; preds = %254
%259 = load float, ptr %25, align 4
%260 = call float @fabs(float noundef %259)
br label %265
261: ; preds = %254
%262 = load float, ptr %25, align 4
%263 = call float @fabs(float noundef %262)
%264 = fneg float %263
br label %265
265: ; preds = %261, %258
%266 = phi float [ %260, %258 ], [ %264, %261 ]
%267 = load float, ptr %12, align 4
%268 = fadd float %267, %266
store float %268, ptr %12, align 4
br label %269
269: ; preds = %265, %250
%270 = load ptr, ptr %6, align 8
%271 = load float, ptr %12, align 4
%272 = call float %270(float noundef %271)
store float %272, ptr %19, align 4
br label %273
273: ; preds = %269
%274 = load i32, ptr %10, align 4
%275 = add nsw i32 %274, 1
store i32 %275, ptr %10, align 4
%276 = load i32, ptr %10, align 4
%277 = icmp sle i32 %276, 100
br i1 %277, label %57, label %._crit_edge, !llvm.loop !6
._crit_edge: ; preds = %273
br label %278
278: ; preds = %._crit_edge, %53
%279 = call i32 @nrerror(ptr noundef @.str.1)
store float 0.000000e+00, ptr %5, align 4
br label %280
280: ; preds = %278, %115
%281 = load float, ptr %5, align 4
ret float %281
}
declare i32 @nrerror(ptr noundef) #1
declare float @fabs(float noundef) #1
; Function Attrs: nocallback nofree nosync nounwind speculatable willreturn memory(none)
declare double @llvm.fmuladd.f64(double, double, double) #2
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #2 = { nocallback nofree nosync nounwind speculatable willreturn memory(none) }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
!6 = distinct !{!6, !7}
!7 = !{!"llvm.loop.mustprogress"}
|
; ModuleID = '/tmp/tmp_4esjz51.c'
source_filename = "/tmp/tmp_4esjz51.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@SEEK_SET = dso_local global i32 0, align 4
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @compute_crc32(i32 noundef %0, ptr noundef %1, i64 noundef %2, i64 noundef %3) #0 {
%5 = alloca i32, align 4
%6 = alloca ptr, align 8
%7 = alloca i64, align 8
%8 = alloca i64, align 8
%9 = alloca [1024 x i32], align 16
%10 = alloca i64, align 8
store i32 %0, ptr %5, align 4
store ptr %1, ptr %6, align 8
store i64 %2, ptr %7, align 8
store i64 %3, ptr %8, align 8
%11 = load ptr, ptr %6, align 8
%12 = load i64, ptr %7, align 8
%13 = load i32, ptr @SEEK_SET, align 4
%14 = call i32 @fseek(ptr noundef %11, i64 noundef %12, i32 noundef %13)
br label %15
15: ; preds = %31, %4
%16 = load ptr, ptr %6, align 8
%17 = icmp ne ptr %16, null
br i1 %17, label %18, label %29
18: ; preds = %15
%19 = load ptr, ptr %6, align 8
%20 = call i32 @feof(ptr noundef %19)
%21 = icmp ne i32 %20, 0
br i1 %21, label %29, label %22
22: ; preds = %18
%23 = load ptr, ptr %6, align 8
%24 = call i32 @ferror(ptr noundef %23)
%25 = icmp ne i32 %24, 0
br i1 %25, label %29, label %26
26: ; preds = %22
%27 = load i64, ptr %8, align 8
%28 = icmp uge i64 %27, 4096
br label %29
29: ; preds = %26, %22, %18, %15
%30 = phi i1 [ false, %22 ], [ false, %18 ], [ false, %15 ], [ %28, %26 ]
br i1 %30, label %31, label %42
31: ; preds = %29
%32 = getelementptr inbounds [1024 x i32], ptr %9, i64 0, i64 0
%33 = load ptr, ptr %6, align 8
%34 = call i64 @fread(ptr noundef %32, i32 noundef 4, i64 noundef 4096, ptr noundef %33)
store i64 %34, ptr %10, align 8
%35 = load i32, ptr %5, align 4
%36 = getelementptr inbounds [1024 x i32], ptr %9, i64 0, i64 0
%37 = load i64, ptr %10, align 8
%38 = call i32 @crc32(i32 noundef %35, ptr noundef %36, i64 noundef %37)
store i32 %38, ptr %5, align 4
%39 = load i64, ptr %8, align 8
%40 = load i64, ptr %10, align 8
%41 = sub i64 %39, %40
store i64 %41, ptr %8, align 8
br label %15, !llvm.loop !6
42: ; preds = %29
%43 = load ptr, ptr %6, align 8
%44 = icmp ne ptr %43, null
br i1 %44, label %45, label %65
45: ; preds = %42
%46 = load ptr, ptr %6, align 8
%47 = call i32 @feof(ptr noundef %46)
%48 = icmp ne i32 %47, 0
br i1 %48, label %65, label %49
49: ; preds = %45
%50 = load ptr, ptr %6, align 8
%51 = call i32 @ferror(ptr noundef %50)
%52 = icmp ne i32 %51, 0
br i1 %52, label %65, label %53
53: ; preds = %49
%54 = load i64, ptr %8, align 8
%55 = icmp ugt i64 %54, 0
br i1 %55, label %56, label %65
56: ; preds = %53
%57 = getelementptr inbounds [1024 x i32], ptr %9, i64 0, i64 0
%58 = load i64, ptr %8, align 8
%59 = load ptr, ptr %6, align 8
%60 = call i64 @fread(ptr noundef %57, i32 noundef 4, i64 noundef %58, ptr noundef %59)
store i64 %60, ptr %10, align 8
%61 = load i32, ptr %5, align 4
%62 = getelementptr inbounds [1024 x i32], ptr %9, i64 0, i64 0
%63 = load i64, ptr %10, align 8
%64 = call i32 @crc32(i32 noundef %61, ptr noundef %62, i64 noundef %63)
store i32 %64, ptr %5, align 4
br label %65
65: ; preds = %56, %53, %49, %45, %42
%66 = load i32, ptr %5, align 4
ret i32 %66
}
declare i32 @fseek(ptr noundef, i64 noundef, i32 noundef) #1
declare i32 @feof(ptr noundef) #1
declare i32 @ferror(ptr noundef) #1
declare i64 @fread(ptr noundef, i32 noundef, i64 noundef, ptr noundef) #1
declare i32 @crc32(i32 noundef, ptr noundef, i64 noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
!6 = distinct !{!6, !7}
!7 = !{!"llvm.loop.mustprogress"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmp_4esjz51.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@SEEK_SET = dso_local global i32 0, align 4
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @compute_crc32(i32 noundef %0, ptr noundef %1, i64 noundef %2, i64 noundef %3) #0 {
%5 = alloca i32, align 4
%6 = alloca ptr, align 8
%7 = alloca i64, align 8
%8 = alloca i64, align 8
%9 = alloca [1024 x i32], align 16
%10 = alloca i64, align 8
store i32 %0, ptr %5, align 4
store ptr %1, ptr %6, align 8
store i64 %2, ptr %7, align 8
store i64 %3, ptr %8, align 8
%11 = load ptr, ptr %6, align 8
%12 = load i64, ptr %7, align 8
%13 = load i32, ptr @SEEK_SET, align 4
%14 = call i32 @fseek(ptr noundef %11, i64 noundef %12, i32 noundef %13)
br label %15
15: ; preds = %31, %4
%16 = load ptr, ptr %6, align 8
%17 = icmp ne ptr %16, null
br i1 %17, label %18, label %29
18: ; preds = %15
%19 = load ptr, ptr %6, align 8
%20 = call i32 @feof(ptr noundef %19)
%21 = icmp ne i32 %20, 0
br i1 %21, label %29, label %22
22: ; preds = %18
%23 = load ptr, ptr %6, align 8
%24 = call i32 @ferror(ptr noundef %23)
%25 = icmp ne i32 %24, 0
br i1 %25, label %29, label %26
26: ; preds = %22
%27 = load i64, ptr %8, align 8
%28 = icmp uge i64 %27, 4096
br label %29
29: ; preds = %26, %22, %18, %15
%30 = phi i1 [ false, %22 ], [ false, %18 ], [ false, %15 ], [ %28, %26 ]
br i1 %30, label %31, label %42
31: ; preds = %29
%32 = getelementptr inbounds [1024 x i32], ptr %9, i64 0, i64 0
%33 = load ptr, ptr %6, align 8
%34 = call i64 @fread(ptr noundef %32, i32 noundef 4, i64 noundef 4096, ptr noundef %33)
store i64 %34, ptr %10, align 8
%35 = load i32, ptr %5, align 4
%36 = getelementptr inbounds [1024 x i32], ptr %9, i64 0, i64 0
%37 = load i64, ptr %10, align 8
%38 = call i32 @crc32(i32 noundef %35, ptr noundef %36, i64 noundef %37)
store i32 %38, ptr %5, align 4
%39 = load i64, ptr %8, align 8
%40 = load i64, ptr %10, align 8
%41 = sub i64 %39, %40
store i64 %41, ptr %8, align 8
br label %15, !llvm.loop !6
42: ; preds = %29
%43 = load ptr, ptr %6, align 8
%44 = icmp ne ptr %43, null
br i1 %44, label %45, label %65
45: ; preds = %42
%46 = load ptr, ptr %6, align 8
%47 = call i32 @feof(ptr noundef %46)
%48 = icmp ne i32 %47, 0
br i1 %48, label %65, label %49
49: ; preds = %45
%50 = load ptr, ptr %6, align 8
%51 = call i32 @ferror(ptr noundef %50)
%52 = icmp ne i32 %51, 0
br i1 %52, label %65, label %53
53: ; preds = %49
%54 = load i64, ptr %8, align 8
%55 = icmp ugt i64 %54, 0
br i1 %55, label %56, label %65
56: ; preds = %53
%57 = getelementptr inbounds [1024 x i32], ptr %9, i64 0, i64 0
%58 = load i64, ptr %8, align 8
%59 = load ptr, ptr %6, align 8
%60 = call i64 @fread(ptr noundef %57, i32 noundef 4, i64 noundef %58, ptr noundef %59)
store i64 %60, ptr %10, align 8
%61 = load i32, ptr %5, align 4
%62 = getelementptr inbounds [1024 x i32], ptr %9, i64 0, i64 0
%63 = load i64, ptr %10, align 8
%64 = call i32 @crc32(i32 noundef %61, ptr noundef %62, i64 noundef %63)
store i32 %64, ptr %5, align 4
br label %65
65: ; preds = %56, %53, %49, %45, %42
%66 = load i32, ptr %5, align 4
ret i32 %66
}
declare i32 @fseek(ptr noundef, i64 noundef, i32 noundef) #1
declare i32 @feof(ptr noundef) #1
declare i32 @ferror(ptr noundef) #1
declare i64 @fread(ptr noundef, i32 noundef, i64 noundef, ptr noundef) #1
declare i32 @crc32(i32 noundef, ptr noundef, i64 noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
!6 = distinct !{!6, !7}
!7 = !{!"llvm.loop.mustprogress"}
|
; ModuleID = '/tmp/tmp69u35ycs.c'
source_filename = "/tmp/tmp69u35ycs.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @state_delete(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/tmp69u35ycs.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @state_delete(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/tmpuc37ln0g.c'
source_filename = "/tmp/tmpuc37ln0g.c"
target datalayout = "e-m:e-p270: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/tmpuc37ln0g.c"
target datalayout = "e-m:e-p270: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/tmpzeya3mrx.c'
source_filename = "/tmp/tmpzeya3mrx.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@.str = private unnamed_addr constant [37 x i8] c"pi(%ld) = %.12lf (accuracy: %.12lf)\0A\00", align 1
@M_PI = dso_local global double 0.000000e+00, align 8
@.str.1 = private unnamed_addr constant [10 x i8] c"Time: %f\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 i64, align 8
%7 = alloca double, align 8
%8 = alloca double, align 8
%9 = alloca double, align 8
store i32 0, ptr %3, align 4
store i32 %0, ptr %4, align 4
store ptr %1, ptr %5, align 8
%10 = load i32, ptr %4, align 4
%11 = icmp sle i32 %10, 1
br i1 %11, label %12, label %18
12: ; preds = %2
%13 = load ptr, ptr %5, align 8
%14 = getelementptr inbounds ptr, ptr %13, i64 0
%15 = load ptr, ptr %14, align 8
%16 = call i32 @usage(ptr noundef %15)
%17 = call i32 @exit(i32 noundef 1) #4
unreachable
18: ; preds = %2
%19 = load ptr, ptr %5, align 8
%20 = getelementptr inbounds ptr, ptr %19, i64 1
%21 = load ptr, ptr %20, align 8
%22 = call i64 @atol(ptr noundef %21)
store i64 %22, ptr %6, align 8
%23 = call double (...) @wctime()
store double %23, ptr %7, align 8
%24 = load i64, ptr %6, align 8
%25 = call i64 @pi_mc(i32 noundef 0, i64 noundef %24)
%26 = sitofp i64 %25 to double
%27 = fmul double 4.000000e+00, %26
%28 = load i64, ptr %6, align 8
%29 = sitofp i64 %28 to double
%30 = fdiv double %27, %29
store double %30, ptr %8, align 8
%31 = call double (...) @wctime()
store double %31, ptr %9, align 8
%32 = load i64, ptr %6, align 8
%33 = sitofp i64 %32 to double
%34 = load double, ptr %8, align 8
%35 = load double, ptr @M_PI, align 8
%36 = load double, ptr %8, align 8
%37 = fsub double %35, %36
%38 = call double @llvm.fabs.f64(double %37)
%39 = load double, ptr @M_PI, align 8
%40 = fdiv double %38, %39
%41 = call i32 (ptr, double, ...) @printf(ptr noundef @.str, double noundef %33, double noundef %34, double noundef %40)
%42 = load double, ptr %9, align 8
%43 = load double, ptr %7, align 8
%44 = fsub double %42, %43
%45 = call i32 (ptr, double, ...) @printf(ptr noundef @.str.1, double noundef %44)
ret i32 0
}
declare i32 @usage(ptr noundef) #1
; Function Attrs: noreturn
declare i32 @exit(i32 noundef) #2
declare i64 @atol(ptr noundef) #1
declare double @wctime(...) #1
declare i64 @pi_mc(i32 noundef, i64 noundef) #1
declare i32 @printf(ptr noundef, double noundef, ...) #1
; Function Attrs: nocallback nofree nosync nounwind speculatable willreturn memory(none)
declare double @llvm.fabs.f64(double) #3
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-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 = { nocallback nofree nosync nounwind speculatable willreturn memory(none) }
attributes #4 = { 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/tmpzeya3mrx.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@.str = private unnamed_addr constant [37 x i8] c"pi(%ld) = %.12lf (accuracy: %.12lf)\0A\00", align 1
@M_PI = dso_local global double 0.000000e+00, align 8
@.str.1 = private unnamed_addr constant [10 x i8] c"Time: %f\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 i64, align 8
%7 = alloca double, align 8
%8 = alloca double, align 8
%9 = alloca double, align 8
store i32 0, ptr %3, align 4
store i32 %0, ptr %4, align 4
store ptr %1, ptr %5, align 8
%10 = load i32, ptr %4, align 4
%11 = icmp sle i32 %10, 1
br i1 %11, label %12, label %18
12: ; preds = %2
%13 = load ptr, ptr %5, align 8
%14 = getelementptr inbounds ptr, ptr %13, i64 0
%15 = load ptr, ptr %14, align 8
%16 = call i32 @usage(ptr noundef %15)
%17 = call i32 @exit(i32 noundef 1) #4
unreachable
18: ; preds = %2
%19 = load ptr, ptr %5, align 8
%20 = getelementptr inbounds ptr, ptr %19, i64 1
%21 = load ptr, ptr %20, align 8
%22 = call i64 @atol(ptr noundef %21)
store i64 %22, ptr %6, align 8
%23 = call double (...) @wctime()
store double %23, ptr %7, align 8
%24 = load i64, ptr %6, align 8
%25 = call i64 @pi_mc(i32 noundef 0, i64 noundef %24)
%26 = sitofp i64 %25 to double
%27 = fmul double 4.000000e+00, %26
%28 = load i64, ptr %6, align 8
%29 = sitofp i64 %28 to double
%30 = fdiv double %27, %29
store double %30, ptr %8, align 8
%31 = call double (...) @wctime()
store double %31, ptr %9, align 8
%32 = load i64, ptr %6, align 8
%33 = sitofp i64 %32 to double
%34 = load double, ptr %8, align 8
%35 = load double, ptr @M_PI, align 8
%36 = load double, ptr %8, align 8
%37 = fsub double %35, %36
%38 = call double @llvm.fabs.f64(double %37)
%39 = load double, ptr @M_PI, align 8
%40 = fdiv double %38, %39
%41 = call i32 (ptr, double, ...) @printf(ptr noundef @.str, double noundef %33, double noundef %34, double noundef %40)
%42 = load double, ptr %9, align 8
%43 = load double, ptr %7, align 8
%44 = fsub double %42, %43
%45 = call i32 (ptr, double, ...) @printf(ptr noundef @.str.1, double noundef %44)
ret i32 0
}
declare i32 @usage(ptr noundef) #1
; Function Attrs: noreturn
declare i32 @exit(i32 noundef) #2
declare i64 @atol(ptr noundef) #1
declare double @wctime(...) #1
declare i64 @pi_mc(i32 noundef, i64 noundef) #1
declare i32 @printf(ptr noundef, double noundef, ...) #1
; Function Attrs: nocallback nofree nosync nounwind speculatable willreturn memory(none)
declare double @llvm.fabs.f64(double) #3
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-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 = { nocallback nofree nosync nounwind speculatable willreturn memory(none) }
attributes #4 = { 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/tmp6kjq7my_.c'
source_filename = "/tmp/tmp6kjq7my_.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@.str = private unnamed_addr constant [4 x i8] c"%d \00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @main() #0 {
%1 = alloca i32, align 4
%2 = alloca i32, align 4
%3 = alloca i32, align 4
%4 = alloca i32, align 4
%5 = alloca [10 x [5 x i32]], align 16
store i32 0, ptr %1, align 4
store i32 1, ptr %4, align 4
store i32 0, ptr %2, align 4
br label %6
6: ; preds = %27, %0
%7 = load i32, ptr %2, align 4
%8 = icmp slt i32 %7, 10
br i1 %8, label %9, label %30
9: ; preds = %6
store i32 0, ptr %3, align 4
br label %10
10: ; preds = %23, %9
%11 = load i32, ptr %3, align 4
%12 = icmp slt i32 %11, 5
br i1 %12, label %13, label %26
13: ; preds = %10
%14 = load i32, ptr %4, align 4
%15 = load i32, ptr %2, align 4
%16 = sext i32 %15 to i64
%17 = getelementptr inbounds [10 x [5 x i32]], ptr %5, i64 0, i64 %16
%18 = load i32, ptr %3, align 4
%19 = sext i32 %18 to i64
%20 = getelementptr inbounds [5 x i32], ptr %17, i64 0, i64 %19
store i32 %14, ptr %20, align 4
%21 = load i32, ptr %4, align 4
%22 = add nsw i32 %21, 1
store i32 %22, ptr %4, align 4
br label %23
23: ; preds = %13
%24 = load i32, ptr %3, align 4
%25 = add nsw i32 %24, 1
store i32 %25, ptr %3, align 4
br label %10, !llvm.loop !6
26: ; preds = %10
br label %27
27: ; preds = %26
%28 = load i32, ptr %2, align 4
%29 = add nsw i32 %28, 1
store i32 %29, ptr %2, align 4
br label %6, !llvm.loop !8
30: ; preds = %6
store i32 0, ptr %4, align 4
br label %31
31: ; preds = %123, %30
%32 = load i32, ptr %4, align 4
%33 = icmp slt i32 %32, 13
br i1 %33, label %34, label %126
34: ; preds = %31
%35 = load i32, ptr %4, align 4
store i32 %35, ptr %2, align 4
%36 = load i32, ptr %4, align 4
store i32 %36, ptr %3, align 4
br label %37
37: ; preds = %51, %34
%38 = load i32, ptr %3, align 4
%39 = load i32, ptr %4, align 4
%40 = sub nsw i32 5, %39
%41 = icmp slt i32 %38, %40
br i1 %41, label %42, label %54
42: ; preds = %37
%43 = load i32, ptr %2, align 4
%44 = sext i32 %43 to i64
%45 = getelementptr inbounds [10 x [5 x i32]], ptr %5, i64 0, i64 %44
%46 = load i32, ptr %3, align 4
%47 = sext i32 %46 to i64
%48 = getelementptr inbounds [5 x i32], ptr %45, i64 0, i64 %47
%49 = load i32, ptr %48, align 4
%50 = call i32 @printf(ptr noundef @.str, i32 noundef %49)
br label %51
51: ; preds = %42
%52 = load i32, ptr %3, align 4
%53 = add nsw i32 %52, 1
store i32 %53, ptr %3, align 4
br label %37, !llvm.loop !9
54: ; preds = %37
%55 = load i32, ptr %3, align 4
%56 = add nsw i32 %55, -1
store i32 %56, ptr %3, align 4
%57 = load i32, ptr %4, align 4
%58 = add nsw i32 %57, 1
store i32 %58, ptr %2, align 4
br label %59
59: ; preds = %73, %54
%60 = load i32, ptr %2, align 4
%61 = load i32, ptr %4, align 4
%62 = sub nsw i32 10, %61
%63 = icmp slt i32 %60, %62
br i1 %63, label %64, label %76
64: ; preds = %59
%65 = load i32, ptr %2, align 4
%66 = sext i32 %65 to i64
%67 = getelementptr inbounds [10 x [5 x i32]], ptr %5, i64 0, i64 %66
%68 = load i32, ptr %3, align 4
%69 = sext i32 %68 to i64
%70 = getelementptr inbounds [5 x i32], ptr %67, i64 0, i64 %69
%71 = load i32, ptr %70, align 4
%72 = call i32 @printf(ptr noundef @.str, i32 noundef %71)
br label %73
73: ; preds = %64
%74 = load i32, ptr %2, align 4
%75 = add nsw i32 %74, 1
store i32 %75, ptr %2, align 4
br label %59, !llvm.loop !10
76: ; preds = %59
%77 = load i32, ptr %2, align 4
%78 = add nsw i32 %77, -1
store i32 %78, ptr %2, align 4
%79 = load i32, ptr %4, align 4
%80 = sub nsw i32 4, %79
%81 = sub nsw i32 %80, 1
store i32 %81, ptr %3, align 4
br label %82
82: ; preds = %95, %76
%83 = load i32, ptr %3, align 4
%84 = load i32, ptr %4, align 4
%85 = icmp sge i32 %83, %84
br i1 %85, label %86, label %98
86: ; preds = %82
%87 = load i32, ptr %2, align 4
%88 = sext i32 %87 to i64
%89 = getelementptr inbounds [10 x [5 x i32]], ptr %5, i64 0, i64 %88
%90 = load i32, ptr %3, align 4
%91 = sext i32 %90 to i64
%92 = getelementptr inbounds [5 x i32], ptr %89, i64 0, i64 %91
%93 = load i32, ptr %92, align 4
%94 = call i32 @printf(ptr noundef @.str, i32 noundef %93)
br label %95
95: ; preds = %86
%96 = load i32, ptr %3, align 4
%97 = add nsw i32 %96, -1
store i32 %97, ptr %3, align 4
br label %82, !llvm.loop !11
98: ; preds = %82
%99 = load i32, ptr %3, align 4
%100 = add nsw i32 %99, 1
store i32 %100, ptr %3, align 4
%101 = load i32, ptr %4, align 4
%102 = sub nsw i32 9, %101
%103 = sub nsw i32 %102, 1
store i32 %103, ptr %2, align 4
br label %104
104: ; preds = %117, %98
%105 = load i32, ptr %2, align 4
%106 = load i32, ptr %4, align 4
%107 = icmp sgt i32 %105, %106
br i1 %107, label %108, label %120
108: ; preds = %104
%109 = load i32, ptr %2, align 4
%110 = sext i32 %109 to i64
%111 = getelementptr inbounds [10 x [5 x i32]], ptr %5, i64 0, i64 %110
%112 = load i32, ptr %3, align 4
%113 = sext i32 %112 to i64
%114 = getelementptr inbounds [5 x i32], ptr %111, i64 0, i64 %113
%115 = load i32, ptr %114, align 4
%116 = call i32 @printf(ptr noundef @.str, i32 noundef %115)
br label %117
117: ; preds = %108
%118 = load i32, ptr %2, align 4
%119 = add nsw i32 %118, -1
store i32 %119, ptr %2, align 4
br label %104, !llvm.loop !12
120: ; preds = %104
%121 = load i32, ptr %2, align 4
%122 = add nsw i32 %121, 1
store i32 %122, ptr %2, align 4
br label %123
123: ; preds = %120
%124 = load i32, ptr %4, align 4
%125 = add nsw i32 %124, 1
store i32 %125, ptr %4, align 4
br label %31, !llvm.loop !13
126: ; preds = %31
%127 = load i32, ptr %1, align 4
ret i32 %127
}
declare i32 @printf(ptr noundef, i32 noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
!6 = distinct !{!6, !7}
!7 = !{!"llvm.loop.mustprogress"}
!8 = distinct !{!8, !7}
!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/tmp6kjq7my_.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@.str = private unnamed_addr constant [4 x i8] c"%d \00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @main() #0 {
%1 = alloca i32, align 4
%2 = alloca i32, align 4
%3 = alloca i32, align 4
%4 = alloca i32, align 4
%5 = alloca [10 x [5 x i32]], align 16
store i32 0, ptr %1, align 4
store i32 1, ptr %4, align 4
store i32 0, ptr %2, align 4
%6 = load i32, ptr %2, align 4
%7 = icmp slt i32 %6, 10
br i1 %7, label %.lr.ph2, label %32
.lr.ph2: ; preds = %0
br label %8
8: ; preds = %.lr.ph2, %27
store i32 0, ptr %3, align 4
%9 = load i32, ptr %3, align 4
%10 = icmp slt i32 %9, 5
br i1 %10, label %.lr.ph, label %26
.lr.ph: ; preds = %8
br label %11
11: ; preds = %.lr.ph, %21
%12 = load i32, ptr %4, align 4
%13 = load i32, ptr %2, align 4
%14 = sext i32 %13 to i64
%15 = getelementptr inbounds [10 x [5 x i32]], ptr %5, i64 0, i64 %14
%16 = load i32, ptr %3, align 4
%17 = sext i32 %16 to i64
%18 = getelementptr inbounds [5 x i32], ptr %15, i64 0, i64 %17
store i32 %12, ptr %18, align 4
%19 = load i32, ptr %4, align 4
%20 = add nsw i32 %19, 1
store i32 %20, ptr %4, align 4
br label %21
21: ; preds = %11
%22 = load i32, ptr %3, align 4
%23 = add nsw i32 %22, 1
store i32 %23, ptr %3, align 4
%24 = load i32, ptr %3, align 4
%25 = icmp slt i32 %24, 5
br i1 %25, label %11, label %._crit_edge, !llvm.loop !6
._crit_edge: ; preds = %21
br label %26
26: ; preds = %._crit_edge, %8
br label %27
27: ; preds = %26
%28 = load i32, ptr %2, align 4
%29 = add nsw i32 %28, 1
store i32 %29, ptr %2, align 4
%30 = load i32, ptr %2, align 4
%31 = icmp slt i32 %30, 10
br i1 %31, label %8, label %._crit_edge3, !llvm.loop !8
._crit_edge3: ; preds = %27
br label %32
32: ; preds = %._crit_edge3, %0
store i32 0, ptr %4, align 4
%33 = load i32, ptr %4, align 4
%34 = icmp slt i32 %33, 13
br i1 %34, label %.lr.ph17, label %139
.lr.ph17: ; preds = %32
br label %35
35: ; preds = %.lr.ph17, %134
%36 = load i32, ptr %4, align 4
store i32 %36, ptr %2, align 4
%37 = load i32, ptr %4, align 4
store i32 %37, ptr %3, align 4
%38 = load i32, ptr %3, align 4
%39 = load i32, ptr %4, align 4
%40 = sub nsw i32 5, %39
%41 = icmp slt i32 %38, %40
br i1 %41, label %.lr.ph5, label %58
.lr.ph5: ; preds = %35
br label %42
42: ; preds = %.lr.ph5, %51
%43 = load i32, ptr %2, align 4
%44 = sext i32 %43 to i64
%45 = getelementptr inbounds [10 x [5 x i32]], ptr %5, i64 0, i64 %44
%46 = load i32, ptr %3, align 4
%47 = sext i32 %46 to i64
%48 = getelementptr inbounds [5 x i32], ptr %45, i64 0, i64 %47
%49 = load i32, ptr %48, align 4
%50 = call i32 @printf(ptr noundef @.str, i32 noundef %49)
br label %51
51: ; preds = %42
%52 = load i32, ptr %3, align 4
%53 = add nsw i32 %52, 1
store i32 %53, ptr %3, align 4
%54 = load i32, ptr %3, align 4
%55 = load i32, ptr %4, align 4
%56 = sub nsw i32 5, %55
%57 = icmp slt i32 %54, %56
br i1 %57, label %42, label %._crit_edge6, !llvm.loop !9
._crit_edge6: ; preds = %51
br label %58
58: ; preds = %._crit_edge6, %35
%59 = load i32, ptr %3, align 4
%60 = add nsw i32 %59, -1
store i32 %60, ptr %3, align 4
%61 = load i32, ptr %4, align 4
%62 = add nsw i32 %61, 1
store i32 %62, ptr %2, align 4
%63 = load i32, ptr %2, align 4
%64 = load i32, ptr %4, align 4
%65 = sub nsw i32 10, %64
%66 = icmp slt i32 %63, %65
br i1 %66, label %.lr.ph8, label %83
.lr.ph8: ; preds = %58
br label %67
67: ; preds = %.lr.ph8, %76
%68 = load i32, ptr %2, align 4
%69 = sext i32 %68 to i64
%70 = getelementptr inbounds [10 x [5 x i32]], ptr %5, i64 0, i64 %69
%71 = load i32, ptr %3, align 4
%72 = sext i32 %71 to i64
%73 = getelementptr inbounds [5 x i32], ptr %70, i64 0, i64 %72
%74 = load i32, ptr %73, align 4
%75 = call i32 @printf(ptr noundef @.str, i32 noundef %74)
br label %76
76: ; preds = %67
%77 = load i32, ptr %2, align 4
%78 = add nsw i32 %77, 1
store i32 %78, ptr %2, align 4
%79 = load i32, ptr %2, align 4
%80 = load i32, ptr %4, align 4
%81 = sub nsw i32 10, %80
%82 = icmp slt i32 %79, %81
br i1 %82, label %67, label %._crit_edge9, !llvm.loop !10
._crit_edge9: ; preds = %76
br label %83
83: ; preds = %._crit_edge9, %58
%84 = load i32, ptr %2, align 4
%85 = add nsw i32 %84, -1
store i32 %85, ptr %2, align 4
%86 = load i32, ptr %4, align 4
%87 = sub nsw i32 4, %86
%88 = sub nsw i32 %87, 1
store i32 %88, ptr %3, align 4
%89 = load i32, ptr %3, align 4
%90 = load i32, ptr %4, align 4
%91 = icmp sge i32 %89, %90
br i1 %91, label %.lr.ph11, label %107
.lr.ph11: ; preds = %83
br label %92
92: ; preds = %.lr.ph11, %101
%93 = load i32, ptr %2, align 4
%94 = sext i32 %93 to i64
%95 = getelementptr inbounds [10 x [5 x i32]], ptr %5, i64 0, i64 %94
%96 = load i32, ptr %3, align 4
%97 = sext i32 %96 to i64
%98 = getelementptr inbounds [5 x i32], ptr %95, i64 0, i64 %97
%99 = load i32, ptr %98, align 4
%100 = call i32 @printf(ptr noundef @.str, i32 noundef %99)
br label %101
101: ; preds = %92
%102 = load i32, ptr %3, align 4
%103 = add nsw i32 %102, -1
store i32 %103, ptr %3, align 4
%104 = load i32, ptr %3, align 4
%105 = load i32, ptr %4, align 4
%106 = icmp sge i32 %104, %105
br i1 %106, label %92, label %._crit_edge12, !llvm.loop !11
._crit_edge12: ; preds = %101
br label %107
107: ; preds = %._crit_edge12, %83
%108 = load i32, ptr %3, align 4
%109 = add nsw i32 %108, 1
store i32 %109, ptr %3, align 4
%110 = load i32, ptr %4, align 4
%111 = sub nsw i32 9, %110
%112 = sub nsw i32 %111, 1
store i32 %112, ptr %2, align 4
%113 = load i32, ptr %2, align 4
%114 = load i32, ptr %4, align 4
%115 = icmp sgt i32 %113, %114
br i1 %115, label %.lr.ph14, label %131
.lr.ph14: ; preds = %107
br label %116
116: ; preds = %.lr.ph14, %125
%117 = load i32, ptr %2, align 4
%118 = sext i32 %117 to i64
%119 = getelementptr inbounds [10 x [5 x i32]], ptr %5, i64 0, i64 %118
%120 = load i32, ptr %3, align 4
%121 = sext i32 %120 to i64
%122 = getelementptr inbounds [5 x i32], ptr %119, i64 0, i64 %121
%123 = load i32, ptr %122, align 4
%124 = call i32 @printf(ptr noundef @.str, i32 noundef %123)
br label %125
125: ; preds = %116
%126 = load i32, ptr %2, align 4
%127 = add nsw i32 %126, -1
store i32 %127, ptr %2, align 4
%128 = load i32, ptr %2, align 4
%129 = load i32, ptr %4, align 4
%130 = icmp sgt i32 %128, %129
br i1 %130, label %116, label %._crit_edge15, !llvm.loop !12
._crit_edge15: ; preds = %125
br label %131
131: ; preds = %._crit_edge15, %107
%132 = load i32, ptr %2, align 4
%133 = add nsw i32 %132, 1
store i32 %133, ptr %2, align 4
br label %134
134: ; preds = %131
%135 = load i32, ptr %4, align 4
%136 = add nsw i32 %135, 1
store i32 %136, ptr %4, align 4
%137 = load i32, ptr %4, align 4
%138 = icmp slt i32 %137, 13
br i1 %138, label %35, label %._crit_edge18, !llvm.loop !13
._crit_edge18: ; preds = %134
br label %139
139: ; preds = %._crit_edge18, %32
%140 = load i32, ptr %1, align 4
ret i32 %140
}
declare i32 @printf(ptr noundef, i32 noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
!6 = distinct !{!6, !7}
!7 = !{!"llvm.loop.mustprogress"}
!8 = distinct !{!8, !7}
!9 = distinct !{!9, !7}
!10 = distinct !{!10, !7}
!11 = distinct !{!11, !7}
!12 = distinct !{!12, !7}
!13 = distinct !{!13, !7}
|
; ModuleID = '/tmp/tmpcckke97m.c'
source_filename = "/tmp/tmpcckke97m.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @derfcx(double noundef %0) #0 {
%2 = alloca double, align 8
store double %0, ptr %2, align 8
%3 = load double, ptr %2, align 8
%4 = call double @calerf(double noundef %3, i32 noundef 2)
ret double %4
}
declare double @calerf(double noundef, i32 noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmpcckke97m.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @derfcx(double noundef %0) #0 {
%2 = alloca double, align 8
store double %0, ptr %2, align 8
%3 = load double, ptr %2, align 8
%4 = call double @calerf(double noundef %3, i32 noundef 2)
ret double %4
}
declare double @calerf(double noundef, i32 noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
|
; ModuleID = '/tmp/tmpd125aasl.c'
source_filename = "/tmp/tmpd125aasl.c"
target datalayout = "e-m:e-p270: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/tmpd125aasl.c"
target datalayout = "e-m:e-p270: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/tmpe3gat30t.c'
source_filename = "/tmp/tmpe3gat30t.c"
target datalayout = "e-m:e-p270: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.ifreq = type { ptr, i32 }
%struct.sockaddr_in = type { i32 }
@.str = private unnamed_addr constant [6 x i8] c"wlan0\00", align 1
@IFNAMSIZ = dso_local global i32 0, align 4
@SIOCGIFADDR = dso_local global i32 0, align 4
@.str.1 = private unnamed_addr constant [8 x i8] c"0.0.0.0\00", align 1
@.str.2 = private unnamed_addr constant [44 x i8] c"The requested interface does not have an IP\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @get_wireless_iface_ipaddr(ptr noundef %0, i32 noundef %1) #0 {
%3 = alloca i32, align 4
%4 = alloca ptr, align 8
%5 = alloca i32, align 4
%6 = alloca %struct.ifreq, align 8
store ptr %0, ptr %4, align 8
store i32 %1, ptr %5, align 4
%7 = getelementptr inbounds %struct.ifreq, ptr %6, i32 0, i32 0
%8 = load ptr, ptr %7, align 8
%9 = load i32, ptr @IFNAMSIZ, align 4
%10 = sub nsw i32 %9, 1
%11 = call i32 @strncpy(ptr noundef %8, ptr noundef @.str, i32 noundef %10)
%12 = load i32, ptr %5, align 4
%13 = load i32, ptr @SIOCGIFADDR, align 4
%14 = call i32 @ioctl(i32 noundef %12, i32 noundef %13, ptr noundef %6)
%15 = load ptr, ptr %4, align 8
%16 = getelementptr inbounds %struct.ifreq, ptr %6, i32 0, i32 1
%17 = getelementptr inbounds %struct.sockaddr_in, ptr %16, i32 0, i32 0
%18 = load i32, ptr %17, align 8
%19 = call ptr @inet_ntoa(i32 noundef %18)
%20 = call i32 @strncpy(ptr noundef %15, ptr noundef %19, i32 noundef 16)
%21 = load ptr, ptr %4, align 8
%22 = call i64 @strncmp(ptr noundef %21, ptr noundef @.str.1, i32 noundef 16)
%23 = icmp eq i64 %22, 0
br i1 %23, label %24, label %26
24: ; preds = %2
%25 = call i32 @printf(ptr noundef @.str.2)
store i32 -1, ptr %3, align 4
br label %27
26: ; preds = %2
store i32 1, ptr %3, align 4
br label %27
27: ; preds = %26, %24
%28 = load i32, ptr %3, align 4
ret i32 %28
}
declare i32 @strncpy(ptr noundef, ptr noundef, i32 noundef) #1
declare i32 @ioctl(i32 noundef, i32 noundef, ptr noundef) #1
declare ptr @inet_ntoa(i32 noundef) #1
declare i64 @strncmp(ptr noundef, ptr 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"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmpe3gat30t.c"
target datalayout = "e-m:e-p270: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.ifreq = type { ptr, i32 }
%struct.sockaddr_in = type { i32 }
@.str = private unnamed_addr constant [6 x i8] c"wlan0\00", align 1
@IFNAMSIZ = dso_local global i32 0, align 4
@SIOCGIFADDR = dso_local global i32 0, align 4
@.str.1 = private unnamed_addr constant [8 x i8] c"0.0.0.0\00", align 1
@.str.2 = private unnamed_addr constant [44 x i8] c"The requested interface does not have an IP\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @get_wireless_iface_ipaddr(ptr noundef %0, i32 noundef %1) #0 {
%3 = alloca i32, align 4
%4 = alloca ptr, align 8
%5 = alloca i32, align 4
%6 = alloca %struct.ifreq, align 8
store ptr %0, ptr %4, align 8
store i32 %1, ptr %5, align 4
%7 = getelementptr inbounds %struct.ifreq, ptr %6, i32 0, i32 0
%8 = load ptr, ptr %7, align 8
%9 = load i32, ptr @IFNAMSIZ, align 4
%10 = sub nsw i32 %9, 1
%11 = call i32 @strncpy(ptr noundef %8, ptr noundef @.str, i32 noundef %10)
%12 = load i32, ptr %5, align 4
%13 = load i32, ptr @SIOCGIFADDR, align 4
%14 = call i32 @ioctl(i32 noundef %12, i32 noundef %13, ptr noundef %6)
%15 = load ptr, ptr %4, align 8
%16 = getelementptr inbounds %struct.ifreq, ptr %6, i32 0, i32 1
%17 = getelementptr inbounds %struct.sockaddr_in, ptr %16, i32 0, i32 0
%18 = load i32, ptr %17, align 8
%19 = call ptr @inet_ntoa(i32 noundef %18)
%20 = call i32 @strncpy(ptr noundef %15, ptr noundef %19, i32 noundef 16)
%21 = load ptr, ptr %4, align 8
%22 = call i64 @strncmp(ptr noundef %21, ptr noundef @.str.1, i32 noundef 16)
%23 = icmp eq i64 %22, 0
br i1 %23, label %24, label %26
24: ; preds = %2
%25 = call i32 @printf(ptr noundef @.str.2)
store i32 -1, ptr %3, align 4
br label %27
26: ; preds = %2
store i32 1, ptr %3, align 4
br label %27
27: ; preds = %26, %24
%28 = load i32, ptr %3, align 4
ret i32 %28
}
declare i32 @strncpy(ptr noundef, ptr noundef, i32 noundef) #1
declare i32 @ioctl(i32 noundef, i32 noundef, ptr noundef) #1
declare ptr @inet_ntoa(i32 noundef) #1
declare i64 @strncmp(ptr noundef, ptr 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"}
|
; ModuleID = '/tmp/tmp1g67tgck.c'
source_filename = "/tmp/tmp1g67tgck.c"
target datalayout = "e-m:e-p270: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/tmp1g67tgck.c"
target datalayout = "e-m:e-p270: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/tmpxcxbozsw.c'
source_filename = "/tmp/tmpxcxbozsw.c"
target datalayout = "e-m:e-p270: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_WRONLY = 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/tmpxcxbozsw.c"
target datalayout = "e-m:e-p270: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_WRONLY = 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/tmpecbve4wq.c'
source_filename = "/tmp/tmpecbve4wq.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @plugin_api_infolist_prev(ptr noundef %0) #0 {
%2 = alloca i32, align 4
%3 = alloca ptr, align 8
store ptr %0, ptr %3, align 8
%4 = load ptr, ptr %3, align 8
%5 = icmp ne ptr %4, null
br i1 %5, label %6, label %10
6: ; preds = %1
%7 = load ptr, ptr %3, align 8
%8 = call i32 @infolist_valid(ptr noundef %7)
%9 = icmp ne i32 %8, 0
br i1 %9, label %11, label %10
10: ; preds = %6, %1
store i32 0, ptr %2, align 4
br label %17
11: ; preds = %6
%12 = load ptr, ptr %3, align 8
%13 = call i64 @infolist_prev(ptr noundef %12)
%14 = icmp ne i64 %13, 0
%15 = zext i1 %14 to i64
%16 = select i1 %14, i32 1, i32 0
store i32 %16, ptr %2, align 4
br label %17
17: ; preds = %11, %10
%18 = load i32, ptr %2, align 4
ret i32 %18
}
declare i32 @infolist_valid(ptr noundef) #1
declare i64 @infolist_prev(ptr noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmpecbve4wq.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @plugin_api_infolist_prev(ptr noundef %0) #0 {
%2 = alloca i32, align 4
%3 = alloca ptr, align 8
store ptr %0, ptr %3, align 8
%4 = load ptr, ptr %3, align 8
%5 = icmp ne ptr %4, null
br i1 %5, label %6, label %10
6: ; preds = %1
%7 = load ptr, ptr %3, align 8
%8 = call i32 @infolist_valid(ptr noundef %7)
%9 = icmp ne i32 %8, 0
br i1 %9, label %11, label %10
10: ; preds = %6, %1
store i32 0, ptr %2, align 4
br label %17
11: ; preds = %6
%12 = load ptr, ptr %3, align 8
%13 = call i64 @infolist_prev(ptr noundef %12)
%14 = icmp ne i64 %13, 0
%15 = zext i1 %14 to i64
%16 = select i1 %14, i32 1, i32 0
store i32 %16, ptr %2, align 4
br label %17
17: ; preds = %11, %10
%18 = load i32, ptr %2, align 4
ret i32 %18
}
declare i32 @infolist_valid(ptr noundef) #1
declare i64 @infolist_prev(ptr noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
|
; ModuleID = '/tmp/tmp6alm8_za.c'
source_filename = "/tmp/tmp6alm8_za.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local signext i16 @intr_wrap_563(i16 noundef signext %0, i16 noundef signext %1) #0 {
%3 = alloca i16, align 2
%4 = alloca i16, align 2
store i16 %0, ptr %3, align 2
store i16 %1, ptr %4, align 2
%5 = call signext i16 @rshft_h(ptr noundef %3, ptr noundef %4)
ret i16 %5
}
declare signext i16 @rshft_h(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/tmp6alm8_za.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local signext i16 @intr_wrap_563(i16 noundef signext %0, i16 noundef signext %1) #0 {
%3 = alloca i16, align 2
%4 = alloca i16, align 2
store i16 %0, ptr %3, align 2
store i16 %1, ptr %4, align 2
%5 = call signext i16 @rshft_h(ptr noundef %3, ptr noundef %4)
ret i16 %5
}
declare signext i16 @rshft_h(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/tmp5ss5v5py.c'
source_filename = "/tmp/tmp5ss5v5py.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@.str = private unnamed_addr constant [7 x i8] c"Hello\0A\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local void @main() #0 {
%1 = call i32 @printf(ptr noundef @.str)
%2 = call i32 (...) @getchar()
ret void
}
declare i32 @printf(ptr noundef) #1
declare i32 @getchar(...) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmp5ss5v5py.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@.str = private unnamed_addr constant [7 x i8] c"Hello\0A\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local void @main() #0 {
%1 = call i32 @printf(ptr noundef @.str)
%2 = call i32 (...) @getchar()
ret void
}
declare i32 @printf(ptr noundef) #1
declare i32 @getchar(...) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
|
; ModuleID = '/tmp/tmpt7y2y4tf.c'
source_filename = "/tmp/tmpt7y2y4tf.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @well_known_flags(i32 noundef %0) #0 {
%2 = alloca i32, align 4
store i32 %0, ptr %2, align 4
%3 = load i32, ptr %2, align 4
%4 = sext i32 %3 to i64
%5 = and i64 %4, -281470681743361
%6 = trunc i64 %5 to i32
store i32 %6, ptr %2, align 4
%7 = load i32, ptr %2, align 4
%8 = sext i32 %7 to i64
%9 = and i64 %8, 98304
%10 = icmp ne i64 %9, 0
br i1 %10, label %11, label %21
11: ; preds = %1
%12 = load i32, ptr %2, align 4
%13 = sext i32 %12 to i64
%14 = and i64 %13, 131072
%15 = icmp ne i64 %14, 0
br i1 %15, label %21, label %16
16: ; preds = %11
%17 = load i32, ptr %2, align 4
%18 = sext i32 %17 to i64
%19 = and i64 %18, -98305
%20 = trunc i64 %19 to i32
store i32 %20, ptr %2, align 4
br label %21
21: ; preds = %16, %11, %1
%22 = load i32, ptr %2, align 4
ret i32 %22
}
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmpt7y2y4tf.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @well_known_flags(i32 noundef %0) #0 {
%2 = alloca i32, align 4
store i32 %0, ptr %2, align 4
%3 = load i32, ptr %2, align 4
%4 = sext i32 %3 to i64
%5 = and i64 %4, -281470681743361
%6 = trunc i64 %5 to i32
store i32 %6, ptr %2, align 4
%7 = load i32, ptr %2, align 4
%8 = sext i32 %7 to i64
%9 = and i64 %8, 98304
%10 = icmp ne i64 %9, 0
br i1 %10, label %11, label %21
11: ; preds = %1
%12 = load i32, ptr %2, align 4
%13 = sext i32 %12 to i64
%14 = and i64 %13, 131072
%15 = icmp ne i64 %14, 0
br i1 %15, label %21, label %16
16: ; preds = %11
%17 = load i32, ptr %2, align 4
%18 = sext i32 %17 to i64
%19 = and i64 %18, -98305
%20 = trunc i64 %19 to i32
store i32 %20, ptr %2, align 4
br label %21
21: ; preds = %16, %11, %1
%22 = load i32, ptr %2, align 4
ret i32 %22
}
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
|
; ModuleID = '/tmp/tmpmplrz99j.c'
source_filename = "/tmp/tmpmplrz99j.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@.str = private unnamed_addr constant [51 x i8] c"Enter number of vertices and edges in the graph : \00", align 1
@.str.1 = private unnamed_addr constant [5 x i8] c"%d%d\00", align 1
@.str.2 = private unnamed_addr constant [43 x i8] c"%d is the connectedComponent of the graph\0A\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @main() #0 {
%1 = alloca i32, align 4
%2 = alloca i32, align 4
%3 = alloca ptr, align 8
%4 = alloca i32, align 4
%5 = call i32 (ptr, ...) @printf(ptr noundef @.str)
%6 = call i32 @scanf(ptr noundef @.str.1, ptr noundef %1, ptr noundef %2)
%7 = load i32, ptr %1, align 4
%8 = load i32, ptr %2, align 4
%9 = call ptr @adjacencyMatrix(i32 noundef %7, i32 noundef %8)
store ptr %9, ptr %3, align 8
%10 = load ptr, ptr %3, align 8
%11 = call i32 @printGraph(ptr noundef %10)
%12 = load ptr, ptr %3, align 8
%13 = call i32 @connectedComponent(ptr noundef %12)
store i32 %13, ptr %4, align 4
%14 = load i32, ptr %4, align 4
%15 = call i32 (ptr, ...) @printf(ptr noundef @.str.2, i32 noundef %14)
ret i32 0
}
declare i32 @printf(ptr noundef, ...) #1
declare i32 @scanf(ptr noundef, ptr noundef, ptr noundef) #1
declare ptr @adjacencyMatrix(i32 noundef, i32 noundef) #1
declare i32 @printGraph(ptr noundef) #1
declare i32 @connectedComponent(ptr noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmpmplrz99j.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@.str = private unnamed_addr constant [51 x i8] c"Enter number of vertices and edges in the graph : \00", align 1
@.str.1 = private unnamed_addr constant [5 x i8] c"%d%d\00", align 1
@.str.2 = private unnamed_addr constant [43 x i8] c"%d is the connectedComponent of the graph\0A\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @main() #0 {
%1 = alloca i32, align 4
%2 = alloca i32, align 4
%3 = alloca ptr, align 8
%4 = alloca i32, align 4
%5 = call i32 (ptr, ...) @printf(ptr noundef @.str)
%6 = call i32 @scanf(ptr noundef @.str.1, ptr noundef %1, ptr noundef %2)
%7 = load i32, ptr %1, align 4
%8 = load i32, ptr %2, align 4
%9 = call ptr @adjacencyMatrix(i32 noundef %7, i32 noundef %8)
store ptr %9, ptr %3, align 8
%10 = load ptr, ptr %3, align 8
%11 = call i32 @printGraph(ptr noundef %10)
%12 = load ptr, ptr %3, align 8
%13 = call i32 @connectedComponent(ptr noundef %12)
store i32 %13, ptr %4, align 4
%14 = load i32, ptr %4, align 4
%15 = call i32 (ptr, ...) @printf(ptr noundef @.str.2, i32 noundef %14)
ret i32 0
}
declare i32 @printf(ptr noundef, ...) #1
declare i32 @scanf(ptr noundef, ptr noundef, ptr noundef) #1
declare ptr @adjacencyMatrix(i32 noundef, i32 noundef) #1
declare i32 @printGraph(ptr noundef) #1
declare i32 @connectedComponent(ptr noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
|
; ModuleID = '/tmp/tmpdc078wfb.c'
source_filename = "/tmp/tmpdc078wfb.c"
target datalayout = "e-m:e-p270: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/tmpdc078wfb.c"
target datalayout = "e-m:e-p270: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/tmp91bz_1gk.c'
source_filename = "/tmp/tmp91bz_1gk.c"
target datalayout = "e-m:e-p270: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
@stdout = 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/tmp91bz_1gk.c"
target datalayout = "e-m:e-p270: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
@stdout = 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/tmpfszva9bp.c'
source_filename = "/tmp/tmpfszva9bp.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-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"Quadratic equation solver\0A\00", align 1
@.str.1 = private unnamed_addr constant [11 x i8] c"ax^2+bx+c\0A\00", align 1
@.str.2 = private unnamed_addr constant [5 x i8] c"a : \00", align 1
@.str.3 = private unnamed_addr constant [4 x i8] c"%lf\00", align 1
@.str.4 = private unnamed_addr constant [5 x i8] c"b : \00", align 1
@.str.5 = private unnamed_addr constant [5 x i8] c"c : \00", align 1
@.str.6 = private unnamed_addr constant [27 x i8] c"Solved with 2 real roots!\0A\00", align 1
@.str.7 = private unnamed_addr constant [14 x i8] c"Root 1 : %lf\0A\00", align 1
@.str.8 = private unnamed_addr constant [14 x i8] c"Root 2 : %lf\0A\00", align 1
@.str.9 = private unnamed_addr constant [33 x i8] c"Failed...(a should not be zero)\0A\00", align 1
@.str.10 = private unnamed_addr constant [42 x i8] c"Failed...(Complex roots unsupported yet)\0A\00", align 1
@.str.11 = private unnamed_addr constant [6 x i8] c"pause\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @main() #0 {
%1 = alloca i32, align 4
%2 = alloca double, align 8
%3 = alloca double, align 8
%4 = alloca double, align 8
%5 = alloca [2 x double], align 16
store i32 0, ptr %1, align 4
%6 = call i32 (ptr, ...) @printf(ptr noundef @.str)
%7 = call i32 (ptr, ...) @printf(ptr noundef @.str.1)
%8 = call i32 (ptr, ...) @printf(ptr noundef @.str.2)
%9 = call i32 @scanf(ptr noundef @.str.3, ptr noundef %2)
%10 = call i32 (ptr, ...) @printf(ptr noundef @.str.4)
%11 = call i32 @scanf(ptr noundef @.str.3, ptr noundef %3)
%12 = call i32 (ptr, ...) @printf(ptr noundef @.str.5)
%13 = call i32 @scanf(ptr noundef @.str.3, ptr noundef %4)
%14 = load double, ptr %3, align 8
%15 = call i64 @pow(double noundef %14, i32 noundef 2)
%16 = sitofp i64 %15 to double
%17 = load double, ptr %2, align 8
%18 = fmul double 4.000000e+00, %17
%19 = load double, ptr %4, align 8
%20 = fneg double %18
%21 = call double @llvm.fmuladd.f64(double %20, double %19, double %16)
%22 = fptosi double %21 to i64
%23 = call i32 @sqrt(i64 noundef %22)
%24 = icmp sge i32 %23, 0
br i1 %24, label %25, label %66
25: ; preds = %0
%26 = load double, ptr %2, align 8
%27 = fcmp une double %26, 0.000000e+00
br i1 %27, label %28, label %66
28: ; preds = %25
%29 = call i32 (ptr, ...) @printf(ptr noundef @.str.6)
%30 = load double, ptr %3, align 8
%31 = fsub double 0.000000e+00, %30
%32 = load double, ptr %3, align 8
%33 = call i64 @pow(double noundef %32, i32 noundef 2)
%34 = sitofp i64 %33 to double
%35 = load double, ptr %2, align 8
%36 = fmul double 4.000000e+00, %35
%37 = load double, ptr %4, align 8
%38 = fneg double %36
%39 = call double @llvm.fmuladd.f64(double %38, double %37, double %34)
%40 = fptosi double %39 to i64
%41 = call i32 @sqrt(i64 noundef %40)
%42 = sitofp i32 %41 to double
%43 = fadd double %31, %42
%44 = load double, ptr %2, align 8
%45 = fmul double 2.000000e+00, %44
%46 = fdiv double %43, %45
%47 = call i32 (ptr, ...) @printf(ptr noundef @.str.7, double noundef %46)
%48 = load double, ptr %3, align 8
%49 = fsub double 0.000000e+00, %48
%50 = load double, ptr %3, align 8
%51 = call i64 @pow(double noundef %50, i32 noundef 2)
%52 = sitofp i64 %51 to double
%53 = load double, ptr %2, align 8
%54 = fmul double 4.000000e+00, %53
%55 = load double, ptr %4, align 8
%56 = fneg double %54
%57 = call double @llvm.fmuladd.f64(double %56, double %55, double %52)
%58 = fptosi double %57 to i64
%59 = call i32 @sqrt(i64 noundef %58)
%60 = sitofp i32 %59 to double
%61 = fsub double %49, %60
%62 = load double, ptr %2, align 8
%63 = fmul double 2.000000e+00, %62
%64 = fdiv double %61, %63
%65 = call i32 (ptr, ...) @printf(ptr noundef @.str.8, double noundef %64)
br label %74
66: ; preds = %25, %0
%67 = load double, ptr %2, align 8
%68 = fcmp oeq double %67, 0.000000e+00
br i1 %68, label %69, label %71
69: ; preds = %66
%70 = call i32 (ptr, ...) @printf(ptr noundef @.str.9)
br label %73
71: ; preds = %66
%72 = call i32 (ptr, ...) @printf(ptr noundef @.str.10)
br label %73
73: ; preds = %71, %69
br label %74
74: ; preds = %73, %28
%75 = call i32 @system(ptr noundef @.str.11)
ret i32 0
}
declare i32 @printf(ptr noundef, ...) #1
declare i32 @scanf(ptr noundef, ptr noundef) #1
declare i32 @sqrt(i64 noundef) #1
declare i64 @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
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" }
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/tmpfszva9bp.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-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"Quadratic equation solver\0A\00", align 1
@.str.1 = private unnamed_addr constant [11 x i8] c"ax^2+bx+c\0A\00", align 1
@.str.2 = private unnamed_addr constant [5 x i8] c"a : \00", align 1
@.str.3 = private unnamed_addr constant [4 x i8] c"%lf\00", align 1
@.str.4 = private unnamed_addr constant [5 x i8] c"b : \00", align 1
@.str.5 = private unnamed_addr constant [5 x i8] c"c : \00", align 1
@.str.6 = private unnamed_addr constant [27 x i8] c"Solved with 2 real roots!\0A\00", align 1
@.str.7 = private unnamed_addr constant [14 x i8] c"Root 1 : %lf\0A\00", align 1
@.str.8 = private unnamed_addr constant [14 x i8] c"Root 2 : %lf\0A\00", align 1
@.str.9 = private unnamed_addr constant [33 x i8] c"Failed...(a should not be zero)\0A\00", align 1
@.str.10 = private unnamed_addr constant [42 x i8] c"Failed...(Complex roots unsupported yet)\0A\00", align 1
@.str.11 = private unnamed_addr constant [6 x i8] c"pause\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @main() #0 {
%1 = alloca i32, align 4
%2 = alloca double, align 8
%3 = alloca double, align 8
%4 = alloca double, align 8
%5 = alloca [2 x double], align 16
store i32 0, ptr %1, align 4
%6 = call i32 (ptr, ...) @printf(ptr noundef @.str)
%7 = call i32 (ptr, ...) @printf(ptr noundef @.str.1)
%8 = call i32 (ptr, ...) @printf(ptr noundef @.str.2)
%9 = call i32 @scanf(ptr noundef @.str.3, ptr noundef %2)
%10 = call i32 (ptr, ...) @printf(ptr noundef @.str.4)
%11 = call i32 @scanf(ptr noundef @.str.3, ptr noundef %3)
%12 = call i32 (ptr, ...) @printf(ptr noundef @.str.5)
%13 = call i32 @scanf(ptr noundef @.str.3, ptr noundef %4)
%14 = load double, ptr %3, align 8
%15 = call i64 @pow(double noundef %14, i32 noundef 2)
%16 = sitofp i64 %15 to double
%17 = load double, ptr %2, align 8
%18 = fmul double 4.000000e+00, %17
%19 = load double, ptr %4, align 8
%20 = fneg double %18
%21 = call double @llvm.fmuladd.f64(double %20, double %19, double %16)
%22 = fptosi double %21 to i64
%23 = call i32 @sqrt(i64 noundef %22)
%24 = icmp sge i32 %23, 0
br i1 %24, label %25, label %66
25: ; preds = %0
%26 = load double, ptr %2, align 8
%27 = fcmp une double %26, 0.000000e+00
br i1 %27, label %28, label %66
28: ; preds = %25
%29 = call i32 (ptr, ...) @printf(ptr noundef @.str.6)
%30 = load double, ptr %3, align 8
%31 = fsub double 0.000000e+00, %30
%32 = load double, ptr %3, align 8
%33 = call i64 @pow(double noundef %32, i32 noundef 2)
%34 = sitofp i64 %33 to double
%35 = load double, ptr %2, align 8
%36 = fmul double 4.000000e+00, %35
%37 = load double, ptr %4, align 8
%38 = fneg double %36
%39 = call double @llvm.fmuladd.f64(double %38, double %37, double %34)
%40 = fptosi double %39 to i64
%41 = call i32 @sqrt(i64 noundef %40)
%42 = sitofp i32 %41 to double
%43 = fadd double %31, %42
%44 = load double, ptr %2, align 8
%45 = fmul double 2.000000e+00, %44
%46 = fdiv double %43, %45
%47 = call i32 (ptr, ...) @printf(ptr noundef @.str.7, double noundef %46)
%48 = load double, ptr %3, align 8
%49 = fsub double 0.000000e+00, %48
%50 = load double, ptr %3, align 8
%51 = call i64 @pow(double noundef %50, i32 noundef 2)
%52 = sitofp i64 %51 to double
%53 = load double, ptr %2, align 8
%54 = fmul double 4.000000e+00, %53
%55 = load double, ptr %4, align 8
%56 = fneg double %54
%57 = call double @llvm.fmuladd.f64(double %56, double %55, double %52)
%58 = fptosi double %57 to i64
%59 = call i32 @sqrt(i64 noundef %58)
%60 = sitofp i32 %59 to double
%61 = fsub double %49, %60
%62 = load double, ptr %2, align 8
%63 = fmul double 2.000000e+00, %62
%64 = fdiv double %61, %63
%65 = call i32 (ptr, ...) @printf(ptr noundef @.str.8, double noundef %64)
br label %74
66: ; preds = %25, %0
%67 = load double, ptr %2, align 8
%68 = fcmp oeq double %67, 0.000000e+00
br i1 %68, label %69, label %71
69: ; preds = %66
%70 = call i32 (ptr, ...) @printf(ptr noundef @.str.9)
br label %73
71: ; preds = %66
%72 = call i32 (ptr, ...) @printf(ptr noundef @.str.10)
br label %73
73: ; preds = %71, %69
br label %74
74: ; preds = %73, %28
%75 = call i32 @system(ptr noundef @.str.11)
ret i32 0
}
declare i32 @printf(ptr noundef, ...) #1
declare i32 @scanf(ptr noundef, ptr noundef) #1
declare i32 @sqrt(i64 noundef) #1
declare i64 @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
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" }
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/tmp76r0hebv.c'
source_filename = "/tmp/tmp76r0hebv.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @upper(ptr noundef %0) #0 {
%2 = alloca ptr, align 8
%3 = alloca i32, align 4
store ptr %0, ptr %2, align 8
store i32 0, ptr %3, align 4
br label %4
4: ; preds = %12, %1
%5 = load ptr, ptr %2, align 8
%6 = load i32, ptr %3, align 4
%7 = sext i32 %6 to i64
%8 = getelementptr inbounds i8, ptr %5, i64 %7
%9 = load i8, ptr %8, align 1
%10 = sext i8 %9 to i32
%11 = icmp ne i32 %10, 0
br i1 %11, label %12, label %25
12: ; preds = %4
%13 = load ptr, ptr %2, align 8
%14 = load i32, ptr %3, align 4
%15 = sext i32 %14 to i64
%16 = getelementptr inbounds i8, ptr %13, i64 %15
%17 = load i8, ptr %16, align 1
%18 = call signext i8 @toupper(i8 noundef signext %17)
%19 = load ptr, ptr %2, align 8
%20 = load i32, ptr %3, align 4
%21 = sext i32 %20 to i64
%22 = getelementptr inbounds i8, ptr %19, i64 %21
store i8 %18, ptr %22, align 1
%23 = load i32, ptr %3, align 4
%24 = add nsw i32 %23, 1
store i32 %24, ptr %3, align 4
br label %4, !llvm.loop !6
25: ; preds = %4
ret void
}
declare signext i8 @toupper(i8 noundef signext) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
!6 = distinct !{!6, !7}
!7 = !{!"llvm.loop.mustprogress"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmp76r0hebv.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @upper(ptr noundef %0) #0 {
%2 = alloca ptr, align 8
%3 = alloca i32, align 4
store ptr %0, ptr %2, align 8
store i32 0, ptr %3, align 4
%4 = load ptr, ptr %2, align 8
%5 = load i32, ptr %3, align 4
%6 = sext i32 %5 to i64
%7 = getelementptr inbounds i8, ptr %4, i64 %6
%8 = load i8, ptr %7, align 1
%9 = sext i8 %8 to i32
%10 = icmp ne i32 %9, 0
br i1 %10, label %.lr.ph, label %31
.lr.ph: ; preds = %1
br label %11
11: ; preds = %.lr.ph, %11
%12 = load ptr, ptr %2, align 8
%13 = load i32, ptr %3, align 4
%14 = sext i32 %13 to i64
%15 = getelementptr inbounds i8, ptr %12, i64 %14
%16 = load i8, ptr %15, align 1
%17 = call signext i8 @toupper(i8 noundef signext %16)
%18 = load ptr, ptr %2, align 8
%19 = load i32, ptr %3, align 4
%20 = sext i32 %19 to i64
%21 = getelementptr inbounds i8, ptr %18, i64 %20
store i8 %17, ptr %21, align 1
%22 = load i32, ptr %3, align 4
%23 = add nsw i32 %22, 1
store i32 %23, ptr %3, align 4
%24 = load ptr, ptr %2, align 8
%25 = load i32, ptr %3, align 4
%26 = sext i32 %25 to i64
%27 = getelementptr inbounds i8, ptr %24, i64 %26
%28 = load i8, ptr %27, align 1
%29 = sext i8 %28 to i32
%30 = icmp ne i32 %29, 0
br i1 %30, label %11, label %._crit_edge, !llvm.loop !6
._crit_edge: ; preds = %11
br label %31
31: ; preds = %._crit_edge, %1
ret void
}
declare signext i8 @toupper(i8 noundef signext) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
!6 = distinct !{!6, !7}
!7 = !{!"llvm.loop.mustprogress"}
|
; ModuleID = '/tmp/tmpyjlmok06.c'
source_filename = "/tmp/tmpyjlmok06.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @set_block_mode(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 @set_blocking(i32 noundef %3, i32 noundef 1)
ret i32 %4
}
declare i32 @set_blocking(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/tmpyjlmok06.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @set_block_mode(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 @set_blocking(i32 noundef %3, i32 noundef 1)
ret i32 %4
}
declare i32 @set_blocking(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/tmpob4mji5a.c'
source_filename = "/tmp/tmpob4mji5a.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@.str = private unnamed_addr constant [25 x i8] c"Na main: x = %d, y = %d\0A\00", align 1
@.str.1 = private unnamed_addr constant [3 x i8] c"\0A\0A\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @main() #0 {
%1 = alloca i32, align 4
%2 = alloca i32, align 4
%3 = alloca i32, align 4
store i32 0, ptr %1, align 4
store i32 100, ptr %2, align 4
store i32 200, ptr %3, align 4
%4 = call i32 @troca(ptr noundef %2, ptr noundef %3)
%5 = load i32, ptr %2, align 4
%6 = load i32, ptr %3, align 4
%7 = call i32 (ptr, ...) @printf(ptr noundef @.str, i32 noundef %5, i32 noundef %6)
%8 = call i32 (ptr, ...) @printf(ptr noundef @.str.1)
ret i32 0
}
declare i32 @troca(ptr noundef, ptr noundef) #1
declare i32 @printf(ptr noundef, ...) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmpob4mji5a.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@.str = private unnamed_addr constant [25 x i8] c"Na main: x = %d, y = %d\0A\00", align 1
@.str.1 = private unnamed_addr constant [3 x i8] c"\0A\0A\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @main() #0 {
%1 = alloca i32, align 4
%2 = alloca i32, align 4
%3 = alloca i32, align 4
store i32 0, ptr %1, align 4
store i32 100, ptr %2, align 4
store i32 200, ptr %3, align 4
%4 = call i32 @troca(ptr noundef %2, ptr noundef %3)
%5 = load i32, ptr %2, align 4
%6 = load i32, ptr %3, align 4
%7 = call i32 (ptr, ...) @printf(ptr noundef @.str, i32 noundef %5, i32 noundef %6)
%8 = call i32 (ptr, ...) @printf(ptr noundef @.str.1)
ret i32 0
}
declare i32 @troca(ptr noundef, ptr noundef) #1
declare i32 @printf(ptr noundef, ...) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
|
; ModuleID = '/tmp/tmpo2z4r5lb.c'
source_filename = "/tmp/tmpo2z4r5lb.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-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"SERVER_PORT\00", align 1
@.str.1 = private unnamed_addr constant [3 x i8] c"80\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local ptr @cgiServerPort() #0 {
%1 = alloca ptr, align 8
%2 = alloca ptr, align 8
%3 = call ptr @getenv(ptr noundef @.str)
store ptr %3, ptr %2, align 8
%4 = load ptr, ptr %2, align 8
%5 = icmp ne ptr %4, null
br i1 %5, label %6, label %8
6: ; preds = %0
%7 = load ptr, ptr %2, align 8
store ptr %7, ptr %1, align 8
br label %9
8: ; preds = %0
store ptr @.str.1, ptr %1, align 8
br label %9
9: ; preds = %8, %6
%10 = load ptr, ptr %1, align 8
ret ptr %10
}
declare ptr @getenv(ptr noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmpo2z4r5lb.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-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"SERVER_PORT\00", align 1
@.str.1 = private unnamed_addr constant [3 x i8] c"80\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local ptr @cgiServerPort() #0 {
%1 = alloca ptr, align 8
%2 = alloca ptr, align 8
%3 = call ptr @getenv(ptr noundef @.str)
store ptr %3, ptr %2, align 8
%4 = load ptr, ptr %2, align 8
%5 = icmp ne ptr %4, null
br i1 %5, label %6, label %8
6: ; preds = %0
%7 = load ptr, ptr %2, align 8
store ptr %7, ptr %1, align 8
br label %9
8: ; preds = %0
store ptr @.str.1, ptr %1, align 8
br label %9
9: ; preds = %8, %6
%10 = load ptr, ptr %1, align 8
ret ptr %10
}
declare ptr @getenv(ptr noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
|
; ModuleID = '/tmp/tmpwmyf2j50.c'
source_filename = "/tmp/tmpwmyf2j50.c"
target datalayout = "e-m:e-p270: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.tms = type { double, double }
@.str = private unnamed_addr constant [36 x i8] c"cputime in %s: times() call failed\0A\00", align 1
@.str.1 = private unnamed_addr constant [6 x i8] c"argv0\00", align 1
@HZ = dso_local global double 0.000000e+00, align 8
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local double @cputime() #0 {
%1 = alloca %struct.tms, align 8
%2 = call i32 @times(ptr noundef %1)
%3 = icmp eq i32 %2, -1
br i1 %3, label %4, label %7
4: ; preds = %0
%5 = call i32 @getparam(ptr noundef @.str.1)
%6 = call i32 @error(ptr noundef @.str, i32 noundef %5)
br label %7
7: ; preds = %4, %0
%8 = getelementptr inbounds %struct.tms, ptr %1, i32 0, i32 0
%9 = load double, ptr %8, align 8
%10 = getelementptr inbounds %struct.tms, ptr %1, i32 0, i32 1
%11 = load double, ptr %10, align 8
%12 = fadd double %9, %11
%13 = load double, ptr @HZ, align 8
%14 = fmul double 6.000000e+01, %13
%15 = fdiv double %12, %14
ret double %15
}
declare i32 @times(ptr noundef) #1
declare i32 @error(ptr noundef, i32 noundef) #1
declare i32 @getparam(ptr noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmpwmyf2j50.c"
target datalayout = "e-m:e-p270: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.tms = type { double, double }
@.str = private unnamed_addr constant [36 x i8] c"cputime in %s: times() call failed\0A\00", align 1
@.str.1 = private unnamed_addr constant [6 x i8] c"argv0\00", align 1
@HZ = dso_local global double 0.000000e+00, align 8
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local double @cputime() #0 {
%1 = alloca %struct.tms, align 8
%2 = call i32 @times(ptr noundef %1)
%3 = icmp eq i32 %2, -1
br i1 %3, label %4, label %7
4: ; preds = %0
%5 = call i32 @getparam(ptr noundef @.str.1)
%6 = call i32 @error(ptr noundef @.str, i32 noundef %5)
br label %7
7: ; preds = %4, %0
%8 = getelementptr inbounds %struct.tms, ptr %1, i32 0, i32 0
%9 = load double, ptr %8, align 8
%10 = getelementptr inbounds %struct.tms, ptr %1, i32 0, i32 1
%11 = load double, ptr %10, align 8
%12 = fadd double %9, %11
%13 = load double, ptr @HZ, align 8
%14 = fmul double 6.000000e+01, %13
%15 = fdiv double %12, %14
ret double %15
}
declare i32 @times(ptr noundef) #1
declare i32 @error(ptr noundef, i32 noundef) #1
declare i32 @getparam(ptr noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
|
; ModuleID = '/tmp/tmp3o6xgxzi.c'
source_filename = "/tmp/tmp3o6xgxzi.c"
target datalayout = "e-m:e-p270: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/tmp3o6xgxzi.c"
target datalayout = "e-m:e-p270: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/tmpmxqg0_rc.c'
source_filename = "/tmp/tmpmxqg0_rc.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@.str = private unnamed_addr constant [5 x i8] c"%f \00", align 1
@.str.1 = private unnamed_addr constant [2 x i8] c"\0A\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local void @print_double_matrix(ptr noundef %0, i32 noundef %1, i32 noundef %2) #0 {
%4 = alloca ptr, align 8
%5 = alloca i32, align 4
%6 = alloca i32, align 4
%7 = alloca i32, align 4
%8 = alloca i32, align 4
store ptr %0, ptr %4, align 8
store i32 %1, ptr %5, align 4
store i32 %2, ptr %6, align 4
store i32 1, ptr %7, align 4
br label %9
9: ; preds = %34, %3
%10 = load i32, ptr %7, align 4
%11 = load i32, ptr %5, align 4
%12 = icmp sle i32 %10, %11
br i1 %12, label %13, label %37
13: ; preds = %9
store i32 1, ptr %8, align 4
br label %14
14: ; preds = %29, %13
%15 = load i32, ptr %8, align 4
%16 = load i32, ptr %6, align 4
%17 = icmp sle i32 %15, %16
br i1 %17, label %18, label %32
18: ; preds = %14
%19 = load ptr, ptr %4, align 8
%20 = load i32, ptr %7, align 4
%21 = sext i32 %20 to i64
%22 = getelementptr inbounds ptr, ptr %19, i64 %21
%23 = load ptr, ptr %22, align 8
%24 = load i32, ptr %8, align 4
%25 = sext i32 %24 to i64
%26 = getelementptr inbounds double, ptr %23, i64 %25
%27 = load double, ptr %26, align 8
%28 = call i32 (ptr, ...) @printf(ptr noundef @.str, double noundef %27)
br label %29
29: ; preds = %18
%30 = load i32, ptr %8, align 4
%31 = add nsw i32 %30, 1
store i32 %31, ptr %8, align 4
br label %14, !llvm.loop !6
32: ; preds = %14
%33 = call i32 (ptr, ...) @printf(ptr noundef @.str.1)
br label %34
34: ; preds = %32
%35 = load i32, ptr %7, align 4
%36 = add nsw i32 %35, 1
store i32 %36, ptr %7, align 4
br label %9, !llvm.loop !8
37: ; preds = %9
%38 = call i32 (ptr, ...) @printf(ptr noundef @.str.1)
ret void
}
declare i32 @printf(ptr noundef, ...) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
!6 = distinct !{!6, !7}
!7 = !{!"llvm.loop.mustprogress"}
!8 = distinct !{!8, !7}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmpmxqg0_rc.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@.str = private unnamed_addr constant [5 x i8] c"%f \00", align 1
@.str.1 = private unnamed_addr constant [2 x i8] c"\0A\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local void @print_double_matrix(ptr noundef %0, i32 noundef %1, i32 noundef %2) #0 {
%4 = alloca ptr, align 8
%5 = alloca i32, align 4
%6 = alloca i32, align 4
%7 = alloca i32, align 4
%8 = alloca i32, align 4
store ptr %0, ptr %4, align 8
store i32 %1, ptr %5, align 4
store i32 %2, ptr %6, align 4
store i32 1, ptr %7, align 4
%9 = load i32, ptr %7, align 4
%10 = load i32, ptr %5, align 4
%11 = icmp sle i32 %9, %10
br i1 %11, label %.lr.ph2, label %41
.lr.ph2: ; preds = %3
br label %12
12: ; preds = %.lr.ph2, %35
store i32 1, ptr %8, align 4
%13 = load i32, ptr %8, align 4
%14 = load i32, ptr %6, align 4
%15 = icmp sle i32 %13, %14
br i1 %15, label %.lr.ph, label %33
.lr.ph: ; preds = %12
br label %16
16: ; preds = %.lr.ph, %27
%17 = load ptr, ptr %4, align 8
%18 = load i32, ptr %7, align 4
%19 = sext i32 %18 to i64
%20 = getelementptr inbounds ptr, ptr %17, i64 %19
%21 = load ptr, ptr %20, align 8
%22 = load i32, ptr %8, align 4
%23 = sext i32 %22 to i64
%24 = getelementptr inbounds double, ptr %21, i64 %23
%25 = load double, ptr %24, align 8
%26 = call i32 (ptr, ...) @printf(ptr noundef @.str, double noundef %25)
br label %27
27: ; preds = %16
%28 = load i32, ptr %8, align 4
%29 = add nsw i32 %28, 1
store i32 %29, ptr %8, align 4
%30 = load i32, ptr %8, align 4
%31 = load i32, ptr %6, align 4
%32 = icmp sle i32 %30, %31
br i1 %32, label %16, label %._crit_edge, !llvm.loop !6
._crit_edge: ; preds = %27
br label %33
33: ; preds = %._crit_edge, %12
%34 = call i32 (ptr, ...) @printf(ptr noundef @.str.1)
br label %35
35: ; preds = %33
%36 = load i32, ptr %7, align 4
%37 = add nsw i32 %36, 1
store i32 %37, ptr %7, align 4
%38 = load i32, ptr %7, align 4
%39 = load i32, ptr %5, align 4
%40 = icmp sle i32 %38, %39
br i1 %40, label %12, label %._crit_edge3, !llvm.loop !8
._crit_edge3: ; preds = %35
br label %41
41: ; preds = %._crit_edge3, %3
%42 = call i32 (ptr, ...) @printf(ptr noundef @.str.1)
ret void
}
declare i32 @printf(ptr noundef, ...) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
!6 = distinct !{!6, !7}
!7 = !{!"llvm.loop.mustprogress"}
!8 = distinct !{!8, !7}
|
; ModuleID = '/tmp/tmpc_2m7sgg.c'
source_filename = "/tmp/tmpc_2m7sgg.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-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"\09\09\09Lotoria fantastica\0A\0A\00", align 1
@.str.1 = private unnamed_addr constant [31 x i8] c"\09\09Extragere direct in direct\0A\0A\00", align 1
@.str.2 = private unnamed_addr constant [36 x i8] c"Apasa balamuc pentru a incepe %c %c\00", align 1
@.str.3 = private unnamed_addr constant [37 x i8] c"..\0A\09..\0A\09\09..\0A\0APrimul numar este %d.\0A\0A\00", align 1
@.str.4 = private unnamed_addr constant [26 x i8] c"Al %dlea numar este %d.\0A\0A\00", align 1
@.str.5 = private unnamed_addr constant [49 x i8] c"Numerele extrase in aceasta seara sunt %c\0A\09 %d, \00", align 1
@.str.6 = private unnamed_addr constant [5 x i8] c"%d, \00", align 1
@.str.7 = private unnamed_addr constant [37 x i8] c"////\09Al treilea numar extras este %d\00", align 1
@.str.8 = private unnamed_addr constant [5 x i8] c"\0A\0A\0A\0D\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @main() #0 {
%1 = alloca i32, align 4
%2 = alloca i32, align 4
%3 = alloca i32, align 4
%4 = alloca i32, align 4
%5 = alloca [5 x i32], align 16
store i32 0, ptr %1, align 4
%6 = call i32 @puts(ptr noundef @.str)
%7 = call i32 @puts(ptr noundef @.str.1)
%8 = call i32 (ptr, ...) @printf(ptr noundef @.str.2, i32 noundef 1, i32 noundef 10)
%9 = call i32 (...) @getchar()
%10 = call i64 @time(ptr noundef null)
%11 = trunc i64 %10 to i32
%12 = call i32 @srand(i32 noundef %11)
%13 = call i32 (...) @rand()
%14 = srem i32 %13, 49
%15 = add nsw i32 %14, 1
store i32 %15, ptr %3, align 4
%16 = load i32, ptr %3, align 4
%17 = call i32 (ptr, ...) @printf(ptr noundef @.str.3, i32 noundef %16)
store i32 0, ptr %2, align 4
br label %18
18: ; preds = %35, %0
%19 = load i32, ptr %2, align 4
%20 = icmp slt i32 %19, 5
br i1 %20, label %21, label %38
21: ; preds = %18
%22 = call i32 (...) @rand()
%23 = srem i32 %22, 49
%24 = add nsw i32 %23, 1
%25 = load i32, ptr %2, align 4
%26 = sext i32 %25 to i64
%27 = getelementptr inbounds [5 x i32], ptr %5, i64 0, i64 %26
store i32 %24, ptr %27, align 4
%28 = load i32, ptr %2, align 4
%29 = add nsw i32 %28, 2
%30 = load i32, ptr %2, align 4
%31 = sext i32 %30 to i64
%32 = getelementptr inbounds [5 x i32], ptr %5, i64 0, i64 %31
%33 = load i32, ptr %32, align 4
%34 = call i32 (ptr, ...) @printf(ptr noundef @.str.4, i32 noundef %29, i32 noundef %33)
br label %35
35: ; preds = %21
%36 = load i32, ptr %2, align 4
%37 = add nsw i32 %36, 1
store i32 %37, ptr %2, align 4
br label %18, !llvm.loop !6
38: ; preds = %18
%39 = load i32, ptr %3, align 4
%40 = call i32 (ptr, ...) @printf(ptr noundef @.str.5, i32 noundef 31, i32 noundef %39)
store i32 0, ptr %2, align 4
br label %41
41: ; preds = %50, %38
%42 = load i32, ptr %2, align 4
%43 = icmp slt i32 %42, 5
br i1 %43, label %44, label %53
44: ; preds = %41
%45 = load i32, ptr %2, align 4
%46 = sext i32 %45 to i64
%47 = getelementptr inbounds [5 x i32], ptr %5, i64 0, i64 %46
%48 = load i32, ptr %47, align 4
%49 = call i32 (ptr, ...) @printf(ptr noundef @.str.6, i32 noundef %48)
br label %50
50: ; preds = %44
%51 = load i32, ptr %2, align 4
%52 = add nsw i32 %51, 1
store i32 %52, ptr %2, align 4
br label %41, !llvm.loop !8
53: ; preds = %41
%54 = getelementptr inbounds [5 x i32], ptr %5, i64 0, i64 0
%55 = load i32, ptr %54, align 16
%56 = call i32 (ptr, ...) @printf(ptr noundef @.str.7, i32 noundef %55)
%57 = call i32 (ptr, ...) @printf(ptr noundef @.str.8)
ret i32 0
}
declare i32 @puts(ptr noundef) #1
declare i32 @printf(ptr noundef, ...) #1
declare i32 @getchar(...) #1
declare i32 @srand(i32 noundef) #1
declare i64 @time(ptr noundef) #1
declare i32 @rand(...) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
!6 = distinct !{!6, !7}
!7 = !{!"llvm.loop.mustprogress"}
!8 = distinct !{!8, !7}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmpc_2m7sgg.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-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"\09\09\09Lotoria fantastica\0A\0A\00", align 1
@.str.1 = private unnamed_addr constant [31 x i8] c"\09\09Extragere direct in direct\0A\0A\00", align 1
@.str.2 = private unnamed_addr constant [36 x i8] c"Apasa balamuc pentru a incepe %c %c\00", align 1
@.str.3 = private unnamed_addr constant [37 x i8] c"..\0A\09..\0A\09\09..\0A\0APrimul numar este %d.\0A\0A\00", align 1
@.str.4 = private unnamed_addr constant [26 x i8] c"Al %dlea numar este %d.\0A\0A\00", align 1
@.str.5 = private unnamed_addr constant [49 x i8] c"Numerele extrase in aceasta seara sunt %c\0A\09 %d, \00", align 1
@.str.6 = private unnamed_addr constant [5 x i8] c"%d, \00", align 1
@.str.7 = private unnamed_addr constant [37 x i8] c"////\09Al treilea numar extras este %d\00", align 1
@.str.8 = private unnamed_addr constant [5 x i8] c"\0A\0A\0A\0D\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @main() #0 {
%1 = alloca i32, align 4
%2 = alloca i32, align 4
%3 = alloca i32, align 4
%4 = alloca i32, align 4
%5 = alloca [5 x i32], align 16
store i32 0, ptr %1, align 4
%6 = call i32 @puts(ptr noundef @.str)
%7 = call i32 @puts(ptr noundef @.str.1)
%8 = call i32 (ptr, ...) @printf(ptr noundef @.str.2, i32 noundef 1, i32 noundef 10)
%9 = call i32 (...) @getchar()
%10 = call i64 @time(ptr noundef null)
%11 = trunc i64 %10 to i32
%12 = call i32 @srand(i32 noundef %11)
%13 = call i32 (...) @rand()
%14 = srem i32 %13, 49
%15 = add nsw i32 %14, 1
store i32 %15, ptr %3, align 4
%16 = load i32, ptr %3, align 4
%17 = call i32 (ptr, ...) @printf(ptr noundef @.str.3, i32 noundef %16)
store i32 0, ptr %2, align 4
%18 = load i32, ptr %2, align 4
%19 = icmp slt i32 %18, 5
br i1 %19, label %.lr.ph, label %39
.lr.ph: ; preds = %0
br label %20
20: ; preds = %.lr.ph, %34
%21 = call i32 (...) @rand()
%22 = srem i32 %21, 49
%23 = add nsw i32 %22, 1
%24 = load i32, ptr %2, align 4
%25 = sext i32 %24 to i64
%26 = getelementptr inbounds [5 x i32], ptr %5, i64 0, i64 %25
store i32 %23, ptr %26, align 4
%27 = load i32, ptr %2, align 4
%28 = add nsw i32 %27, 2
%29 = load i32, ptr %2, align 4
%30 = sext i32 %29 to i64
%31 = getelementptr inbounds [5 x i32], ptr %5, i64 0, i64 %30
%32 = load i32, ptr %31, align 4
%33 = call i32 (ptr, ...) @printf(ptr noundef @.str.4, i32 noundef %28, i32 noundef %32)
br label %34
34: ; preds = %20
%35 = load i32, ptr %2, align 4
%36 = add nsw i32 %35, 1
store i32 %36, ptr %2, align 4
%37 = load i32, ptr %2, align 4
%38 = icmp slt i32 %37, 5
br i1 %38, label %20, label %._crit_edge, !llvm.loop !6
._crit_edge: ; preds = %34
br label %39
39: ; preds = %._crit_edge, %0
%40 = load i32, ptr %3, align 4
%41 = call i32 (ptr, ...) @printf(ptr noundef @.str.5, i32 noundef 31, i32 noundef %40)
store i32 0, ptr %2, align 4
%42 = load i32, ptr %2, align 4
%43 = icmp slt i32 %42, 5
br i1 %43, label %.lr.ph2, label %55
.lr.ph2: ; preds = %39
br label %44
44: ; preds = %.lr.ph2, %50
%45 = load i32, ptr %2, align 4
%46 = sext i32 %45 to i64
%47 = getelementptr inbounds [5 x i32], ptr %5, i64 0, i64 %46
%48 = load i32, ptr %47, align 4
%49 = call i32 (ptr, ...) @printf(ptr noundef @.str.6, i32 noundef %48)
br label %50
50: ; preds = %44
%51 = load i32, ptr %2, align 4
%52 = add nsw i32 %51, 1
store i32 %52, ptr %2, align 4
%53 = load i32, ptr %2, align 4
%54 = icmp slt i32 %53, 5
br i1 %54, label %44, label %._crit_edge3, !llvm.loop !8
._crit_edge3: ; preds = %50
br label %55
55: ; preds = %._crit_edge3, %39
%56 = getelementptr inbounds [5 x i32], ptr %5, i64 0, i64 0
%57 = load i32, ptr %56, align 16
%58 = call i32 (ptr, ...) @printf(ptr noundef @.str.7, i32 noundef %57)
%59 = call i32 (ptr, ...) @printf(ptr noundef @.str.8)
ret i32 0
}
declare i32 @puts(ptr noundef) #1
declare i32 @printf(ptr noundef, ...) #1
declare i32 @getchar(...) #1
declare i32 @srand(i32 noundef) #1
declare i64 @time(ptr noundef) #1
declare i32 @rand(...) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
!6 = distinct !{!6, !7}
!7 = !{!"llvm.loop.mustprogress"}
!8 = distinct !{!8, !7}
|
; ModuleID = '/tmp/tmpcnusbwna.c'
source_filename = "/tmp/tmpcnusbwna.c"
target datalayout = "e-m:e-p270: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/tmpcnusbwna.c"
target datalayout = "e-m:e-p270: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/tmpht_pgp4a.c'
source_filename = "/tmp/tmpht_pgp4a.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @round_to_next_power_of_2(i64 noundef %0) #0 {
%2 = alloca i64, align 8
store i64 %0, ptr %2, align 8
%3 = load i64, ptr %2, align 8
%4 = add i64 %3, -1
store i64 %4, ptr %2, align 8
%5 = load i64, ptr %2, align 8
%6 = lshr i64 %5, 1
%7 = load i64, ptr %2, align 8
%8 = or i64 %7, %6
store i64 %8, ptr %2, align 8
%9 = load i64, ptr %2, align 8
%10 = lshr i64 %9, 2
%11 = load i64, ptr %2, align 8
%12 = or i64 %11, %10
store i64 %12, ptr %2, align 8
%13 = load i64, ptr %2, align 8
%14 = lshr i64 %13, 4
%15 = load i64, ptr %2, align 8
%16 = or i64 %15, %14
store i64 %16, ptr %2, align 8
%17 = load i64, ptr %2, align 8
%18 = lshr i64 %17, 8
%19 = load i64, ptr %2, align 8
%20 = or i64 %19, %18
store i64 %20, ptr %2, align 8
%21 = load i64, ptr %2, align 8
%22 = lshr i64 %21, 16
%23 = load i64, ptr %2, align 8
%24 = or i64 %23, %22
store i64 %24, ptr %2, align 8
%25 = load i64, ptr %2, align 8
%26 = add i64 %25, 1
store i64 %26, ptr %2, align 8
%27 = load i64, ptr %2, align 8
ret i64 %27
}
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmpht_pgp4a.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @round_to_next_power_of_2(i64 noundef %0) #0 {
%2 = alloca i64, align 8
store i64 %0, ptr %2, align 8
%3 = load i64, ptr %2, align 8
%4 = add i64 %3, -1
store i64 %4, ptr %2, align 8
%5 = load i64, ptr %2, align 8
%6 = lshr i64 %5, 1
%7 = load i64, ptr %2, align 8
%8 = or i64 %7, %6
store i64 %8, ptr %2, align 8
%9 = load i64, ptr %2, align 8
%10 = lshr i64 %9, 2
%11 = load i64, ptr %2, align 8
%12 = or i64 %11, %10
store i64 %12, ptr %2, align 8
%13 = load i64, ptr %2, align 8
%14 = lshr i64 %13, 4
%15 = load i64, ptr %2, align 8
%16 = or i64 %15, %14
store i64 %16, ptr %2, align 8
%17 = load i64, ptr %2, align 8
%18 = lshr i64 %17, 8
%19 = load i64, ptr %2, align 8
%20 = or i64 %19, %18
store i64 %20, ptr %2, align 8
%21 = load i64, ptr %2, align 8
%22 = lshr i64 %21, 16
%23 = load i64, ptr %2, align 8
%24 = or i64 %23, %22
store i64 %24, ptr %2, align 8
%25 = load i64, ptr %2, align 8
%26 = add i64 %25, 1
store i64 %26, ptr %2, align 8
%27 = load i64, ptr %2, align 8
ret i64 %27
}
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
|
; ModuleID = '/tmp/tmpontftzct.c'
source_filename = "/tmp/tmpontftzct.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@.str = private unnamed_addr constant [1 x i8] zeroinitializer, align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @mprintf(ptr noundef %0, ...) #0 {
%2 = alloca i32, align 4
%3 = alloca ptr, align 8
%4 = alloca i32, align 4
%5 = alloca ptr, align 8
%6 = alloca ptr, align 8
store ptr %0, ptr %3, align 8
%7 = load ptr, ptr %3, align 8
%8 = call i64 @strcmp(ptr noundef %7, ptr noundef @.str)
%9 = icmp ne i64 %8, 0
br i1 %9, label %10, label %160
10: ; preds = %1
store i32 0, ptr %4, align 4
%11 = call ptr (...) @getebp()
store ptr %11, ptr %5, align 8
%12 = load ptr, ptr %5, align 8
%13 = getelementptr inbounds i32, ptr %12, i64 4
store ptr %13, ptr %6, align 8
store i32 0, ptr %4, align 4
br label %14
14: ; preds = %156, %10
%15 = load ptr, ptr %3, align 8
%16 = load i32, ptr %4, 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 = icmp ne i32 %20, 0
br i1 %21, label %22, label %159
22: ; preds = %14
%23 = load ptr, ptr %3, align 8
%24 = load i32, ptr %4, align 4
%25 = sext i32 %24 to i64
%26 = getelementptr inbounds i8, ptr %23, i64 %25
%27 = load i8, ptr %26, align 1
%28 = sext i8 %27 to i32
%29 = icmp eq i32 %28, 37
br i1 %29, label %30, label %98
30: ; preds = %22
%31 = load i32, ptr %4, align 4
%32 = add nsw i32 %31, 1
store i32 %32, ptr %4, align 4
%33 = load ptr, ptr %3, align 8
%34 = load i32, ptr %4, align 4
%35 = sext i32 %34 to i64
%36 = getelementptr inbounds i8, ptr %33, i64 %35
%37 = load i8, ptr %36, align 1
%38 = sext i8 %37 to i32
%39 = icmp eq i32 %38, 99
br i1 %39, label %40, label %44
40: ; preds = %30
%41 = load ptr, ptr %6, align 8
%42 = load i32, ptr %41, align 4
%43 = call i32 @mprintc(i32 noundef %42)
br label %95
44: ; preds = %30
%45 = load ptr, ptr %3, align 8
%46 = load i32, ptr %4, align 4
%47 = sext i32 %46 to i64
%48 = getelementptr inbounds i8, ptr %45, i64 %47
%49 = load i8, ptr %48, align 1
%50 = sext i8 %49 to i32
%51 = icmp eq i32 %50, 100
br i1 %51, label %52, label %56
52: ; preds = %44
%53 = load ptr, ptr %6, align 8
%54 = load i32, ptr %53, align 4
%55 = call i32 @mprintd(i32 noundef %54)
br label %94
56: ; preds = %44
%57 = load ptr, ptr %3, align 8
%58 = load i32, ptr %4, align 4
%59 = sext i32 %58 to i64
%60 = getelementptr inbounds i8, ptr %57, i64 %59
%61 = load i8, ptr %60, align 1
%62 = sext i8 %61 to i32
%63 = icmp eq i32 %62, 120
br i1 %63, label %64, label %68
64: ; preds = %56
%65 = load ptr, ptr %6, align 8
%66 = load i32, ptr %65, align 4
%67 = call i32 @mprintx(i32 noundef %66)
br label %93
68: ; preds = %56
%69 = load ptr, ptr %3, align 8
%70 = load i32, ptr %4, align 4
%71 = sext i32 %70 to i64
%72 = getelementptr inbounds i8, ptr %69, i64 %71
%73 = load i8, ptr %72, align 1
%74 = sext i8 %73 to i32
%75 = icmp eq i32 %74, 115
br i1 %75, label %76, label %80
76: ; preds = %68
%77 = load ptr, ptr %6, align 8
%78 = load i32, ptr %77, align 4
%79 = call i32 @mprints(i32 noundef %78)
br label %92
80: ; preds = %68
%81 = load ptr, ptr %3, align 8
%82 = load i32, ptr %4, align 4
%83 = sext i32 %82 to i64
%84 = getelementptr inbounds i8, ptr %81, i64 %83
%85 = load i8, ptr %84, align 1
%86 = sext i8 %85 to i32
%87 = icmp eq i32 %86, 37
br i1 %87, label %88, label %90
88: ; preds = %80
%89 = call i32 @putc(i8 noundef signext 37)
br label %91
90: ; preds = %80
store i32 0, ptr %2, align 4
br label %161
91: ; preds = %88
br label %92
92: ; preds = %91, %76
br label %93
93: ; preds = %92, %64
br label %94
94: ; preds = %93, %52
br label %95
95: ; preds = %94, %40
%96 = load ptr, ptr %6, align 8
%97 = getelementptr inbounds i32, ptr %96, i32 1
store ptr %97, ptr %6, align 8
br label %155
98: ; preds = %22
%99 = load ptr, ptr %3, align 8
%100 = load i32, ptr %4, align 4
%101 = sext i32 %100 to i64
%102 = getelementptr inbounds i8, ptr %99, i64 %101
%103 = load i8, ptr %102, align 1
%104 = sext i8 %103 to i32
%105 = icmp eq i32 %104, 47
br i1 %105, label %106, label %122
106: ; preds = %98
%107 = load i32, ptr %4, align 4
%108 = add nsw i32 %107, 1
store i32 %108, ptr %4, align 4
%109 = load ptr, ptr %3, align 8
%110 = load i32, ptr %4, align 4
%111 = sext i32 %110 to i64
%112 = getelementptr inbounds i8, ptr %109, i64 %111
%113 = load i8, ptr %112, align 1
%114 = sext i8 %113 to i32
%115 = icmp eq i32 %114, 110
br i1 %115, label %116, label %119
116: ; preds = %106
%117 = call i32 @putc(i8 noundef signext 10)
%118 = call i32 @putc(i8 noundef signext 13)
br label %119
119: ; preds = %116, %106
%120 = load i32, ptr %4, align 4
%121 = add nsw i32 %120, 1
store i32 %121, ptr %4, align 4
br label %154
122: ; preds = %98
%123 = load ptr, ptr %3, align 8
%124 = load i32, ptr %4, align 4
%125 = sext i32 %124 to i64
%126 = getelementptr inbounds i8, ptr %123, i64 %125
%127 = load i8, ptr %126, align 1
%128 = sext i8 %127 to i32
%129 = icmp eq i32 %128, 92
br i1 %129, label %130, label %146
130: ; preds = %122
%131 = load i32, ptr %4, align 4
%132 = add nsw i32 %131, 1
store i32 %132, ptr %4, align 4
%133 = load ptr, ptr %3, align 8
%134 = load i32, ptr %4, align 4
%135 = sext i32 %134 to i64
%136 = getelementptr inbounds i8, ptr %133, i64 %135
%137 = load i8, ptr %136, align 1
%138 = sext i8 %137 to i32
%139 = icmp eq i32 %138, 110
br i1 %139, label %140, label %143
140: ; preds = %130
%141 = call i32 @putc(i8 noundef signext 10)
%142 = call i32 @putc(i8 noundef signext 13)
br label %143
143: ; preds = %140, %130
%144 = load i32, ptr %4, align 4
%145 = add nsw i32 %144, 1
store i32 %145, ptr %4, align 4
br label %153
146: ; preds = %122
%147 = load ptr, ptr %3, align 8
%148 = load i32, ptr %4, align 4
%149 = sext i32 %148 to i64
%150 = getelementptr inbounds i8, ptr %147, i64 %149
%151 = load i8, ptr %150, align 1
%152 = call i32 @putc(i8 noundef signext %151)
br label %153
153: ; preds = %146, %143
br label %154
154: ; preds = %153, %119
br label %155
155: ; preds = %154, %95
br label %156
156: ; preds = %155
%157 = load i32, ptr %4, align 4
%158 = add nsw i32 %157, 1
store i32 %158, ptr %4, align 4
br label %14, !llvm.loop !6
159: ; preds = %14
br label %160
160: ; preds = %159, %1
store i32 1, ptr %2, align 4
br label %161
161: ; preds = %160, %90
%162 = load i32, ptr %2, align 4
ret i32 %162
}
declare i64 @strcmp(ptr noundef, ptr noundef) #1
declare ptr @getebp(...) #1
declare i32 @mprintc(i32 noundef) #1
declare i32 @mprintd(i32 noundef) #1
declare i32 @mprintx(i32 noundef) #1
declare i32 @mprints(i32 noundef) #1
declare i32 @putc(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/tmpontftzct.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@.str = private unnamed_addr constant [1 x i8] zeroinitializer, align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @mprintf(ptr noundef %0, ...) #0 {
%2 = alloca i32, align 4
%3 = alloca ptr, align 8
%4 = alloca i32, align 4
%5 = alloca ptr, align 8
%6 = alloca ptr, align 8
store ptr %0, ptr %3, align 8
%7 = load ptr, ptr %3, align 8
%8 = call i64 @strcmp(ptr noundef %7, ptr noundef @.str)
%9 = icmp ne i64 %8, 0
br i1 %9, label %10, label %166
10: ; preds = %1
store i32 0, ptr %4, align 4
%11 = call ptr (...) @getebp()
store ptr %11, ptr %5, align 8
%12 = load ptr, ptr %5, align 8
%13 = getelementptr inbounds i32, ptr %12, i64 4
store ptr %13, ptr %6, align 8
store i32 0, ptr %4, align 4
%14 = load ptr, ptr %3, align 8
%15 = load i32, ptr %4, align 4
%16 = sext i32 %15 to i64
%17 = getelementptr inbounds i8, ptr %14, i64 %16
%18 = load i8, ptr %17, align 1
%19 = sext i8 %18 to i32
%20 = icmp ne i32 %19, 0
br i1 %20, label %.lr.ph, label %165
.lr.ph: ; preds = %10
br label %21
21: ; preds = %.lr.ph, %155
%22 = load ptr, ptr %3, align 8
%23 = load i32, ptr %4, align 4
%24 = sext i32 %23 to i64
%25 = getelementptr inbounds i8, ptr %22, i64 %24
%26 = load i8, ptr %25, align 1
%27 = sext i8 %26 to i32
%28 = icmp eq i32 %27, 37
br i1 %28, label %29, label %97
29: ; preds = %21
%30 = load i32, ptr %4, align 4
%31 = add nsw i32 %30, 1
store i32 %31, ptr %4, align 4
%32 = load ptr, ptr %3, align 8
%33 = load i32, ptr %4, align 4
%34 = sext i32 %33 to i64
%35 = getelementptr inbounds i8, ptr %32, i64 %34
%36 = load i8, ptr %35, align 1
%37 = sext i8 %36 to i32
%38 = icmp eq i32 %37, 99
br i1 %38, label %39, label %43
39: ; preds = %29
%40 = load ptr, ptr %6, align 8
%41 = load i32, ptr %40, align 4
%42 = call i32 @mprintc(i32 noundef %41)
br label %94
43: ; preds = %29
%44 = load ptr, ptr %3, align 8
%45 = load i32, ptr %4, align 4
%46 = sext i32 %45 to i64
%47 = getelementptr inbounds i8, ptr %44, i64 %46
%48 = load i8, ptr %47, align 1
%49 = sext i8 %48 to i32
%50 = icmp eq i32 %49, 100
br i1 %50, label %51, label %55
51: ; preds = %43
%52 = load ptr, ptr %6, align 8
%53 = load i32, ptr %52, align 4
%54 = call i32 @mprintd(i32 noundef %53)
br label %93
55: ; preds = %43
%56 = load ptr, ptr %3, align 8
%57 = load i32, ptr %4, align 4
%58 = sext i32 %57 to i64
%59 = getelementptr inbounds i8, ptr %56, i64 %58
%60 = load i8, ptr %59, align 1
%61 = sext i8 %60 to i32
%62 = icmp eq i32 %61, 120
br i1 %62, label %63, label %67
63: ; preds = %55
%64 = load ptr, ptr %6, align 8
%65 = load i32, ptr %64, align 4
%66 = call i32 @mprintx(i32 noundef %65)
br label %92
67: ; preds = %55
%68 = load ptr, ptr %3, align 8
%69 = load i32, ptr %4, align 4
%70 = sext i32 %69 to i64
%71 = getelementptr inbounds i8, ptr %68, i64 %70
%72 = load i8, ptr %71, align 1
%73 = sext i8 %72 to i32
%74 = icmp eq i32 %73, 115
br i1 %74, label %75, label %79
75: ; preds = %67
%76 = load ptr, ptr %6, align 8
%77 = load i32, ptr %76, align 4
%78 = call i32 @mprints(i32 noundef %77)
br label %91
79: ; preds = %67
%80 = load ptr, ptr %3, align 8
%81 = load i32, ptr %4, align 4
%82 = sext i32 %81 to i64
%83 = getelementptr inbounds i8, ptr %80, i64 %82
%84 = load i8, ptr %83, align 1
%85 = sext i8 %84 to i32
%86 = icmp eq i32 %85, 37
br i1 %86, label %87, label %89
87: ; preds = %79
%88 = call i32 @putc(i8 noundef signext 37)
br label %90
89: ; preds = %79
store i32 0, ptr %2, align 4
br label %167
90: ; preds = %87
br label %91
91: ; preds = %90, %75
br label %92
92: ; preds = %91, %63
br label %93
93: ; preds = %92, %51
br label %94
94: ; preds = %93, %39
%95 = load ptr, ptr %6, align 8
%96 = getelementptr inbounds i32, ptr %95, i32 1
store ptr %96, ptr %6, align 8
br label %154
97: ; preds = %21
%98 = load ptr, ptr %3, align 8
%99 = load i32, ptr %4, align 4
%100 = sext i32 %99 to i64
%101 = getelementptr inbounds i8, ptr %98, i64 %100
%102 = load i8, ptr %101, align 1
%103 = sext i8 %102 to i32
%104 = icmp eq i32 %103, 47
br i1 %104, label %105, label %121
105: ; preds = %97
%106 = load i32, ptr %4, align 4
%107 = add nsw i32 %106, 1
store i32 %107, ptr %4, align 4
%108 = load ptr, ptr %3, align 8
%109 = load i32, ptr %4, align 4
%110 = sext i32 %109 to i64
%111 = getelementptr inbounds i8, ptr %108, i64 %110
%112 = load i8, ptr %111, align 1
%113 = sext i8 %112 to i32
%114 = icmp eq i32 %113, 110
br i1 %114, label %115, label %118
115: ; preds = %105
%116 = call i32 @putc(i8 noundef signext 10)
%117 = call i32 @putc(i8 noundef signext 13)
br label %118
118: ; preds = %115, %105
%119 = load i32, ptr %4, align 4
%120 = add nsw i32 %119, 1
store i32 %120, ptr %4, align 4
br label %153
121: ; preds = %97
%122 = load ptr, ptr %3, align 8
%123 = load i32, ptr %4, align 4
%124 = sext i32 %123 to i64
%125 = getelementptr inbounds i8, ptr %122, i64 %124
%126 = load i8, ptr %125, align 1
%127 = sext i8 %126 to i32
%128 = icmp eq i32 %127, 92
br i1 %128, label %129, label %145
129: ; preds = %121
%130 = load i32, ptr %4, align 4
%131 = add nsw i32 %130, 1
store i32 %131, ptr %4, align 4
%132 = load ptr, ptr %3, align 8
%133 = load i32, ptr %4, align 4
%134 = sext i32 %133 to i64
%135 = getelementptr inbounds i8, ptr %132, i64 %134
%136 = load i8, ptr %135, align 1
%137 = sext i8 %136 to i32
%138 = icmp eq i32 %137, 110
br i1 %138, label %139, label %142
139: ; preds = %129
%140 = call i32 @putc(i8 noundef signext 10)
%141 = call i32 @putc(i8 noundef signext 13)
br label %142
142: ; preds = %139, %129
%143 = load i32, ptr %4, align 4
%144 = add nsw i32 %143, 1
store i32 %144, ptr %4, align 4
br label %152
145: ; preds = %121
%146 = load ptr, ptr %3, align 8
%147 = load i32, ptr %4, align 4
%148 = sext i32 %147 to i64
%149 = getelementptr inbounds i8, ptr %146, i64 %148
%150 = load i8, ptr %149, align 1
%151 = call i32 @putc(i8 noundef signext %150)
br label %152
152: ; preds = %145, %142
br label %153
153: ; preds = %152, %118
br label %154
154: ; preds = %153, %94
br label %155
155: ; preds = %154
%156 = load i32, ptr %4, align 4
%157 = add nsw i32 %156, 1
store i32 %157, ptr %4, align 4
%158 = load ptr, ptr %3, align 8
%159 = load i32, ptr %4, align 4
%160 = sext i32 %159 to i64
%161 = getelementptr inbounds i8, ptr %158, i64 %160
%162 = load i8, ptr %161, align 1
%163 = sext i8 %162 to i32
%164 = icmp ne i32 %163, 0
br i1 %164, label %21, label %._crit_edge, !llvm.loop !6
._crit_edge: ; preds = %155
br label %165
165: ; preds = %._crit_edge, %10
br label %166
166: ; preds = %165, %1
store i32 1, ptr %2, align 4
br label %167
167: ; preds = %166, %89
%168 = load i32, ptr %2, align 4
ret i32 %168
}
declare i64 @strcmp(ptr noundef, ptr noundef) #1
declare ptr @getebp(...) #1
declare i32 @mprintc(i32 noundef) #1
declare i32 @mprintd(i32 noundef) #1
declare i32 @mprintx(i32 noundef) #1
declare i32 @mprints(i32 noundef) #1
declare i32 @putc(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/tmpkxfvp4__.c'
source_filename = "/tmp/tmpkxfvp4__.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @getuid() #0 {
%1 = call i32 (...) @get_uid()
ret i32 %1
}
declare i32 @get_uid(...) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmpkxfvp4__.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @getuid() #0 {
%1 = call i32 (...) @get_uid()
ret i32 %1
}
declare i32 @get_uid(...) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
|
; ModuleID = '/tmp/tmp3yibijbc.c'
source_filename = "/tmp/tmp3yibijbc.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@.str = private unnamed_addr constant [5 x i8] c"%lu\0A\00", align 1
; 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 (...) @clock()
%3 = call i32 @printf(ptr noundef @.str, i32 noundef %2)
ret i32 0
}
declare i32 @printf(ptr noundef, i32 noundef) #1
declare i32 @clock(...) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmp3yibijbc.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@.str = private unnamed_addr constant [5 x i8] c"%lu\0A\00", align 1
; 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 (...) @clock()
%3 = call i32 @printf(ptr noundef @.str, i32 noundef %2)
ret i32 0
}
declare i32 @printf(ptr noundef, i32 noundef) #1
declare i32 @clock(...) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
|
; ModuleID = '/tmp/tmpiysg2fgi.c'
source_filename = "/tmp/tmpiysg2fgi.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @bst_last(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 @bst_rightmost(ptr noundef %3)
ret ptr %4
}
declare ptr @bst_rightmost(ptr noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmpiysg2fgi.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @bst_last(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 @bst_rightmost(ptr noundef %3)
ret ptr %4
}
declare ptr @bst_rightmost(ptr noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
|
; ModuleID = '/tmp/tmpnhlcxs0y.c'
source_filename = "/tmp/tmpnhlcxs0y.c"
target datalayout = "e-m:e-p270: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/tmpnhlcxs0y.c"
target datalayout = "e-m:e-p270: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/tmp6jprpkyh.c'
source_filename = "/tmp/tmp6jprpkyh.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local void @main() #0 {
%1 = alloca double, align 8
%2 = alloca double, align 8
%3 = alloca double, align 8
%4 = alloca double, align 8
%5 = alloca ptr, align 8
%6 = alloca ptr, align 8
%7 = alloca i32, align 4
%8 = alloca i32, align 4
%9 = alloca i32, align 4
%10 = call double @__BUILTIN_DAED_DBETWEEN(double noundef 2.000000e+01, double noundef 3.000000e+01)
store double %10, ptr %3, align 8
store ptr %3, ptr %5, align 8
store ptr %1, ptr %6, align 8
%11 = load ptr, ptr %5, align 8
%12 = getelementptr inbounds i32, ptr %11, i64 0
%13 = load i32, ptr %12, align 4
%14 = and i32 %13, 2146435072
%15 = ashr i32 %14, 20
%16 = sub nsw i32 %15, 1023
store i32 %16, ptr %8, align 4
store double 1.000000e+00, ptr %1, align 8
%17 = load i32, ptr %8, align 4
%18 = sub nsw i32 1023, %17
%19 = shl i32 %18, 20
%20 = load ptr, ptr %6, align 8
%21 = getelementptr inbounds i32, ptr %20, i64 0
store i32 %19, ptr %21, align 4
store i32 1, ptr %7, align 4
store i32 0, ptr %9, align 4
br label %22
22: ; preds = %42, %0
%23 = load i32, ptr %7, align 4
%24 = icmp ne i32 %23, 0
br i1 %24, label %25, label %48
25: ; preds = %22
%26 = load double, ptr %1, align 8
%27 = load double, ptr %3, align 8
%28 = load double, ptr %1, align 8
%29 = fmul double %27, %28
%30 = load double, ptr %1, align 8
%31 = fmul double %29, %30
%32 = fneg double %31
%33 = call double @llvm.fmuladd.f64(double 2.000000e+00, double %26, double %32)
store double %33, ptr %2, align 8
%34 = load double, ptr %2, align 8
%35 = load double, ptr %1, align 8
%36 = fsub double %34, %35
store double %36, ptr %4, align 8
%37 = load double, ptr %4, align 8
%38 = fcmp ogt double %37, 1.000000e-10
br i1 %38, label %42, label %39
39: ; preds = %25
%40 = load double, ptr %4, align 8
%41 = fcmp olt double %40, -1.000000e-10
br label %42
42: ; preds = %39, %25
%43 = phi i1 [ true, %25 ], [ %41, %39 ]
%44 = zext i1 %43 to i32
store i32 %44, ptr %7, align 4
%45 = load double, ptr %2, align 8
store double %45, ptr %1, align 8
%46 = load i32, ptr %9, align 4
%47 = add nsw i32 %46, 1
store i32 %47, ptr %9, align 4
br label %22, !llvm.loop !6
48: ; preds = %22
ret void
}
declare double @__BUILTIN_DAED_DBETWEEN(double noundef, double noundef) #1
; Function Attrs: nocallback nofree nosync nounwind speculatable willreturn memory(none)
declare double @llvm.fmuladd.f64(double, double, double) #2
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #2 = { nocallback nofree nosync nounwind speculatable willreturn memory(none) }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
!6 = distinct !{!6, !7}
!7 = !{!"llvm.loop.mustprogress"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmp6jprpkyh.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local void @main() #0 {
%1 = alloca double, align 8
%2 = alloca double, align 8
%3 = alloca double, align 8
%4 = alloca double, align 8
%5 = alloca ptr, align 8
%6 = alloca ptr, align 8
%7 = alloca i32, align 4
%8 = alloca i32, align 4
%9 = alloca i32, align 4
%10 = call double @__BUILTIN_DAED_DBETWEEN(double noundef 2.000000e+01, double noundef 3.000000e+01)
store double %10, ptr %3, align 8
store ptr %3, ptr %5, align 8
store ptr %1, ptr %6, align 8
%11 = load ptr, ptr %5, align 8
%12 = getelementptr inbounds i32, ptr %11, i64 0
%13 = load i32, ptr %12, align 4
%14 = and i32 %13, 2146435072
%15 = ashr i32 %14, 20
%16 = sub nsw i32 %15, 1023
store i32 %16, ptr %8, align 4
store double 1.000000e+00, ptr %1, align 8
%17 = load i32, ptr %8, align 4
%18 = sub nsw i32 1023, %17
%19 = shl i32 %18, 20
%20 = load ptr, ptr %6, align 8
%21 = getelementptr inbounds i32, ptr %20, i64 0
store i32 %19, ptr %21, align 4
store i32 1, ptr %7, align 4
store i32 0, ptr %9, align 4
%22 = load i32, ptr %7, align 4
%23 = icmp ne i32 %22, 0
br i1 %23, label %.lr.ph, label %49
.lr.ph: ; preds = %0
br label %24
24: ; preds = %.lr.ph, %41
%25 = load double, ptr %1, align 8
%26 = load double, ptr %3, align 8
%27 = load double, ptr %1, align 8
%28 = fmul double %26, %27
%29 = load double, ptr %1, align 8
%30 = fmul double %28, %29
%31 = fneg double %30
%32 = call double @llvm.fmuladd.f64(double 2.000000e+00, double %25, double %31)
store double %32, ptr %2, align 8
%33 = load double, ptr %2, align 8
%34 = load double, ptr %1, align 8
%35 = fsub double %33, %34
store double %35, ptr %4, align 8
%36 = load double, ptr %4, align 8
%37 = fcmp ogt double %36, 1.000000e-10
br i1 %37, label %41, label %38
38: ; preds = %24
%39 = load double, ptr %4, align 8
%40 = fcmp olt double %39, -1.000000e-10
br label %41
41: ; preds = %38, %24
%42 = phi i1 [ true, %24 ], [ %40, %38 ]
%43 = zext i1 %42 to i32
store i32 %43, ptr %7, align 4
%44 = load double, ptr %2, align 8
store double %44, ptr %1, align 8
%45 = load i32, ptr %9, align 4
%46 = add nsw i32 %45, 1
store i32 %46, ptr %9, align 4
%47 = load i32, ptr %7, align 4
%48 = icmp ne i32 %47, 0
br i1 %48, label %24, label %._crit_edge, !llvm.loop !6
._crit_edge: ; preds = %41
br label %49
49: ; preds = %._crit_edge, %0
ret void
}
declare double @__BUILTIN_DAED_DBETWEEN(double noundef, double noundef) #1
; Function Attrs: nocallback nofree nosync nounwind speculatable willreturn memory(none)
declare double @llvm.fmuladd.f64(double, double, double) #2
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #2 = { nocallback nofree nosync nounwind speculatable willreturn memory(none) }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
!6 = distinct !{!6, !7}
!7 = !{!"llvm.loop.mustprogress"}
|
; ModuleID = '/tmp/tmpoctuang6.c'
source_filename = "/tmp/tmpoctuang6.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@.str = private unnamed_addr constant [3 x i8] c"%c\00", align 1
@.str.1 = private unnamed_addr constant [4 x i8] c"%lc\00", align 1
@.str.2 = private unnamed_addr constant [2 x i8] c"\0A\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local void @cpuid_printVendorID() #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
store i32 0, ptr %5, align 4
store i32 0, ptr %6, align 4
%7 = load i32, ptr %5, align 4
%8 = call i32 @cpuid(i32 noundef %7, ptr noundef %1, ptr noundef %2, ptr noundef %3, ptr noundef %4)
store i32 0, ptr %6, align 4
br label %9
9: ; preds = %30, %0
%10 = load i32, ptr %6, align 4
%11 = icmp slt i32 %10, 32
br i1 %11, label %12, label %33
12: ; preds = %9
%13 = load i32, ptr %2, align 4
%14 = load i32, ptr %6, align 4
%15 = add nsw i32 7, %14
%16 = load i32, ptr %6, align 4
%17 = add nsw i32 0, %16
%18 = sub nsw i32 %15, %17
%19 = add nsw i32 %18, 1
%20 = shl i32 1, %19
%21 = sub nsw i32 %20, 1
%22 = load i32, ptr %6, align 4
%23 = add nsw i32 0, %22
%24 = shl i32 %21, %23
%25 = and i32 %13, %24
%26 = load i32, ptr %6, align 4
%27 = add nsw i32 0, %26
%28 = ashr i32 %25, %27
%29 = call i32 (ptr, ...) @printf(ptr noundef @.str, i32 noundef %28)
br label %30
30: ; preds = %12
%31 = load i32, ptr %6, align 4
%32 = add nsw i32 %31, 8
store i32 %32, ptr %6, align 4
br label %9, !llvm.loop !6
33: ; preds = %9
store i32 0, ptr %6, align 4
br label %34
34: ; preds = %55, %33
%35 = load i32, ptr %6, align 4
%36 = icmp slt i32 %35, 32
br i1 %36, label %37, label %58
37: ; preds = %34
%38 = load i32, ptr %4, align 4
%39 = load i32, ptr %6, align 4
%40 = add nsw i32 7, %39
%41 = load i32, ptr %6, align 4
%42 = add nsw i32 0, %41
%43 = sub nsw i32 %40, %42
%44 = add nsw i32 %43, 1
%45 = shl i32 1, %44
%46 = sub nsw i32 %45, 1
%47 = load i32, ptr %6, align 4
%48 = add nsw i32 0, %47
%49 = shl i32 %46, %48
%50 = and i32 %38, %49
%51 = load i32, ptr %6, align 4
%52 = add nsw i32 0, %51
%53 = ashr i32 %50, %52
%54 = call i32 (ptr, ...) @printf(ptr noundef @.str.1, i32 noundef %53)
br label %55
55: ; preds = %37
%56 = load i32, ptr %6, align 4
%57 = add nsw i32 %56, 8
store i32 %57, ptr %6, align 4
br label %34, !llvm.loop !8
58: ; preds = %34
store i32 0, ptr %6, align 4
br label %59
59: ; preds = %80, %58
%60 = load i32, ptr %6, align 4
%61 = icmp slt i32 %60, 32
br i1 %61, label %62, label %83
62: ; preds = %59
%63 = load i32, ptr %3, align 4
%64 = load i32, ptr %6, align 4
%65 = add nsw i32 7, %64
%66 = load i32, ptr %6, align 4
%67 = add nsw i32 0, %66
%68 = sub nsw i32 %65, %67
%69 = add nsw i32 %68, 1
%70 = shl i32 1, %69
%71 = sub nsw i32 %70, 1
%72 = load i32, ptr %6, align 4
%73 = add nsw i32 0, %72
%74 = shl i32 %71, %73
%75 = and i32 %63, %74
%76 = load i32, ptr %6, align 4
%77 = add nsw i32 0, %76
%78 = ashr i32 %75, %77
%79 = call i32 (ptr, ...) @printf(ptr noundef @.str.1, i32 noundef %78)
br label %80
80: ; preds = %62
%81 = load i32, ptr %6, align 4
%82 = add nsw i32 %81, 8
store i32 %82, ptr %6, align 4
br label %59, !llvm.loop !9
83: ; preds = %59
%84 = call i32 (ptr, ...) @printf(ptr noundef @.str.2)
ret void
}
declare i32 @cpuid(i32 noundef, ptr noundef, ptr noundef, ptr noundef, ptr noundef) #1
declare i32 @printf(ptr noundef, ...) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
!6 = distinct !{!6, !7}
!7 = !{!"llvm.loop.mustprogress"}
!8 = distinct !{!8, !7}
!9 = distinct !{!9, !7}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmpoctuang6.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@.str = private unnamed_addr constant [3 x i8] c"%c\00", align 1
@.str.1 = private unnamed_addr constant [4 x i8] c"%lc\00", align 1
@.str.2 = private unnamed_addr constant [2 x i8] c"\0A\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local void @cpuid_printVendorID() #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
store i32 0, ptr %5, align 4
store i32 0, ptr %6, align 4
%7 = load i32, ptr %5, align 4
%8 = call i32 @cpuid(i32 noundef %7, ptr noundef %1, ptr noundef %2, ptr noundef %3, ptr noundef %4)
store i32 0, ptr %6, align 4
%9 = load i32, ptr %6, align 4
%10 = icmp slt i32 %9, 32
br i1 %10, label %.lr.ph, label %34
.lr.ph: ; preds = %0
br label %11
11: ; preds = %.lr.ph, %29
%12 = load i32, ptr %2, align 4
%13 = load i32, ptr %6, align 4
%14 = add nsw i32 7, %13
%15 = load i32, ptr %6, align 4
%16 = add nsw i32 0, %15
%17 = sub nsw i32 %14, %16
%18 = add nsw i32 %17, 1
%19 = shl i32 1, %18
%20 = sub nsw i32 %19, 1
%21 = load i32, ptr %6, align 4
%22 = add nsw i32 0, %21
%23 = shl i32 %20, %22
%24 = and i32 %12, %23
%25 = load i32, ptr %6, align 4
%26 = add nsw i32 0, %25
%27 = ashr i32 %24, %26
%28 = call i32 (ptr, ...) @printf(ptr noundef @.str, i32 noundef %27)
br label %29
29: ; preds = %11
%30 = load i32, ptr %6, align 4
%31 = add nsw i32 %30, 8
store i32 %31, ptr %6, align 4
%32 = load i32, ptr %6, align 4
%33 = icmp slt i32 %32, 32
br i1 %33, label %11, label %._crit_edge, !llvm.loop !6
._crit_edge: ; preds = %29
br label %34
34: ; preds = %._crit_edge, %0
store i32 0, ptr %6, align 4
%35 = load i32, ptr %6, align 4
%36 = icmp slt i32 %35, 32
br i1 %36, label %.lr.ph2, label %60
.lr.ph2: ; preds = %34
br label %37
37: ; preds = %.lr.ph2, %55
%38 = load i32, ptr %4, align 4
%39 = load i32, ptr %6, align 4
%40 = add nsw i32 7, %39
%41 = load i32, ptr %6, align 4
%42 = add nsw i32 0, %41
%43 = sub nsw i32 %40, %42
%44 = add nsw i32 %43, 1
%45 = shl i32 1, %44
%46 = sub nsw i32 %45, 1
%47 = load i32, ptr %6, align 4
%48 = add nsw i32 0, %47
%49 = shl i32 %46, %48
%50 = and i32 %38, %49
%51 = load i32, ptr %6, align 4
%52 = add nsw i32 0, %51
%53 = ashr i32 %50, %52
%54 = call i32 (ptr, ...) @printf(ptr noundef @.str.1, i32 noundef %53)
br label %55
55: ; preds = %37
%56 = load i32, ptr %6, align 4
%57 = add nsw i32 %56, 8
store i32 %57, ptr %6, align 4
%58 = load i32, ptr %6, align 4
%59 = icmp slt i32 %58, 32
br i1 %59, label %37, label %._crit_edge3, !llvm.loop !8
._crit_edge3: ; preds = %55
br label %60
60: ; preds = %._crit_edge3, %34
store i32 0, ptr %6, align 4
%61 = load i32, ptr %6, align 4
%62 = icmp slt i32 %61, 32
br i1 %62, label %.lr.ph5, label %86
.lr.ph5: ; preds = %60
br label %63
63: ; preds = %.lr.ph5, %81
%64 = load i32, ptr %3, align 4
%65 = load i32, ptr %6, align 4
%66 = add nsw i32 7, %65
%67 = load i32, ptr %6, align 4
%68 = add nsw i32 0, %67
%69 = sub nsw i32 %66, %68
%70 = add nsw i32 %69, 1
%71 = shl i32 1, %70
%72 = sub nsw i32 %71, 1
%73 = load i32, ptr %6, align 4
%74 = add nsw i32 0, %73
%75 = shl i32 %72, %74
%76 = and i32 %64, %75
%77 = load i32, ptr %6, align 4
%78 = add nsw i32 0, %77
%79 = ashr i32 %76, %78
%80 = call i32 (ptr, ...) @printf(ptr noundef @.str.1, i32 noundef %79)
br label %81
81: ; preds = %63
%82 = load i32, ptr %6, align 4
%83 = add nsw i32 %82, 8
store i32 %83, ptr %6, align 4
%84 = load i32, ptr %6, align 4
%85 = icmp slt i32 %84, 32
br i1 %85, label %63, label %._crit_edge6, !llvm.loop !9
._crit_edge6: ; preds = %81
br label %86
86: ; preds = %._crit_edge6, %60
%87 = call i32 (ptr, ...) @printf(ptr noundef @.str.2)
ret void
}
declare i32 @cpuid(i32 noundef, ptr noundef, ptr noundef, ptr noundef, ptr noundef) #1
declare i32 @printf(ptr noundef, ...) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
!6 = distinct !{!6, !7}
!7 = !{!"llvm.loop.mustprogress"}
!8 = distinct !{!8, !7}
!9 = distinct !{!9, !7}
|
; ModuleID = '/tmp/tmp89o2n5et.c'
source_filename = "/tmp/tmp89o2n5et.c"
target datalayout = "e-m:e-p270: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/tmp89o2n5et.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
|
Subsets and Splits