llvm-ir
stringlengths 479
303k
| llvm-optimized-ir
stringlengths 468
303k
|
---|---|
; ModuleID = '/tmp/tmpfcu_tsoi.c'
source_filename = "/tmp/tmpfcu_tsoi.c"
target datalayout = "e-m:e-p270: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 [21 x i8] c"BSP Tree contains: \0A\00", align 1
@.str.1 = private unnamed_addr constant [24 x i8] c"----------------------\0A\00", align 1
@.str.2 = private unnamed_addr constant [32 x i8] c"c:\\quake2\\baseq2\\maps\\q2dm2.bsp\00", align 1
@.str.3 = private unnamed_addr constant [27 x i8] c"----------------------\0A\0A\0A\0A\00", align 1
@.str.4 = private unnamed_addr constant [25 x i8] c"waiting for your input \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 i8, align 1
store i32 0, ptr %3, align 4
store i32 %0, ptr %4, align 4
store ptr %1, ptr %5, align 8
%7 = load i32, ptr @stderr, align 4
%8 = call i32 @fprintf(i32 noundef %7, ptr noundef @.str)
%9 = load i32, ptr @stderr, align 4
%10 = call i32 @fprintf(i32 noundef %9, ptr noundef @.str.1)
%11 = call i32 @load_bsp_map(ptr noundef @.str.2)
%12 = load i32, ptr @stderr, align 4
%13 = call i32 @fprintf(i32 noundef %12, ptr noundef @.str.3)
%14 = call i32 @printf(ptr noundef @.str.4)
%15 = call signext i8 (...) @getchar()
store i8 %15, ptr %6, align 1
ret i32 0
}
declare i32 @fprintf(i32 noundef, ptr noundef) #1
declare i32 @load_bsp_map(ptr noundef) #1
declare i32 @printf(ptr noundef) #1
declare signext i8 @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/tmpfcu_tsoi.c"
target datalayout = "e-m:e-p270: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 [21 x i8] c"BSP Tree contains: \0A\00", align 1
@.str.1 = private unnamed_addr constant [24 x i8] c"----------------------\0A\00", align 1
@.str.2 = private unnamed_addr constant [32 x i8] c"c:\\quake2\\baseq2\\maps\\q2dm2.bsp\00", align 1
@.str.3 = private unnamed_addr constant [27 x i8] c"----------------------\0A\0A\0A\0A\00", align 1
@.str.4 = private unnamed_addr constant [25 x i8] c"waiting for your input \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 i8, align 1
store i32 0, ptr %3, align 4
store i32 %0, ptr %4, align 4
store ptr %1, ptr %5, align 8
%7 = load i32, ptr @stderr, align 4
%8 = call i32 @fprintf(i32 noundef %7, ptr noundef @.str)
%9 = load i32, ptr @stderr, align 4
%10 = call i32 @fprintf(i32 noundef %9, ptr noundef @.str.1)
%11 = call i32 @load_bsp_map(ptr noundef @.str.2)
%12 = load i32, ptr @stderr, align 4
%13 = call i32 @fprintf(i32 noundef %12, ptr noundef @.str.3)
%14 = call i32 @printf(ptr noundef @.str.4)
%15 = call signext i8 (...) @getchar()
store i8 %15, ptr %6, align 1
ret i32 0
}
declare i32 @fprintf(i32 noundef, ptr noundef) #1
declare i32 @load_bsp_map(ptr noundef) #1
declare i32 @printf(ptr noundef) #1
declare signext i8 @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/tmpa34xfkg4.c'
source_filename = "/tmp/tmpa34xfkg4.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
%struct.timeval = type { double, i32 }
@NAN = dso_local global double 0.000000e+00, align 8
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local double @timestamp() #0 {
%1 = alloca double, align 8
%2 = alloca %struct.timeval, align 8
%3 = call i32 @gettimeofday(ptr noundef %2, ptr noundef null)
%4 = icmp eq i32 %3, -1
br i1 %4, label %5, label %7
5: ; preds = %0
%6 = load double, ptr @NAN, align 8
store double %6, ptr %1, align 8
br label %14
7: ; preds = %0
%8 = getelementptr inbounds %struct.timeval, ptr %2, i32 0, i32 0
%9 = load double, ptr %8, align 8
%10 = getelementptr inbounds %struct.timeval, ptr %2, i32 0, i32 1
%11 = load i32, ptr %10, align 8
%12 = sitofp i32 %11 to double
%13 = call double @llvm.fmuladd.f64(double %12, double 0x3EB0C6F7A0B5ED8D, double %9)
store double %13, ptr %1, align 8
br label %14
14: ; preds = %7, %5
%15 = load double, ptr %1, align 8
ret double %15
}
declare i32 @gettimeofday(ptr noundef, ptr noundef) #1
; Function Attrs: nocallback nofree nosync nounwind speculatable willreturn memory(none)
declare double @llvm.fmuladd.f64(double, double, double) #2
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #2 = { nocallback nofree nosync nounwind speculatable willreturn memory(none) }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmpa34xfkg4.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
%struct.timeval = type { double, i32 }
@NAN = dso_local global double 0.000000e+00, align 8
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local double @timestamp() #0 {
%1 = alloca double, align 8
%2 = alloca %struct.timeval, align 8
%3 = call i32 @gettimeofday(ptr noundef %2, ptr noundef null)
%4 = icmp eq i32 %3, -1
br i1 %4, label %5, label %7
5: ; preds = %0
%6 = load double, ptr @NAN, align 8
store double %6, ptr %1, align 8
br label %14
7: ; preds = %0
%8 = getelementptr inbounds %struct.timeval, ptr %2, i32 0, i32 0
%9 = load double, ptr %8, align 8
%10 = getelementptr inbounds %struct.timeval, ptr %2, i32 0, i32 1
%11 = load i32, ptr %10, align 8
%12 = sitofp i32 %11 to double
%13 = call double @llvm.fmuladd.f64(double %12, double 0x3EB0C6F7A0B5ED8D, double %9)
store double %13, ptr %1, align 8
br label %14
14: ; preds = %7, %5
%15 = load double, ptr %1, align 8
ret double %15
}
declare i32 @gettimeofday(ptr noundef, ptr noundef) #1
; Function Attrs: nocallback nofree nosync nounwind speculatable willreturn memory(none)
declare double @llvm.fmuladd.f64(double, double, double) #2
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #2 = { nocallback nofree nosync nounwind speculatable willreturn memory(none) }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
|
; ModuleID = '/tmp/tmpzot8rsip.c'
source_filename = "/tmp/tmpzot8rsip.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
%struct.sockaddr_in = type { i32, i32, i32 }
@AF_INET = dso_local global i32 0, align 4
@.str = private unnamed_addr constant [8 x i8] c"connect\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local void @setup_transmit(i32 noundef %0, ptr noundef %1, i16 noundef signext %2) #0 {
%4 = alloca i32, align 4
%5 = alloca ptr, align 8
%6 = alloca i16, align 2
%7 = alloca %struct.sockaddr_in, align 4
store i32 %0, ptr %4, align 4
store ptr %1, ptr %5, align 8
store i16 %2, ptr %6, align 2
%8 = call i32 @memset(ptr noundef %7, i32 noundef 0, i32 noundef 12)
%9 = load i32, ptr @AF_INET, align 4
%10 = getelementptr inbounds %struct.sockaddr_in, ptr %7, i32 0, i32 2
store i32 %9, ptr %10, align 4
%11 = getelementptr inbounds %struct.sockaddr_in, ptr %7, i32 0, i32 1
%12 = load ptr, ptr %5, align 8
%13 = call i32 @stuff_net_addr(ptr noundef %11, ptr noundef %12)
%14 = load i16, ptr %6, align 2
%15 = call i32 @htons(i16 noundef signext %14)
%16 = getelementptr inbounds %struct.sockaddr_in, ptr %7, i32 0, i32 0
store i32 %15, ptr %16, align 4
%17 = load i32, ptr %4, align 4
%18 = call i32 @connect(i32 noundef %17, ptr noundef %7, i32 noundef 12)
%19 = icmp eq i32 %18, -1
br i1 %19, label %20, label %23
20: ; preds = %3
%21 = call i32 @perror(ptr noundef @.str)
%22 = call i32 @exit(i32 noundef 1) #3
unreachable
23: ; preds = %3
ret void
}
declare i32 @memset(ptr noundef, i32 noundef, i32 noundef) #1
declare i32 @stuff_net_addr(ptr noundef, ptr noundef) #1
declare i32 @htons(i16 noundef signext) #1
declare i32 @connect(i32 noundef, ptr noundef, i32 noundef) #1
declare i32 @perror(ptr noundef) #1
; Function Attrs: noreturn
declare i32 @exit(i32 noundef) #2
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #2 = { noreturn "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #3 = { noreturn }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmpzot8rsip.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
%struct.sockaddr_in = type { i32, i32, i32 }
@AF_INET = dso_local global i32 0, align 4
@.str = private unnamed_addr constant [8 x i8] c"connect\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local void @setup_transmit(i32 noundef %0, ptr noundef %1, i16 noundef signext %2) #0 {
%4 = alloca i32, align 4
%5 = alloca ptr, align 8
%6 = alloca i16, align 2
%7 = alloca %struct.sockaddr_in, align 4
store i32 %0, ptr %4, align 4
store ptr %1, ptr %5, align 8
store i16 %2, ptr %6, align 2
%8 = call i32 @memset(ptr noundef %7, i32 noundef 0, i32 noundef 12)
%9 = load i32, ptr @AF_INET, align 4
%10 = getelementptr inbounds %struct.sockaddr_in, ptr %7, i32 0, i32 2
store i32 %9, ptr %10, align 4
%11 = getelementptr inbounds %struct.sockaddr_in, ptr %7, i32 0, i32 1
%12 = load ptr, ptr %5, align 8
%13 = call i32 @stuff_net_addr(ptr noundef %11, ptr noundef %12)
%14 = load i16, ptr %6, align 2
%15 = call i32 @htons(i16 noundef signext %14)
%16 = getelementptr inbounds %struct.sockaddr_in, ptr %7, i32 0, i32 0
store i32 %15, ptr %16, align 4
%17 = load i32, ptr %4, align 4
%18 = call i32 @connect(i32 noundef %17, ptr noundef %7, i32 noundef 12)
%19 = icmp eq i32 %18, -1
br i1 %19, label %20, label %23
20: ; preds = %3
%21 = call i32 @perror(ptr noundef @.str)
%22 = call i32 @exit(i32 noundef 1) #3
unreachable
23: ; preds = %3
ret void
}
declare i32 @memset(ptr noundef, i32 noundef, i32 noundef) #1
declare i32 @stuff_net_addr(ptr noundef, ptr noundef) #1
declare i32 @htons(i16 noundef signext) #1
declare i32 @connect(i32 noundef, ptr noundef, i32 noundef) #1
declare i32 @perror(ptr noundef) #1
; Function Attrs: noreturn
declare i32 @exit(i32 noundef) #2
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #2 = { noreturn "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #3 = { noreturn }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
|
; ModuleID = '/tmp/tmpw5j6qywn.c'
source_filename = "/tmp/tmpw5j6qywn.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @aes_mix_columns(ptr noundef %0) #0 {
%2 = alloca ptr, align 8
%3 = alloca [16 x i8], align 16
%4 = alloca i32, align 4
%5 = alloca i8, align 1
%6 = alloca i8, align 1
%7 = alloca i8, align 1
%8 = alloca i8, align 1
%9 = alloca i32, align 4
store ptr %0, ptr %2, align 8
store i32 0, ptr %4, align 4
br label %10
10: ; preds = %22, %1
%11 = load i32, ptr %4, align 4
%12 = icmp slt i32 %11, 16
br i1 %12, label %13, label %25
13: ; preds = %10
%14 = load ptr, ptr %2, 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 = load i32, ptr %4, align 4
%20 = sext i32 %19 to i64
%21 = getelementptr inbounds [16 x i8], ptr %3, i64 0, i64 %20
store i8 %18, ptr %21, align 1
br label %22
22: ; preds = %13
%23 = load i32, ptr %4, align 4
%24 = add nsw i32 %23, 1
store i32 %24, ptr %4, align 4
br label %10, !llvm.loop !6
25: ; preds = %10
store i32 0, ptr %9, align 4
br label %26
26: ; preds = %178, %25
%27 = load i32, ptr %9, align 4
%28 = icmp slt i32 %27, 4
br i1 %28, label %29, label %181
29: ; preds = %26
%30 = load i32, ptr %9, align 4
%31 = mul nsw i32 %30, 4
%32 = add nsw i32 0, %31
%33 = sext i32 %32 to i64
%34 = getelementptr inbounds [16 x i8], ptr %3, i64 0, i64 %33
%35 = load i8, ptr %34, align 1
%36 = zext i8 %35 to i32
%37 = load i32, ptr %9, align 4
%38 = mul nsw i32 %37, 4
%39 = add nsw i32 1, %38
%40 = sext i32 %39 to i64
%41 = getelementptr inbounds [16 x i8], ptr %3, i64 0, i64 %40
%42 = load i8, ptr %41, align 1
%43 = zext i8 %42 to i32
%44 = xor i32 %36, %43
%45 = trunc i32 %44 to i8
store i8 %45, ptr %5, align 1
%46 = load i32, ptr %9, align 4
%47 = mul nsw i32 %46, 4
%48 = add nsw i32 1, %47
%49 = sext i32 %48 to i64
%50 = getelementptr inbounds [16 x i8], ptr %3, i64 0, i64 %49
%51 = load i8, ptr %50, align 1
%52 = zext i8 %51 to i32
%53 = load i32, ptr %9, align 4
%54 = mul nsw i32 %53, 4
%55 = add nsw i32 2, %54
%56 = sext i32 %55 to i64
%57 = getelementptr inbounds [16 x i8], ptr %3, i64 0, i64 %56
%58 = load i8, ptr %57, align 1
%59 = zext i8 %58 to i32
%60 = xor i32 %52, %59
%61 = trunc i32 %60 to i8
store i8 %61, ptr %6, align 1
%62 = load i32, ptr %9, align 4
%63 = mul nsw i32 %62, 4
%64 = add nsw i32 2, %63
%65 = sext i32 %64 to i64
%66 = getelementptr inbounds [16 x i8], ptr %3, i64 0, i64 %65
%67 = load i8, ptr %66, align 1
%68 = zext i8 %67 to i32
%69 = load i32, ptr %9, align 4
%70 = mul nsw i32 %69, 4
%71 = add nsw i32 3, %70
%72 = sext i32 %71 to i64
%73 = getelementptr inbounds [16 x i8], ptr %3, i64 0, i64 %72
%74 = load i8, ptr %73, align 1
%75 = zext i8 %74 to i32
%76 = xor i32 %68, %75
%77 = trunc i32 %76 to i8
store i8 %77, ptr %7, align 1
%78 = load i32, ptr %9, align 4
%79 = mul nsw i32 %78, 4
%80 = add nsw i32 3, %79
%81 = sext i32 %80 to i64
%82 = getelementptr inbounds [16 x i8], ptr %3, i64 0, i64 %81
%83 = load i8, ptr %82, align 1
%84 = zext i8 %83 to i32
%85 = load i32, ptr %9, align 4
%86 = mul nsw i32 %85, 4
%87 = add nsw i32 0, %86
%88 = sext i32 %87 to i64
%89 = getelementptr inbounds [16 x i8], ptr %3, i64 0, i64 %88
%90 = load i8, ptr %89, align 1
%91 = zext i8 %90 to i32
%92 = xor i32 %84, %91
%93 = trunc i32 %92 to i8
store i8 %93, ptr %8, align 1
%94 = load i8, ptr %5, align 1
%95 = call zeroext i8 @aes_mul2(i8 noundef zeroext %94)
%96 = zext i8 %95 to i32
%97 = load i8, ptr %7, align 1
%98 = zext i8 %97 to i32
%99 = xor i32 %96, %98
%100 = load i32, ptr %9, align 4
%101 = mul nsw i32 %100, 4
%102 = add nsw i32 1, %101
%103 = sext i32 %102 to i64
%104 = getelementptr inbounds [16 x i8], ptr %3, i64 0, i64 %103
%105 = load i8, ptr %104, align 1
%106 = zext i8 %105 to i32
%107 = xor i32 %99, %106
%108 = trunc i32 %107 to i8
%109 = load ptr, ptr %2, align 8
%110 = load i32, ptr %9, align 4
%111 = mul nsw i32 %110, 4
%112 = add nsw i32 0, %111
%113 = sext i32 %112 to i64
%114 = getelementptr inbounds i8, ptr %109, i64 %113
store i8 %108, ptr %114, align 1
%115 = load i8, ptr %6, align 1
%116 = call zeroext i8 @aes_mul2(i8 noundef zeroext %115)
%117 = zext i8 %116 to i32
%118 = load i8, ptr %7, align 1
%119 = zext i8 %118 to i32
%120 = xor i32 %117, %119
%121 = load i32, ptr %9, align 4
%122 = mul nsw i32 %121, 4
%123 = add nsw i32 0, %122
%124 = sext i32 %123 to i64
%125 = getelementptr inbounds [16 x i8], ptr %3, i64 0, i64 %124
%126 = load i8, ptr %125, align 1
%127 = zext i8 %126 to i32
%128 = xor i32 %120, %127
%129 = trunc i32 %128 to i8
%130 = load ptr, ptr %2, align 8
%131 = load i32, ptr %9, align 4
%132 = mul nsw i32 %131, 4
%133 = add nsw i32 1, %132
%134 = sext i32 %133 to i64
%135 = getelementptr inbounds i8, ptr %130, i64 %134
store i8 %129, ptr %135, align 1
%136 = load i8, ptr %7, align 1
%137 = call zeroext i8 @aes_mul2(i8 noundef zeroext %136)
%138 = zext i8 %137 to i32
%139 = load i8, ptr %5, align 1
%140 = zext i8 %139 to i32
%141 = xor i32 %138, %140
%142 = load i32, ptr %9, align 4
%143 = mul nsw i32 %142, 4
%144 = add nsw i32 3, %143
%145 = sext i32 %144 to i64
%146 = getelementptr inbounds [16 x i8], ptr %3, i64 0, i64 %145
%147 = load i8, ptr %146, align 1
%148 = zext i8 %147 to i32
%149 = xor i32 %141, %148
%150 = trunc i32 %149 to i8
%151 = load ptr, ptr %2, align 8
%152 = load i32, ptr %9, align 4
%153 = mul nsw i32 %152, 4
%154 = add nsw i32 2, %153
%155 = sext i32 %154 to i64
%156 = getelementptr inbounds i8, ptr %151, i64 %155
store i8 %150, ptr %156, align 1
%157 = load i8, ptr %8, align 1
%158 = call zeroext i8 @aes_mul2(i8 noundef zeroext %157)
%159 = zext i8 %158 to i32
%160 = load i8, ptr %5, align 1
%161 = zext i8 %160 to i32
%162 = xor i32 %159, %161
%163 = load i32, ptr %9, align 4
%164 = mul nsw i32 %163, 4
%165 = add nsw i32 2, %164
%166 = sext i32 %165 to i64
%167 = getelementptr inbounds [16 x i8], ptr %3, i64 0, i64 %166
%168 = load i8, ptr %167, align 1
%169 = zext i8 %168 to i32
%170 = xor i32 %162, %169
%171 = trunc i32 %170 to i8
%172 = load ptr, ptr %2, align 8
%173 = load i32, ptr %9, align 4
%174 = mul nsw i32 %173, 4
%175 = add nsw i32 3, %174
%176 = sext i32 %175 to i64
%177 = getelementptr inbounds i8, ptr %172, i64 %176
store i8 %171, ptr %177, align 1
br label %178
178: ; preds = %29
%179 = load i32, ptr %9, align 4
%180 = add nsw i32 %179, 1
store i32 %180, ptr %9, align 4
br label %26, !llvm.loop !8
181: ; preds = %26
ret void
}
declare zeroext i8 @aes_mul2(i8 noundef zeroext) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
!6 = distinct !{!6, !7}
!7 = !{!"llvm.loop.mustprogress"}
!8 = distinct !{!8, !7}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmpw5j6qywn.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @aes_mix_columns(ptr noundef %0) #0 {
%2 = alloca ptr, align 8
%3 = alloca [16 x i8], align 16
%4 = alloca i32, align 4
%5 = alloca i8, align 1
%6 = alloca i8, align 1
%7 = alloca i8, align 1
%8 = alloca i8, align 1
%9 = alloca i32, align 4
store ptr %0, ptr %2, align 8
store i32 0, ptr %4, align 4
%10 = load i32, ptr %4, align 4
%11 = icmp slt i32 %10, 16
br i1 %11, label %.lr.ph, label %26
.lr.ph: ; preds = %1
br label %12
12: ; preds = %.lr.ph, %21
%13 = load ptr, ptr %2, align 8
%14 = load i32, ptr %4, align 4
%15 = sext i32 %14 to i64
%16 = getelementptr inbounds i8, ptr %13, i64 %15
%17 = load i8, ptr %16, align 1
%18 = load i32, ptr %4, align 4
%19 = sext i32 %18 to i64
%20 = getelementptr inbounds [16 x i8], ptr %3, i64 0, i64 %19
store i8 %17, ptr %20, align 1
br label %21
21: ; preds = %12
%22 = load i32, ptr %4, align 4
%23 = add nsw i32 %22, 1
store i32 %23, ptr %4, align 4
%24 = load i32, ptr %4, align 4
%25 = icmp slt i32 %24, 16
br i1 %25, label %12, label %._crit_edge, !llvm.loop !6
._crit_edge: ; preds = %21
br label %26
26: ; preds = %._crit_edge, %1
store i32 0, ptr %9, align 4
%27 = load i32, ptr %9, align 4
%28 = icmp slt i32 %27, 4
br i1 %28, label %.lr.ph2, label %183
.lr.ph2: ; preds = %26
br label %29
29: ; preds = %.lr.ph2, %178
%30 = load i32, ptr %9, align 4
%31 = mul nsw i32 %30, 4
%32 = add nsw i32 0, %31
%33 = sext i32 %32 to i64
%34 = getelementptr inbounds [16 x i8], ptr %3, i64 0, i64 %33
%35 = load i8, ptr %34, align 1
%36 = zext i8 %35 to i32
%37 = load i32, ptr %9, align 4
%38 = mul nsw i32 %37, 4
%39 = add nsw i32 1, %38
%40 = sext i32 %39 to i64
%41 = getelementptr inbounds [16 x i8], ptr %3, i64 0, i64 %40
%42 = load i8, ptr %41, align 1
%43 = zext i8 %42 to i32
%44 = xor i32 %36, %43
%45 = trunc i32 %44 to i8
store i8 %45, ptr %5, align 1
%46 = load i32, ptr %9, align 4
%47 = mul nsw i32 %46, 4
%48 = add nsw i32 1, %47
%49 = sext i32 %48 to i64
%50 = getelementptr inbounds [16 x i8], ptr %3, i64 0, i64 %49
%51 = load i8, ptr %50, align 1
%52 = zext i8 %51 to i32
%53 = load i32, ptr %9, align 4
%54 = mul nsw i32 %53, 4
%55 = add nsw i32 2, %54
%56 = sext i32 %55 to i64
%57 = getelementptr inbounds [16 x i8], ptr %3, i64 0, i64 %56
%58 = load i8, ptr %57, align 1
%59 = zext i8 %58 to i32
%60 = xor i32 %52, %59
%61 = trunc i32 %60 to i8
store i8 %61, ptr %6, align 1
%62 = load i32, ptr %9, align 4
%63 = mul nsw i32 %62, 4
%64 = add nsw i32 2, %63
%65 = sext i32 %64 to i64
%66 = getelementptr inbounds [16 x i8], ptr %3, i64 0, i64 %65
%67 = load i8, ptr %66, align 1
%68 = zext i8 %67 to i32
%69 = load i32, ptr %9, align 4
%70 = mul nsw i32 %69, 4
%71 = add nsw i32 3, %70
%72 = sext i32 %71 to i64
%73 = getelementptr inbounds [16 x i8], ptr %3, i64 0, i64 %72
%74 = load i8, ptr %73, align 1
%75 = zext i8 %74 to i32
%76 = xor i32 %68, %75
%77 = trunc i32 %76 to i8
store i8 %77, ptr %7, align 1
%78 = load i32, ptr %9, align 4
%79 = mul nsw i32 %78, 4
%80 = add nsw i32 3, %79
%81 = sext i32 %80 to i64
%82 = getelementptr inbounds [16 x i8], ptr %3, i64 0, i64 %81
%83 = load i8, ptr %82, align 1
%84 = zext i8 %83 to i32
%85 = load i32, ptr %9, align 4
%86 = mul nsw i32 %85, 4
%87 = add nsw i32 0, %86
%88 = sext i32 %87 to i64
%89 = getelementptr inbounds [16 x i8], ptr %3, i64 0, i64 %88
%90 = load i8, ptr %89, align 1
%91 = zext i8 %90 to i32
%92 = xor i32 %84, %91
%93 = trunc i32 %92 to i8
store i8 %93, ptr %8, align 1
%94 = load i8, ptr %5, align 1
%95 = call zeroext i8 @aes_mul2(i8 noundef zeroext %94)
%96 = zext i8 %95 to i32
%97 = load i8, ptr %7, align 1
%98 = zext i8 %97 to i32
%99 = xor i32 %96, %98
%100 = load i32, ptr %9, align 4
%101 = mul nsw i32 %100, 4
%102 = add nsw i32 1, %101
%103 = sext i32 %102 to i64
%104 = getelementptr inbounds [16 x i8], ptr %3, i64 0, i64 %103
%105 = load i8, ptr %104, align 1
%106 = zext i8 %105 to i32
%107 = xor i32 %99, %106
%108 = trunc i32 %107 to i8
%109 = load ptr, ptr %2, align 8
%110 = load i32, ptr %9, align 4
%111 = mul nsw i32 %110, 4
%112 = add nsw i32 0, %111
%113 = sext i32 %112 to i64
%114 = getelementptr inbounds i8, ptr %109, i64 %113
store i8 %108, ptr %114, align 1
%115 = load i8, ptr %6, align 1
%116 = call zeroext i8 @aes_mul2(i8 noundef zeroext %115)
%117 = zext i8 %116 to i32
%118 = load i8, ptr %7, align 1
%119 = zext i8 %118 to i32
%120 = xor i32 %117, %119
%121 = load i32, ptr %9, align 4
%122 = mul nsw i32 %121, 4
%123 = add nsw i32 0, %122
%124 = sext i32 %123 to i64
%125 = getelementptr inbounds [16 x i8], ptr %3, i64 0, i64 %124
%126 = load i8, ptr %125, align 1
%127 = zext i8 %126 to i32
%128 = xor i32 %120, %127
%129 = trunc i32 %128 to i8
%130 = load ptr, ptr %2, align 8
%131 = load i32, ptr %9, align 4
%132 = mul nsw i32 %131, 4
%133 = add nsw i32 1, %132
%134 = sext i32 %133 to i64
%135 = getelementptr inbounds i8, ptr %130, i64 %134
store i8 %129, ptr %135, align 1
%136 = load i8, ptr %7, align 1
%137 = call zeroext i8 @aes_mul2(i8 noundef zeroext %136)
%138 = zext i8 %137 to i32
%139 = load i8, ptr %5, align 1
%140 = zext i8 %139 to i32
%141 = xor i32 %138, %140
%142 = load i32, ptr %9, align 4
%143 = mul nsw i32 %142, 4
%144 = add nsw i32 3, %143
%145 = sext i32 %144 to i64
%146 = getelementptr inbounds [16 x i8], ptr %3, i64 0, i64 %145
%147 = load i8, ptr %146, align 1
%148 = zext i8 %147 to i32
%149 = xor i32 %141, %148
%150 = trunc i32 %149 to i8
%151 = load ptr, ptr %2, align 8
%152 = load i32, ptr %9, align 4
%153 = mul nsw i32 %152, 4
%154 = add nsw i32 2, %153
%155 = sext i32 %154 to i64
%156 = getelementptr inbounds i8, ptr %151, i64 %155
store i8 %150, ptr %156, align 1
%157 = load i8, ptr %8, align 1
%158 = call zeroext i8 @aes_mul2(i8 noundef zeroext %157)
%159 = zext i8 %158 to i32
%160 = load i8, ptr %5, align 1
%161 = zext i8 %160 to i32
%162 = xor i32 %159, %161
%163 = load i32, ptr %9, align 4
%164 = mul nsw i32 %163, 4
%165 = add nsw i32 2, %164
%166 = sext i32 %165 to i64
%167 = getelementptr inbounds [16 x i8], ptr %3, i64 0, i64 %166
%168 = load i8, ptr %167, align 1
%169 = zext i8 %168 to i32
%170 = xor i32 %162, %169
%171 = trunc i32 %170 to i8
%172 = load ptr, ptr %2, align 8
%173 = load i32, ptr %9, align 4
%174 = mul nsw i32 %173, 4
%175 = add nsw i32 3, %174
%176 = sext i32 %175 to i64
%177 = getelementptr inbounds i8, ptr %172, i64 %176
store i8 %171, ptr %177, align 1
br label %178
178: ; preds = %29
%179 = load i32, ptr %9, align 4
%180 = add nsw i32 %179, 1
store i32 %180, ptr %9, align 4
%181 = load i32, ptr %9, align 4
%182 = icmp slt i32 %181, 4
br i1 %182, label %29, label %._crit_edge3, !llvm.loop !8
._crit_edge3: ; preds = %178
br label %183
183: ; preds = %._crit_edge3, %26
ret void
}
declare zeroext i8 @aes_mul2(i8 noundef zeroext) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
!6 = distinct !{!6, !7}
!7 = !{!"llvm.loop.mustprogress"}
!8 = distinct !{!8, !7}
|
; ModuleID = '/tmp/tmp6qzxs5te.c'
source_filename = "/tmp/tmp6qzxs5te.c"
target datalayout = "e-m:e-p270: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/tmp6qzxs5te.c"
target datalayout = "e-m:e-p270: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/tmp2c78vx0y.c'
source_filename = "/tmp/tmp2c78vx0y.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @SSIAdvDataPutFrameEnd(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 = call i32 @_SSIBaseValid(i32 noundef %5)
%7 = call i32 @ASSERT(i32 noundef %6)
%8 = load i32, ptr %4, align 4
%9 = and i32 %8, 255
%10 = icmp eq i32 %9, 0
%11 = zext i1 %10 to i32
%12 = call i32 @ASSERT(i32 noundef %11)
br label %13
13: ; preds = %22, %2
%14 = load i32, ptr %3, align 4
%15 = add nsw i32 %14, 12
%16 = sext i32 %15 to i64
%17 = inttoptr i64 %16 to ptr
%18 = load volatile i32, ptr %17, align 4
%19 = and i32 %18, 2
%20 = icmp ne i32 %19, 0
%21 = xor i1 %20, true
br i1 %21, label %22, label %23
22: ; preds = %13
br label %13, !llvm.loop !6
23: ; preds = %13
%24 = load i32, ptr %3, align 4
%25 = add nsw i32 %24, 4
%26 = sext i32 %25 to i64
%27 = inttoptr i64 %26 to ptr
%28 = load volatile i32, ptr %27, align 4
%29 = or i32 %28, 2048
store volatile i32 %29, ptr %27, align 4
%30 = load i32, ptr %4, align 4
%31 = load i32, ptr %3, align 4
%32 = add nsw i32 %31, 8
%33 = sext i32 %32 to i64
%34 = inttoptr i64 %33 to ptr
store volatile i32 %30, ptr %34, align 4
ret void
}
declare i32 @ASSERT(i32 noundef) #1
declare i32 @_SSIBaseValid(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/tmp2c78vx0y.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @SSIAdvDataPutFrameEnd(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 = call i32 @_SSIBaseValid(i32 noundef %5)
%7 = call i32 @ASSERT(i32 noundef %6)
%8 = load i32, ptr %4, align 4
%9 = and i32 %8, 255
%10 = icmp eq i32 %9, 0
%11 = zext i1 %10 to i32
%12 = call i32 @ASSERT(i32 noundef %11)
br label %13
13: ; preds = %13, %2
%14 = load i32, ptr %3, align 4
%15 = add nsw i32 %14, 12
%16 = sext i32 %15 to i64
%17 = inttoptr i64 %16 to ptr
%18 = load volatile i32, ptr %17, align 4
%19 = and i32 %18, 2
%20 = icmp ne i32 %19, 0
%21 = xor i1 %20, true
br i1 %21, label %13, label %22, !llvm.loop !6
22: ; preds = %13
%23 = load i32, ptr %3, align 4
%24 = add nsw i32 %23, 4
%25 = sext i32 %24 to i64
%26 = inttoptr i64 %25 to ptr
%27 = load volatile i32, ptr %26, align 4
%28 = or i32 %27, 2048
store volatile i32 %28, ptr %26, align 4
%29 = load i32, ptr %4, align 4
%30 = load i32, ptr %3, align 4
%31 = add nsw i32 %30, 8
%32 = sext i32 %31 to i64
%33 = inttoptr i64 %32 to ptr
store volatile i32 %29, ptr %33, align 4
ret void
}
declare i32 @ASSERT(i32 noundef) #1
declare i32 @_SSIBaseValid(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/tmpmlofozan.c'
source_filename = "/tmp/tmpmlofozan.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local zeroext i8 @write_8051(i8 noundef zeroext %0) #0 {
%2 = alloca i8, align 1
store i8 %0, ptr %2, align 1
%3 = load i8, ptr %2, align 1
%4 = call i32 @put_char2(i8 noundef zeroext %3)
%5 = call zeroext i8 (...) @get_char2()
ret i8 %5
}
declare i32 @put_char2(i8 noundef zeroext) #1
declare zeroext i8 @get_char2(...) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmpmlofozan.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local zeroext i8 @write_8051(i8 noundef zeroext %0) #0 {
%2 = alloca i8, align 1
store i8 %0, ptr %2, align 1
%3 = load i8, ptr %2, align 1
%4 = call i32 @put_char2(i8 noundef zeroext %3)
%5 = call zeroext i8 (...) @get_char2()
ret i8 %5
}
declare i32 @put_char2(i8 noundef zeroext) #1
declare zeroext i8 @get_char2(...) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
|
; ModuleID = '/tmp/tmpnxcojf7o.c'
source_filename = "/tmp/tmpnxcojf7o.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local void @f(i16 noundef zeroext %0) #0 {
%2 = alloca i16, align 2
store i16 %0, ptr %2, align 2
%3 = load i16, ptr %2, align 2
%4 = zext i16 %3 to i32
%5 = icmp sge i32 %4, 16384
br i1 %5, label %6, label %12
6: ; preds = %1
%7 = load i16, ptr %2, align 2
%8 = zext i16 %7 to i32
%9 = icmp slt i32 %8, 49152
br i1 %9, label %10, label %12
10: ; preds = %6
%11 = call i32 (...) @abort() #2
unreachable
12: ; preds = %6, %1
ret void
}
; Function Attrs: noreturn
declare i32 @abort(...) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { 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 #2 = { 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/tmpnxcojf7o.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local void @f(i16 noundef zeroext %0) #0 {
%2 = alloca i16, align 2
store i16 %0, ptr %2, align 2
%3 = load i16, ptr %2, align 2
%4 = zext i16 %3 to i32
%5 = icmp sge i32 %4, 16384
br i1 %5, label %6, label %12
6: ; preds = %1
%7 = load i16, ptr %2, align 2
%8 = zext i16 %7 to i32
%9 = icmp slt i32 %8, 49152
br i1 %9, label %10, label %12
10: ; preds = %6
%11 = call i32 (...) @abort() #2
unreachable
12: ; preds = %6, %1
ret void
}
; Function Attrs: noreturn
declare i32 @abort(...) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { 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 #2 = { 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/tmpvjbzfr5x.c'
source_filename = "/tmp/tmpvjbzfr5x.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@__const.main.array_a = private unnamed_addr constant [11 x i8] c"0123456789\00", align 1
@.str = private unnamed_addr constant [32 x i8] c"array_a (before memcpy) = [%s]\0A\00", align 1
@.str.1 = private unnamed_addr constant [32 x i8] c"array_b (before memcpy) = [%s]\0A\00", align 1
@.str.2 = private unnamed_addr constant [31 x i8] c"array_a (after memcpy) = [%s]\0A\00", align 1
@.str.3 = private unnamed_addr constant [31 x i8] c"array_b (after memcpy) = [%s]\0A\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @main() #0 {
%1 = alloca i32, align 4
%2 = alloca [11 x i8], align 1
%3 = alloca [11 x i8], align 1
store i32 0, ptr %1, align 4
call void @llvm.memcpy.p0.p0.i64(ptr align 1 %2, ptr align 1 @__const.main.array_a, i64 11, i1 false)
%4 = getelementptr inbounds [11 x i8], ptr %2, i64 0, i64 0
%5 = call i32 @printf(ptr noundef @.str, ptr noundef %4)
%6 = getelementptr inbounds [11 x i8], ptr %3, i64 0, i64 0
%7 = call i32 @printf(ptr noundef @.str.1, ptr noundef %6)
%8 = getelementptr inbounds [11 x i8], ptr %3, i64 0, i64 0
%9 = getelementptr inbounds [11 x i8], ptr %2, i64 0, i64 0
%10 = call i32 @memcpy(ptr noundef %8, ptr noundef %9, i32 noundef 10)
%11 = getelementptr inbounds [11 x i8], ptr %2, i64 0, i64 0
%12 = call i32 @printf(ptr noundef @.str.2, ptr noundef %11)
%13 = getelementptr inbounds [11 x i8], ptr %3, i64 0, i64 0
%14 = call i32 @printf(ptr noundef @.str.3, ptr noundef %13)
ret i32 0
}
; Function Attrs: nocallback nofree nounwind willreturn memory(argmem: readwrite)
declare void @llvm.memcpy.p0.p0.i64(ptr noalias nocapture writeonly, ptr noalias nocapture readonly, i64, i1 immarg) #1
declare i32 @printf(ptr noundef, ptr noundef) #2
declare i32 @memcpy(ptr noundef, ptr noundef, i32 noundef) #2
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { nocallback nofree nounwind willreturn memory(argmem: readwrite) }
attributes #2 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmpvjbzfr5x.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@__const.main.array_a = private unnamed_addr constant [11 x i8] c"0123456789\00", align 1
@.str = private unnamed_addr constant [32 x i8] c"array_a (before memcpy) = [%s]\0A\00", align 1
@.str.1 = private unnamed_addr constant [32 x i8] c"array_b (before memcpy) = [%s]\0A\00", align 1
@.str.2 = private unnamed_addr constant [31 x i8] c"array_a (after memcpy) = [%s]\0A\00", align 1
@.str.3 = private unnamed_addr constant [31 x i8] c"array_b (after memcpy) = [%s]\0A\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @main() #0 {
%1 = alloca i32, align 4
%2 = alloca [11 x i8], align 1
%3 = alloca [11 x i8], align 1
store i32 0, ptr %1, align 4
call void @llvm.memcpy.p0.p0.i64(ptr align 1 %2, ptr align 1 @__const.main.array_a, i64 11, i1 false)
%4 = getelementptr inbounds [11 x i8], ptr %2, i64 0, i64 0
%5 = call i32 @printf(ptr noundef @.str, ptr noundef %4)
%6 = getelementptr inbounds [11 x i8], ptr %3, i64 0, i64 0
%7 = call i32 @printf(ptr noundef @.str.1, ptr noundef %6)
%8 = getelementptr inbounds [11 x i8], ptr %3, i64 0, i64 0
%9 = getelementptr inbounds [11 x i8], ptr %2, i64 0, i64 0
%10 = call i32 @memcpy(ptr noundef %8, ptr noundef %9, i32 noundef 10)
%11 = getelementptr inbounds [11 x i8], ptr %2, i64 0, i64 0
%12 = call i32 @printf(ptr noundef @.str.2, ptr noundef %11)
%13 = getelementptr inbounds [11 x i8], ptr %3, i64 0, i64 0
%14 = call i32 @printf(ptr noundef @.str.3, ptr noundef %13)
ret i32 0
}
; Function Attrs: nocallback nofree nounwind willreturn memory(argmem: readwrite)
declare void @llvm.memcpy.p0.p0.i64(ptr noalias nocapture writeonly, ptr noalias nocapture readonly, i64, i1 immarg) #1
declare i32 @printf(ptr noundef, ptr noundef) #2
declare i32 @memcpy(ptr noundef, ptr noundef, i32 noundef) #2
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { nocallback nofree nounwind willreturn memory(argmem: readwrite) }
attributes #2 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
|
; ModuleID = '/tmp/tmp9270p2uc.c'
source_filename = "/tmp/tmp9270p2uc.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @VIDSoftVdp1DrawEnd() #0 {
ret void
}
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmp9270p2uc.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @VIDSoftVdp1DrawEnd() #0 {
ret void
}
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
|
; ModuleID = '/tmp/tmpiurprw78.c'
source_filename = "/tmp/tmpiurprw78.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @vt_write_hex_8(i32 noundef %0) #0 {
%2 = alloca i32, align 4
store i32 %0, ptr %2, align 4
%3 = load i32, ptr %2, align 4
%4 = ashr i32 %3, 4
%5 = call i32 @vt_write_hex_4(i32 noundef %4)
%6 = load i32, ptr %2, align 4
%7 = ashr i32 %6, 0
%8 = call i32 @vt_write_hex_4(i32 noundef %7)
ret void
}
declare i32 @vt_write_hex_4(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/tmpiurprw78.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @vt_write_hex_8(i32 noundef %0) #0 {
%2 = alloca i32, align 4
store i32 %0, ptr %2, align 4
%3 = load i32, ptr %2, align 4
%4 = ashr i32 %3, 4
%5 = call i32 @vt_write_hex_4(i32 noundef %4)
%6 = load i32, ptr %2, align 4
%7 = ashr i32 %6, 0
%8 = call i32 @vt_write_hex_4(i32 noundef %7)
ret void
}
declare i32 @vt_write_hex_4(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/tmpb7t_3dzg.c'
source_filename = "/tmp/tmpb7t_3dzg.c"
target datalayout = "e-m:e-p270: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/tmpb7t_3dzg.c"
target datalayout = "e-m:e-p270: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/tmpgd8a6cat.c'
source_filename = "/tmp/tmpgd8a6cat.c"
target datalayout = "e-m:e-p270: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.fb_con2fbmap = type { i32, i32 }
%struct.stat = type { i32, i32 }
@stderr = dso_local global i32 0, align 4
@.str = private unnamed_addr constant [25 x i8] c"usage: %s fbdev console\0A\00", align 1
@.str.1 = private unnamed_addr constant [57 x i8] c"%s: are you sure that %s can be used to describe fbdev?\0A\00", align 1
@.str.2 = private unnamed_addr constant [33 x i8] c"%s: %s must be character device\0A\00", align 1
@.str.3 = private unnamed_addr constant [9 x i8] c"/dev/fb0\00", align 1
@.str.4 = private unnamed_addr constant [54 x i8] c"%s: are you sure that %s can be used to describe vt?\0A\00", align 1
@O_RDWR = dso_local global i32 0, align 4
@.str.5 = private unnamed_addr constant [20 x i8] c"%s: Cannot open %s\0A\00", align 1
@FBIOPUT_CON2FBMAP = dso_local global i32 0, align 4
@.str.6 = private unnamed_addr constant [32 x i8] c"%s: Cannot set console mapping\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 %struct.fb_con2fbmap, align 4
%7 = alloca ptr, align 8
%8 = alloca i32, align 4
%9 = alloca i32, align 4
%10 = alloca ptr, align 8
%11 = alloca ptr, align 8
%12 = alloca i32, align 4
%13 = alloca %struct.stat, align 4
%14 = alloca %struct.stat, align 4
store i32 0, ptr %3, align 4
store i32 %0, ptr %4, align 4
store ptr %1, ptr %5, align 8
%15 = load ptr, ptr %5, align 8
%16 = getelementptr inbounds ptr, ptr %15, i64 0
%17 = load ptr, ptr %16, align 8
%18 = call ptr @strrchr(ptr noundef %17, i8 noundef signext 47)
store ptr %18, ptr %11, align 8
%19 = load ptr, ptr %11, align 8
%20 = icmp ne ptr %19, null
br i1 %20, label %21, label %24
21: ; preds = %2
%22 = load ptr, ptr %11, align 8
%23 = getelementptr inbounds i8, ptr %22, i32 1
store ptr %23, ptr %11, align 8
br label %28
24: ; preds = %2
%25 = load ptr, ptr %5, align 8
%26 = getelementptr inbounds ptr, ptr %25, i64 0
%27 = load ptr, ptr %26, align 8
store ptr %27, ptr %11, align 8
br label %28
28: ; preds = %24, %21
%29 = load i32, ptr %4, align 4
%30 = icmp slt i32 %29, 3
br i1 %30, label %31, label %35
31: ; preds = %28
%32 = load i32, ptr @stderr, align 4
%33 = load ptr, ptr %11, align 8
%34 = call i32 (i32, ptr, ptr, ...) @fprintf(i32 noundef %32, ptr noundef @.str, ptr noundef %33)
store i32 1, ptr %3, align 4
br label %148
35: ; preds = %28
%36 = load ptr, ptr %5, align 8
%37 = getelementptr inbounds ptr, ptr %36, i64 1
%38 = load ptr, ptr %37, align 8
%39 = call i32 @strtoul(ptr noundef %38, ptr noundef %10, i32 noundef 10)
store i32 %39, ptr %9, align 4
%40 = load ptr, ptr %10, align 8
%41 = load i8, ptr %40, align 1
%42 = icmp ne i8 %41, 0
br i1 %42, label %43, label %81
43: ; preds = %35
%44 = load ptr, ptr %5, align 8
%45 = getelementptr inbounds ptr, ptr %44, i64 1
%46 = load ptr, ptr %45, align 8
%47 = call i64 @stat(ptr noundef %46, ptr noundef %13)
%48 = icmp ne i64 %47, 0
br i1 %48, label %49, label %56
49: ; preds = %43
%50 = load i32, ptr @stderr, align 4
%51 = load ptr, ptr %11, align 8
%52 = load ptr, ptr %5, align 8
%53 = getelementptr inbounds ptr, ptr %52, i64 1
%54 = load ptr, ptr %53, align 8
%55 = call i32 (i32, ptr, ptr, ...) @fprintf(i32 noundef %50, ptr noundef @.str.1, ptr noundef %51, ptr noundef %54)
store i32 1, ptr %3, align 4
br label %148
56: ; preds = %43
%57 = getelementptr inbounds %struct.stat, ptr %13, i32 0, i32 1
%58 = load i32, ptr %57, align 4
%59 = call i32 @S_ISCHR(i32 noundef %58)
%60 = icmp ne i32 %59, 0
br i1 %60, label %68, label %61
61: ; preds = %56
%62 = load i32, ptr @stderr, align 4
%63 = load ptr, ptr %11, align 8
%64 = load ptr, ptr %5, align 8
%65 = getelementptr inbounds ptr, ptr %64, i64 1
%66 = load ptr, ptr %65, align 8
%67 = call i32 (i32, ptr, ptr, ...) @fprintf(i32 noundef %62, ptr noundef @.str.2, ptr noundef %63, ptr noundef %66)
store i32 1, ptr %3, align 4
br label %148
68: ; preds = %56
%69 = getelementptr inbounds %struct.stat, ptr %13, i32 0, i32 0
%70 = load i32, ptr %69, align 4
%71 = and i32 %70, 255
store i32 %71, ptr %9, align 4
%72 = load i32, ptr %9, align 4
%73 = icmp sge i32 %72, 32
br i1 %73, label %74, label %77
74: ; preds = %68
%75 = load i32, ptr %9, align 4
%76 = ashr i32 %75, 5
store i32 %76, ptr %9, align 4
br label %77
77: ; preds = %74, %68
%78 = load ptr, ptr %5, align 8
%79 = getelementptr inbounds ptr, ptr %78, i64 1
%80 = load ptr, ptr %79, align 8
store ptr %80, ptr %7, align 8
br label %82
81: ; preds = %35
store ptr @.str.3, ptr %7, align 8
br label %82
82: ; preds = %81, %77
%83 = load ptr, ptr %5, align 8
%84 = getelementptr inbounds ptr, ptr %83, i64 2
%85 = load ptr, ptr %84, align 8
%86 = call i32 @strtoul(ptr noundef %85, ptr noundef %10, i32 noundef 10)
store i32 %86, ptr %8, align 4
%87 = load ptr, ptr %10, align 8
%88 = load i8, ptr %87, align 1
%89 = icmp ne i8 %88, 0
br i1 %89, label %90, label %119
90: ; preds = %82
%91 = load ptr, ptr %5, align 8
%92 = getelementptr inbounds ptr, ptr %91, i64 2
%93 = load ptr, ptr %92, align 8
%94 = call i64 @stat(ptr noundef %93, ptr noundef %14)
%95 = icmp ne i64 %94, 0
br i1 %95, label %96, label %103
96: ; preds = %90
%97 = load i32, ptr @stderr, align 4
%98 = load ptr, ptr %11, align 8
%99 = load ptr, ptr %5, align 8
%100 = getelementptr inbounds ptr, ptr %99, i64 2
%101 = load ptr, ptr %100, align 8
%102 = call i32 (i32, ptr, ptr, ...) @fprintf(i32 noundef %97, ptr noundef @.str.4, ptr noundef %98, ptr noundef %101)
store i32 1, ptr %3, align 4
br label %148
103: ; preds = %90
%104 = getelementptr inbounds %struct.stat, ptr %14, i32 0, i32 1
%105 = load i32, ptr %104, align 4
%106 = call i32 @S_ISCHR(i32 noundef %105)
%107 = icmp ne i32 %106, 0
br i1 %107, label %115, label %108
108: ; preds = %103
%109 = load i32, ptr @stderr, align 4
%110 = load ptr, ptr %11, align 8
%111 = load ptr, ptr %5, align 8
%112 = getelementptr inbounds ptr, ptr %111, i64 2
%113 = load ptr, ptr %112, align 8
%114 = call i32 (i32, ptr, ptr, ...) @fprintf(i32 noundef %109, ptr noundef @.str.2, ptr noundef %110, ptr noundef %113)
store i32 1, ptr %3, align 4
br label %148
115: ; preds = %103
%116 = getelementptr inbounds %struct.stat, ptr %14, i32 0, i32 0
%117 = load i32, ptr %116, align 4
%118 = and i32 %117, 255
store i32 %118, ptr %8, align 4
br label %119
119: ; preds = %115, %82
%120 = load i32, ptr %8, align 4
%121 = getelementptr inbounds %struct.fb_con2fbmap, ptr %6, i32 0, i32 0
store i32 %120, ptr %121, align 4
%122 = load i32, ptr %9, align 4
%123 = getelementptr inbounds %struct.fb_con2fbmap, ptr %6, i32 0, i32 1
store i32 %122, ptr %123, align 4
%124 = load ptr, ptr %7, align 8
%125 = load i32, ptr @O_RDWR, align 4
%126 = call i32 @open(ptr noundef %124, i32 noundef %125)
store i32 %126, ptr %12, align 4
%127 = load i32, ptr %12, align 4
%128 = icmp slt i32 %127, 0
br i1 %128, label %129, label %134
129: ; preds = %119
%130 = load i32, ptr @stderr, align 4
%131 = load ptr, ptr %11, align 8
%132 = load ptr, ptr %7, align 8
%133 = call i32 (i32, ptr, ptr, ...) @fprintf(i32 noundef %130, ptr noundef @.str.5, ptr noundef %131, ptr noundef %132)
store i32 1, ptr %3, align 4
br label %148
134: ; preds = %119
%135 = load i32, ptr %12, align 4
%136 = load i32, ptr @FBIOPUT_CON2FBMAP, align 4
%137 = call i64 @ioctl(i32 noundef %135, i32 noundef %136, ptr noundef %6)
%138 = icmp ne i64 %137, 0
br i1 %138, label %139, label %145
139: ; preds = %134
%140 = load i32, ptr @stderr, align 4
%141 = load ptr, ptr %11, align 8
%142 = call i32 (i32, ptr, ptr, ...) @fprintf(i32 noundef %140, ptr noundef @.str.6, ptr noundef %141)
%143 = load i32, ptr %12, align 4
%144 = call i32 @close(i32 noundef %143)
store i32 1, ptr %3, align 4
br label %148
145: ; preds = %134
%146 = load i32, ptr %12, align 4
%147 = call i32 @close(i32 noundef %146)
store i32 0, ptr %3, align 4
br label %148
148: ; preds = %145, %139, %129, %108, %96, %61, %49, %31
%149 = load i32, ptr %3, align 4
ret i32 %149
}
declare ptr @strrchr(ptr noundef, i8 noundef signext) #1
declare i32 @fprintf(i32 noundef, ptr noundef, ptr noundef, ...) #1
declare i32 @strtoul(ptr noundef, ptr noundef, i32 noundef) #1
declare i64 @stat(ptr noundef, ptr noundef) #1
declare i32 @S_ISCHR(i32 noundef) #1
declare i32 @open(ptr noundef, i32 noundef) #1
declare i64 @ioctl(i32 noundef, i32 noundef, ptr noundef) #1
declare i32 @close(i32 noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmpgd8a6cat.c"
target datalayout = "e-m:e-p270: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.fb_con2fbmap = type { i32, i32 }
%struct.stat = type { i32, i32 }
@stderr = dso_local global i32 0, align 4
@.str = private unnamed_addr constant [25 x i8] c"usage: %s fbdev console\0A\00", align 1
@.str.1 = private unnamed_addr constant [57 x i8] c"%s: are you sure that %s can be used to describe fbdev?\0A\00", align 1
@.str.2 = private unnamed_addr constant [33 x i8] c"%s: %s must be character device\0A\00", align 1
@.str.3 = private unnamed_addr constant [9 x i8] c"/dev/fb0\00", align 1
@.str.4 = private unnamed_addr constant [54 x i8] c"%s: are you sure that %s can be used to describe vt?\0A\00", align 1
@O_RDWR = dso_local global i32 0, align 4
@.str.5 = private unnamed_addr constant [20 x i8] c"%s: Cannot open %s\0A\00", align 1
@FBIOPUT_CON2FBMAP = dso_local global i32 0, align 4
@.str.6 = private unnamed_addr constant [32 x i8] c"%s: Cannot set console mapping\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 %struct.fb_con2fbmap, align 4
%7 = alloca ptr, align 8
%8 = alloca i32, align 4
%9 = alloca i32, align 4
%10 = alloca ptr, align 8
%11 = alloca ptr, align 8
%12 = alloca i32, align 4
%13 = alloca %struct.stat, align 4
%14 = alloca %struct.stat, align 4
store i32 0, ptr %3, align 4
store i32 %0, ptr %4, align 4
store ptr %1, ptr %5, align 8
%15 = load ptr, ptr %5, align 8
%16 = getelementptr inbounds ptr, ptr %15, i64 0
%17 = load ptr, ptr %16, align 8
%18 = call ptr @strrchr(ptr noundef %17, i8 noundef signext 47)
store ptr %18, ptr %11, align 8
%19 = load ptr, ptr %11, align 8
%20 = icmp ne ptr %19, null
br i1 %20, label %21, label %24
21: ; preds = %2
%22 = load ptr, ptr %11, align 8
%23 = getelementptr inbounds i8, ptr %22, i32 1
store ptr %23, ptr %11, align 8
br label %28
24: ; preds = %2
%25 = load ptr, ptr %5, align 8
%26 = getelementptr inbounds ptr, ptr %25, i64 0
%27 = load ptr, ptr %26, align 8
store ptr %27, ptr %11, align 8
br label %28
28: ; preds = %24, %21
%29 = load i32, ptr %4, align 4
%30 = icmp slt i32 %29, 3
br i1 %30, label %31, label %35
31: ; preds = %28
%32 = load i32, ptr @stderr, align 4
%33 = load ptr, ptr %11, align 8
%34 = call i32 (i32, ptr, ptr, ...) @fprintf(i32 noundef %32, ptr noundef @.str, ptr noundef %33)
store i32 1, ptr %3, align 4
br label %148
35: ; preds = %28
%36 = load ptr, ptr %5, align 8
%37 = getelementptr inbounds ptr, ptr %36, i64 1
%38 = load ptr, ptr %37, align 8
%39 = call i32 @strtoul(ptr noundef %38, ptr noundef %10, i32 noundef 10)
store i32 %39, ptr %9, align 4
%40 = load ptr, ptr %10, align 8
%41 = load i8, ptr %40, align 1
%42 = icmp ne i8 %41, 0
br i1 %42, label %43, label %81
43: ; preds = %35
%44 = load ptr, ptr %5, align 8
%45 = getelementptr inbounds ptr, ptr %44, i64 1
%46 = load ptr, ptr %45, align 8
%47 = call i64 @stat(ptr noundef %46, ptr noundef %13)
%48 = icmp ne i64 %47, 0
br i1 %48, label %49, label %56
49: ; preds = %43
%50 = load i32, ptr @stderr, align 4
%51 = load ptr, ptr %11, align 8
%52 = load ptr, ptr %5, align 8
%53 = getelementptr inbounds ptr, ptr %52, i64 1
%54 = load ptr, ptr %53, align 8
%55 = call i32 (i32, ptr, ptr, ...) @fprintf(i32 noundef %50, ptr noundef @.str.1, ptr noundef %51, ptr noundef %54)
store i32 1, ptr %3, align 4
br label %148
56: ; preds = %43
%57 = getelementptr inbounds %struct.stat, ptr %13, i32 0, i32 1
%58 = load i32, ptr %57, align 4
%59 = call i32 @S_ISCHR(i32 noundef %58)
%60 = icmp ne i32 %59, 0
br i1 %60, label %68, label %61
61: ; preds = %56
%62 = load i32, ptr @stderr, align 4
%63 = load ptr, ptr %11, align 8
%64 = load ptr, ptr %5, align 8
%65 = getelementptr inbounds ptr, ptr %64, i64 1
%66 = load ptr, ptr %65, align 8
%67 = call i32 (i32, ptr, ptr, ...) @fprintf(i32 noundef %62, ptr noundef @.str.2, ptr noundef %63, ptr noundef %66)
store i32 1, ptr %3, align 4
br label %148
68: ; preds = %56
%69 = getelementptr inbounds %struct.stat, ptr %13, i32 0, i32 0
%70 = load i32, ptr %69, align 4
%71 = and i32 %70, 255
store i32 %71, ptr %9, align 4
%72 = load i32, ptr %9, align 4
%73 = icmp sge i32 %72, 32
br i1 %73, label %74, label %77
74: ; preds = %68
%75 = load i32, ptr %9, align 4
%76 = ashr i32 %75, 5
store i32 %76, ptr %9, align 4
br label %77
77: ; preds = %74, %68
%78 = load ptr, ptr %5, align 8
%79 = getelementptr inbounds ptr, ptr %78, i64 1
%80 = load ptr, ptr %79, align 8
store ptr %80, ptr %7, align 8
br label %82
81: ; preds = %35
store ptr @.str.3, ptr %7, align 8
br label %82
82: ; preds = %81, %77
%83 = load ptr, ptr %5, align 8
%84 = getelementptr inbounds ptr, ptr %83, i64 2
%85 = load ptr, ptr %84, align 8
%86 = call i32 @strtoul(ptr noundef %85, ptr noundef %10, i32 noundef 10)
store i32 %86, ptr %8, align 4
%87 = load ptr, ptr %10, align 8
%88 = load i8, ptr %87, align 1
%89 = icmp ne i8 %88, 0
br i1 %89, label %90, label %119
90: ; preds = %82
%91 = load ptr, ptr %5, align 8
%92 = getelementptr inbounds ptr, ptr %91, i64 2
%93 = load ptr, ptr %92, align 8
%94 = call i64 @stat(ptr noundef %93, ptr noundef %14)
%95 = icmp ne i64 %94, 0
br i1 %95, label %96, label %103
96: ; preds = %90
%97 = load i32, ptr @stderr, align 4
%98 = load ptr, ptr %11, align 8
%99 = load ptr, ptr %5, align 8
%100 = getelementptr inbounds ptr, ptr %99, i64 2
%101 = load ptr, ptr %100, align 8
%102 = call i32 (i32, ptr, ptr, ...) @fprintf(i32 noundef %97, ptr noundef @.str.4, ptr noundef %98, ptr noundef %101)
store i32 1, ptr %3, align 4
br label %148
103: ; preds = %90
%104 = getelementptr inbounds %struct.stat, ptr %14, i32 0, i32 1
%105 = load i32, ptr %104, align 4
%106 = call i32 @S_ISCHR(i32 noundef %105)
%107 = icmp ne i32 %106, 0
br i1 %107, label %115, label %108
108: ; preds = %103
%109 = load i32, ptr @stderr, align 4
%110 = load ptr, ptr %11, align 8
%111 = load ptr, ptr %5, align 8
%112 = getelementptr inbounds ptr, ptr %111, i64 2
%113 = load ptr, ptr %112, align 8
%114 = call i32 (i32, ptr, ptr, ...) @fprintf(i32 noundef %109, ptr noundef @.str.2, ptr noundef %110, ptr noundef %113)
store i32 1, ptr %3, align 4
br label %148
115: ; preds = %103
%116 = getelementptr inbounds %struct.stat, ptr %14, i32 0, i32 0
%117 = load i32, ptr %116, align 4
%118 = and i32 %117, 255
store i32 %118, ptr %8, align 4
br label %119
119: ; preds = %115, %82
%120 = load i32, ptr %8, align 4
%121 = getelementptr inbounds %struct.fb_con2fbmap, ptr %6, i32 0, i32 0
store i32 %120, ptr %121, align 4
%122 = load i32, ptr %9, align 4
%123 = getelementptr inbounds %struct.fb_con2fbmap, ptr %6, i32 0, i32 1
store i32 %122, ptr %123, align 4
%124 = load ptr, ptr %7, align 8
%125 = load i32, ptr @O_RDWR, align 4
%126 = call i32 @open(ptr noundef %124, i32 noundef %125)
store i32 %126, ptr %12, align 4
%127 = load i32, ptr %12, align 4
%128 = icmp slt i32 %127, 0
br i1 %128, label %129, label %134
129: ; preds = %119
%130 = load i32, ptr @stderr, align 4
%131 = load ptr, ptr %11, align 8
%132 = load ptr, ptr %7, align 8
%133 = call i32 (i32, ptr, ptr, ...) @fprintf(i32 noundef %130, ptr noundef @.str.5, ptr noundef %131, ptr noundef %132)
store i32 1, ptr %3, align 4
br label %148
134: ; preds = %119
%135 = load i32, ptr %12, align 4
%136 = load i32, ptr @FBIOPUT_CON2FBMAP, align 4
%137 = call i64 @ioctl(i32 noundef %135, i32 noundef %136, ptr noundef %6)
%138 = icmp ne i64 %137, 0
br i1 %138, label %139, label %145
139: ; preds = %134
%140 = load i32, ptr @stderr, align 4
%141 = load ptr, ptr %11, align 8
%142 = call i32 (i32, ptr, ptr, ...) @fprintf(i32 noundef %140, ptr noundef @.str.6, ptr noundef %141)
%143 = load i32, ptr %12, align 4
%144 = call i32 @close(i32 noundef %143)
store i32 1, ptr %3, align 4
br label %148
145: ; preds = %134
%146 = load i32, ptr %12, align 4
%147 = call i32 @close(i32 noundef %146)
store i32 0, ptr %3, align 4
br label %148
148: ; preds = %145, %139, %129, %108, %96, %61, %49, %31
%149 = load i32, ptr %3, align 4
ret i32 %149
}
declare ptr @strrchr(ptr noundef, i8 noundef signext) #1
declare i32 @fprintf(i32 noundef, ptr noundef, ptr noundef, ...) #1
declare i32 @strtoul(ptr noundef, ptr noundef, i32 noundef) #1
declare i64 @stat(ptr noundef, ptr noundef) #1
declare i32 @S_ISCHR(i32 noundef) #1
declare i32 @open(ptr noundef, i32 noundef) #1
declare i64 @ioctl(i32 noundef, i32 noundef, ptr noundef) #1
declare i32 @close(i32 noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
|
; ModuleID = '/tmp/tmp63vnmpgg.c'
source_filename = "/tmp/tmp63vnmpgg.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@DBL_MAX = dso_local global i32 0, align 4
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmp63vnmpgg.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@DBL_MAX = dso_local global i32 0, align 4
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
|
; ModuleID = '/tmp/tmp0fki4vnx.c'
source_filename = "/tmp/tmp0fki4vnx.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@.str = private unnamed_addr constant [3 x i8] c"%c\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local void @kotlinclib_print_char(i8 noundef signext %0) #0 {
%2 = alloca i8, align 1
store i8 %0, ptr %2, align 1
%3 = load i8, ptr %2, align 1
%4 = call i32 @printf(ptr noundef @.str, i8 noundef signext %3)
ret void
}
declare i32 @printf(ptr noundef, i8 noundef signext) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmp0fki4vnx.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@.str = private unnamed_addr constant [3 x i8] c"%c\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local void @kotlinclib_print_char(i8 noundef signext %0) #0 {
%2 = alloca i8, align 1
store i8 %0, ptr %2, align 1
%3 = load i8, ptr %2, align 1
%4 = call i32 @printf(ptr noundef @.str, i8 noundef signext %3)
ret void
}
declare i32 @printf(ptr noundef, i8 noundef signext) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
|
; ModuleID = '/tmp/tmpvsup0h63.c'
source_filename = "/tmp/tmpvsup0h63.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-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"%x\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local void @unbind_key(i32 noundef %0) #0 {
%2 = alloca i32, align 4
%3 = alloca i32, align 4
%4 = alloca ptr, align 8
store i32 %0, ptr %2, align 4
store i32 17, ptr %3, align 4
%5 = call ptr @llvm.stacksave()
store ptr %5, ptr %4, align 8
%6 = alloca i8, i64 17, align 16
%7 = load i32, ptr %2, align 4
%8 = call i32 @snprintf(ptr noundef %6, i32 noundef 17, ptr noundef @.str, i32 noundef %7)
%9 = call i32 @unset_uikey(ptr noundef %6)
%10 = load ptr, ptr %4, align 8
call void @llvm.stackrestore(ptr %10)
ret void
}
; Function Attrs: nocallback nofree nosync nounwind willreturn
declare ptr @llvm.stacksave() #1
declare i32 @snprintf(ptr noundef, i32 noundef, ptr noundef, i32 noundef) #2
declare i32 @unset_uikey(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"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmpvsup0h63.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-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"%x\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local void @unbind_key(i32 noundef %0) #0 {
%2 = alloca i32, align 4
%3 = alloca i32, align 4
%4 = alloca ptr, align 8
store i32 %0, ptr %2, align 4
store i32 17, ptr %3, align 4
%5 = call ptr @llvm.stacksave()
store ptr %5, ptr %4, align 8
%6 = alloca i8, i64 17, align 16
%7 = load i32, ptr %2, align 4
%8 = call i32 @snprintf(ptr noundef %6, i32 noundef 17, ptr noundef @.str, i32 noundef %7)
%9 = call i32 @unset_uikey(ptr noundef %6)
%10 = load ptr, ptr %4, align 8
call void @llvm.stackrestore(ptr %10)
ret void
}
; Function Attrs: nocallback nofree nosync nounwind willreturn
declare ptr @llvm.stacksave() #1
declare i32 @snprintf(ptr noundef, i32 noundef, ptr noundef, i32 noundef) #2
declare i32 @unset_uikey(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"}
|
; ModuleID = '/tmp/tmp66pxnv7k.c'
source_filename = "/tmp/tmp66pxnv7k.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @zhputs(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 @puts(ptr noundef %3)
ret i32 0
}
declare i32 @puts(ptr noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmp66pxnv7k.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @zhputs(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 @puts(ptr noundef %3)
ret i32 0
}
declare i32 @puts(ptr noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
|
; ModuleID = '/tmp/tmpzgmhxs5d.c'
source_filename = "/tmp/tmpzgmhxs5d.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@.str = private unnamed_addr constant [14 x i8] c"Input string:\00", align 1
@.str.1 = private unnamed_addr constant [3 x i8] c"%s\00", align 1
@.str.2 = private unnamed_addr constant [17 x i8] c"\0ARev String= %s\0A\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @main() #0 {
%1 = alloca i32, align 4
%2 = alloca [20 x i8], align 16
%3 = call i32 (ptr, ...) @printf(ptr noundef @.str)
%4 = call i32 @scanf(ptr noundef @.str.1, ptr noundef %2)
%5 = getelementptr inbounds [20 x i8], ptr %2, i64 0, i64 0
%6 = call i32 @strlen(ptr noundef %5)
store i32 %6, ptr %1, align 4
%7 = getelementptr inbounds [20 x i8], ptr %2, i64 0, i64 0
%8 = load i32, ptr %1, align 4
%9 = sub nsw i32 %8, 1
%10 = call i32 @reverse(ptr noundef %7, i32 noundef 0, i32 noundef %9)
%11 = getelementptr inbounds [20 x i8], ptr %2, i64 0, i64 0
%12 = call i32 (ptr, ...) @printf(ptr noundef @.str.2, ptr noundef %11)
ret i32 0
}
declare i32 @printf(ptr noundef, ...) #1
declare i32 @scanf(ptr noundef, ptr noundef) #1
declare i32 @strlen(ptr noundef) #1
declare i32 @reverse(ptr noundef, i32 noundef, i32 noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmpzgmhxs5d.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@.str = private unnamed_addr constant [14 x i8] c"Input string:\00", align 1
@.str.1 = private unnamed_addr constant [3 x i8] c"%s\00", align 1
@.str.2 = private unnamed_addr constant [17 x i8] c"\0ARev String= %s\0A\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @main() #0 {
%1 = alloca i32, align 4
%2 = alloca [20 x i8], align 16
%3 = call i32 (ptr, ...) @printf(ptr noundef @.str)
%4 = call i32 @scanf(ptr noundef @.str.1, ptr noundef %2)
%5 = getelementptr inbounds [20 x i8], ptr %2, i64 0, i64 0
%6 = call i32 @strlen(ptr noundef %5)
store i32 %6, ptr %1, align 4
%7 = getelementptr inbounds [20 x i8], ptr %2, i64 0, i64 0
%8 = load i32, ptr %1, align 4
%9 = sub nsw i32 %8, 1
%10 = call i32 @reverse(ptr noundef %7, i32 noundef 0, i32 noundef %9)
%11 = getelementptr inbounds [20 x i8], ptr %2, i64 0, i64 0
%12 = call i32 (ptr, ...) @printf(ptr noundef @.str.2, ptr noundef %11)
ret i32 0
}
declare i32 @printf(ptr noundef, ...) #1
declare i32 @scanf(ptr noundef, ptr noundef) #1
declare i32 @strlen(ptr noundef) #1
declare i32 @reverse(ptr noundef, i32 noundef, i32 noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
|
; ModuleID = '/tmp/tmpn3bz8u36.c'
source_filename = "/tmp/tmpn3bz8u36.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@.str = private unnamed_addr constant [195 x i8] c"<Track>%u</Track><TrackDuration>%s</TrackDuration><TrackMetaData>%s</TrackMetaData><TrackURI>%s</TrackURI><RelTime>%s</RelTime><AbsTime>%s</AbsTime><RelCount>%d</RelCount><AbsCount>%d</AbsCount>\00", align 1
@.str.1 = private unnamed_addr constant [43 x i8] c"urn:schemas-upnp-org:service:AVTransport:1\00", align 1
@.str.2 = private unnamed_addr constant [16 x i8] c"GetPositionInfo\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local void @UpnpResponse_MediaRenderer_AVTransport_GetPositionInfo(ptr noundef %0, i32 noundef %1, ptr noundef %2, ptr noundef %3, ptr noundef %4, ptr noundef %5, ptr noundef %6, i32 noundef %7, i32 noundef %8) #0 {
%10 = alloca ptr, align 8
%11 = alloca i32, align 4
%12 = alloca ptr, align 8
%13 = alloca ptr, align 8
%14 = alloca ptr, align 8
%15 = alloca ptr, align 8
%16 = alloca ptr, align 8
%17 = alloca i32, align 4
%18 = alloca i32, align 4
%19 = alloca ptr, align 8
%20 = alloca ptr, align 8
%21 = alloca ptr, align 8
%22 = alloca ptr, align 8
%23 = alloca ptr, align 8
%24 = alloca ptr, align 8
store ptr %0, ptr %10, align 8
store i32 %1, ptr %11, align 4
store ptr %2, ptr %12, align 8
store ptr %3, ptr %13, align 8
store ptr %4, ptr %14, align 8
store ptr %5, ptr %15, align 8
store ptr %6, ptr %16, align 8
store i32 %7, ptr %17, align 4
store i32 %8, ptr %18, align 4
%25 = load ptr, ptr %12, align 8
%26 = call i64 @ILibXmlEscapeLength(ptr noundef %25)
%27 = add nsw i64 1, %26
%28 = call i64 @malloc(i64 noundef %27)
%29 = inttoptr i64 %28 to ptr
store ptr %29, ptr %20, align 8
%30 = load ptr, ptr %13, align 8
%31 = call i64 @ILibXmlEscapeLength(ptr noundef %30)
%32 = add nsw i64 1, %31
%33 = call i64 @malloc(i64 noundef %32)
%34 = inttoptr i64 %33 to ptr
store ptr %34, ptr %21, align 8
%35 = load ptr, ptr %14, align 8
%36 = call i64 @ILibXmlEscapeLength(ptr noundef %35)
%37 = add nsw i64 1, %36
%38 = call i64 @malloc(i64 noundef %37)
%39 = inttoptr i64 %38 to ptr
store ptr %39, ptr %22, align 8
%40 = load ptr, ptr %15, align 8
%41 = call i64 @ILibXmlEscapeLength(ptr noundef %40)
%42 = add nsw i64 1, %41
%43 = call i64 @malloc(i64 noundef %42)
%44 = inttoptr i64 %43 to ptr
store ptr %44, ptr %23, align 8
%45 = load ptr, ptr %16, align 8
%46 = call i64 @ILibXmlEscapeLength(ptr noundef %45)
%47 = add nsw i64 1, %46
%48 = call i64 @malloc(i64 noundef %47)
%49 = inttoptr i64 %48 to ptr
store ptr %49, ptr %24, align 8
%50 = load ptr, ptr %20, align 8
%51 = load ptr, ptr %12, align 8
%52 = call i32 @ILibXmlEscape(ptr noundef %50, ptr noundef %51)
%53 = load ptr, ptr %21, align 8
%54 = load ptr, ptr %13, align 8
%55 = call i32 @ILibXmlEscape(ptr noundef %53, ptr noundef %54)
%56 = load ptr, ptr %22, align 8
%57 = load ptr, ptr %14, align 8
%58 = call i32 @ILibXmlEscape(ptr noundef %56, ptr noundef %57)
%59 = load ptr, ptr %23, align 8
%60 = load ptr, ptr %15, align 8
%61 = call i32 @ILibXmlEscape(ptr noundef %59, ptr noundef %60)
%62 = load ptr, ptr %24, align 8
%63 = load ptr, ptr %16, align 8
%64 = call i32 @ILibXmlEscape(ptr noundef %62, ptr noundef %63)
%65 = load ptr, ptr %20, align 8
%66 = call i64 @strlen(ptr noundef %65)
%67 = add nsw i64 212, %66
%68 = load ptr, ptr %21, align 8
%69 = call i64 @strlen(ptr noundef %68)
%70 = add nsw i64 %67, %69
%71 = load ptr, ptr %22, align 8
%72 = call i64 @strlen(ptr noundef %71)
%73 = add nsw i64 %70, %72
%74 = load ptr, ptr %23, align 8
%75 = call i64 @strlen(ptr noundef %74)
%76 = add nsw i64 %73, %75
%77 = load ptr, ptr %24, align 8
%78 = call i64 @strlen(ptr noundef %77)
%79 = add nsw i64 %76, %78
%80 = call i64 @malloc(i64 noundef %79)
%81 = inttoptr i64 %80 to ptr
store ptr %81, ptr %19, align 8
%82 = load ptr, ptr %19, align 8
%83 = load i32, ptr %11, align 4
%84 = load ptr, ptr %20, align 8
%85 = load ptr, ptr %21, align 8
%86 = load ptr, ptr %22, align 8
%87 = load ptr, ptr %23, align 8
%88 = load ptr, ptr %24, align 8
%89 = load i32, ptr %17, align 4
%90 = load i32, ptr %18, align 4
%91 = call i32 @sprintf(ptr noundef %82, ptr noundef @.str, i32 noundef %83, ptr noundef %84, ptr noundef %85, ptr noundef %86, ptr noundef %87, ptr noundef %88, i32 noundef %89, i32 noundef %90)
%92 = load ptr, ptr %10, align 8
%93 = load ptr, ptr %19, align 8
%94 = call i32 @UpnpResponseGeneric(ptr noundef %92, ptr noundef @.str.1, ptr noundef @.str.2, ptr noundef %93)
%95 = load ptr, ptr %19, align 8
%96 = call i32 @free(ptr noundef %95)
%97 = load ptr, ptr %20, align 8
%98 = call i32 @free(ptr noundef %97)
%99 = load ptr, ptr %21, align 8
%100 = call i32 @free(ptr noundef %99)
%101 = load ptr, ptr %22, align 8
%102 = call i32 @free(ptr noundef %101)
%103 = load ptr, ptr %23, align 8
%104 = call i32 @free(ptr noundef %103)
%105 = load ptr, ptr %24, align 8
%106 = call i32 @free(ptr noundef %105)
ret void
}
declare i64 @malloc(i64 noundef) #1
declare i64 @ILibXmlEscapeLength(ptr noundef) #1
declare i32 @ILibXmlEscape(ptr noundef, ptr noundef) #1
declare i64 @strlen(ptr noundef) #1
declare i32 @sprintf(ptr noundef, ptr noundef, i32 noundef, ptr noundef, ptr noundef, ptr noundef, ptr noundef, ptr noundef, i32 noundef, i32 noundef) #1
declare i32 @UpnpResponseGeneric(ptr noundef, ptr noundef, ptr noundef, ptr noundef) #1
declare i32 @free(ptr noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmpn3bz8u36.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@.str = private unnamed_addr constant [195 x i8] c"<Track>%u</Track><TrackDuration>%s</TrackDuration><TrackMetaData>%s</TrackMetaData><TrackURI>%s</TrackURI><RelTime>%s</RelTime><AbsTime>%s</AbsTime><RelCount>%d</RelCount><AbsCount>%d</AbsCount>\00", align 1
@.str.1 = private unnamed_addr constant [43 x i8] c"urn:schemas-upnp-org:service:AVTransport:1\00", align 1
@.str.2 = private unnamed_addr constant [16 x i8] c"GetPositionInfo\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local void @UpnpResponse_MediaRenderer_AVTransport_GetPositionInfo(ptr noundef %0, i32 noundef %1, ptr noundef %2, ptr noundef %3, ptr noundef %4, ptr noundef %5, ptr noundef %6, i32 noundef %7, i32 noundef %8) #0 {
%10 = alloca ptr, align 8
%11 = alloca i32, align 4
%12 = alloca ptr, align 8
%13 = alloca ptr, align 8
%14 = alloca ptr, align 8
%15 = alloca ptr, align 8
%16 = alloca ptr, align 8
%17 = alloca i32, align 4
%18 = alloca i32, align 4
%19 = alloca ptr, align 8
%20 = alloca ptr, align 8
%21 = alloca ptr, align 8
%22 = alloca ptr, align 8
%23 = alloca ptr, align 8
%24 = alloca ptr, align 8
store ptr %0, ptr %10, align 8
store i32 %1, ptr %11, align 4
store ptr %2, ptr %12, align 8
store ptr %3, ptr %13, align 8
store ptr %4, ptr %14, align 8
store ptr %5, ptr %15, align 8
store ptr %6, ptr %16, align 8
store i32 %7, ptr %17, align 4
store i32 %8, ptr %18, align 4
%25 = load ptr, ptr %12, align 8
%26 = call i64 @ILibXmlEscapeLength(ptr noundef %25)
%27 = add nsw i64 1, %26
%28 = call i64 @malloc(i64 noundef %27)
%29 = inttoptr i64 %28 to ptr
store ptr %29, ptr %20, align 8
%30 = load ptr, ptr %13, align 8
%31 = call i64 @ILibXmlEscapeLength(ptr noundef %30)
%32 = add nsw i64 1, %31
%33 = call i64 @malloc(i64 noundef %32)
%34 = inttoptr i64 %33 to ptr
store ptr %34, ptr %21, align 8
%35 = load ptr, ptr %14, align 8
%36 = call i64 @ILibXmlEscapeLength(ptr noundef %35)
%37 = add nsw i64 1, %36
%38 = call i64 @malloc(i64 noundef %37)
%39 = inttoptr i64 %38 to ptr
store ptr %39, ptr %22, align 8
%40 = load ptr, ptr %15, align 8
%41 = call i64 @ILibXmlEscapeLength(ptr noundef %40)
%42 = add nsw i64 1, %41
%43 = call i64 @malloc(i64 noundef %42)
%44 = inttoptr i64 %43 to ptr
store ptr %44, ptr %23, align 8
%45 = load ptr, ptr %16, align 8
%46 = call i64 @ILibXmlEscapeLength(ptr noundef %45)
%47 = add nsw i64 1, %46
%48 = call i64 @malloc(i64 noundef %47)
%49 = inttoptr i64 %48 to ptr
store ptr %49, ptr %24, align 8
%50 = load ptr, ptr %20, align 8
%51 = load ptr, ptr %12, align 8
%52 = call i32 @ILibXmlEscape(ptr noundef %50, ptr noundef %51)
%53 = load ptr, ptr %21, align 8
%54 = load ptr, ptr %13, align 8
%55 = call i32 @ILibXmlEscape(ptr noundef %53, ptr noundef %54)
%56 = load ptr, ptr %22, align 8
%57 = load ptr, ptr %14, align 8
%58 = call i32 @ILibXmlEscape(ptr noundef %56, ptr noundef %57)
%59 = load ptr, ptr %23, align 8
%60 = load ptr, ptr %15, align 8
%61 = call i32 @ILibXmlEscape(ptr noundef %59, ptr noundef %60)
%62 = load ptr, ptr %24, align 8
%63 = load ptr, ptr %16, align 8
%64 = call i32 @ILibXmlEscape(ptr noundef %62, ptr noundef %63)
%65 = load ptr, ptr %20, align 8
%66 = call i64 @strlen(ptr noundef %65)
%67 = add nsw i64 212, %66
%68 = load ptr, ptr %21, align 8
%69 = call i64 @strlen(ptr noundef %68)
%70 = add nsw i64 %67, %69
%71 = load ptr, ptr %22, align 8
%72 = call i64 @strlen(ptr noundef %71)
%73 = add nsw i64 %70, %72
%74 = load ptr, ptr %23, align 8
%75 = call i64 @strlen(ptr noundef %74)
%76 = add nsw i64 %73, %75
%77 = load ptr, ptr %24, align 8
%78 = call i64 @strlen(ptr noundef %77)
%79 = add nsw i64 %76, %78
%80 = call i64 @malloc(i64 noundef %79)
%81 = inttoptr i64 %80 to ptr
store ptr %81, ptr %19, align 8
%82 = load ptr, ptr %19, align 8
%83 = load i32, ptr %11, align 4
%84 = load ptr, ptr %20, align 8
%85 = load ptr, ptr %21, align 8
%86 = load ptr, ptr %22, align 8
%87 = load ptr, ptr %23, align 8
%88 = load ptr, ptr %24, align 8
%89 = load i32, ptr %17, align 4
%90 = load i32, ptr %18, align 4
%91 = call i32 @sprintf(ptr noundef %82, ptr noundef @.str, i32 noundef %83, ptr noundef %84, ptr noundef %85, ptr noundef %86, ptr noundef %87, ptr noundef %88, i32 noundef %89, i32 noundef %90)
%92 = load ptr, ptr %10, align 8
%93 = load ptr, ptr %19, align 8
%94 = call i32 @UpnpResponseGeneric(ptr noundef %92, ptr noundef @.str.1, ptr noundef @.str.2, ptr noundef %93)
%95 = load ptr, ptr %19, align 8
%96 = call i32 @free(ptr noundef %95)
%97 = load ptr, ptr %20, align 8
%98 = call i32 @free(ptr noundef %97)
%99 = load ptr, ptr %21, align 8
%100 = call i32 @free(ptr noundef %99)
%101 = load ptr, ptr %22, align 8
%102 = call i32 @free(ptr noundef %101)
%103 = load ptr, ptr %23, align 8
%104 = call i32 @free(ptr noundef %103)
%105 = load ptr, ptr %24, align 8
%106 = call i32 @free(ptr noundef %105)
ret void
}
declare i64 @malloc(i64 noundef) #1
declare i64 @ILibXmlEscapeLength(ptr noundef) #1
declare i32 @ILibXmlEscape(ptr noundef, ptr noundef) #1
declare i64 @strlen(ptr noundef) #1
declare i32 @sprintf(ptr noundef, ptr noundef, i32 noundef, ptr noundef, ptr noundef, ptr noundef, ptr noundef, ptr noundef, i32 noundef, i32 noundef) #1
declare i32 @UpnpResponseGeneric(ptr noundef, ptr noundef, ptr noundef, ptr noundef) #1
declare i32 @free(ptr noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
|
; ModuleID = '/tmp/tmp6ljare1v.c'
source_filename = "/tmp/tmp6ljare1v.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @sqlite3_digest_sha1(ptr noundef %0, i32 noundef %1, ptr noundef %2) #0 {
%4 = alloca ptr, align 8
%5 = alloca i32, align 4
%6 = alloca ptr, align 8
store ptr %0, ptr %4, align 8
store i32 %1, ptr %5, align 4
store ptr %2, ptr %6, align 8
%7 = load ptr, ptr %4, align 8
%8 = load i32, ptr %5, align 4
%9 = load ptr, ptr %6, align 8
%10 = call i32 (...) @EVP_sha1()
%11 = call i32 @sqlite3_digest_type(ptr noundef %7, i32 noundef %8, ptr noundef %9, i32 noundef %10)
ret void
}
declare i32 @sqlite3_digest_type(ptr noundef, i32 noundef, ptr noundef, i32 noundef) #1
declare i32 @EVP_sha1(...) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmp6ljare1v.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @sqlite3_digest_sha1(ptr noundef %0, i32 noundef %1, ptr noundef %2) #0 {
%4 = alloca ptr, align 8
%5 = alloca i32, align 4
%6 = alloca ptr, align 8
store ptr %0, ptr %4, align 8
store i32 %1, ptr %5, align 4
store ptr %2, ptr %6, align 8
%7 = load ptr, ptr %4, align 8
%8 = load i32, ptr %5, align 4
%9 = load ptr, ptr %6, align 8
%10 = call i32 (...) @EVP_sha1()
%11 = call i32 @sqlite3_digest_type(ptr noundef %7, i32 noundef %8, ptr noundef %9, i32 noundef %10)
ret void
}
declare i32 @sqlite3_digest_type(ptr noundef, i32 noundef, ptr noundef, i32 noundef) #1
declare i32 @EVP_sha1(...) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
|
; ModuleID = '/tmp/tmputw2_gqx.c'
source_filename = "/tmp/tmputw2_gqx.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @string_chomp(ptr noundef %0) #0 {
%2 = alloca ptr, align 8
%3 = alloca i32, align 4
%4 = alloca ptr, align 8
store ptr %0, ptr %2, align 8
%5 = load ptr, ptr %2, align 8
%6 = call i32 @strlen(ptr noundef %5)
store i32 %6, ptr %3, align 4
%7 = load ptr, ptr %2, align 8
%8 = load i32, ptr %3, align 4
%9 = sext i32 %8 to i64
%10 = getelementptr inbounds i8, ptr %7, i64 %9
store ptr %10, ptr %4, align 8
br label %11
11: ; preds = %1, %26
%12 = load ptr, ptr %4, align 8
%13 = getelementptr inbounds i8, ptr %12, i32 -1
store ptr %13, ptr %4, align 8
%14 = load ptr, ptr %4, align 8
%15 = load i8, ptr %14, align 1
%16 = sext i8 %15 to i32
%17 = icmp eq i32 %16, 10
br i1 %17, label %23, label %18
18: ; preds = %11
%19 = load ptr, ptr %4, align 8
%20 = load i8, ptr %19, align 1
%21 = sext i8 %20 to i32
%22 = icmp eq i32 %21, 13
br i1 %22, label %23, label %25
23: ; preds = %18, %11
%24 = load ptr, ptr %4, align 8
store i8 0, ptr %24, align 1
br label %26
25: ; preds = %18
br label %27
26: ; preds = %23
br label %11
27: ; preds = %25
ret void
}
declare i32 @strlen(ptr noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmputw2_gqx.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @string_chomp(ptr noundef %0) #0 {
%2 = alloca ptr, align 8
%3 = alloca i32, align 4
%4 = alloca ptr, align 8
store ptr %0, ptr %2, align 8
%5 = load ptr, ptr %2, align 8
%6 = call i32 @strlen(ptr noundef %5)
store i32 %6, ptr %3, align 4
%7 = load ptr, ptr %2, align 8
%8 = load i32, ptr %3, align 4
%9 = sext i32 %8 to i64
%10 = getelementptr inbounds i8, ptr %7, i64 %9
store ptr %10, ptr %4, align 8
br label %11
11: ; preds = %26, %1
%12 = load ptr, ptr %4, align 8
%13 = getelementptr inbounds i8, ptr %12, i32 -1
store ptr %13, ptr %4, align 8
%14 = load ptr, ptr %4, align 8
%15 = load i8, ptr %14, align 1
%16 = sext i8 %15 to i32
%17 = icmp eq i32 %16, 10
br i1 %17, label %23, label %18
18: ; preds = %11
%19 = load ptr, ptr %4, align 8
%20 = load i8, ptr %19, align 1
%21 = sext i8 %20 to i32
%22 = icmp eq i32 %21, 13
br i1 %22, label %23, label %25
23: ; preds = %18, %11
%24 = load ptr, ptr %4, align 8
store i8 0, ptr %24, align 1
br label %26
25: ; preds = %18
br label %27
26: ; preds = %23
br label %11
27: ; preds = %25
ret void
}
declare i32 @strlen(ptr noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
|
; ModuleID = '/tmp/tmpcu6kkfhx.c'
source_filename = "/tmp/tmpcu6kkfhx.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @pull_down_menu_add_column(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 @pull_down_menu_add_column_internal(ptr noundef %5, ptr noundef %6, i32 noundef 1)
ret i32 %7
}
declare i32 @pull_down_menu_add_column_internal(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/tmpcu6kkfhx.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @pull_down_menu_add_column(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 @pull_down_menu_add_column_internal(ptr noundef %5, ptr noundef %6, i32 noundef 1)
ret i32 %7
}
declare i32 @pull_down_menu_add_column_internal(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/tmpyphhl4o0.c'
source_filename = "/tmp/tmpyphhl4o0.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @dis_print_PERT_GpG(ptr noundef %0) #0 {
%2 = alloca ptr, align 8
store ptr %0, ptr %2, align 8
%3 = call i32 (...) @dis_GpG_to_ffsol()
%4 = load ptr, ptr %2, align 8
%5 = call i32 @dis_print_PERT_ffsol(ptr noundef %4)
ret void
}
declare i32 @dis_GpG_to_ffsol(...) #1
declare i32 @dis_print_PERT_ffsol(ptr noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmpyphhl4o0.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @dis_print_PERT_GpG(ptr noundef %0) #0 {
%2 = alloca ptr, align 8
store ptr %0, ptr %2, align 8
%3 = call i32 (...) @dis_GpG_to_ffsol()
%4 = load ptr, ptr %2, align 8
%5 = call i32 @dis_print_PERT_ffsol(ptr noundef %4)
ret void
}
declare i32 @dis_GpG_to_ffsol(...) #1
declare i32 @dis_print_PERT_ffsol(ptr noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
|
; ModuleID = '/tmp/tmpxsfp6vb1.c'
source_filename = "/tmp/tmpxsfp6vb1.c"
target datalayout = "e-m:e-p270: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/tmpxsfp6vb1.c"
target datalayout = "e-m:e-p270: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/tmpx1570nfc.c'
source_filename = "/tmp/tmpx1570nfc.c"
target datalayout = "e-m:e-p270: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 [23 x i8] c"ERROR: Sorting fault.\0A\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local void @SortFloats(ptr noundef %0, ptr noundef %1, i32 noundef %2) #0 {
%4 = alloca ptr, align 8
%5 = alloca ptr, align 8
%6 = alloca i32, align 4
%7 = alloca i32, align 4
%8 = alloca i32, align 4
%9 = alloca ptr, align 8
%10 = alloca i64, align 8
%11 = alloca i32, align 4
%12 = alloca float, align 4
%13 = alloca i32, align 4
store ptr %0, ptr %4, align 8
store ptr %1, ptr %5, align 8
store i32 %2, ptr %6, align 4
%14 = load i32, ptr %6, align 4
%15 = zext i32 %14 to i64
%16 = call ptr @llvm.stacksave()
store ptr %16, ptr %9, align 8
%17 = alloca i8, i64 %15, align 16
store i64 %15, ptr %10, align 8
%18 = trunc i64 %15 to i32
%19 = call i32 @memset(ptr noundef %17, i32 noundef 0, i32 noundef %18)
store i32 0, ptr %7, align 4
br label %20
20: ; preds = %69, %3
%21 = load i32, ptr %7, align 4
%22 = load i32, ptr %6, align 4
%23 = icmp slt i32 %21, %22
br i1 %23, label %24, label %72
24: ; preds = %20
store i32 -1, ptr %11, align 4
store float 0xFFF0000000000000, ptr %12, align 4
store i32 0, ptr %8, align 4
br label %25
25: ; preds = %51, %24
%26 = load i32, ptr %8, align 4
%27 = load i32, ptr %6, align 4
%28 = icmp slt i32 %26, %27
br i1 %28, label %29, label %54
29: ; preds = %25
%30 = load i32, ptr %8, align 4
%31 = sext i32 %30 to i64
%32 = getelementptr inbounds i8, ptr %17, i64 %31
%33 = load i8, ptr %32, align 1
%34 = icmp ne i8 %33, 0
br i1 %34, label %50, label %35
35: ; preds = %29
%36 = load ptr, ptr %5, align 8
%37 = load i32, ptr %8, align 4
%38 = sext i32 %37 to i64
%39 = getelementptr inbounds float, ptr %36, i64 %38
%40 = load float, ptr %39, align 4
%41 = load float, ptr %12, align 4
%42 = fcmp ogt float %40, %41
br i1 %42, label %43, label %50
43: ; preds = %35
%44 = load ptr, ptr %5, align 8
%45 = load i32, ptr %8, align 4
%46 = sext i32 %45 to i64
%47 = getelementptr inbounds float, ptr %44, i64 %46
%48 = load float, ptr %47, align 4
store float %48, ptr %12, align 4
%49 = load i32, ptr %8, align 4
store i32 %49, ptr %11, align 4
br label %50
50: ; preds = %43, %35, %29
br label %51
51: ; preds = %50
%52 = load i32, ptr %8, align 4
%53 = add nsw i32 %52, 1
store i32 %53, ptr %8, align 4
br label %25, !llvm.loop !6
54: ; preds = %25
%55 = load i32, ptr %11, align 4
%56 = icmp slt i32 %55, 0
br i1 %56, label %57, label %60
57: ; preds = %54
%58 = load i32, ptr @stderr, align 4
%59 = call i32 @fprintf(i32 noundef %58, ptr noundef @.str)
br label %73
60: ; preds = %54
%61 = load i32, ptr %11, align 4
%62 = sext i32 %61 to i64
%63 = getelementptr inbounds i8, ptr %17, i64 %62
store i8 1, ptr %63, align 1
%64 = load i32, ptr %11, align 4
%65 = load ptr, ptr %4, align 8
%66 = load i32, ptr %7, align 4
%67 = sext i32 %66 to i64
%68 = getelementptr inbounds i32, ptr %65, i64 %67
store i32 %64, ptr %68, align 4
br label %69
69: ; preds = %60
%70 = load i32, ptr %7, align 4
%71 = add nsw i32 %70, 1
store i32 %71, ptr %7, align 4
br label %20, !llvm.loop !8
72: ; preds = %20
store i32 1, ptr %13, align 4
br label %88
73: ; preds = %57
store i32 0, ptr %7, align 4
br label %74
74: ; preds = %84, %73
%75 = load i32, ptr %7, align 4
%76 = load i32, ptr %6, align 4
%77 = icmp slt i32 %75, %76
br i1 %77, label %78, label %87
78: ; preds = %74
%79 = load i32, ptr %7, align 4
%80 = load ptr, ptr %4, align 8
%81 = load i32, ptr %7, align 4
%82 = sext i32 %81 to i64
%83 = getelementptr inbounds i32, ptr %80, i64 %82
store i32 %79, ptr %83, align 4
br label %84
84: ; preds = %78
%85 = load i32, ptr %7, align 4
%86 = add nsw i32 %85, 1
store i32 %86, ptr %7, align 4
br label %74, !llvm.loop !9
87: ; preds = %74
store i32 0, ptr %13, align 4
br label %88
88: ; preds = %87, %72
%89 = load ptr, ptr %9, align 8
call void @llvm.stackrestore(ptr %89)
%90 = load i32, ptr %13, align 4
switch i32 %90, label %92 [
i32 0, label %91
i32 1, label %91
]
91: ; preds = %88, %88
ret void
92: ; preds = %88
unreachable
}
; Function Attrs: nocallback nofree nosync nounwind willreturn
declare ptr @llvm.stacksave() #1
declare i32 @memset(ptr noundef, i32 noundef, i32 noundef) #2
declare i32 @fprintf(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}
!9 = distinct !{!9, !7}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmpx1570nfc.c"
target datalayout = "e-m:e-p270: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 [23 x i8] c"ERROR: Sorting fault.\0A\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local void @SortFloats(ptr noundef %0, ptr noundef %1, i32 noundef %2) #0 {
%4 = alloca ptr, align 8
%5 = alloca ptr, align 8
%6 = alloca i32, align 4
%7 = alloca i32, align 4
%8 = alloca i32, align 4
%9 = alloca ptr, align 8
%10 = alloca i64, align 8
%11 = alloca i32, align 4
%12 = alloca float, align 4
%13 = alloca i32, align 4
store ptr %0, ptr %4, align 8
store ptr %1, ptr %5, align 8
store i32 %2, ptr %6, align 4
%14 = load i32, ptr %6, align 4
%15 = zext i32 %14 to i64
%16 = call ptr @llvm.stacksave()
store ptr %16, ptr %9, align 8
%17 = alloca i8, i64 %15, align 16
store i64 %15, ptr %10, align 8
%18 = trunc i64 %15 to i32
%19 = call i32 @memset(ptr noundef %17, i32 noundef 0, i32 noundef %18)
store i32 0, ptr %7, align 4
%20 = load i32, ptr %7, align 4
%21 = load i32, ptr %6, align 4
%22 = icmp slt i32 %20, %21
br i1 %22, label %.lr.ph2, label %76
.lr.ph2: ; preds = %3
br label %23
23: ; preds = %.lr.ph2, %70
store i32 -1, ptr %11, align 4
store float 0xFFF0000000000000, ptr %12, align 4
store i32 0, ptr %8, align 4
%24 = load i32, ptr %8, align 4
%25 = load i32, ptr %6, align 4
%26 = icmp slt i32 %24, %25
br i1 %26, label %.lr.ph, label %55
.lr.ph: ; preds = %23
br label %27
27: ; preds = %.lr.ph, %49
%28 = load i32, ptr %8, align 4
%29 = sext i32 %28 to i64
%30 = getelementptr inbounds i8, ptr %17, i64 %29
%31 = load i8, ptr %30, align 1
%32 = icmp ne i8 %31, 0
br i1 %32, label %48, label %33
33: ; preds = %27
%34 = load ptr, ptr %5, align 8
%35 = load i32, ptr %8, align 4
%36 = sext i32 %35 to i64
%37 = getelementptr inbounds float, ptr %34, i64 %36
%38 = load float, ptr %37, align 4
%39 = load float, ptr %12, align 4
%40 = fcmp ogt float %38, %39
br i1 %40, label %41, label %48
41: ; preds = %33
%42 = load ptr, ptr %5, align 8
%43 = load i32, ptr %8, align 4
%44 = sext i32 %43 to i64
%45 = getelementptr inbounds float, ptr %42, i64 %44
%46 = load float, ptr %45, align 4
store float %46, ptr %12, align 4
%47 = load i32, ptr %8, align 4
store i32 %47, ptr %11, align 4
br label %48
48: ; preds = %41, %33, %27
br label %49
49: ; preds = %48
%50 = load i32, ptr %8, align 4
%51 = add nsw i32 %50, 1
store i32 %51, ptr %8, align 4
%52 = load i32, ptr %8, align 4
%53 = load i32, ptr %6, align 4
%54 = icmp slt i32 %52, %53
br i1 %54, label %27, label %._crit_edge, !llvm.loop !6
._crit_edge: ; preds = %49
br label %55
55: ; preds = %._crit_edge, %23
%56 = load i32, ptr %11, align 4
%57 = icmp slt i32 %56, 0
br i1 %57, label %58, label %61
58: ; preds = %55
%59 = load i32, ptr @stderr, align 4
%60 = call i32 @fprintf(i32 noundef %59, ptr noundef @.str)
br label %77
61: ; preds = %55
%62 = load i32, ptr %11, align 4
%63 = sext i32 %62 to i64
%64 = getelementptr inbounds i8, ptr %17, i64 %63
store i8 1, ptr %64, align 1
%65 = load i32, ptr %11, align 4
%66 = load ptr, ptr %4, align 8
%67 = load i32, ptr %7, align 4
%68 = sext i32 %67 to i64
%69 = getelementptr inbounds i32, ptr %66, i64 %68
store i32 %65, ptr %69, align 4
br label %70
70: ; preds = %61
%71 = load i32, ptr %7, align 4
%72 = add nsw i32 %71, 1
store i32 %72, ptr %7, align 4
%73 = load i32, ptr %7, align 4
%74 = load i32, ptr %6, align 4
%75 = icmp slt i32 %73, %74
br i1 %75, label %23, label %._crit_edge3, !llvm.loop !8
._crit_edge3: ; preds = %70
br label %76
76: ; preds = %._crit_edge3, %3
store i32 1, ptr %13, align 4
br label %94
77: ; preds = %58
store i32 0, ptr %7, align 4
%78 = load i32, ptr %7, align 4
%79 = load i32, ptr %6, align 4
%80 = icmp slt i32 %78, %79
br i1 %80, label %.lr.ph5, label %93
.lr.ph5: ; preds = %77
br label %81
81: ; preds = %.lr.ph5, %87
%82 = load i32, ptr %7, align 4
%83 = load ptr, ptr %4, align 8
%84 = load i32, ptr %7, align 4
%85 = sext i32 %84 to i64
%86 = getelementptr inbounds i32, ptr %83, i64 %85
store i32 %82, ptr %86, align 4
br label %87
87: ; preds = %81
%88 = load i32, ptr %7, align 4
%89 = add nsw i32 %88, 1
store i32 %89, ptr %7, align 4
%90 = load i32, ptr %7, align 4
%91 = load i32, ptr %6, align 4
%92 = icmp slt i32 %90, %91
br i1 %92, label %81, label %._crit_edge6, !llvm.loop !9
._crit_edge6: ; preds = %87
br label %93
93: ; preds = %._crit_edge6, %77
store i32 0, ptr %13, align 4
br label %94
94: ; preds = %93, %76
%95 = load ptr, ptr %9, align 8
call void @llvm.stackrestore(ptr %95)
%96 = load i32, ptr %13, align 4
switch i32 %96, label %98 [
i32 0, label %97
i32 1, label %97
]
97: ; preds = %94, %94
ret void
98: ; preds = %94
unreachable
}
; Function Attrs: nocallback nofree nosync nounwind willreturn
declare ptr @llvm.stacksave() #1
declare i32 @memset(ptr noundef, i32 noundef, i32 noundef) #2
declare i32 @fprintf(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}
!9 = distinct !{!9, !7}
|
; ModuleID = '/tmp/tmp_yz_v7ch.c'
source_filename = "/tmp/tmp_yz_v7ch.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@.str = private unnamed_addr constant [21 x i8] c"String length = %lu\0A\00", align 1
@.str.1 = private unnamed_addr constant [31 x i8] c"String is not null-terminated\0A\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local void @ICPrintLengthString(ptr noundef %0) #0 {
%2 = alloca ptr, align 8
%3 = alloca i64, align 8
store ptr %0, ptr %2, align 8
%4 = load ptr, ptr %2, align 8
%5 = load ptr, ptr %2, align 8
%6 = call i64 @strlen(ptr noundef %5)
store i64 %6, ptr %3, align 8
%7 = getelementptr inbounds i8, ptr %4, i64 %6
%8 = load i8, ptr %7, align 1
%9 = sext i8 %8 to i32
%10 = icmp eq i32 %9, 0
br i1 %10, label %11, label %14
11: ; preds = %1
%12 = load i64, ptr %3, align 8
%13 = call i32 (ptr, ...) @printf(ptr noundef @.str, i64 noundef %12)
br label %16
14: ; preds = %1
%15 = call i32 (ptr, ...) @printf(ptr noundef @.str.1)
br label %16
16: ; preds = %14, %11
ret void
}
declare i64 @strlen(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/tmp_yz_v7ch.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@.str = private unnamed_addr constant [21 x i8] c"String length = %lu\0A\00", align 1
@.str.1 = private unnamed_addr constant [31 x i8] c"String is not null-terminated\0A\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local void @ICPrintLengthString(ptr noundef %0) #0 {
%2 = alloca ptr, align 8
%3 = alloca i64, align 8
store ptr %0, ptr %2, align 8
%4 = load ptr, ptr %2, align 8
%5 = load ptr, ptr %2, align 8
%6 = call i64 @strlen(ptr noundef %5)
store i64 %6, ptr %3, align 8
%7 = getelementptr inbounds i8, ptr %4, i64 %6
%8 = load i8, ptr %7, align 1
%9 = sext i8 %8 to i32
%10 = icmp eq i32 %9, 0
br i1 %10, label %11, label %14
11: ; preds = %1
%12 = load i64, ptr %3, align 8
%13 = call i32 (ptr, ...) @printf(ptr noundef @.str, i64 noundef %12)
br label %16
14: ; preds = %1
%15 = call i32 (ptr, ...) @printf(ptr noundef @.str.1)
br label %16
16: ; preds = %14, %11
ret void
}
declare i64 @strlen(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/tmpfjfsz_t_.c'
source_filename = "/tmp/tmpfjfsz_t_.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @f6(i32 noundef %0) #0 {
%2 = alloca i32, align 4
store i32 %0, ptr %2, align 4
%3 = load i32, ptr %2, align 4
%4 = and i32 %3, 15552
%5 = icmp eq i32 %4, 15552
br i1 %5, label %6, label %50
6: ; preds = %1
%7 = load i32, ptr %2, align 4
%8 = icmp eq i32 %7, 15552
br i1 %8, label %48, label %9
9: ; preds = %6
%10 = load i32, ptr %2, align 4
%11 = icmp eq i32 %10, -1073741825
br i1 %11, label %48, label %12
12: ; preds = %9
%13 = load i32, ptr %2, align 4
%14 = icmp eq i32 %13, -268435457
br i1 %14, label %48, label %15
15: ; preds = %12
%16 = load i32, ptr %2, align 4
%17 = icmp eq i32 %16, -1879048193
br i1 %17, label %48, label %18
18: ; preds = %15
%19 = load i32, ptr %2, align 4
%20 = icmp eq i32 %19, -1607401473
br i1 %20, label %48, label %21
21: ; preds = %18
%22 = load i32, ptr %2, align 4
%23 = icmp eq i32 %22, -1
br i1 %23, label %48, label %24
24: ; preds = %21
%25 = load i32, ptr %2, align 4
%26 = icmp eq i32 %25, -15
br i1 %26, label %48, label %27
27: ; preds = %24
%28 = load i32, ptr %2, align 4
%29 = icmp eq i32 %28, 1879048191
br i1 %29, label %48, label %30
30: ; preds = %27
%31 = load i32, ptr %2, align 4
%32 = icmp eq i32 %31, 536870911
br i1 %32, label %48, label %33
33: ; preds = %30
%34 = load i32, ptr %2, align 4
%35 = icmp eq i32 %34, -32
br i1 %35, label %48, label %36
36: ; preds = %33
%37 = load i32, ptr %2, align 4
%38 = icmp eq i32 %37, -5
br i1 %38, label %48, label %39
39: ; preds = %36
%40 = load i32, ptr %2, align 4
%41 = icmp eq i32 %40, -63
br i1 %41, label %48, label %42
42: ; preds = %39
%43 = load i32, ptr %2, align 4
%44 = icmp eq i32 %43, -64
br i1 %44, label %48, label %45
45: ; preds = %42
%46 = load i32, ptr %2, align 4
%47 = icmp eq i32 %46, 2147483647
br i1 %47, label %48, label %49
48: ; preds = %45, %42, %39, %36, %33, %30, %27, %24, %21, %18, %15, %12, %9, %6
br label %156
49: ; preds = %45
br label %154
50: ; preds = %1
%51 = load i32, ptr %2, align 4
%52 = icmp eq i32 %51, 0
br i1 %52, label %152, label %53
53: ; preds = %50
%54 = load i32, ptr %2, align 4
%55 = icmp eq i32 %54, 7359
br i1 %55, label %152, label %56
56: ; preds = %53
%57 = load i32, ptr %2, align 4
%58 = icmp eq i32 %57, 7360
br i1 %58, label %152, label %59
59: ; preds = %56
%60 = load i32, ptr %2, align 4
%61 = icmp eq i32 %60, 8191
br i1 %61, label %152, label %62
62: ; preds = %59
%63 = load i32, ptr %2, align 4
%64 = icmp eq i32 %63, 8192
br i1 %64, label %152, label %65
65: ; preds = %62
%66 = load i32, ptr %2, align 4
%67 = icmp eq i32 %66, 32
br i1 %67, label %152, label %68
68: ; preds = %65
%69 = load i32, ptr %2, align 4
%70 = icmp eq i32 %69, 15551
br i1 %70, label %152, label %71
71: ; preds = %68
%72 = load i32, ptr %2, align 4
%73 = icmp eq i32 %72, 63
br i1 %73, label %152, label %74
74: ; preds = %71
%75 = load i32, ptr %2, align 4
%76 = icmp eq i32 %75, -1078001664
br i1 %76, label %152, label %77
77: ; preds = %74
%78 = load i32, ptr %2, align 4
%79 = icmp eq i32 %78, -1073741824
br i1 %79, label %152, label %80
80: ; preds = %77
%81 = load i32, ptr %2, align 4
%82 = icmp eq i32 %81, -268435456
br i1 %82, label %152, label %83
83: ; preds = %80
%84 = load i32, ptr %2, align 4
%85 = icmp eq i32 %84, -1879048192
br i1 %85, label %152, label %86
86: ; preds = %83
%87 = load i32, ptr %2, align 4
%88 = icmp eq i32 %87, -1073741823
br i1 %88, label %152, label %89
89: ; preds = %86
%90 = load i32, ptr %2, align 4
%91 = icmp eq i32 %90, 1
br i1 %91, label %152, label %92
92: ; preds = %89
%93 = load i32, ptr %2, align 4
%94 = icmp eq i32 %93, -15550
br i1 %94, label %152, label %95
95: ; preds = %92
%96 = load i32, ptr %2, align 4
%97 = icmp eq i32 %96, -15552
br i1 %97, label %152, label %98
98: ; preds = %95
%99 = load i32, ptr %2, align 4
%100 = icmp eq i32 %99, 1879048192
br i1 %100, label %152, label %101
101: ; preds = %98
%102 = load i32, ptr %2, align 4
%103 = icmp eq i32 %102, 536870912
br i1 %103, label %152, label %104
104: ; preds = %101
%105 = load i32, ptr %2, align 4
%106 = icmp eq i32 %105, -2147483648
br i1 %106, label %152, label %107
107: ; preds = %104
%108 = load i32, ptr %2, align 4
%109 = icmp eq i32 %108, 2
br i1 %109, label %152, label %110
110: ; preds = %107
%111 = load i32, ptr %2, align 4
%112 = icmp eq i32 %111, 24
br i1 %112, label %152, label %113
113: ; preds = %110
%114 = load i32, ptr %2, align 4
%115 = icmp eq i32 %114, 1610612738
br i1 %115, label %152, label %116
116: ; preds = %113
%117 = load i32, ptr %2, align 4
%118 = icmp eq i32 %117, 5
br i1 %118, label %152, label %119
119: ; preds = %116
%120 = load i32, ptr %2, align 4
%121 = icmp eq i32 %120, -65
br i1 %121, label %152, label %122
122: ; preds = %119
%123 = load i32, ptr %2, align 4
%124 = icmp eq i32 %123, -2147483643
br i1 %124, label %152, label %125
125: ; preds = %122
%126 = load i32, ptr %2, align 4
%127 = icmp eq i32 %126, -8189
br i1 %127, label %152, label %128
128: ; preds = %125
%129 = load i32, ptr %2, align 4
%130 = icmp eq i32 %129, -8191
br i1 %130, label %152, label %131
131: ; preds = %128
%132 = load i32, ptr %2, align 4
%133 = icmp eq i32 %132, -8192
br i1 %133, label %152, label %134
134: ; preds = %131
%135 = load i32, ptr %2, align 4
%136 = icmp eq i32 %135, -8193
br i1 %136, label %152, label %137
137: ; preds = %134
%138 = load i32, ptr %2, align 4
%139 = icmp eq i32 %138, -8250
br i1 %139, label %152, label %140
140: ; preds = %137
%141 = load i32, ptr %2, align 4
%142 = icmp eq i32 %141, -8255
br i1 %142, label %152, label %143
143: ; preds = %140
%144 = load i32, ptr %2, align 4
%145 = icmp eq i32 %144, -8256
br i1 %145, label %152, label %146
146: ; preds = %143
%147 = load i32, ptr %2, align 4
%148 = icmp eq i32 %147, -8257
br i1 %148, label %152, label %149
149: ; preds = %146
%150 = load i32, ptr %2, align 4
%151 = icmp eq i32 %150, -2147483640
br i1 %151, label %152, label %153
152: ; preds = %149, %146, %143, %140, %137, %134, %131, %128, %125, %122, %119, %116, %113, %110, %107, %104, %101, %98, %95, %92, %89, %86, %83, %80, %77, %74, %71, %68, %65, %62, %59, %56, %53, %50
br label %156
153: ; preds = %149
br label %154
154: ; preds = %153, %49
%155 = call i32 (...) @abort() #2
unreachable
156: ; preds = %152, %48
ret void
}
; Function Attrs: noreturn
declare i32 @abort(...) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { 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 #2 = { 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/tmpfjfsz_t_.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @f6(i32 noundef %0) #0 {
%2 = alloca i32, align 4
store i32 %0, ptr %2, align 4
%3 = load i32, ptr %2, align 4
%4 = and i32 %3, 15552
%5 = icmp eq i32 %4, 15552
br i1 %5, label %6, label %50
6: ; preds = %1
%7 = load i32, ptr %2, align 4
%8 = icmp eq i32 %7, 15552
br i1 %8, label %48, label %9
9: ; preds = %6
%10 = load i32, ptr %2, align 4
%11 = icmp eq i32 %10, -1073741825
br i1 %11, label %48, label %12
12: ; preds = %9
%13 = load i32, ptr %2, align 4
%14 = icmp eq i32 %13, -268435457
br i1 %14, label %48, label %15
15: ; preds = %12
%16 = load i32, ptr %2, align 4
%17 = icmp eq i32 %16, -1879048193
br i1 %17, label %48, label %18
18: ; preds = %15
%19 = load i32, ptr %2, align 4
%20 = icmp eq i32 %19, -1607401473
br i1 %20, label %48, label %21
21: ; preds = %18
%22 = load i32, ptr %2, align 4
%23 = icmp eq i32 %22, -1
br i1 %23, label %48, label %24
24: ; preds = %21
%25 = load i32, ptr %2, align 4
%26 = icmp eq i32 %25, -15
br i1 %26, label %48, label %27
27: ; preds = %24
%28 = load i32, ptr %2, align 4
%29 = icmp eq i32 %28, 1879048191
br i1 %29, label %48, label %30
30: ; preds = %27
%31 = load i32, ptr %2, align 4
%32 = icmp eq i32 %31, 536870911
br i1 %32, label %48, label %33
33: ; preds = %30
%34 = load i32, ptr %2, align 4
%35 = icmp eq i32 %34, -32
br i1 %35, label %48, label %36
36: ; preds = %33
%37 = load i32, ptr %2, align 4
%38 = icmp eq i32 %37, -5
br i1 %38, label %48, label %39
39: ; preds = %36
%40 = load i32, ptr %2, align 4
%41 = icmp eq i32 %40, -63
br i1 %41, label %48, label %42
42: ; preds = %39
%43 = load i32, ptr %2, align 4
%44 = icmp eq i32 %43, -64
br i1 %44, label %48, label %45
45: ; preds = %42
%46 = load i32, ptr %2, align 4
%47 = icmp eq i32 %46, 2147483647
br i1 %47, label %48, label %49
48: ; preds = %45, %42, %39, %36, %33, %30, %27, %24, %21, %18, %15, %12, %9, %6
br label %156
49: ; preds = %45
br label %154
50: ; preds = %1
%51 = load i32, ptr %2, align 4
%52 = icmp eq i32 %51, 0
br i1 %52, label %152, label %53
53: ; preds = %50
%54 = load i32, ptr %2, align 4
%55 = icmp eq i32 %54, 7359
br i1 %55, label %152, label %56
56: ; preds = %53
%57 = load i32, ptr %2, align 4
%58 = icmp eq i32 %57, 7360
br i1 %58, label %152, label %59
59: ; preds = %56
%60 = load i32, ptr %2, align 4
%61 = icmp eq i32 %60, 8191
br i1 %61, label %152, label %62
62: ; preds = %59
%63 = load i32, ptr %2, align 4
%64 = icmp eq i32 %63, 8192
br i1 %64, label %152, label %65
65: ; preds = %62
%66 = load i32, ptr %2, align 4
%67 = icmp eq i32 %66, 32
br i1 %67, label %152, label %68
68: ; preds = %65
%69 = load i32, ptr %2, align 4
%70 = icmp eq i32 %69, 15551
br i1 %70, label %152, label %71
71: ; preds = %68
%72 = load i32, ptr %2, align 4
%73 = icmp eq i32 %72, 63
br i1 %73, label %152, label %74
74: ; preds = %71
%75 = load i32, ptr %2, align 4
%76 = icmp eq i32 %75, -1078001664
br i1 %76, label %152, label %77
77: ; preds = %74
%78 = load i32, ptr %2, align 4
%79 = icmp eq i32 %78, -1073741824
br i1 %79, label %152, label %80
80: ; preds = %77
%81 = load i32, ptr %2, align 4
%82 = icmp eq i32 %81, -268435456
br i1 %82, label %152, label %83
83: ; preds = %80
%84 = load i32, ptr %2, align 4
%85 = icmp eq i32 %84, -1879048192
br i1 %85, label %152, label %86
86: ; preds = %83
%87 = load i32, ptr %2, align 4
%88 = icmp eq i32 %87, -1073741823
br i1 %88, label %152, label %89
89: ; preds = %86
%90 = load i32, ptr %2, align 4
%91 = icmp eq i32 %90, 1
br i1 %91, label %152, label %92
92: ; preds = %89
%93 = load i32, ptr %2, align 4
%94 = icmp eq i32 %93, -15550
br i1 %94, label %152, label %95
95: ; preds = %92
%96 = load i32, ptr %2, align 4
%97 = icmp eq i32 %96, -15552
br i1 %97, label %152, label %98
98: ; preds = %95
%99 = load i32, ptr %2, align 4
%100 = icmp eq i32 %99, 1879048192
br i1 %100, label %152, label %101
101: ; preds = %98
%102 = load i32, ptr %2, align 4
%103 = icmp eq i32 %102, 536870912
br i1 %103, label %152, label %104
104: ; preds = %101
%105 = load i32, ptr %2, align 4
%106 = icmp eq i32 %105, -2147483648
br i1 %106, label %152, label %107
107: ; preds = %104
%108 = load i32, ptr %2, align 4
%109 = icmp eq i32 %108, 2
br i1 %109, label %152, label %110
110: ; preds = %107
%111 = load i32, ptr %2, align 4
%112 = icmp eq i32 %111, 24
br i1 %112, label %152, label %113
113: ; preds = %110
%114 = load i32, ptr %2, align 4
%115 = icmp eq i32 %114, 1610612738
br i1 %115, label %152, label %116
116: ; preds = %113
%117 = load i32, ptr %2, align 4
%118 = icmp eq i32 %117, 5
br i1 %118, label %152, label %119
119: ; preds = %116
%120 = load i32, ptr %2, align 4
%121 = icmp eq i32 %120, -65
br i1 %121, label %152, label %122
122: ; preds = %119
%123 = load i32, ptr %2, align 4
%124 = icmp eq i32 %123, -2147483643
br i1 %124, label %152, label %125
125: ; preds = %122
%126 = load i32, ptr %2, align 4
%127 = icmp eq i32 %126, -8189
br i1 %127, label %152, label %128
128: ; preds = %125
%129 = load i32, ptr %2, align 4
%130 = icmp eq i32 %129, -8191
br i1 %130, label %152, label %131
131: ; preds = %128
%132 = load i32, ptr %2, align 4
%133 = icmp eq i32 %132, -8192
br i1 %133, label %152, label %134
134: ; preds = %131
%135 = load i32, ptr %2, align 4
%136 = icmp eq i32 %135, -8193
br i1 %136, label %152, label %137
137: ; preds = %134
%138 = load i32, ptr %2, align 4
%139 = icmp eq i32 %138, -8250
br i1 %139, label %152, label %140
140: ; preds = %137
%141 = load i32, ptr %2, align 4
%142 = icmp eq i32 %141, -8255
br i1 %142, label %152, label %143
143: ; preds = %140
%144 = load i32, ptr %2, align 4
%145 = icmp eq i32 %144, -8256
br i1 %145, label %152, label %146
146: ; preds = %143
%147 = load i32, ptr %2, align 4
%148 = icmp eq i32 %147, -8257
br i1 %148, label %152, label %149
149: ; preds = %146
%150 = load i32, ptr %2, align 4
%151 = icmp eq i32 %150, -2147483640
br i1 %151, label %152, label %153
152: ; preds = %149, %146, %143, %140, %137, %134, %131, %128, %125, %122, %119, %116, %113, %110, %107, %104, %101, %98, %95, %92, %89, %86, %83, %80, %77, %74, %71, %68, %65, %62, %59, %56, %53, %50
br label %156
153: ; preds = %149
br label %154
154: ; preds = %153, %49
%155 = call i32 (...) @abort() #2
unreachable
156: ; preds = %152, %48
ret void
}
; Function Attrs: noreturn
declare i32 @abort(...) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { 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 #2 = { 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/tmpvczt72mr.c'
source_filename = "/tmp/tmpvczt72mr.c"
target datalayout = "e-m:e-p270: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/tmpvczt72mr.c"
target datalayout = "e-m:e-p270: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/tmpaiclkmfu.c'
source_filename = "/tmp/tmpaiclkmfu.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @main(i32 noundef %0, ptr noundef %1) #0 {
%3 = alloca i32, align 4
%4 = alloca i32, align 4
%5 = alloca ptr, align 8
store i32 0, ptr %3, align 4
store i32 %0, ptr %4, align 4
store ptr %1, ptr %5, align 8
br label %6
6: ; preds = %10, %2
%7 = load i32, ptr %4, align 4
%8 = add nsw i32 %7, -1
store i32 %8, ptr %4, align 4
%9 = icmp ne i32 %8, 0
br i1 %9, label %10, label %15
10: ; preds = %6
%11 = load ptr, ptr %5, align 8
%12 = getelementptr inbounds ptr, ptr %11, i32 1
store ptr %12, ptr %5, align 8
%13 = load ptr, ptr %12, align 8
%14 = call i32 @local_gethostbyname(ptr noundef %13)
br label %6, !llvm.loop !6
15: ; preds = %6
ret i32 0
}
declare i32 @local_gethostbyname(ptr noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 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/tmpaiclkmfu.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @main(i32 noundef %0, ptr noundef %1) #0 {
%3 = alloca i32, align 4
%4 = alloca i32, align 4
%5 = alloca ptr, align 8
store i32 0, ptr %3, align 4
store i32 %0, ptr %4, align 4
store ptr %1, ptr %5, align 8
%6 = load i32, ptr %4, align 4
%7 = add nsw i32 %6, -1
store i32 %7, ptr %4, align 4
%8 = icmp ne i32 %7, 0
br i1 %8, label %.lr.ph, label %17
.lr.ph: ; preds = %2
br label %9
9: ; preds = %.lr.ph, %9
%10 = load ptr, ptr %5, align 8
%11 = getelementptr inbounds ptr, ptr %10, i32 1
store ptr %11, ptr %5, align 8
%12 = load ptr, ptr %11, align 8
%13 = call i32 @local_gethostbyname(ptr noundef %12)
%14 = load i32, ptr %4, align 4
%15 = add nsw i32 %14, -1
store i32 %15, ptr %4, align 4
%16 = icmp ne i32 %15, 0
br i1 %16, label %9, label %._crit_edge, !llvm.loop !6
._crit_edge: ; preds = %9
br label %17
17: ; preds = %._crit_edge, %2
ret i32 0
}
declare i32 @local_gethostbyname(ptr noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 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/tmpf7l6bn3j.c'
source_filename = "/tmp/tmpf7l6bn3j.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@.str = private unnamed_addr constant [19 x i8] c"Enter square size:\00", align 1
@.str.1 = private unnamed_addr constant [3 x i8] c"%d\00", align 1
@.str.2 = private unnamed_addr constant [2 x i8] c"*\00", align 1
@.str.3 = private unnamed_addr constant [2 x i8] c" \00", align 1
@.str.4 = 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
store i32 0, ptr %1, align 4
store i32 0, ptr %3, align 4
store i32 0, ptr %4, align 4
%5 = call i32 @printf(ptr noundef @.str)
%6 = call i32 @scanf(ptr noundef @.str.1, ptr noundef %4)
store i32 0, ptr %2, align 4
br label %7
7: ; preds = %42, %0
%8 = load i32, ptr %2, align 4
%9 = load i32, ptr %4, align 4
%10 = icmp slt i32 %8, %9
br i1 %10, label %11, label %45
11: ; preds = %7
store i32 0, ptr %3, align 4
br label %12
12: ; preds = %37, %11
%13 = load i32, ptr %3, align 4
%14 = load i32, ptr %4, align 4
%15 = icmp slt i32 %13, %14
br i1 %15, label %16, label %40
16: ; preds = %12
%17 = load i32, ptr %3, align 4
%18 = icmp eq i32 %17, 0
br i1 %18, label %32, label %19
19: ; preds = %16
%20 = load i32, ptr %3, align 4
%21 = load i32, ptr %4, align 4
%22 = sub nsw i32 %21, 1
%23 = icmp eq i32 %20, %22
br i1 %23, label %32, label %24
24: ; preds = %19
%25 = load i32, ptr %2, align 4
%26 = icmp eq i32 %25, 0
br i1 %26, label %32, label %27
27: ; preds = %24
%28 = load i32, ptr %2, align 4
%29 = load i32, ptr %4, align 4
%30 = sub nsw i32 %29, 1
%31 = icmp eq i32 %28, %30
br i1 %31, label %32, label %34
32: ; preds = %27, %24, %19, %16
%33 = call i32 @printf(ptr noundef @.str.2)
br label %36
34: ; preds = %27
%35 = call i32 @printf(ptr noundef @.str.3)
br label %36
36: ; preds = %34, %32
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 %12, !llvm.loop !6
40: ; preds = %12
%41 = call i32 @printf(ptr noundef @.str.4)
br label %42
42: ; preds = %40
%43 = load i32, ptr %2, align 4
%44 = add nsw i32 %43, 1
store i32 %44, ptr %2, align 4
br label %7, !llvm.loop !8
45: ; preds = %7
ret i32 0
}
declare i32 @printf(ptr noundef) #1
declare i32 @scanf(ptr noundef, ptr noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
!6 = distinct !{!6, !7}
!7 = !{!"llvm.loop.mustprogress"}
!8 = distinct !{!8, !7}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmpf7l6bn3j.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@.str = private unnamed_addr constant [19 x i8] c"Enter square size:\00", align 1
@.str.1 = private unnamed_addr constant [3 x i8] c"%d\00", align 1
@.str.2 = private unnamed_addr constant [2 x i8] c"*\00", align 1
@.str.3 = private unnamed_addr constant [2 x i8] c" \00", align 1
@.str.4 = 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
store i32 0, ptr %1, align 4
store i32 0, ptr %3, align 4
store i32 0, ptr %4, align 4
%5 = call i32 @printf(ptr noundef @.str)
%6 = call i32 @scanf(ptr noundef @.str.1, ptr noundef %4)
store i32 0, ptr %2, align 4
%7 = load i32, ptr %2, align 4
%8 = load i32, ptr %4, align 4
%9 = icmp slt i32 %7, %8
br i1 %9, label %.lr.ph2, label %49
.lr.ph2: ; preds = %0
br label %10
10: ; preds = %.lr.ph2, %43
store i32 0, ptr %3, align 4
%11 = load i32, ptr %3, align 4
%12 = load i32, ptr %4, align 4
%13 = icmp slt i32 %11, %12
br i1 %13, label %.lr.ph, label %41
.lr.ph: ; preds = %10
br label %14
14: ; preds = %.lr.ph, %35
%15 = load i32, ptr %3, align 4
%16 = icmp eq i32 %15, 0
br i1 %16, label %30, label %17
17: ; preds = %14
%18 = load i32, ptr %3, align 4
%19 = load i32, ptr %4, align 4
%20 = sub nsw i32 %19, 1
%21 = icmp eq i32 %18, %20
br i1 %21, label %30, label %22
22: ; preds = %17
%23 = load i32, ptr %2, align 4
%24 = icmp eq i32 %23, 0
br i1 %24, label %30, label %25
25: ; preds = %22
%26 = load i32, ptr %2, align 4
%27 = load i32, ptr %4, align 4
%28 = sub nsw i32 %27, 1
%29 = icmp eq i32 %26, %28
br i1 %29, label %30, label %32
30: ; preds = %25, %22, %17, %14
%31 = call i32 @printf(ptr noundef @.str.2)
br label %34
32: ; preds = %25
%33 = call i32 @printf(ptr noundef @.str.3)
br label %34
34: ; preds = %32, %30
br label %35
35: ; preds = %34
%36 = load i32, ptr %3, align 4
%37 = add nsw i32 %36, 1
store i32 %37, ptr %3, align 4
%38 = load i32, ptr %3, align 4
%39 = load i32, ptr %4, align 4
%40 = icmp slt i32 %38, %39
br i1 %40, label %14, label %._crit_edge, !llvm.loop !6
._crit_edge: ; preds = %35
br label %41
41: ; preds = %._crit_edge, %10
%42 = call i32 @printf(ptr noundef @.str.4)
br label %43
43: ; preds = %41
%44 = load i32, ptr %2, align 4
%45 = add nsw i32 %44, 1
store i32 %45, ptr %2, align 4
%46 = load i32, ptr %2, align 4
%47 = load i32, ptr %4, align 4
%48 = icmp slt i32 %46, %47
br i1 %48, label %10, label %._crit_edge3, !llvm.loop !8
._crit_edge3: ; preds = %43
br label %49
49: ; preds = %._crit_edge3, %0
ret i32 0
}
declare i32 @printf(ptr noundef) #1
declare i32 @scanf(ptr noundef, ptr noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
!6 = distinct !{!6, !7}
!7 = !{!"llvm.loop.mustprogress"}
!8 = distinct !{!8, !7}
|
; ModuleID = '/tmp/tmp06v83suz.c'
source_filename = "/tmp/tmp06v83suz.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@True = 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/tmp06v83suz.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@True = 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/tmphrr_w5hr.c'
source_filename = "/tmp/tmphrr_w5hr.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@.str = private unnamed_addr constant [4 x i8] c"%d\0A\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @main() #0 {
%1 = alloca i32, align 4
store i32 0, ptr %1, align 4
%2 = call i32 @p(i32 noundef 5)
%3 = call i32 @printf(ptr noundef @.str, i32 noundef %2)
ret i32 0
}
declare i32 @printf(ptr noundef, i32 noundef) #1
declare i32 @p(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/tmphrr_w5hr.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@.str = private unnamed_addr constant [4 x i8] c"%d\0A\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @main() #0 {
%1 = alloca i32, align 4
store i32 0, ptr %1, align 4
%2 = call i32 @p(i32 noundef 5)
%3 = call i32 @printf(ptr noundef @.str, i32 noundef %2)
ret i32 0
}
declare i32 @printf(ptr noundef, i32 noundef) #1
declare i32 @p(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/tmp9ekn34i7.c'
source_filename = "/tmp/tmp9ekn34i7.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @ken_majusk_marratxo(ptr noundef %0) #0 {
%2 = alloca ptr, align 8
%3 = alloca i32, align 4
%4 = alloca i32, align 4
%5 = alloca i32, align 4
store ptr %0, ptr %2, align 8
%6 = load ptr, ptr %2, align 8
%7 = call i32 @strlen(ptr noundef %6)
store i32 %7, ptr %5, align 4
store i32 0, ptr %3, align 4
store i32 0, ptr %4, align 4
br label %8
8: ; preds = %58, %1
%9 = load i32, ptr %3, align 4
%10 = load i32, ptr %5, align 4
%11 = icmp slt i32 %9, %10
br i1 %11, label %12, label %61
12: ; preds = %8
%13 = load ptr, ptr %2, align 8
%14 = load i32, ptr %3, align 4
%15 = sext i32 %14 to i64
%16 = getelementptr inbounds i8, ptr %13, i64 %15
%17 = load i8, ptr %16, align 1
%18 = sext i8 %17 to i32
%19 = icmp ne i32 %18, 57
br i1 %19, label %20, label %32
20: ; preds = %12
%21 = load ptr, ptr %2, 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 = load ptr, ptr %2, align 8
%27 = load i32, ptr %4, align 4
%28 = sext i32 %27 to i64
%29 = getelementptr inbounds i8, ptr %26, i64 %28
store i8 %25, ptr %29, align 1
%30 = load i32, ptr %4, align 4
%31 = add nsw i32 %30, 1
store i32 %31, ptr %4, align 4
br label %57
32: ; preds = %12
%33 = load i32, ptr %4, align 4
%34 = icmp sgt i32 %33, 0
br i1 %34, label %35, label %56
35: ; preds = %32
%36 = load ptr, ptr %2, align 8
%37 = load i32, ptr %4, align 4
%38 = sub nsw i32 %37, 1
%39 = sext i32 %38 to i64
%40 = getelementptr inbounds i8, ptr %36, i64 %39
%41 = load i8, ptr %40, align 1
%42 = sext i8 %41 to i32
%43 = icmp eq i32 %42, 45
br i1 %43, label %44, label %56
44: ; preds = %35
%45 = load ptr, ptr %2, align 8
%46 = load i32, ptr %3, align 4
%47 = sext i32 %46 to i64
%48 = getelementptr inbounds i8, ptr %45, i64 %47
%49 = load i8, ptr %48, align 1
%50 = load ptr, ptr %2, align 8
%51 = load i32, ptr %4, align 4
%52 = sext i32 %51 to i64
%53 = getelementptr inbounds i8, ptr %50, i64 %52
store i8 %49, ptr %53, align 1
%54 = load i32, ptr %4, align 4
%55 = add nsw i32 %54, 1
store i32 %55, ptr %4, align 4
br label %56
56: ; preds = %44, %35, %32
br label %57
57: ; preds = %56, %20
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 %8, !llvm.loop !6
61: ; preds = %8
%62 = load ptr, ptr %2, align 8
%63 = load i32, ptr %4, align 4
%64 = sext i32 %63 to i64
%65 = getelementptr inbounds i8, ptr %62, i64 %64
store i8 0, ptr %65, align 1
ret i32 0
}
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/tmp9ekn34i7.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @ken_majusk_marratxo(ptr noundef %0) #0 {
%2 = alloca ptr, align 8
%3 = alloca i32, align 4
%4 = alloca i32, align 4
%5 = alloca i32, align 4
store ptr %0, ptr %2, align 8
%6 = load ptr, ptr %2, align 8
%7 = call i32 @strlen(ptr noundef %6)
store i32 %7, ptr %5, align 4
store i32 0, ptr %3, align 4
store i32 0, ptr %4, align 4
%8 = load i32, ptr %3, align 4
%9 = load i32, ptr %5, align 4
%10 = icmp slt i32 %8, %9
br i1 %10, label %.lr.ph, label %63
.lr.ph: ; preds = %1
br label %11
11: ; preds = %.lr.ph, %57
%12 = load ptr, ptr %2, align 8
%13 = load i32, ptr %3, align 4
%14 = sext i32 %13 to i64
%15 = getelementptr inbounds i8, ptr %12, i64 %14
%16 = load i8, ptr %15, align 1
%17 = sext i8 %16 to i32
%18 = icmp ne i32 %17, 57
br i1 %18, label %19, label %31
19: ; preds = %11
%20 = load ptr, ptr %2, align 8
%21 = load i32, ptr %3, align 4
%22 = sext i32 %21 to i64
%23 = getelementptr inbounds i8, ptr %20, i64 %22
%24 = load i8, ptr %23, align 1
%25 = load ptr, ptr %2, align 8
%26 = load i32, ptr %4, align 4
%27 = sext i32 %26 to i64
%28 = getelementptr inbounds i8, ptr %25, i64 %27
store i8 %24, ptr %28, align 1
%29 = load i32, ptr %4, align 4
%30 = add nsw i32 %29, 1
store i32 %30, ptr %4, align 4
br label %56
31: ; preds = %11
%32 = load i32, ptr %4, align 4
%33 = icmp sgt i32 %32, 0
br i1 %33, label %34, label %55
34: ; preds = %31
%35 = load ptr, ptr %2, align 8
%36 = load i32, ptr %4, align 4
%37 = sub nsw i32 %36, 1
%38 = sext i32 %37 to i64
%39 = getelementptr inbounds i8, ptr %35, i64 %38
%40 = load i8, ptr %39, align 1
%41 = sext i8 %40 to i32
%42 = icmp eq i32 %41, 45
br i1 %42, label %43, label %55
43: ; preds = %34
%44 = load ptr, ptr %2, align 8
%45 = load i32, ptr %3, align 4
%46 = sext i32 %45 to i64
%47 = getelementptr inbounds i8, ptr %44, i64 %46
%48 = load i8, ptr %47, align 1
%49 = load ptr, ptr %2, align 8
%50 = load i32, ptr %4, align 4
%51 = sext i32 %50 to i64
%52 = getelementptr inbounds i8, ptr %49, i64 %51
store i8 %48, ptr %52, align 1
%53 = load i32, ptr %4, align 4
%54 = add nsw i32 %53, 1
store i32 %54, ptr %4, align 4
br label %55
55: ; preds = %43, %34, %31
br label %56
56: ; preds = %55, %19
br label %57
57: ; preds = %56
%58 = load i32, ptr %3, align 4
%59 = add nsw i32 %58, 1
store i32 %59, ptr %3, align 4
%60 = load i32, ptr %3, align 4
%61 = load i32, ptr %5, align 4
%62 = icmp slt i32 %60, %61
br i1 %62, label %11, label %._crit_edge, !llvm.loop !6
._crit_edge: ; preds = %57
br label %63
63: ; preds = %._crit_edge, %1
%64 = load ptr, ptr %2, align 8
%65 = load i32, ptr %4, align 4
%66 = sext i32 %65 to i64
%67 = getelementptr inbounds i8, ptr %64, i64 %66
store i8 0, ptr %67, align 1
ret i32 0
}
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/tmpvxtjjoho.c'
source_filename = "/tmp/tmpvxtjjoho.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@.str = private unnamed_addr constant [34 x i8] c"opencl.h standalone test PASSED.\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 @printf(ptr noundef @.str)
ret i32 0
}
declare i32 @printf(ptr noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmpvxtjjoho.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@.str = private unnamed_addr constant [34 x i8] c"opencl.h standalone test PASSED.\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 @printf(ptr noundef @.str)
ret i32 0
}
declare i32 @printf(ptr noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
|
; ModuleID = '/tmp/tmpe86we_ok.c'
source_filename = "/tmp/tmpe86we_ok.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @f_10(double noundef %0, double noundef %1) #0 {
%3 = alloca double, align 8
%4 = alloca double, align 8
%5 = alloca double, align 8
%6 = alloca double, align 8
%7 = alloca double, align 8
store double %0, ptr %3, align 8
store double %1, ptr %4, align 8
%8 = load double, ptr %3, align 8
%9 = load double, ptr %3, align 8
%10 = load double, ptr %4, align 8
%11 = load double, ptr %4, align 8
%12 = fmul double %10, %11
%13 = call double @llvm.fmuladd.f64(double %8, double %9, double %12)
store double %13, ptr %5, align 8
%14 = load double, ptr %5, align 8
%15 = call double @pow(double noundef %14, double noundef 2.500000e-01) #3
store double %15, ptr %6, align 8
%16 = load double, ptr %5, align 8
%17 = call double @pow(double noundef %16, double noundef 1.000000e-01) #3
%18 = fmul double 5.000000e+01, %17
%19 = call double @sin(double noundef %18) #3
store double %19, ptr %7, align 8
%20 = load double, ptr %7, align 8
%21 = load double, ptr %7, align 8
%22 = call double @llvm.fmuladd.f64(double %20, double %21, double 1.000000e+00)
store double %22, ptr %7, align 8
%23 = load double, ptr %6, align 8
%24 = load double, ptr %7, align 8
%25 = fmul double %23, %24
ret double %25
}
; Function Attrs: nocallback nofree nosync nounwind speculatable willreturn memory(none)
declare double @llvm.fmuladd.f64(double, double, double) #1
; Function Attrs: nounwind
declare double @pow(double noundef, double noundef) #2
; Function Attrs: nounwind
declare double @sin(double noundef) #2
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { nocallback nofree nosync nounwind speculatable willreturn memory(none) }
attributes #2 = { nounwind "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #3 = { nounwind }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmpe86we_ok.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @f_10(double noundef %0, double noundef %1) #0 {
%3 = alloca double, align 8
%4 = alloca double, align 8
%5 = alloca double, align 8
%6 = alloca double, align 8
%7 = alloca double, align 8
store double %0, ptr %3, align 8
store double %1, ptr %4, align 8
%8 = load double, ptr %3, align 8
%9 = load double, ptr %3, align 8
%10 = load double, ptr %4, align 8
%11 = load double, ptr %4, align 8
%12 = fmul double %10, %11
%13 = call double @llvm.fmuladd.f64(double %8, double %9, double %12)
store double %13, ptr %5, align 8
%14 = load double, ptr %5, align 8
%15 = call double @pow(double noundef %14, double noundef 2.500000e-01) #3
store double %15, ptr %6, align 8
%16 = load double, ptr %5, align 8
%17 = call double @pow(double noundef %16, double noundef 1.000000e-01) #3
%18 = fmul double 5.000000e+01, %17
%19 = call double @sin(double noundef %18) #3
store double %19, ptr %7, align 8
%20 = load double, ptr %7, align 8
%21 = load double, ptr %7, align 8
%22 = call double @llvm.fmuladd.f64(double %20, double %21, double 1.000000e+00)
store double %22, ptr %7, align 8
%23 = load double, ptr %6, align 8
%24 = load double, ptr %7, align 8
%25 = fmul double %23, %24
ret double %25
}
; Function Attrs: nocallback nofree nosync nounwind speculatable willreturn memory(none)
declare double @llvm.fmuladd.f64(double, double, double) #1
; Function Attrs: nounwind
declare double @pow(double noundef, double noundef) #2
; Function Attrs: nounwind
declare double @sin(double noundef) #2
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { nocallback nofree nosync nounwind speculatable willreturn memory(none) }
attributes #2 = { nounwind "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #3 = { nounwind }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
|
; ModuleID = '/tmp/tmpyo0chzkj.c'
source_filename = "/tmp/tmpyo0chzkj.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @GPIOPinTypeLPC(i64 noundef %0, i8 noundef zeroext %1) #0 {
%3 = alloca i64, align 8
%4 = alloca i8, align 1
store i64 %0, ptr %3, align 8
store i8 %1, ptr %4, align 1
%5 = load i64, ptr %3, align 8
%6 = load i8, ptr %4, align 1
%7 = call i32 @GPIODirModeSet(i64 noundef %5, i8 noundef zeroext %6, i32 noundef 2)
%8 = load i64, ptr %3, align 8
%9 = load i8, ptr %4, align 1
%10 = call i32 @GPIOPadConfigSet(i64 noundef %8, i8 noundef zeroext %9, i32 noundef 4, i32 noundef 8)
ret void
}
declare i32 @GPIODirModeSet(i64 noundef, i8 noundef zeroext, i32 noundef) #1
declare i32 @GPIOPadConfigSet(i64 noundef, i8 noundef zeroext, 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/tmpyo0chzkj.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @GPIOPinTypeLPC(i64 noundef %0, i8 noundef zeroext %1) #0 {
%3 = alloca i64, align 8
%4 = alloca i8, align 1
store i64 %0, ptr %3, align 8
store i8 %1, ptr %4, align 1
%5 = load i64, ptr %3, align 8
%6 = load i8, ptr %4, align 1
%7 = call i32 @GPIODirModeSet(i64 noundef %5, i8 noundef zeroext %6, i32 noundef 2)
%8 = load i64, ptr %3, align 8
%9 = load i8, ptr %4, align 1
%10 = call i32 @GPIOPadConfigSet(i64 noundef %8, i8 noundef zeroext %9, i32 noundef 4, i32 noundef 8)
ret void
}
declare i32 @GPIODirModeSet(i64 noundef, i8 noundef zeroext, i32 noundef) #1
declare i32 @GPIOPadConfigSet(i64 noundef, i8 noundef zeroext, 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/tmpfsd5tzb0.c'
source_filename = "/tmp/tmpfsd5tzb0.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@.str = private unnamed_addr constant [13 x i8] c"hello world\0A\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @foo(i32 noundef %0) #0 {
%2 = alloca i32, align 4
%3 = alloca ptr, align 8
store i32 %0, ptr %2, align 4
%4 = load i32, ptr %2, align 4
%5 = call ptr @alloca(i32 noundef %4)
store ptr %5, ptr %3, align 8
%6 = load ptr, ptr %3, align 8
%7 = load i32, ptr %2, align 4
%8 = call i32 @strncpy(ptr noundef %6, ptr noundef @.str, i32 noundef %7)
%9 = load i32, ptr %2, align 4
ret i32 %9
}
declare ptr @alloca(i32 noundef) #1
declare i32 @strncpy(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/tmpfsd5tzb0.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@.str = private unnamed_addr constant [13 x i8] c"hello world\0A\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @foo(i32 noundef %0) #0 {
%2 = alloca i32, align 4
%3 = alloca ptr, align 8
store i32 %0, ptr %2, align 4
%4 = load i32, ptr %2, align 4
%5 = call ptr @alloca(i32 noundef %4)
store ptr %5, ptr %3, align 8
%6 = load ptr, ptr %3, align 8
%7 = load i32, ptr %2, align 4
%8 = call i32 @strncpy(ptr noundef %6, ptr noundef @.str, i32 noundef %7)
%9 = load i32, ptr %2, align 4
ret i32 %9
}
declare ptr @alloca(i32 noundef) #1
declare i32 @strncpy(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/tmp08zskj8h.c'
source_filename = "/tmp/tmp08zskj8h.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @_falParseBaseFontNameList() #0 {
ret ptr null
}
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmp08zskj8h.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @_falParseBaseFontNameList() #0 {
ret ptr null
}
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
|
; ModuleID = '/tmp/tmpv89j90h9.c'
source_filename = "/tmp/tmpv89j90h9.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @get_state_katcp(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 @get_mode_katcp(ptr noundef %3, i32 noundef 0)
ret ptr %4
}
declare ptr @get_mode_katcp(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/tmpv89j90h9.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @get_state_katcp(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 @get_mode_katcp(ptr noundef %3, i32 noundef 0)
ret ptr %4
}
declare ptr @get_mode_katcp(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/tmp2k19frdl.c'
source_filename = "/tmp/tmp2k19frdl.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@.str = private unnamed_addr constant [16 x i8] c"s[%d][%d] = %c\0A\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @main() #0 {
%1 = alloca i32, align 4
%2 = alloca [10 x [10 x i8]], 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 = %38, %0
%6 = load i32, ptr %3, align 4
%7 = icmp slt i32 %6, 10
br i1 %7, label %8, label %41
8: ; preds = %5
store i32 0, ptr %4, align 4
br label %9
9: ; preds = %34, %8
%10 = load i32, ptr %4, align 4
%11 = icmp slt i32 %10, 10
br i1 %11, label %12, label %37
12: ; preds = %9
%13 = load i32, ptr %3, align 4
%14 = add nsw i32 48, %13
%15 = load i32, ptr %4, align 4
%16 = add nsw i32 %14, %15
%17 = trunc i32 %16 to i8
%18 = load i32, ptr %3, align 4
%19 = sext i32 %18 to i64
%20 = getelementptr inbounds [10 x [10 x i8]], ptr %2, i64 0, i64 %19
%21 = load i32, ptr %4, align 4
%22 = sext i32 %21 to i64
%23 = getelementptr inbounds [10 x i8], ptr %20, i64 0, i64 %22
store i8 %17, ptr %23, align 1
%24 = load i32, ptr %3, align 4
%25 = load i32, ptr %4, align 4
%26 = load i32, ptr %3, align 4
%27 = sext i32 %26 to i64
%28 = getelementptr inbounds [10 x [10 x i8]], ptr %2, i64 0, i64 %27
%29 = load i32, ptr %4, align 4
%30 = sext i32 %29 to i64
%31 = getelementptr inbounds [10 x i8], ptr %28, i64 0, i64 %30
%32 = load i8, ptr %31, align 1
%33 = call i32 @printf(ptr noundef @.str, i32 noundef %24, i32 noundef %25, i8 noundef signext %32)
br label %34
34: ; preds = %12
%35 = load i32, ptr %4, align 4
%36 = add nsw i32 %35, 1
store i32 %36, ptr %4, align 4
br label %9, !llvm.loop !6
37: ; preds = %9
br label %38
38: ; preds = %37
%39 = load i32, ptr %3, align 4
%40 = add nsw i32 %39, 1
store i32 %40, ptr %3, align 4
br label %5, !llvm.loop !8
41: ; preds = %5
ret i32 0
}
declare i32 @printf(ptr noundef, i32 noundef, i32 noundef, i8 noundef signext) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
!6 = distinct !{!6, !7}
!7 = !{!"llvm.loop.mustprogress"}
!8 = distinct !{!8, !7}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmp2k19frdl.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@.str = private unnamed_addr constant [16 x i8] c"s[%d][%d] = %c\0A\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @main() #0 {
%1 = alloca i32, align 4
%2 = alloca [10 x [10 x i8]], 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, 10
br i1 %6, label %.lr.ph2, label %43
.lr.ph2: ; preds = %0
br label %7
7: ; preds = %.lr.ph2, %38
store i32 0, ptr %4, align 4
%8 = load i32, ptr %4, align 4
%9 = icmp slt i32 %8, 10
br i1 %9, label %.lr.ph, label %37
.lr.ph: ; preds = %7
br label %10
10: ; preds = %.lr.ph, %32
%11 = load i32, ptr %3, align 4
%12 = add nsw i32 48, %11
%13 = load i32, ptr %4, align 4
%14 = add nsw i32 %12, %13
%15 = trunc i32 %14 to i8
%16 = load i32, ptr %3, align 4
%17 = sext i32 %16 to i64
%18 = getelementptr inbounds [10 x [10 x i8]], ptr %2, i64 0, i64 %17
%19 = load i32, ptr %4, align 4
%20 = sext i32 %19 to i64
%21 = getelementptr inbounds [10 x i8], ptr %18, i64 0, i64 %20
store i8 %15, ptr %21, align 1
%22 = load i32, ptr %3, align 4
%23 = load i32, ptr %4, align 4
%24 = load i32, ptr %3, align 4
%25 = sext i32 %24 to i64
%26 = getelementptr inbounds [10 x [10 x i8]], ptr %2, i64 0, i64 %25
%27 = load i32, ptr %4, align 4
%28 = sext i32 %27 to i64
%29 = getelementptr inbounds [10 x i8], ptr %26, i64 0, i64 %28
%30 = load i8, ptr %29, align 1
%31 = call i32 @printf(ptr noundef @.str, i32 noundef %22, i32 noundef %23, i8 noundef signext %30)
br label %32
32: ; preds = %10
%33 = load i32, ptr %4, align 4
%34 = add nsw i32 %33, 1
store i32 %34, ptr %4, align 4
%35 = load i32, ptr %4, align 4
%36 = icmp slt i32 %35, 10
br i1 %36, label %10, label %._crit_edge, !llvm.loop !6
._crit_edge: ; preds = %32
br label %37
37: ; preds = %._crit_edge, %7
br label %38
38: ; preds = %37
%39 = load i32, ptr %3, align 4
%40 = add nsw i32 %39, 1
store i32 %40, ptr %3, align 4
%41 = load i32, ptr %3, align 4
%42 = icmp slt i32 %41, 10
br i1 %42, label %7, label %._crit_edge3, !llvm.loop !8
._crit_edge3: ; preds = %38
br label %43
43: ; preds = %._crit_edge3, %0
ret i32 0
}
declare i32 @printf(ptr noundef, i32 noundef, i32 noundef, i8 noundef signext) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
!6 = distinct !{!6, !7}
!7 = !{!"llvm.loop.mustprogress"}
!8 = distinct !{!8, !7}
|
; ModuleID = '/tmp/tmp4liyygkx.c'
source_filename = "/tmp/tmp4liyygkx.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@.str = private unnamed_addr constant [34 x i8] c"data[0] %d data[1] %d data[2] %d\0A\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local void @fun15(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 i8, ptr %3, i64 0
%5 = load i8, ptr %4, align 1
%6 = load ptr, ptr %2, align 8
%7 = getelementptr inbounds i8, ptr %6, i64 1
%8 = load i8, ptr %7, align 1
%9 = load ptr, ptr %2, align 8
%10 = getelementptr inbounds i8, ptr %9, i64 2
%11 = load i8, ptr %10, align 1
%12 = call i32 @printf(ptr noundef @.str, i8 noundef signext %5, i8 noundef signext %8, i8 noundef signext %11)
ret void
}
declare i32 @printf(ptr noundef, i8 noundef signext, i8 noundef signext, i8 noundef signext) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmp4liyygkx.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@.str = private unnamed_addr constant [34 x i8] c"data[0] %d data[1] %d data[2] %d\0A\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local void @fun15(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 i8, ptr %3, i64 0
%5 = load i8, ptr %4, align 1
%6 = load ptr, ptr %2, align 8
%7 = getelementptr inbounds i8, ptr %6, i64 1
%8 = load i8, ptr %7, align 1
%9 = load ptr, ptr %2, align 8
%10 = getelementptr inbounds i8, ptr %9, i64 2
%11 = load i8, ptr %10, align 1
%12 = call i32 @printf(ptr noundef @.str, i8 noundef signext %5, i8 noundef signext %8, i8 noundef signext %11)
ret void
}
declare i32 @printf(ptr noundef, i8 noundef signext, i8 noundef signext, i8 noundef signext) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
|
; ModuleID = '/tmp/tmp56lry41j.c'
source_filename = "/tmp/tmp56lry41j.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@EOF = 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/tmp56lry41j.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@EOF = 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/tmpus15r9ny.c'
source_filename = "/tmp/tmpus15r9ny.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@.str = private unnamed_addr constant [1 x i8] zeroinitializer, align 1
@.str.1 = private unnamed_addr constant [2 x i8] c".\00", align 1
@.str.2 = private unnamed_addr constant [3 x i8] c"..\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @checkpath(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 = call i64 @strcmp(ptr noundef %4, ptr noundef @.str)
%6 = icmp eq i64 %5, 0
br i1 %6, label %7, label %8
7: ; preds = %1
store i32 1, ptr %3, align 4
br label %20
8: ; preds = %1
%9 = load ptr, ptr %2, align 8
%10 = call i64 @strcmp(ptr noundef %9, ptr noundef @.str.1)
%11 = icmp eq i64 %10, 0
br i1 %11, label %12, label %13
12: ; preds = %8
store i32 1, ptr %3, align 4
br label %19
13: ; preds = %8
%14 = load ptr, ptr %2, align 8
%15 = call i64 @strcmp(ptr noundef %14, ptr noundef @.str.2)
%16 = icmp eq i64 %15, 0
br i1 %16, label %17, label %18
17: ; preds = %13
store i32 1, ptr %3, align 4
br label %18
18: ; preds = %17, %13
br label %19
19: ; preds = %18, %12
br label %20
20: ; preds = %19, %7
%21 = load i32, ptr %3, align 4
ret i32 %21
}
declare i64 @strcmp(ptr noundef, ptr noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmpus15r9ny.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@.str = private unnamed_addr constant [1 x i8] zeroinitializer, align 1
@.str.1 = private unnamed_addr constant [2 x i8] c".\00", align 1
@.str.2 = private unnamed_addr constant [3 x i8] c"..\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @checkpath(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 = call i64 @strcmp(ptr noundef %4, ptr noundef @.str)
%6 = icmp eq i64 %5, 0
br i1 %6, label %7, label %8
7: ; preds = %1
store i32 1, ptr %3, align 4
br label %20
8: ; preds = %1
%9 = load ptr, ptr %2, align 8
%10 = call i64 @strcmp(ptr noundef %9, ptr noundef @.str.1)
%11 = icmp eq i64 %10, 0
br i1 %11, label %12, label %13
12: ; preds = %8
store i32 1, ptr %3, align 4
br label %19
13: ; preds = %8
%14 = load ptr, ptr %2, align 8
%15 = call i64 @strcmp(ptr noundef %14, ptr noundef @.str.2)
%16 = icmp eq i64 %15, 0
br i1 %16, label %17, label %18
17: ; preds = %13
store i32 1, ptr %3, align 4
br label %18
18: ; preds = %17, %13
br label %19
19: ; preds = %18, %12
br label %20
20: ; preds = %19, %7
%21 = load i32, ptr %3, align 4
ret i32 %21
}
declare i64 @strcmp(ptr noundef, ptr noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
|
; ModuleID = '/tmp/tmpgtuhycyw.c'
source_filename = "/tmp/tmpgtuhycyw.c"
target datalayout = "e-m:e-p270: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/tmpgtuhycyw.c"
target datalayout = "e-m:e-p270: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/tmpgqf0ul7d.c'
source_filename = "/tmp/tmpgqf0ul7d.c"
target datalayout = "e-m:e-p270: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/tmpgqf0ul7d.c"
target datalayout = "e-m:e-p270: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/tmpblu_8sno.c'
source_filename = "/tmp/tmpblu_8sno.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-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"SVC Fault.\0A\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local void @SVC_Handler() #0 {
%1 = call i32 @send_text(ptr noundef @.str)
ret void
}
declare i32 @send_text(ptr noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmpblu_8sno.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-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"SVC Fault.\0A\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local void @SVC_Handler() #0 {
%1 = call i32 @send_text(ptr noundef @.str)
ret void
}
declare i32 @send_text(ptr noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
|
; ModuleID = '/tmp/tmpidocz8tr.c'
source_filename = "/tmp/tmpidocz8tr.c"
target datalayout = "e-m:e-p270: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/tmpidocz8tr.c"
target datalayout = "e-m:e-p270: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/tmpr0fnkhq9.c'
source_filename = "/tmp/tmpr0fnkhq9.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @uv__accept4(i32 noundef %0, ptr noundef %1, ptr noundef %2, i32 noundef %3) #0 {
%5 = alloca i32, align 4
%6 = alloca ptr, align 8
%7 = alloca ptr, align 8
%8 = alloca i32, align 4
store i32 %0, ptr %5, align 4
store ptr %1, ptr %6, align 8
store ptr %2, ptr %7, align 8
store i32 %3, ptr %8, align 4
%9 = load i32, ptr %5, align 4
%10 = load ptr, ptr %6, align 8
%11 = load ptr, ptr %7, align 8
%12 = load i32, ptr %8, align 4
%13 = call i32 @syscall(i32 noundef 288, i32 noundef %9, ptr noundef %10, ptr noundef %11, i32 noundef %12)
ret i32 %13
}
declare i32 @syscall(i32 noundef, i32 noundef, ptr noundef, ptr noundef, i32 noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmpr0fnkhq9.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @uv__accept4(i32 noundef %0, ptr noundef %1, ptr noundef %2, i32 noundef %3) #0 {
%5 = alloca i32, align 4
%6 = alloca ptr, align 8
%7 = alloca ptr, align 8
%8 = alloca i32, align 4
store i32 %0, ptr %5, align 4
store ptr %1, ptr %6, align 8
store ptr %2, ptr %7, align 8
store i32 %3, ptr %8, align 4
%9 = load i32, ptr %5, align 4
%10 = load ptr, ptr %6, align 8
%11 = load ptr, ptr %7, align 8
%12 = load i32, ptr %8, align 4
%13 = call i32 @syscall(i32 noundef 288, i32 noundef %9, ptr noundef %10, ptr noundef %11, i32 noundef %12)
ret i32 %13
}
declare i32 @syscall(i32 noundef, i32 noundef, ptr noundef, ptr noundef, i32 noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
|
; ModuleID = '/tmp/tmpwwi3_wnc.c'
source_filename = "/tmp/tmpwwi3_wnc.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
%struct.sockaddr_dn = type { i32, i32, i32, ptr, %struct.TYPE_2__, i32 }
%struct.TYPE_2__ = type { i32, ptr }
@PF_DECnet = dso_local global i32 0, align 4
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local void @gen_decnet(ptr noundef %0, ptr noundef %1) #0 {
%3 = alloca ptr, align 8
%4 = alloca ptr, align 8
%5 = alloca ptr, align 8
%6 = alloca i32, align 4
store ptr %0, ptr %3, align 8
store ptr %1, ptr %4, align 8
%7 = call ptr @malloc(i32 noundef 48)
store ptr %7, ptr %5, align 8
%8 = load ptr, ptr %5, align 8
%9 = icmp eq ptr %8, null
br i1 %9, label %10, label %11
10: ; preds = %2
br label %64
11: ; preds = %2
%12 = load i32, ptr @PF_DECnet, align 4
%13 = load ptr, ptr %5, align 8
%14 = getelementptr inbounds %struct.sockaddr_dn, ptr %13, i32 0, i32 5
store i32 %12, ptr %14, align 8
%15 = call i32 (...) @rand()
%16 = load ptr, ptr %5, align 8
%17 = getelementptr inbounds %struct.sockaddr_dn, ptr %16, i32 0, i32 0
store i32 %15, ptr %17, align 8
%18 = call i32 (...) @rand()
%19 = load ptr, ptr %5, align 8
%20 = getelementptr inbounds %struct.sockaddr_dn, ptr %19, i32 0, i32 1
store i32 %18, ptr %20, align 4
%21 = call i32 (...) @rand()
%22 = srem i32 %21, 16
%23 = load ptr, ptr %5, align 8
%24 = getelementptr inbounds %struct.sockaddr_dn, ptr %23, i32 0, i32 2
store i32 %22, ptr %24, align 8
store i32 0, ptr %6, align 4
br label %25
25: ; preds = %39, %11
%26 = load i32, ptr %6, align 4
%27 = load ptr, ptr %5, align 8
%28 = getelementptr inbounds %struct.sockaddr_dn, ptr %27, i32 0, i32 2
%29 = load i32, ptr %28, align 8
%30 = icmp ult i32 %26, %29
br i1 %30, label %31, label %42
31: ; preds = %25
%32 = call i32 (...) @rand()
%33 = load ptr, ptr %5, align 8
%34 = getelementptr inbounds %struct.sockaddr_dn, ptr %33, i32 0, i32 3
%35 = load ptr, ptr %34, align 8
%36 = load i32, ptr %6, align 4
%37 = zext i32 %36 to i64
%38 = getelementptr inbounds i32, ptr %35, i64 %37
store i32 %32, ptr %38, align 4
br label %39
39: ; preds = %31
%40 = load i32, ptr %6, align 4
%41 = add i32 %40, 1
store i32 %41, ptr %6, align 4
br label %25, !llvm.loop !6
42: ; preds = %25
%43 = call i32 (...) @rand()
%44 = srem i32 %43, 2
%45 = load ptr, ptr %5, align 8
%46 = getelementptr inbounds %struct.sockaddr_dn, ptr %45, i32 0, i32 4
%47 = getelementptr inbounds %struct.TYPE_2__, ptr %46, i32 0, i32 0
store i32 %44, ptr %47, align 8
%48 = call i32 (...) @rand()
%49 = load ptr, ptr %5, align 8
%50 = getelementptr inbounds %struct.sockaddr_dn, ptr %49, i32 0, i32 4
%51 = getelementptr inbounds %struct.TYPE_2__, ptr %50, i32 0, i32 1
%52 = load ptr, ptr %51, align 8
%53 = getelementptr inbounds i32, ptr %52, i64 0
store i32 %48, ptr %53, align 4
%54 = call i32 (...) @rand()
%55 = load ptr, ptr %5, align 8
%56 = getelementptr inbounds %struct.sockaddr_dn, ptr %55, i32 0, i32 4
%57 = getelementptr inbounds %struct.TYPE_2__, ptr %56, i32 0, i32 1
%58 = load ptr, ptr %57, align 8
%59 = getelementptr inbounds i32, ptr %58, i64 1
store i32 %54, ptr %59, align 4
%60 = load ptr, ptr %5, align 8
%61 = ptrtoint ptr %60 to i64
%62 = load ptr, ptr %3, align 8
store i64 %61, ptr %62, align 8
%63 = load ptr, ptr %4, align 8
store i64 48, ptr %63, align 8
br label %64
64: ; preds = %42, %10
ret void
}
declare ptr @malloc(i32 noundef) #1
declare i32 @rand(...) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
!6 = distinct !{!6, !7}
!7 = !{!"llvm.loop.mustprogress"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmpwwi3_wnc.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
%struct.sockaddr_dn = type { i32, i32, i32, ptr, %struct.TYPE_2__, i32 }
%struct.TYPE_2__ = type { i32, ptr }
@PF_DECnet = dso_local global i32 0, align 4
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local void @gen_decnet(ptr noundef %0, ptr noundef %1) #0 {
%3 = alloca ptr, align 8
%4 = alloca ptr, align 8
%5 = alloca ptr, align 8
%6 = alloca i32, align 4
store ptr %0, ptr %3, align 8
store ptr %1, ptr %4, align 8
%7 = call ptr @malloc(i32 noundef 48)
store ptr %7, ptr %5, align 8
%8 = load ptr, ptr %5, align 8
%9 = icmp eq ptr %8, null
br i1 %9, label %10, label %11
10: ; preds = %2
br label %68
11: ; preds = %2
%12 = load i32, ptr @PF_DECnet, align 4
%13 = load ptr, ptr %5, align 8
%14 = getelementptr inbounds %struct.sockaddr_dn, ptr %13, i32 0, i32 5
store i32 %12, ptr %14, align 8
%15 = call i32 (...) @rand()
%16 = load ptr, ptr %5, align 8
%17 = getelementptr inbounds %struct.sockaddr_dn, ptr %16, i32 0, i32 0
store i32 %15, ptr %17, align 8
%18 = call i32 (...) @rand()
%19 = load ptr, ptr %5, align 8
%20 = getelementptr inbounds %struct.sockaddr_dn, ptr %19, i32 0, i32 1
store i32 %18, ptr %20, align 4
%21 = call i32 (...) @rand()
%22 = srem i32 %21, 16
%23 = load ptr, ptr %5, align 8
%24 = getelementptr inbounds %struct.sockaddr_dn, ptr %23, i32 0, i32 2
store i32 %22, ptr %24, align 8
store i32 0, ptr %6, align 4
%25 = load i32, ptr %6, align 4
%26 = load ptr, ptr %5, align 8
%27 = getelementptr inbounds %struct.sockaddr_dn, ptr %26, i32 0, i32 2
%28 = load i32, ptr %27, align 8
%29 = icmp ult i32 %25, %28
br i1 %29, label %.lr.ph, label %46
.lr.ph: ; preds = %11
br label %30
30: ; preds = %.lr.ph, %38
%31 = call i32 (...) @rand()
%32 = load ptr, ptr %5, align 8
%33 = getelementptr inbounds %struct.sockaddr_dn, ptr %32, i32 0, i32 3
%34 = load ptr, ptr %33, align 8
%35 = load i32, ptr %6, align 4
%36 = zext i32 %35 to i64
%37 = getelementptr inbounds i32, ptr %34, i64 %36
store i32 %31, ptr %37, align 4
br label %38
38: ; preds = %30
%39 = load i32, ptr %6, align 4
%40 = add i32 %39, 1
store i32 %40, ptr %6, align 4
%41 = load i32, ptr %6, align 4
%42 = load ptr, ptr %5, align 8
%43 = getelementptr inbounds %struct.sockaddr_dn, ptr %42, i32 0, i32 2
%44 = load i32, ptr %43, align 8
%45 = icmp ult i32 %41, %44
br i1 %45, label %30, label %._crit_edge, !llvm.loop !6
._crit_edge: ; preds = %38
br label %46
46: ; preds = %._crit_edge, %11
%47 = call i32 (...) @rand()
%48 = srem i32 %47, 2
%49 = load ptr, ptr %5, align 8
%50 = getelementptr inbounds %struct.sockaddr_dn, ptr %49, i32 0, i32 4
%51 = getelementptr inbounds %struct.TYPE_2__, ptr %50, i32 0, i32 0
store i32 %48, ptr %51, align 8
%52 = call i32 (...) @rand()
%53 = load ptr, ptr %5, align 8
%54 = getelementptr inbounds %struct.sockaddr_dn, ptr %53, i32 0, i32 4
%55 = getelementptr inbounds %struct.TYPE_2__, ptr %54, i32 0, i32 1
%56 = load ptr, ptr %55, align 8
%57 = getelementptr inbounds i32, ptr %56, i64 0
store i32 %52, ptr %57, align 4
%58 = call i32 (...) @rand()
%59 = load ptr, ptr %5, align 8
%60 = getelementptr inbounds %struct.sockaddr_dn, ptr %59, i32 0, i32 4
%61 = getelementptr inbounds %struct.TYPE_2__, ptr %60, i32 0, i32 1
%62 = load ptr, ptr %61, align 8
%63 = getelementptr inbounds i32, ptr %62, i64 1
store i32 %58, ptr %63, align 4
%64 = load ptr, ptr %5, align 8
%65 = ptrtoint ptr %64 to i64
%66 = load ptr, ptr %3, align 8
store i64 %65, ptr %66, align 8
%67 = load ptr, ptr %4, align 8
store i64 48, ptr %67, align 8
br label %68
68: ; preds = %46, %10
ret void
}
declare ptr @malloc(i32 noundef) #1
declare i32 @rand(...) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
!6 = distinct !{!6, !7}
!7 = !{!"llvm.loop.mustprogress"}
|
; ModuleID = '/tmp/tmpv7oscw62.c'
source_filename = "/tmp/tmpv7oscw62.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-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"dying on SIGKILL\00", align 1
@.str.1 = private unnamed_addr constant [16 x i8] c"dying on SIGINT\00", align 1
@.str.2 = private unnamed_addr constant [17 x i8] c"dying on SIGTERM\00", align 1
@.str.3 = private unnamed_addr constant [11 x i8] c"got SIGHUP\00", align 1
@.str.4 = private unnamed_addr constant [24 x i8] c"got SIGCONT, continuing\00", align 1
@.str.5 = private unnamed_addr constant [27 x i8] c"ignoring unexpected signal\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local void @sighandler(i32 noundef %0) #0 {
%2 = alloca i32, align 4
store i32 %0, ptr %2, align 4
%3 = load i32, ptr %2, align 4
switch i32 %3, label %17 [
i32 129, label %4
i32 130, label %7
i32 128, label %10
i32 131, label %13
i32 132, label %15
]
4: ; preds = %1
%5 = call i32 @say(ptr noundef @.str)
%6 = call i32 @_exit(i32 noundef 0) #3
unreachable
7: ; preds = %1
%8 = call i32 @say(ptr noundef @.str.1)
%9 = call i32 @_exit(i32 noundef 0) #3
unreachable
10: ; preds = %1
%11 = call i32 @say(ptr noundef @.str.2)
%12 = call i32 @_exit(i32 noundef 0) #3
unreachable
13: ; preds = %1
%14 = call i32 @say(ptr noundef @.str.3)
br label %19
15: ; preds = %1
%16 = call i32 @say(ptr noundef @.str.4)
br label %19
17: ; preds = %1
%18 = call i32 @say(ptr noundef @.str.5)
br label %19
19: ; preds = %17, %15, %13
ret void
}
declare i32 @say(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/tmpv7oscw62.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-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"dying on SIGKILL\00", align 1
@.str.1 = private unnamed_addr constant [16 x i8] c"dying on SIGINT\00", align 1
@.str.2 = private unnamed_addr constant [17 x i8] c"dying on SIGTERM\00", align 1
@.str.3 = private unnamed_addr constant [11 x i8] c"got SIGHUP\00", align 1
@.str.4 = private unnamed_addr constant [24 x i8] c"got SIGCONT, continuing\00", align 1
@.str.5 = private unnamed_addr constant [27 x i8] c"ignoring unexpected signal\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local void @sighandler(i32 noundef %0) #0 {
%2 = alloca i32, align 4
store i32 %0, ptr %2, align 4
%3 = load i32, ptr %2, align 4
switch i32 %3, label %17 [
i32 129, label %4
i32 130, label %7
i32 128, label %10
i32 131, label %13
i32 132, label %15
]
4: ; preds = %1
%5 = call i32 @say(ptr noundef @.str)
%6 = call i32 @_exit(i32 noundef 0) #3
unreachable
7: ; preds = %1
%8 = call i32 @say(ptr noundef @.str.1)
%9 = call i32 @_exit(i32 noundef 0) #3
unreachable
10: ; preds = %1
%11 = call i32 @say(ptr noundef @.str.2)
%12 = call i32 @_exit(i32 noundef 0) #3
unreachable
13: ; preds = %1
%14 = call i32 @say(ptr noundef @.str.3)
br label %19
15: ; preds = %1
%16 = call i32 @say(ptr noundef @.str.4)
br label %19
17: ; preds = %1
%18 = call i32 @say(ptr noundef @.str.5)
br label %19
19: ; preds = %17, %15, %13
ret void
}
declare i32 @say(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/tmpw97yx9br.c'
source_filename = "/tmp/tmpw97yx9br.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@.str = private unnamed_addr constant [54 x i8] c"Modem signals unavailable in this version of Kermit\0D\0A\00", align 1
@.str.1 = private unnamed_addr constant [35 x i8] c"No modem control for this device\0D\0A\00", align 1
@.str.2 = private unnamed_addr constant [28 x i8] c"Modem signals unavailable\0D\0A\00", align 1
@.str.3 = private unnamed_addr constant [33 x i8] c" Carrier Detect (CD): %s\0D\0A\00", align 1
@.str.4 = private unnamed_addr constant [3 x i8] c"On\00", align 1
@.str.5 = private unnamed_addr constant [4 x i8] c"Off\00", align 1
@.str.6 = private unnamed_addr constant [33 x i8] c" Dataset Ready (DSR): %s\0D\0A\00", align 1
@.str.7 = private unnamed_addr constant [33 x i8] c" Clear To Send (CTS): %s\0D\0A\00", align 1
@.str.8 = private unnamed_addr constant [33 x i8] c" Ring Indicator (RI): %s\0D\0A\00", align 1
@.str.9 = private unnamed_addr constant [33 x i8] c" Data Terminal Ready (DTR): %s\0D\0A\00", align 1
@.str.10 = private unnamed_addr constant [33 x i8] c" Request To Send (RTS): %s\0D\0A\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local void @shomdm() #0 {
%1 = alloca i32, align 4
%2 = call i32 (...) @ttgmdm()
store i32 %2, ptr %1, align 4
%3 = load i32, ptr %1, align 4
switch i32 %3, label %10 [
i32 -3, label %4
i32 -2, label %6
i32 -1, label %8
]
4: ; preds = %0
%5 = call i32 (ptr, ...) @printf(ptr noundef @.str)
br label %47
6: ; preds = %0
%7 = call i32 (ptr, ...) @printf(ptr noundef @.str.1)
br label %47
8: ; preds = %0
%9 = call i32 (ptr, ...) @printf(ptr noundef @.str.2)
br label %47
10: ; preds = %0
%11 = load i32, ptr %1, align 4
%12 = and i32 %11, 4
%13 = icmp ne i32 %12, 0
%14 = zext i1 %13 to i64
%15 = select i1 %13, ptr @.str.4, ptr @.str.5
%16 = call i32 (ptr, ...) @printf(ptr noundef @.str.3, ptr noundef %15)
%17 = load i32, ptr %1, align 4
%18 = and i32 %17, 2
%19 = icmp ne i32 %18, 0
%20 = zext i1 %19 to i64
%21 = select i1 %19, ptr @.str.4, ptr @.str.5
%22 = call i32 (ptr, ...) @printf(ptr noundef @.str.6, ptr noundef %21)
%23 = load i32, ptr %1, align 4
%24 = and i32 %23, 1
%25 = icmp ne i32 %24, 0
%26 = zext i1 %25 to i64
%27 = select i1 %25, ptr @.str.4, ptr @.str.5
%28 = call i32 (ptr, ...) @printf(ptr noundef @.str.7, ptr noundef %27)
%29 = load i32, ptr %1, align 4
%30 = and i32 %29, 8
%31 = icmp ne i32 %30, 0
%32 = zext i1 %31 to i64
%33 = select i1 %31, ptr @.str.4, ptr @.str.5
%34 = call i32 (ptr, ...) @printf(ptr noundef @.str.8, ptr noundef %33)
%35 = load i32, ptr %1, align 4
%36 = and i32 %35, 16
%37 = icmp ne i32 %36, 0
%38 = zext i1 %37 to i64
%39 = select i1 %37, ptr @.str.4, ptr @.str.5
%40 = call i32 (ptr, ...) @printf(ptr noundef @.str.9, ptr noundef %39)
%41 = load i32, ptr %1, align 4
%42 = and i32 %41, 32
%43 = icmp ne i32 %42, 0
%44 = zext i1 %43 to i64
%45 = select i1 %43, ptr @.str.4, ptr @.str.5
%46 = call i32 (ptr, ...) @printf(ptr noundef @.str.10, ptr noundef %45)
br label %47
47: ; preds = %10, %8, %6, %4
ret void
}
declare i32 @ttgmdm(...) #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/tmpw97yx9br.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@.str = private unnamed_addr constant [54 x i8] c"Modem signals unavailable in this version of Kermit\0D\0A\00", align 1
@.str.1 = private unnamed_addr constant [35 x i8] c"No modem control for this device\0D\0A\00", align 1
@.str.2 = private unnamed_addr constant [28 x i8] c"Modem signals unavailable\0D\0A\00", align 1
@.str.3 = private unnamed_addr constant [33 x i8] c" Carrier Detect (CD): %s\0D\0A\00", align 1
@.str.4 = private unnamed_addr constant [3 x i8] c"On\00", align 1
@.str.5 = private unnamed_addr constant [4 x i8] c"Off\00", align 1
@.str.6 = private unnamed_addr constant [33 x i8] c" Dataset Ready (DSR): %s\0D\0A\00", align 1
@.str.7 = private unnamed_addr constant [33 x i8] c" Clear To Send (CTS): %s\0D\0A\00", align 1
@.str.8 = private unnamed_addr constant [33 x i8] c" Ring Indicator (RI): %s\0D\0A\00", align 1
@.str.9 = private unnamed_addr constant [33 x i8] c" Data Terminal Ready (DTR): %s\0D\0A\00", align 1
@.str.10 = private unnamed_addr constant [33 x i8] c" Request To Send (RTS): %s\0D\0A\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local void @shomdm() #0 {
%1 = alloca i32, align 4
%2 = call i32 (...) @ttgmdm()
store i32 %2, ptr %1, align 4
%3 = load i32, ptr %1, align 4
switch i32 %3, label %10 [
i32 -3, label %4
i32 -2, label %6
i32 -1, label %8
]
4: ; preds = %0
%5 = call i32 (ptr, ...) @printf(ptr noundef @.str)
br label %47
6: ; preds = %0
%7 = call i32 (ptr, ...) @printf(ptr noundef @.str.1)
br label %47
8: ; preds = %0
%9 = call i32 (ptr, ...) @printf(ptr noundef @.str.2)
br label %47
10: ; preds = %0
%11 = load i32, ptr %1, align 4
%12 = and i32 %11, 4
%13 = icmp ne i32 %12, 0
%14 = zext i1 %13 to i64
%15 = select i1 %13, ptr @.str.4, ptr @.str.5
%16 = call i32 (ptr, ...) @printf(ptr noundef @.str.3, ptr noundef %15)
%17 = load i32, ptr %1, align 4
%18 = and i32 %17, 2
%19 = icmp ne i32 %18, 0
%20 = zext i1 %19 to i64
%21 = select i1 %19, ptr @.str.4, ptr @.str.5
%22 = call i32 (ptr, ...) @printf(ptr noundef @.str.6, ptr noundef %21)
%23 = load i32, ptr %1, align 4
%24 = and i32 %23, 1
%25 = icmp ne i32 %24, 0
%26 = zext i1 %25 to i64
%27 = select i1 %25, ptr @.str.4, ptr @.str.5
%28 = call i32 (ptr, ...) @printf(ptr noundef @.str.7, ptr noundef %27)
%29 = load i32, ptr %1, align 4
%30 = and i32 %29, 8
%31 = icmp ne i32 %30, 0
%32 = zext i1 %31 to i64
%33 = select i1 %31, ptr @.str.4, ptr @.str.5
%34 = call i32 (ptr, ...) @printf(ptr noundef @.str.8, ptr noundef %33)
%35 = load i32, ptr %1, align 4
%36 = and i32 %35, 16
%37 = icmp ne i32 %36, 0
%38 = zext i1 %37 to i64
%39 = select i1 %37, ptr @.str.4, ptr @.str.5
%40 = call i32 (ptr, ...) @printf(ptr noundef @.str.9, ptr noundef %39)
%41 = load i32, ptr %1, align 4
%42 = and i32 %41, 32
%43 = icmp ne i32 %42, 0
%44 = zext i1 %43 to i64
%45 = select i1 %43, ptr @.str.4, ptr @.str.5
%46 = call i32 (ptr, ...) @printf(ptr noundef @.str.10, ptr noundef %45)
br label %47
47: ; preds = %10, %8, %6, %4
ret void
}
declare i32 @ttgmdm(...) #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/tmppj_sge2y.c'
source_filename = "/tmp/tmppj_sge2y.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @VIDEO_BlackOut() #0 {
%1 = alloca i32, align 4
%2 = call i32 (...) @VIDEO_WaitVSync()
%3 = call i32 @read32(i32 noundef -872407040)
%4 = ashr i32 %3, 4
store i32 %4, ptr %1, align 4
%5 = call i32 @read32(i32 noundef -872407040)
%6 = load i32, ptr %1, align 4
%7 = shl i32 %6, 1
%8 = sub nsw i32 %7, 2
%9 = add nsw i32 %5, %8
%10 = call i32 @write32(i32 noundef -872407040, i32 noundef %9)
%11 = call i32 @read32(i32 noundef -872407040)
%12 = load i32, ptr %1, align 4
%13 = shl i32 %12, 1
%14 = sub nsw i32 %13, 2
%15 = add nsw i32 %11, %14
%16 = call i32 @write32(i32 noundef -872407040, i32 noundef %15)
%17 = call i32 @read32(i32 noundef -872407040)
%18 = add nsw i32 %17, 2
%19 = call i32 @write32(i32 noundef -872407040, i32 noundef %18)
%20 = call i32 @read32(i32 noundef -872407040)
%21 = add nsw i32 %20, 2
%22 = call i32 @write32(i32 noundef -872407040, i32 noundef %21)
%23 = call i32 @mask32(i32 noundef -872407040, i32 noundef -16, i32 noundef 0)
ret void
}
declare i32 @VIDEO_WaitVSync(...) #1
declare i32 @read32(i32 noundef) #1
declare i32 @write32(i32 noundef, i32 noundef) #1
declare i32 @mask32(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/tmppj_sge2y.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @VIDEO_BlackOut() #0 {
%1 = alloca i32, align 4
%2 = call i32 (...) @VIDEO_WaitVSync()
%3 = call i32 @read32(i32 noundef -872407040)
%4 = ashr i32 %3, 4
store i32 %4, ptr %1, align 4
%5 = call i32 @read32(i32 noundef -872407040)
%6 = load i32, ptr %1, align 4
%7 = shl i32 %6, 1
%8 = sub nsw i32 %7, 2
%9 = add nsw i32 %5, %8
%10 = call i32 @write32(i32 noundef -872407040, i32 noundef %9)
%11 = call i32 @read32(i32 noundef -872407040)
%12 = load i32, ptr %1, align 4
%13 = shl i32 %12, 1
%14 = sub nsw i32 %13, 2
%15 = add nsw i32 %11, %14
%16 = call i32 @write32(i32 noundef -872407040, i32 noundef %15)
%17 = call i32 @read32(i32 noundef -872407040)
%18 = add nsw i32 %17, 2
%19 = call i32 @write32(i32 noundef -872407040, i32 noundef %18)
%20 = call i32 @read32(i32 noundef -872407040)
%21 = add nsw i32 %20, 2
%22 = call i32 @write32(i32 noundef -872407040, i32 noundef %21)
%23 = call i32 @mask32(i32 noundef -872407040, i32 noundef -16, i32 noundef 0)
ret void
}
declare i32 @VIDEO_WaitVSync(...) #1
declare i32 @read32(i32 noundef) #1
declare i32 @write32(i32 noundef, i32 noundef) #1
declare i32 @mask32(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/tmpzjig73uz.c'
source_filename = "/tmp/tmpzjig73uz.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @texttable_strsep(ptr noundef %0, i8 noundef signext %1) #0 {
%3 = alloca ptr, align 8
%4 = alloca ptr, align 8
%5 = alloca i8, align 1
%6 = alloca ptr, align 8
%7 = alloca ptr, align 8
%8 = alloca i8, align 1
store ptr %0, ptr %4, align 8
store i8 %1, ptr %5, align 1
%9 = load ptr, ptr %4, align 8
%10 = load ptr, ptr %9, align 8
store ptr %10, ptr %7, align 8
%11 = load ptr, ptr %7, align 8
%12 = icmp eq ptr %11, null
br i1 %12, label %13, label %14
13: ; preds = %2
store ptr null, ptr %3, align 8
br label %39
14: ; preds = %2
%15 = load ptr, ptr %7, align 8
store ptr %15, ptr %6, align 8
br label %16
16: ; preds = %33, %14
%17 = load ptr, ptr %6, align 8
%18 = load i8, ptr %17, align 1
store i8 %18, ptr %8, align 1
%19 = icmp ne i8 %18, 0
br i1 %19, label %20, label %36
20: ; preds = %16
%21 = load i8, ptr %5, align 1
%22 = sext i8 %21 to i32
%23 = load i8, ptr %8, align 1
%24 = sext i8 %23 to i32
%25 = icmp eq i32 %22, %24
br i1 %25, label %26, label %32
26: ; preds = %20
%27 = load ptr, ptr %6, align 8
store i8 0, ptr %27, align 1
%28 = load ptr, ptr %6, align 8
%29 = getelementptr inbounds i8, ptr %28, i64 1
%30 = load ptr, ptr %4, align 8
store ptr %29, ptr %30, align 8
%31 = load ptr, ptr %7, align 8
store ptr %31, ptr %3, align 8
br label %39
32: ; preds = %20
br label %33
33: ; preds = %32
%34 = load ptr, ptr %6, align 8
%35 = getelementptr inbounds i8, ptr %34, i32 1
store ptr %35, ptr %6, align 8
br label %16, !llvm.loop !6
36: ; preds = %16
%37 = load ptr, ptr %4, align 8
store ptr null, ptr %37, align 8
%38 = load ptr, ptr %7, align 8
store ptr %38, ptr %3, align 8
br label %39
39: ; preds = %36, %26, %13
%40 = load ptr, ptr %3, align 8
ret ptr %40
}
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 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/tmpzjig73uz.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @texttable_strsep(ptr noundef %0, i8 noundef signext %1) #0 {
%3 = alloca ptr, align 8
%4 = alloca ptr, align 8
%5 = alloca i8, align 1
%6 = alloca ptr, align 8
%7 = alloca ptr, align 8
%8 = alloca i8, align 1
store ptr %0, ptr %4, align 8
store i8 %1, ptr %5, align 1
%9 = load ptr, ptr %4, align 8
%10 = load ptr, ptr %9, align 8
store ptr %10, ptr %7, align 8
%11 = load ptr, ptr %7, align 8
%12 = icmp eq ptr %11, null
br i1 %12, label %13, label %14
13: ; preds = %2
store ptr null, ptr %3, align 8
br label %41
14: ; preds = %2
%15 = load ptr, ptr %7, align 8
store ptr %15, ptr %6, align 8
%16 = load ptr, ptr %6, align 8
%17 = load i8, ptr %16, align 1
store i8 %17, ptr %8, align 1
%18 = icmp ne i8 %17, 0
br i1 %18, label %.lr.ph, label %38
.lr.ph: ; preds = %14
br label %19
19: ; preds = %.lr.ph, %32
%20 = load i8, ptr %5, align 1
%21 = sext i8 %20 to i32
%22 = load i8, ptr %8, align 1
%23 = sext i8 %22 to i32
%24 = icmp eq i32 %21, %23
br i1 %24, label %25, label %31
25: ; preds = %19
%26 = load ptr, ptr %6, align 8
store i8 0, ptr %26, align 1
%27 = load ptr, ptr %6, align 8
%28 = getelementptr inbounds i8, ptr %27, i64 1
%29 = load ptr, ptr %4, align 8
store ptr %28, ptr %29, align 8
%30 = load ptr, ptr %7, align 8
store ptr %30, ptr %3, align 8
br label %41
31: ; preds = %19
br label %32
32: ; preds = %31
%33 = load ptr, ptr %6, align 8
%34 = getelementptr inbounds i8, ptr %33, i32 1
store ptr %34, ptr %6, align 8
%35 = load ptr, ptr %6, align 8
%36 = load i8, ptr %35, align 1
store i8 %36, ptr %8, align 1
%37 = icmp ne i8 %36, 0
br i1 %37, label %19, label %._crit_edge, !llvm.loop !6
._crit_edge: ; preds = %32
br label %38
38: ; preds = %._crit_edge, %14
%39 = load ptr, ptr %4, align 8
store ptr null, ptr %39, align 8
%40 = load ptr, ptr %7, align 8
store ptr %40, ptr %3, align 8
br label %41
41: ; preds = %38, %25, %13
%42 = load ptr, ptr %3, align 8
ret ptr %42
}
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 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/tmpfwvw5q44.c'
source_filename = "/tmp/tmpfwvw5q44.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-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"config\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @main(i32 noundef %0, ptr noundef %1) #0 {
%3 = alloca i32, align 4
%4 = alloca i32, align 4
%5 = alloca ptr, align 8
store i32 0, ptr %3, align 4
store i32 %0, ptr %4, align 4
store ptr %1, ptr %5, align 8
%6 = load i32, ptr %4, align 4
%7 = icmp sgt i32 %6, 1
br i1 %7, label %8, label %16
8: ; preds = %2
%9 = load ptr, ptr %5, align 8
%10 = getelementptr inbounds ptr, ptr %9, i64 1
%11 = load ptr, ptr %10, align 8
%12 = call i64 @strcmp(ptr noundef %11, ptr noundef @.str)
%13 = icmp eq i64 %12, 0
br i1 %13, label %14, label %16
14: ; preds = %8
%15 = call i32 (...) @print_config()
br label %18
16: ; preds = %8, %2
%17 = call i32 (...) @parse_qosdata()
br label %18
18: ; preds = %16, %14
ret i32 0
}
declare i64 @strcmp(ptr noundef, ptr noundef) #1
declare i32 @print_config(...) #1
declare i32 @parse_qosdata(...) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmpfwvw5q44.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-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"config\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @main(i32 noundef %0, ptr noundef %1) #0 {
%3 = alloca i32, align 4
%4 = alloca i32, align 4
%5 = alloca ptr, align 8
store i32 0, ptr %3, align 4
store i32 %0, ptr %4, align 4
store ptr %1, ptr %5, align 8
%6 = load i32, ptr %4, align 4
%7 = icmp sgt i32 %6, 1
br i1 %7, label %8, label %16
8: ; preds = %2
%9 = load ptr, ptr %5, align 8
%10 = getelementptr inbounds ptr, ptr %9, i64 1
%11 = load ptr, ptr %10, align 8
%12 = call i64 @strcmp(ptr noundef %11, ptr noundef @.str)
%13 = icmp eq i64 %12, 0
br i1 %13, label %14, label %16
14: ; preds = %8
%15 = call i32 (...) @print_config()
br label %18
16: ; preds = %8, %2
%17 = call i32 (...) @parse_qosdata()
br label %18
18: ; preds = %16, %14
ret i32 0
}
declare i64 @strcmp(ptr noundef, ptr noundef) #1
declare i32 @print_config(...) #1
declare i32 @parse_qosdata(...) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
|
; ModuleID = '/tmp/tmpmtn_sslw.c'
source_filename = "/tmp/tmpmtn_sslw.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@EVIOCSFF = dso_local global i32 0, align 4
@.str = private unnamed_addr constant [20 x i8] c"Vibra upload effect\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @ffmemless_upload_effect(ptr noundef %0, i32 noundef %1) #0 {
%3 = alloca i32, align 4
%4 = alloca ptr, align 8
%5 = alloca i32, align 4
store ptr %0, ptr %4, align 8
store i32 %1, ptr %5, align 4
%6 = load i32, ptr %5, align 4
%7 = load i32, ptr @EVIOCSFF, align 4
%8 = load ptr, ptr %4, align 8
%9 = call i32 @ioctl(i32 noundef %6, i32 noundef %7, ptr noundef %8)
%10 = icmp eq i32 %9, -1
br i1 %10, label %11, label %13
11: ; preds = %2
%12 = call i32 @perror(ptr noundef @.str)
store i32 -1, ptr %3, align 4
br label %14
13: ; preds = %2
store i32 0, ptr %3, align 4
br label %14
14: ; preds = %13, %11
%15 = load i32, ptr %3, align 4
ret i32 %15
}
declare i32 @ioctl(i32 noundef, i32 noundef, ptr noundef) #1
declare i32 @perror(ptr noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmpmtn_sslw.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@EVIOCSFF = dso_local global i32 0, align 4
@.str = private unnamed_addr constant [20 x i8] c"Vibra upload effect\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @ffmemless_upload_effect(ptr noundef %0, i32 noundef %1) #0 {
%3 = alloca i32, align 4
%4 = alloca ptr, align 8
%5 = alloca i32, align 4
store ptr %0, ptr %4, align 8
store i32 %1, ptr %5, align 4
%6 = load i32, ptr %5, align 4
%7 = load i32, ptr @EVIOCSFF, align 4
%8 = load ptr, ptr %4, align 8
%9 = call i32 @ioctl(i32 noundef %6, i32 noundef %7, ptr noundef %8)
%10 = icmp eq i32 %9, -1
br i1 %10, label %11, label %13
11: ; preds = %2
%12 = call i32 @perror(ptr noundef @.str)
store i32 -1, ptr %3, align 4
br label %14
13: ; preds = %2
store i32 0, ptr %3, align 4
br label %14
14: ; preds = %13, %11
%15 = load i32, ptr %3, align 4
ret i32 %15
}
declare i32 @ioctl(i32 noundef, i32 noundef, ptr noundef) #1
declare i32 @perror(ptr noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
|
; ModuleID = '/tmp/tmpx79lfeen.c'
source_filename = "/tmp/tmpx79lfeen.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@EINVAL = dso_local global i32 0, align 4
@STDIN_FILENO = dso_local global i32 0, align 4
@errno = dso_local global i32 0, align 4
@stdin = 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/tmpx79lfeen.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@EINVAL = dso_local global i32 0, align 4
@STDIN_FILENO = dso_local global i32 0, align 4
@errno = dso_local global i32 0, align 4
@stdin = 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/tmpeh9czzn4.c'
source_filename = "/tmp/tmpeh9czzn4.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-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"ushort: %hu %hu\0A\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local void @func_ushort(i16 noundef zeroext %0, i16 noundef zeroext %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 = load i16, ptr %3, align 2
%6 = load i16, ptr %4, align 2
%7 = call i32 @printf(ptr noundef @.str, i16 noundef zeroext %5, i16 noundef zeroext %6)
ret void
}
declare i32 @printf(ptr noundef, i16 noundef zeroext, i16 noundef zeroext) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmpeh9czzn4.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-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"ushort: %hu %hu\0A\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local void @func_ushort(i16 noundef zeroext %0, i16 noundef zeroext %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 = load i16, ptr %3, align 2
%6 = load i16, ptr %4, align 2
%7 = call i32 @printf(ptr noundef @.str, i16 noundef zeroext %5, i16 noundef zeroext %6)
ret void
}
declare i32 @printf(ptr noundef, i16 noundef zeroext, i16 noundef zeroext) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
|
; ModuleID = '/tmp/tmpx0a5y5bv.c'
source_filename = "/tmp/tmpx0a5y5bv.c"
target datalayout = "e-m:e-p270: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/tmpx0a5y5bv.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
|
; ModuleID = '/tmp/tmpn_yyx6l9.c'
source_filename = "/tmp/tmpn_yyx6l9.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-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
store i32 0, ptr %1, align 4
br label %3
3: ; preds = %11, %0
%4 = call i64 @scanf(ptr noundef @.str, ptr noundef %2)
%5 = icmp sgt i64 %4, 0
br i1 %5, label %6, label %9
6: ; preds = %3
%7 = load i32, ptr %2, align 4
%8 = icmp ne i32 %7, 42
br label %9
9: ; preds = %6, %3
%10 = phi i1 [ false, %3 ], [ %8, %6 ]
br i1 %10, label %11, label %14
11: ; preds = %9
%12 = load i32, ptr %2, align 4
%13 = call i32 @printf(ptr noundef @.str.1, i32 noundef %12)
br label %3, !llvm.loop !6
14: ; preds = %9
ret i32 0
}
declare i64 @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/tmpn_yyx6l9.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-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
store i32 0, ptr %1, align 4
br label %3
3: ; preds = %11, %0
%4 = call i64 @scanf(ptr noundef @.str, ptr noundef %2)
%5 = icmp sgt i64 %4, 0
br i1 %5, label %6, label %9
6: ; preds = %3
%7 = load i32, ptr %2, align 4
%8 = icmp ne i32 %7, 42
br label %9
9: ; preds = %6, %3
%10 = phi i1 [ false, %3 ], [ %8, %6 ]
br i1 %10, label %11, label %14
11: ; preds = %9
%12 = load i32, ptr %2, align 4
%13 = call i32 @printf(ptr noundef @.str.1, i32 noundef %12)
br label %3, !llvm.loop !6
14: ; preds = %9
ret i32 0
}
declare i64 @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/tmpl8t2mwtc.c'
source_filename = "/tmp/tmpl8t2mwtc.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@BLKPG = dso_local global i32 0, align 4
@BLKPG_DEL_PARTITION = 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/tmpl8t2mwtc.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@BLKPG = dso_local global i32 0, align 4
@BLKPG_DEL_PARTITION = 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/tmp0s6un1s6.c'
source_filename = "/tmp/tmp0s6un1s6.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @myalloc(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 ptr @calloc(i32 noundef 1, i32 noundef %3)
ret ptr %4
}
declare ptr @calloc(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/tmp0s6un1s6.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @myalloc(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 ptr @calloc(i32 noundef 1, i32 noundef %3)
ret ptr %4
}
declare ptr @calloc(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/tmp47hzht1c.c'
source_filename = "/tmp/tmp47hzht1c.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @iax_ie_append_short(ptr noundef %0, i8 noundef zeroext %1, i16 noundef zeroext %2) #0 {
%4 = alloca ptr, align 8
%5 = alloca i8, align 1
%6 = alloca i16, align 2
%7 = alloca i16, align 2
store ptr %0, ptr %4, align 8
store i8 %1, ptr %5, align 1
store i16 %2, ptr %6, align 2
%8 = load i16, ptr %6, align 2
%9 = call zeroext i16 @htons(i16 noundef zeroext %8)
store i16 %9, ptr %7, align 2
%10 = load ptr, ptr %4, align 8
%11 = load i8, ptr %5, align 1
%12 = call i32 @iax_ie_append_raw(ptr noundef %10, i8 noundef zeroext %11, ptr noundef %7, i32 noundef 2)
ret i32 %12
}
declare zeroext i16 @htons(i16 noundef zeroext) #1
declare i32 @iax_ie_append_raw(ptr noundef, i8 noundef zeroext, 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/tmp47hzht1c.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @iax_ie_append_short(ptr noundef %0, i8 noundef zeroext %1, i16 noundef zeroext %2) #0 {
%4 = alloca ptr, align 8
%5 = alloca i8, align 1
%6 = alloca i16, align 2
%7 = alloca i16, align 2
store ptr %0, ptr %4, align 8
store i8 %1, ptr %5, align 1
store i16 %2, ptr %6, align 2
%8 = load i16, ptr %6, align 2
%9 = call zeroext i16 @htons(i16 noundef zeroext %8)
store i16 %9, ptr %7, align 2
%10 = load ptr, ptr %4, align 8
%11 = load i8, ptr %5, align 1
%12 = call i32 @iax_ie_append_raw(ptr noundef %10, i8 noundef zeroext %11, ptr noundef %7, i32 noundef 2)
ret i32 %12
}
declare zeroext i16 @htons(i16 noundef zeroext) #1
declare i32 @iax_ie_append_raw(ptr noundef, i8 noundef zeroext, 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/tmp0a54d_3g.c'
source_filename = "/tmp/tmp0a54d_3g.c"
target datalayout = "e-m:e-p270: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/tmp0a54d_3g.c"
target datalayout = "e-m:e-p270: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/tmpzq841v4c.c'
source_filename = "/tmp/tmpzq841v4c.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @inserthdr(i32 noundef %0, i32 noundef %1, i32 noundef %2, i32 noundef %3) #0 {
%5 = alloca i32, align 4
%6 = alloca i32, align 4
%7 = alloca i32, align 4
%8 = alloca i32, align 4
%9 = alloca ptr, align 8
store i32 %0, ptr %5, align 4
store i32 %1, ptr %6, align 4
store i32 %2, ptr %7, align 4
store i32 %3, ptr %8, align 4
%10 = load i32, ptr %8, align 4
%11 = add nsw i32 13, %10
%12 = call ptr @wbuf_get(i32 noundef %11)
store ptr %12, ptr %9, align 8
%13 = load ptr, ptr %9, align 8
%14 = getelementptr inbounds i32, ptr %13, i64 2
%15 = load i32, ptr %5, align 4
%16 = call i32 @_a32be(ptr noundef %14, i32 noundef %15)
%17 = load ptr, ptr %9, align 8
%18 = getelementptr inbounds i32, ptr %17, i64 6
%19 = load i32, ptr %6, align 4
%20 = call i32 @_a32be(ptr noundef %18, i32 noundef %19)
%21 = load i32, ptr %7, align 4
%22 = load ptr, ptr %9, align 8
%23 = getelementptr inbounds i32, ptr %22, i64 10
store i32 %21, ptr %23, align 4
%24 = load ptr, ptr %9, align 8
%25 = getelementptr inbounds i32, ptr %24, i64 11
%26 = load i32, ptr %8, align 4
%27 = call i32 @_a16be(ptr noundef %25, i32 noundef %26)
%28 = load ptr, ptr %9, align 8
ret ptr %28
}
declare ptr @wbuf_get(i32 noundef) #1
declare i32 @_a32be(ptr noundef, i32 noundef) #1
declare i32 @_a16be(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/tmpzq841v4c.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @inserthdr(i32 noundef %0, i32 noundef %1, i32 noundef %2, i32 noundef %3) #0 {
%5 = alloca i32, align 4
%6 = alloca i32, align 4
%7 = alloca i32, align 4
%8 = alloca i32, align 4
%9 = alloca ptr, align 8
store i32 %0, ptr %5, align 4
store i32 %1, ptr %6, align 4
store i32 %2, ptr %7, align 4
store i32 %3, ptr %8, align 4
%10 = load i32, ptr %8, align 4
%11 = add nsw i32 13, %10
%12 = call ptr @wbuf_get(i32 noundef %11)
store ptr %12, ptr %9, align 8
%13 = load ptr, ptr %9, align 8
%14 = getelementptr inbounds i32, ptr %13, i64 2
%15 = load i32, ptr %5, align 4
%16 = call i32 @_a32be(ptr noundef %14, i32 noundef %15)
%17 = load ptr, ptr %9, align 8
%18 = getelementptr inbounds i32, ptr %17, i64 6
%19 = load i32, ptr %6, align 4
%20 = call i32 @_a32be(ptr noundef %18, i32 noundef %19)
%21 = load i32, ptr %7, align 4
%22 = load ptr, ptr %9, align 8
%23 = getelementptr inbounds i32, ptr %22, i64 10
store i32 %21, ptr %23, align 4
%24 = load ptr, ptr %9, align 8
%25 = getelementptr inbounds i32, ptr %24, i64 11
%26 = load i32, ptr %8, align 4
%27 = call i32 @_a16be(ptr noundef %25, i32 noundef %26)
%28 = load ptr, ptr %9, align 8
ret ptr %28
}
declare ptr @wbuf_get(i32 noundef) #1
declare i32 @_a32be(ptr noundef, i32 noundef) #1
declare i32 @_a16be(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/tmp3m_1ujmo.c'
source_filename = "/tmp/tmp3m_1ujmo.c"
target datalayout = "e-m:e-p270: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/tmp3m_1ujmo.c"
target datalayout = "e-m:e-p270: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/tmpdwsgl12b.c'
source_filename = "/tmp/tmpdwsgl12b.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@.str = private unnamed_addr constant [26 x i8] c"/etc/proftpd/libhook.deny\00", align 1
@R_OK = dso_local global i32 0, align 4
@.str.1 = private unnamed_addr constant [2 x i8] c"r\00", align 1
@.str.2 = private unnamed_addr constant [4 x i8] c"ALL\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @check_if_allowed(ptr noundef %0) #0 {
%2 = alloca i32, align 4
%3 = alloca ptr, align 8
%4 = alloca ptr, align 8
%5 = alloca [4096 x i8], align 16
%6 = alloca i32, align 4
store ptr %0, ptr %3, align 8
store i32 1, ptr %6, align 4
%7 = load i32, ptr @R_OK, align 4
%8 = call i64 @access(ptr noundef @.str, i32 noundef %7)
%9 = icmp ne i64 %8, 0
br i1 %9, label %10, label %12
10: ; preds = %1
%11 = load i32, ptr %6, align 4
store i32 %11, ptr %2, align 4
br label %38
12: ; preds = %1
%13 = call ptr @fopen(ptr noundef @.str, ptr noundef @.str.1)
store ptr %13, ptr %4, align 8
br label %14
14: ; preds = %33, %12
%15 = getelementptr inbounds [4096 x i8], ptr %5, i64 0, i64 0
%16 = load ptr, ptr %4, align 8
%17 = call i64 @fgets(ptr noundef %15, i32 noundef 4096, ptr noundef %16)
%18 = icmp ne i64 %17, 0
br i1 %18, label %19, label %34
19: ; preds = %14
%20 = getelementptr inbounds [4096 x i8], ptr %5, i64 0, i64 0
%21 = call i64 @strlen(ptr noundef %20)
%22 = getelementptr inbounds [4096 x i8], ptr %5, i64 0, i64 %21
store i8 0, ptr %22, align 1
%23 = load ptr, ptr %3, align 8
%24 = getelementptr inbounds [4096 x i8], ptr %5, i64 0, i64 0
%25 = call i64 @strstr(ptr noundef %23, ptr noundef %24)
%26 = icmp ne i64 %25, 0
br i1 %26, label %27, label %28
27: ; preds = %19
store i32 0, ptr %6, align 4
br label %34
28: ; preds = %19
%29 = getelementptr inbounds [4096 x i8], ptr %5, i64 0, i64 0
%30 = call i64 @strstr(ptr noundef %29, ptr noundef @.str.2)
%31 = icmp ne i64 %30, 0
br i1 %31, label %32, label %33
32: ; preds = %28
store i32 0, ptr %6, align 4
br label %34
33: ; preds = %28
br label %14, !llvm.loop !6
34: ; preds = %32, %27, %14
%35 = load ptr, ptr %4, align 8
%36 = call i32 @fclose(ptr noundef %35)
%37 = load i32, ptr %6, align 4
store i32 %37, ptr %2, align 4
br label %38
38: ; preds = %34, %10
%39 = load i32, ptr %2, align 4
ret i32 %39
}
declare i64 @access(ptr noundef, i32 noundef) #1
declare ptr @fopen(ptr noundef, ptr noundef) #1
declare i64 @fgets(ptr noundef, i32 noundef, ptr noundef) #1
declare i64 @strlen(ptr noundef) #1
declare i64 @strstr(ptr noundef, ptr noundef) #1
declare i32 @fclose(ptr noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
!6 = distinct !{!6, !7}
!7 = !{!"llvm.loop.mustprogress"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmpdwsgl12b.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@.str = private unnamed_addr constant [26 x i8] c"/etc/proftpd/libhook.deny\00", align 1
@R_OK = dso_local global i32 0, align 4
@.str.1 = private unnamed_addr constant [2 x i8] c"r\00", align 1
@.str.2 = private unnamed_addr constant [4 x i8] c"ALL\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @check_if_allowed(ptr noundef %0) #0 {
%2 = alloca i32, align 4
%3 = alloca ptr, align 8
%4 = alloca ptr, align 8
%5 = alloca [4096 x i8], align 16
%6 = alloca i32, align 4
store ptr %0, ptr %3, align 8
store i32 1, ptr %6, align 4
%7 = load i32, ptr @R_OK, align 4
%8 = call i64 @access(ptr noundef @.str, i32 noundef %7)
%9 = icmp ne i64 %8, 0
br i1 %9, label %10, label %12
10: ; preds = %1
%11 = load i32, ptr %6, align 4
store i32 %11, ptr %2, align 4
br label %40
12: ; preds = %1
%13 = call ptr @fopen(ptr noundef @.str, ptr noundef @.str.1)
store ptr %13, ptr %4, align 8
%14 = getelementptr inbounds [4096 x i8], ptr %5, i64 0, i64 0
%15 = load ptr, ptr %4, align 8
%16 = call i64 @fgets(ptr noundef %14, i32 noundef 4096, ptr noundef %15)
%17 = icmp ne i64 %16, 0
br i1 %17, label %.lr.ph, label %.loopexit
.lr.ph: ; preds = %12
br label %22
18: ; preds = %31
%19 = load ptr, ptr %4, align 8
%20 = call i64 @fgets(ptr noundef %14, i32 noundef 4096, ptr noundef %19)
%21 = icmp ne i64 %20, 0
br i1 %21, label %22, label %..loopexit_crit_edge, !llvm.loop !6
22: ; preds = %.lr.ph, %18
%23 = getelementptr inbounds [4096 x i8], ptr %5, i64 0, i64 0
%24 = call i64 @strlen(ptr noundef %23)
%25 = getelementptr inbounds [4096 x i8], ptr %5, i64 0, i64 %24
store i8 0, ptr %25, align 1
%26 = load ptr, ptr %3, align 8
%27 = getelementptr inbounds [4096 x i8], ptr %5, i64 0, i64 0
%28 = call i64 @strstr(ptr noundef %26, ptr noundef %27)
%29 = icmp ne i64 %28, 0
br i1 %29, label %30, label %31
30: ; preds = %22
store i32 0, ptr %6, align 4
br label %36
31: ; preds = %22
%32 = getelementptr inbounds [4096 x i8], ptr %5, i64 0, i64 0
%33 = call i64 @strstr(ptr noundef %32, ptr noundef @.str.2)
%34 = icmp ne i64 %33, 0
br i1 %34, label %35, label %18
35: ; preds = %31
store i32 0, ptr %6, align 4
br label %36
..loopexit_crit_edge: ; preds = %18
br label %.loopexit
.loopexit: ; preds = %..loopexit_crit_edge, %12
br label %36
36: ; preds = %.loopexit, %35, %30
%37 = load ptr, ptr %4, align 8
%38 = call i32 @fclose(ptr noundef %37)
%39 = load i32, ptr %6, align 4
store i32 %39, ptr %2, align 4
br label %40
40: ; preds = %36, %10
%41 = load i32, ptr %2, align 4
ret i32 %41
}
declare i64 @access(ptr noundef, i32 noundef) #1
declare ptr @fopen(ptr noundef, ptr noundef) #1
declare i64 @fgets(ptr noundef, i32 noundef, ptr noundef) #1
declare i64 @strlen(ptr noundef) #1
declare i64 @strstr(ptr noundef, ptr noundef) #1
declare i32 @fclose(ptr noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
!6 = distinct !{!6, !7}
!7 = !{!"llvm.loop.mustprogress"}
|
; ModuleID = '/tmp/tmpg0kfldet.c'
source_filename = "/tmp/tmpg0kfldet.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @strstr(ptr noundef %0, ptr noundef %1) #0 {
%3 = alloca ptr, align 8
%4 = alloca ptr, align 8
%5 = alloca ptr, align 8
%6 = alloca ptr, align 8
%7 = alloca ptr, align 8
%8 = alloca i64, align 8
%9 = alloca i64, align 8
store ptr %0, ptr %4, align 8
store ptr %1, ptr %5, align 8
%10 = load ptr, ptr %4, align 8
store ptr %10, ptr %6, align 8
%11 = load ptr, ptr %5, align 8
store ptr %11, ptr %7, align 8
%12 = load ptr, ptr %6, align 8
%13 = call i32 @__insn_prefetch(ptr noundef %12)
%14 = load ptr, ptr %5, align 8
%15 = call i64 @strlen(ptr noundef %14)
store i64 %15, ptr %8, align 8
%16 = load i64, ptr %8, align 8
%17 = icmp ule i64 %16, 2
br i1 %17, label %18, label %35
18: ; preds = %2
%19 = load i64, ptr %8, align 8
%20 = icmp eq i64 %19, 1
br i1 %20, label %21, label %26
21: ; preds = %18
%22 = load ptr, ptr %4, align 8
%23 = load ptr, ptr %5, align 8
%24 = load i8, ptr %23, align 1
%25 = call ptr @strchr(ptr noundef %22, i8 noundef signext %24)
store ptr %25, ptr %3, align 8
br label %80
26: ; preds = %18
%27 = load i64, ptr %8, align 8
%28 = icmp eq i64 %27, 0
br i1 %28, label %29, label %31
29: ; preds = %26
%30 = load ptr, ptr %4, align 8
store ptr %30, ptr %3, align 8
br label %80
31: ; preds = %26
%32 = load ptr, ptr %4, align 8
%33 = load ptr, ptr %5, align 8
%34 = call ptr @strstr2(ptr noundef %32, ptr noundef %33)
store ptr %34, ptr %3, align 8
br label %80
35: ; preds = %2
%36 = load ptr, ptr %6, align 8
%37 = load i64, ptr %8, align 8
%38 = call i64 @__strnlen(ptr noundef %36, i64 noundef %37)
%39 = load i64, ptr %8, align 8
%40 = icmp ult i64 %38, %39
br i1 %40, label %41, label %42
41: ; preds = %35
store ptr null, ptr %3, align 8
br label %80
42: ; preds = %35
%43 = load i64, ptr %8, align 8
%44 = icmp ult i64 %43, 40
br i1 %44, label %45, label %50
45: ; preds = %42
%46 = load ptr, ptr %4, align 8
%47 = load ptr, ptr %5, align 8
%48 = load i64, ptr %8, align 8
%49 = call ptr @strstr_scan(ptr noundef %46, ptr noundef %47, i64 noundef %48)
store ptr %49, ptr %3, align 8
br label %80
50: ; preds = %42
%51 = load ptr, ptr %4, align 8
%52 = load ptr, ptr %5, align 8
%53 = call ptr @strstr2(ptr noundef %51, ptr noundef %52)
store ptr %53, ptr %6, align 8
%54 = load ptr, ptr %6, align 8
%55 = icmp eq ptr %54, null
br i1 %55, label %56, label %57
56: ; preds = %50
store ptr null, ptr %3, align 8
br label %80
57: ; preds = %50
%58 = load ptr, ptr %5, align 8
store ptr %58, ptr %7, align 8
%59 = load ptr, ptr %6, align 8
%60 = load ptr, ptr %4, align 8
%61 = load i64, ptr %8, align 8
%62 = getelementptr inbounds i8, ptr %60, i64 %61
%63 = icmp ugt ptr %59, %62
br i1 %63, label %64, label %65
64: ; preds = %57
br label %73
65: ; preds = %57
%66 = load i64, ptr %8, align 8
%67 = load ptr, ptr %4, align 8
%68 = getelementptr inbounds i8, ptr %67, i64 %66
%69 = load ptr, ptr %6, align 8
%70 = ptrtoint ptr %68 to i64
%71 = ptrtoint ptr %69 to i64
%72 = sub i64 %70, %71
br label %73
73: ; preds = %65, %64
%74 = phi i64 [ 1, %64 ], [ %72, %65 ]
store i64 %74, ptr %9, align 8
%75 = load ptr, ptr %6, align 8
%76 = load i64, ptr %9, align 8
%77 = load ptr, ptr %7, align 8
%78 = load i64, ptr %8, align 8
%79 = call ptr @two_way_long_needle(ptr noundef %75, i64 noundef %76, ptr noundef %77, i64 noundef %78)
store ptr %79, ptr %3, align 8
br label %80
80: ; preds = %73, %56, %45, %41, %31, %29, %21
%81 = load ptr, ptr %3, align 8
ret ptr %81
}
declare i32 @__insn_prefetch(ptr noundef) #1
declare i64 @strlen(ptr noundef) #1
declare ptr @strchr(ptr noundef, i8 noundef signext) #1
declare ptr @strstr2(ptr noundef, ptr noundef) #1
declare i64 @__strnlen(ptr noundef, i64 noundef) #1
declare ptr @strstr_scan(ptr noundef, ptr noundef, i64 noundef) #1
declare ptr @two_way_long_needle(ptr noundef, i64 noundef, ptr noundef, i64 noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmpg0kfldet.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @strstr(ptr noundef %0, ptr noundef %1) #0 {
%3 = alloca ptr, align 8
%4 = alloca ptr, align 8
%5 = alloca ptr, align 8
%6 = alloca ptr, align 8
%7 = alloca ptr, align 8
%8 = alloca i64, align 8
%9 = alloca i64, align 8
store ptr %0, ptr %4, align 8
store ptr %1, ptr %5, align 8
%10 = load ptr, ptr %4, align 8
store ptr %10, ptr %6, align 8
%11 = load ptr, ptr %5, align 8
store ptr %11, ptr %7, align 8
%12 = load ptr, ptr %6, align 8
%13 = call i32 @__insn_prefetch(ptr noundef %12)
%14 = load ptr, ptr %5, align 8
%15 = call i64 @strlen(ptr noundef %14)
store i64 %15, ptr %8, align 8
%16 = load i64, ptr %8, align 8
%17 = icmp ule i64 %16, 2
br i1 %17, label %18, label %35
18: ; preds = %2
%19 = load i64, ptr %8, align 8
%20 = icmp eq i64 %19, 1
br i1 %20, label %21, label %26
21: ; preds = %18
%22 = load ptr, ptr %4, align 8
%23 = load ptr, ptr %5, align 8
%24 = load i8, ptr %23, align 1
%25 = call ptr @strchr(ptr noundef %22, i8 noundef signext %24)
store ptr %25, ptr %3, align 8
br label %80
26: ; preds = %18
%27 = load i64, ptr %8, align 8
%28 = icmp eq i64 %27, 0
br i1 %28, label %29, label %31
29: ; preds = %26
%30 = load ptr, ptr %4, align 8
store ptr %30, ptr %3, align 8
br label %80
31: ; preds = %26
%32 = load ptr, ptr %4, align 8
%33 = load ptr, ptr %5, align 8
%34 = call ptr @strstr2(ptr noundef %32, ptr noundef %33)
store ptr %34, ptr %3, align 8
br label %80
35: ; preds = %2
%36 = load ptr, ptr %6, align 8
%37 = load i64, ptr %8, align 8
%38 = call i64 @__strnlen(ptr noundef %36, i64 noundef %37)
%39 = load i64, ptr %8, align 8
%40 = icmp ult i64 %38, %39
br i1 %40, label %41, label %42
41: ; preds = %35
store ptr null, ptr %3, align 8
br label %80
42: ; preds = %35
%43 = load i64, ptr %8, align 8
%44 = icmp ult i64 %43, 40
br i1 %44, label %45, label %50
45: ; preds = %42
%46 = load ptr, ptr %4, align 8
%47 = load ptr, ptr %5, align 8
%48 = load i64, ptr %8, align 8
%49 = call ptr @strstr_scan(ptr noundef %46, ptr noundef %47, i64 noundef %48)
store ptr %49, ptr %3, align 8
br label %80
50: ; preds = %42
%51 = load ptr, ptr %4, align 8
%52 = load ptr, ptr %5, align 8
%53 = call ptr @strstr2(ptr noundef %51, ptr noundef %52)
store ptr %53, ptr %6, align 8
%54 = load ptr, ptr %6, align 8
%55 = icmp eq ptr %54, null
br i1 %55, label %56, label %57
56: ; preds = %50
store ptr null, ptr %3, align 8
br label %80
57: ; preds = %50
%58 = load ptr, ptr %5, align 8
store ptr %58, ptr %7, align 8
%59 = load ptr, ptr %6, align 8
%60 = load ptr, ptr %4, align 8
%61 = load i64, ptr %8, align 8
%62 = getelementptr inbounds i8, ptr %60, i64 %61
%63 = icmp ugt ptr %59, %62
br i1 %63, label %64, label %65
64: ; preds = %57
br label %73
65: ; preds = %57
%66 = load i64, ptr %8, align 8
%67 = load ptr, ptr %4, align 8
%68 = getelementptr inbounds i8, ptr %67, i64 %66
%69 = load ptr, ptr %6, align 8
%70 = ptrtoint ptr %68 to i64
%71 = ptrtoint ptr %69 to i64
%72 = sub i64 %70, %71
br label %73
73: ; preds = %65, %64
%74 = phi i64 [ 1, %64 ], [ %72, %65 ]
store i64 %74, ptr %9, align 8
%75 = load ptr, ptr %6, align 8
%76 = load i64, ptr %9, align 8
%77 = load ptr, ptr %7, align 8
%78 = load i64, ptr %8, align 8
%79 = call ptr @two_way_long_needle(ptr noundef %75, i64 noundef %76, ptr noundef %77, i64 noundef %78)
store ptr %79, ptr %3, align 8
br label %80
80: ; preds = %73, %56, %45, %41, %31, %29, %21
%81 = load ptr, ptr %3, align 8
ret ptr %81
}
declare i32 @__insn_prefetch(ptr noundef) #1
declare i64 @strlen(ptr noundef) #1
declare ptr @strchr(ptr noundef, i8 noundef signext) #1
declare ptr @strstr2(ptr noundef, ptr noundef) #1
declare i64 @__strnlen(ptr noundef, i64 noundef) #1
declare ptr @strstr_scan(ptr noundef, ptr noundef, i64 noundef) #1
declare ptr @two_way_long_needle(ptr noundef, i64 noundef, ptr noundef, i64 noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
|
; ModuleID = '/tmp/tmp5733rr8p.c'
source_filename = "/tmp/tmp5733rr8p.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @switch_done() #0 {
%1 = call i32 (...) @free_entries()
ret void
}
declare i32 @free_entries(...) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmp5733rr8p.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @switch_done() #0 {
%1 = call i32 (...) @free_entries()
ret void
}
declare i32 @free_entries(...) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
|
; ModuleID = '/tmp/tmp8ql5ehkm.c'
source_filename = "/tmp/tmp8ql5ehkm.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @main() #0 {
%1 = call i32 (...) @start_main()
ret i32 0
}
declare i32 @start_main(...) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmp8ql5ehkm.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @main() #0 {
%1 = call i32 (...) @start_main()
ret i32 0
}
declare i32 @start_main(...) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
|
; ModuleID = '/tmp/tmp_r10mtce.c'
source_filename = "/tmp/tmp_r10mtce.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@.str = private unnamed_addr constant [69 x i8] c"This demonstrates how the value 0.01 is saved in a float variable: \0A\00", align 1
@.str.1 = private unnamed_addr constant [7 x i8] c"%.50f\0A\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @main() #0 {
%1 = alloca float, align 4
%2 = call i32 (ptr, ...) @printf(ptr noundef @.str)
store float 0x3F847AE140000000, ptr %1, align 4
%3 = load float, ptr %1, align 4
%4 = fpext float %3 to double
%5 = call i32 (ptr, ...) @printf(ptr noundef @.str.1, double noundef %4)
ret i32 0
}
declare i32 @printf(ptr noundef, ...) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmp_r10mtce.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@.str = private unnamed_addr constant [69 x i8] c"This demonstrates how the value 0.01 is saved in a float variable: \0A\00", align 1
@.str.1 = private unnamed_addr constant [7 x i8] c"%.50f\0A\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @main() #0 {
%1 = alloca float, align 4
%2 = call i32 (ptr, ...) @printf(ptr noundef @.str)
store float 0x3F847AE140000000, ptr %1, align 4
%3 = load float, ptr %1, align 4
%4 = fpext float %3 to double
%5 = call i32 (ptr, ...) @printf(ptr noundef @.str.1, double noundef %4)
ret i32 0
}
declare i32 @printf(ptr noundef, ...) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
|
; ModuleID = '/tmp/tmpe5i8v8cf.c'
source_filename = "/tmp/tmpe5i8v8cf.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @computeRates(double noundef %0, ptr noundef %1, ptr noundef %2, ptr noundef %3) #0 {
%5 = alloca double, align 8
%6 = alloca ptr, align 8
%7 = alloca ptr, align 8
%8 = alloca ptr, align 8
store double %0, ptr %5, align 8
store ptr %1, ptr %6, align 8
store ptr %2, ptr %7, align 8
store ptr %3, ptr %8, align 8
%9 = load ptr, ptr %8, align 8
%10 = getelementptr inbounds double, ptr %9, i64 56
%11 = load double, ptr %10, align 8
%12 = fcmp oeq double %11, 0.000000e+00
br i1 %12, label %13, label %23
13: ; preds = %4
%14 = load ptr, ptr %6, align 8
%15 = getelementptr inbounds double, ptr %14, i64 14
%16 = load double, ptr %15, align 8
%17 = fneg double %16
%18 = fdiv double %17, 5.460000e+00
%19 = call double @exp(double noundef %18) #3
%20 = fadd double 1.000000e+00, %19
%21 = fdiv double 1.000000e+00, %20
%22 = call double @pow(double noundef %21, double noundef 0x3FD5555555555555) #3
br label %34
23: ; preds = %4
%24 = load ptr, ptr %6, align 8
%25 = getelementptr inbounds double, ptr %24, i64 14
%26 = load double, ptr %25, align 8
%27 = fadd double %26, 3.032000e+01
%28 = fneg double %27
%29 = fdiv double %28, 5.460000e+00
%30 = call double @exp(double noundef %29) #3
%31 = fadd double 1.000000e+00, %30
%32 = fdiv double 1.000000e+00, %31
%33 = call double @pow(double noundef %32, double noundef 0x3FD5555555555555) #3
br label %34
34: ; preds = %23, %13
%35 = phi double [ %22, %13 ], [ %33, %23 ]
%36 = load ptr, ptr %8, align 8
%37 = getelementptr inbounds double, ptr %36, i64 126
store double %35, ptr %37, align 8
%38 = load ptr, ptr %8, align 8
%39 = getelementptr inbounds double, ptr %38, i64 56
%40 = load double, ptr %39, align 8
%41 = fcmp oeq double %40, 0.000000e+00
br i1 %41, label %42, label %59
42: ; preds = %34
%43 = load ptr, ptr %6, align 8
%44 = getelementptr inbounds double, ptr %43, i64 14
%45 = load double, ptr %44, align 8
%46 = fadd double %45, 5.670000e+01
%47 = fmul double -3.350000e-01, %46
%48 = call double @exp(double noundef %47) #3
%49 = load ptr, ptr %6, align 8
%50 = getelementptr inbounds double, ptr %49, i64 14
%51 = load double, ptr %50, align 8
%52 = fadd double %51, 6.501000e+01
%53 = fmul double 8.200000e-02, %52
%54 = call double @exp(double noundef %53) #3
%55 = fmul double 6.270000e-01, %54
%56 = call double @llvm.fmuladd.f64(double 8.320000e-01, double %48, double %55)
%57 = fdiv double 6.247000e-04, %56
%58 = fadd double %57, 4.000000e-05
br label %76
59: ; preds = %34
%60 = load ptr, ptr %6, align 8
%61 = getelementptr inbounds double, ptr %60, i64 14
%62 = load double, ptr %61, align 8
%63 = fadd double %62, 5.670620e+01
%64 = fmul double -3.356600e-01, %63
%65 = call double @exp(double noundef %64) #3
%66 = load ptr, ptr %6, align 8
%67 = getelementptr inbounds double, ptr %66, i64 14
%68 = load double, ptr %67, align 8
%69 = fadd double %68, 6.501310e+01
%70 = fmul double 0x3FB5119CE075F6FD, %69
%71 = call double @exp(double noundef %70) #3
%72 = fmul double 0x3FE413A92A305532, %71
%73 = call double @llvm.fmuladd.f64(double 0x3FEAA184B50606AA, double %65, double %72)
%74 = fdiv double 6.247000e-04, %73
%75 = fadd double %74, 4.569000e-05
br label %76
76: ; preds = %59, %42
%77 = phi double [ %58, %42 ], [ %75, %59 ]
%78 = load ptr, ptr %8, align 8
%79 = getelementptr inbounds double, ptr %78, i64 127
store double %77, ptr %79, align 8
%80 = load ptr, ptr %8, align 8
%81 = getelementptr inbounds double, ptr %80, i64 126
%82 = load double, ptr %81, align 8
%83 = load ptr, ptr %6, align 8
%84 = getelementptr inbounds double, ptr %83, i64 0
%85 = load double, ptr %84, align 8
%86 = fsub double %82, %85
%87 = load ptr, ptr %8, align 8
%88 = getelementptr inbounds double, ptr %87, i64 127
%89 = load double, ptr %88, align 8
%90 = fdiv double %86, %89
%91 = load ptr, ptr %7, align 8
%92 = getelementptr inbounds double, ptr %91, i64 0
store double %90, ptr %92, align 8
%93 = load ptr, ptr %6, align 8
%94 = getelementptr inbounds double, ptr %93, i64 14
%95 = load double, ptr %94, align 8
%96 = fadd double %95, 6.610000e+01
%97 = fdiv double %96, 6.400000e+00
%98 = call double @exp(double noundef %97) #3
%99 = fadd double 1.000000e+00, %98
%100 = fdiv double 1.000000e+00, %99
%101 = load ptr, ptr %8, align 8
%102 = getelementptr inbounds double, ptr %101, i64 130
store double %100, ptr %102, align 8
%103 = load ptr, ptr %6, align 8
%104 = getelementptr inbounds double, ptr %103, i64 14
%105 = load double, ptr %104, align 8
%106 = fadd double %105, 1.711000e+01
%107 = fmul double -2.815000e-01, %106
%108 = call double @exp(double noundef %107) #3
%109 = fmul double 3.717000e-06, %108
%110 = load ptr, ptr %6, align 8
%111 = getelementptr inbounds double, ptr %110, i64 14
%112 = load double, ptr %111, align 8
%113 = fadd double %112, 3.776000e+01
%114 = fmul double -3.426000e-01, %113
%115 = call double @exp(double noundef %114) #3
%116 = call double @llvm.fmuladd.f64(double 3.732000e-03, double %115, double 1.000000e+00)
%117 = fdiv double %109, %116
%118 = fadd double %117, 5.977000e-04
%119 = load ptr, ptr %8, align 8
%120 = getelementptr inbounds double, ptr %119, i64 132
store double %118, ptr %120, align 8
%121 = load ptr, ptr %8, align 8
%122 = getelementptr inbounds double, ptr %121, i64 130
%123 = load double, ptr %122, align 8
%124 = load ptr, ptr %6, align 8
%125 = getelementptr inbounds double, ptr %124, i64 1
%126 = load double, ptr %125, align 8
%127 = fsub double %123, %126
%128 = load ptr, ptr %8, align 8
%129 = getelementptr inbounds double, ptr %128, i64 132
%130 = load double, ptr %129, align 8
%131 = fdiv double %127, %130
%132 = load ptr, ptr %7, align 8
%133 = getelementptr inbounds double, ptr %132, i64 1
store double %131, ptr %133, align 8
%134 = load ptr, ptr %8, align 8
%135 = getelementptr inbounds double, ptr %134, i64 130
%136 = load double, ptr %135, align 8
%137 = load ptr, ptr %8, align 8
%138 = getelementptr inbounds double, ptr %137, i64 131
store double %136, ptr %138, align 8
%139 = load ptr, ptr %6, align 8
%140 = getelementptr inbounds double, ptr %139, i64 14
%141 = load double, ptr %140, align 8
%142 = fadd double %141, 1.880000e+01
%143 = fmul double -6.219000e-01, %142
%144 = call double @exp(double noundef %143) #3
%145 = fmul double 3.186000e-08, %144
%146 = load ptr, ptr %6, align 8
%147 = getelementptr inbounds double, ptr %146, i64 14
%148 = load double, ptr %147, align 8
%149 = fadd double %148, 3.407000e+01
%150 = fmul double -6.683000e-01, %149
%151 = call double @exp(double noundef %150) #3
%152 = call double @llvm.fmuladd.f64(double 7.189000e-05, double %151, double 1.000000e+00)
%153 = fdiv double %145, %152
%154 = fadd double %153, 3.556000e-03
%155 = load ptr, ptr %8, align 8
%156 = getelementptr inbounds double, ptr %155, i64 133
store double %154, ptr %156, align 8
%157 = load ptr, ptr %8, align 8
%158 = getelementptr inbounds double, ptr %157, i64 131
%159 = load double, ptr %158, align 8
%160 = load ptr, ptr %6, align 8
%161 = getelementptr inbounds double, ptr %160, i64 2
%162 = load double, ptr %161, align 8
%163 = fsub double %159, %162
%164 = load ptr, ptr %8, align 8
%165 = getelementptr inbounds double, ptr %164, i64 133
%166 = load double, ptr %165, align 8
%167 = fdiv double %163, %166
%168 = load ptr, ptr %7, align 8
%169 = getelementptr inbounds double, ptr %168, i64 2
store double %167, ptr %169, align 8
%170 = load ptr, ptr %8, align 8
%171 = getelementptr inbounds double, ptr %170, i64 56
%172 = load double, ptr %171, align 8
%173 = fcmp oeq double %172, 0.000000e+00
br i1 %173, label %174, label %184
174: ; preds = %76
%175 = load ptr, ptr %6, align 8
%176 = getelementptr inbounds double, ptr %175, i64 14
%177 = load double, ptr %176, align 8
%178 = fadd double %177, 2.310000e+01
%179 = fneg double %178
%180 = fdiv double %179, 6.000000e+00
%181 = call double @exp(double noundef %180) #3
%182 = fadd double 1.000000e+00, %181
%183 = fdiv double 1.000000e+00, %182
br label %215
184: ; preds = %76
%185 = load ptr, ptr %8, align 8
%186 = getelementptr inbounds double, ptr %185, i64 56
%187 = load double, ptr %186, align 8
%188 = fcmp oeq double %187, 1.000000e+00
br i1 %188, label %189, label %203
189: ; preds = %184
%190 = load ptr, ptr %6, align 8
%191 = getelementptr inbounds double, ptr %190, i64 14
%192 = load double, ptr %191, align 8
%193 = fadd double %192, 2.230000e+01
%194 = load ptr, ptr %8, align 8
%195 = getelementptr inbounds double, ptr %194, i64 110
%196 = load double, ptr %195, align 8
%197 = call double @llvm.fmuladd.f64(double 8.000000e-01, double %196, double %193)
%198 = fneg double %197
%199 = fdiv double %198, 6.000000e+00
%200 = call double @exp(double noundef %199) #3
%201 = fadd double 1.000000e+00, %200
%202 = fdiv double 1.000000e+00, %201
br label %213
203: ; preds = %184
%204 = load ptr, ptr %6, align 8
%205 = getelementptr inbounds double, ptr %204, i64 14
%206 = load double, ptr %205, align 8
%207 = fadd double %206, 2.220000e+01
%208 = fneg double %207
%209 = fdiv double %208, 6.000000e+00
%210 = call double @exp(double noundef %209) #3
%211 = fadd double 1.000000e+00, %210
%212 = fdiv double 1.000000e+00, %211
br label %213
213: ; preds = %203, %189
%214 = phi double [ %202, %189 ], [ %212, %203 ]
br label %215
215: ; preds = %213, %174
%216 = phi double [ %183, %174 ], [ %214, %213 ]
%217 = load ptr, ptr %8, align 8
%218 = getelementptr inbounds double, ptr %217, i64 139
store double %216, ptr %218, align 8
%219 = load ptr, ptr %8, align 8
%220 = getelementptr inbounds double, ptr %219, i64 56
%221 = load double, ptr %220, align 8
%222 = fcmp oeq double %221, 0.000000e+00
br i1 %222, label %223, label %250
223: ; preds = %215
%224 = load ptr, ptr %6, align 8
%225 = getelementptr inbounds double, ptr %224, i64 14
%226 = load double, ptr %225, align 8
%227 = fadd double %226, 3.500000e+01
%228 = fmul double -2.838000e+01, %227
%229 = load ptr, ptr %6, align 8
%230 = getelementptr inbounds double, ptr %229, i64 14
%231 = load double, ptr %230, align 8
%232 = fadd double %231, 3.500000e+01
%233 = fneg double %232
%234 = fdiv double %233, 2.500000e+00
%235 = call double @exp(double noundef %234) #3
%236 = fsub double %235, 1.000000e+00
%237 = fdiv double %228, %236
%238 = load ptr, ptr %6, align 8
%239 = getelementptr inbounds double, ptr %238, i64 14
%240 = load double, ptr %239, align 8
%241 = fmul double 8.490000e+01, %240
%242 = load ptr, ptr %6, align 8
%243 = getelementptr inbounds double, ptr %242, i64 14
%244 = load double, ptr %243, align 8
%245 = fmul double -2.080000e-01, %244
%246 = call double @exp(double noundef %245) #3
%247 = fsub double %246, 1.000000e+00
%248 = fdiv double %241, %247
%249 = fsub double %237, %248
br label %311
250: ; preds = %215
%251 = load ptr, ptr %8, align 8
%252 = getelementptr inbounds double, ptr %251, i64 56
%253 = load double, ptr %252, align 8
%254 = fcmp oeq double %253, 1.000000e+00
br i1 %254, label %255, label %282
255: ; preds = %250
%256 = load ptr, ptr %6, align 8
%257 = getelementptr inbounds double, ptr %256, i64 14
%258 = load double, ptr %257, align 8
%259 = fadd double %258, 3.500000e+01
%260 = fmul double -2.839000e+01, %259
%261 = load ptr, ptr %6, align 8
%262 = getelementptr inbounds double, ptr %261, i64 14
%263 = load double, ptr %262, align 8
%264 = fadd double %263, 3.500000e+01
%265 = fneg double %264
%266 = fdiv double %265, 2.500000e+00
%267 = call double @exp(double noundef %266) #3
%268 = fsub double %267, 1.000000e+00
%269 = fdiv double %260, %268
%270 = load ptr, ptr %6, align 8
%271 = getelementptr inbounds double, ptr %270, i64 14
%272 = load double, ptr %271, align 8
%273 = fmul double 8.490000e+01, %272
%274 = load ptr, ptr %6, align 8
%275 = getelementptr inbounds double, ptr %274, i64 14
%276 = load double, ptr %275, align 8
%277 = fmul double -2.080000e-01, %276
%278 = call double @exp(double noundef %277) #3
%279 = fsub double %278, 1.000000e+00
%280 = fdiv double %273, %279
%281 = fsub double %269, %280
br label %309
282: ; preds = %250
%283 = load ptr, ptr %6, align 8
%284 = getelementptr inbounds double, ptr %283, i64 14
%285 = load double, ptr %284, align 8
%286 = fadd double %285, 3.500000e+01
%287 = fmul double -2.840000e+01, %286
%288 = load ptr, ptr %6, align 8
%289 = getelementptr inbounds double, ptr %288, i64 14
%290 = load double, ptr %289, align 8
%291 = fadd double %290, 3.500000e+01
%292 = fneg double %291
%293 = fdiv double %292, 2.500000e+00
%294 = call double @exp(double noundef %293) #3
%295 = fsub double %294, 1.000000e+00
%296 = fdiv double %287, %295
%297 = load ptr, ptr %6, align 8
%298 = getelementptr inbounds double, ptr %297, i64 14
%299 = load double, ptr %298, align 8
%300 = fmul double 8.490000e+01, %299
%301 = load ptr, ptr %6, align 8
%302 = getelementptr inbounds double, ptr %301, i64 14
%303 = load double, ptr %302, align 8
%304 = fmul double -2.080000e-01, %303
%305 = call double @exp(double noundef %304) #3
%306 = fsub double %305, 1.000000e+00
%307 = fdiv double %300, %306
%308 = fsub double %296, %307
br label %309
309: ; preds = %282, %255
%310 = phi double [ %281, %255 ], [ %308, %282 ]
br label %311
311: ; preds = %309, %223
%312 = phi double [ %249, %223 ], [ %310, %309 ]
%313 = load ptr, ptr %8, align 8
%314 = getelementptr inbounds double, ptr %313, i64 136
store double %312, ptr %314, align 8
%315 = load ptr, ptr %8, align 8
%316 = getelementptr inbounds double, ptr %315, i64 56
%317 = load double, ptr %316, align 8
%318 = fcmp oeq double %317, 1.000000e+00
br i1 %318, label %319, label %333
319: ; preds = %311
%320 = load ptr, ptr %6, align 8
%321 = getelementptr inbounds double, ptr %320, i64 14
%322 = load double, ptr %321, align 8
%323 = fsub double %322, 5.000000e+00
%324 = fmul double 1.143000e+01, %323
%325 = load ptr, ptr %6, align 8
%326 = getelementptr inbounds double, ptr %325, i64 14
%327 = load double, ptr %326, align 8
%328 = fsub double %327, 5.000000e+00
%329 = fmul double 4.000000e-01, %328
%330 = call double @exp(double noundef %329) #3
%331 = fsub double %330, 1.000000e+00
%332 = fdiv double %324, %331
br label %347
333: ; preds = %311
%334 = load ptr, ptr %6, align 8
%335 = getelementptr inbounds double, ptr %334, i64 14
%336 = load double, ptr %335, align 8
%337 = fsub double %336, 5.000000e+00
%338 = fmul double 1.142000e+01, %337
%339 = load ptr, ptr %6, align 8
%340 = getelementptr inbounds double, ptr %339, i64 14
%341 = load double, ptr %340, align 8
%342 = fsub double %341, 5.000000e+00
%343 = fmul double 4.000000e-01, %342
%344 = call double @exp(double noundef %343) #3
%345 = fsub double %344, 1.000000e+00
%346 = fdiv double %338, %345
br label %347
347: ; preds = %333, %319
%348 = phi double [ %332, %319 ], [ %346, %333 ]
%349 = load ptr, ptr %8, align 8
%350 = getelementptr inbounds double, ptr %349, i64 137
store double %348, ptr %350, align 8
%351 = load ptr, ptr %8, align 8
%352 = getelementptr inbounds double, ptr %351, i64 136
%353 = load double, ptr %352, align 8
%354 = load ptr, ptr %8, align 8
%355 = getelementptr inbounds double, ptr %354, i64 137
%356 = load double, ptr %355, align 8
%357 = fadd double %353, %356
%358 = fdiv double 2.000000e+00, %357
%359 = load ptr, ptr %8, align 8
%360 = getelementptr inbounds double, ptr %359, i64 138
store double %358, ptr %360, align 8
%361 = load ptr, ptr %8, align 8
%362 = getelementptr inbounds double, ptr %361, i64 139
%363 = load double, ptr %362, align 8
%364 = load ptr, ptr %6, align 8
%365 = getelementptr inbounds double, ptr %364, i64 3
%366 = load double, ptr %365, align 8
%367 = fsub double %363, %366
%368 = load ptr, ptr %8, align 8
%369 = getelementptr inbounds double, ptr %368, i64 138
%370 = load double, ptr %369, align 8
%371 = fdiv double %367, %370
%372 = load ptr, ptr %7, align 8
%373 = getelementptr inbounds double, ptr %372, i64 3
store double %371, ptr %373, align 8
%374 = load ptr, ptr %6, align 8
%375 = getelementptr inbounds double, ptr %374, i64 14
%376 = load double, ptr %375, align 8
%377 = fadd double %376, 4.500000e+01
%378 = fdiv double %377, 5.000000e+00
%379 = call double @exp(double noundef %378) #3
%380 = fadd double 1.000000e+00, %379
%381 = fdiv double 1.000000e+00, %380
%382 = load ptr, ptr %8, align 8
%383 = getelementptr inbounds double, ptr %382, i64 143
store double %381, ptr %383, align 8
%384 = load ptr, ptr %8, align 8
%385 = getelementptr inbounds double, ptr %384, i64 56
%386 = load double, ptr %385, align 8
%387 = fcmp oeq double %386, 1.000000e+00
br i1 %387, label %388, label %402
388: ; preds = %347
%389 = load ptr, ptr %6, align 8
%390 = getelementptr inbounds double, ptr %389, i64 14
%391 = load double, ptr %390, align 8
%392 = fadd double %391, 2.800000e+01
%393 = fmul double 3.750000e+00, %392
%394 = load ptr, ptr %6, align 8
%395 = getelementptr inbounds double, ptr %394, i64 14
%396 = load double, ptr %395, align 8
%397 = fadd double %396, 2.800000e+01
%398 = fdiv double %397, 4.000000e+00
%399 = call double @exp(double noundef %398) #3
%400 = fsub double %399, 1.000000e+00
%401 = fdiv double %393, %400
br label %416
402: ; preds = %347
%403 = load ptr, ptr %6, align 8
%404 = getelementptr inbounds double, ptr %403, i64 14
%405 = load double, ptr %404, align 8
%406 = fadd double %405, 2.800000e+01
%407 = fmul double 3.120000e+00, %406
%408 = load ptr, ptr %6, align 8
%409 = getelementptr inbounds double, ptr %408, i64 14
%410 = load double, ptr %409, align 8
%411 = fadd double %410, 2.800000e+01
%412 = fdiv double %411, 4.000000e+00
%413 = call double @exp(double noundef %412) #3
%414 = fsub double %413, 1.000000e+00
%415 = fdiv double %407, %414
br label %416
416: ; preds = %402, %388
%417 = phi double [ %401, %388 ], [ %415, %402 ]
%418 = load ptr, ptr %8, align 8
%419 = getelementptr inbounds double, ptr %418, i64 140
store double %417, ptr %419, align 8
%420 = load ptr, ptr %8, align 8
%421 = getelementptr inbounds double, ptr %420, i64 56
%422 = load double, ptr %421, align 8
%423 = fcmp oeq double %422, 1.000000e+00
br i1 %423, label %424, label %434
424: ; preds = %416
%425 = load ptr, ptr %6, align 8
%426 = getelementptr inbounds double, ptr %425, i64 14
%427 = load double, ptr %426, align 8
%428 = fadd double %427, 2.800000e+01
%429 = fneg double %428
%430 = fdiv double %429, 4.000000e+00
%431 = call double @exp(double noundef %430) #3
%432 = fadd double 1.000000e+00, %431
%433 = fdiv double 3.000000e+01, %432
br label %444
434: ; preds = %416
%435 = load ptr, ptr %6, align 8
%436 = getelementptr inbounds double, ptr %435, i64 14
%437 = load double, ptr %436, align 8
%438 = fadd double %437, 2.800000e+01
%439 = fneg double %438
%440 = fdiv double %439, 4.000000e+00
%441 = call double @exp(double noundef %440) #3
%442 = fadd double 1.000000e+00, %441
%443 = fdiv double 2.500000e+01, %442
br label %444
444: ; preds = %434, %424
%445 = phi double [ %433, %424 ], [ %443, %434 ]
%446 = load ptr, ptr %8, align 8
%447 = getelementptr inbounds double, ptr %446, i64 141
store double %445, ptr %447, align 8
%448 = load ptr, ptr %8, align 8
%449 = getelementptr inbounds double, ptr %448, i64 56
%450 = load double, ptr %449, align 8
%451 = fcmp oeq double %450, 1.000000e+00
br i1 %451, label %452, label %465
452: ; preds = %444
%453 = load ptr, ptr %8, align 8
%454 = getelementptr inbounds double, ptr %453, i64 110
%455 = load double, ptr %454, align 8
%456 = call double @llvm.fmuladd.f64(double -2.000000e-01, double %455, double 1.200000e+00)
%457 = load ptr, ptr %8, align 8
%458 = getelementptr inbounds double, ptr %457, i64 140
%459 = load double, ptr %458, align 8
%460 = load ptr, ptr %8, align 8
%461 = getelementptr inbounds double, ptr %460, i64 141
%462 = load double, ptr %461, align 8
%463 = fadd double %459, %462
%464 = fdiv double %456, %463
br label %474
465: ; preds = %444
%466 = load ptr, ptr %8, align 8
%467 = getelementptr inbounds double, ptr %466, i64 140
%468 = load double, ptr %467, align 8
%469 = load ptr, ptr %8, align 8
%470 = getelementptr inbounds double, ptr %469, i64 141
%471 = load double, ptr %470, align 8
%472 = fadd double %468, %471
%473 = fdiv double 1.000000e+00, %472
br label %474
474: ; preds = %465, %452
%475 = phi double [ %464, %452 ], [ %473, %465 ]
%476 = load ptr, ptr %8, align 8
%477 = getelementptr inbounds double, ptr %476, i64 142
store double %475, ptr %477, align 8
%478 = load ptr, ptr %8, align 8
%479 = getelementptr inbounds double, ptr %478, i64 143
%480 = load double, ptr %479, align 8
%481 = load ptr, ptr %6, align 8
%482 = getelementptr inbounds double, ptr %481, i64 4
%483 = load double, ptr %482, align 8
%484 = fsub double %480, %483
%485 = load ptr, ptr %8, align 8
%486 = getelementptr inbounds double, ptr %485, i64 142
%487 = load double, ptr %486, align 8
%488 = fdiv double %484, %487
%489 = load ptr, ptr %7, align 8
%490 = getelementptr inbounds double, ptr %489, i64 4
store double %488, ptr %490, align 8
%491 = load ptr, ptr %6, align 8
%492 = getelementptr inbounds double, ptr %491, i64 14
%493 = load double, ptr %492, align 8
%494 = fadd double %493, 3.700000e+01
%495 = fneg double %494
%496 = fdiv double %495, 6.800000e+00
%497 = call double @exp(double noundef %496) #3
%498 = fadd double 1.000000e+00, %497
%499 = fdiv double 1.000000e+00, %498
%500 = load ptr, ptr %8, align 8
%501 = getelementptr inbounds double, ptr %500, i64 149
store double %499, ptr %501, align 8
%502 = load ptr, ptr %6, align 8
%503 = getelementptr inbounds double, ptr %502, i64 14
%504 = load double, ptr %503, align 8
%505 = fadd double %504, 2.630000e+01
%506 = fdiv double %505, 3.000000e+01
%507 = call double @exp(double noundef %506) #3
%508 = fmul double 1.068000e+03, %507
%509 = load ptr, ptr %8, align 8
%510 = getelementptr inbounds double, ptr %509, i64 146
store double %508, ptr %510, align 8
%511 = load ptr, ptr %6, align 8
%512 = getelementptr inbounds double, ptr %511, i64 14
%513 = load double, ptr %512, align 8
%514 = fadd double %513, 2.630000e+01
%515 = fneg double %514
%516 = fdiv double %515, 3.000000e+01
%517 = call double @exp(double noundef %516) #3
%518 = fmul double 1.068000e+03, %517
%519 = load ptr, ptr %8, align 8
%520 = getelementptr inbounds double, ptr %519, i64 147
store double %518, ptr %520, align 8
%521 = load ptr, ptr %8, align 8
%522 = getelementptr inbounds double, ptr %521, i64 146
%523 = load double, ptr %522, align 8
%524 = load ptr, ptr %8, align 8
%525 = getelementptr inbounds double, ptr %524, i64 147
%526 = load double, ptr %525, align 8
%527 = fadd double %523, %526
%528 = fdiv double 1.000000e+00, %527
%529 = load ptr, ptr %8, align 8
%530 = getelementptr inbounds double, ptr %529, i64 148
store double %528, ptr %530, align 8
%531 = load ptr, ptr %8, align 8
%532 = getelementptr inbounds double, ptr %531, i64 149
%533 = load double, ptr %532, align 8
%534 = load ptr, ptr %6, align 8
%535 = getelementptr inbounds double, ptr %534, i64 5
%536 = load double, ptr %535, align 8
%537 = fsub double %533, %536
%538 = load ptr, ptr %8, align 8
%539 = getelementptr inbounds double, ptr %538, i64 148
%540 = load double, ptr %539, align 8
%541 = fdiv double %537, %540
%542 = load ptr, ptr %7, align 8
%543 = getelementptr inbounds double, ptr %542, i64 5
store double %541, ptr %543, align 8
%544 = load ptr, ptr %6, align 8
%545 = getelementptr inbounds double, ptr %544, i64 14
%546 = load double, ptr %545, align 8
%547 = fadd double %546, 7.100000e+01
%548 = fdiv double %547, 9.000000e+00
%549 = call double @exp(double noundef %548) #3
%550 = fadd double 1.000000e+00, %549
%551 = fdiv double 1.000000e+00, %550
%552 = load ptr, ptr %8, align 8
%553 = getelementptr inbounds double, ptr %552, i64 153
store double %551, ptr %553, align 8
%554 = load ptr, ptr %8, align 8
%555 = getelementptr inbounds double, ptr %554, i64 56
%556 = load double, ptr %555, align 8
%557 = fcmp oeq double %556, 1.000000e+00
br i1 %557, label %558, label %571
558: ; preds = %474
%559 = load ptr, ptr %6, align 8
%560 = getelementptr inbounds double, ptr %559, i64 14
%561 = load double, ptr %560, align 8
%562 = fadd double %561, 7.100000e+01
%563 = load ptr, ptr %8, align 8
%564 = getelementptr inbounds double, ptr %563, i64 110
%565 = load double, ptr %564, align 8
%566 = call double @llvm.fmuladd.f64(double 0x3FE6666666666666, double %565, double %562)
%567 = fneg double %566
%568 = fdiv double %567, 0x4054D33333333333
%569 = call double @exp(double noundef %568) #3
%570 = fmul double 1.530000e+01, %569
br label %580
571: ; preds = %474
%572 = load ptr, ptr %6, align 8
%573 = getelementptr inbounds double, ptr %572, i64 14
%574 = load double, ptr %573, align 8
%575 = fadd double %574, 7.170000e+01
%576 = fneg double %575
%577 = fdiv double %576, 0x4054D33333333333
%578 = call double @exp(double noundef %577) #3
%579 = fmul double 1.530000e+01, %578
br label %580
580: ; preds = %571, %558
%581 = phi double [ %570, %558 ], [ %579, %571 ]
%582 = load ptr, ptr %8, align 8
%583 = getelementptr inbounds double, ptr %582, i64 150
store double %581, ptr %583, align 8
%584 = load ptr, ptr %8, align 8
%585 = getelementptr inbounds double, ptr %584, i64 56
%586 = load double, ptr %585, align 8
%587 = fcmp oeq double %586, 1.000000e+00
br i1 %587, label %588, label %596
588: ; preds = %580
%589 = load ptr, ptr %6, align 8
%590 = getelementptr inbounds double, ptr %589, i64 14
%591 = load double, ptr %590, align 8
%592 = fadd double %591, 7.100000e+01
%593 = fdiv double %592, 1.538000e+01
%594 = call double @exp(double noundef %593) #3
%595 = fmul double 1.500000e+01, %594
br label %604
596: ; preds = %580
%597 = load ptr, ptr %6, align 8
%598 = getelementptr inbounds double, ptr %597, i64 14
%599 = load double, ptr %598, align 8
%600 = fadd double %599, 7.170000e+01
%601 = fdiv double %600, 1.538000e+01
%602 = call double @exp(double noundef %601) #3
%603 = fmul double 1.500000e+01, %602
br label %604
604: ; preds = %596, %588
%605 = phi double [ %595, %588 ], [ %603, %596 ]
%606 = load ptr, ptr %8, align 8
%607 = getelementptr inbounds double, ptr %606, i64 151
store double %605, ptr %607, align 8
%608 = load ptr, ptr %8, align 8
%609 = getelementptr inbounds double, ptr %608, i64 150
%610 = load double, ptr %609, align 8
%611 = load ptr, ptr %8, align 8
%612 = getelementptr inbounds double, ptr %611, i64 151
%613 = load double, ptr %612, align 8
%614 = fadd double %610, %613
%615 = fdiv double 1.000000e+00, %614
%616 = load ptr, ptr %8, align 8
%617 = getelementptr inbounds double, ptr %616, i64 152
store double %615, ptr %617, align 8
%618 = load ptr, ptr %8, align 8
%619 = getelementptr inbounds double, ptr %618, i64 153
%620 = load double, ptr %619, align 8
%621 = load ptr, ptr %6, align 8
%622 = getelementptr inbounds double, ptr %621, i64 6
%623 = load double, ptr %622, align 8
%624 = fsub double %620, %623
%625 = load ptr, ptr %8, align 8
%626 = getelementptr inbounds double, ptr %625, i64 152
%627 = load double, ptr %626, align 8
%628 = fdiv double %624, %627
%629 = load ptr, ptr %7, align 8
%630 = getelementptr inbounds double, ptr %629, i64 6
store double %628, ptr %630, align 8
%631 = load ptr, ptr %6, align 8
%632 = getelementptr inbounds double, ptr %631, i64 14
%633 = load double, ptr %632, align 8
%634 = fadd double %633, 0x404DAF5C28F5C28F
%635 = fdiv double %634, 1.310000e+01
%636 = call double @exp(double noundef %635) #3
%637 = fadd double 1.000000e+00, %636
%638 = fdiv double 1.000000e+00, %637
%639 = load ptr, ptr %8, align 8
%640 = getelementptr inbounds double, ptr %639, i64 158
store double %638, ptr %640, align 8
%641 = load ptr, ptr %8, align 8
%642 = getelementptr inbounds double, ptr %641, i64 56
%643 = load double, ptr %642, align 8
%644 = fcmp oeq double %643, 0.000000e+00
br i1 %644, label %645, label %662
645: ; preds = %604
%646 = load ptr, ptr %6, align 8
%647 = getelementptr inbounds double, ptr %646, i64 14
%648 = load double, ptr %647, align 8
%649 = fadd double %648, 4.900000e+01
%650 = fmul double -8.000000e-02, %649
%651 = call double @exp(double noundef %650) #3
%652 = fmul double 5.700000e-01, %651
%653 = fdiv double 6.517000e-02, %652
%654 = fadd double 1.010000e-02, %653
%655 = load ptr, ptr %6, align 8
%656 = getelementptr inbounds double, ptr %655, i64 14
%657 = load double, ptr %656, align 8
%658 = fadd double %657, 5.093000e+01
%659 = fmul double 1.000000e-01, %658
%660 = call double @exp(double noundef %659) #3
%661 = call double @llvm.fmuladd.f64(double 2.400000e-05, double %660, double %654)
br label %717
662: ; preds = %604
%663 = load ptr, ptr %8, align 8
%664 = getelementptr inbounds double, ptr %663, i64 56
%665 = load double, ptr %664, align 8
%666 = fcmp oeq double %665, 1.000000e+00
br i1 %666, label %667, label %698
667: ; preds = %662
%668 = load ptr, ptr %6, align 8
%669 = getelementptr inbounds double, ptr %668, i64 14
%670 = load double, ptr %669, align 8
%671 = fadd double %670, 3.900000e+01
%672 = load ptr, ptr %8, align 8
%673 = getelementptr inbounds double, ptr %672, i64 110
%674 = load double, ptr %673, align 8
%675 = call double @llvm.fmuladd.f64(double 1.000000e+01, double %674, double %671)
%676 = fmul double -8.161000e-02, %675
%677 = call double @exp(double noundef %676) #3
%678 = load ptr, ptr %8, align 8
%679 = getelementptr inbounds double, ptr %678, i64 110
%680 = load double, ptr %679, align 8
%681 = call double @llvm.fmuladd.f64(double -1.719000e-01, double %680, double 2.719000e-01)
%682 = fmul double %681, 1.000000e+00
%683 = load ptr, ptr %6, align 8
%684 = getelementptr inbounds double, ptr %683, i64 14
%685 = load double, ptr %684, align 8
%686 = fadd double %685, 4.093000e+01
%687 = load ptr, ptr %8, align 8
%688 = getelementptr inbounds double, ptr %687, i64 110
%689 = load double, ptr %688, align 8
%690 = call double @llvm.fmuladd.f64(double 1.000000e+01, double %689, double %686)
%691 = fmul double %682, %690
%692 = call double @exp(double noundef %691) #3
%693 = fmul double 7.174000e-01, %692
%694 = call double @llvm.fmuladd.f64(double 5.686000e-01, double %677, double %693)
%695 = fdiv double 1.955000e+02, %694
%696 = fadd double 3.031000e+01, %695
%697 = fmul double 0x3F35D867C3ECE2A5, %696
br label %715
698: ; preds = %662
%699 = load ptr, ptr %6, align 8
%700 = getelementptr inbounds double, ptr %699, i64 14
%701 = load double, ptr %700, align 8
%702 = fadd double %701, 3.900000e+01
%703 = fmul double -8.161000e-02, %702
%704 = call double @exp(double noundef %703) #3
%705 = load ptr, ptr %6, align 8
%706 = getelementptr inbounds double, ptr %705, i64 14
%707 = load double, ptr %706, align 8
%708 = fadd double %707, 4.093000e+01
%709 = fmul double 2.719000e-01, %708
%710 = call double @exp(double noundef %709) #3
%711 = fmul double 7.174000e-01, %710
%712 = call double @llvm.fmuladd.f64(double 5.686000e-01, double %704, double %711)
%713 = fdiv double 6.517000e-02, %712
%714 = fadd double 1.010000e-02, %713
br label %715
715: ; preds = %698, %667
%716 = phi double [ %697, %667 ], [ %714, %698 ]
br label %717
717: ; preds = %715, %645
%718 = phi double [ %661, %645 ], [ %716, %715 ]
%719 = load ptr, ptr %8, align 8
%720 = getelementptr inbounds double, ptr %719, i64 159
store double %718, ptr %720, align 8
%721 = load ptr, ptr %8, align 8
%722 = getelementptr inbounds double, ptr %721, i64 158
%723 = load double, ptr %722, align 8
%724 = load ptr, ptr %6, align 8
%725 = getelementptr inbounds double, ptr %724, i64 7
%726 = load double, ptr %725, align 8
%727 = fsub double %723, %726
%728 = load ptr, ptr %8, align 8
%729 = getelementptr inbounds double, ptr %728, i64 159
%730 = load double, ptr %729, align 8
%731 = fdiv double %727, %730
%732 = load ptr, ptr %7, align 8
%733 = getelementptr inbounds double, ptr %732, i64 7
store double %731, ptr %733, align 8
%734 = load ptr, ptr %6, align 8
%735 = getelementptr inbounds double, ptr %734, i64 14
%736 = load double, ptr %735, align 8
%737 = fsub double %736, 1.093000e+01
%738 = fneg double %737
%739 = fdiv double %738, 1.970000e+01
%740 = call double @exp(double noundef %739) #3
%741 = fadd double 1.000000e+00, %740
%742 = fdiv double 1.000000e+00, %741
%743 = load ptr, ptr %8, align 8
%744 = getelementptr inbounds double, ptr %743, i64 160
store double %742, ptr %744, align 8
%745 = load ptr, ptr %8, align 8
%746 = getelementptr inbounds double, ptr %745, i64 56
%747 = load double, ptr %746, align 8
%748 = fcmp oeq double %747, 0.000000e+00
br i1 %748, label %749, label %767
749: ; preds = %717
%750 = load ptr, ptr %6, align 8
%751 = getelementptr inbounds double, ptr %750, i64 14
%752 = load double, ptr %751, align 8
%753 = fadd double %752, 3.061000e+01
%754 = fmul double 0x3FB70A3D70A3D70A, %753
%755 = call double @exp(double noundef %754) #3
%756 = load ptr, ptr %6, align 8
%757 = getelementptr inbounds double, ptr %756, i64 14
%758 = load double, ptr %757, align 8
%759 = fadd double %758, 2.384000e+01
%760 = fmul double -1.200000e-01, %759
%761 = call double @exp(double noundef %760) #3
%762 = fmul double 3.690000e-01, %761
%763 = call double @llvm.fmuladd.f64(double 1.037000e+00, double %755, double %762)
%764 = fdiv double 1.559000e+01, %763
%765 = fadd double 2.980000e+00, %764
%766 = fmul double 1.000000e-03, %765
br label %810
767: ; preds = %717
%768 = load ptr, ptr %8, align 8
%769 = getelementptr inbounds double, ptr %768, i64 56
%770 = load double, ptr %769, align 8
%771 = fcmp oeq double %770, 1.000000e+00
br i1 %771, label %772, label %790
772: ; preds = %767
%773 = load ptr, ptr %6, align 8
%774 = getelementptr inbounds double, ptr %773, i64 14
%775 = load double, ptr %774, align 8
%776 = fadd double %775, 3.061000e+01
%777 = fmul double 9.012000e-02, %776
%778 = call double @exp(double noundef %777) #3
%779 = load ptr, ptr %6, align 8
%780 = getelementptr inbounds double, ptr %779, i64 14
%781 = load double, ptr %780, align 8
%782 = fadd double %781, 2.384000e+01
%783 = fmul double -1.190000e-01, %782
%784 = call double @exp(double noundef %783) #3
%785 = fmul double 3.690000e-01, %784
%786 = call double @llvm.fmuladd.f64(double 1.037000e+00, double %778, double %785)
%787 = fdiv double 7.838000e+00, %786
%788 = fadd double 1.191000e+00, %787
%789 = fmul double 2.500000e-03, %788
br label %808
790: ; preds = %767
%791 = load ptr, ptr %6, align 8
%792 = getelementptr inbounds double, ptr %791, i64 14
%793 = load double, ptr %792, align 8
%794 = fadd double %793, 3.061000e+01
%795 = fmul double 9.012000e-02, %794
%796 = call double @exp(double noundef %795) #3
%797 = load ptr, ptr %6, align 8
%798 = getelementptr inbounds double, ptr %797, i64 14
%799 = load double, ptr %798, align 8
%800 = fadd double %799, 2.384000e+01
%801 = fmul double -1.190000e-01, %800
%802 = call double @exp(double noundef %801) #3
%803 = fmul double 3.690000e-01, %802
%804 = call double @llvm.fmuladd.f64(double 1.037000e+00, double %796, double %803)
%805 = fdiv double 1.959000e+01, %804
%806 = fadd double 2.980000e+00, %805
%807 = fmul double 1.000000e-03, %806
br label %808
808: ; preds = %790, %772
%809 = phi double [ %789, %772 ], [ %807, %790 ]
br label %810
810: ; preds = %808, %749
%811 = phi double [ %766, %749 ], [ %809, %808 ]
%812 = load ptr, ptr %8, align 8
%813 = getelementptr inbounds double, ptr %812, i64 161
store double %811, ptr %813, align 8
%814 = load ptr, ptr %8, align 8
%815 = getelementptr inbounds double, ptr %814, i64 160
%816 = load double, ptr %815, align 8
%817 = load ptr, ptr %6, align 8
%818 = getelementptr inbounds double, ptr %817, i64 8
%819 = load double, ptr %818, align 8
%820 = fsub double %816, %819
%821 = load ptr, ptr %8, align 8
%822 = getelementptr inbounds double, ptr %821, i64 161
%823 = load double, ptr %822, align 8
%824 = fdiv double %820, %823
%825 = load ptr, ptr %7, align 8
%826 = getelementptr inbounds double, ptr %825, i64 8
store double %824, ptr %826, align 8
%827 = load ptr, ptr %8, align 8
%828 = getelementptr inbounds double, ptr %827, i64 56
%829 = load double, ptr %828, align 8
%830 = fcmp une double %829, 2.000000e+00
br i1 %830, label %831, label %841
831: ; preds = %810
%832 = load ptr, ptr %6, align 8
%833 = getelementptr inbounds double, ptr %832, i64 14
%834 = load double, ptr %833, align 8
%835 = fadd double %834, 1.420000e+01
%836 = fneg double %835
%837 = fdiv double %836, 1.060000e+01
%838 = call double @exp(double noundef %837) #3
%839 = fadd double 1.000000e+00, %838
%840 = fdiv double 1.000000e+00, %839
br label %851
841: ; preds = %810
%842 = load ptr, ptr %6, align 8
%843 = getelementptr inbounds double, ptr %842, i64 14
%844 = load double, ptr %843, align 8
%845 = fadd double %844, 1.320000e+01
%846 = fneg double %845
%847 = fdiv double %846, 1.060000e+01
%848 = call double @exp(double noundef %847) #3
%849 = fadd double 1.000000e+00, %848
%850 = fdiv double 1.000000e+00, %849
br label %851
851: ; preds = %841, %831
%852 = phi double [ %840, %831 ], [ %850, %841 ]
%853 = load ptr, ptr %8, align 8
%854 = getelementptr inbounds double, ptr %853, i64 164
store double %852, ptr %854, align 8
%855 = load ptr, ptr %8, align 8
%856 = getelementptr inbounds double, ptr %855, i64 56
%857 = load double, ptr %856, align 8
%858 = fcmp une double %857, 2.000000e+00
br i1 %858, label %859, label %876
859: ; preds = %851
%860 = load ptr, ptr %6, align 8
%861 = getelementptr inbounds double, ptr %860, i64 14
%862 = load double, ptr %861, align 8
%863 = fsub double %862, 9.000000e+00
%864 = fdiv double %863, 1.590000e+01
%865 = call double @exp(double noundef %864) #3
%866 = load ptr, ptr %6, align 8
%867 = getelementptr inbounds double, ptr %866, i64 14
%868 = load double, ptr %867, align 8
%869 = fsub double %868, 9.000000e+00
%870 = fneg double %869
%871 = fdiv double %870, 2.250000e+01
%872 = call double @exp(double noundef %871) #3
%873 = fmul double 0x3FEEB851EB851EB8, %872
%874 = call double @llvm.fmuladd.f64(double 3.720000e+01, double %865, double %873)
%875 = fdiv double 1.000000e+00, %874
br label %893
876: ; preds = %851
%877 = load ptr, ptr %6, align 8
%878 = getelementptr inbounds double, ptr %877, i64 14
%879 = load double, ptr %878, align 8
%880 = fsub double %879, 1.000000e+01
%881 = fdiv double %880, 1.590000e+01
%882 = call double @exp(double noundef %881) #3
%883 = load ptr, ptr %6, align 8
%884 = getelementptr inbounds double, ptr %883, i64 14
%885 = load double, ptr %884, align 8
%886 = fsub double %885, 1.000000e+01
%887 = fneg double %886
%888 = fdiv double %887, 2.250000e+01
%889 = call double @exp(double noundef %888) #3
%890 = fmul double 0x3FEEB851EB851EB8, %889
%891 = call double @llvm.fmuladd.f64(double 3.720000e+01, double %882, double %890)
%892 = fdiv double 1.000000e+00, %891
br label %893
893: ; preds = %876, %859
%894 = phi double [ %875, %859 ], [ %892, %876 ]
%895 = load ptr, ptr %8, align 8
%896 = getelementptr inbounds double, ptr %895, i64 165
store double %894, ptr %896, align 8
%897 = load ptr, ptr %8, align 8
%898 = getelementptr inbounds double, ptr %897, i64 164
%899 = load double, ptr %898, align 8
%900 = load ptr, ptr %6, align 8
%901 = getelementptr inbounds double, ptr %900, i64 9
%902 = load double, ptr %901, align 8
%903 = fsub double %899, %902
%904 = load ptr, ptr %8, align 8
%905 = getelementptr inbounds double, ptr %904, i64 165
%906 = load double, ptr %905, align 8
%907 = fdiv double %903, %906
%908 = load ptr, ptr %7, align 8
%909 = getelementptr inbounds double, ptr %908, i64 9
store double %907, ptr %909, align 8
%910 = load ptr, ptr %8, align 8
%911 = getelementptr inbounds double, ptr %910, i64 164
%912 = load double, ptr %911, align 8
%913 = load ptr, ptr %8, align 8
%914 = getelementptr inbounds double, ptr %913, i64 166
store double %912, ptr %914, align 8
%915 = load ptr, ptr %8, align 8
%916 = getelementptr inbounds double, ptr %915, i64 56
%917 = load double, ptr %916, align 8
%918 = fcmp une double %917, 2.000000e+00
br i1 %918, label %919, label %936
919: ; preds = %893
%920 = load ptr, ptr %6, align 8
%921 = getelementptr inbounds double, ptr %920, i64 14
%922 = load double, ptr %921, align 8
%923 = fsub double %922, 9.000000e+00
%924 = fdiv double %923, 1.700000e+01
%925 = call double @exp(double noundef %924) #3
%926 = load ptr, ptr %6, align 8
%927 = getelementptr inbounds double, ptr %926, i64 14
%928 = load double, ptr %927, align 8
%929 = fsub double %928, 9.000000e+00
%930 = fneg double %929
%931 = fdiv double %930, 2.160000e+01
%932 = call double @exp(double noundef %931) #3
%933 = fmul double 1.500000e-01, %932
%934 = call double @llvm.fmuladd.f64(double 4.200000e+00, double %925, double %933)
%935 = fdiv double 1.000000e+00, %934
br label %953
936: ; preds = %893
%937 = load ptr, ptr %6, align 8
%938 = getelementptr inbounds double, ptr %937, i64 14
%939 = load double, ptr %938, align 8
%940 = fsub double %939, 1.000000e+01
%941 = fdiv double %940, 1.700000e+01
%942 = call double @exp(double noundef %941) #3
%943 = load ptr, ptr %6, align 8
%944 = getelementptr inbounds double, ptr %943, i64 14
%945 = load double, ptr %944, align 8
%946 = fsub double %945, 1.000000e+01
%947 = fneg double %946
%948 = fdiv double %947, 2.160000e+01
%949 = call double @exp(double noundef %948) #3
%950 = fmul double 1.500000e-01, %949
%951 = call double @llvm.fmuladd.f64(double 4.200000e+00, double %942, double %950)
%952 = fdiv double 1.000000e+00, %951
br label %953
953: ; preds = %936, %919
%954 = phi double [ %935, %919 ], [ %952, %936 ]
%955 = load ptr, ptr %8, align 8
%956 = getelementptr inbounds double, ptr %955, i64 167
store double %954, ptr %956, align 8
%957 = load ptr, ptr %8, align 8
%958 = getelementptr inbounds double, ptr %957, i64 166
%959 = load double, ptr %958, align 8
%960 = load ptr, ptr %6, align 8
%961 = getelementptr inbounds double, ptr %960, i64 10
%962 = load double, ptr %961, align 8
%963 = fsub double %959, %962
%964 = load ptr, ptr %8, align 8
%965 = getelementptr inbounds double, ptr %964, i64 167
%966 = load double, ptr %965, align 8
%967 = fdiv double %963, %966
%968 = load ptr, ptr %7, align 8
%969 = getelementptr inbounds double, ptr %968, i64 10
store double %967, ptr %969, align 8
%970 = load ptr, ptr %6, align 8
%971 = getelementptr inbounds double, ptr %970, i64 14
%972 = load double, ptr %971, align 8
%973 = fadd double %972, 1.860000e+01
%974 = fdiv double %973, 1.010000e+01
%975 = call double @exp(double noundef %974) #3
%976 = fadd double 1.000000e+00, %975
%977 = fdiv double 1.000000e+00, %976
%978 = load ptr, ptr %8, align 8
%979 = getelementptr inbounds double, ptr %978, i64 169
store double %977, ptr %979, align 8
%980 = load ptr, ptr %8, align 8
%981 = getelementptr inbounds double, ptr %980, i64 169
%982 = load double, ptr %981, align 8
%983 = load ptr, ptr %6, align 8
%984 = getelementptr inbounds double, ptr %983, i64 11
%985 = load double, ptr %984, align 8
%986 = fsub double %982, %985
%987 = load ptr, ptr %8, align 8
%988 = getelementptr inbounds double, ptr %987, i64 168
%989 = load double, ptr %988, align 8
%990 = fdiv double %986, %989
%991 = load ptr, ptr %7, align 8
%992 = getelementptr inbounds double, ptr %991, i64 11
store double %990, ptr %992, align 8
%993 = load ptr, ptr %6, align 8
%994 = getelementptr inbounds double, ptr %993, i64 14
%995 = load double, ptr %994, align 8
%996 = fsub double %995, 4.000000e+01
%997 = fneg double %996
%998 = fdiv double %997, 9.000000e+00
%999 = call double @exp(double noundef %998) #3
%1000 = fadd double 1.000000e+00, %999
%1001 = fdiv double 1.400000e+01, %1000
%1002 = load ptr, ptr %8, align 8
%1003 = getelementptr inbounds double, ptr %1002, i64 172
store double %1001, ptr %1003, align 8
%1004 = load ptr, ptr %6, align 8
%1005 = getelementptr inbounds double, ptr %1004, i64 14
%1006 = load double, ptr %1005, align 8
%1007 = fneg double %1006
%1008 = fdiv double %1007, 4.500000e+01
%1009 = call double @exp(double noundef %1008) #3
%1010 = fmul double 1.000000e+00, %1009
%1011 = load ptr, ptr %8, align 8
%1012 = getelementptr inbounds double, ptr %1011, i64 173
store double %1010, ptr %1012, align 8
%1013 = load ptr, ptr %8, align 8
%1014 = getelementptr inbounds double, ptr %1013, i64 172
%1015 = load double, ptr %1014, align 8
%1016 = load ptr, ptr %6, align 8
%1017 = getelementptr inbounds double, ptr %1016, i64 12
%1018 = load double, ptr %1017, align 8
%1019 = fsub double 1.000000e+00, %1018
%1020 = load ptr, ptr %8, align 8
%1021 = getelementptr inbounds double, ptr %1020, i64 173
%1022 = load double, ptr %1021, align 8
%1023 = load ptr, ptr %6, align 8
%1024 = getelementptr inbounds double, ptr %1023, i64 12
%1025 = load double, ptr %1024, align 8
%1026 = fmul double %1022, %1025
%1027 = fneg double %1026
%1028 = call double @llvm.fmuladd.f64(double %1015, double %1019, double %1027)
%1029 = load ptr, ptr %7, align 8
%1030 = getelementptr inbounds double, ptr %1029, i64 12
store double %1028, ptr %1030, align 8
%1031 = load ptr, ptr %8, align 8
%1032 = getelementptr inbounds double, ptr %1031, i64 56
%1033 = load double, ptr %1032, align 8
%1034 = fcmp oeq double %1033, 0.000000e+00
br i1 %1034, label %1035, label %1044
1035: ; preds = %953
%1036 = load ptr, ptr %6, align 8
%1037 = getelementptr inbounds double, ptr %1036, i64 14
%1038 = load double, ptr %1037, align 8
%1039 = fadd double %1038, 7.891000e+01
%1040 = fneg double %1039
%1041 = fdiv double %1040, 2.662000e+01
%1042 = call double @exp(double noundef %1041) #3
%1043 = fmul double 1.000000e+00, %1042
br label %1053
1044: ; preds = %953
%1045 = load ptr, ptr %6, align 8
%1046 = getelementptr inbounds double, ptr %1045, i64 14
%1047 = load double, ptr %1046, align 8
%1048 = fadd double %1047, 7.891000e+01
%1049 = fneg double %1048
%1050 = fdiv double %1049, 2.663000e+01
%1051 = call double @exp(double noundef %1050) #3
%1052 = fmul double 1.000000e+00, %1051
br label %1053
1053: ; preds = %1044, %1035
%1054 = phi double [ %1043, %1035 ], [ %1052, %1044 ]
%1055 = load ptr, ptr %8, align 8
%1056 = getelementptr inbounds double, ptr %1055, i64 178
store double %1054, ptr %1056, align 8
%1057 = load ptr, ptr %6, align 8
%1058 = getelementptr inbounds double, ptr %1057, i64 14
%1059 = load double, ptr %1058, align 8
%1060 = fadd double %1059, 0x4052C851EB851EB8
%1061 = fdiv double %1060, 2.125000e+01
%1062 = call double @exp(double noundef %1061) #3
%1063 = fmul double 1.000000e+00, %1062
%1064 = load ptr, ptr %8, align 8
%1065 = getelementptr inbounds double, ptr %1064, i64 179
store double %1063, ptr %1065, align 8
%1066 = load ptr, ptr %8, align 8
%1067 = getelementptr inbounds double, ptr %1066, i64 178
%1068 = load double, ptr %1067, align 8
%1069 = load ptr, ptr %6, align 8
%1070 = getelementptr inbounds double, ptr %1069, i64 13
%1071 = load double, ptr %1070, align 8
%1072 = fsub double 1.000000e+00, %1071
%1073 = load ptr, ptr %8, align 8
%1074 = getelementptr inbounds double, ptr %1073, i64 179
%1075 = load double, ptr %1074, align 8
%1076 = load ptr, ptr %6, align 8
%1077 = getelementptr inbounds double, ptr %1076, i64 13
%1078 = load double, ptr %1077, align 8
%1079 = fmul double %1075, %1078
%1080 = fneg double %1079
%1081 = call double @llvm.fmuladd.f64(double %1068, double %1072, double %1080)
%1082 = load ptr, ptr %7, align 8
%1083 = getelementptr inbounds double, ptr %1082, i64 13
store double %1081, ptr %1083, align 8
%1084 = load ptr, ptr %8, align 8
%1085 = getelementptr inbounds double, ptr %1084, i64 117
%1086 = load double, ptr %1085, align 8
%1087 = load ptr, ptr %8, align 8
%1088 = getelementptr inbounds double, ptr %1087, i64 48
%1089 = load double, ptr %1088, align 8
%1090 = load ptr, ptr %8, align 8
%1091 = getelementptr inbounds double, ptr %1090, i64 103
%1092 = load double, ptr %1091, align 8
%1093 = load ptr, ptr %8, align 8
%1094 = getelementptr inbounds double, ptr %1093, i64 48
%1095 = load double, ptr %1094, align 8
%1096 = fadd double %1092, %1095
%1097 = fdiv double %1089, %1096
%1098 = call double @pow(double noundef %1097, double noundef 3.000000e+00) #3
%1099 = fmul double %1086, %1098
%1100 = load ptr, ptr %8, align 8
%1101 = getelementptr inbounds double, ptr %1100, i64 47
%1102 = load double, ptr %1101, align 8
%1103 = load ptr, ptr %8, align 8
%1104 = getelementptr inbounds double, ptr %1103, i64 102
%1105 = load double, ptr %1104, align 8
%1106 = load ptr, ptr %8, align 8
%1107 = getelementptr inbounds double, ptr %1106, i64 47
%1108 = load double, ptr %1107, align 8
%1109 = fadd double %1105, %1108
%1110 = fdiv double %1102, %1109
%1111 = call double @pow(double noundef %1110, double noundef 2.000000e+00) #3
%1112 = fmul double %1099, %1111
%1113 = fmul double %1112, 1.600000e+00
%1114 = load ptr, ptr %6, align 8
%1115 = getelementptr inbounds double, ptr %1114, i64 14
%1116 = load double, ptr %1115, align 8
%1117 = fadd double %1116, 6.000000e+01
%1118 = fneg double %1117
%1119 = fdiv double %1118, 4.000000e+01
%1120 = call double @exp(double noundef %1119) #3
%1121 = fadd double 1.500000e+00, %1120
%1122 = fdiv double %1113, %1121
%1123 = load ptr, ptr %8, align 8
%1124 = getelementptr inbounds double, ptr %1123, i64 118
store double %1122, ptr %1124, align 8
%1125 = load ptr, ptr %8, align 8
%1126 = getelementptr inbounds double, ptr %1125, i64 56
%1127 = load double, ptr %1126, align 8
%1128 = fcmp oeq double %1127, 0.000000e+00
br i1 %1128, label %1129, label %1193
1129: ; preds = %1053
%1130 = load ptr, ptr %8, align 8
%1131 = getelementptr inbounds double, ptr %1130, i64 115
%1132 = load double, ptr %1131, align 8
%1133 = load ptr, ptr %8, align 8
%1134 = getelementptr inbounds double, ptr %1133, i64 48
%1135 = load double, ptr %1134, align 8
%1136 = call double @pow(double noundef %1135, double noundef 3.000000e+00) #3
%1137 = load ptr, ptr %8, align 8
%1138 = getelementptr inbounds double, ptr %1137, i64 45
%1139 = load double, ptr %1138, align 8
%1140 = fmul double %1136, %1139
%1141 = load ptr, ptr %6, align 8
%1142 = getelementptr inbounds double, ptr %1141, i64 14
%1143 = load double, ptr %1142, align 8
%1144 = fmul double 3.743000e-02, %1143
%1145 = load ptr, ptr %8, align 8
%1146 = getelementptr inbounds double, ptr %1145, i64 89
%1147 = load double, ptr %1146, align 8
%1148 = fmul double %1144, %1147
%1149 = call double @exp(double noundef %1148) #3
%1150 = load ptr, ptr %8, align 8
%1151 = getelementptr inbounds double, ptr %1150, i64 49
%1152 = load double, ptr %1151, align 8
%1153 = call double @pow(double noundef %1152, double noundef 3.000000e+00) #3
%1154 = load ptr, ptr %8, align 8
%1155 = getelementptr inbounds double, ptr %1154, i64 44
%1156 = load double, ptr %1155, align 8
%1157 = fmul double %1153, %1156
%1158 = load ptr, ptr %6, align 8
%1159 = getelementptr inbounds double, ptr %1158, i64 14
%1160 = load double, ptr %1159, align 8
%1161 = fmul double 3.740000e-02, %1160
%1162 = load ptr, ptr %8, align 8
%1163 = getelementptr inbounds double, ptr %1162, i64 89
%1164 = load double, ptr %1163, align 8
%1165 = fsub double %1164, 1.000000e+00
%1166 = fmul double %1161, %1165
%1167 = call double @exp(double noundef %1166) #3
%1168 = fmul double %1157, %1167
%1169 = fneg double %1168
%1170 = call double @llvm.fmuladd.f64(double %1140, double %1149, double %1169)
%1171 = fmul double %1132, %1170
%1172 = load ptr, ptr %8, align 8
%1173 = getelementptr inbounds double, ptr %1172, i64 88
%1174 = load double, ptr %1173, align 8
%1175 = load ptr, ptr %8, align 8
%1176 = getelementptr inbounds double, ptr %1175, i64 44
%1177 = load double, ptr %1176, align 8
%1178 = load ptr, ptr %8, align 8
%1179 = getelementptr inbounds double, ptr %1178, i64 49
%1180 = load double, ptr %1179, align 8
%1181 = call double @pow(double noundef %1180, double noundef 3.000000e+00) #3
%1182 = load ptr, ptr %8, align 8
%1183 = getelementptr inbounds double, ptr %1182, i64 45
%1184 = load double, ptr %1183, align 8
%1185 = load ptr, ptr %8, align 8
%1186 = getelementptr inbounds double, ptr %1185, i64 48
%1187 = load double, ptr %1186, align 8
%1188 = call double @pow(double noundef %1187, double noundef 3.000000e+00) #3
%1189 = fmul double %1184, %1188
%1190 = call double @llvm.fmuladd.f64(double %1177, double %1181, double %1189)
%1191 = call double @llvm.fmuladd.f64(double %1174, double %1190, double 1.000000e+00)
%1192 = fdiv double %1171, %1191
br label %1257
1193: ; preds = %1053
%1194 = load ptr, ptr %8, align 8
%1195 = getelementptr inbounds double, ptr %1194, i64 115
%1196 = load double, ptr %1195, align 8
%1197 = load ptr, ptr %8, align 8
%1198 = getelementptr inbounds double, ptr %1197, i64 48
%1199 = load double, ptr %1198, align 8
%1200 = call double @pow(double noundef %1199, double noundef 3.000000e+00) #3
%1201 = load ptr, ptr %8, align 8
%1202 = getelementptr inbounds double, ptr %1201, i64 45
%1203 = load double, ptr %1202, align 8
%1204 = fmul double %1200, %1203
%1205 = load ptr, ptr %6, align 8
%1206 = getelementptr inbounds double, ptr %1205, i64 14
%1207 = load double, ptr %1206, align 8
%1208 = fmul double 3.743000e-02, %1207
%1209 = load ptr, ptr %8, align 8
%1210 = getelementptr inbounds double, ptr %1209, i64 89
%1211 = load double, ptr %1210, align 8
%1212 = fmul double %1208, %1211
%1213 = call double @exp(double noundef %1212) #3
%1214 = load ptr, ptr %8, align 8
%1215 = getelementptr inbounds double, ptr %1214, i64 49
%1216 = load double, ptr %1215, align 8
%1217 = call double @pow(double noundef %1216, double noundef 3.000000e+00) #3
%1218 = load ptr, ptr %8, align 8
%1219 = getelementptr inbounds double, ptr %1218, i64 44
%1220 = load double, ptr %1219, align 8
%1221 = fmul double %1217, %1220
%1222 = load ptr, ptr %6, align 8
%1223 = getelementptr inbounds double, ptr %1222, i64 14
%1224 = load double, ptr %1223, align 8
%1225 = fmul double 3.743000e-02, %1224
%1226 = load ptr, ptr %8, align 8
%1227 = getelementptr inbounds double, ptr %1226, i64 89
%1228 = load double, ptr %1227, align 8
%1229 = fsub double %1228, 1.000000e+00
%1230 = fmul double %1225, %1229
%1231 = call double @exp(double noundef %1230) #3
%1232 = fmul double %1221, %1231
%1233 = fneg double %1232
%1234 = call double @llvm.fmuladd.f64(double %1204, double %1213, double %1233)
%1235 = fmul double %1196, %1234
%1236 = load ptr, ptr %8, align 8
%1237 = getelementptr inbounds double, ptr %1236, i64 88
%1238 = load double, ptr %1237, align 8
%1239 = load ptr, ptr %8, align 8
%1240 = getelementptr inbounds double, ptr %1239, i64 44
%1241 = load double, ptr %1240, align 8
%1242 = load ptr, ptr %8, align 8
%1243 = getelementptr inbounds double, ptr %1242, i64 49
%1244 = load double, ptr %1243, align 8
%1245 = call double @pow(double noundef %1244, double noundef 3.000000e+00) #3
%1246 = load ptr, ptr %8, align 8
%1247 = getelementptr inbounds double, ptr %1246, i64 45
%1248 = load double, ptr %1247, align 8
%1249 = load ptr, ptr %8, align 8
%1250 = getelementptr inbounds double, ptr %1249, i64 48
%1251 = load double, ptr %1250, align 8
%1252 = call double @pow(double noundef %1251, double noundef 3.000000e+00) #3
%1253 = fmul double %1248, %1252
%1254 = call double @llvm.fmuladd.f64(double %1241, double %1245, double %1253)
%1255 = call double @llvm.fmuladd.f64(double %1238, double %1254, double 1.000000e+00)
%1256 = fdiv double %1235, %1255
br label %1257
1257: ; preds = %1193, %1129
%1258 = phi double [ %1192, %1129 ], [ %1256, %1193 ]
%1259 = load ptr, ptr %8, align 8
%1260 = getelementptr inbounds double, ptr %1259, i64 116
store double %1258, ptr %1260, align 8
%1261 = load ptr, ptr %8, align 8
%1262 = getelementptr inbounds double, ptr %1261, i64 56
%1263 = load double, ptr %1262, align 8
%1264 = fcmp une double %1263, 2.000000e+00
br i1 %1264, label %1265, label %1281
1265: ; preds = %1257
%1266 = load ptr, ptr %8, align 8
%1267 = getelementptr inbounds double, ptr %1266, i64 176
%1268 = load double, ptr %1267, align 8
%1269 = load ptr, ptr %6, align 8
%1270 = getelementptr inbounds double, ptr %1269, i64 13
%1271 = load double, ptr %1270, align 8
%1272 = fmul double %1268, %1271
%1273 = load ptr, ptr %6, align 8
%1274 = getelementptr inbounds double, ptr %1273, i64 14
%1275 = load double, ptr %1274, align 8
%1276 = load ptr, ptr %8, align 8
%1277 = getelementptr inbounds double, ptr %1276, i64 122
%1278 = load double, ptr %1277, align 8
%1279 = fsub double %1275, %1278
%1280 = fmul double %1272, %1279
br label %1294
1281: ; preds = %1257
%1282 = load ptr, ptr %8, align 8
%1283 = getelementptr inbounds double, ptr %1282, i64 176
%1284 = load double, ptr %1283, align 8
%1285 = load ptr, ptr %6, align 8
%1286 = getelementptr inbounds double, ptr %1285, i64 13
%1287 = load double, ptr %1286, align 8
%1288 = fmul double %1284, %1287
%1289 = load ptr, ptr %6, align 8
%1290 = getelementptr inbounds double, ptr %1289, i64 14
%1291 = load double, ptr %1290, align 8
%1292 = fadd double %1291, 1.020000e+02
%1293 = fmul double %1288, %1292
br label %1294
1294: ; preds = %1281, %1265
%1295 = phi double [ %1280, %1265 ], [ %1293, %1281 ]
%1296 = load ptr, ptr %8, align 8
%1297 = getelementptr inbounds double, ptr %1296, i64 177
store double %1295, ptr %1297, align 8
%1298 = load ptr, ptr %8, align 8
%1299 = getelementptr inbounds double, ptr %1298, i64 56
%1300 = load double, ptr %1299, align 8
%1301 = fcmp une double %1300, 2.000000e+00
br i1 %1301, label %1302, label %1318
1302: ; preds = %1294
%1303 = load ptr, ptr %8, align 8
%1304 = getelementptr inbounds double, ptr %1303, i64 174
%1305 = load double, ptr %1304, align 8
%1306 = load ptr, ptr %6, align 8
%1307 = getelementptr inbounds double, ptr %1306, i64 13
%1308 = load double, ptr %1307, align 8
%1309 = fmul double %1305, %1308
%1310 = load ptr, ptr %6, align 8
%1311 = getelementptr inbounds double, ptr %1310, i64 14
%1312 = load double, ptr %1311, align 8
%1313 = load ptr, ptr %8, align 8
%1314 = getelementptr inbounds double, ptr %1313, i64 121
%1315 = load double, ptr %1314, align 8
%1316 = fsub double %1312, %1315
%1317 = fmul double %1309, %1316
br label %1331
1318: ; preds = %1294
%1319 = load ptr, ptr %8, align 8
%1320 = getelementptr inbounds double, ptr %1319, i64 174
%1321 = load double, ptr %1320, align 8
%1322 = load ptr, ptr %6, align 8
%1323 = getelementptr inbounds double, ptr %1322, i64 13
%1324 = load double, ptr %1323, align 8
%1325 = fmul double %1321, %1324
%1326 = load ptr, ptr %6, align 8
%1327 = getelementptr inbounds double, ptr %1326, i64 14
%1328 = load double, ptr %1327, align 8
%1329 = fsub double %1328, 7.760000e+01
%1330 = fmul double %1325, %1329
br label %1331
1331: ; preds = %1318, %1302
%1332 = phi double [ %1317, %1302 ], [ %1330, %1318 ]
%1333 = load ptr, ptr %8, align 8
%1334 = getelementptr inbounds double, ptr %1333, i64 175
store double %1332, ptr %1334, align 8
%1335 = load ptr, ptr %8, align 8
%1336 = getelementptr inbounds double, ptr %1335, i64 170
%1337 = load double, ptr %1336, align 8
%1338 = load ptr, ptr %6, align 8
%1339 = getelementptr inbounds double, ptr %1338, i64 12
%1340 = load double, ptr %1339, align 8
%1341 = call double @pow(double noundef %1340, double noundef 2.000000e+00) #3
%1342 = fmul double %1337, %1341
%1343 = load ptr, ptr %6, align 8
%1344 = getelementptr inbounds double, ptr %1343, i64 14
%1345 = load double, ptr %1344, align 8
%1346 = load ptr, ptr %8, align 8
%1347 = getelementptr inbounds double, ptr %1346, i64 124
%1348 = load double, ptr %1347, align 8
%1349 = fsub double %1345, %1348
%1350 = fmul double %1342, %1349
%1351 = load ptr, ptr %8, align 8
%1352 = getelementptr inbounds double, ptr %1351, i64 171
store double %1350, ptr %1352, align 8
%1353 = load ptr, ptr %8, align 8
%1354 = getelementptr inbounds double, ptr %1353, i64 155
%1355 = load double, ptr %1354, align 8
%1356 = load ptr, ptr %6, align 8
%1357 = getelementptr inbounds double, ptr %1356, i64 8
%1358 = load double, ptr %1357, align 8
%1359 = fmul double %1355, %1358
%1360 = load ptr, ptr %6, align 8
%1361 = getelementptr inbounds double, ptr %1360, i64 14
%1362 = load double, ptr %1361, align 8
%1363 = load ptr, ptr %8, align 8
%1364 = getelementptr inbounds double, ptr %1363, i64 122
%1365 = load double, ptr %1364, align 8
%1366 = fsub double %1362, %1365
%1367 = fmul double %1359, %1366
%1368 = load ptr, ptr %8, align 8
%1369 = getelementptr inbounds double, ptr %1368, i64 157
store double %1367, ptr %1369, align 8
%1370 = load ptr, ptr %8, align 8
%1371 = getelementptr inbounds double, ptr %1370, i64 154
%1372 = load double, ptr %1371, align 8
%1373 = load ptr, ptr %6, align 8
%1374 = getelementptr inbounds double, ptr %1373, i64 7
%1375 = load double, ptr %1374, align 8
%1376 = fmul double %1372, %1375
%1377 = load ptr, ptr %6, align 8
%1378 = getelementptr inbounds double, ptr %1377, i64 8
%1379 = load double, ptr %1378, align 8
%1380 = fmul double %1376, %1379
%1381 = load ptr, ptr %6, align 8
%1382 = getelementptr inbounds double, ptr %1381, i64 14
%1383 = load double, ptr %1382, align 8
%1384 = load ptr, ptr %8, align 8
%1385 = getelementptr inbounds double, ptr %1384, i64 122
%1386 = load double, ptr %1385, align 8
%1387 = fsub double %1383, %1386
%1388 = fmul double %1380, %1387
%1389 = load ptr, ptr %8, align 8
%1390 = getelementptr inbounds double, ptr %1389, i64 156
store double %1388, ptr %1390, align 8
%1391 = load ptr, ptr %8, align 8
%1392 = getelementptr inbounds double, ptr %1391, i64 144
%1393 = load double, ptr %1392, align 8
%1394 = load ptr, ptr %6, align 8
%1395 = getelementptr inbounds double, ptr %1394, i64 5
%1396 = load double, ptr %1395, align 8
%1397 = fmul double %1393, %1396
%1398 = load ptr, ptr %6, align 8
%1399 = getelementptr inbounds double, ptr %1398, i64 6
%1400 = load double, ptr %1399, align 8
%1401 = fmul double %1397, %1400
%1402 = load ptr, ptr %6, align 8
%1403 = getelementptr inbounds double, ptr %1402, i64 14
%1404 = load double, ptr %1403, align 8
%1405 = load ptr, ptr %8, align 8
%1406 = getelementptr inbounds double, ptr %1405, i64 7
%1407 = load double, ptr %1406, align 8
%1408 = fsub double %1404, %1407
%1409 = fmul double %1401, %1408
%1410 = load ptr, ptr %8, align 8
%1411 = getelementptr inbounds double, ptr %1410, i64 145
store double %1409, ptr %1411, align 8
%1412 = load ptr, ptr %8, align 8
%1413 = getelementptr inbounds double, ptr %1412, i64 134
%1414 = load double, ptr %1413, align 8
%1415 = load ptr, ptr %6, align 8
%1416 = getelementptr inbounds double, ptr %1415, i64 4
%1417 = load double, ptr %1416, align 8
%1418 = load ptr, ptr %6, align 8
%1419 = getelementptr inbounds double, ptr %1418, i64 3
%1420 = load double, ptr %1419, align 8
%1421 = load ptr, ptr %6, align 8
%1422 = getelementptr inbounds double, ptr %1421, i64 14
%1423 = load double, ptr %1422, align 8
%1424 = fadd double %1423, 1.410000e+01
%1425 = fneg double %1424
%1426 = fdiv double %1425, 6.000000e+00
%1427 = call double @exp(double noundef %1426) #3
%1428 = fadd double 1.000000e+00, %1427
%1429 = fdiv double 6.000000e-03, %1428
%1430 = call double @llvm.fmuladd.f64(double %1417, double %1420, double %1429)
%1431 = fmul double %1414, %1430
%1432 = load ptr, ptr %6, align 8
%1433 = getelementptr inbounds double, ptr %1432, i64 14
%1434 = load double, ptr %1433, align 8
%1435 = load ptr, ptr %8, align 8
%1436 = getelementptr inbounds double, ptr %1435, i64 0
%1437 = load double, ptr %1436, align 8
%1438 = fsub double %1434, %1437
%1439 = fmul double %1431, %1438
%1440 = load ptr, ptr %8, align 8
%1441 = getelementptr inbounds double, ptr %1440, i64 135
store double %1439, ptr %1441, align 8
%1442 = load ptr, ptr %8, align 8
%1443 = getelementptr inbounds double, ptr %1442, i64 56
%1444 = load double, ptr %1443, align 8
%1445 = fcmp oeq double %1444, 0.000000e+00
br i1 %1445, label %1446, label %1463
1446: ; preds = %1331
%1447 = load ptr, ptr %6, align 8
%1448 = getelementptr inbounds double, ptr %1447, i64 14
%1449 = load double, ptr %1448, align 8
%1450 = fadd double %1449, 3.440000e+01
%1451 = fmul double -6.300000e-02, %1450
%1452 = call double @exp(double noundef %1451) #3
%1453 = fmul double 9.520000e-02, %1452
%1454 = load ptr, ptr %6, align 8
%1455 = getelementptr inbounds double, ptr %1454, i64 14
%1456 = load double, ptr %1455, align 8
%1457 = fadd double %1456, 6.370000e+01
%1458 = fmul double -2.250000e-01, %1457
%1459 = call double @exp(double noundef %1458) #3
%1460 = call double @llvm.fmuladd.f64(double 1.660000e+00, double %1459, double 1.000000e+00)
%1461 = fdiv double %1453, %1460
%1462 = fadd double %1461, 8.690000e-02
br label %1480
1463: ; preds = %1331
%1464 = load ptr, ptr %6, align 8
%1465 = getelementptr inbounds double, ptr %1464, i64 14
%1466 = load double, ptr %1465, align 8
%1467 = fadd double %1466, 3.440000e+01
%1468 = fmul double -6.306000e-02, %1467
%1469 = call double @exp(double noundef %1468) #3
%1470 = fmul double 9.518000e-02, %1469
%1471 = load ptr, ptr %6, align 8
%1472 = getelementptr inbounds double, ptr %1471, i64 14
%1473 = load double, ptr %1472, align 8
%1474 = fadd double %1473, 6.370000e+01
%1475 = fmul double -2.251000e-01, %1474
%1476 = call double @exp(double noundef %1475) #3
%1477 = call double @llvm.fmuladd.f64(double 1.662000e+00, double %1476, double 1.000000e+00)
%1478 = fdiv double %1470, %1477
%1479 = fadd double %1478, 0x3FB6410B630A9153
br label %1480
1480: ; preds = %1463, %1446
%1481 = phi double [ %1462, %1446 ], [ %1479, %1463 ]
%1482 = load ptr, ptr %8, align 8
%1483 = getelementptr inbounds double, ptr %1482, i64 128
store double %1481, ptr %1483, align 8
%1484 = load ptr, ptr %8, align 8
%1485 = getelementptr inbounds double, ptr %1484, i64 128
%1486 = load double, ptr %1485, align 8
%1487 = fsub double 1.000000e+00, %1486
%1488 = load ptr, ptr %6, align 8
%1489 = getelementptr inbounds double, ptr %1488, i64 1
%1490 = load double, ptr %1489, align 8
%1491 = load ptr, ptr %8, align 8
%1492 = getelementptr inbounds double, ptr %1491, i64 128
%1493 = load double, ptr %1492, align 8
%1494 = load ptr, ptr %6, align 8
%1495 = getelementptr inbounds double, ptr %1494, i64 2
%1496 = load double, ptr %1495, align 8
%1497 = fmul double %1493, %1496
%1498 = call double @llvm.fmuladd.f64(double %1487, double %1490, double %1497)
%1499 = load ptr, ptr %8, align 8
%1500 = getelementptr inbounds double, ptr %1499, i64 129
store double %1498, ptr %1500, align 8
%1501 = load ptr, ptr %8, align 8
%1502 = getelementptr inbounds double, ptr %1501, i64 125
%1503 = load double, ptr %1502, align 8
%1504 = load ptr, ptr %6, align 8
%1505 = getelementptr inbounds double, ptr %1504, i64 0
%1506 = load double, ptr %1505, align 8
%1507 = call double @pow(double noundef %1506, double noundef 3.000000e+00) #3
%1508 = fmul double %1503, %1507
%1509 = load ptr, ptr %8, align 8
%1510 = getelementptr inbounds double, ptr %1509, i64 129
%1511 = load double, ptr %1510, align 8
%1512 = fmul double %1508, %1511
%1513 = load ptr, ptr %8, align 8
%1514 = getelementptr inbounds double, ptr %1513, i64 49
%1515 = load double, ptr %1514, align 8
%1516 = fmul double %1512, %1515
%1517 = load ptr, ptr %8, align 8
%1518 = getelementptr inbounds double, ptr %1517, i64 52
%1519 = load double, ptr %1518, align 8
%1520 = call double @pow(double noundef %1519, double noundef 2.000000e+00) #3
%1521 = fmul double %1516, %1520
%1522 = load ptr, ptr %8, align 8
%1523 = getelementptr inbounds double, ptr %1522, i64 54
%1524 = load double, ptr %1523, align 8
%1525 = load ptr, ptr %8, align 8
%1526 = getelementptr inbounds double, ptr %1525, i64 55
%1527 = load double, ptr %1526, align 8
%1528 = fmul double %1524, %1527
%1529 = fdiv double %1521, %1528
%1530 = load ptr, ptr %6, align 8
%1531 = getelementptr inbounds double, ptr %1530, i64 14
%1532 = load double, ptr %1531, align 8
%1533 = load ptr, ptr %8, align 8
%1534 = getelementptr inbounds double, ptr %1533, i64 121
%1535 = load double, ptr %1534, align 8
%1536 = fsub double %1532, %1535
%1537 = load ptr, ptr %8, align 8
%1538 = getelementptr inbounds double, ptr %1537, i64 52
%1539 = load double, ptr %1538, align 8
%1540 = fmul double %1536, %1539
%1541 = load ptr, ptr %8, align 8
%1542 = getelementptr inbounds double, ptr %1541, i64 54
%1543 = load double, ptr %1542, align 8
%1544 = load ptr, ptr %8, align 8
%1545 = getelementptr inbounds double, ptr %1544, i64 55
%1546 = load double, ptr %1545, align 8
%1547 = fmul double %1543, %1546
%1548 = fdiv double %1540, %1547
%1549 = call double @exp(double noundef %1548) #3
%1550 = fsub double %1549, 1.000000e+00
%1551 = fmul double %1529, %1550
%1552 = load ptr, ptr %6, align 8
%1553 = getelementptr inbounds double, ptr %1552, i64 14
%1554 = load double, ptr %1553, align 8
%1555 = load ptr, ptr %8, align 8
%1556 = getelementptr inbounds double, ptr %1555, i64 52
%1557 = load double, ptr %1556, align 8
%1558 = fmul double %1554, %1557
%1559 = load ptr, ptr %8, align 8
%1560 = getelementptr inbounds double, ptr %1559, i64 54
%1561 = load double, ptr %1560, align 8
%1562 = load ptr, ptr %8, align 8
%1563 = getelementptr inbounds double, ptr %1562, i64 55
%1564 = load double, ptr %1563, align 8
%1565 = fmul double %1561, %1564
%1566 = fdiv double %1558, %1565
%1567 = call double @exp(double noundef %1566) #3
%1568 = fsub double %1567, 1.000000e+00
%1569 = fdiv double %1551, %1568
%1570 = load ptr, ptr %6, align 8
%1571 = getelementptr inbounds double, ptr %1570, i64 14
%1572 = load double, ptr %1571, align 8
%1573 = fmul double %1569, %1572
%1574 = load ptr, ptr %8, align 8
%1575 = getelementptr inbounds double, ptr %1574, i64 183
store double %1573, ptr %1575, align 8
%1576 = load ptr, ptr %8, align 8
%1577 = getelementptr inbounds double, ptr %1576, i64 113
%1578 = load double, ptr %1577, align 8
%1579 = load ptr, ptr %6, align 8
%1580 = getelementptr inbounds double, ptr %1579, i64 14
%1581 = load double, ptr %1580, align 8
%1582 = load ptr, ptr %8, align 8
%1583 = getelementptr inbounds double, ptr %1582, i64 122
%1584 = load double, ptr %1583, align 8
%1585 = fsub double %1581, %1584
%1586 = fmul double %1578, %1585
%1587 = load ptr, ptr %8, align 8
%1588 = getelementptr inbounds double, ptr %1587, i64 181
store double %1586, ptr %1588, align 8
%1589 = load ptr, ptr %8, align 8
%1590 = getelementptr inbounds double, ptr %1589, i64 114
%1591 = load double, ptr %1590, align 8
%1592 = load ptr, ptr %6, align 8
%1593 = getelementptr inbounds double, ptr %1592, i64 14
%1594 = load double, ptr %1593, align 8
%1595 = load ptr, ptr %8, align 8
%1596 = getelementptr inbounds double, ptr %1595, i64 123
%1597 = load double, ptr %1596, align 8
%1598 = fsub double %1594, %1597
%1599 = fmul double %1591, %1598
%1600 = load ptr, ptr %8, align 8
%1601 = getelementptr inbounds double, ptr %1600, i64 182
store double %1599, ptr %1601, align 8
%1602 = load ptr, ptr %8, align 8
%1603 = getelementptr inbounds double, ptr %1602, i64 112
%1604 = load double, ptr %1603, align 8
%1605 = load ptr, ptr %6, align 8
%1606 = getelementptr inbounds double, ptr %1605, i64 14
%1607 = load double, ptr %1606, align 8
%1608 = load ptr, ptr %8, align 8
%1609 = getelementptr inbounds double, ptr %1608, i64 121
%1610 = load double, ptr %1609, align 8
%1611 = fsub double %1607, %1610
%1612 = fmul double %1604, %1611
%1613 = load ptr, ptr %8, align 8
%1614 = getelementptr inbounds double, ptr %1613, i64 180
store double %1612, ptr %1614, align 8
%1615 = load ptr, ptr %6, align 8
%1616 = getelementptr inbounds double, ptr %1615, i64 9
%1617 = load double, ptr %1616, align 8
%1618 = load ptr, ptr %6, align 8
%1619 = getelementptr inbounds double, ptr %1618, i64 10
%1620 = load double, ptr %1619, align 8
%1621 = fmul double 4.000000e-01, %1620
%1622 = call double @llvm.fmuladd.f64(double 6.000000e-01, double %1617, double %1621)
%1623 = load ptr, ptr %8, align 8
%1624 = getelementptr inbounds double, ptr %1623, i64 163
store double %1622, ptr %1624, align 8
%1625 = load ptr, ptr %8, align 8
%1626 = getelementptr inbounds double, ptr %1625, i64 162
%1627 = load double, ptr %1626, align 8
%1628 = load ptr, ptr %8, align 8
%1629 = getelementptr inbounds double, ptr %1628, i64 163
%1630 = load double, ptr %1629, align 8
%1631 = fmul double %1627, %1630
%1632 = load ptr, ptr %6, align 8
%1633 = getelementptr inbounds double, ptr %1632, i64 11
%1634 = load double, ptr %1633, align 8
%1635 = fmul double %1631, %1634
%1636 = load ptr, ptr %6, align 8
%1637 = getelementptr inbounds double, ptr %1636, i64 14
%1638 = load double, ptr %1637, align 8
%1639 = load ptr, ptr %8, align 8
%1640 = getelementptr inbounds double, ptr %1639, i64 122
%1641 = load double, ptr %1640, align 8
%1642 = fsub double %1638, %1641
%1643 = fmul double %1635, %1642
%1644 = load ptr, ptr %8, align 8
%1645 = getelementptr inbounds double, ptr %1644, i64 184
store double %1643, ptr %1645, align 8
%1646 = load ptr, ptr %8, align 8
%1647 = getelementptr inbounds double, ptr %1646, i64 111
%1648 = load double, ptr %1647, align 8
%1649 = fdiv double -1.000000e+00, %1648
%1650 = load ptr, ptr %8, align 8
%1651 = getelementptr inbounds double, ptr %1650, i64 183
%1652 = load double, ptr %1651, align 8
%1653 = load ptr, ptr %8, align 8
%1654 = getelementptr inbounds double, ptr %1653, i64 135
%1655 = load double, ptr %1654, align 8
%1656 = fadd double %1652, %1655
%1657 = load ptr, ptr %8, align 8
%1658 = getelementptr inbounds double, ptr %1657, i64 145
%1659 = load double, ptr %1658, align 8
%1660 = fadd double %1656, %1659
%1661 = load ptr, ptr %8, align 8
%1662 = getelementptr inbounds double, ptr %1661, i64 156
%1663 = load double, ptr %1662, align 8
%1664 = fadd double %1660, %1663
%1665 = load ptr, ptr %8, align 8
%1666 = getelementptr inbounds double, ptr %1665, i64 157
%1667 = load double, ptr %1666, align 8
%1668 = fadd double %1664, %1667
%1669 = load ptr, ptr %8, align 8
%1670 = getelementptr inbounds double, ptr %1669, i64 184
%1671 = load double, ptr %1670, align 8
%1672 = fadd double %1668, %1671
%1673 = load ptr, ptr %8, align 8
%1674 = getelementptr inbounds double, ptr %1673, i64 171
%1675 = load double, ptr %1674, align 8
%1676 = fadd double %1672, %1675
%1677 = load ptr, ptr %8, align 8
%1678 = getelementptr inbounds double, ptr %1677, i64 175
%1679 = load double, ptr %1678, align 8
%1680 = fadd double %1676, %1679
%1681 = load ptr, ptr %8, align 8
%1682 = getelementptr inbounds double, ptr %1681, i64 177
%1683 = load double, ptr %1682, align 8
%1684 = fadd double %1680, %1683
%1685 = load ptr, ptr %8, align 8
%1686 = getelementptr inbounds double, ptr %1685, i64 180
%1687 = load double, ptr %1686, align 8
%1688 = fadd double %1684, %1687
%1689 = load ptr, ptr %8, align 8
%1690 = getelementptr inbounds double, ptr %1689, i64 182
%1691 = load double, ptr %1690, align 8
%1692 = fadd double %1688, %1691
%1693 = load ptr, ptr %8, align 8
%1694 = getelementptr inbounds double, ptr %1693, i64 181
%1695 = load double, ptr %1694, align 8
%1696 = fadd double %1692, %1695
%1697 = load ptr, ptr %8, align 8
%1698 = getelementptr inbounds double, ptr %1697, i64 116
%1699 = load double, ptr %1698, align 8
%1700 = fadd double %1696, %1699
%1701 = load ptr, ptr %8, align 8
%1702 = getelementptr inbounds double, ptr %1701, i64 118
%1703 = load double, ptr %1702, align 8
%1704 = fadd double %1700, %1703
%1705 = load ptr, ptr %8, align 8
%1706 = getelementptr inbounds double, ptr %1705, i64 120
%1707 = load double, ptr %1706, align 8
%1708 = fadd double %1704, %1707
%1709 = fmul double %1649, %1708
%1710 = load ptr, ptr %7, align 8
%1711 = getelementptr inbounds double, ptr %1710, i64 14
store double %1709, ptr %1711, align 8
ret void
}
; Function Attrs: nounwind
declare double @pow(double noundef, double noundef) #1
; Function Attrs: nounwind
declare double @exp(double noundef) #1
; Function Attrs: nocallback nofree nosync nounwind speculatable willreturn memory(none)
declare double @llvm.fmuladd.f64(double, double, double) #2
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { nounwind "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #2 = { nocallback nofree nosync nounwind speculatable willreturn memory(none) }
attributes #3 = { nounwind }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmpe5i8v8cf.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @computeRates(double noundef %0, ptr noundef %1, ptr noundef %2, ptr noundef %3) #0 {
%5 = alloca double, align 8
%6 = alloca ptr, align 8
%7 = alloca ptr, align 8
%8 = alloca ptr, align 8
store double %0, ptr %5, align 8
store ptr %1, ptr %6, align 8
store ptr %2, ptr %7, align 8
store ptr %3, ptr %8, align 8
%9 = load ptr, ptr %8, align 8
%10 = getelementptr inbounds double, ptr %9, i64 56
%11 = load double, ptr %10, align 8
%12 = fcmp oeq double %11, 0.000000e+00
br i1 %12, label %13, label %23
13: ; preds = %4
%14 = load ptr, ptr %6, align 8
%15 = getelementptr inbounds double, ptr %14, i64 14
%16 = load double, ptr %15, align 8
%17 = fneg double %16
%18 = fdiv double %17, 5.460000e+00
%19 = call double @exp(double noundef %18) #3
%20 = fadd double 1.000000e+00, %19
%21 = fdiv double 1.000000e+00, %20
%22 = call double @pow(double noundef %21, double noundef 0x3FD5555555555555) #3
br label %34
23: ; preds = %4
%24 = load ptr, ptr %6, align 8
%25 = getelementptr inbounds double, ptr %24, i64 14
%26 = load double, ptr %25, align 8
%27 = fadd double %26, 3.032000e+01
%28 = fneg double %27
%29 = fdiv double %28, 5.460000e+00
%30 = call double @exp(double noundef %29) #3
%31 = fadd double 1.000000e+00, %30
%32 = fdiv double 1.000000e+00, %31
%33 = call double @pow(double noundef %32, double noundef 0x3FD5555555555555) #3
br label %34
34: ; preds = %23, %13
%35 = phi double [ %22, %13 ], [ %33, %23 ]
%36 = load ptr, ptr %8, align 8
%37 = getelementptr inbounds double, ptr %36, i64 126
store double %35, ptr %37, align 8
%38 = load ptr, ptr %8, align 8
%39 = getelementptr inbounds double, ptr %38, i64 56
%40 = load double, ptr %39, align 8
%41 = fcmp oeq double %40, 0.000000e+00
br i1 %41, label %42, label %59
42: ; preds = %34
%43 = load ptr, ptr %6, align 8
%44 = getelementptr inbounds double, ptr %43, i64 14
%45 = load double, ptr %44, align 8
%46 = fadd double %45, 5.670000e+01
%47 = fmul double -3.350000e-01, %46
%48 = call double @exp(double noundef %47) #3
%49 = load ptr, ptr %6, align 8
%50 = getelementptr inbounds double, ptr %49, i64 14
%51 = load double, ptr %50, align 8
%52 = fadd double %51, 6.501000e+01
%53 = fmul double 8.200000e-02, %52
%54 = call double @exp(double noundef %53) #3
%55 = fmul double 6.270000e-01, %54
%56 = call double @llvm.fmuladd.f64(double 8.320000e-01, double %48, double %55)
%57 = fdiv double 6.247000e-04, %56
%58 = fadd double %57, 4.000000e-05
br label %76
59: ; preds = %34
%60 = load ptr, ptr %6, align 8
%61 = getelementptr inbounds double, ptr %60, i64 14
%62 = load double, ptr %61, align 8
%63 = fadd double %62, 5.670620e+01
%64 = fmul double -3.356600e-01, %63
%65 = call double @exp(double noundef %64) #3
%66 = load ptr, ptr %6, align 8
%67 = getelementptr inbounds double, ptr %66, i64 14
%68 = load double, ptr %67, align 8
%69 = fadd double %68, 6.501310e+01
%70 = fmul double 0x3FB5119CE075F6FD, %69
%71 = call double @exp(double noundef %70) #3
%72 = fmul double 0x3FE413A92A305532, %71
%73 = call double @llvm.fmuladd.f64(double 0x3FEAA184B50606AA, double %65, double %72)
%74 = fdiv double 6.247000e-04, %73
%75 = fadd double %74, 4.569000e-05
br label %76
76: ; preds = %59, %42
%77 = phi double [ %58, %42 ], [ %75, %59 ]
%78 = load ptr, ptr %8, align 8
%79 = getelementptr inbounds double, ptr %78, i64 127
store double %77, ptr %79, align 8
%80 = load ptr, ptr %8, align 8
%81 = getelementptr inbounds double, ptr %80, i64 126
%82 = load double, ptr %81, align 8
%83 = load ptr, ptr %6, align 8
%84 = getelementptr inbounds double, ptr %83, i64 0
%85 = load double, ptr %84, align 8
%86 = fsub double %82, %85
%87 = load ptr, ptr %8, align 8
%88 = getelementptr inbounds double, ptr %87, i64 127
%89 = load double, ptr %88, align 8
%90 = fdiv double %86, %89
%91 = load ptr, ptr %7, align 8
%92 = getelementptr inbounds double, ptr %91, i64 0
store double %90, ptr %92, align 8
%93 = load ptr, ptr %6, align 8
%94 = getelementptr inbounds double, ptr %93, i64 14
%95 = load double, ptr %94, align 8
%96 = fadd double %95, 6.610000e+01
%97 = fdiv double %96, 6.400000e+00
%98 = call double @exp(double noundef %97) #3
%99 = fadd double 1.000000e+00, %98
%100 = fdiv double 1.000000e+00, %99
%101 = load ptr, ptr %8, align 8
%102 = getelementptr inbounds double, ptr %101, i64 130
store double %100, ptr %102, align 8
%103 = load ptr, ptr %6, align 8
%104 = getelementptr inbounds double, ptr %103, i64 14
%105 = load double, ptr %104, align 8
%106 = fadd double %105, 1.711000e+01
%107 = fmul double -2.815000e-01, %106
%108 = call double @exp(double noundef %107) #3
%109 = fmul double 3.717000e-06, %108
%110 = load ptr, ptr %6, align 8
%111 = getelementptr inbounds double, ptr %110, i64 14
%112 = load double, ptr %111, align 8
%113 = fadd double %112, 3.776000e+01
%114 = fmul double -3.426000e-01, %113
%115 = call double @exp(double noundef %114) #3
%116 = call double @llvm.fmuladd.f64(double 3.732000e-03, double %115, double 1.000000e+00)
%117 = fdiv double %109, %116
%118 = fadd double %117, 5.977000e-04
%119 = load ptr, ptr %8, align 8
%120 = getelementptr inbounds double, ptr %119, i64 132
store double %118, ptr %120, align 8
%121 = load ptr, ptr %8, align 8
%122 = getelementptr inbounds double, ptr %121, i64 130
%123 = load double, ptr %122, align 8
%124 = load ptr, ptr %6, align 8
%125 = getelementptr inbounds double, ptr %124, i64 1
%126 = load double, ptr %125, align 8
%127 = fsub double %123, %126
%128 = load ptr, ptr %8, align 8
%129 = getelementptr inbounds double, ptr %128, i64 132
%130 = load double, ptr %129, align 8
%131 = fdiv double %127, %130
%132 = load ptr, ptr %7, align 8
%133 = getelementptr inbounds double, ptr %132, i64 1
store double %131, ptr %133, align 8
%134 = load ptr, ptr %8, align 8
%135 = getelementptr inbounds double, ptr %134, i64 130
%136 = load double, ptr %135, align 8
%137 = load ptr, ptr %8, align 8
%138 = getelementptr inbounds double, ptr %137, i64 131
store double %136, ptr %138, align 8
%139 = load ptr, ptr %6, align 8
%140 = getelementptr inbounds double, ptr %139, i64 14
%141 = load double, ptr %140, align 8
%142 = fadd double %141, 1.880000e+01
%143 = fmul double -6.219000e-01, %142
%144 = call double @exp(double noundef %143) #3
%145 = fmul double 3.186000e-08, %144
%146 = load ptr, ptr %6, align 8
%147 = getelementptr inbounds double, ptr %146, i64 14
%148 = load double, ptr %147, align 8
%149 = fadd double %148, 3.407000e+01
%150 = fmul double -6.683000e-01, %149
%151 = call double @exp(double noundef %150) #3
%152 = call double @llvm.fmuladd.f64(double 7.189000e-05, double %151, double 1.000000e+00)
%153 = fdiv double %145, %152
%154 = fadd double %153, 3.556000e-03
%155 = load ptr, ptr %8, align 8
%156 = getelementptr inbounds double, ptr %155, i64 133
store double %154, ptr %156, align 8
%157 = load ptr, ptr %8, align 8
%158 = getelementptr inbounds double, ptr %157, i64 131
%159 = load double, ptr %158, align 8
%160 = load ptr, ptr %6, align 8
%161 = getelementptr inbounds double, ptr %160, i64 2
%162 = load double, ptr %161, align 8
%163 = fsub double %159, %162
%164 = load ptr, ptr %8, align 8
%165 = getelementptr inbounds double, ptr %164, i64 133
%166 = load double, ptr %165, align 8
%167 = fdiv double %163, %166
%168 = load ptr, ptr %7, align 8
%169 = getelementptr inbounds double, ptr %168, i64 2
store double %167, ptr %169, align 8
%170 = load ptr, ptr %8, align 8
%171 = getelementptr inbounds double, ptr %170, i64 56
%172 = load double, ptr %171, align 8
%173 = fcmp oeq double %172, 0.000000e+00
br i1 %173, label %174, label %184
174: ; preds = %76
%175 = load ptr, ptr %6, align 8
%176 = getelementptr inbounds double, ptr %175, i64 14
%177 = load double, ptr %176, align 8
%178 = fadd double %177, 2.310000e+01
%179 = fneg double %178
%180 = fdiv double %179, 6.000000e+00
%181 = call double @exp(double noundef %180) #3
%182 = fadd double 1.000000e+00, %181
%183 = fdiv double 1.000000e+00, %182
br label %215
184: ; preds = %76
%185 = load ptr, ptr %8, align 8
%186 = getelementptr inbounds double, ptr %185, i64 56
%187 = load double, ptr %186, align 8
%188 = fcmp oeq double %187, 1.000000e+00
br i1 %188, label %189, label %203
189: ; preds = %184
%190 = load ptr, ptr %6, align 8
%191 = getelementptr inbounds double, ptr %190, i64 14
%192 = load double, ptr %191, align 8
%193 = fadd double %192, 2.230000e+01
%194 = load ptr, ptr %8, align 8
%195 = getelementptr inbounds double, ptr %194, i64 110
%196 = load double, ptr %195, align 8
%197 = call double @llvm.fmuladd.f64(double 8.000000e-01, double %196, double %193)
%198 = fneg double %197
%199 = fdiv double %198, 6.000000e+00
%200 = call double @exp(double noundef %199) #3
%201 = fadd double 1.000000e+00, %200
%202 = fdiv double 1.000000e+00, %201
br label %213
203: ; preds = %184
%204 = load ptr, ptr %6, align 8
%205 = getelementptr inbounds double, ptr %204, i64 14
%206 = load double, ptr %205, align 8
%207 = fadd double %206, 2.220000e+01
%208 = fneg double %207
%209 = fdiv double %208, 6.000000e+00
%210 = call double @exp(double noundef %209) #3
%211 = fadd double 1.000000e+00, %210
%212 = fdiv double 1.000000e+00, %211
br label %213
213: ; preds = %203, %189
%214 = phi double [ %202, %189 ], [ %212, %203 ]
br label %215
215: ; preds = %213, %174
%216 = phi double [ %183, %174 ], [ %214, %213 ]
%217 = load ptr, ptr %8, align 8
%218 = getelementptr inbounds double, ptr %217, i64 139
store double %216, ptr %218, align 8
%219 = load ptr, ptr %8, align 8
%220 = getelementptr inbounds double, ptr %219, i64 56
%221 = load double, ptr %220, align 8
%222 = fcmp oeq double %221, 0.000000e+00
br i1 %222, label %223, label %250
223: ; preds = %215
%224 = load ptr, ptr %6, align 8
%225 = getelementptr inbounds double, ptr %224, i64 14
%226 = load double, ptr %225, align 8
%227 = fadd double %226, 3.500000e+01
%228 = fmul double -2.838000e+01, %227
%229 = load ptr, ptr %6, align 8
%230 = getelementptr inbounds double, ptr %229, i64 14
%231 = load double, ptr %230, align 8
%232 = fadd double %231, 3.500000e+01
%233 = fneg double %232
%234 = fdiv double %233, 2.500000e+00
%235 = call double @exp(double noundef %234) #3
%236 = fsub double %235, 1.000000e+00
%237 = fdiv double %228, %236
%238 = load ptr, ptr %6, align 8
%239 = getelementptr inbounds double, ptr %238, i64 14
%240 = load double, ptr %239, align 8
%241 = fmul double 8.490000e+01, %240
%242 = load ptr, ptr %6, align 8
%243 = getelementptr inbounds double, ptr %242, i64 14
%244 = load double, ptr %243, align 8
%245 = fmul double -2.080000e-01, %244
%246 = call double @exp(double noundef %245) #3
%247 = fsub double %246, 1.000000e+00
%248 = fdiv double %241, %247
%249 = fsub double %237, %248
br label %311
250: ; preds = %215
%251 = load ptr, ptr %8, align 8
%252 = getelementptr inbounds double, ptr %251, i64 56
%253 = load double, ptr %252, align 8
%254 = fcmp oeq double %253, 1.000000e+00
br i1 %254, label %255, label %282
255: ; preds = %250
%256 = load ptr, ptr %6, align 8
%257 = getelementptr inbounds double, ptr %256, i64 14
%258 = load double, ptr %257, align 8
%259 = fadd double %258, 3.500000e+01
%260 = fmul double -2.839000e+01, %259
%261 = load ptr, ptr %6, align 8
%262 = getelementptr inbounds double, ptr %261, i64 14
%263 = load double, ptr %262, align 8
%264 = fadd double %263, 3.500000e+01
%265 = fneg double %264
%266 = fdiv double %265, 2.500000e+00
%267 = call double @exp(double noundef %266) #3
%268 = fsub double %267, 1.000000e+00
%269 = fdiv double %260, %268
%270 = load ptr, ptr %6, align 8
%271 = getelementptr inbounds double, ptr %270, i64 14
%272 = load double, ptr %271, align 8
%273 = fmul double 8.490000e+01, %272
%274 = load ptr, ptr %6, align 8
%275 = getelementptr inbounds double, ptr %274, i64 14
%276 = load double, ptr %275, align 8
%277 = fmul double -2.080000e-01, %276
%278 = call double @exp(double noundef %277) #3
%279 = fsub double %278, 1.000000e+00
%280 = fdiv double %273, %279
%281 = fsub double %269, %280
br label %309
282: ; preds = %250
%283 = load ptr, ptr %6, align 8
%284 = getelementptr inbounds double, ptr %283, i64 14
%285 = load double, ptr %284, align 8
%286 = fadd double %285, 3.500000e+01
%287 = fmul double -2.840000e+01, %286
%288 = load ptr, ptr %6, align 8
%289 = getelementptr inbounds double, ptr %288, i64 14
%290 = load double, ptr %289, align 8
%291 = fadd double %290, 3.500000e+01
%292 = fneg double %291
%293 = fdiv double %292, 2.500000e+00
%294 = call double @exp(double noundef %293) #3
%295 = fsub double %294, 1.000000e+00
%296 = fdiv double %287, %295
%297 = load ptr, ptr %6, align 8
%298 = getelementptr inbounds double, ptr %297, i64 14
%299 = load double, ptr %298, align 8
%300 = fmul double 8.490000e+01, %299
%301 = load ptr, ptr %6, align 8
%302 = getelementptr inbounds double, ptr %301, i64 14
%303 = load double, ptr %302, align 8
%304 = fmul double -2.080000e-01, %303
%305 = call double @exp(double noundef %304) #3
%306 = fsub double %305, 1.000000e+00
%307 = fdiv double %300, %306
%308 = fsub double %296, %307
br label %309
309: ; preds = %282, %255
%310 = phi double [ %281, %255 ], [ %308, %282 ]
br label %311
311: ; preds = %309, %223
%312 = phi double [ %249, %223 ], [ %310, %309 ]
%313 = load ptr, ptr %8, align 8
%314 = getelementptr inbounds double, ptr %313, i64 136
store double %312, ptr %314, align 8
%315 = load ptr, ptr %8, align 8
%316 = getelementptr inbounds double, ptr %315, i64 56
%317 = load double, ptr %316, align 8
%318 = fcmp oeq double %317, 1.000000e+00
br i1 %318, label %319, label %333
319: ; preds = %311
%320 = load ptr, ptr %6, align 8
%321 = getelementptr inbounds double, ptr %320, i64 14
%322 = load double, ptr %321, align 8
%323 = fsub double %322, 5.000000e+00
%324 = fmul double 1.143000e+01, %323
%325 = load ptr, ptr %6, align 8
%326 = getelementptr inbounds double, ptr %325, i64 14
%327 = load double, ptr %326, align 8
%328 = fsub double %327, 5.000000e+00
%329 = fmul double 4.000000e-01, %328
%330 = call double @exp(double noundef %329) #3
%331 = fsub double %330, 1.000000e+00
%332 = fdiv double %324, %331
br label %347
333: ; preds = %311
%334 = load ptr, ptr %6, align 8
%335 = getelementptr inbounds double, ptr %334, i64 14
%336 = load double, ptr %335, align 8
%337 = fsub double %336, 5.000000e+00
%338 = fmul double 1.142000e+01, %337
%339 = load ptr, ptr %6, align 8
%340 = getelementptr inbounds double, ptr %339, i64 14
%341 = load double, ptr %340, align 8
%342 = fsub double %341, 5.000000e+00
%343 = fmul double 4.000000e-01, %342
%344 = call double @exp(double noundef %343) #3
%345 = fsub double %344, 1.000000e+00
%346 = fdiv double %338, %345
br label %347
347: ; preds = %333, %319
%348 = phi double [ %332, %319 ], [ %346, %333 ]
%349 = load ptr, ptr %8, align 8
%350 = getelementptr inbounds double, ptr %349, i64 137
store double %348, ptr %350, align 8
%351 = load ptr, ptr %8, align 8
%352 = getelementptr inbounds double, ptr %351, i64 136
%353 = load double, ptr %352, align 8
%354 = load ptr, ptr %8, align 8
%355 = getelementptr inbounds double, ptr %354, i64 137
%356 = load double, ptr %355, align 8
%357 = fadd double %353, %356
%358 = fdiv double 2.000000e+00, %357
%359 = load ptr, ptr %8, align 8
%360 = getelementptr inbounds double, ptr %359, i64 138
store double %358, ptr %360, align 8
%361 = load ptr, ptr %8, align 8
%362 = getelementptr inbounds double, ptr %361, i64 139
%363 = load double, ptr %362, align 8
%364 = load ptr, ptr %6, align 8
%365 = getelementptr inbounds double, ptr %364, i64 3
%366 = load double, ptr %365, align 8
%367 = fsub double %363, %366
%368 = load ptr, ptr %8, align 8
%369 = getelementptr inbounds double, ptr %368, i64 138
%370 = load double, ptr %369, align 8
%371 = fdiv double %367, %370
%372 = load ptr, ptr %7, align 8
%373 = getelementptr inbounds double, ptr %372, i64 3
store double %371, ptr %373, align 8
%374 = load ptr, ptr %6, align 8
%375 = getelementptr inbounds double, ptr %374, i64 14
%376 = load double, ptr %375, align 8
%377 = fadd double %376, 4.500000e+01
%378 = fdiv double %377, 5.000000e+00
%379 = call double @exp(double noundef %378) #3
%380 = fadd double 1.000000e+00, %379
%381 = fdiv double 1.000000e+00, %380
%382 = load ptr, ptr %8, align 8
%383 = getelementptr inbounds double, ptr %382, i64 143
store double %381, ptr %383, align 8
%384 = load ptr, ptr %8, align 8
%385 = getelementptr inbounds double, ptr %384, i64 56
%386 = load double, ptr %385, align 8
%387 = fcmp oeq double %386, 1.000000e+00
br i1 %387, label %388, label %402
388: ; preds = %347
%389 = load ptr, ptr %6, align 8
%390 = getelementptr inbounds double, ptr %389, i64 14
%391 = load double, ptr %390, align 8
%392 = fadd double %391, 2.800000e+01
%393 = fmul double 3.750000e+00, %392
%394 = load ptr, ptr %6, align 8
%395 = getelementptr inbounds double, ptr %394, i64 14
%396 = load double, ptr %395, align 8
%397 = fadd double %396, 2.800000e+01
%398 = fdiv double %397, 4.000000e+00
%399 = call double @exp(double noundef %398) #3
%400 = fsub double %399, 1.000000e+00
%401 = fdiv double %393, %400
br label %416
402: ; preds = %347
%403 = load ptr, ptr %6, align 8
%404 = getelementptr inbounds double, ptr %403, i64 14
%405 = load double, ptr %404, align 8
%406 = fadd double %405, 2.800000e+01
%407 = fmul double 3.120000e+00, %406
%408 = load ptr, ptr %6, align 8
%409 = getelementptr inbounds double, ptr %408, i64 14
%410 = load double, ptr %409, align 8
%411 = fadd double %410, 2.800000e+01
%412 = fdiv double %411, 4.000000e+00
%413 = call double @exp(double noundef %412) #3
%414 = fsub double %413, 1.000000e+00
%415 = fdiv double %407, %414
br label %416
416: ; preds = %402, %388
%417 = phi double [ %401, %388 ], [ %415, %402 ]
%418 = load ptr, ptr %8, align 8
%419 = getelementptr inbounds double, ptr %418, i64 140
store double %417, ptr %419, align 8
%420 = load ptr, ptr %8, align 8
%421 = getelementptr inbounds double, ptr %420, i64 56
%422 = load double, ptr %421, align 8
%423 = fcmp oeq double %422, 1.000000e+00
br i1 %423, label %424, label %434
424: ; preds = %416
%425 = load ptr, ptr %6, align 8
%426 = getelementptr inbounds double, ptr %425, i64 14
%427 = load double, ptr %426, align 8
%428 = fadd double %427, 2.800000e+01
%429 = fneg double %428
%430 = fdiv double %429, 4.000000e+00
%431 = call double @exp(double noundef %430) #3
%432 = fadd double 1.000000e+00, %431
%433 = fdiv double 3.000000e+01, %432
br label %444
434: ; preds = %416
%435 = load ptr, ptr %6, align 8
%436 = getelementptr inbounds double, ptr %435, i64 14
%437 = load double, ptr %436, align 8
%438 = fadd double %437, 2.800000e+01
%439 = fneg double %438
%440 = fdiv double %439, 4.000000e+00
%441 = call double @exp(double noundef %440) #3
%442 = fadd double 1.000000e+00, %441
%443 = fdiv double 2.500000e+01, %442
br label %444
444: ; preds = %434, %424
%445 = phi double [ %433, %424 ], [ %443, %434 ]
%446 = load ptr, ptr %8, align 8
%447 = getelementptr inbounds double, ptr %446, i64 141
store double %445, ptr %447, align 8
%448 = load ptr, ptr %8, align 8
%449 = getelementptr inbounds double, ptr %448, i64 56
%450 = load double, ptr %449, align 8
%451 = fcmp oeq double %450, 1.000000e+00
br i1 %451, label %452, label %465
452: ; preds = %444
%453 = load ptr, ptr %8, align 8
%454 = getelementptr inbounds double, ptr %453, i64 110
%455 = load double, ptr %454, align 8
%456 = call double @llvm.fmuladd.f64(double -2.000000e-01, double %455, double 1.200000e+00)
%457 = load ptr, ptr %8, align 8
%458 = getelementptr inbounds double, ptr %457, i64 140
%459 = load double, ptr %458, align 8
%460 = load ptr, ptr %8, align 8
%461 = getelementptr inbounds double, ptr %460, i64 141
%462 = load double, ptr %461, align 8
%463 = fadd double %459, %462
%464 = fdiv double %456, %463
br label %474
465: ; preds = %444
%466 = load ptr, ptr %8, align 8
%467 = getelementptr inbounds double, ptr %466, i64 140
%468 = load double, ptr %467, align 8
%469 = load ptr, ptr %8, align 8
%470 = getelementptr inbounds double, ptr %469, i64 141
%471 = load double, ptr %470, align 8
%472 = fadd double %468, %471
%473 = fdiv double 1.000000e+00, %472
br label %474
474: ; preds = %465, %452
%475 = phi double [ %464, %452 ], [ %473, %465 ]
%476 = load ptr, ptr %8, align 8
%477 = getelementptr inbounds double, ptr %476, i64 142
store double %475, ptr %477, align 8
%478 = load ptr, ptr %8, align 8
%479 = getelementptr inbounds double, ptr %478, i64 143
%480 = load double, ptr %479, align 8
%481 = load ptr, ptr %6, align 8
%482 = getelementptr inbounds double, ptr %481, i64 4
%483 = load double, ptr %482, align 8
%484 = fsub double %480, %483
%485 = load ptr, ptr %8, align 8
%486 = getelementptr inbounds double, ptr %485, i64 142
%487 = load double, ptr %486, align 8
%488 = fdiv double %484, %487
%489 = load ptr, ptr %7, align 8
%490 = getelementptr inbounds double, ptr %489, i64 4
store double %488, ptr %490, align 8
%491 = load ptr, ptr %6, align 8
%492 = getelementptr inbounds double, ptr %491, i64 14
%493 = load double, ptr %492, align 8
%494 = fadd double %493, 3.700000e+01
%495 = fneg double %494
%496 = fdiv double %495, 6.800000e+00
%497 = call double @exp(double noundef %496) #3
%498 = fadd double 1.000000e+00, %497
%499 = fdiv double 1.000000e+00, %498
%500 = load ptr, ptr %8, align 8
%501 = getelementptr inbounds double, ptr %500, i64 149
store double %499, ptr %501, align 8
%502 = load ptr, ptr %6, align 8
%503 = getelementptr inbounds double, ptr %502, i64 14
%504 = load double, ptr %503, align 8
%505 = fadd double %504, 2.630000e+01
%506 = fdiv double %505, 3.000000e+01
%507 = call double @exp(double noundef %506) #3
%508 = fmul double 1.068000e+03, %507
%509 = load ptr, ptr %8, align 8
%510 = getelementptr inbounds double, ptr %509, i64 146
store double %508, ptr %510, align 8
%511 = load ptr, ptr %6, align 8
%512 = getelementptr inbounds double, ptr %511, i64 14
%513 = load double, ptr %512, align 8
%514 = fadd double %513, 2.630000e+01
%515 = fneg double %514
%516 = fdiv double %515, 3.000000e+01
%517 = call double @exp(double noundef %516) #3
%518 = fmul double 1.068000e+03, %517
%519 = load ptr, ptr %8, align 8
%520 = getelementptr inbounds double, ptr %519, i64 147
store double %518, ptr %520, align 8
%521 = load ptr, ptr %8, align 8
%522 = getelementptr inbounds double, ptr %521, i64 146
%523 = load double, ptr %522, align 8
%524 = load ptr, ptr %8, align 8
%525 = getelementptr inbounds double, ptr %524, i64 147
%526 = load double, ptr %525, align 8
%527 = fadd double %523, %526
%528 = fdiv double 1.000000e+00, %527
%529 = load ptr, ptr %8, align 8
%530 = getelementptr inbounds double, ptr %529, i64 148
store double %528, ptr %530, align 8
%531 = load ptr, ptr %8, align 8
%532 = getelementptr inbounds double, ptr %531, i64 149
%533 = load double, ptr %532, align 8
%534 = load ptr, ptr %6, align 8
%535 = getelementptr inbounds double, ptr %534, i64 5
%536 = load double, ptr %535, align 8
%537 = fsub double %533, %536
%538 = load ptr, ptr %8, align 8
%539 = getelementptr inbounds double, ptr %538, i64 148
%540 = load double, ptr %539, align 8
%541 = fdiv double %537, %540
%542 = load ptr, ptr %7, align 8
%543 = getelementptr inbounds double, ptr %542, i64 5
store double %541, ptr %543, align 8
%544 = load ptr, ptr %6, align 8
%545 = getelementptr inbounds double, ptr %544, i64 14
%546 = load double, ptr %545, align 8
%547 = fadd double %546, 7.100000e+01
%548 = fdiv double %547, 9.000000e+00
%549 = call double @exp(double noundef %548) #3
%550 = fadd double 1.000000e+00, %549
%551 = fdiv double 1.000000e+00, %550
%552 = load ptr, ptr %8, align 8
%553 = getelementptr inbounds double, ptr %552, i64 153
store double %551, ptr %553, align 8
%554 = load ptr, ptr %8, align 8
%555 = getelementptr inbounds double, ptr %554, i64 56
%556 = load double, ptr %555, align 8
%557 = fcmp oeq double %556, 1.000000e+00
br i1 %557, label %558, label %571
558: ; preds = %474
%559 = load ptr, ptr %6, align 8
%560 = getelementptr inbounds double, ptr %559, i64 14
%561 = load double, ptr %560, align 8
%562 = fadd double %561, 7.100000e+01
%563 = load ptr, ptr %8, align 8
%564 = getelementptr inbounds double, ptr %563, i64 110
%565 = load double, ptr %564, align 8
%566 = call double @llvm.fmuladd.f64(double 0x3FE6666666666666, double %565, double %562)
%567 = fneg double %566
%568 = fdiv double %567, 0x4054D33333333333
%569 = call double @exp(double noundef %568) #3
%570 = fmul double 1.530000e+01, %569
br label %580
571: ; preds = %474
%572 = load ptr, ptr %6, align 8
%573 = getelementptr inbounds double, ptr %572, i64 14
%574 = load double, ptr %573, align 8
%575 = fadd double %574, 7.170000e+01
%576 = fneg double %575
%577 = fdiv double %576, 0x4054D33333333333
%578 = call double @exp(double noundef %577) #3
%579 = fmul double 1.530000e+01, %578
br label %580
580: ; preds = %571, %558
%581 = phi double [ %570, %558 ], [ %579, %571 ]
%582 = load ptr, ptr %8, align 8
%583 = getelementptr inbounds double, ptr %582, i64 150
store double %581, ptr %583, align 8
%584 = load ptr, ptr %8, align 8
%585 = getelementptr inbounds double, ptr %584, i64 56
%586 = load double, ptr %585, align 8
%587 = fcmp oeq double %586, 1.000000e+00
br i1 %587, label %588, label %596
588: ; preds = %580
%589 = load ptr, ptr %6, align 8
%590 = getelementptr inbounds double, ptr %589, i64 14
%591 = load double, ptr %590, align 8
%592 = fadd double %591, 7.100000e+01
%593 = fdiv double %592, 1.538000e+01
%594 = call double @exp(double noundef %593) #3
%595 = fmul double 1.500000e+01, %594
br label %604
596: ; preds = %580
%597 = load ptr, ptr %6, align 8
%598 = getelementptr inbounds double, ptr %597, i64 14
%599 = load double, ptr %598, align 8
%600 = fadd double %599, 7.170000e+01
%601 = fdiv double %600, 1.538000e+01
%602 = call double @exp(double noundef %601) #3
%603 = fmul double 1.500000e+01, %602
br label %604
604: ; preds = %596, %588
%605 = phi double [ %595, %588 ], [ %603, %596 ]
%606 = load ptr, ptr %8, align 8
%607 = getelementptr inbounds double, ptr %606, i64 151
store double %605, ptr %607, align 8
%608 = load ptr, ptr %8, align 8
%609 = getelementptr inbounds double, ptr %608, i64 150
%610 = load double, ptr %609, align 8
%611 = load ptr, ptr %8, align 8
%612 = getelementptr inbounds double, ptr %611, i64 151
%613 = load double, ptr %612, align 8
%614 = fadd double %610, %613
%615 = fdiv double 1.000000e+00, %614
%616 = load ptr, ptr %8, align 8
%617 = getelementptr inbounds double, ptr %616, i64 152
store double %615, ptr %617, align 8
%618 = load ptr, ptr %8, align 8
%619 = getelementptr inbounds double, ptr %618, i64 153
%620 = load double, ptr %619, align 8
%621 = load ptr, ptr %6, align 8
%622 = getelementptr inbounds double, ptr %621, i64 6
%623 = load double, ptr %622, align 8
%624 = fsub double %620, %623
%625 = load ptr, ptr %8, align 8
%626 = getelementptr inbounds double, ptr %625, i64 152
%627 = load double, ptr %626, align 8
%628 = fdiv double %624, %627
%629 = load ptr, ptr %7, align 8
%630 = getelementptr inbounds double, ptr %629, i64 6
store double %628, ptr %630, align 8
%631 = load ptr, ptr %6, align 8
%632 = getelementptr inbounds double, ptr %631, i64 14
%633 = load double, ptr %632, align 8
%634 = fadd double %633, 0x404DAF5C28F5C28F
%635 = fdiv double %634, 1.310000e+01
%636 = call double @exp(double noundef %635) #3
%637 = fadd double 1.000000e+00, %636
%638 = fdiv double 1.000000e+00, %637
%639 = load ptr, ptr %8, align 8
%640 = getelementptr inbounds double, ptr %639, i64 158
store double %638, ptr %640, align 8
%641 = load ptr, ptr %8, align 8
%642 = getelementptr inbounds double, ptr %641, i64 56
%643 = load double, ptr %642, align 8
%644 = fcmp oeq double %643, 0.000000e+00
br i1 %644, label %645, label %662
645: ; preds = %604
%646 = load ptr, ptr %6, align 8
%647 = getelementptr inbounds double, ptr %646, i64 14
%648 = load double, ptr %647, align 8
%649 = fadd double %648, 4.900000e+01
%650 = fmul double -8.000000e-02, %649
%651 = call double @exp(double noundef %650) #3
%652 = fmul double 5.700000e-01, %651
%653 = fdiv double 6.517000e-02, %652
%654 = fadd double 1.010000e-02, %653
%655 = load ptr, ptr %6, align 8
%656 = getelementptr inbounds double, ptr %655, i64 14
%657 = load double, ptr %656, align 8
%658 = fadd double %657, 5.093000e+01
%659 = fmul double 1.000000e-01, %658
%660 = call double @exp(double noundef %659) #3
%661 = call double @llvm.fmuladd.f64(double 2.400000e-05, double %660, double %654)
br label %717
662: ; preds = %604
%663 = load ptr, ptr %8, align 8
%664 = getelementptr inbounds double, ptr %663, i64 56
%665 = load double, ptr %664, align 8
%666 = fcmp oeq double %665, 1.000000e+00
br i1 %666, label %667, label %698
667: ; preds = %662
%668 = load ptr, ptr %6, align 8
%669 = getelementptr inbounds double, ptr %668, i64 14
%670 = load double, ptr %669, align 8
%671 = fadd double %670, 3.900000e+01
%672 = load ptr, ptr %8, align 8
%673 = getelementptr inbounds double, ptr %672, i64 110
%674 = load double, ptr %673, align 8
%675 = call double @llvm.fmuladd.f64(double 1.000000e+01, double %674, double %671)
%676 = fmul double -8.161000e-02, %675
%677 = call double @exp(double noundef %676) #3
%678 = load ptr, ptr %8, align 8
%679 = getelementptr inbounds double, ptr %678, i64 110
%680 = load double, ptr %679, align 8
%681 = call double @llvm.fmuladd.f64(double -1.719000e-01, double %680, double 2.719000e-01)
%682 = fmul double %681, 1.000000e+00
%683 = load ptr, ptr %6, align 8
%684 = getelementptr inbounds double, ptr %683, i64 14
%685 = load double, ptr %684, align 8
%686 = fadd double %685, 4.093000e+01
%687 = load ptr, ptr %8, align 8
%688 = getelementptr inbounds double, ptr %687, i64 110
%689 = load double, ptr %688, align 8
%690 = call double @llvm.fmuladd.f64(double 1.000000e+01, double %689, double %686)
%691 = fmul double %682, %690
%692 = call double @exp(double noundef %691) #3
%693 = fmul double 7.174000e-01, %692
%694 = call double @llvm.fmuladd.f64(double 5.686000e-01, double %677, double %693)
%695 = fdiv double 1.955000e+02, %694
%696 = fadd double 3.031000e+01, %695
%697 = fmul double 0x3F35D867C3ECE2A5, %696
br label %715
698: ; preds = %662
%699 = load ptr, ptr %6, align 8
%700 = getelementptr inbounds double, ptr %699, i64 14
%701 = load double, ptr %700, align 8
%702 = fadd double %701, 3.900000e+01
%703 = fmul double -8.161000e-02, %702
%704 = call double @exp(double noundef %703) #3
%705 = load ptr, ptr %6, align 8
%706 = getelementptr inbounds double, ptr %705, i64 14
%707 = load double, ptr %706, align 8
%708 = fadd double %707, 4.093000e+01
%709 = fmul double 2.719000e-01, %708
%710 = call double @exp(double noundef %709) #3
%711 = fmul double 7.174000e-01, %710
%712 = call double @llvm.fmuladd.f64(double 5.686000e-01, double %704, double %711)
%713 = fdiv double 6.517000e-02, %712
%714 = fadd double 1.010000e-02, %713
br label %715
715: ; preds = %698, %667
%716 = phi double [ %697, %667 ], [ %714, %698 ]
br label %717
717: ; preds = %715, %645
%718 = phi double [ %661, %645 ], [ %716, %715 ]
%719 = load ptr, ptr %8, align 8
%720 = getelementptr inbounds double, ptr %719, i64 159
store double %718, ptr %720, align 8
%721 = load ptr, ptr %8, align 8
%722 = getelementptr inbounds double, ptr %721, i64 158
%723 = load double, ptr %722, align 8
%724 = load ptr, ptr %6, align 8
%725 = getelementptr inbounds double, ptr %724, i64 7
%726 = load double, ptr %725, align 8
%727 = fsub double %723, %726
%728 = load ptr, ptr %8, align 8
%729 = getelementptr inbounds double, ptr %728, i64 159
%730 = load double, ptr %729, align 8
%731 = fdiv double %727, %730
%732 = load ptr, ptr %7, align 8
%733 = getelementptr inbounds double, ptr %732, i64 7
store double %731, ptr %733, align 8
%734 = load ptr, ptr %6, align 8
%735 = getelementptr inbounds double, ptr %734, i64 14
%736 = load double, ptr %735, align 8
%737 = fsub double %736, 1.093000e+01
%738 = fneg double %737
%739 = fdiv double %738, 1.970000e+01
%740 = call double @exp(double noundef %739) #3
%741 = fadd double 1.000000e+00, %740
%742 = fdiv double 1.000000e+00, %741
%743 = load ptr, ptr %8, align 8
%744 = getelementptr inbounds double, ptr %743, i64 160
store double %742, ptr %744, align 8
%745 = load ptr, ptr %8, align 8
%746 = getelementptr inbounds double, ptr %745, i64 56
%747 = load double, ptr %746, align 8
%748 = fcmp oeq double %747, 0.000000e+00
br i1 %748, label %749, label %767
749: ; preds = %717
%750 = load ptr, ptr %6, align 8
%751 = getelementptr inbounds double, ptr %750, i64 14
%752 = load double, ptr %751, align 8
%753 = fadd double %752, 3.061000e+01
%754 = fmul double 0x3FB70A3D70A3D70A, %753
%755 = call double @exp(double noundef %754) #3
%756 = load ptr, ptr %6, align 8
%757 = getelementptr inbounds double, ptr %756, i64 14
%758 = load double, ptr %757, align 8
%759 = fadd double %758, 2.384000e+01
%760 = fmul double -1.200000e-01, %759
%761 = call double @exp(double noundef %760) #3
%762 = fmul double 3.690000e-01, %761
%763 = call double @llvm.fmuladd.f64(double 1.037000e+00, double %755, double %762)
%764 = fdiv double 1.559000e+01, %763
%765 = fadd double 2.980000e+00, %764
%766 = fmul double 1.000000e-03, %765
br label %810
767: ; preds = %717
%768 = load ptr, ptr %8, align 8
%769 = getelementptr inbounds double, ptr %768, i64 56
%770 = load double, ptr %769, align 8
%771 = fcmp oeq double %770, 1.000000e+00
br i1 %771, label %772, label %790
772: ; preds = %767
%773 = load ptr, ptr %6, align 8
%774 = getelementptr inbounds double, ptr %773, i64 14
%775 = load double, ptr %774, align 8
%776 = fadd double %775, 3.061000e+01
%777 = fmul double 9.012000e-02, %776
%778 = call double @exp(double noundef %777) #3
%779 = load ptr, ptr %6, align 8
%780 = getelementptr inbounds double, ptr %779, i64 14
%781 = load double, ptr %780, align 8
%782 = fadd double %781, 2.384000e+01
%783 = fmul double -1.190000e-01, %782
%784 = call double @exp(double noundef %783) #3
%785 = fmul double 3.690000e-01, %784
%786 = call double @llvm.fmuladd.f64(double 1.037000e+00, double %778, double %785)
%787 = fdiv double 7.838000e+00, %786
%788 = fadd double 1.191000e+00, %787
%789 = fmul double 2.500000e-03, %788
br label %808
790: ; preds = %767
%791 = load ptr, ptr %6, align 8
%792 = getelementptr inbounds double, ptr %791, i64 14
%793 = load double, ptr %792, align 8
%794 = fadd double %793, 3.061000e+01
%795 = fmul double 9.012000e-02, %794
%796 = call double @exp(double noundef %795) #3
%797 = load ptr, ptr %6, align 8
%798 = getelementptr inbounds double, ptr %797, i64 14
%799 = load double, ptr %798, align 8
%800 = fadd double %799, 2.384000e+01
%801 = fmul double -1.190000e-01, %800
%802 = call double @exp(double noundef %801) #3
%803 = fmul double 3.690000e-01, %802
%804 = call double @llvm.fmuladd.f64(double 1.037000e+00, double %796, double %803)
%805 = fdiv double 1.959000e+01, %804
%806 = fadd double 2.980000e+00, %805
%807 = fmul double 1.000000e-03, %806
br label %808
808: ; preds = %790, %772
%809 = phi double [ %789, %772 ], [ %807, %790 ]
br label %810
810: ; preds = %808, %749
%811 = phi double [ %766, %749 ], [ %809, %808 ]
%812 = load ptr, ptr %8, align 8
%813 = getelementptr inbounds double, ptr %812, i64 161
store double %811, ptr %813, align 8
%814 = load ptr, ptr %8, align 8
%815 = getelementptr inbounds double, ptr %814, i64 160
%816 = load double, ptr %815, align 8
%817 = load ptr, ptr %6, align 8
%818 = getelementptr inbounds double, ptr %817, i64 8
%819 = load double, ptr %818, align 8
%820 = fsub double %816, %819
%821 = load ptr, ptr %8, align 8
%822 = getelementptr inbounds double, ptr %821, i64 161
%823 = load double, ptr %822, align 8
%824 = fdiv double %820, %823
%825 = load ptr, ptr %7, align 8
%826 = getelementptr inbounds double, ptr %825, i64 8
store double %824, ptr %826, align 8
%827 = load ptr, ptr %8, align 8
%828 = getelementptr inbounds double, ptr %827, i64 56
%829 = load double, ptr %828, align 8
%830 = fcmp une double %829, 2.000000e+00
br i1 %830, label %831, label %841
831: ; preds = %810
%832 = load ptr, ptr %6, align 8
%833 = getelementptr inbounds double, ptr %832, i64 14
%834 = load double, ptr %833, align 8
%835 = fadd double %834, 1.420000e+01
%836 = fneg double %835
%837 = fdiv double %836, 1.060000e+01
%838 = call double @exp(double noundef %837) #3
%839 = fadd double 1.000000e+00, %838
%840 = fdiv double 1.000000e+00, %839
br label %851
841: ; preds = %810
%842 = load ptr, ptr %6, align 8
%843 = getelementptr inbounds double, ptr %842, i64 14
%844 = load double, ptr %843, align 8
%845 = fadd double %844, 1.320000e+01
%846 = fneg double %845
%847 = fdiv double %846, 1.060000e+01
%848 = call double @exp(double noundef %847) #3
%849 = fadd double 1.000000e+00, %848
%850 = fdiv double 1.000000e+00, %849
br label %851
851: ; preds = %841, %831
%852 = phi double [ %840, %831 ], [ %850, %841 ]
%853 = load ptr, ptr %8, align 8
%854 = getelementptr inbounds double, ptr %853, i64 164
store double %852, ptr %854, align 8
%855 = load ptr, ptr %8, align 8
%856 = getelementptr inbounds double, ptr %855, i64 56
%857 = load double, ptr %856, align 8
%858 = fcmp une double %857, 2.000000e+00
br i1 %858, label %859, label %876
859: ; preds = %851
%860 = load ptr, ptr %6, align 8
%861 = getelementptr inbounds double, ptr %860, i64 14
%862 = load double, ptr %861, align 8
%863 = fsub double %862, 9.000000e+00
%864 = fdiv double %863, 1.590000e+01
%865 = call double @exp(double noundef %864) #3
%866 = load ptr, ptr %6, align 8
%867 = getelementptr inbounds double, ptr %866, i64 14
%868 = load double, ptr %867, align 8
%869 = fsub double %868, 9.000000e+00
%870 = fneg double %869
%871 = fdiv double %870, 2.250000e+01
%872 = call double @exp(double noundef %871) #3
%873 = fmul double 0x3FEEB851EB851EB8, %872
%874 = call double @llvm.fmuladd.f64(double 3.720000e+01, double %865, double %873)
%875 = fdiv double 1.000000e+00, %874
br label %893
876: ; preds = %851
%877 = load ptr, ptr %6, align 8
%878 = getelementptr inbounds double, ptr %877, i64 14
%879 = load double, ptr %878, align 8
%880 = fsub double %879, 1.000000e+01
%881 = fdiv double %880, 1.590000e+01
%882 = call double @exp(double noundef %881) #3
%883 = load ptr, ptr %6, align 8
%884 = getelementptr inbounds double, ptr %883, i64 14
%885 = load double, ptr %884, align 8
%886 = fsub double %885, 1.000000e+01
%887 = fneg double %886
%888 = fdiv double %887, 2.250000e+01
%889 = call double @exp(double noundef %888) #3
%890 = fmul double 0x3FEEB851EB851EB8, %889
%891 = call double @llvm.fmuladd.f64(double 3.720000e+01, double %882, double %890)
%892 = fdiv double 1.000000e+00, %891
br label %893
893: ; preds = %876, %859
%894 = phi double [ %875, %859 ], [ %892, %876 ]
%895 = load ptr, ptr %8, align 8
%896 = getelementptr inbounds double, ptr %895, i64 165
store double %894, ptr %896, align 8
%897 = load ptr, ptr %8, align 8
%898 = getelementptr inbounds double, ptr %897, i64 164
%899 = load double, ptr %898, align 8
%900 = load ptr, ptr %6, align 8
%901 = getelementptr inbounds double, ptr %900, i64 9
%902 = load double, ptr %901, align 8
%903 = fsub double %899, %902
%904 = load ptr, ptr %8, align 8
%905 = getelementptr inbounds double, ptr %904, i64 165
%906 = load double, ptr %905, align 8
%907 = fdiv double %903, %906
%908 = load ptr, ptr %7, align 8
%909 = getelementptr inbounds double, ptr %908, i64 9
store double %907, ptr %909, align 8
%910 = load ptr, ptr %8, align 8
%911 = getelementptr inbounds double, ptr %910, i64 164
%912 = load double, ptr %911, align 8
%913 = load ptr, ptr %8, align 8
%914 = getelementptr inbounds double, ptr %913, i64 166
store double %912, ptr %914, align 8
%915 = load ptr, ptr %8, align 8
%916 = getelementptr inbounds double, ptr %915, i64 56
%917 = load double, ptr %916, align 8
%918 = fcmp une double %917, 2.000000e+00
br i1 %918, label %919, label %936
919: ; preds = %893
%920 = load ptr, ptr %6, align 8
%921 = getelementptr inbounds double, ptr %920, i64 14
%922 = load double, ptr %921, align 8
%923 = fsub double %922, 9.000000e+00
%924 = fdiv double %923, 1.700000e+01
%925 = call double @exp(double noundef %924) #3
%926 = load ptr, ptr %6, align 8
%927 = getelementptr inbounds double, ptr %926, i64 14
%928 = load double, ptr %927, align 8
%929 = fsub double %928, 9.000000e+00
%930 = fneg double %929
%931 = fdiv double %930, 2.160000e+01
%932 = call double @exp(double noundef %931) #3
%933 = fmul double 1.500000e-01, %932
%934 = call double @llvm.fmuladd.f64(double 4.200000e+00, double %925, double %933)
%935 = fdiv double 1.000000e+00, %934
br label %953
936: ; preds = %893
%937 = load ptr, ptr %6, align 8
%938 = getelementptr inbounds double, ptr %937, i64 14
%939 = load double, ptr %938, align 8
%940 = fsub double %939, 1.000000e+01
%941 = fdiv double %940, 1.700000e+01
%942 = call double @exp(double noundef %941) #3
%943 = load ptr, ptr %6, align 8
%944 = getelementptr inbounds double, ptr %943, i64 14
%945 = load double, ptr %944, align 8
%946 = fsub double %945, 1.000000e+01
%947 = fneg double %946
%948 = fdiv double %947, 2.160000e+01
%949 = call double @exp(double noundef %948) #3
%950 = fmul double 1.500000e-01, %949
%951 = call double @llvm.fmuladd.f64(double 4.200000e+00, double %942, double %950)
%952 = fdiv double 1.000000e+00, %951
br label %953
953: ; preds = %936, %919
%954 = phi double [ %935, %919 ], [ %952, %936 ]
%955 = load ptr, ptr %8, align 8
%956 = getelementptr inbounds double, ptr %955, i64 167
store double %954, ptr %956, align 8
%957 = load ptr, ptr %8, align 8
%958 = getelementptr inbounds double, ptr %957, i64 166
%959 = load double, ptr %958, align 8
%960 = load ptr, ptr %6, align 8
%961 = getelementptr inbounds double, ptr %960, i64 10
%962 = load double, ptr %961, align 8
%963 = fsub double %959, %962
%964 = load ptr, ptr %8, align 8
%965 = getelementptr inbounds double, ptr %964, i64 167
%966 = load double, ptr %965, align 8
%967 = fdiv double %963, %966
%968 = load ptr, ptr %7, align 8
%969 = getelementptr inbounds double, ptr %968, i64 10
store double %967, ptr %969, align 8
%970 = load ptr, ptr %6, align 8
%971 = getelementptr inbounds double, ptr %970, i64 14
%972 = load double, ptr %971, align 8
%973 = fadd double %972, 1.860000e+01
%974 = fdiv double %973, 1.010000e+01
%975 = call double @exp(double noundef %974) #3
%976 = fadd double 1.000000e+00, %975
%977 = fdiv double 1.000000e+00, %976
%978 = load ptr, ptr %8, align 8
%979 = getelementptr inbounds double, ptr %978, i64 169
store double %977, ptr %979, align 8
%980 = load ptr, ptr %8, align 8
%981 = getelementptr inbounds double, ptr %980, i64 169
%982 = load double, ptr %981, align 8
%983 = load ptr, ptr %6, align 8
%984 = getelementptr inbounds double, ptr %983, i64 11
%985 = load double, ptr %984, align 8
%986 = fsub double %982, %985
%987 = load ptr, ptr %8, align 8
%988 = getelementptr inbounds double, ptr %987, i64 168
%989 = load double, ptr %988, align 8
%990 = fdiv double %986, %989
%991 = load ptr, ptr %7, align 8
%992 = getelementptr inbounds double, ptr %991, i64 11
store double %990, ptr %992, align 8
%993 = load ptr, ptr %6, align 8
%994 = getelementptr inbounds double, ptr %993, i64 14
%995 = load double, ptr %994, align 8
%996 = fsub double %995, 4.000000e+01
%997 = fneg double %996
%998 = fdiv double %997, 9.000000e+00
%999 = call double @exp(double noundef %998) #3
%1000 = fadd double 1.000000e+00, %999
%1001 = fdiv double 1.400000e+01, %1000
%1002 = load ptr, ptr %8, align 8
%1003 = getelementptr inbounds double, ptr %1002, i64 172
store double %1001, ptr %1003, align 8
%1004 = load ptr, ptr %6, align 8
%1005 = getelementptr inbounds double, ptr %1004, i64 14
%1006 = load double, ptr %1005, align 8
%1007 = fneg double %1006
%1008 = fdiv double %1007, 4.500000e+01
%1009 = call double @exp(double noundef %1008) #3
%1010 = fmul double 1.000000e+00, %1009
%1011 = load ptr, ptr %8, align 8
%1012 = getelementptr inbounds double, ptr %1011, i64 173
store double %1010, ptr %1012, align 8
%1013 = load ptr, ptr %8, align 8
%1014 = getelementptr inbounds double, ptr %1013, i64 172
%1015 = load double, ptr %1014, align 8
%1016 = load ptr, ptr %6, align 8
%1017 = getelementptr inbounds double, ptr %1016, i64 12
%1018 = load double, ptr %1017, align 8
%1019 = fsub double 1.000000e+00, %1018
%1020 = load ptr, ptr %8, align 8
%1021 = getelementptr inbounds double, ptr %1020, i64 173
%1022 = load double, ptr %1021, align 8
%1023 = load ptr, ptr %6, align 8
%1024 = getelementptr inbounds double, ptr %1023, i64 12
%1025 = load double, ptr %1024, align 8
%1026 = fmul double %1022, %1025
%1027 = fneg double %1026
%1028 = call double @llvm.fmuladd.f64(double %1015, double %1019, double %1027)
%1029 = load ptr, ptr %7, align 8
%1030 = getelementptr inbounds double, ptr %1029, i64 12
store double %1028, ptr %1030, align 8
%1031 = load ptr, ptr %8, align 8
%1032 = getelementptr inbounds double, ptr %1031, i64 56
%1033 = load double, ptr %1032, align 8
%1034 = fcmp oeq double %1033, 0.000000e+00
br i1 %1034, label %1035, label %1044
1035: ; preds = %953
%1036 = load ptr, ptr %6, align 8
%1037 = getelementptr inbounds double, ptr %1036, i64 14
%1038 = load double, ptr %1037, align 8
%1039 = fadd double %1038, 7.891000e+01
%1040 = fneg double %1039
%1041 = fdiv double %1040, 2.662000e+01
%1042 = call double @exp(double noundef %1041) #3
%1043 = fmul double 1.000000e+00, %1042
br label %1053
1044: ; preds = %953
%1045 = load ptr, ptr %6, align 8
%1046 = getelementptr inbounds double, ptr %1045, i64 14
%1047 = load double, ptr %1046, align 8
%1048 = fadd double %1047, 7.891000e+01
%1049 = fneg double %1048
%1050 = fdiv double %1049, 2.663000e+01
%1051 = call double @exp(double noundef %1050) #3
%1052 = fmul double 1.000000e+00, %1051
br label %1053
1053: ; preds = %1044, %1035
%1054 = phi double [ %1043, %1035 ], [ %1052, %1044 ]
%1055 = load ptr, ptr %8, align 8
%1056 = getelementptr inbounds double, ptr %1055, i64 178
store double %1054, ptr %1056, align 8
%1057 = load ptr, ptr %6, align 8
%1058 = getelementptr inbounds double, ptr %1057, i64 14
%1059 = load double, ptr %1058, align 8
%1060 = fadd double %1059, 0x4052C851EB851EB8
%1061 = fdiv double %1060, 2.125000e+01
%1062 = call double @exp(double noundef %1061) #3
%1063 = fmul double 1.000000e+00, %1062
%1064 = load ptr, ptr %8, align 8
%1065 = getelementptr inbounds double, ptr %1064, i64 179
store double %1063, ptr %1065, align 8
%1066 = load ptr, ptr %8, align 8
%1067 = getelementptr inbounds double, ptr %1066, i64 178
%1068 = load double, ptr %1067, align 8
%1069 = load ptr, ptr %6, align 8
%1070 = getelementptr inbounds double, ptr %1069, i64 13
%1071 = load double, ptr %1070, align 8
%1072 = fsub double 1.000000e+00, %1071
%1073 = load ptr, ptr %8, align 8
%1074 = getelementptr inbounds double, ptr %1073, i64 179
%1075 = load double, ptr %1074, align 8
%1076 = load ptr, ptr %6, align 8
%1077 = getelementptr inbounds double, ptr %1076, i64 13
%1078 = load double, ptr %1077, align 8
%1079 = fmul double %1075, %1078
%1080 = fneg double %1079
%1081 = call double @llvm.fmuladd.f64(double %1068, double %1072, double %1080)
%1082 = load ptr, ptr %7, align 8
%1083 = getelementptr inbounds double, ptr %1082, i64 13
store double %1081, ptr %1083, align 8
%1084 = load ptr, ptr %8, align 8
%1085 = getelementptr inbounds double, ptr %1084, i64 117
%1086 = load double, ptr %1085, align 8
%1087 = load ptr, ptr %8, align 8
%1088 = getelementptr inbounds double, ptr %1087, i64 48
%1089 = load double, ptr %1088, align 8
%1090 = load ptr, ptr %8, align 8
%1091 = getelementptr inbounds double, ptr %1090, i64 103
%1092 = load double, ptr %1091, align 8
%1093 = load ptr, ptr %8, align 8
%1094 = getelementptr inbounds double, ptr %1093, i64 48
%1095 = load double, ptr %1094, align 8
%1096 = fadd double %1092, %1095
%1097 = fdiv double %1089, %1096
%1098 = call double @pow(double noundef %1097, double noundef 3.000000e+00) #3
%1099 = fmul double %1086, %1098
%1100 = load ptr, ptr %8, align 8
%1101 = getelementptr inbounds double, ptr %1100, i64 47
%1102 = load double, ptr %1101, align 8
%1103 = load ptr, ptr %8, align 8
%1104 = getelementptr inbounds double, ptr %1103, i64 102
%1105 = load double, ptr %1104, align 8
%1106 = load ptr, ptr %8, align 8
%1107 = getelementptr inbounds double, ptr %1106, i64 47
%1108 = load double, ptr %1107, align 8
%1109 = fadd double %1105, %1108
%1110 = fdiv double %1102, %1109
%1111 = call double @pow(double noundef %1110, double noundef 2.000000e+00) #3
%1112 = fmul double %1099, %1111
%1113 = fmul double %1112, 1.600000e+00
%1114 = load ptr, ptr %6, align 8
%1115 = getelementptr inbounds double, ptr %1114, i64 14
%1116 = load double, ptr %1115, align 8
%1117 = fadd double %1116, 6.000000e+01
%1118 = fneg double %1117
%1119 = fdiv double %1118, 4.000000e+01
%1120 = call double @exp(double noundef %1119) #3
%1121 = fadd double 1.500000e+00, %1120
%1122 = fdiv double %1113, %1121
%1123 = load ptr, ptr %8, align 8
%1124 = getelementptr inbounds double, ptr %1123, i64 118
store double %1122, ptr %1124, align 8
%1125 = load ptr, ptr %8, align 8
%1126 = getelementptr inbounds double, ptr %1125, i64 56
%1127 = load double, ptr %1126, align 8
%1128 = fcmp oeq double %1127, 0.000000e+00
br i1 %1128, label %1129, label %1193
1129: ; preds = %1053
%1130 = load ptr, ptr %8, align 8
%1131 = getelementptr inbounds double, ptr %1130, i64 115
%1132 = load double, ptr %1131, align 8
%1133 = load ptr, ptr %8, align 8
%1134 = getelementptr inbounds double, ptr %1133, i64 48
%1135 = load double, ptr %1134, align 8
%1136 = call double @pow(double noundef %1135, double noundef 3.000000e+00) #3
%1137 = load ptr, ptr %8, align 8
%1138 = getelementptr inbounds double, ptr %1137, i64 45
%1139 = load double, ptr %1138, align 8
%1140 = fmul double %1136, %1139
%1141 = load ptr, ptr %6, align 8
%1142 = getelementptr inbounds double, ptr %1141, i64 14
%1143 = load double, ptr %1142, align 8
%1144 = fmul double 3.743000e-02, %1143
%1145 = load ptr, ptr %8, align 8
%1146 = getelementptr inbounds double, ptr %1145, i64 89
%1147 = load double, ptr %1146, align 8
%1148 = fmul double %1144, %1147
%1149 = call double @exp(double noundef %1148) #3
%1150 = load ptr, ptr %8, align 8
%1151 = getelementptr inbounds double, ptr %1150, i64 49
%1152 = load double, ptr %1151, align 8
%1153 = call double @pow(double noundef %1152, double noundef 3.000000e+00) #3
%1154 = load ptr, ptr %8, align 8
%1155 = getelementptr inbounds double, ptr %1154, i64 44
%1156 = load double, ptr %1155, align 8
%1157 = fmul double %1153, %1156
%1158 = load ptr, ptr %6, align 8
%1159 = getelementptr inbounds double, ptr %1158, i64 14
%1160 = load double, ptr %1159, align 8
%1161 = fmul double 3.740000e-02, %1160
%1162 = load ptr, ptr %8, align 8
%1163 = getelementptr inbounds double, ptr %1162, i64 89
%1164 = load double, ptr %1163, align 8
%1165 = fsub double %1164, 1.000000e+00
%1166 = fmul double %1161, %1165
%1167 = call double @exp(double noundef %1166) #3
%1168 = fmul double %1157, %1167
%1169 = fneg double %1168
%1170 = call double @llvm.fmuladd.f64(double %1140, double %1149, double %1169)
%1171 = fmul double %1132, %1170
%1172 = load ptr, ptr %8, align 8
%1173 = getelementptr inbounds double, ptr %1172, i64 88
%1174 = load double, ptr %1173, align 8
%1175 = load ptr, ptr %8, align 8
%1176 = getelementptr inbounds double, ptr %1175, i64 44
%1177 = load double, ptr %1176, align 8
%1178 = load ptr, ptr %8, align 8
%1179 = getelementptr inbounds double, ptr %1178, i64 49
%1180 = load double, ptr %1179, align 8
%1181 = call double @pow(double noundef %1180, double noundef 3.000000e+00) #3
%1182 = load ptr, ptr %8, align 8
%1183 = getelementptr inbounds double, ptr %1182, i64 45
%1184 = load double, ptr %1183, align 8
%1185 = load ptr, ptr %8, align 8
%1186 = getelementptr inbounds double, ptr %1185, i64 48
%1187 = load double, ptr %1186, align 8
%1188 = call double @pow(double noundef %1187, double noundef 3.000000e+00) #3
%1189 = fmul double %1184, %1188
%1190 = call double @llvm.fmuladd.f64(double %1177, double %1181, double %1189)
%1191 = call double @llvm.fmuladd.f64(double %1174, double %1190, double 1.000000e+00)
%1192 = fdiv double %1171, %1191
br label %1257
1193: ; preds = %1053
%1194 = load ptr, ptr %8, align 8
%1195 = getelementptr inbounds double, ptr %1194, i64 115
%1196 = load double, ptr %1195, align 8
%1197 = load ptr, ptr %8, align 8
%1198 = getelementptr inbounds double, ptr %1197, i64 48
%1199 = load double, ptr %1198, align 8
%1200 = call double @pow(double noundef %1199, double noundef 3.000000e+00) #3
%1201 = load ptr, ptr %8, align 8
%1202 = getelementptr inbounds double, ptr %1201, i64 45
%1203 = load double, ptr %1202, align 8
%1204 = fmul double %1200, %1203
%1205 = load ptr, ptr %6, align 8
%1206 = getelementptr inbounds double, ptr %1205, i64 14
%1207 = load double, ptr %1206, align 8
%1208 = fmul double 3.743000e-02, %1207
%1209 = load ptr, ptr %8, align 8
%1210 = getelementptr inbounds double, ptr %1209, i64 89
%1211 = load double, ptr %1210, align 8
%1212 = fmul double %1208, %1211
%1213 = call double @exp(double noundef %1212) #3
%1214 = load ptr, ptr %8, align 8
%1215 = getelementptr inbounds double, ptr %1214, i64 49
%1216 = load double, ptr %1215, align 8
%1217 = call double @pow(double noundef %1216, double noundef 3.000000e+00) #3
%1218 = load ptr, ptr %8, align 8
%1219 = getelementptr inbounds double, ptr %1218, i64 44
%1220 = load double, ptr %1219, align 8
%1221 = fmul double %1217, %1220
%1222 = load ptr, ptr %6, align 8
%1223 = getelementptr inbounds double, ptr %1222, i64 14
%1224 = load double, ptr %1223, align 8
%1225 = fmul double 3.743000e-02, %1224
%1226 = load ptr, ptr %8, align 8
%1227 = getelementptr inbounds double, ptr %1226, i64 89
%1228 = load double, ptr %1227, align 8
%1229 = fsub double %1228, 1.000000e+00
%1230 = fmul double %1225, %1229
%1231 = call double @exp(double noundef %1230) #3
%1232 = fmul double %1221, %1231
%1233 = fneg double %1232
%1234 = call double @llvm.fmuladd.f64(double %1204, double %1213, double %1233)
%1235 = fmul double %1196, %1234
%1236 = load ptr, ptr %8, align 8
%1237 = getelementptr inbounds double, ptr %1236, i64 88
%1238 = load double, ptr %1237, align 8
%1239 = load ptr, ptr %8, align 8
%1240 = getelementptr inbounds double, ptr %1239, i64 44
%1241 = load double, ptr %1240, align 8
%1242 = load ptr, ptr %8, align 8
%1243 = getelementptr inbounds double, ptr %1242, i64 49
%1244 = load double, ptr %1243, align 8
%1245 = call double @pow(double noundef %1244, double noundef 3.000000e+00) #3
%1246 = load ptr, ptr %8, align 8
%1247 = getelementptr inbounds double, ptr %1246, i64 45
%1248 = load double, ptr %1247, align 8
%1249 = load ptr, ptr %8, align 8
%1250 = getelementptr inbounds double, ptr %1249, i64 48
%1251 = load double, ptr %1250, align 8
%1252 = call double @pow(double noundef %1251, double noundef 3.000000e+00) #3
%1253 = fmul double %1248, %1252
%1254 = call double @llvm.fmuladd.f64(double %1241, double %1245, double %1253)
%1255 = call double @llvm.fmuladd.f64(double %1238, double %1254, double 1.000000e+00)
%1256 = fdiv double %1235, %1255
br label %1257
1257: ; preds = %1193, %1129
%1258 = phi double [ %1192, %1129 ], [ %1256, %1193 ]
%1259 = load ptr, ptr %8, align 8
%1260 = getelementptr inbounds double, ptr %1259, i64 116
store double %1258, ptr %1260, align 8
%1261 = load ptr, ptr %8, align 8
%1262 = getelementptr inbounds double, ptr %1261, i64 56
%1263 = load double, ptr %1262, align 8
%1264 = fcmp une double %1263, 2.000000e+00
br i1 %1264, label %1265, label %1281
1265: ; preds = %1257
%1266 = load ptr, ptr %8, align 8
%1267 = getelementptr inbounds double, ptr %1266, i64 176
%1268 = load double, ptr %1267, align 8
%1269 = load ptr, ptr %6, align 8
%1270 = getelementptr inbounds double, ptr %1269, i64 13
%1271 = load double, ptr %1270, align 8
%1272 = fmul double %1268, %1271
%1273 = load ptr, ptr %6, align 8
%1274 = getelementptr inbounds double, ptr %1273, i64 14
%1275 = load double, ptr %1274, align 8
%1276 = load ptr, ptr %8, align 8
%1277 = getelementptr inbounds double, ptr %1276, i64 122
%1278 = load double, ptr %1277, align 8
%1279 = fsub double %1275, %1278
%1280 = fmul double %1272, %1279
br label %1294
1281: ; preds = %1257
%1282 = load ptr, ptr %8, align 8
%1283 = getelementptr inbounds double, ptr %1282, i64 176
%1284 = load double, ptr %1283, align 8
%1285 = load ptr, ptr %6, align 8
%1286 = getelementptr inbounds double, ptr %1285, i64 13
%1287 = load double, ptr %1286, align 8
%1288 = fmul double %1284, %1287
%1289 = load ptr, ptr %6, align 8
%1290 = getelementptr inbounds double, ptr %1289, i64 14
%1291 = load double, ptr %1290, align 8
%1292 = fadd double %1291, 1.020000e+02
%1293 = fmul double %1288, %1292
br label %1294
1294: ; preds = %1281, %1265
%1295 = phi double [ %1280, %1265 ], [ %1293, %1281 ]
%1296 = load ptr, ptr %8, align 8
%1297 = getelementptr inbounds double, ptr %1296, i64 177
store double %1295, ptr %1297, align 8
%1298 = load ptr, ptr %8, align 8
%1299 = getelementptr inbounds double, ptr %1298, i64 56
%1300 = load double, ptr %1299, align 8
%1301 = fcmp une double %1300, 2.000000e+00
br i1 %1301, label %1302, label %1318
1302: ; preds = %1294
%1303 = load ptr, ptr %8, align 8
%1304 = getelementptr inbounds double, ptr %1303, i64 174
%1305 = load double, ptr %1304, align 8
%1306 = load ptr, ptr %6, align 8
%1307 = getelementptr inbounds double, ptr %1306, i64 13
%1308 = load double, ptr %1307, align 8
%1309 = fmul double %1305, %1308
%1310 = load ptr, ptr %6, align 8
%1311 = getelementptr inbounds double, ptr %1310, i64 14
%1312 = load double, ptr %1311, align 8
%1313 = load ptr, ptr %8, align 8
%1314 = getelementptr inbounds double, ptr %1313, i64 121
%1315 = load double, ptr %1314, align 8
%1316 = fsub double %1312, %1315
%1317 = fmul double %1309, %1316
br label %1331
1318: ; preds = %1294
%1319 = load ptr, ptr %8, align 8
%1320 = getelementptr inbounds double, ptr %1319, i64 174
%1321 = load double, ptr %1320, align 8
%1322 = load ptr, ptr %6, align 8
%1323 = getelementptr inbounds double, ptr %1322, i64 13
%1324 = load double, ptr %1323, align 8
%1325 = fmul double %1321, %1324
%1326 = load ptr, ptr %6, align 8
%1327 = getelementptr inbounds double, ptr %1326, i64 14
%1328 = load double, ptr %1327, align 8
%1329 = fsub double %1328, 7.760000e+01
%1330 = fmul double %1325, %1329
br label %1331
1331: ; preds = %1318, %1302
%1332 = phi double [ %1317, %1302 ], [ %1330, %1318 ]
%1333 = load ptr, ptr %8, align 8
%1334 = getelementptr inbounds double, ptr %1333, i64 175
store double %1332, ptr %1334, align 8
%1335 = load ptr, ptr %8, align 8
%1336 = getelementptr inbounds double, ptr %1335, i64 170
%1337 = load double, ptr %1336, align 8
%1338 = load ptr, ptr %6, align 8
%1339 = getelementptr inbounds double, ptr %1338, i64 12
%1340 = load double, ptr %1339, align 8
%1341 = call double @pow(double noundef %1340, double noundef 2.000000e+00) #3
%1342 = fmul double %1337, %1341
%1343 = load ptr, ptr %6, align 8
%1344 = getelementptr inbounds double, ptr %1343, i64 14
%1345 = load double, ptr %1344, align 8
%1346 = load ptr, ptr %8, align 8
%1347 = getelementptr inbounds double, ptr %1346, i64 124
%1348 = load double, ptr %1347, align 8
%1349 = fsub double %1345, %1348
%1350 = fmul double %1342, %1349
%1351 = load ptr, ptr %8, align 8
%1352 = getelementptr inbounds double, ptr %1351, i64 171
store double %1350, ptr %1352, align 8
%1353 = load ptr, ptr %8, align 8
%1354 = getelementptr inbounds double, ptr %1353, i64 155
%1355 = load double, ptr %1354, align 8
%1356 = load ptr, ptr %6, align 8
%1357 = getelementptr inbounds double, ptr %1356, i64 8
%1358 = load double, ptr %1357, align 8
%1359 = fmul double %1355, %1358
%1360 = load ptr, ptr %6, align 8
%1361 = getelementptr inbounds double, ptr %1360, i64 14
%1362 = load double, ptr %1361, align 8
%1363 = load ptr, ptr %8, align 8
%1364 = getelementptr inbounds double, ptr %1363, i64 122
%1365 = load double, ptr %1364, align 8
%1366 = fsub double %1362, %1365
%1367 = fmul double %1359, %1366
%1368 = load ptr, ptr %8, align 8
%1369 = getelementptr inbounds double, ptr %1368, i64 157
store double %1367, ptr %1369, align 8
%1370 = load ptr, ptr %8, align 8
%1371 = getelementptr inbounds double, ptr %1370, i64 154
%1372 = load double, ptr %1371, align 8
%1373 = load ptr, ptr %6, align 8
%1374 = getelementptr inbounds double, ptr %1373, i64 7
%1375 = load double, ptr %1374, align 8
%1376 = fmul double %1372, %1375
%1377 = load ptr, ptr %6, align 8
%1378 = getelementptr inbounds double, ptr %1377, i64 8
%1379 = load double, ptr %1378, align 8
%1380 = fmul double %1376, %1379
%1381 = load ptr, ptr %6, align 8
%1382 = getelementptr inbounds double, ptr %1381, i64 14
%1383 = load double, ptr %1382, align 8
%1384 = load ptr, ptr %8, align 8
%1385 = getelementptr inbounds double, ptr %1384, i64 122
%1386 = load double, ptr %1385, align 8
%1387 = fsub double %1383, %1386
%1388 = fmul double %1380, %1387
%1389 = load ptr, ptr %8, align 8
%1390 = getelementptr inbounds double, ptr %1389, i64 156
store double %1388, ptr %1390, align 8
%1391 = load ptr, ptr %8, align 8
%1392 = getelementptr inbounds double, ptr %1391, i64 144
%1393 = load double, ptr %1392, align 8
%1394 = load ptr, ptr %6, align 8
%1395 = getelementptr inbounds double, ptr %1394, i64 5
%1396 = load double, ptr %1395, align 8
%1397 = fmul double %1393, %1396
%1398 = load ptr, ptr %6, align 8
%1399 = getelementptr inbounds double, ptr %1398, i64 6
%1400 = load double, ptr %1399, align 8
%1401 = fmul double %1397, %1400
%1402 = load ptr, ptr %6, align 8
%1403 = getelementptr inbounds double, ptr %1402, i64 14
%1404 = load double, ptr %1403, align 8
%1405 = load ptr, ptr %8, align 8
%1406 = getelementptr inbounds double, ptr %1405, i64 7
%1407 = load double, ptr %1406, align 8
%1408 = fsub double %1404, %1407
%1409 = fmul double %1401, %1408
%1410 = load ptr, ptr %8, align 8
%1411 = getelementptr inbounds double, ptr %1410, i64 145
store double %1409, ptr %1411, align 8
%1412 = load ptr, ptr %8, align 8
%1413 = getelementptr inbounds double, ptr %1412, i64 134
%1414 = load double, ptr %1413, align 8
%1415 = load ptr, ptr %6, align 8
%1416 = getelementptr inbounds double, ptr %1415, i64 4
%1417 = load double, ptr %1416, align 8
%1418 = load ptr, ptr %6, align 8
%1419 = getelementptr inbounds double, ptr %1418, i64 3
%1420 = load double, ptr %1419, align 8
%1421 = load ptr, ptr %6, align 8
%1422 = getelementptr inbounds double, ptr %1421, i64 14
%1423 = load double, ptr %1422, align 8
%1424 = fadd double %1423, 1.410000e+01
%1425 = fneg double %1424
%1426 = fdiv double %1425, 6.000000e+00
%1427 = call double @exp(double noundef %1426) #3
%1428 = fadd double 1.000000e+00, %1427
%1429 = fdiv double 6.000000e-03, %1428
%1430 = call double @llvm.fmuladd.f64(double %1417, double %1420, double %1429)
%1431 = fmul double %1414, %1430
%1432 = load ptr, ptr %6, align 8
%1433 = getelementptr inbounds double, ptr %1432, i64 14
%1434 = load double, ptr %1433, align 8
%1435 = load ptr, ptr %8, align 8
%1436 = getelementptr inbounds double, ptr %1435, i64 0
%1437 = load double, ptr %1436, align 8
%1438 = fsub double %1434, %1437
%1439 = fmul double %1431, %1438
%1440 = load ptr, ptr %8, align 8
%1441 = getelementptr inbounds double, ptr %1440, i64 135
store double %1439, ptr %1441, align 8
%1442 = load ptr, ptr %8, align 8
%1443 = getelementptr inbounds double, ptr %1442, i64 56
%1444 = load double, ptr %1443, align 8
%1445 = fcmp oeq double %1444, 0.000000e+00
br i1 %1445, label %1446, label %1463
1446: ; preds = %1331
%1447 = load ptr, ptr %6, align 8
%1448 = getelementptr inbounds double, ptr %1447, i64 14
%1449 = load double, ptr %1448, align 8
%1450 = fadd double %1449, 3.440000e+01
%1451 = fmul double -6.300000e-02, %1450
%1452 = call double @exp(double noundef %1451) #3
%1453 = fmul double 9.520000e-02, %1452
%1454 = load ptr, ptr %6, align 8
%1455 = getelementptr inbounds double, ptr %1454, i64 14
%1456 = load double, ptr %1455, align 8
%1457 = fadd double %1456, 6.370000e+01
%1458 = fmul double -2.250000e-01, %1457
%1459 = call double @exp(double noundef %1458) #3
%1460 = call double @llvm.fmuladd.f64(double 1.660000e+00, double %1459, double 1.000000e+00)
%1461 = fdiv double %1453, %1460
%1462 = fadd double %1461, 8.690000e-02
br label %1480
1463: ; preds = %1331
%1464 = load ptr, ptr %6, align 8
%1465 = getelementptr inbounds double, ptr %1464, i64 14
%1466 = load double, ptr %1465, align 8
%1467 = fadd double %1466, 3.440000e+01
%1468 = fmul double -6.306000e-02, %1467
%1469 = call double @exp(double noundef %1468) #3
%1470 = fmul double 9.518000e-02, %1469
%1471 = load ptr, ptr %6, align 8
%1472 = getelementptr inbounds double, ptr %1471, i64 14
%1473 = load double, ptr %1472, align 8
%1474 = fadd double %1473, 6.370000e+01
%1475 = fmul double -2.251000e-01, %1474
%1476 = call double @exp(double noundef %1475) #3
%1477 = call double @llvm.fmuladd.f64(double 1.662000e+00, double %1476, double 1.000000e+00)
%1478 = fdiv double %1470, %1477
%1479 = fadd double %1478, 0x3FB6410B630A9153
br label %1480
1480: ; preds = %1463, %1446
%1481 = phi double [ %1462, %1446 ], [ %1479, %1463 ]
%1482 = load ptr, ptr %8, align 8
%1483 = getelementptr inbounds double, ptr %1482, i64 128
store double %1481, ptr %1483, align 8
%1484 = load ptr, ptr %8, align 8
%1485 = getelementptr inbounds double, ptr %1484, i64 128
%1486 = load double, ptr %1485, align 8
%1487 = fsub double 1.000000e+00, %1486
%1488 = load ptr, ptr %6, align 8
%1489 = getelementptr inbounds double, ptr %1488, i64 1
%1490 = load double, ptr %1489, align 8
%1491 = load ptr, ptr %8, align 8
%1492 = getelementptr inbounds double, ptr %1491, i64 128
%1493 = load double, ptr %1492, align 8
%1494 = load ptr, ptr %6, align 8
%1495 = getelementptr inbounds double, ptr %1494, i64 2
%1496 = load double, ptr %1495, align 8
%1497 = fmul double %1493, %1496
%1498 = call double @llvm.fmuladd.f64(double %1487, double %1490, double %1497)
%1499 = load ptr, ptr %8, align 8
%1500 = getelementptr inbounds double, ptr %1499, i64 129
store double %1498, ptr %1500, align 8
%1501 = load ptr, ptr %8, align 8
%1502 = getelementptr inbounds double, ptr %1501, i64 125
%1503 = load double, ptr %1502, align 8
%1504 = load ptr, ptr %6, align 8
%1505 = getelementptr inbounds double, ptr %1504, i64 0
%1506 = load double, ptr %1505, align 8
%1507 = call double @pow(double noundef %1506, double noundef 3.000000e+00) #3
%1508 = fmul double %1503, %1507
%1509 = load ptr, ptr %8, align 8
%1510 = getelementptr inbounds double, ptr %1509, i64 129
%1511 = load double, ptr %1510, align 8
%1512 = fmul double %1508, %1511
%1513 = load ptr, ptr %8, align 8
%1514 = getelementptr inbounds double, ptr %1513, i64 49
%1515 = load double, ptr %1514, align 8
%1516 = fmul double %1512, %1515
%1517 = load ptr, ptr %8, align 8
%1518 = getelementptr inbounds double, ptr %1517, i64 52
%1519 = load double, ptr %1518, align 8
%1520 = call double @pow(double noundef %1519, double noundef 2.000000e+00) #3
%1521 = fmul double %1516, %1520
%1522 = load ptr, ptr %8, align 8
%1523 = getelementptr inbounds double, ptr %1522, i64 54
%1524 = load double, ptr %1523, align 8
%1525 = load ptr, ptr %8, align 8
%1526 = getelementptr inbounds double, ptr %1525, i64 55
%1527 = load double, ptr %1526, align 8
%1528 = fmul double %1524, %1527
%1529 = fdiv double %1521, %1528
%1530 = load ptr, ptr %6, align 8
%1531 = getelementptr inbounds double, ptr %1530, i64 14
%1532 = load double, ptr %1531, align 8
%1533 = load ptr, ptr %8, align 8
%1534 = getelementptr inbounds double, ptr %1533, i64 121
%1535 = load double, ptr %1534, align 8
%1536 = fsub double %1532, %1535
%1537 = load ptr, ptr %8, align 8
%1538 = getelementptr inbounds double, ptr %1537, i64 52
%1539 = load double, ptr %1538, align 8
%1540 = fmul double %1536, %1539
%1541 = load ptr, ptr %8, align 8
%1542 = getelementptr inbounds double, ptr %1541, i64 54
%1543 = load double, ptr %1542, align 8
%1544 = load ptr, ptr %8, align 8
%1545 = getelementptr inbounds double, ptr %1544, i64 55
%1546 = load double, ptr %1545, align 8
%1547 = fmul double %1543, %1546
%1548 = fdiv double %1540, %1547
%1549 = call double @exp(double noundef %1548) #3
%1550 = fsub double %1549, 1.000000e+00
%1551 = fmul double %1529, %1550
%1552 = load ptr, ptr %6, align 8
%1553 = getelementptr inbounds double, ptr %1552, i64 14
%1554 = load double, ptr %1553, align 8
%1555 = load ptr, ptr %8, align 8
%1556 = getelementptr inbounds double, ptr %1555, i64 52
%1557 = load double, ptr %1556, align 8
%1558 = fmul double %1554, %1557
%1559 = load ptr, ptr %8, align 8
%1560 = getelementptr inbounds double, ptr %1559, i64 54
%1561 = load double, ptr %1560, align 8
%1562 = load ptr, ptr %8, align 8
%1563 = getelementptr inbounds double, ptr %1562, i64 55
%1564 = load double, ptr %1563, align 8
%1565 = fmul double %1561, %1564
%1566 = fdiv double %1558, %1565
%1567 = call double @exp(double noundef %1566) #3
%1568 = fsub double %1567, 1.000000e+00
%1569 = fdiv double %1551, %1568
%1570 = load ptr, ptr %6, align 8
%1571 = getelementptr inbounds double, ptr %1570, i64 14
%1572 = load double, ptr %1571, align 8
%1573 = fmul double %1569, %1572
%1574 = load ptr, ptr %8, align 8
%1575 = getelementptr inbounds double, ptr %1574, i64 183
store double %1573, ptr %1575, align 8
%1576 = load ptr, ptr %8, align 8
%1577 = getelementptr inbounds double, ptr %1576, i64 113
%1578 = load double, ptr %1577, align 8
%1579 = load ptr, ptr %6, align 8
%1580 = getelementptr inbounds double, ptr %1579, i64 14
%1581 = load double, ptr %1580, align 8
%1582 = load ptr, ptr %8, align 8
%1583 = getelementptr inbounds double, ptr %1582, i64 122
%1584 = load double, ptr %1583, align 8
%1585 = fsub double %1581, %1584
%1586 = fmul double %1578, %1585
%1587 = load ptr, ptr %8, align 8
%1588 = getelementptr inbounds double, ptr %1587, i64 181
store double %1586, ptr %1588, align 8
%1589 = load ptr, ptr %8, align 8
%1590 = getelementptr inbounds double, ptr %1589, i64 114
%1591 = load double, ptr %1590, align 8
%1592 = load ptr, ptr %6, align 8
%1593 = getelementptr inbounds double, ptr %1592, i64 14
%1594 = load double, ptr %1593, align 8
%1595 = load ptr, ptr %8, align 8
%1596 = getelementptr inbounds double, ptr %1595, i64 123
%1597 = load double, ptr %1596, align 8
%1598 = fsub double %1594, %1597
%1599 = fmul double %1591, %1598
%1600 = load ptr, ptr %8, align 8
%1601 = getelementptr inbounds double, ptr %1600, i64 182
store double %1599, ptr %1601, align 8
%1602 = load ptr, ptr %8, align 8
%1603 = getelementptr inbounds double, ptr %1602, i64 112
%1604 = load double, ptr %1603, align 8
%1605 = load ptr, ptr %6, align 8
%1606 = getelementptr inbounds double, ptr %1605, i64 14
%1607 = load double, ptr %1606, align 8
%1608 = load ptr, ptr %8, align 8
%1609 = getelementptr inbounds double, ptr %1608, i64 121
%1610 = load double, ptr %1609, align 8
%1611 = fsub double %1607, %1610
%1612 = fmul double %1604, %1611
%1613 = load ptr, ptr %8, align 8
%1614 = getelementptr inbounds double, ptr %1613, i64 180
store double %1612, ptr %1614, align 8
%1615 = load ptr, ptr %6, align 8
%1616 = getelementptr inbounds double, ptr %1615, i64 9
%1617 = load double, ptr %1616, align 8
%1618 = load ptr, ptr %6, align 8
%1619 = getelementptr inbounds double, ptr %1618, i64 10
%1620 = load double, ptr %1619, align 8
%1621 = fmul double 4.000000e-01, %1620
%1622 = call double @llvm.fmuladd.f64(double 6.000000e-01, double %1617, double %1621)
%1623 = load ptr, ptr %8, align 8
%1624 = getelementptr inbounds double, ptr %1623, i64 163
store double %1622, ptr %1624, align 8
%1625 = load ptr, ptr %8, align 8
%1626 = getelementptr inbounds double, ptr %1625, i64 162
%1627 = load double, ptr %1626, align 8
%1628 = load ptr, ptr %8, align 8
%1629 = getelementptr inbounds double, ptr %1628, i64 163
%1630 = load double, ptr %1629, align 8
%1631 = fmul double %1627, %1630
%1632 = load ptr, ptr %6, align 8
%1633 = getelementptr inbounds double, ptr %1632, i64 11
%1634 = load double, ptr %1633, align 8
%1635 = fmul double %1631, %1634
%1636 = load ptr, ptr %6, align 8
%1637 = getelementptr inbounds double, ptr %1636, i64 14
%1638 = load double, ptr %1637, align 8
%1639 = load ptr, ptr %8, align 8
%1640 = getelementptr inbounds double, ptr %1639, i64 122
%1641 = load double, ptr %1640, align 8
%1642 = fsub double %1638, %1641
%1643 = fmul double %1635, %1642
%1644 = load ptr, ptr %8, align 8
%1645 = getelementptr inbounds double, ptr %1644, i64 184
store double %1643, ptr %1645, align 8
%1646 = load ptr, ptr %8, align 8
%1647 = getelementptr inbounds double, ptr %1646, i64 111
%1648 = load double, ptr %1647, align 8
%1649 = fdiv double -1.000000e+00, %1648
%1650 = load ptr, ptr %8, align 8
%1651 = getelementptr inbounds double, ptr %1650, i64 183
%1652 = load double, ptr %1651, align 8
%1653 = load ptr, ptr %8, align 8
%1654 = getelementptr inbounds double, ptr %1653, i64 135
%1655 = load double, ptr %1654, align 8
%1656 = fadd double %1652, %1655
%1657 = load ptr, ptr %8, align 8
%1658 = getelementptr inbounds double, ptr %1657, i64 145
%1659 = load double, ptr %1658, align 8
%1660 = fadd double %1656, %1659
%1661 = load ptr, ptr %8, align 8
%1662 = getelementptr inbounds double, ptr %1661, i64 156
%1663 = load double, ptr %1662, align 8
%1664 = fadd double %1660, %1663
%1665 = load ptr, ptr %8, align 8
%1666 = getelementptr inbounds double, ptr %1665, i64 157
%1667 = load double, ptr %1666, align 8
%1668 = fadd double %1664, %1667
%1669 = load ptr, ptr %8, align 8
%1670 = getelementptr inbounds double, ptr %1669, i64 184
%1671 = load double, ptr %1670, align 8
%1672 = fadd double %1668, %1671
%1673 = load ptr, ptr %8, align 8
%1674 = getelementptr inbounds double, ptr %1673, i64 171
%1675 = load double, ptr %1674, align 8
%1676 = fadd double %1672, %1675
%1677 = load ptr, ptr %8, align 8
%1678 = getelementptr inbounds double, ptr %1677, i64 175
%1679 = load double, ptr %1678, align 8
%1680 = fadd double %1676, %1679
%1681 = load ptr, ptr %8, align 8
%1682 = getelementptr inbounds double, ptr %1681, i64 177
%1683 = load double, ptr %1682, align 8
%1684 = fadd double %1680, %1683
%1685 = load ptr, ptr %8, align 8
%1686 = getelementptr inbounds double, ptr %1685, i64 180
%1687 = load double, ptr %1686, align 8
%1688 = fadd double %1684, %1687
%1689 = load ptr, ptr %8, align 8
%1690 = getelementptr inbounds double, ptr %1689, i64 182
%1691 = load double, ptr %1690, align 8
%1692 = fadd double %1688, %1691
%1693 = load ptr, ptr %8, align 8
%1694 = getelementptr inbounds double, ptr %1693, i64 181
%1695 = load double, ptr %1694, align 8
%1696 = fadd double %1692, %1695
%1697 = load ptr, ptr %8, align 8
%1698 = getelementptr inbounds double, ptr %1697, i64 116
%1699 = load double, ptr %1698, align 8
%1700 = fadd double %1696, %1699
%1701 = load ptr, ptr %8, align 8
%1702 = getelementptr inbounds double, ptr %1701, i64 118
%1703 = load double, ptr %1702, align 8
%1704 = fadd double %1700, %1703
%1705 = load ptr, ptr %8, align 8
%1706 = getelementptr inbounds double, ptr %1705, i64 120
%1707 = load double, ptr %1706, align 8
%1708 = fadd double %1704, %1707
%1709 = fmul double %1649, %1708
%1710 = load ptr, ptr %7, align 8
%1711 = getelementptr inbounds double, ptr %1710, i64 14
store double %1709, ptr %1711, align 8
ret void
}
; Function Attrs: nounwind
declare double @pow(double noundef, double noundef) #1
; Function Attrs: nounwind
declare double @exp(double noundef) #1
; Function Attrs: nocallback nofree nosync nounwind speculatable willreturn memory(none)
declare double @llvm.fmuladd.f64(double, double, double) #2
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { nounwind "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #2 = { nocallback nofree nosync nounwind speculatable willreturn memory(none) }
attributes #3 = { nounwind }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
|
; ModuleID = '/tmp/tmpo_a8q0gj.c'
source_filename = "/tmp/tmpo_a8q0gj.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@.str = private unnamed_addr constant [19 x i8] c"No message chosen\0A\00", align 1
@.str.1 = private unnamed_addr constant [23 x i8] c"Login message set!\0A%s\0A\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local void @set_login_message(ptr noundef %0) #0 {
%2 = alloca ptr, align 8
store ptr %0, ptr %2, align 8
%3 = load ptr, ptr %2, align 8
%4 = icmp ne ptr %3, null
br i1 %4, label %8, label %5
5: ; preds = %1
%6 = call i32 (ptr, ...) @printf(ptr noundef @.str)
%7 = call i32 @exit(i32 noundef 1) #3
unreachable
8: ; preds = %1
%9 = load ptr, ptr %2, align 8
%10 = call i32 (ptr, ...) @printf(ptr noundef @.str.1, ptr noundef %9)
%11 = load ptr, ptr %2, align 8
%12 = call i32 @append_command(i8 noundef signext 108, ptr noundef %11)
%13 = call i32 @exit(i32 noundef 0) #3
unreachable
}
declare i32 @printf(ptr noundef, ...) #1
; Function Attrs: noreturn
declare i32 @exit(i32 noundef) #2
declare i32 @append_command(i8 noundef signext, ptr noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-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/tmpo_a8q0gj.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@.str = private unnamed_addr constant [19 x i8] c"No message chosen\0A\00", align 1
@.str.1 = private unnamed_addr constant [23 x i8] c"Login message set!\0A%s\0A\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local void @set_login_message(ptr noundef %0) #0 {
%2 = alloca ptr, align 8
store ptr %0, ptr %2, align 8
%3 = load ptr, ptr %2, align 8
%4 = icmp ne ptr %3, null
br i1 %4, label %8, label %5
5: ; preds = %1
%6 = call i32 (ptr, ...) @printf(ptr noundef @.str)
%7 = call i32 @exit(i32 noundef 1) #3
unreachable
8: ; preds = %1
%9 = load ptr, ptr %2, align 8
%10 = call i32 (ptr, ...) @printf(ptr noundef @.str.1, ptr noundef %9)
%11 = load ptr, ptr %2, align 8
%12 = call i32 @append_command(i8 noundef signext 108, ptr noundef %11)
%13 = call i32 @exit(i32 noundef 0) #3
unreachable
}
declare i32 @printf(ptr noundef, ...) #1
; Function Attrs: noreturn
declare i32 @exit(i32 noundef) #2
declare i32 @append_command(i8 noundef signext, ptr noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-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/tmpnh7gs0p3.c'
source_filename = "/tmp/tmpnh7gs0p3.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-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 [6 x i8] c"%d %d\00", align 1
@.str.2 = private unnamed_addr constant [5 x i8] c"odd\0A\00", align 1
@.str.3 = private unnamed_addr constant [6 x i8] c"even\0A\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @main() #0 {
%1 = alloca i32, align 4
%2 = alloca i32, align 4
%3 = alloca i32, align 4
%4 = alloca i32, align 4
%5 = alloca i32, align 4
%6 = alloca i32, align 4
%7 = alloca i32, align 4
%8 = alloca i32, align 4
%9 = alloca i32, align 4
%10 = alloca i32, align 4
store i32 0, ptr %1, align 4
%11 = call i32 (ptr, ptr, ...) @scanf(ptr noundef @.str, ptr noundef %8)
br label %12
12: ; preds = %45, %0
%13 = load i32, ptr %8, align 4
%14 = add nsw i32 %13, -1
store i32 %14, ptr %8, align 4
%15 = icmp ne i32 %13, 0
br i1 %15, label %16, label %46
16: ; preds = %12
store i32 0, ptr %4, align 4
%17 = call i32 (ptr, ptr, ...) @scanf(ptr noundef @.str.1, ptr noundef %6, ptr noundef %10)
store i32 0, ptr %2, align 4
br label %18
18: ; preds = %29, %16
%19 = load i32, ptr %2, align 4
%20 = load i32, ptr %6, align 4
%21 = icmp slt i32 %19, %20
br i1 %21, label %22, label %32
22: ; preds = %18
%23 = call i32 (ptr, ptr, ...) @scanf(ptr noundef @.str, ptr noundef %7)
%24 = load i32, ptr %7, align 4
%25 = load i32, ptr %4, align 4
%26 = add nsw i32 %25, %24
store i32 %26, ptr %4, align 4
%27 = load i32, ptr %4, align 4
%28 = srem i32 %27, 2
store i32 %28, ptr %4, align 4
br label %29
29: ; preds = %22
%30 = load i32, ptr %2, align 4
%31 = add nsw i32 %30, 1
store i32 %31, ptr %2, align 4
br label %18, !llvm.loop !6
32: ; preds = %18
%33 = load i32, ptr %4, align 4
%34 = icmp eq i32 %33, 0
br i1 %34, label %35, label %43
35: ; preds = %32
%36 = load i32, ptr %10, align 4
%37 = icmp eq i32 %36, 1
br i1 %37, label %38, label %40
38: ; preds = %35
%39 = call i32 @printf(ptr noundef @.str.2)
br label %42
40: ; preds = %35
%41 = call i32 @printf(ptr noundef @.str.3)
br label %42
42: ; preds = %40, %38
br label %45
43: ; preds = %32
%44 = call i32 @printf(ptr noundef @.str.3)
br label %45
45: ; preds = %43, %42
br label %12, !llvm.loop !8
46: ; preds = %12
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}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmpnh7gs0p3.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-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 [6 x i8] c"%d %d\00", align 1
@.str.2 = private unnamed_addr constant [5 x i8] c"odd\0A\00", align 1
@.str.3 = private unnamed_addr constant [6 x i8] c"even\0A\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @main() #0 {
%1 = alloca i32, align 4
%2 = alloca i32, align 4
%3 = alloca i32, align 4
%4 = alloca i32, align 4
%5 = alloca i32, align 4
%6 = alloca i32, align 4
%7 = alloca i32, align 4
%8 = alloca i32, align 4
%9 = alloca i32, align 4
%10 = alloca i32, align 4
store i32 0, ptr %1, align 4
%11 = call i32 (ptr, ptr, ...) @scanf(ptr noundef @.str, ptr noundef %8)
%12 = load i32, ptr %8, align 4
%13 = add nsw i32 %12, -1
store i32 %13, ptr %8, align 4
%14 = icmp ne i32 %12, 0
br i1 %14, label %.lr.ph2, label %50
.lr.ph2: ; preds = %0
br label %15
15: ; preds = %.lr.ph2, %46
store i32 0, ptr %4, align 4
%16 = call i32 (ptr, ptr, ...) @scanf(ptr noundef @.str.1, ptr noundef %6, ptr noundef %10)
store i32 0, ptr %2, align 4
%17 = load i32, ptr %2, align 4
%18 = load i32, ptr %6, align 4
%19 = icmp slt i32 %17, %18
br i1 %19, label %.lr.ph, label %33
.lr.ph: ; preds = %15
br label %20
20: ; preds = %.lr.ph, %27
%21 = call i32 (ptr, ptr, ...) @scanf(ptr noundef @.str, ptr noundef %7)
%22 = load i32, ptr %7, align 4
%23 = load i32, ptr %4, align 4
%24 = add nsw i32 %23, %22
store i32 %24, ptr %4, align 4
%25 = load i32, ptr %4, align 4
%26 = srem i32 %25, 2
store i32 %26, ptr %4, align 4
br label %27
27: ; preds = %20
%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 = load i32, ptr %6, align 4
%32 = icmp slt i32 %30, %31
br i1 %32, label %20, label %._crit_edge, !llvm.loop !6
._crit_edge: ; preds = %27
br label %33
33: ; preds = %._crit_edge, %15
%34 = load i32, ptr %4, align 4
%35 = icmp eq i32 %34, 0
br i1 %35, label %36, label %44
36: ; preds = %33
%37 = load i32, ptr %10, align 4
%38 = icmp eq i32 %37, 1
br i1 %38, label %39, label %41
39: ; preds = %36
%40 = call i32 @printf(ptr noundef @.str.2)
br label %43
41: ; preds = %36
%42 = call i32 @printf(ptr noundef @.str.3)
br label %43
43: ; preds = %41, %39
br label %46
44: ; preds = %33
%45 = call i32 @printf(ptr noundef @.str.3)
br label %46
46: ; preds = %44, %43
%47 = load i32, ptr %8, align 4
%48 = add nsw i32 %47, -1
store i32 %48, ptr %8, align 4
%49 = icmp ne i32 %47, 0
br i1 %49, label %15, label %._crit_edge3, !llvm.loop !8
._crit_edge3: ; preds = %46
br label %50
50: ; preds = %._crit_edge3, %0
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}
|
; ModuleID = '/tmp/tmp0_f4et5d.c'
source_filename = "/tmp/tmp0_f4et5d.c"
target datalayout = "e-m:e-p270: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_END = 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/tmp0_f4et5d.c"
target datalayout = "e-m:e-p270: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_END = 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/tmpeuydephi.c'
source_filename = "/tmp/tmpeuydephi.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@.str = private unnamed_addr constant [40 x i8] c"Expected min value: 100, actual is: %i\0A\00", align 1
@.str.1 = private unnamed_addr constant [31 x i8] c"Expected pop: 200, actual: %i\0A\00", align 1
@.str.2 = private unnamed_addr constant [32 x i8] c"Expected peek: 100, actual: %i\0A\00", align 1
@.str.3 = private unnamed_addr constant [29 x i8] c"Expected min: 1, actual: %i\0A\00", align 1
@.str.4 = private unnamed_addr constant [19 x i8] c"Current value: %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
store i32 0, ptr %1, align 4
%3 = call i32 @push(i32 noundef 100)
%4 = call i32 @push(i32 noundef 200)
%5 = call i32 (...) @min()
%6 = call i32 @printf(ptr noundef @.str, i32 noundef %5)
%7 = call i32 (...) @pop()
%8 = call i32 @printf(ptr noundef @.str.1, i32 noundef %7)
%9 = call i32 (...) @peek()
%10 = call i32 @printf(ptr noundef @.str.2, i32 noundef %9)
%11 = call i32 @push(i32 noundef 1)
%12 = call i32 (...) @min()
%13 = call i32 @printf(ptr noundef @.str.3, i32 noundef %12)
br label %14
14: ; preds = %18, %0
%15 = call i32 (...) @pop()
store i32 %15, ptr %2, align 4
%16 = load i32, ptr %2, align 4
%17 = call i32 @printf(ptr noundef @.str.4, i32 noundef %16)
br label %18
18: ; preds = %14
%19 = load i32, ptr %2, align 4
%20 = icmp ne i32 %19, -99999
br i1 %20, label %14, label %21, !llvm.loop !6
21: ; preds = %18
ret i32 0
}
declare i32 @push(i32 noundef) #1
declare i32 @printf(ptr noundef, i32 noundef) #1
declare i32 @min(...) #1
declare i32 @pop(...) #1
declare i32 @peek(...) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 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/tmpeuydephi.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@.str = private unnamed_addr constant [40 x i8] c"Expected min value: 100, actual is: %i\0A\00", align 1
@.str.1 = private unnamed_addr constant [31 x i8] c"Expected pop: 200, actual: %i\0A\00", align 1
@.str.2 = private unnamed_addr constant [32 x i8] c"Expected peek: 100, actual: %i\0A\00", align 1
@.str.3 = private unnamed_addr constant [29 x i8] c"Expected min: 1, actual: %i\0A\00", align 1
@.str.4 = private unnamed_addr constant [19 x i8] c"Current value: %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
store i32 0, ptr %1, align 4
%3 = call i32 @push(i32 noundef 100)
%4 = call i32 @push(i32 noundef 200)
%5 = call i32 (...) @min()
%6 = call i32 @printf(ptr noundef @.str, i32 noundef %5)
%7 = call i32 (...) @pop()
%8 = call i32 @printf(ptr noundef @.str.1, i32 noundef %7)
%9 = call i32 (...) @peek()
%10 = call i32 @printf(ptr noundef @.str.2, i32 noundef %9)
%11 = call i32 @push(i32 noundef 1)
%12 = call i32 (...) @min()
%13 = call i32 @printf(ptr noundef @.str.3, i32 noundef %12)
br label %14
14: ; preds = %18, %0
%15 = call i32 (...) @pop()
store i32 %15, ptr %2, align 4
%16 = load i32, ptr %2, align 4
%17 = call i32 @printf(ptr noundef @.str.4, i32 noundef %16)
br label %18
18: ; preds = %14
%19 = load i32, ptr %2, align 4
%20 = icmp ne i32 %19, -99999
br i1 %20, label %14, label %21, !llvm.loop !6
21: ; preds = %18
ret i32 0
}
declare i32 @push(i32 noundef) #1
declare i32 @printf(ptr noundef, i32 noundef) #1
declare i32 @min(...) #1
declare i32 @pop(...) #1
declare i32 @peek(...) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 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/tmpqdwdh3m4.c'
source_filename = "/tmp/tmpqdwdh3m4.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@EOF = dso_local global i32 0, align 4
@stderr = dso_local global i32 0, align 4
@.str = private unnamed_addr constant [97 x i8] c"Error in parsing a multi-line comment. Are you sure you terminated your last comment correctly?\0A\00", align 1
@EXIT_FAILURE = dso_local global i32 0, align 4
@.str.1 = private unnamed_addr constant [20 x i8] c"An error occurred.\0A\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local ptr @parse_comments(ptr noundef %0, i32 noundef %1) #0 {
%3 = alloca ptr, align 8
%4 = alloca ptr, align 8
%5 = alloca i32, align 4
%6 = alloca i32, align 4
%7 = alloca i32, align 4
store ptr %0, ptr %4, align 8
store i32 %1, ptr %5, align 4
%8 = load i32, ptr %5, align 4
%9 = icmp eq i32 %8, 1
br i1 %9, label %10, label %14
10: ; preds = %2
%11 = load ptr, ptr %4, align 8
%12 = call ptr @skip_past_newline(ptr noundef %11)
store ptr %12, ptr %4, align 8
%13 = load ptr, ptr %4, align 8
store ptr %13, ptr %3, align 8
br label %50
14: ; preds = %2
%15 = load i32, ptr %5, align 4
%16 = icmp eq i32 %15, 2
br i1 %16, label %17, label %45
17: ; preds = %14
br label %18
18: ; preds = %17, %44
%19 = load ptr, ptr %4, align 8
%20 = call i32 @fgetc(ptr noundef %19)
store i32 %20, ptr %6, align 4
%21 = load i32, ptr %6, align 4
%22 = icmp eq i32 %21, 42
br i1 %22, label %23, label %24
23: ; preds = %18
store i32 1, ptr %7, align 4
br label %44
24: ; preds = %18
%25 = load i32, ptr %6, align 4
%26 = icmp eq i32 %25, 47
br i1 %26, label %27, label %32
27: ; preds = %24
%28 = load i32, ptr %7, align 4
%29 = icmp ne i32 %28, 0
br i1 %29, label %30, label %32
30: ; preds = %27
%31 = load ptr, ptr %4, align 8
store ptr %31, ptr %3, align 8
br label %50
32: ; preds = %27, %24
%33 = load i32, ptr %6, align 4
%34 = load i32, ptr @EOF, align 4
%35 = icmp eq i32 %33, %34
br i1 %35, label %36, label %41
36: ; preds = %32
%37 = load i32, ptr @stderr, align 4
%38 = call i32 @fprintf(i32 noundef %37, ptr noundef @.str)
%39 = load i32, ptr @EXIT_FAILURE, align 4
%40 = call i32 @exit(i32 noundef %39) #3
unreachable
41: ; preds = %32
store i32 0, ptr %7, align 4
br label %42
42: ; preds = %41
br label %43
43: ; preds = %42
br label %44
44: ; preds = %43, %23
br label %18
45: ; preds = %14
%46 = load i32, ptr @stderr, align 4
%47 = call i32 @fprintf(i32 noundef %46, ptr noundef @.str.1)
%48 = load i32, ptr @EXIT_FAILURE, align 4
%49 = call i32 @exit(i32 noundef %48) #3
unreachable
50: ; preds = %30, %10
%51 = load ptr, ptr %3, align 8
ret ptr %51
}
declare ptr @skip_past_newline(ptr noundef) #1
declare i32 @fgetc(ptr noundef) #1
declare i32 @fprintf(i32 noundef, ptr noundef) #1
; Function Attrs: noreturn
declare i32 @exit(i32 noundef) #2
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #2 = { noreturn "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #3 = { noreturn }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmpqdwdh3m4.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@EOF = dso_local global i32 0, align 4
@stderr = dso_local global i32 0, align 4
@.str = private unnamed_addr constant [97 x i8] c"Error in parsing a multi-line comment. Are you sure you terminated your last comment correctly?\0A\00", align 1
@EXIT_FAILURE = dso_local global i32 0, align 4
@.str.1 = private unnamed_addr constant [20 x i8] c"An error occurred.\0A\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local ptr @parse_comments(ptr noundef %0, i32 noundef %1) #0 {
%3 = alloca ptr, align 8
%4 = alloca ptr, align 8
%5 = alloca i32, align 4
%6 = alloca i32, align 4
%7 = alloca i32, align 4
store ptr %0, ptr %4, align 8
store i32 %1, ptr %5, align 4
%8 = load i32, ptr %5, align 4
%9 = icmp eq i32 %8, 1
br i1 %9, label %10, label %14
10: ; preds = %2
%11 = load ptr, ptr %4, align 8
%12 = call ptr @skip_past_newline(ptr noundef %11)
store ptr %12, ptr %4, align 8
%13 = load ptr, ptr %4, align 8
store ptr %13, ptr %3, align 8
br label %50
14: ; preds = %2
%15 = load i32, ptr %5, align 4
%16 = icmp eq i32 %15, 2
br i1 %16, label %17, label %45
17: ; preds = %14
br label %18
18: ; preds = %44, %17
%19 = load ptr, ptr %4, align 8
%20 = call i32 @fgetc(ptr noundef %19)
store i32 %20, ptr %6, align 4
%21 = load i32, ptr %6, align 4
%22 = icmp eq i32 %21, 42
br i1 %22, label %23, label %24
23: ; preds = %18
store i32 1, ptr %7, align 4
br label %44
24: ; preds = %18
%25 = load i32, ptr %6, align 4
%26 = icmp eq i32 %25, 47
br i1 %26, label %27, label %32
27: ; preds = %24
%28 = load i32, ptr %7, align 4
%29 = icmp ne i32 %28, 0
br i1 %29, label %30, label %32
30: ; preds = %27
%31 = load ptr, ptr %4, align 8
store ptr %31, ptr %3, align 8
br label %50
32: ; preds = %27, %24
%33 = load i32, ptr %6, align 4
%34 = load i32, ptr @EOF, align 4
%35 = icmp eq i32 %33, %34
br i1 %35, label %36, label %41
36: ; preds = %32
%37 = load i32, ptr @stderr, align 4
%38 = call i32 @fprintf(i32 noundef %37, ptr noundef @.str)
%39 = load i32, ptr @EXIT_FAILURE, align 4
%40 = call i32 @exit(i32 noundef %39) #3
unreachable
41: ; preds = %32
store i32 0, ptr %7, align 4
br label %42
42: ; preds = %41
br label %43
43: ; preds = %42
br label %44
44: ; preds = %43, %23
br label %18
45: ; preds = %14
%46 = load i32, ptr @stderr, align 4
%47 = call i32 @fprintf(i32 noundef %46, ptr noundef @.str.1)
%48 = load i32, ptr @EXIT_FAILURE, align 4
%49 = call i32 @exit(i32 noundef %48) #3
unreachable
50: ; preds = %30, %10
%51 = load ptr, ptr %3, align 8
ret ptr %51
}
declare ptr @skip_past_newline(ptr noundef) #1
declare i32 @fgetc(ptr noundef) #1
declare i32 @fprintf(i32 noundef, ptr noundef) #1
; Function Attrs: noreturn
declare i32 @exit(i32 noundef) #2
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #2 = { noreturn "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #3 = { noreturn }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
|
; ModuleID = '/tmp/tmpism2czow.c'
source_filename = "/tmp/tmpism2czow.c"
target datalayout = "e-m:e-p270: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/tmpism2czow.c"
target datalayout = "e-m:e-p270: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/tmp0ue9bpu_.c'
source_filename = "/tmp/tmp0ue9bpu_.c"
target datalayout = "e-m:e-p270: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/tmp0ue9bpu_.c"
target datalayout = "e-m:e-p270: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/tmp06ff6asn.c'
source_filename = "/tmp/tmp06ff6asn.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-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"%5d \00", align 1
@.str.1 = private unnamed_addr constant [7 x i8] c" ...\0A\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 @printimat(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
%9 = alloca i32, align 4
store ptr %0, ptr %4, align 8
store i32 %1, ptr %5, align 4
store i32 %2, ptr %6, align 4
store i32 0, ptr %7, align 4
br label %10
10: ; preds = %48, %3
%11 = load i32, ptr %7, align 4
%12 = load i32, ptr %5, align 4
%13 = icmp slt i32 %11, %12
br i1 %13, label %14, label %51
14: ; preds = %10
store i32 0, ptr %8, align 4
br label %15
15: ; preds = %43, %14
%16 = load i32, ptr %8, align 4
%17 = load i32, ptr %6, align 4
%18 = icmp slt i32 %16, %17
br i1 %18, label %19, label %46
19: ; preds = %15
%20 = load ptr, ptr %4, align 8
%21 = load i32, ptr %7, align 4
%22 = load i32, ptr %6, align 4
%23 = mul nsw i32 %21, %22
%24 = load i32, ptr %8, align 4
%25 = add nsw i32 %23, %24
%26 = sext i32 %25 to i64
%27 = getelementptr inbounds i32, ptr %20, i64 %26
%28 = load i32, ptr %27, align 4
%29 = call i32 (ptr, ...) @printf(ptr noundef @.str, i32 noundef %28)
%30 = load i32, ptr %8, align 4
%31 = add nsw i32 %30, 1
%32 = srem i32 %31, 10
store i32 %32, ptr %9, align 4
%33 = load i32, ptr %9, align 4
%34 = icmp eq i32 %33, 0
br i1 %34, label %35, label %42
35: ; preds = %19
%36 = load i32, ptr %8, align 4
%37 = load i32, ptr %6, align 4
%38 = sub nsw i32 %37, 1
%39 = icmp slt i32 %36, %38
br i1 %39, label %40, label %42
40: ; preds = %35
%41 = call i32 (ptr, ...) @printf(ptr noundef @.str.1)
br label %42
42: ; preds = %40, %35, %19
br label %43
43: ; preds = %42
%44 = load i32, ptr %8, align 4
%45 = add nsw i32 %44, 1
store i32 %45, ptr %8, align 4
br label %15, !llvm.loop !6
46: ; preds = %15
%47 = call i32 (ptr, ...) @printf(ptr noundef @.str.2)
br label %48
48: ; preds = %46
%49 = load i32, ptr %7, align 4
%50 = add nsw i32 %49, 1
store i32 %50, ptr %7, align 4
br label %10, !llvm.loop !8
51: ; preds = %10
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/tmp06ff6asn.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-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"%5d \00", align 1
@.str.1 = private unnamed_addr constant [7 x i8] c" ...\0A\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 @printimat(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
%9 = alloca i32, align 4
store ptr %0, ptr %4, align 8
store i32 %1, ptr %5, align 4
store i32 %2, ptr %6, align 4
store i32 0, ptr %7, align 4
%10 = load i32, ptr %7, align 4
%11 = load i32, ptr %5, align 4
%12 = icmp slt i32 %10, %11
br i1 %12, label %.lr.ph2, label %55
.lr.ph2: ; preds = %3
br label %13
13: ; preds = %.lr.ph2, %49
store i32 0, ptr %8, align 4
%14 = load i32, ptr %8, align 4
%15 = load i32, ptr %6, align 4
%16 = icmp slt i32 %14, %15
br i1 %16, label %.lr.ph, label %47
.lr.ph: ; preds = %13
br label %17
17: ; preds = %.lr.ph, %41
%18 = load ptr, ptr %4, align 8
%19 = load i32, ptr %7, align 4
%20 = load i32, ptr %6, align 4
%21 = mul nsw i32 %19, %20
%22 = load i32, ptr %8, align 4
%23 = add nsw i32 %21, %22
%24 = sext i32 %23 to i64
%25 = getelementptr inbounds i32, ptr %18, i64 %24
%26 = load i32, ptr %25, align 4
%27 = call i32 (ptr, ...) @printf(ptr noundef @.str, i32 noundef %26)
%28 = load i32, ptr %8, align 4
%29 = add nsw i32 %28, 1
%30 = srem i32 %29, 10
store i32 %30, ptr %9, align 4
%31 = load i32, ptr %9, align 4
%32 = icmp eq i32 %31, 0
br i1 %32, label %33, label %40
33: ; preds = %17
%34 = load i32, ptr %8, align 4
%35 = load i32, ptr %6, align 4
%36 = sub nsw i32 %35, 1
%37 = icmp slt i32 %34, %36
br i1 %37, label %38, label %40
38: ; preds = %33
%39 = call i32 (ptr, ...) @printf(ptr noundef @.str.1)
br label %40
40: ; preds = %38, %33, %17
br label %41
41: ; preds = %40
%42 = load i32, ptr %8, align 4
%43 = add nsw i32 %42, 1
store i32 %43, ptr %8, align 4
%44 = load i32, ptr %8, align 4
%45 = load i32, ptr %6, align 4
%46 = icmp slt i32 %44, %45
br i1 %46, label %17, label %._crit_edge, !llvm.loop !6
._crit_edge: ; preds = %41
br label %47
47: ; preds = %._crit_edge, %13
%48 = call i32 (ptr, ...) @printf(ptr noundef @.str.2)
br label %49
49: ; preds = %47
%50 = load i32, ptr %7, align 4
%51 = add nsw i32 %50, 1
store i32 %51, ptr %7, align 4
%52 = load i32, ptr %7, align 4
%53 = load i32, ptr %5, align 4
%54 = icmp slt i32 %52, %53
br i1 %54, label %13, label %._crit_edge3, !llvm.loop !8
._crit_edge3: ; preds = %49
br label %55
55: ; preds = %._crit_edge3, %3
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/tmpihtzco9c.c'
source_filename = "/tmp/tmpihtzco9c.c"
target datalayout = "e-m:e-p270: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/tmpihtzco9c.c"
target datalayout = "e-m:e-p270: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/tmpkf3ypdao.c'
source_filename = "/tmp/tmpkf3ypdao.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @main(i32 noundef %0, ptr noundef %1) #0 {
%3 = alloca i32, align 4
%4 = alloca i32, align 4
%5 = alloca ptr, align 8
%6 = alloca i32, align 4
store i32 0, ptr %3, align 4
store i32 %0, ptr %4, align 4
store ptr %1, ptr %5, align 8
%7 = load ptr, ptr %5, align 8
%8 = getelementptr inbounds ptr, ptr %7, i64 1
%9 = load ptr, ptr %8, align 8
%10 = call i32 @atoi(ptr noundef %9)
store i32 %10, ptr %6, align 4
%11 = load i32, ptr %6, align 4
%12 = call i32 @pmap_unset(i32 noundef %11, i32 noundef 1)
%13 = load i32, ptr %6, align 4
%14 = call i32 @svc_unregister(i32 noundef %13, i32 noundef 1)
ret i32 0
}
declare i32 @atoi(ptr noundef) #1
declare i32 @pmap_unset(i32 noundef, i32 noundef) #1
declare i32 @svc_unregister(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/tmpkf3ypdao.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @main(i32 noundef %0, ptr noundef %1) #0 {
%3 = alloca i32, align 4
%4 = alloca i32, align 4
%5 = alloca ptr, align 8
%6 = alloca i32, align 4
store i32 0, ptr %3, align 4
store i32 %0, ptr %4, align 4
store ptr %1, ptr %5, align 8
%7 = load ptr, ptr %5, align 8
%8 = getelementptr inbounds ptr, ptr %7, i64 1
%9 = load ptr, ptr %8, align 8
%10 = call i32 @atoi(ptr noundef %9)
store i32 %10, ptr %6, align 4
%11 = load i32, ptr %6, align 4
%12 = call i32 @pmap_unset(i32 noundef %11, i32 noundef 1)
%13 = load i32, ptr %6, align 4
%14 = call i32 @svc_unregister(i32 noundef %13, i32 noundef 1)
ret i32 0
}
declare i32 @atoi(ptr noundef) #1
declare i32 @pmap_unset(i32 noundef, i32 noundef) #1
declare i32 @svc_unregister(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/tmp44j2x6f2.c'
source_filename = "/tmp/tmp44j2x6f2.c"
target datalayout = "e-m:e-p270: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/tmp44j2x6f2.c"
target datalayout = "e-m:e-p270: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/tmptk1pwxr_.c'
source_filename = "/tmp/tmptk1pwxr_.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @level_order(ptr noundef %0) #0 {
%2 = alloca ptr, align 8
%3 = alloca ptr, align 8
store ptr %0, ptr %2, align 8
store ptr null, ptr %3, align 8
%4 = call ptr (...) @create_new_queue()
store ptr %4, ptr %3, align 8
%5 = load ptr, ptr %2, align 8
%6 = call i32 @level_order_main(ptr noundef %5, ptr noundef %3)
ret void
}
declare ptr @create_new_queue(...) #1
declare i32 @level_order_main(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/tmptk1pwxr_.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @level_order(ptr noundef %0) #0 {
%2 = alloca ptr, align 8
%3 = alloca ptr, align 8
store ptr %0, ptr %2, align 8
store ptr null, ptr %3, align 8
%4 = call ptr (...) @create_new_queue()
store ptr %4, ptr %3, align 8
%5 = load ptr, ptr %2, align 8
%6 = call i32 @level_order_main(ptr noundef %5, ptr noundef %3)
ret void
}
declare ptr @create_new_queue(...) #1
declare i32 @level_order_main(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/tmp6b5107nu.c'
source_filename = "/tmp/tmp6b5107nu.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @medusaReceiveLine(i32 noundef %0, ptr noundef %1) #0 {
%3 = alloca i32, align 4
%4 = alloca ptr, align 8
store i32 %0, ptr %3, align 4
store ptr %1, ptr %4, align 8
%5 = load i32, ptr %3, align 4
%6 = load ptr, ptr %4, align 8
%7 = call ptr @medusaReceiveDataInternal(i32 noundef %5, ptr noundef %6, i32 noundef 1, i32 noundef 20000000, i32 noundef 0)
ret ptr %7
}
declare ptr @medusaReceiveDataInternal(i32 noundef, ptr noundef, i32 noundef, i32 noundef, i32 noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmp6b5107nu.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64: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 @medusaReceiveLine(i32 noundef %0, ptr noundef %1) #0 {
%3 = alloca i32, align 4
%4 = alloca ptr, align 8
store i32 %0, ptr %3, align 4
store ptr %1, ptr %4, align 8
%5 = load i32, ptr %3, align 4
%6 = load ptr, ptr %4, align 8
%7 = call ptr @medusaReceiveDataInternal(i32 noundef %5, ptr noundef %6, i32 noundef 1, i32 noundef 20000000, i32 noundef 0)
ret ptr %7
}
declare ptr @medusaReceiveDataInternal(i32 noundef, ptr noundef, i32 noundef, i32 noundef, i32 noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
|
; ModuleID = '/tmp/tmpb1mrmtr4.c'
source_filename = "/tmp/tmpb1mrmtr4.c"
target datalayout = "e-m:e-p270: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/tmpb1mrmtr4.c"
target datalayout = "e-m:e-p270: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/tmpgetzwpar.c'
source_filename = "/tmp/tmpgetzwpar.c"
target datalayout = "e-m:e-p270: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/tmpgetzwpar.c"
target datalayout = "e-m:e-p270: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/tmp9ll6r8hb.c'
source_filename = "/tmp/tmp9ll6r8hb.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@AI_PASSIVE = dso_local global i32 0, align 4
@PF_INET = dso_local global i32 0, align 4
@SOCK_STREAM = dso_local global i32 0, align 4
@SOL_SOCKET = dso_local global i32 0, align 4
@SO_REUSEADDR = 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/tmp9ll6r8hb.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@AI_PASSIVE = dso_local global i32 0, align 4
@PF_INET = dso_local global i32 0, align 4
@SOCK_STREAM = dso_local global i32 0, align 4
@SOL_SOCKET = dso_local global i32 0, align 4
@SO_REUSEADDR = 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/tmpz86ek2ai.c'
source_filename = "/tmp/tmpz86ek2ai.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-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"kolbold\00", align 1
@.str.1 = private unnamed_addr constant [7 x i8] c"MM 196\00", align 1
@.str.2 = private unnamed_addr constant [10 x i8] c"%d: %d hp\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local void @kobold(i32 noundef %0) #0 {
%2 = alloca i32, align 4
%3 = alloca i32, align 4
store i32 %0, ptr %2, align 4
%4 = load i32, ptr %2, align 4
%5 = call i32 @nicename(i32 noundef %4, ptr noundef @.str, ptr noundef @.str.1)
store i32 0, ptr %3, align 4
br label %6
6: ; preds = %21, %1
%7 = load i32, ptr %3, align 4
%8 = load i32, ptr %2, align 4
%9 = icmp ult i32 %7, %8
br i1 %9, label %10, label %24
10: ; preds = %6
%11 = load i32, ptr %3, align 4
%12 = add nsw i32 %11, 1
%13 = call i32 @d(i32 noundef 6)
%14 = call i32 @d(i32 noundef 6)
%15 = add nsw i32 %13, %14
%16 = call i32 @d(i32 noundef 6)
%17 = add nsw i32 %15, %16
%18 = sub nsw i32 %17, 3
%19 = call i32 @printf(ptr noundef @.str.2, i32 noundef %12, i32 noundef %18)
%20 = call i32 @putchar(i8 noundef signext 10)
br label %21
21: ; preds = %10
%22 = load i32, ptr %3, align 4
%23 = add nsw i32 %22, 1
store i32 %23, ptr %3, align 4
br label %6, !llvm.loop !6
24: ; preds = %6
%25 = call i32 @putchar(i8 noundef signext 10)
ret void
}
declare i32 @nicename(i32 noundef, ptr noundef, ptr noundef) #1
declare i32 @printf(ptr noundef, i32 noundef, i32 noundef) #1
declare i32 @d(i32 noundef) #1
declare i32 @putchar(i8 noundef signext) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 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/tmpz86ek2ai.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-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"kolbold\00", align 1
@.str.1 = private unnamed_addr constant [7 x i8] c"MM 196\00", align 1
@.str.2 = private unnamed_addr constant [10 x i8] c"%d: %d hp\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local void @kobold(i32 noundef %0) #0 {
%2 = alloca i32, align 4
%3 = alloca i32, align 4
store i32 %0, ptr %2, align 4
%4 = load i32, ptr %2, align 4
%5 = call i32 @nicename(i32 noundef %4, ptr noundef @.str, ptr noundef @.str.1)
store i32 0, ptr %3, align 4
%6 = load i32, ptr %3, align 4
%7 = load i32, ptr %2, align 4
%8 = icmp ult i32 %6, %7
br i1 %8, label %.lr.ph, label %26
.lr.ph: ; preds = %1
br label %9
9: ; preds = %.lr.ph, %20
%10 = load i32, ptr %3, align 4
%11 = add nsw i32 %10, 1
%12 = call i32 @d(i32 noundef 6)
%13 = call i32 @d(i32 noundef 6)
%14 = add nsw i32 %12, %13
%15 = call i32 @d(i32 noundef 6)
%16 = add nsw i32 %14, %15
%17 = sub nsw i32 %16, 3
%18 = call i32 @printf(ptr noundef @.str.2, i32 noundef %11, i32 noundef %17)
%19 = call i32 @putchar(i8 noundef signext 10)
br label %20
20: ; preds = %9
%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 %2, align 4
%25 = icmp ult i32 %23, %24
br i1 %25, label %9, label %._crit_edge, !llvm.loop !6
._crit_edge: ; preds = %20
br label %26
26: ; preds = %._crit_edge, %1
%27 = call i32 @putchar(i8 noundef signext 10)
ret void
}
declare i32 @nicename(i32 noundef, ptr noundef, ptr noundef) #1
declare i32 @printf(ptr noundef, i32 noundef, i32 noundef) #1
declare i32 @d(i32 noundef) #1
declare i32 @putchar(i8 noundef signext) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 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_gy6rqzy.c'
source_filename = "/tmp/tmp_gy6rqzy.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmp_gy6rqzy.c"
target datalayout = "e-m:e-p270: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/tmphmlb5wbb.c'
source_filename = "/tmp/tmphmlb5wbb.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-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
@stderr = dso_local global i32 0, align 4
@.str.1 = private unnamed_addr constant [35 x i8] c"Inputs count should be more than 0\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @main() #0 {
%1 = alloca i32, align 4
%2 = alloca ptr, align 8
%3 = alloca i32, align 4
%4 = alloca i32, align 4
%5 = alloca i32, align 4
%6 = alloca i32, align 4
store i32 0, ptr %1, align 4
%7 = call i32 @scanf(ptr noundef @.str, ptr noundef %3)
%8 = load i32, ptr %3, align 4
%9 = icmp eq i32 %8, 0
br i1 %9, label %10, label %13
10: ; preds = %0
%11 = load i32, ptr @stderr, align 4
%12 = call i32 @fprintf(i32 noundef %11, ptr noundef @.str.1)
store i32 1, ptr %1, align 4
br label %76
13: ; preds = %0
%14 = load i32, ptr %3, align 4
%15 = sext i32 %14 to i64
%16 = mul i64 %15, 4
%17 = trunc i64 %16 to i32
%18 = call i64 @malloc(i32 noundef %17)
%19 = inttoptr i64 %18 to ptr
store ptr %19, ptr %2, align 8
store i32 0, ptr %4, align 4
br label %20
20: ; preds = %30, %13
%21 = load i32, ptr %4, align 4
%22 = load i32, ptr %3, align 4
%23 = icmp slt i32 %21, %22
br i1 %23, label %24, label %33
24: ; preds = %20
%25 = load ptr, ptr %2, align 8
%26 = load i32, ptr %4, align 4
%27 = sext i32 %26 to i64
%28 = getelementptr inbounds i32, ptr %25, i64 %27
%29 = call i32 @scanf(ptr noundef @.str, ptr noundef %28)
br label %30
30: ; preds = %24
%31 = load i32, ptr %4, align 4
%32 = add nsw i32 %31, 1
store i32 %32, ptr %4, align 4
br label %20, !llvm.loop !6
33: ; preds = %20
%34 = load ptr, ptr %2, align 8
%35 = getelementptr inbounds i32, ptr %34, i64 0
%36 = load i32, ptr %35, align 4
store i32 %36, ptr %5, align 4
%37 = load i32, ptr %5, align 4
store i32 %37, ptr %6, align 4
store i32 1, ptr %4, align 4
br label %38
38: ; preds = %70, %33
%39 = load i32, ptr %4, align 4
%40 = load i32, ptr %3, align 4
%41 = icmp slt i32 %39, %40
br i1 %41, label %42, label %73
42: ; preds = %38
%43 = load ptr, ptr %2, align 8
%44 = load i32, ptr %4, align 4
%45 = sext i32 %44 to i64
%46 = getelementptr inbounds i32, ptr %43, i64 %45
%47 = load i32, ptr %46, align 4
%48 = load i32, ptr %6, align 4
%49 = add nsw i32 %48, %47
store i32 %49, ptr %6, align 4
%50 = load ptr, ptr %2, align 8
%51 = load i32, ptr %4, align 4
%52 = sext i32 %51 to i64
%53 = getelementptr inbounds i32, ptr %50, i64 %52
%54 = load i32, ptr %53, align 4
%55 = load i32, ptr %6, align 4
%56 = icmp sgt i32 %54, %55
br i1 %56, label %57, label %63
57: ; preds = %42
%58 = load ptr, ptr %2, align 8
%59 = load i32, ptr %4, align 4
%60 = sext i32 %59 to i64
%61 = getelementptr inbounds i32, ptr %58, i64 %60
%62 = load i32, ptr %61, align 4
store i32 %62, ptr %6, align 4
br label %63
63: ; preds = %57, %42
%64 = load i32, ptr %6, align 4
%65 = load i32, ptr %5, align 4
%66 = icmp sgt i32 %64, %65
br i1 %66, label %67, label %69
67: ; preds = %63
%68 = load i32, ptr %6, align 4
store i32 %68, ptr %5, align 4
br label %69
69: ; preds = %67, %63
br label %70
70: ; preds = %69
%71 = load i32, ptr %4, align 4
%72 = add nsw i32 %71, 1
store i32 %72, ptr %4, align 4
br label %38, !llvm.loop !8
73: ; preds = %38
%74 = load i32, ptr %5, align 4
%75 = call i32 @printf(ptr noundef @.str, i32 noundef %74)
store i32 0, ptr %1, align 4
br label %76
76: ; preds = %73, %10
%77 = load i32, ptr %1, align 4
ret i32 %77
}
declare i32 @scanf(ptr noundef, ptr noundef) #1
declare i32 @fprintf(i32 noundef, ptr noundef) #1
declare i64 @malloc(i32 noundef) #1
declare i32 @printf(ptr noundef, i32 noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
!6 = distinct !{!6, !7}
!7 = !{!"llvm.loop.mustprogress"}
!8 = distinct !{!8, !7}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmphmlb5wbb.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-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
@stderr = dso_local global i32 0, align 4
@.str.1 = private unnamed_addr constant [35 x i8] c"Inputs count should be more than 0\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @main() #0 {
%1 = alloca i32, align 4
%2 = alloca ptr, align 8
%3 = alloca i32, align 4
%4 = alloca i32, align 4
%5 = alloca i32, align 4
%6 = alloca i32, align 4
store i32 0, ptr %1, align 4
%7 = call i32 @scanf(ptr noundef @.str, ptr noundef %3)
%8 = load i32, ptr %3, align 4
%9 = icmp eq i32 %8, 0
br i1 %9, label %10, label %13
10: ; preds = %0
%11 = load i32, ptr @stderr, align 4
%12 = call i32 @fprintf(i32 noundef %11, ptr noundef @.str.1)
store i32 1, ptr %1, align 4
br label %80
13: ; preds = %0
%14 = load i32, ptr %3, align 4
%15 = sext i32 %14 to i64
%16 = mul i64 %15, 4
%17 = trunc i64 %16 to i32
%18 = call i64 @malloc(i32 noundef %17)
%19 = inttoptr i64 %18 to ptr
store ptr %19, ptr %2, align 8
store i32 0, ptr %4, align 4
%20 = load i32, ptr %4, align 4
%21 = load i32, ptr %3, align 4
%22 = icmp slt i32 %20, %21
br i1 %22, label %.lr.ph, label %35
.lr.ph: ; preds = %13
br label %23
23: ; preds = %.lr.ph, %29
%24 = load ptr, ptr %2, align 8
%25 = load i32, ptr %4, align 4
%26 = sext i32 %25 to i64
%27 = getelementptr inbounds i32, ptr %24, i64 %26
%28 = call i32 @scanf(ptr noundef @.str, ptr noundef %27)
br label %29
29: ; preds = %23
%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 %3, align 4
%34 = icmp slt i32 %32, %33
br i1 %34, label %23, label %._crit_edge, !llvm.loop !6
._crit_edge: ; preds = %29
br label %35
35: ; preds = %._crit_edge, %13
%36 = load ptr, ptr %2, align 8
%37 = getelementptr inbounds i32, ptr %36, i64 0
%38 = load i32, ptr %37, align 4
store i32 %38, ptr %5, align 4
%39 = load i32, ptr %5, align 4
store i32 %39, ptr %6, align 4
store i32 1, ptr %4, align 4
%40 = load i32, ptr %4, align 4
%41 = load i32, ptr %3, align 4
%42 = icmp slt i32 %40, %41
br i1 %42, label %.lr.ph2, label %77
.lr.ph2: ; preds = %35
br label %43
43: ; preds = %.lr.ph2, %71
%44 = load ptr, ptr %2, align 8
%45 = load i32, ptr %4, align 4
%46 = sext i32 %45 to i64
%47 = getelementptr inbounds i32, ptr %44, i64 %46
%48 = load i32, ptr %47, align 4
%49 = load i32, ptr %6, align 4
%50 = add nsw i32 %49, %48
store i32 %50, ptr %6, align 4
%51 = load ptr, ptr %2, align 8
%52 = load i32, ptr %4, align 4
%53 = sext i32 %52 to i64
%54 = getelementptr inbounds i32, ptr %51, i64 %53
%55 = load i32, ptr %54, align 4
%56 = load i32, ptr %6, align 4
%57 = icmp sgt i32 %55, %56
br i1 %57, label %58, label %64
58: ; preds = %43
%59 = load ptr, ptr %2, align 8
%60 = load i32, ptr %4, align 4
%61 = sext i32 %60 to i64
%62 = getelementptr inbounds i32, ptr %59, i64 %61
%63 = load i32, ptr %62, align 4
store i32 %63, ptr %6, align 4
br label %64
64: ; preds = %58, %43
%65 = load i32, ptr %6, align 4
%66 = load i32, ptr %5, align 4
%67 = icmp sgt i32 %65, %66
br i1 %67, label %68, label %70
68: ; preds = %64
%69 = load i32, ptr %6, align 4
store i32 %69, ptr %5, align 4
br label %70
70: ; preds = %68, %64
br label %71
71: ; preds = %70
%72 = load i32, ptr %4, align 4
%73 = add nsw i32 %72, 1
store i32 %73, ptr %4, align 4
%74 = load i32, ptr %4, align 4
%75 = load i32, ptr %3, align 4
%76 = icmp slt i32 %74, %75
br i1 %76, label %43, label %._crit_edge3, !llvm.loop !8
._crit_edge3: ; preds = %71
br label %77
77: ; preds = %._crit_edge3, %35
%78 = load i32, ptr %5, align 4
%79 = call i32 @printf(ptr noundef @.str, i32 noundef %78)
store i32 0, ptr %1, align 4
br label %80
80: ; preds = %77, %10
%81 = load i32, ptr %1, align 4
ret i32 %81
}
declare i32 @scanf(ptr noundef, ptr noundef) #1
declare i32 @fprintf(i32 noundef, ptr noundef) #1
declare i64 @malloc(i32 noundef) #1
declare i32 @printf(ptr noundef, i32 noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
!6 = distinct !{!6, !7}
!7 = !{!"llvm.loop.mustprogress"}
!8 = distinct !{!8, !7}
|
; ModuleID = '/tmp/tmpenfu3r11.c'
source_filename = "/tmp/tmpenfu3r11.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @main() #0 {
%1 = alloca i32, align 4
store i32 0, ptr %1, align 4
%2 = call i64 @test__cmpti2(i32 noundef 0, i32 noundef 0, i32 noundef 1)
%3 = icmp ne i64 %2, 0
br i1 %3, label %4, label %5
4: ; preds = %0
store i32 1, ptr %1, align 4
br label %128
5: ; preds = %0
%6 = call i64 @test__cmpti2(i32 noundef 1, i32 noundef 1, i32 noundef 1)
%7 = icmp ne i64 %6, 0
br i1 %7, label %8, label %9
8: ; preds = %5
store i32 1, ptr %1, align 4
br label %128
9: ; preds = %5
%10 = call i64 @test__cmpti2(i32 noundef 2, i32 noundef 2, i32 noundef 1)
%11 = icmp ne i64 %10, 0
br i1 %11, label %12, label %13
12: ; preds = %9
store i32 1, ptr %1, align 4
br label %128
13: ; preds = %9
%14 = call i64 @test__cmpti2(i32 noundef 2147483647, i32 noundef 2147483647, i32 noundef 1)
%15 = icmp ne i64 %14, 0
br i1 %15, label %16, label %17
16: ; preds = %13
store i32 1, ptr %1, align 4
br label %128
17: ; preds = %13
%18 = call i64 @test__cmpti2(i32 noundef -2147483648, i32 noundef -2147483648, i32 noundef 1)
%19 = icmp ne i64 %18, 0
br i1 %19, label %20, label %21
20: ; preds = %17
store i32 1, ptr %1, align 4
br label %128
21: ; preds = %17
%22 = call i64 @test__cmpti2(i32 noundef -2147483647, i32 noundef -2147483647, i32 noundef 1)
%23 = icmp ne i64 %22, 0
br i1 %23, label %24, label %25
24: ; preds = %21
store i32 1, ptr %1, align 4
br label %128
25: ; preds = %21
%26 = call i64 @test__cmpti2(i32 noundef -1, i32 noundef -1, i32 noundef 1)
%27 = icmp ne i64 %26, 0
br i1 %27, label %28, label %29
28: ; preds = %25
store i32 1, ptr %1, align 4
br label %128
29: ; preds = %25
%30 = call i64 @test__cmpti2(i32 noundef 268435456, i32 noundef 268435456, i32 noundef 1)
%31 = icmp ne i64 %30, 0
br i1 %31, label %32, label %33
32: ; preds = %29
store i32 1, ptr %1, align 4
br label %128
33: ; preds = %29
%34 = call i64 @test__cmpti2(i32 noundef -1, i32 noundef -1, i32 noundef 1)
%35 = icmp ne i64 %34, 0
br i1 %35, label %36, label %37
36: ; preds = %33
store i32 1, ptr %1, align 4
br label %128
37: ; preds = %33
%38 = call i64 @test__cmpti2(i32 noundef 2, i32 noundef 1, i32 noundef 0)
%39 = icmp ne i64 %38, 0
br i1 %39, label %40, label %41
40: ; preds = %37
store i32 1, ptr %1, align 4
br label %128
41: ; preds = %37
%42 = call i64 @test__cmpti2(i32 noundef 2, i32 noundef 2, i32 noundef 0)
%43 = icmp ne i64 %42, 0
br i1 %43, label %44, label %45
44: ; preds = %41
store i32 1, ptr %1, align 4
br label %128
45: ; preds = %41
%46 = call i64 @test__cmpti2(i32 noundef 2, i32 noundef 3, i32 noundef 0)
%47 = icmp ne i64 %46, 0
br i1 %47, label %48, label %49
48: ; preds = %45
store i32 1, ptr %1, align 4
br label %128
49: ; preds = %45
%50 = call i64 @test__cmpti2(i32 noundef 2, i32 noundef 1, i32 noundef 2)
%51 = icmp ne i64 %50, 0
br i1 %51, label %52, label %53
52: ; preds = %49
store i32 1, ptr %1, align 4
br label %128
53: ; preds = %49
%54 = call i64 @test__cmpti2(i32 noundef 2, i32 noundef 2, i32 noundef 2)
%55 = icmp ne i64 %54, 0
br i1 %55, label %56, label %57
56: ; preds = %53
store i32 1, ptr %1, align 4
br label %128
57: ; preds = %53
%58 = call i64 @test__cmpti2(i32 noundef 2, i32 noundef 3, i32 noundef 2)
%59 = icmp ne i64 %58, 0
br i1 %59, label %60, label %61
60: ; preds = %57
store i32 1, ptr %1, align 4
br label %128
61: ; preds = %57
%62 = call i64 @test__cmpti2(i32 noundef 2, i32 noundef 1, i32 noundef 2)
%63 = icmp ne i64 %62, 0
br i1 %63, label %64, label %65
64: ; preds = %61
store i32 1, ptr %1, align 4
br label %128
65: ; preds = %61
%66 = call i64 @test__cmpti2(i32 noundef 2, i32 noundef 2, i32 noundef 1)
%67 = icmp ne i64 %66, 0
br i1 %67, label %68, label %69
68: ; preds = %65
store i32 1, ptr %1, align 4
br label %128
69: ; preds = %65
%70 = call i64 @test__cmpti2(i32 noundef 2, i32 noundef 3, i32 noundef 0)
%71 = icmp ne i64 %70, 0
br i1 %71, label %72, label %73
72: ; preds = %69
store i32 1, ptr %1, align 4
br label %128
73: ; preds = %69
%74 = call i32 @make_ti(i32 noundef 2, i32 noundef 2)
%75 = call i32 @make_ti(i32 noundef 3, i32 noundef 1)
%76 = call i64 @test__cmpti2(i32 noundef %74, i32 noundef %75, i32 noundef 0)
%77 = icmp ne i64 %76, 0
br i1 %77, label %78, label %79
78: ; preds = %73
store i32 1, ptr %1, align 4
br label %128
79: ; preds = %73
%80 = call i32 @make_ti(i32 noundef 2, i32 noundef 2)
%81 = call i32 @make_ti(i32 noundef 3, i32 noundef 2)
%82 = call i64 @test__cmpti2(i32 noundef %80, i32 noundef %81, i32 noundef 0)
%83 = icmp ne i64 %82, 0
br i1 %83, label %84, label %85
84: ; preds = %79
store i32 1, ptr %1, align 4
br label %128
85: ; preds = %79
%86 = call i32 @make_ti(i32 noundef 2, i32 noundef 2)
%87 = call i32 @make_ti(i32 noundef 3, i32 noundef 3)
%88 = call i64 @test__cmpti2(i32 noundef %86, i32 noundef %87, i32 noundef 0)
%89 = icmp ne i64 %88, 0
br i1 %89, label %90, label %91
90: ; preds = %85
store i32 1, ptr %1, align 4
br label %128
91: ; preds = %85
%92 = call i32 @make_ti(i32 noundef 2, i32 noundef 2)
%93 = call i32 @make_ti(i32 noundef 1, i32 noundef 1)
%94 = call i64 @test__cmpti2(i32 noundef %92, i32 noundef %93, i32 noundef 2)
%95 = icmp ne i64 %94, 0
br i1 %95, label %96, label %97
96: ; preds = %91
store i32 1, ptr %1, align 4
br label %128
97: ; preds = %91
%98 = call i32 @make_ti(i32 noundef 2, i32 noundef 2)
%99 = call i32 @make_ti(i32 noundef 1, i32 noundef 2)
%100 = call i64 @test__cmpti2(i32 noundef %98, i32 noundef %99, i32 noundef 2)
%101 = icmp ne i64 %100, 0
br i1 %101, label %102, label %103
102: ; preds = %97
store i32 1, ptr %1, align 4
br label %128
103: ; preds = %97
%104 = call i32 @make_ti(i32 noundef 2, i32 noundef 2)
%105 = call i32 @make_ti(i32 noundef 1, i32 noundef 3)
%106 = call i64 @test__cmpti2(i32 noundef %104, i32 noundef %105, i32 noundef 2)
%107 = icmp ne i64 %106, 0
br i1 %107, label %108, label %109
108: ; preds = %103
store i32 1, ptr %1, align 4
br label %128
109: ; preds = %103
%110 = call i32 @make_ti(i32 noundef 2, i32 noundef 2)
%111 = call i32 @make_ti(i32 noundef 2, i32 noundef 1)
%112 = call i64 @test__cmpti2(i32 noundef %110, i32 noundef %111, i32 noundef 2)
%113 = icmp ne i64 %112, 0
br i1 %113, label %114, label %115
114: ; preds = %109
store i32 1, ptr %1, align 4
br label %128
115: ; preds = %109
%116 = call i32 @make_ti(i32 noundef 2, i32 noundef 2)
%117 = call i32 @make_ti(i32 noundef 2, i32 noundef 2)
%118 = call i64 @test__cmpti2(i32 noundef %116, i32 noundef %117, i32 noundef 1)
%119 = icmp ne i64 %118, 0
br i1 %119, label %120, label %121
120: ; preds = %115
store i32 1, ptr %1, align 4
br label %128
121: ; preds = %115
%122 = call i32 @make_ti(i32 noundef 2, i32 noundef 2)
%123 = call i32 @make_ti(i32 noundef 2, i32 noundef 3)
%124 = call i64 @test__cmpti2(i32 noundef %122, i32 noundef %123, i32 noundef 0)
%125 = icmp ne i64 %124, 0
br i1 %125, label %126, label %127
126: ; preds = %121
store i32 1, ptr %1, align 4
br label %128
127: ; preds = %121
store i32 0, ptr %1, align 4
br label %128
128: ; preds = %127, %126, %120, %114, %108, %102, %96, %90, %84, %78, %72, %68, %64, %60, %56, %52, %48, %44, %40, %36, %32, %28, %24, %20, %16, %12, %8, %4
%129 = load i32, ptr %1, align 4
ret i32 %129
}
declare i64 @test__cmpti2(i32 noundef, i32 noundef, i32 noundef) #1
declare i32 @make_ti(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/tmpenfu3r11.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @main() #0 {
%1 = alloca i32, align 4
store i32 0, ptr %1, align 4
%2 = call i64 @test__cmpti2(i32 noundef 0, i32 noundef 0, i32 noundef 1)
%3 = icmp ne i64 %2, 0
br i1 %3, label %4, label %5
4: ; preds = %0
store i32 1, ptr %1, align 4
br label %128
5: ; preds = %0
%6 = call i64 @test__cmpti2(i32 noundef 1, i32 noundef 1, i32 noundef 1)
%7 = icmp ne i64 %6, 0
br i1 %7, label %8, label %9
8: ; preds = %5
store i32 1, ptr %1, align 4
br label %128
9: ; preds = %5
%10 = call i64 @test__cmpti2(i32 noundef 2, i32 noundef 2, i32 noundef 1)
%11 = icmp ne i64 %10, 0
br i1 %11, label %12, label %13
12: ; preds = %9
store i32 1, ptr %1, align 4
br label %128
13: ; preds = %9
%14 = call i64 @test__cmpti2(i32 noundef 2147483647, i32 noundef 2147483647, i32 noundef 1)
%15 = icmp ne i64 %14, 0
br i1 %15, label %16, label %17
16: ; preds = %13
store i32 1, ptr %1, align 4
br label %128
17: ; preds = %13
%18 = call i64 @test__cmpti2(i32 noundef -2147483648, i32 noundef -2147483648, i32 noundef 1)
%19 = icmp ne i64 %18, 0
br i1 %19, label %20, label %21
20: ; preds = %17
store i32 1, ptr %1, align 4
br label %128
21: ; preds = %17
%22 = call i64 @test__cmpti2(i32 noundef -2147483647, i32 noundef -2147483647, i32 noundef 1)
%23 = icmp ne i64 %22, 0
br i1 %23, label %24, label %25
24: ; preds = %21
store i32 1, ptr %1, align 4
br label %128
25: ; preds = %21
%26 = call i64 @test__cmpti2(i32 noundef -1, i32 noundef -1, i32 noundef 1)
%27 = icmp ne i64 %26, 0
br i1 %27, label %28, label %29
28: ; preds = %25
store i32 1, ptr %1, align 4
br label %128
29: ; preds = %25
%30 = call i64 @test__cmpti2(i32 noundef 268435456, i32 noundef 268435456, i32 noundef 1)
%31 = icmp ne i64 %30, 0
br i1 %31, label %32, label %33
32: ; preds = %29
store i32 1, ptr %1, align 4
br label %128
33: ; preds = %29
%34 = call i64 @test__cmpti2(i32 noundef -1, i32 noundef -1, i32 noundef 1)
%35 = icmp ne i64 %34, 0
br i1 %35, label %36, label %37
36: ; preds = %33
store i32 1, ptr %1, align 4
br label %128
37: ; preds = %33
%38 = call i64 @test__cmpti2(i32 noundef 2, i32 noundef 1, i32 noundef 0)
%39 = icmp ne i64 %38, 0
br i1 %39, label %40, label %41
40: ; preds = %37
store i32 1, ptr %1, align 4
br label %128
41: ; preds = %37
%42 = call i64 @test__cmpti2(i32 noundef 2, i32 noundef 2, i32 noundef 0)
%43 = icmp ne i64 %42, 0
br i1 %43, label %44, label %45
44: ; preds = %41
store i32 1, ptr %1, align 4
br label %128
45: ; preds = %41
%46 = call i64 @test__cmpti2(i32 noundef 2, i32 noundef 3, i32 noundef 0)
%47 = icmp ne i64 %46, 0
br i1 %47, label %48, label %49
48: ; preds = %45
store i32 1, ptr %1, align 4
br label %128
49: ; preds = %45
%50 = call i64 @test__cmpti2(i32 noundef 2, i32 noundef 1, i32 noundef 2)
%51 = icmp ne i64 %50, 0
br i1 %51, label %52, label %53
52: ; preds = %49
store i32 1, ptr %1, align 4
br label %128
53: ; preds = %49
%54 = call i64 @test__cmpti2(i32 noundef 2, i32 noundef 2, i32 noundef 2)
%55 = icmp ne i64 %54, 0
br i1 %55, label %56, label %57
56: ; preds = %53
store i32 1, ptr %1, align 4
br label %128
57: ; preds = %53
%58 = call i64 @test__cmpti2(i32 noundef 2, i32 noundef 3, i32 noundef 2)
%59 = icmp ne i64 %58, 0
br i1 %59, label %60, label %61
60: ; preds = %57
store i32 1, ptr %1, align 4
br label %128
61: ; preds = %57
%62 = call i64 @test__cmpti2(i32 noundef 2, i32 noundef 1, i32 noundef 2)
%63 = icmp ne i64 %62, 0
br i1 %63, label %64, label %65
64: ; preds = %61
store i32 1, ptr %1, align 4
br label %128
65: ; preds = %61
%66 = call i64 @test__cmpti2(i32 noundef 2, i32 noundef 2, i32 noundef 1)
%67 = icmp ne i64 %66, 0
br i1 %67, label %68, label %69
68: ; preds = %65
store i32 1, ptr %1, align 4
br label %128
69: ; preds = %65
%70 = call i64 @test__cmpti2(i32 noundef 2, i32 noundef 3, i32 noundef 0)
%71 = icmp ne i64 %70, 0
br i1 %71, label %72, label %73
72: ; preds = %69
store i32 1, ptr %1, align 4
br label %128
73: ; preds = %69
%74 = call i32 @make_ti(i32 noundef 2, i32 noundef 2)
%75 = call i32 @make_ti(i32 noundef 3, i32 noundef 1)
%76 = call i64 @test__cmpti2(i32 noundef %74, i32 noundef %75, i32 noundef 0)
%77 = icmp ne i64 %76, 0
br i1 %77, label %78, label %79
78: ; preds = %73
store i32 1, ptr %1, align 4
br label %128
79: ; preds = %73
%80 = call i32 @make_ti(i32 noundef 2, i32 noundef 2)
%81 = call i32 @make_ti(i32 noundef 3, i32 noundef 2)
%82 = call i64 @test__cmpti2(i32 noundef %80, i32 noundef %81, i32 noundef 0)
%83 = icmp ne i64 %82, 0
br i1 %83, label %84, label %85
84: ; preds = %79
store i32 1, ptr %1, align 4
br label %128
85: ; preds = %79
%86 = call i32 @make_ti(i32 noundef 2, i32 noundef 2)
%87 = call i32 @make_ti(i32 noundef 3, i32 noundef 3)
%88 = call i64 @test__cmpti2(i32 noundef %86, i32 noundef %87, i32 noundef 0)
%89 = icmp ne i64 %88, 0
br i1 %89, label %90, label %91
90: ; preds = %85
store i32 1, ptr %1, align 4
br label %128
91: ; preds = %85
%92 = call i32 @make_ti(i32 noundef 2, i32 noundef 2)
%93 = call i32 @make_ti(i32 noundef 1, i32 noundef 1)
%94 = call i64 @test__cmpti2(i32 noundef %92, i32 noundef %93, i32 noundef 2)
%95 = icmp ne i64 %94, 0
br i1 %95, label %96, label %97
96: ; preds = %91
store i32 1, ptr %1, align 4
br label %128
97: ; preds = %91
%98 = call i32 @make_ti(i32 noundef 2, i32 noundef 2)
%99 = call i32 @make_ti(i32 noundef 1, i32 noundef 2)
%100 = call i64 @test__cmpti2(i32 noundef %98, i32 noundef %99, i32 noundef 2)
%101 = icmp ne i64 %100, 0
br i1 %101, label %102, label %103
102: ; preds = %97
store i32 1, ptr %1, align 4
br label %128
103: ; preds = %97
%104 = call i32 @make_ti(i32 noundef 2, i32 noundef 2)
%105 = call i32 @make_ti(i32 noundef 1, i32 noundef 3)
%106 = call i64 @test__cmpti2(i32 noundef %104, i32 noundef %105, i32 noundef 2)
%107 = icmp ne i64 %106, 0
br i1 %107, label %108, label %109
108: ; preds = %103
store i32 1, ptr %1, align 4
br label %128
109: ; preds = %103
%110 = call i32 @make_ti(i32 noundef 2, i32 noundef 2)
%111 = call i32 @make_ti(i32 noundef 2, i32 noundef 1)
%112 = call i64 @test__cmpti2(i32 noundef %110, i32 noundef %111, i32 noundef 2)
%113 = icmp ne i64 %112, 0
br i1 %113, label %114, label %115
114: ; preds = %109
store i32 1, ptr %1, align 4
br label %128
115: ; preds = %109
%116 = call i32 @make_ti(i32 noundef 2, i32 noundef 2)
%117 = call i32 @make_ti(i32 noundef 2, i32 noundef 2)
%118 = call i64 @test__cmpti2(i32 noundef %116, i32 noundef %117, i32 noundef 1)
%119 = icmp ne i64 %118, 0
br i1 %119, label %120, label %121
120: ; preds = %115
store i32 1, ptr %1, align 4
br label %128
121: ; preds = %115
%122 = call i32 @make_ti(i32 noundef 2, i32 noundef 2)
%123 = call i32 @make_ti(i32 noundef 2, i32 noundef 3)
%124 = call i64 @test__cmpti2(i32 noundef %122, i32 noundef %123, i32 noundef 0)
%125 = icmp ne i64 %124, 0
br i1 %125, label %126, label %127
126: ; preds = %121
store i32 1, ptr %1, align 4
br label %128
127: ; preds = %121
store i32 0, ptr %1, align 4
br label %128
128: ; preds = %127, %126, %120, %114, %108, %102, %96, %90, %84, %78, %72, %68, %64, %60, %56, %52, %48, %44, %40, %36, %32, %28, %24, %20, %16, %12, %8, %4
%129 = load i32, ptr %1, align 4
ret i32 %129
}
declare i64 @test__cmpti2(i32 noundef, i32 noundef, i32 noundef) #1
declare i32 @make_ti(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/tmpccidptfu.c'
source_filename = "/tmp/tmpccidptfu.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-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"j\01X1\DB\CD\80\00", align 1
@.str.1 = private unnamed_addr constant [22 x i8] c"strlen(shellcode)=%d\0A\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @main() #0 {
%1 = alloca i32, align 4
%2 = alloca ptr, align 8
store i32 0, ptr %1, align 4
store ptr @.str, ptr %2, align 8
%3 = load ptr, ptr %2, align 8
%4 = call i32 @strlen(ptr noundef %3)
%5 = call i32 @printf(ptr noundef @.str.1, i32 noundef %4)
%6 = load ptr, ptr %2, align 8
call void %6()
ret i32 0
}
declare i32 @printf(ptr noundef, i32 noundef) #1
declare i32 @strlen(ptr noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmpccidptfu.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-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"j\01X1\DB\CD\80\00", align 1
@.str.1 = private unnamed_addr constant [22 x i8] c"strlen(shellcode)=%d\0A\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @main() #0 {
%1 = alloca i32, align 4
%2 = alloca ptr, align 8
store i32 0, ptr %1, align 4
store ptr @.str, ptr %2, align 8
%3 = load ptr, ptr %2, align 8
%4 = call i32 @strlen(ptr noundef %3)
%5 = call i32 @printf(ptr noundef @.str.1, i32 noundef %4)
%6 = load ptr, ptr %2, align 8
call void %6()
ret i32 0
}
declare i32 @printf(ptr noundef, i32 noundef) #1
declare i32 @strlen(ptr noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
|
; ModuleID = '/tmp/tmprgrgwbnn.c'
source_filename = "/tmp/tmprgrgwbnn.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-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"fn71\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local ptr @fn71() #0 {
%1 = alloca ptr, align 8
%2 = call i32 (...) @rand()
%3 = srem i32 %2, 20
%4 = add nsw i32 20, %3
%5 = call ptr @malloc(i32 noundef %4)
store ptr %5, ptr %1, align 8
%6 = load ptr, ptr %1, align 8
%7 = call i32 (...) @rand()
%8 = srem i32 %7, 20
%9 = add nsw i32 30, %8
%10 = call ptr @realloc(ptr noundef %6, i32 noundef %9)
store ptr %10, ptr %1, align 8
%11 = load ptr, ptr %1, align 8
%12 = call i32 @strcpy(ptr noundef %11, ptr noundef @.str)
%13 = load ptr, ptr %1, align 8
ret ptr %13
}
declare ptr @malloc(i32 noundef) #1
declare i32 @rand(...) #1
declare ptr @realloc(ptr noundef, i32 noundef) #1
declare i32 @strcpy(ptr noundef, ptr noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmprgrgwbnn.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-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"fn71\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local ptr @fn71() #0 {
%1 = alloca ptr, align 8
%2 = call i32 (...) @rand()
%3 = srem i32 %2, 20
%4 = add nsw i32 20, %3
%5 = call ptr @malloc(i32 noundef %4)
store ptr %5, ptr %1, align 8
%6 = load ptr, ptr %1, align 8
%7 = call i32 (...) @rand()
%8 = srem i32 %7, 20
%9 = add nsw i32 30, %8
%10 = call ptr @realloc(ptr noundef %6, i32 noundef %9)
store ptr %10, ptr %1, align 8
%11 = load ptr, ptr %1, align 8
%12 = call i32 @strcpy(ptr noundef %11, ptr noundef @.str)
%13 = load ptr, ptr %1, align 8
ret ptr %13
}
declare ptr @malloc(i32 noundef) #1
declare i32 @rand(...) #1
declare ptr @realloc(ptr noundef, i32 noundef) #1
declare i32 @strcpy(ptr noundef, ptr noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
|
; ModuleID = '/tmp/tmp9trbi3cf.c'
source_filename = "/tmp/tmp9trbi3cf.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@ERANGE = dso_local global i64 0, align 8
@EXIT_FAILURE = dso_local global i32 0, align 4
@LONG_MAX = dso_local global i32 0, align 4
@LONG_MIN = dso_local global i32 0, align 4
@errno = dso_local global i64 0, align 8
@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/tmp9trbi3cf.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@ERANGE = dso_local global i64 0, align 8
@EXIT_FAILURE = dso_local global i32 0, align 4
@LONG_MAX = dso_local global i32 0, align 4
@LONG_MIN = dso_local global i32 0, align 4
@errno = dso_local global i64 0, align 8
@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/tmpr3mrwshj.c'
source_filename = "/tmp/tmpr3mrwshj.c"
target datalayout = "e-m:e-p270: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 [46 x i8] c"AUX mode of NexStar uses computer time only \0A\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @SyncLocalTime() #0 {
%1 = load i32, ptr @stderr, align 4
%2 = call i32 @fprintf(i32 noundef %1, ptr noundef @.str)
ret i32 -1
}
declare i32 @fprintf(i32 noundef, ptr noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmpr3mrwshj.c"
target datalayout = "e-m:e-p270: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 [46 x i8] c"AUX mode of NexStar uses computer time only \0A\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @SyncLocalTime() #0 {
%1 = load i32, ptr @stderr, align 4
%2 = call i32 @fprintf(i32 noundef %1, ptr noundef @.str)
ret i32 -1
}
declare i32 @fprintf(i32 noundef, ptr noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
|
; ModuleID = '/tmp/tmputiw2wok.c'
source_filename = "/tmp/tmputiw2wok.c"
target datalayout = "e-m:e-p270: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/tmputiw2wok.c"
target datalayout = "e-m:e-p270: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/tmpjwj8g445.c'
source_filename = "/tmp/tmpjwj8g445.c"
target datalayout = "e-m:e-p270: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/tmpjwj8g445.c"
target datalayout = "e-m:e-p270: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/tmphic79zpl.c'
source_filename = "/tmp/tmphic79zpl.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-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" \1B[0;33m %s \1B[0m\0A\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local void @room_print(ptr noundef %0) #0 {
%2 = alloca ptr, align 8
store ptr %0, ptr %2, align 8
%3 = load ptr, ptr %2, align 8
%4 = call i32 @printf(ptr noundef @.str, ptr noundef %3)
ret void
}
declare i32 @printf(ptr noundef, ptr noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmphic79zpl.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-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" \1B[0;33m %s \1B[0m\0A\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local void @room_print(ptr noundef %0) #0 {
%2 = alloca ptr, align 8
store ptr %0, ptr %2, align 8
%3 = load ptr, ptr %2, align 8
%4 = call i32 @printf(ptr noundef @.str, ptr noundef %3)
ret void
}
declare i32 @printf(ptr noundef, ptr noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
|
; ModuleID = '/tmp/tmp328nq469.c'
source_filename = "/tmp/tmp328nq469.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@.str = private unnamed_addr constant [2 x i8] c"0\00", align 1
@.str.1 = private unnamed_addr constant [2 x i8] c"1\00", align 1
@.str.2 = private unnamed_addr constant [3 x i8] c"%s\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local void @inttobinfloatpart(x86_fp80 noundef %0, ptr noundef %1, i32 noundef %2) #0 {
%4 = alloca x86_fp80, align 16
%5 = alloca ptr, align 8
%6 = alloca i32, align 4
%7 = alloca ptr, align 8
%8 = alloca i32, align 4
%9 = alloca x86_fp80, align 16
%10 = alloca x86_fp80, align 16
store x86_fp80 %0, ptr %4, align 16
store ptr %1, ptr %5, align 8
store i32 %2, ptr %6, align 4
%11 = call ptr @malloc(i32 noundef 96)
store ptr %11, ptr %7, align 8
%12 = load ptr, ptr %7, align 8
%13 = call i32 @memset(ptr noundef %12, i8 noundef signext 0, i32 noundef 96)
store i32 0, ptr %8, align 4
%14 = load x86_fp80, ptr %4, align 16
%15 = fcmp olt x86_fp80 %14, 0xK00000000000000000000
br i1 %15, label %16, label %19
16: ; preds = %3
%17 = load x86_fp80, ptr %4, align 16
%18 = call x86_fp80 @fabs(x86_fp80 noundef %17)
store x86_fp80 %18, ptr %4, align 16
br label %19
19: ; preds = %16, %3
br label %20
20: ; preds = %45, %19
%21 = load i32, ptr %8, align 4
%22 = load i32, ptr %6, align 4
%23 = icmp slt i32 %21, %22
br i1 %23, label %24, label %49
24: ; preds = %20
%25 = load x86_fp80, ptr %4, align 16
%26 = fmul x86_fp80 %25, 0xK40008000000000000000
%27 = call x86_fp80 @modfl(x86_fp80 noundef %26, ptr noundef %9) #3
store x86_fp80 %27, ptr %10, align 16
%28 = load x86_fp80, ptr %9, align 16
%29 = fcmp oeq x86_fp80 %28, 0xK00000000000000000000
br i1 %29, label %30, label %33
30: ; preds = %24
%31 = load ptr, ptr %7, align 8
%32 = call i32 @strcat(ptr noundef %31, ptr noundef @.str)
br label %41
33: ; preds = %24
%34 = load x86_fp80, ptr %9, align 16
%35 = fcmp oeq x86_fp80 %34, 0xK3FFF8000000000000000
br i1 %35, label %36, label %39
36: ; preds = %33
%37 = load ptr, ptr %7, align 8
%38 = call i32 @strcat(ptr noundef %37, ptr noundef @.str.1)
br label %40
39: ; preds = %33
br label %55
40: ; preds = %36
br label %41
41: ; preds = %40, %30
%42 = load x86_fp80, ptr %10, align 16
%43 = fcmp oeq x86_fp80 %42, 0xK00000000000000000000
br i1 %43, label %44, label %45
44: ; preds = %41
br label %49
45: ; preds = %41
%46 = load x86_fp80, ptr %10, align 16
store x86_fp80 %46, ptr %4, align 16
%47 = load i32, ptr %8, align 4
%48 = add nsw i32 %47, 1
store i32 %48, ptr %8, align 4
br label %20, !llvm.loop !6
49: ; preds = %44, %20
%50 = load ptr, ptr %5, align 8
%51 = load ptr, ptr %7, align 8
%52 = call i32 @sprintf(ptr noundef %50, ptr noundef @.str.2, ptr noundef %51)
%53 = load ptr, ptr %7, align 8
%54 = call i32 @free(ptr noundef %53)
br label %55
55: ; preds = %49, %39
ret void
}
declare ptr @malloc(i32 noundef) #1
declare i32 @memset(ptr noundef, i8 noundef signext, i32 noundef) #1
declare x86_fp80 @fabs(x86_fp80 noundef) #1
; Function Attrs: nounwind
declare x86_fp80 @modfl(x86_fp80 noundef, ptr noundef) #2
declare i32 @strcat(ptr noundef, ptr noundef) #1
declare i32 @sprintf(ptr noundef, ptr noundef, ptr noundef) #1
declare i32 @free(ptr noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #2 = { nounwind "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #3 = { nounwind }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
!6 = distinct !{!6, !7}
!7 = !{!"llvm.loop.mustprogress"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmp328nq469.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@.str = private unnamed_addr constant [2 x i8] c"0\00", align 1
@.str.1 = private unnamed_addr constant [2 x i8] c"1\00", align 1
@.str.2 = private unnamed_addr constant [3 x i8] c"%s\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local void @inttobinfloatpart(x86_fp80 noundef %0, ptr noundef %1, i32 noundef %2) #0 {
%4 = alloca x86_fp80, align 16
%5 = alloca ptr, align 8
%6 = alloca i32, align 4
%7 = alloca ptr, align 8
%8 = alloca i32, align 4
%9 = alloca x86_fp80, align 16
%10 = alloca x86_fp80, align 16
store x86_fp80 %0, ptr %4, align 16
store ptr %1, ptr %5, align 8
store i32 %2, ptr %6, align 4
%11 = call ptr @malloc(i32 noundef 96)
store ptr %11, ptr %7, align 8
%12 = load ptr, ptr %7, align 8
%13 = call i32 @memset(ptr noundef %12, i8 noundef signext 0, i32 noundef 96)
store i32 0, ptr %8, align 4
%14 = load x86_fp80, ptr %4, align 16
%15 = fcmp olt x86_fp80 %14, 0xK00000000000000000000
br i1 %15, label %16, label %19
16: ; preds = %3
%17 = load x86_fp80, ptr %4, align 16
%18 = call x86_fp80 @fabs(x86_fp80 noundef %17)
store x86_fp80 %18, ptr %4, align 16
br label %19
19: ; preds = %16, %3
%20 = load i32, ptr %8, align 4
%21 = load i32, ptr %6, align 4
%22 = icmp slt i32 %20, %21
br i1 %22, label %.lr.ph, label %.loopexit
.lr.ph: ; preds = %19
br label %23
23: ; preds = %.lr.ph, %44
%24 = load x86_fp80, ptr %4, align 16
%25 = fmul x86_fp80 %24, 0xK40008000000000000000
%26 = call x86_fp80 @modfl(x86_fp80 noundef %25, ptr noundef %9) #3
store x86_fp80 %26, ptr %10, align 16
%27 = load x86_fp80, ptr %9, align 16
%28 = fcmp oeq x86_fp80 %27, 0xK00000000000000000000
br i1 %28, label %29, label %32
29: ; preds = %23
%30 = load ptr, ptr %7, align 8
%31 = call i32 @strcat(ptr noundef %30, ptr noundef @.str)
br label %40
32: ; preds = %23
%33 = load x86_fp80, ptr %9, align 16
%34 = fcmp oeq x86_fp80 %33, 0xK3FFF8000000000000000
br i1 %34, label %35, label %38
35: ; preds = %32
%36 = load ptr, ptr %7, align 8
%37 = call i32 @strcat(ptr noundef %36, ptr noundef @.str.1)
br label %39
38: ; preds = %32
br label %57
39: ; preds = %35
br label %40
40: ; preds = %39, %29
%41 = load x86_fp80, ptr %10, align 16
%42 = fcmp oeq x86_fp80 %41, 0xK00000000000000000000
br i1 %42, label %43, label %44
43: ; preds = %40
br label %51
44: ; preds = %40
%45 = load x86_fp80, ptr %10, align 16
store x86_fp80 %45, ptr %4, align 16
%46 = load i32, ptr %8, align 4
%47 = add nsw i32 %46, 1
store i32 %47, ptr %8, align 4
%48 = load i32, ptr %8, align 4
%49 = load i32, ptr %6, align 4
%50 = icmp slt i32 %48, %49
br i1 %50, label %23, label %..loopexit_crit_edge, !llvm.loop !6
..loopexit_crit_edge: ; preds = %44
br label %.loopexit
.loopexit: ; preds = %..loopexit_crit_edge, %19
br label %51
51: ; preds = %.loopexit, %43
%52 = load ptr, ptr %5, align 8
%53 = load ptr, ptr %7, align 8
%54 = call i32 @sprintf(ptr noundef %52, ptr noundef @.str.2, ptr noundef %53)
%55 = load ptr, ptr %7, align 8
%56 = call i32 @free(ptr noundef %55)
br label %57
57: ; preds = %51, %38
ret void
}
declare ptr @malloc(i32 noundef) #1
declare i32 @memset(ptr noundef, i8 noundef signext, i32 noundef) #1
declare x86_fp80 @fabs(x86_fp80 noundef) #1
; Function Attrs: nounwind
declare x86_fp80 @modfl(x86_fp80 noundef, ptr noundef) #2
declare i32 @strcat(ptr noundef, ptr noundef) #1
declare i32 @sprintf(ptr noundef, ptr noundef, ptr noundef) #1
declare i32 @free(ptr noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #2 = { nounwind "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #3 = { nounwind }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
!6 = distinct !{!6, !7}
!7 = !{!"llvm.loop.mustprogress"}
|
; ModuleID = '/tmp/tmpxigk3nx_.c'
source_filename = "/tmp/tmpxigk3nx_.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@.str = private unnamed_addr constant [3 x i8] c"%d\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @readNumber(ptr noundef %0) #0 {
%2 = alloca ptr, align 8
%3 = alloca ptr, align 8
store ptr %0, ptr %2, align 8
%4 = load ptr, ptr %2, align 8
%5 = call i32 @printMessage(ptr noundef %4)
store ptr null, ptr %3, align 8
%6 = call ptr @malloc(i32 noundef 0)
store ptr %6, ptr %3, align 8
%7 = load ptr, ptr %3, align 8
%8 = call i32 @scanf(ptr noundef @.str, ptr noundef %7)
%9 = load ptr, ptr %3, align 8
%10 = load i32, ptr %9, align 4
ret i32 %10
}
declare i32 @printMessage(ptr noundef) #1
declare ptr @malloc(i32 noundef) #1
declare i32 @scanf(ptr noundef, ptr noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
| ; ModuleID = '<stdin>'
source_filename = "/tmp/tmpxigk3nx_.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"
@.str = private unnamed_addr constant [3 x i8] c"%d\00", align 1
; Function Attrs: noinline nounwind sspstrong uwtable
define dso_local i32 @readNumber(ptr noundef %0) #0 {
%2 = alloca ptr, align 8
%3 = alloca ptr, align 8
store ptr %0, ptr %2, align 8
%4 = load ptr, ptr %2, align 8
%5 = call i32 @printMessage(ptr noundef %4)
store ptr null, ptr %3, align 8
%6 = call ptr @malloc(i32 noundef 0)
store ptr %6, ptr %3, align 8
%7 = load ptr, ptr %3, align 8
%8 = call i32 @scanf(ptr noundef @.str, ptr noundef %7)
%9 = load ptr, ptr %3, align 8
%10 = load i32, ptr %9, align 4
ret i32 %10
}
declare i32 @printMessage(ptr noundef) #1
declare ptr @malloc(i32 noundef) #1
declare i32 @scanf(ptr noundef, ptr noundef) #1
attributes #0 = { noinline nounwind sspstrong uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cmov,+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }
!llvm.module.flags = !{!0, !1, !2, !3, !4}
!llvm.ident = !{!5}
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 8, !"PIC Level", i32 2}
!2 = !{i32 7, !"PIE Level", i32 2}
!3 = !{i32 7, !"uwtable", i32 2}
!4 = !{i32 7, !"frame-pointer", i32 2}
!5 = !{!"clang version 17.0.6"}
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.