2022-12-21 00:23:19 +13:00

28 lines
855 B
LLVM

; ModuleID = 'probe3.27eead9a-cgu.0'
source_filename = "probe3.27eead9a-cgu.0"
target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128"
target triple = "arm64-apple-macosx11.0.0"
; probe3::probe
; Function Attrs: uwtable
define void @_ZN6probe35probe17hfb4e888b6b3db9e7E() unnamed_addr #0 {
start:
%0 = alloca i32, align 4
store i32 -2147483648, ptr %0, align 4
%1 = load i32, ptr %0, align 4
br label %bb1
bb1: ; preds = %start
ret void
}
; Function Attrs: nocallback nofree nosync nounwind readnone speculatable willreturn
declare i32 @llvm.bitreverse.i32(i32) #1
attributes #0 = { uwtable "frame-pointer"="non-leaf" "target-cpu"="apple-a14" }
attributes #1 = { nocallback nofree nosync nounwind readnone speculatable willreturn }
!llvm.module.flags = !{!0}
!0 = !{i32 7, !"PIC Level", i32 2}