CoolFace
Modelpublic

Aboudek/ASM_TO_LLVM_V2

sourceHugging Faceupdated 1y agoView on Hugging Face
0likes
extr_interface.c_do_reply_document.ll38 linesDownload Raw Back to tg
1; ModuleID = 'tg/extr_interface.c_do_reply_document.c'2source_filename = "tg/extr_interface.c_do_reply_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; Function Attrs: noinline nounwind optnone uwtable7define dso_local void @do_reply_document(ptr noundef %0, i32 noundef %1, ptr noundef %2, ptr noundef %3) #0 {8  %5 = alloca ptr, align 89  %6 = alloca i32, align 410  %7 = alloca ptr, align 811  %8 = alloca ptr, align 812  store ptr %0, ptr %5, align 813  store i32 %1, ptr %6, align 414  store ptr %2, ptr %7, align 815  store ptr %3, ptr %8, align 816  %9 = load ptr, ptr %5, align 817  %10 = load i32, ptr %6, align 418  %11 = load ptr, ptr %7, align 819  %12 = load ptr, ptr %8, align 820  %13 = call i32 @_do_reply_file(ptr noundef %9, i32 noundef %10, ptr noundef %11, ptr noundef %12, i32 noundef 0)21  ret void22}23 24declare i32 @_do_reply_file(ptr noundef, i32 noundef, ptr noundef, ptr noundef, i32 noundef) #125 26attributes #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" }27attributes #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" }28 29!llvm.module.flags = !{!0, !1, !2, !3, !4}30!llvm.ident = !{!5}31 32!0 = !{i32 1, !"wchar_size", i32 4}33!1 = !{i32 7, !"PIC Level", i32 2}34!2 = !{i32 7, !"PIE Level", i32 2}35!3 = !{i32 7, !"uwtable", i32 2}36!4 = !{i32 7, !"frame-pointer", i32 2}37!5 = !{!"clang version 15.0.3"}38