Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ; ModuleID = 'LLVMDialectModule'
- source_filename = "LLVMDialectModule"
- target datalayout = "e-m:w-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
- target triple = "x86_64-pc-windows-msvc"
- %3 = alloca {}*, align 8, !dbg !7
- store {}* %0, {}** %3, align 8, !dbg !7
- 6: ; preds = %2
- br label %7, !dbg !9
- 7: ; preds = %6, %2
- br label %24, !dbg !7
- 24: ; preds = %7
- ret void, !dbg !7
- }
- %3 = alloca {}, align 8, !dbg !16
- br label %4, !dbg !18
- 4: ; preds = %0
- ret void, !dbg !18
- }
- !llvm.dbg.cu = !{!0}
- !llvm.module.flags = !{!2}
- !0 = distinct !DICompileUnit(language: DW_LANG_C, file: !1, producer: "mlir", isOptimized: true, runtimeVersion: 0, emissionKind: FullDebug)
- !1 = !DIFile(filename: "LLVMDialectModule", directory: "/")
- !3 = distinct !DISubprogram(name: "Animal.move", linkageName: "Animal.move", scope: null, file: !4, line: 1, type: !5, scopeLine: 1, spFlags: DISPFlagDefinition | DISPFlagOptimized, unit: !0, retainedNodes: !6)
- !4 = !DIFile(filename: "1.ts", directory: "C:\\temp")
- !5 = !DISubroutineType(types: !6)
- !6 = !{}
- !7 = !DILocation(line: 1, column: 15, scope: !8)
- !8 = !DILexicalBlockFile(scope: !3, file: !4, discriminator: 0)
- !9 = !DILocation(line: 2, column: 10, scope: !8)
- !10 = !DILocation(line: 3, column: 15, scope: !8)
- !11 = !DILocation(line: 2, column: 33, scope: !8)
- !12 = distinct !DISubprogram(name: "main", linkageName: "main", scope: null, file: !4, line: 5, type: !5, scopeLine: 5, spFlags: DISPFlagDefinition | DISPFlagOptimized, unit: !0, retainedNodes: !6)
- !13 = !DILocation(line: 8, column: 16, scope: !14)
- !14 = !DILexicalBlockFile(scope: !12, file: !4, discriminator: 0)
- !15 = !DILocation(line: 8, column: 30, scope: !14)
- !16 = !DILocation(line: 11, column: 17, scope: !14)
- !17 = !DILocation(line: 11, column: 27, scope: !14)
- !18 = !DILocation(line: 5, column: 2, scope: !14)
Advertisement
Add Comment
Please, Sign In to add comment