mirror of
https://github.com/opelly27/rusty_brot.git
synced 2026-05-20 15:47:38 +00:00
b2c9f4a78b
added
42 lines
1.5 KiB
LLVM
42 lines
1.5 KiB
LLVM
; ModuleID = 'probe6.553e6923-cgu.0'
|
|
source_filename = "probe6.553e6923-cgu.0"
|
|
target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128"
|
|
target triple = "arm64-apple-macosx11.0.0"
|
|
|
|
; std::f64::<impl f64>::copysign
|
|
; Function Attrs: inlinehint uwtable
|
|
define internal double @"_ZN3std3f6421_$LT$impl$u20$f64$GT$8copysign17h03df885dab7e19beE"(double %self, double %sign) unnamed_addr #0 {
|
|
start:
|
|
%0 = alloca double, align 8
|
|
%1 = call double @llvm.copysign.f64(double %self, double %sign)
|
|
store double %1, double* %0, align 8
|
|
%2 = load double, double* %0, align 8
|
|
br label %bb1
|
|
|
|
bb1: ; preds = %start
|
|
ret double %2
|
|
}
|
|
|
|
; probe6::probe
|
|
; Function Attrs: uwtable
|
|
define void @_ZN6probe65probe17h02d85f581e587b28E() unnamed_addr #1 {
|
|
start:
|
|
; call std::f64::<impl f64>::copysign
|
|
%_1 = call double @"_ZN3std3f6421_$LT$impl$u20$f64$GT$8copysign17h03df885dab7e19beE"(double 1.000000e+00, double -1.000000e+00)
|
|
br label %bb1
|
|
|
|
bb1: ; preds = %start
|
|
ret void
|
|
}
|
|
|
|
; Function Attrs: nofree nosync nounwind readnone speculatable willreturn
|
|
declare double @llvm.copysign.f64(double, double) #2
|
|
|
|
attributes #0 = { inlinehint uwtable "frame-pointer"="non-leaf" "target-cpu"="apple-a14" }
|
|
attributes #1 = { uwtable "frame-pointer"="non-leaf" "target-cpu"="apple-a14" }
|
|
attributes #2 = { nofree nosync nounwind readnone speculatable willreturn }
|
|
|
|
!llvm.module.flags = !{!0}
|
|
|
|
!0 = !{i32 7, !"PIC Level", i32 2}
|