Files
rusty_brot/target/debug/build/num-traits-ccb86babd59d532c/out/probe5.ll
T
opelly27 b2c9f4a78b some shit
added
2023-04-22 12:52:39 -07:00

46 lines
2.2 KiB
LLVM

; ModuleID = 'probe5.47297671-cgu.0'
source_filename = "probe5.47297671-cgu.0"
target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128"
target triple = "arm64-apple-macosx11.0.0"
%"core::panic::location::Location" = type { { [0 x i8]*, i64 }, i32, i32 }
@alloc3 = private unnamed_addr constant <{ [75 x i8] }> <{ [75 x i8] c"/rustc/4b91a6ea7258a947e59c6522cd5898e7c0a6a88f/library/core/src/num/mod.rs" }>, align 1
@alloc4 = private unnamed_addr constant <{ i8*, [16 x i8] }> <{ i8* getelementptr inbounds (<{ [75 x i8] }>, <{ [75 x i8] }>* @alloc3, i32 0, i32 0, i32 0), [16 x i8] c"K\00\00\00\00\00\00\00K\03\00\00\05\00\00\00" }>, align 8
@str.0 = internal constant [25 x i8] c"attempt to divide by zero"
; probe5::probe
; Function Attrs: uwtable
define void @_ZN6probe55probe17h56b49554577ddf77E() unnamed_addr #0 {
start:
%0 = call i1 @llvm.expect.i1(i1 false, i1 false)
br i1 %0, label %panic.i, label %"_ZN4core3num21_$LT$impl$u20$u32$GT$10div_euclid17hc2e166a3ed544004E.exit"
panic.i: ; preds = %start
; call core::panicking::panic
call void @_ZN4core9panicking5panic17h02e9fc642940f2ecE([0 x i8]* align 1 bitcast ([25 x i8]* @str.0 to [0 x i8]*), i64 25, %"core::panic::location::Location"* align 8 bitcast (<{ i8*, [16 x i8] }>* @alloc4 to %"core::panic::location::Location"*)) #3
unreachable
"_ZN4core3num21_$LT$impl$u20$u32$GT$10div_euclid17hc2e166a3ed544004E.exit": ; preds = %start
br label %bb1
bb1: ; preds = %"_ZN4core3num21_$LT$impl$u20$u32$GT$10div_euclid17hc2e166a3ed544004E.exit"
ret void
}
; Function Attrs: nofree nosync nounwind readnone willreturn
declare i1 @llvm.expect.i1(i1, i1) #1
; core::panicking::panic
; Function Attrs: cold noinline noreturn uwtable
declare void @_ZN4core9panicking5panic17h02e9fc642940f2ecE([0 x i8]* align 1, i64, %"core::panic::location::Location"* align 8) unnamed_addr #2
attributes #0 = { uwtable "frame-pointer"="non-leaf" "target-cpu"="apple-a14" }
attributes #1 = { nofree nosync nounwind readnone willreturn }
attributes #2 = { cold noinline noreturn uwtable "frame-pointer"="non-leaf" "target-cpu"="apple-a14" }
attributes #3 = { noreturn }
!llvm.module.flags = !{!0}
!0 = !{i32 7, !"PIC Level", i32 2}