| ; ModuleID = '/tmp/semicompiled-MhmPB8eL-10RS44Bd-float-double-834891949948794224/source.c' |
| source_filename = "/tmp/semicompiled-MhmPB8eL-10RS44Bd-float-double-834891949948794224/source.c" |
| 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-pc-linux-gnu" |
| |
| ; Function Attrs: noinline nounwind optnone uwtable |
| define dso_local void @myEntry() #0 !dbg !9 { |
| %1 = call double @produce(), !dbg !13 |
| %2 = fptrunc double %1 to float, !dbg !14 |
| call void @consume(float %2), !dbg !15 |
| ret void, !dbg !16 |
| } |
| |
| declare dso_local void @consume(float) #1 |
| |
| declare dso_local double @produce() #1 |
| |
| attributes #0 = { noinline nounwind optnone uwtable "correctly-rounded-divide-sqrt-fp-math"="false" "disable-tail-calls"="false" "frame-pointer"="all" "less-precise-fpmad"="false" "min-legal-vector-width"="0" "no-infs-fp-math"="false" "no-jump-tables"="false" "no-nans-fp-math"="false" "no-signed-zeros-fp-math"="false" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "unsafe-fp-math"="false" "use-soft-float"="false" } |
| attributes #1 = { "correctly-rounded-divide-sqrt-fp-math"="false" "disable-tail-calls"="false" "frame-pointer"="all" "less-precise-fpmad"="false" "no-infs-fp-math"="false" "no-nans-fp-math"="false" "no-signed-zeros-fp-math"="false" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "unsafe-fp-math"="false" "use-soft-float"="false" } |
| |
| !llvm.dbg.cu = !{!0} |
| !llvm.module.flags = !{!5, !6, !7} |
| !llvm.ident = !{!8} |
| |
| !0 = distinct !DICompileUnit(language: DW_LANG_C99, file: !1, producer: "Debian clang version 11.0.1-2", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !2, retainedTypes: !3, splitDebugInlining: false, nameTableKind: None) |
| !1 = !DIFile(filename: "/tmp/semicompiled-MhmPB8eL-10RS44Bd-float-double-834891949948794224/source.c", directory: "/__w/semicompiled/semicompiled") |
| !2 = !{} |
| !3 = !{!4} |
| !4 = !DIBasicType(name: "float", size: 32, encoding: DW_ATE_float) |
| !5 = !{i32 7, !"Dwarf Version", i32 4} |
| !6 = !{i32 2, !"Debug Info Version", i32 3} |
| !7 = !{i32 1, !"wchar_size", i32 4} |
| !8 = !{!"Debian clang version 11.0.1-2"} |
| !9 = distinct !DISubprogram(name: "myEntry", scope: !10, file: !10, line: 3, type: !11, scopeLine: 4, flags: DIFlagPrototyped, spFlags: DISPFlagDefinition, unit: !0, retainedNodes: !2) |
| !10 = !DIFile(filename: "/tmp/semicompiled-MhmPB8eL-10RS44Bd-float-double-834891949948794224/source.c", directory: "") |
| !11 = !DISubroutineType(types: !12) |
| !12 = !{null} |
| !13 = !DILocation(line: 5, column: 20, scope: !9) |
| !14 = !DILocation(line: 5, column: 13, scope: !9) |
| !15 = !DILocation(line: 5, column: 5, scope: !9) |
| !16 = !DILocation(line: 6, column: 1, scope: !9) |