Aboudek/ASM_TO_LLVM_V2
0
1; ModuleID = 'tg/extr_interface.c_do_post_document.c'2source_filename = "tg/extr_interface.c_do_post_document.c"3target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"4target triple = "x86_64-unknown-linux-gnu"5 6@TGLMF_POST_AS_CHANNEL = dso_local global i32 0, align 47 8; Function Attrs: noinline nounwind optnone uwtable9define dso_local void @do_post_document(ptr noundef %0, i32 noundef %1, ptr noundef %2, ptr noundef %3) #0 {10 %5 = alloca ptr, align 811 %6 = alloca i32, align 412 %7 = alloca ptr, align 813 %8 = alloca ptr, align 814 store ptr %0, ptr %5, align 815 store i32 %1, ptr %6, align 416 store ptr %2, ptr %7, align 817 store ptr %3, ptr %8, align 818 %9 = load ptr, ptr %5, align 819 %10 = load i32, ptr %6, align 420 %11 = load ptr, ptr %7, align 821 %12 = load ptr, ptr %8, align 822 %13 = load i32, ptr @TGLMF_POST_AS_CHANNEL, align 423 %14 = call i32 @_do_send_file(ptr noundef %9, i32 noundef %10, ptr noundef %11, ptr noundef %12, i32 noundef %13)24 ret void25}26 27declare i32 @_do_send_file(ptr noundef, i32 noundef, ptr noundef, ptr noundef, i32 noundef) #128 29attributes #0 = { noinline nounwind optnone uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }30attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "tune-cpu"="generic" }31 32!llvm.module.flags = !{!0, !1, !2, !3, !4}33!llvm.ident = !{!5}34 35!0 = !{i32 1, !"wchar_size", i32 4}36!1 = !{i32 7, !"PIC Level", i32 2}37!2 = !{i32 7, !"PIE Level", i32 2}38!3 = !{i32 7, !"uwtable", i32 2}39!4 = !{i32 7, !"frame-pointer", i32 2}40!5 = !{!"clang version 15.0.3"}41 