---
source: hugr-llvm/src/extension/float.rs
expression: mod_str
---
; ModuleID = 'test_context'
source_filename = "test_context"
define internal double @_hl.main.1(double %0, double %1) !dbg !3 {
alloca_block:
%"0" = alloca double, align 8
%"2_0" = alloca double, align 8
%"2_1" = alloca double, align 8
%"4_0" = alloca double, align 8
br label %entry_block
entry_block: ; preds = %alloca_block
store double %0, ptr %"2_0", align 8
store double %1, ptr %"2_1", align 8
%"2_01" = load double, ptr %"2_0", align 8
%"2_12" = load double, ptr %"2_1", align 8
%2 = fmul double %"2_01", %"2_12", !dbg !8
store double %2, ptr %"4_0", align 8, !dbg !8
%"4_03" = load double, ptr %"4_0", align 8
store double %"4_03", ptr %"0", align 8
%"04" = load double, ptr %"0", align 8
ret double %"04"
}
!llvm.module.flags = !{!0}
!llvm.dbg.cu = !{!1}
!0 = !{i32 2, !"Debug Info Version", i32 3}
!1 = distinct !DICompileUnit(language: DW_LANG_Python, file: !2, producer: "hugr_llvm_test", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug)
!2 = !DIFile(filename: "/cmJrSnVYeXFf/zCkHdtWCCnkJhPKiWSKICgZuRNRvR/mbrfVq.gpy.py", directory: "/lPNzlV/ClAphFG/yrhvZs/eDgUn/eIVwAutKJHaZEPSZwPXPeycUvnujGxZ")
!3 = distinct !DISubprogram(name: "_hl.main.1", linkageName: "_hl.main.1", scope: null, file: !4, line: 25254, type: !5, scopeLine: 25255, spFlags: DISPFlagLocalToUnit | DISPFlagDefinition, unit: !1)
!4 = !DIFile(filename: "/cmJrSnVYeXFf/zCkHdtWCCnkJhPKiWSKICgZuRNRvR/mbrfVq.gpy.py", directory: "")
!5 = !DISubroutineType(types: !6)
!6 = !{!7, !7, !7}
!7 = !DIBasicType(name: "f64", size: 64, encoding: DW_ATE_float)
!8 = !DILocation(line: 27062, column: 402, scope: !3)