Old high school files. Lessson notes/codes/projects etc.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

42 lines
1.6 KiB

; ModuleID = 'probe6.b37a4f59-cgu.0'
source_filename = "probe6.b37a4f59-cgu.0"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-unknown-linux-gnu"
; probe6::probe
; Function Attrs: nonlazybind uwtable
define void @_ZN6probe65probe17h94d6b0a4c9c8408bE() unnamed_addr #0 {
start:
; call std::f64::<impl f64>::copysign
%_1 = call double @"_ZN3std3f6421_$LT$impl$u20$f64$GT$8copysign17h2522e431841a064cE"(double 1.000000e+00, double -1.000000e+00)
br label %bb1
bb1: ; preds = %start
ret void
}
; std::f64::<impl f64>::copysign
; Function Attrs: inlinehint nonlazybind uwtable
define internal double @"_ZN3std3f6421_$LT$impl$u20$f64$GT$8copysign17h2522e431841a064cE"(double %self, double %sign) unnamed_addr #1 {
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
}
; Function Attrs: nofree nosync nounwind readnone speculatable willreturn
declare double @llvm.copysign.f64(double, double) #2
attributes #0 = { nonlazybind uwtable "probe-stack"="__rust_probestack" "target-cpu"="x86-64" }
attributes #1 = { inlinehint nonlazybind uwtable "probe-stack"="__rust_probestack" "target-cpu"="x86-64" }
attributes #2 = { nofree nosync nounwind readnone speculatable willreturn }
!llvm.module.flags = !{!0, !1}
!0 = !{i32 7, !"PIC Level", i32 2}
!1 = !{i32 2, !"RtLibUseGOT", i32 1}