28 lines
953 B
LLVM
28 lines
953 B
LLVM
|
; ModuleID = 'probe2.a41721db6e9d7453-cgu.0'
|
||
|
source_filename = "probe2.a41721db6e9d7453-cgu.0"
|
||
|
target datalayout = "e-m:o-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
|
||
|
target triple = "x86_64-apple-macosx10.12.0"
|
||
|
|
||
|
; probe2::probe
|
||
|
; Function Attrs: uwtable
|
||
|
define void @_ZN6probe25probe17he631e31c75ed2efcE() unnamed_addr #0 {
|
||
|
start:
|
||
|
%0 = alloca i32, align 4
|
||
|
store i32 -2147483648, ptr %0, align 4
|
||
|
%_0.i = load i32, ptr %0, align 4, !noundef !2
|
||
|
ret void
|
||
|
}
|
||
|
|
||
|
; Function Attrs: nocallback nofree nosync nounwind speculatable willreturn memory(none)
|
||
|
declare i32 @llvm.bitreverse.i32(i32) #1
|
||
|
|
||
|
attributes #0 = { uwtable "frame-pointer"="all" "probe-stack"="inline-asm" "target-cpu"="penryn" }
|
||
|
attributes #1 = { nocallback nofree nosync nounwind speculatable willreturn memory(none) }
|
||
|
|
||
|
!llvm.module.flags = !{!0}
|
||
|
!llvm.ident = !{!1}
|
||
|
|
||
|
!0 = !{i32 8, !"PIC Level", i32 2}
|
||
|
!1 = !{!"rustc version 1.74.1 (a28077b28 2023-12-04)"}
|
||
|
!2 = !{}
|