CoolFace
Modelpublic

Aboudek/ASM_TO_LLVM_V2

sourceHugging Faceupdated 1y agoView on Hugging Face
0likes
extr_wftree.c_GetTreeIcon.ll73 linesDownload Raw Back to src
1; ModuleID = 'winfile/src/extr_wftree.c_GetTreeIcon.c'2source_filename = "winfile/src/extr_wftree.c_GetTreeIcon.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@hicoTreeDir = dso_local global i32 0, align 47@hicoTree = dso_local global i32 0, align 48@hicoDir = dso_local global i32 0, align 49 10; Function Attrs: noinline nounwind optnone uwtable11define dso_local i32 @GetTreeIcon(i64 noundef %0) #0 {12  %2 = alloca i32, align 413  %3 = alloca i64, align 814  %4 = alloca i64, align 815  %5 = alloca i64, align 816  store i64 %0, ptr %3, align 817  %6 = load i64, ptr %3, align 818  %7 = call i64 @HasTreeWindow(i64 noundef %6)19  store i64 %7, ptr %4, align 820  %8 = load i64, ptr %3, align 821  %9 = call i64 @HasDirWindow(i64 noundef %8)22  store i64 %9, ptr %5, align 823  %10 = load i64, ptr %4, align 824  %11 = icmp ne i64 %10, 025  br i1 %11, label %12, label %1726 2712:                                               ; preds = %128  %13 = load i64, ptr %5, align 829  %14 = icmp ne i64 %13, 030  br i1 %14, label %15, label %1731 3215:                                               ; preds = %1233  %16 = load i32, ptr @hicoTreeDir, align 434  store i32 %16, ptr %2, align 435  br label %2436 3717:                                               ; preds = %12, %138  %18 = load i64, ptr %4, align 839  %19 = icmp ne i64 %18, 040  br i1 %19, label %20, label %2241 4220:                                               ; preds = %1743  %21 = load i32, ptr @hicoTree, align 444  store i32 %21, ptr %2, align 445  br label %2446 4722:                                               ; preds = %1748  %23 = load i32, ptr @hicoDir, align 449  store i32 %23, ptr %2, align 450  br label %2451 5224:                                               ; preds = %22, %20, %1553  %25 = load i32, ptr %2, align 454  ret i32 %2555}56 57declare i64 @HasTreeWindow(i64 noundef) #158 59declare i64 @HasDirWindow(i64 noundef) #160 61attributes #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" }62attributes #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" }63 64!llvm.module.flags = !{!0, !1, !2, !3, !4}65!llvm.ident = !{!5}66 67!0 = !{i32 1, !"wchar_size", i32 4}68!1 = !{i32 7, !"PIC Level", i32 2}69!2 = !{i32 7, !"PIE Level", i32 2}70!3 = !{i32 7, !"uwtable", i32 2}71!4 = !{i32 7, !"frame-pointer", i32 2}72!5 = !{!"clang version 15.0.3"}73