Thanks for using Compiler Explorer
Sponsors
Jakt
C++
Ada
Algol68
Analysis
Android Java
Android Kotlin
Assembly
C
C3
Carbon
C with Coccinelle
C++ with Coccinelle
C++ (Circle)
CIRCT
Clean
CMake
CMakeScript
COBOL
C++ for OpenCL
MLIR
Cppx
Cppx-Blue
Cppx-Gold
Cpp2-cppfront
Crystal
C#
CUDA C++
D
Dart
Elixir
Erlang
Fortran
F#
GLSL
Go
Haskell
HLSL
Hook
Hylo
IL
ispc
Java
Julia
Kotlin
LLVM IR
LLVM MIR
Modula-2
Mojo
Nim
Numba
Nix
Objective-C
Objective-C++
OCaml
Odin
OpenCL C
Pascal
Pony
PTX
Python
Racket
Raku
Ruby
Rust
Sail
Snowball
Scala
Slang
Solidity
Spice
SPIR-V
Swift
LLVM TableGen
Toit
TypeScript Native
V
Vala
Visual Basic
Vyper
WASM
Zig
Javascript
GIMPLE
Ygen
sway
llvm source #1
Output
Compile to binary object
Link to binary
Execute the code
Intel asm syntax
Demangle identifiers
Verbose demangling
Filters
Unused labels
Library functions
Directives
Comments
Horizontal whitespace
Debug intrinsics
Compiler
clang (assertions trunk)
clang (trunk)
clang 10.0.0
clang 10.0.1
clang 11.0.0
clang 11.0.1
clang 12.0.0
clang 12.0.1
clang 13.0.0
clang 14.0.0
clang 15.0.0
clang 16.0.0
clang 17.0.1
clang 18.1.0
clang 19.1.0
clang 20.1.0
clang 4.0.1
clang 5.0.0
clang 6.0.0
clang 7.0.0
clang 8.0.0
clang 9.0.0
hexagon-clang 16.0.5
llc (assertions trunk)
llc (trunk)
llc 10.0.0
llc 10.0.1
llc 11.0.0
llc 11.0.1
llc 12.0.0
llc 12.0.1
llc 13.0.0
llc 14.0.0
llc 15.0.0
llc 16.0.0
llc 17.0.1
llc 18.1.0
llc 19.1.0
llc 20.1.0
llc 3.2
llc 3.3
llc 3.9.1
llc 4.0.0
llc 4.0.1
llc 5.0.0
llc 6.0.0
llc 7.0.0
llc 8.0.0
llc 9.0.0
opt (assertions trunk)
opt (trunk)
opt 10.0.0
opt 10.0.1
opt 11.0.0
opt 11.0.1
opt 12.0.0
opt 12.0.1
opt 13.0.0
opt 14.0.0
opt 15.0.0
opt 16.0.0
opt 17.0.1
opt 18.1.0
opt 19.1.0
opt 20.1.0
opt 3.2
opt 3.3
opt 3.9.1
opt 4.0.0
opt 4.0.1
opt 5.0.0
opt 6.0.0
opt 7.0.0
opt 8.0.0
opt 9.0.0
Options
Source code
source_filename = "example.f24bfdd98d796e44-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" %"ThreeSlices<'_>" = type { { ptr, i64 }, { ptr, i64 }, { ptr, i64 } } define noundef i32 @examplesum_slices_1(ptr noalias nocapture noundef readonly dereferenceable(48) %val) unnamed_addr #0 !dbg !6 { start: %0 = tail call noundef i32 @examplesum(ptr noalias noundef nonnull readonly align 8 dereferenceable(48) %val), !dbg !11 ret i32 %0, !dbg !12 } define noundef i32 @examplesum_slices_2(ptr noalias nocapture noundef readonly dereferenceable(48) %val) unnamed_addr #1 !dbg !13 { start: %val1 = alloca %"ThreeSlices<'_>", align 8 call void @llvm.lifetime.start.p0(i64 48, ptr nonnull %val1), !dbg !14 call void @llvm.memcpy.p0.p0.i64(ptr noundef nonnull align 8 dereferenceable(48) %val1, ptr noundef nonnull align 8 dereferenceable(48) %val, i64 48, i1 false), !dbg !15 %0 = call noundef i32 @examplesum(ptr noalias noundef nonnull readonly align 8 dereferenceable(48) %val1), !dbg !18 call void @llvm.lifetime.end.p0(i64 48, ptr nonnull %val1), !dbg !20 ret i32 %0, !dbg !21 } define noundef i32 @examplesum(ptr noalias nocapture noundef readonly align 8 dereferenceable(48) %val) unnamed_addr #2 personality ptr @rust_eh_personality !dbg !22 { start: %self.0 = load ptr, ptr %val, align 8, !dbg !23, !nonnull !10, !align !24, !noundef !10 %0 = getelementptr inbounds { ptr, i64 }, ptr %val, i64 0, i32 1, !dbg !23 %self.1 = load i64, ptr %0, align 8, !dbg !23, !noundef !10 %1 = icmp eq i64 %self.1, 0, !dbg !25 br i1 %1, label %"_ZN91_$LT$core..slice..iter..Iter$LT$T$GT$$u20$as$u20$core..iter..traits..iterator..Iterator$GT$4fold17hfc7754e5f9f5348bE.exit", label %bb10.i.preheader, !dbg !25 bb10.i.preheader: %min.iters.check = icmp ult i64 %self.1, 8, !dbg !45 br i1 %min.iters.check, label %bb10.i.preheader72, label %vector.ph, !dbg !45 vector.ph: %n.vec = and i64 %self.1, -8, !dbg !45 br label %vector.body, !dbg !45 vector.body: %index = phi i64 [ 0, %vector.ph ], [ %index.next, %vector.body ], !dbg !49 %vec.phi = phi <4 x i32> [ zeroinitializer, %vector.ph ], [ %4, %vector.body ] %vec.phi31 = phi <4 x i32> [ zeroinitializer, %vector.ph ], [ %5, %vector.body ] %2 = getelementptr inbounds i32, ptr %self.0, i64 %index, !dbg !50 %wide.load = load <4 x i32>, ptr %2, align 4, !dbg !65 %3 = getelementptr inbounds i32, ptr %2, i64 4, !dbg !65 %wide.load32 = load <4 x i32>, ptr %3, align 4, !dbg !65 %4 = add <4 x i32> %wide.load, %vec.phi, !dbg !66 %5 = add <4 x i32> %wide.load32, %vec.phi31, !dbg !66 %index.next = add nuw i64 %index, 8, !dbg !49 %6 = icmp eq i64 %index.next, %n.vec, !dbg !49 br i1 %6, label %middle.block, label %vector.body, !dbg !49, !llvm.loop !80 middle.block: %bin.rdx = add <4 x i32> %5, %4, !dbg !45 %7 = tail call i32 @llvm.vector.reduce.add.v4i32(<4 x i32> %bin.rdx), !dbg !45 %cmp.n = icmp eq i64 %self.1, %n.vec, !dbg !45 br i1 %cmp.n, label %"_ZN91_$LT$core..slice..iter..Iter$LT$T$GT$$u20$as$u20$core..iter..traits..iterator..Iterator$GT$4fold17hfc7754e5f9f5348bE.exit", label %bb10.i.preheader72, !dbg !45 bb10.i.preheader72: %i.0.i.ph = phi i64 [ 0, %bb10.i.preheader ], [ %n.vec, %middle.block ] %acc.0.i.ph = phi i32 [ 0, %bb10.i.preheader ], [ %7, %middle.block ] br label %bb10.i, !dbg !45 bb10.i: %i.0.i = phi i64 [ %_30.i, %bb10.i ], [ %i.0.i.ph, %bb10.i.preheader72 ], !dbg !49 %acc.0.i = phi i32 [ %_5.0.i.i, %bb10.i ], [ %acc.0.i.ph, %bb10.i.preheader72 ], !dbg !83 %_51.i = getelementptr inbounds i32, ptr %self.0, i64 %i.0.i, !dbg !50 %_51.val.i = load i32, ptr %_51.i, align 4, !dbg !65, !noundef !10 %_5.0.i.i = add i32 %_51.val.i, %acc.0.i, !dbg !66 %_30.i = add nuw i64 %i.0.i, 1, !dbg !84 %_32.i = icmp eq i64 %_30.i, %self.1, !dbg !45 br i1 %_32.i, label %"_ZN91_$LT$core..slice..iter..Iter$LT$T$GT$$u20$as$u20$core..iter..traits..iterator..Iterator$GT$4fold17hfc7754e5f9f5348bE.exit", label %bb10.i, !dbg !45, !llvm.loop !94 "_ZN91_$LT$core..slice..iter..Iter$LT$T$GT$$u20$as$u20$core..iter..traits..iterator..Iterator$GT$4fold17hfc7754e5f9f5348bE.exit": %.0.i = phi i32 [ 0, %start ], [ %7, %middle.block ], [ %_5.0.i.i, %bb10.i ], !dbg !83 %8 = getelementptr inbounds %"ThreeSlices<'_>", ptr %val, i64 0, i32 1, !dbg !95 %self.03 = load ptr, ptr %8, align 8, !dbg !95, !nonnull !10, !align !24, !noundef !10 %9 = getelementptr inbounds %"ThreeSlices<'_>", ptr %val, i64 0, i32 1, i32 1, !dbg !95 %self.14 = load i64, ptr %9, align 8, !dbg !95, !noundef !10 %10 = icmp eq i64 %self.14, 0, !dbg !96 br i1 %10, label %"_ZN91_$LT$core..slice..iter..Iter$LT$T$GT$$u20$as$u20$core..iter..traits..iterator..Iterator$GT$4fold17hfc7754e5f9f5348bE.exit19", label %bb10.i17.preheader, !dbg !96 bb10.i17.preheader: %min.iters.check35 = icmp ult i64 %self.14, 8, !dbg !102 br i1 %min.iters.check35, label %bb10.i17.preheader69, label %vector.ph36, !dbg !102 vector.ph36: %n.vec38 = and i64 %self.14, -8, !dbg !102 br label %vector.body41, !dbg !102 vector.body41: %index42 = phi i64 [ 0, %vector.ph36 ], [ %index.next47, %vector.body41 ], !dbg !103 %vec.phi43 = phi <4 x i32> [ zeroinitializer, %vector.ph36 ], [ %13, %vector.body41 ] %vec.phi44 = phi <4 x i32> [ zeroinitializer, %vector.ph36 ], [ %14, %vector.body41 ] %11 = getelementptr inbounds i32, ptr %self.03, i64 %index42, !dbg !104 %wide.load45 = load <4 x i32>, ptr %11, align 4, !dbg !107 %12 = getelementptr inbounds i32, ptr %11, i64 4, !dbg !107 %wide.load46 = load <4 x i32>, ptr %12, align 4, !dbg !107 %13 = add <4 x i32> %wide.load45, %vec.phi43, !dbg !108 %14 = add <4 x i32> %wide.load46, %vec.phi44, !dbg !108 %index.next47 = add nuw i64 %index42, 8, !dbg !103 %15 = icmp eq i64 %index.next47, %n.vec38, !dbg !103 br i1 %15, label %middle.block33, label %vector.body41, !dbg !103, !llvm.loop !112 middle.block33: %bin.rdx48 = add <4 x i32> %14, %13, !dbg !102 %16 = tail call i32 @llvm.vector.reduce.add.v4i32(<4 x i32> %bin.rdx48), !dbg !102 %cmp.n40 = icmp eq i64 %self.14, %n.vec38, !dbg !102 br i1 %cmp.n40, label %"_ZN91_$LT$core..slice..iter..Iter$LT$T$GT$$u20$as$u20$core..iter..traits..iterator..Iterator$GT$4fold17hfc7754e5f9f5348bE.exit19", label %bb10.i17.preheader69, !dbg !102 bb10.i17.preheader69: %i.0.i10.ph = phi i64 [ 0, %bb10.i17.preheader ], [ %n.vec38, %middle.block33 ] %acc.0.i11.ph = phi i32 [ 0, %bb10.i17.preheader ], [ %16, %middle.block33 ] br label %bb10.i17, !dbg !102 bb10.i17: %i.0.i10 = phi i64 [ %_30.i15, %bb10.i17 ], [ %i.0.i10.ph, %bb10.i17.preheader69 ], !dbg !103 %acc.0.i11 = phi i32 [ %_5.0.i.i14, %bb10.i17 ], [ %acc.0.i11.ph, %bb10.i17.preheader69 ], !dbg !113 %_51.i12 = getelementptr inbounds i32, ptr %self.03, i64 %i.0.i10, !dbg !104 %_51.val.i13 = load i32, ptr %_51.i12, align 4, !dbg !107, !noundef !10 %_5.0.i.i14 = add i32 %_51.val.i13, %acc.0.i11, !dbg !108 %_30.i15 = add nuw i64 %i.0.i10, 1, !dbg !114 %_32.i16 = icmp eq i64 %_30.i15, %self.14, !dbg !102 br i1 %_32.i16, label %"_ZN91_$LT$core..slice..iter..Iter$LT$T$GT$$u20$as$u20$core..iter..traits..iterator..Iterator$GT$4fold17hfc7754e5f9f5348bE.exit19", label %bb10.i17, !dbg !102, !llvm.loop !116 "_ZN91_$LT$core..slice..iter..Iter$LT$T$GT$$u20$as$u20$core..iter..traits..iterator..Iterator$GT$4fold17hfc7754e5f9f5348bE.exit19": %.0.i18 = phi i32 [ 0, %"_ZN91_$LT$core..slice..iter..Iter$LT$T$GT$$u20$as$u20$core..iter..traits..iterator..Iterator$GT$4fold17hfc7754e5f9f5348bE.exit" ], [ %16, %middle.block33 ], [ %_5.0.i.i14, %bb10.i17 ], !dbg !113 %17 = getelementptr inbounds %"ThreeSlices<'_>", ptr %val, i64 0, i32 2, !dbg !117 %self.06 = load ptr, ptr %17, align 8, !dbg !117, !nonnull !10, !align !24, !noundef !10 %18 = getelementptr inbounds %"ThreeSlices<'_>", ptr %val, i64 0, i32 2, i32 1, !dbg !117 %self.17 = load i64, ptr %18, align 8, !dbg !117, !noundef !10 %19 = icmp eq i64 %self.17, 0, !dbg !118 br i1 %19, label %"_ZN91_$LT$core..slice..iter..Iter$LT$T$GT$$u20$as$u20$core..iter..traits..iterator..Iterator$GT$4fold17hfc7754e5f9f5348bE.exit30", label %bb10.i28.preheader, !dbg !118 bb10.i28.preheader: %min.iters.check52 = icmp ult i64 %self.17, 8, !dbg !124 br i1 %min.iters.check52, label %bb10.i28.preheader67, label %vector.ph53, !dbg !124 vector.ph53: %n.vec55 = and i64 %self.17, -8, !dbg !124 br label %vector.body58, !dbg !124 vector.body58: %index59 = phi i64 [ 0, %vector.ph53 ], [ %index.next64, %vector.body58 ], !dbg !125 %vec.phi60 = phi <4 x i32> [ zeroinitializer, %vector.ph53 ], [ %22, %vector.body58 ] %vec.phi61 = phi <4 x i32> [ zeroinitializer, %vector.ph53 ], [ %23, %vector.body58 ] %20 = getelementptr inbounds i32, ptr %self.06, i64 %index59, !dbg !126 %wide.load62 = load <4 x i32>, ptr %20, align 4, !dbg !129 %21 = getelementptr inbounds i32, ptr %20, i64 4, !dbg !129 %wide.load63 = load <4 x i32>, ptr %21, align 4, !dbg !129 %22 = add <4 x i32> %wide.load62, %vec.phi60, !dbg !130 %23 = add <4 x i32> %wide.load63, %vec.phi61, !dbg !130 %index.next64 = add nuw i64 %index59, 8, !dbg !125 %24 = icmp eq i64 %index.next64, %n.vec55, !dbg !125 br i1 %24, label %middle.block50, label %vector.body58, !dbg !125, !llvm.loop !134 middle.block50: %bin.rdx65 = add <4 x i32> %23, %22, !dbg !124 %25 = tail call i32 @llvm.vector.reduce.add.v4i32(<4 x i32> %bin.rdx65), !dbg !124 %cmp.n57 = icmp eq i64 %self.17, %n.vec55, !dbg !124 br i1 %cmp.n57, label %"_ZN91_$LT$core..slice..iter..Iter$LT$T$GT$$u20$as$u20$core..iter..traits..iterator..Iterator$GT$4fold17hfc7754e5f9f5348bE.exit30", label %bb10.i28.preheader67, !dbg !124 bb10.i28.preheader67: %i.0.i21.ph = phi i64 [ 0, %bb10.i28.preheader ], [ %n.vec55, %middle.block50 ] %acc.0.i22.ph = phi i32 [ 0, %bb10.i28.preheader ], [ %25, %middle.block50 ] br label %bb10.i28, !dbg !124 bb10.i28: %i.0.i21 = phi i64 [ %_30.i26, %bb10.i28 ], [ %i.0.i21.ph, %bb10.i28.preheader67 ], !dbg !125 %acc.0.i22 = phi i32 [ %_5.0.i.i25, %bb10.i28 ], [ %acc.0.i22.ph, %bb10.i28.preheader67 ], !dbg !135 %_51.i23 = getelementptr inbounds i32, ptr %self.06, i64 %i.0.i21, !dbg !126 %_51.val.i24 = load i32, ptr %_51.i23, align 4, !dbg !129, !noundef !10 %_5.0.i.i25 = add i32 %_51.val.i24, %acc.0.i22, !dbg !130 %_30.i26 = add nuw i64 %i.0.i21, 1, !dbg !136 %_32.i27 = icmp eq i64 %_30.i26, %self.17, !dbg !124 br i1 %_32.i27, label %"_ZN91_$LT$core..slice..iter..Iter$LT$T$GT$$u20$as$u20$core..iter..traits..iterator..Iterator$GT$4fold17hfc7754e5f9f5348bE.exit30", label %bb10.i28, !dbg !124, !llvm.loop !138 "_ZN91_$LT$core..slice..iter..Iter$LT$T$GT$$u20$as$u20$core..iter..traits..iterator..Iterator$GT$4fold17hfc7754e5f9f5348bE.exit30": %.0.i29 = phi i32 [ 0, %"_ZN91_$LT$core..slice..iter..Iter$LT$T$GT$$u20$as$u20$core..iter..traits..iterator..Iterator$GT$4fold17hfc7754e5f9f5348bE.exit19" ], [ %25, %middle.block50 ], [ %_5.0.i.i25, %bb10.i28 ], !dbg !135 %_2 = add i32 %.0.i18, %.0.i, !dbg !23 %26 = add i32 %_2, %.0.i29, !dbg !23 ret i32 %26, !dbg !139 } declare noundef i32 @rust_eh_personality(i32 noundef, i32 noundef, i64 noundef, ptr noundef, ptr noundef) unnamed_addr #3 declare void @llvm.memcpy.p0.p0.i64(ptr noalias nocapture writeonly, ptr noalias nocapture readonly, i64, i1 immarg) #4 declare void @llvm.lifetime.start.p0(i64 immarg, ptr nocapture) #5 declare void @llvm.lifetime.end.p0(i64 immarg, ptr nocapture) #5 declare i32 @llvm.vector.reduce.add.v4i32(<4 x i32>) #6 attributes #0 = { nofree norecurse nosync nounwind nonlazybind memory(read, inaccessiblemem: none) uwtable "probe-stack"="inline-asm" "target-cpu"="x86-64" } attributes #1 = { nofree nosync nounwind nonlazybind memory(read, inaccessiblemem: none) uwtable "probe-stack"="inline-asm" "target-cpu"="x86-64" } attributes #2 = { nofree noinline norecurse nosync nounwind nonlazybind memory(read, inaccessiblemem: none) uwtable "probe-stack"="inline-asm" "target-cpu"="x86-64" } attributes #3 = { nonlazybind uwtable "probe-stack"="inline-asm" "target-cpu"="x86-64" } attributes #4 = { mustprogress nocallback nofree nounwind willreturn memory(argmem: readwrite) } attributes #5 = { mustprogress nocallback nofree nosync nounwind willreturn memory(argmem: readwrite) } attributes #6 = { nocallback nofree nosync nounwind willreturn memory(none) } !llvm.module.flags = !{!0, !1, !2, !3} !llvm.dbg.cu = !{!4} !0 = !{i32 8, !"PIC Level", i32 2} !1 = !{i32 2, !"RtLibUseGOT", i32 1} !2 = !{i32 2, !"Dwarf Version", i32 4} !3 = !{i32 2, !"Debug Info Version", i32 3} !4 = distinct !DICompileUnit(language: DW_LANG_Rust, file: !5, producer: "clang LLVM (rustc version 1.72.0 (5680fa18f 2023-08-23))", isOptimized: true, runtimeVersion: 0, emissionKind: FullDebug, splitDebugInlining: false) !5 = !DIFile(filename: "/app/example.rs/@/example.f24bfdd98d796e44-cgu.0", directory: "/app") !6 = distinct !DISubprogram(name: "sum_slices_1", linkageName: "examplesum_slices_1", scope: !8, file: !7, line: 9, type: !9, scopeLine: 9, flags: DIFlagPrototyped, spFlags: DISPFlagDefinition | DISPFlagOptimized, unit: !4, templateParams: !10, retainedNodes: !10) !7 = !DIFile(filename: "example.rs", directory: "/app", checksumkind: CSK_MD5, checksum: "97c3bc230683cda5161b4923892e1be2") !8 = !DINamespace(name: "example", scope: null) !9 = !DISubroutineType(types: !10) !10 = !{} !11 = !DILocation(line: 10, column: 5, scope: !6) !12 = !DILocation(line: 11, column: 2, scope: !6) !13 = distinct !DISubprogram(name: "sum_slices_2", linkageName: "examplesum_slices_2", scope: !8, file: !7, line: 13, type: !9, scopeLine: 13, flags: DIFlagPrototyped, spFlags: DISPFlagDefinition | DISPFlagOptimized, unit: !4, templateParams: !10, retainedNodes: !10) !14 = !DILocation(line: 14, column: 9, scope: !13) !15 = !DILocation(line: 6, column: 5, scope: !16, inlinedAt: !17) !16 = distinct !DISubprogram(name: "should_be_no_op", linkageName: "_ZN7example15should_be_no_op17h1530e7e2885bd589E", scope: !8, file: !7, line: 5, type: !9, scopeLine: 5, flags: DIFlagPrototyped, spFlags: DISPFlagLocalToUnit | DISPFlagDefinition | DISPFlagOptimized, unit: !4, templateParams: !10, retainedNodes: !10) !17 = !DILocation(line: 14, column: 15, scope: !13) !18 = !DILocation(line: 15, column: 5, scope: !19) !19 = distinct !DILexicalBlock(scope: !13, file: !7, line: 14, column: 5) !20 = !DILocation(line: 16, column: 1, scope: !13) !21 = !DILocation(line: 16, column: 2, scope: !13) !22 = distinct !DISubprogram(name: "sum", linkageName: "examplesum", scope: !8, file: !7, line: 19, type: !9, scopeLine: 19, flags: DIFlagPrototyped, spFlags: DISPFlagDefinition | DISPFlagOptimized, unit: !4, templateParams: !10, retainedNodes: !10) !23 = !DILocation(line: 20, column: 5, scope: !22) !24 = !{i64 4} !25 = !DILocation(line: 206, column: 20, scope: !26, inlinedAt: !32) !26 = distinct !DISubprogram(name: "fold<u32, u32, coreitertraitsaccum{impl#38}sum{closure_env#0}<coresliceiterIter<u32>>>", linkageName: "_ZN91_$LT$core..slice..iter..Iter$LT$T$GT$$u20$as$u20$core..iter..traits..iterator..Iterator$GT$4fold17hfc7754e5f9f5348bE", scope: !28, file: !27, line: 195, type: !9, scopeLine: 195, flags: DIFlagPrototyped, spFlags: DISPFlagLocalToUnit | DISPFlagDefinition | DISPFlagOptimized, unit: !4, templateParams: !10, retainedNodes: !10) !27 = !DIFile(filename: "/rustc/5680fa18feaa87f3ff04063800aec256c3d4b4be/library/core/src/slice/iter/macros.rs", directory: "", checksumkind: CSK_MD5, checksum: "28c4ad5bf6489a8c0b5446fd1c2f3386") !28 = !DINamespace(name: "{impl#181}", scope: !29) !29 = !DINamespace(name: "iter", scope: !30) !30 = !DINamespace(name: "slice", scope: !31) !31 = !DINamespace(name: "core", scope: null) !32 = distinct !DILocation(line: 149, column: 1, scope: !33, inlinedAt: !39) !33 = distinct !DISubprogram(name: "sum<coresliceiterIter<u32>>", linkageName: "_ZN69_$LT$u32$u20$as$u20$core..iter..traits..accum..Sum$LT$$RF$u32$GT$$GT$3sum17h27e070032110007bE", scope: !35, file: !34, line: 71, type: !9, scopeLine: 71, flags: DIFlagPrototyped, spFlags: DISPFlagLocalToUnit | DISPFlagDefinition | DISPFlagOptimized, unit: !4, templateParams: !10, retainedNodes: !10) !34 = !DIFile(filename: "/rustc/5680fa18feaa87f3ff04063800aec256c3d4b4be/library/core/src/iter/traits/accum.rs", directory: "", checksumkind: CSK_MD5, checksum: "a479ae9b75a73c33d44ec410512e9515") !35 = !DINamespace(name: "{impl#38}", scope: !36) !36 = !DINamespace(name: "accum", scope: !37) !37 = !DINamespace(name: "traits", scope: !38) !38 = !DINamespace(name: "iter", scope: !31) !39 = !DILocation(line: 3476, column: 9, scope: !40, inlinedAt: !44) !40 = distinct !DISubprogram(name: "sum<coresliceiterIter<u32>, u32>", linkageName: "_ZN4core4iter6traits8iterator8Iterator3sum17h8ff09828ab700d05E", scope: !42, file: !41, line: 3471, type: !9, scopeLine: 3471, flags: DIFlagPrototyped, spFlags: DISPFlagLocalToUnit | DISPFlagDefinition | DISPFlagOptimized, unit: !4, templateParams: !10, retainedNodes: !10) !41 = !DIFile(filename: "/rustc/5680fa18feaa87f3ff04063800aec256c3d4b4be/library/core/src/iter/traits/iterator.rs", directory: "", checksumkind: CSK_MD5, checksum: "0f26b31a8e2244d084421c8fb5f3e780") !42 = !DINamespace(name: "Iterator", scope: !43) !43 = !DINamespace(name: "iterator", scope: !37) !44 = !DILocation(line: 20, column: 18, scope: !22) !45 = !DILocation(line: 220, column: 24, scope: !46, inlinedAt: !32) !46 = distinct !DILexicalBlock(scope: !47, file: !27, line: 211, column: 17) !47 = distinct !DILexicalBlock(scope: !48, file: !27, line: 210, column: 17) !48 = distinct !DILexicalBlock(scope: !26, file: !27, line: 209, column: 17) !49 = !DILocation(line: 0, scope: !48, inlinedAt: !32) !50 = !DILocation(line: 921, column: 18, scope: !51, inlinedAt: !57) !51 = distinct !DILexicalBlock(scope: !53, file: !52, line: 921, column: 9) !52 = !DIFile(filename: "/rustc/5680fa18feaa87f3ff04063800aec256c3d4b4be/library/core/src/ptr/const_ptr.rs", directory: "", checksumkind: CSK_MD5, checksum: "5da4cdd95f9d7318dfb1d99404ccc91e") !53 = distinct !DISubprogram(name: "add<u32>", linkageName: "_ZN4core3ptr9const_ptr33_$LT$impl$u20$$BP$const$u20$T$GT$3add17h80247d561e4989b5E", scope: !54, file: !52, line: 916, type: !9, scopeLine: 916, flags: DIFlagPrototyped, spFlags: DISPFlagLocalToUnit | DISPFlagDefinition | DISPFlagOptimized, unit: !4, templateParams: !10, retainedNodes: !10) !54 = !DINamespace(name: "{impl#0}", scope: !55) !55 = !DINamespace(name: "const_ptr", scope: !56) !56 = !DINamespace(name: "ptr", scope: !31) !57 = distinct !DILocation(line: 463, column: 50, scope: !58, inlinedAt: !63) !58 = distinct !DILexicalBlock(scope: !60, file: !59, line: 463, column: 9) !59 = !DIFile(filename: "/rustc/5680fa18feaa87f3ff04063800aec256c3d4b4be/library/core/src/ptr/non_null.rs", directory: "", checksumkind: CSK_MD5, checksum: "128e2cbb488f050de51de9659afa4a5c") !60 = distinct !DISubprogram(name: "add<u32>", linkageName: "_ZN4core3ptr8non_null16NonNull$LT$T$GT$3add17h4d62732923cc07f7E", scope: !61, file: !59, line: 455, type: !9, scopeLine: 455, flags: DIFlagPrototyped, spFlags: DISPFlagLocalToUnit | DISPFlagDefinition | DISPFlagOptimized, unit: !4, templateParams: !10, retainedNodes: !10) !61 = !DINamespace(name: "NonNull", scope: !62) !62 = !DINamespace(name: "non_null", scope: !56) !63 = distinct !DILocation(line: 215, column: 67, scope: !64, inlinedAt: !32) !64 = distinct !DILexicalBlock(scope: !46, file: !27, line: 215, column: 34) !65 = !DILocation(line: 215, column: 27, scope: !46, inlinedAt: !32) !66 = !DILocation(line: 109, column: 1, scope: !67, inlinedAt: !72) !67 = distinct !DISubprogram(name: "add", linkageName: "_ZN45_$LT$u32$u20$as$u20$core..ops..arith..Add$GT$3add17h0045030e3587fffdE", scope: !69, file: !68, line: 102, type: !9, scopeLine: 102, flags: DIFlagPrototyped, spFlags: DISPFlagLocalToUnit | DISPFlagDefinition | DISPFlagOptimized, unit: !4, templateParams: !10, retainedNodes: !10) !68 = !DIFile(filename: "/rustc/5680fa18feaa87f3ff04063800aec256c3d4b4be/library/core/src/ops/arith.rs", directory: "", checksumkind: CSK_MD5, checksum: "0ac86c7c2e651d7d69fd1e7c29878c93") !69 = !DINamespace(name: "{impl#3}", scope: !70) !70 = !DINamespace(name: "arith", scope: !71) !71 = !DINamespace(name: "ops", scope: !31) !72 = distinct !DILocation(line: 45, column: 17, scope: !73, inlinedAt: !76) !73 = distinct !DISubprogram(name: "add", linkageName: "_ZN60_$LT$u32$u20$as$u20$core..ops..arith..Add$LT$$RF$u32$GT$$GT$3add17ha0255365743de006E", scope: !75, file: !74, line: 44, type: !9, scopeLine: 44, flags: DIFlagPrototyped, spFlags: DISPFlagLocalToUnit | DISPFlagDefinition | DISPFlagOptimized, unit: !4, templateParams: !10, retainedNodes: !10) !74 = !DIFile(filename: "/rustc/5680fa18feaa87f3ff04063800aec256c3d4b4be/library/core/src/internal_macros.rs", directory: "", checksumkind: CSK_MD5, checksum: "bfbb06e795bb388e10ede5b0a6be3e06") !75 = !DINamespace(name: "{impl#24}", scope: !70) !76 = distinct !DILocation(line: 75, column: 28, scope: !77, inlinedAt: !79) !77 = distinct !DISubprogram(name: "{closure#0}<coresliceiterIter<u32>>", linkageName: "_ZN69_$LT$u32$u20$as$u20$core..iter..traits..accum..Sum$LT$$RF$u32$GT$$GT$3sum28_$u7b$$u7b$closure$u7d$$u7d$17h903d2b324d2a1df5E", scope: !78, file: !34, line: 75, type: !9, scopeLine: 75, flags: DIFlagPrototyped, spFlags: DISPFlagLocalToUnit | DISPFlagDefinition | DISPFlagOptimized, unit: !4, templateParams: !10, retainedNodes: !10) !78 = !DINamespace(name: "sum", scope: !35) !79 = distinct !DILocation(line: 215, column: 27, scope: !46, inlinedAt: !32) !80 = distinct !{!80, !81, !82} !81 = !{!"llvm.loop.isvectorized", i32 1} !82 = !{!"llvm.loop.unroll.runtime.disable"} !83 = !DILocation(line: 0, scope: !26, inlinedAt: !32) !84 = !DILocation(line: 1267, column: 5, scope: !85, inlinedAt: !92) !85 = !DILexicalBlockFile(scope: !87, file: !86, discriminator: 0) !86 = !DIFile(filename: "/rustc/5680fa18feaa87f3ff04063800aec256c3d4b4be/library/core/src/num/mod.rs", directory: "", checksumkind: CSK_MD5, checksum: "485b7f1260dde1d93a4b675baf0b06e5") !87 = distinct !DILexicalBlock(scope: !89, file: !88, line: 488, column: 13) !88 = !DIFile(filename: "/rustc/5680fa18feaa87f3ff04063800aec256c3d4b4be/library/core/src/num/uint_macros.rs", directory: "", checksumkind: CSK_MD5, checksum: "9f9a8c2611080e433b531f707b01187e") !89 = distinct !DISubprogram(name: "unchecked_add", linkageName: "_ZN4core3num23_$LT$impl$u20$usize$GT$13unchecked_add17ha13b9b26be77d959E", scope: !90, file: !88, line: 485, type: !9, scopeLine: 485, flags: DIFlagPrototyped, spFlags: DISPFlagLocalToUnit | DISPFlagDefinition | DISPFlagOptimized, unit: !4, templateParams: !10, retainedNodes: !10) !90 = !DINamespace(name: "{impl#11}", scope: !91) !91 = !DINamespace(name: "num", scope: !31) !92 = distinct !DILocation(line: 219, column: 36, scope: !93, inlinedAt: !32) !93 = distinct !DILexicalBlock(scope: !46, file: !27, line: 219, column: 25) !94 = distinct !{!94, !82, !81} !95 = !DILocation(line: 20, column: 33, scope: !22) !96 = !DILocation(line: 206, column: 20, scope: !26, inlinedAt: !97) !97 = distinct !DILocation(line: 149, column: 1, scope: !98, inlinedAt: !99) !98 = distinct !DISubprogram(name: "sum<coresliceiterIter<u32>>", linkageName: "_ZN69_$LT$u32$u20$as$u20$core..iter..traits..accum..Sum$LT$$RF$u32$GT$$GT$3sum17h27e070032110007bE", scope: !35, file: !34, line: 71, type: !9, scopeLine: 71, flags: DIFlagPrototyped, spFlags: DISPFlagLocalToUnit | DISPFlagDefinition | DISPFlagOptimized, unit: !4, templateParams: !10, retainedNodes: !10) !99 = !DILocation(line: 3476, column: 9, scope: !100, inlinedAt: !101) !100 = distinct !DISubprogram(name: "sum<coresliceiterIter<u32>, u32>", linkageName: "_ZN4core4iter6traits8iterator8Iterator3sum17h8ff09828ab700d05E", scope: !42, file: !41, line: 3471, type: !9, scopeLine: 3471, flags: DIFlagPrototyped, spFlags: DISPFlagLocalToUnit | DISPFlagDefinition | DISPFlagOptimized, unit: !4, templateParams: !10, retainedNodes: !10) !101 = !DILocation(line: 20, column: 46, scope: !22) !102 = !DILocation(line: 220, column: 24, scope: !46, inlinedAt: !97) !103 = !DILocation(line: 0, scope: !48, inlinedAt: !97) !104 = !DILocation(line: 921, column: 18, scope: !51, inlinedAt: !105) !105 = distinct !DILocation(line: 463, column: 50, scope: !58, inlinedAt: !106) !106 = distinct !DILocation(line: 215, column: 67, scope: !64, inlinedAt: !97) !107 = !DILocation(line: 215, column: 27, scope: !46, inlinedAt: !97) !108 = !DILocation(line: 109, column: 1, scope: !67, inlinedAt: !109) !109 = distinct !DILocation(line: 45, column: 17, scope: !73, inlinedAt: !110) !110 = distinct !DILocation(line: 75, column: 28, scope: !77, inlinedAt: !111) !111 = distinct !DILocation(line: 215, column: 27, scope: !46, inlinedAt: !97) !112 = distinct !{!112, !81, !82} !113 = !DILocation(line: 0, scope: !26, inlinedAt: !97) !114 = !DILocation(line: 1267, column: 5, scope: !85, inlinedAt: !115) !115 = distinct !DILocation(line: 219, column: 36, scope: !93, inlinedAt: !97) !116 = distinct !{!116, !82, !81} !117 = !DILocation(line: 20, column: 61, scope: !22) !118 = !DILocation(line: 206, column: 20, scope: !26, inlinedAt: !119) !119 = distinct !DILocation(line: 149, column: 1, scope: !120, inlinedAt: !121) !120 = distinct !DISubprogram(name: "sum<coresliceiterIter<u32>>", linkageName: "_ZN69_$LT$u32$u20$as$u20$core..iter..traits..accum..Sum$LT$$RF$u32$GT$$GT$3sum17h27e070032110007bE", scope: !35, file: !34, line: 71, type: !9, scopeLine: 71, flags: DIFlagPrototyped, spFlags: DISPFlagLocalToUnit | DISPFlagDefinition | DISPFlagOptimized, unit: !4, templateParams: !10, retainedNodes: !10) !121 = !DILocation(line: 3476, column: 9, scope: !122, inlinedAt: !123) !122 = distinct !DISubprogram(name: "sum<coresliceiterIter<u32>, u32>", linkageName: "_ZN4core4iter6traits8iterator8Iterator3sum17h8ff09828ab700d05E", scope: !42, file: !41, line: 3471, type: !9, scopeLine: 3471, flags: DIFlagPrototyped, spFlags: DISPFlagLocalToUnit | DISPFlagDefinition | DISPFlagOptimized, unit: !4, templateParams: !10, retainedNodes: !10) !123 = !DILocation(line: 20, column: 74, scope: !22) !124 = !DILocation(line: 220, column: 24, scope: !46, inlinedAt: !119) !125 = !DILocation(line: 0, scope: !48, inlinedAt: !119) !126 = !DILocation(line: 921, column: 18, scope: !51, inlinedAt: !127) !127 = distinct !DILocation(line: 463, column: 50, scope: !58, inlinedAt: !128) !128 = distinct !DILocation(line: 215, column: 67, scope: !64, inlinedAt: !119) !129 = !DILocation(line: 215, column: 27, scope: !46, inlinedAt: !119) !130 = !DILocation(line: 109, column: 1, scope: !67, inlinedAt: !131) !131 = distinct !DILocation(line: 45, column: 17, scope: !73, inlinedAt: !132) !132 = distinct !DILocation(line: 75, column: 28, scope: !77, inlinedAt: !133) !133 = distinct !DILocation(line: 215, column: 27, scope: !46, inlinedAt: !119) !134 = distinct !{!134, !81, !82} !135 = !DILocation(line: 0, scope: !26, inlinedAt: !119) !136 = !DILocation(line: 1267, column: 5, scope: !85, inlinedAt: !137) !137 = distinct !DILocation(line: 219, column: 36, scope: !93, inlinedAt: !119) !138 = distinct !{!138, !82, !81} !139 = !DILocation(line: 21, column: 2, scope: !140) !140 = !DILexicalBlockFile(scope: !22, file: !7, discriminator: 0)
Become a Patron
Sponsor on GitHub
Donate via PayPal
Source on GitHub
Mailing list
Installed libraries
Wiki
Report an issue
How it works
Contact the author
CE on Mastodon
CE on Bluesky
About the author
Statistics
Changelog
Version tree