mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +00:00
e56023a059
Finish off PR23080 by renaming the debug info IR constructs from `MD*` to `DI*`. The last of the `DIDescriptor` classes were deleted in r235356, and the last of the related typedefs removed in r235413, so this has all baked for about a week. Note: If you have out-of-tree code (like a frontend), I recommend that you get everything compiling and tests passing with the *previous* commit before updating to this one. It'll be easier to keep track of what code is using the `DIDescriptor` hierarchy and what you've already updated, and I think you're extremely unlikely to insert bugs. YMMV of course. Back to *this* commit: I did this using the rename-md-di-nodes.sh upgrade script I've attached to PR23080 (both code and testcases) and filtered through clang-format-diff.py. I edited the tests for test/Assembler/invalid-generic-debug-node-*.ll by hand since the columns were off-by-three. It should work on your out-of-tree testcases (and code, if you've followed the advice in the previous paragraph). Some of the tests are in badly named files now (e.g., test/Assembler/invalid-mdcompositetype-missing-tag.ll should be 'dicompositetype'); I'll come back and move the files in a follow-up commit. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@236120 91177308-0d34-0410-b5e6-96231b3b80d8
66 lines
3.8 KiB
LLVM
66 lines
3.8 KiB
LLVM
; RUN: opt -licm -basicaa < %s -S | FileCheck %s
|
|
|
|
define void @dgefa() nounwind ssp {
|
|
entry:
|
|
br label %for.body
|
|
|
|
for.body: ; preds = %for.cond.backedge, %entry
|
|
br i1 undef, label %if.then, label %for.cond.backedge, !dbg !11
|
|
|
|
for.cond.backedge: ; preds = %for.body61, %for.body61.us, %for.body
|
|
br i1 undef, label %for.end104, label %for.body, !dbg !15
|
|
|
|
if.then: ; preds = %for.body
|
|
br i1 undef, label %if.then27, label %if.end.if.end.split_crit_edge.critedge, !dbg !16
|
|
|
|
if.then27: ; preds = %if.then
|
|
; CHECK: tail call void @llvm.dbg.value
|
|
tail call void @llvm.dbg.value(metadata double undef, i64 0, metadata !19, metadata !DIExpression()), !dbg !21
|
|
br label %for.body61.us
|
|
|
|
if.end.if.end.split_crit_edge.critedge: ; preds = %if.then
|
|
br label %for.body61
|
|
|
|
for.body61.us: ; preds = %for.body61.us, %if.then27
|
|
br i1 undef, label %for.cond.backedge, label %for.body61.us, !dbg !23
|
|
|
|
for.body61: ; preds = %for.body61, %if.end.if.end.split_crit_edge.critedge
|
|
br i1 undef, label %for.cond.backedge, label %for.body61, !dbg !23
|
|
|
|
for.end104: ; preds = %for.cond.backedge
|
|
ret void, !dbg !24
|
|
}
|
|
|
|
declare void @llvm.dbg.value(metadata, i64, metadata, metadata) nounwind readnone
|
|
|
|
!llvm.module.flags = !{!26}
|
|
!llvm.dbg.sp = !{!0, !6, !9, !10}
|
|
|
|
!0 = !DISubprogram(name: "idamax", line: 112, isLocal: false, isDefinition: true, virtualIndex: 6, flags: DIFlagPrototyped, isOptimized: false, file: !25, scope: !1, type: !3)
|
|
!1 = !DIFile(filename: "/Volumes/Lalgate/work/llvm/projects/llvm-test/SingleSource/Benchmarks/CoyoteBench/lpbench.c", directory: "/private/tmp")
|
|
!2 = !DICompileUnit(language: DW_LANG_C99, producer: "clang version 2.9 (trunk 127169)", isOptimized: true, emissionKind: 0, file: !25, enums: !8, retainedTypes: !8, subprograms: !8)
|
|
!3 = !DISubroutineType(types: !4)
|
|
!4 = !{!5}
|
|
!5 = !DIBasicType(tag: DW_TAG_base_type, name: "int", size: 32, align: 32, encoding: DW_ATE_signed)
|
|
!6 = !DISubprogram(name: "dscal", line: 206, isLocal: false, isDefinition: true, virtualIndex: 6, flags: DIFlagPrototyped, isOptimized: false, file: !25, scope: !1, type: !7)
|
|
!7 = !DISubroutineType(types: !8)
|
|
!8 = !{null}
|
|
!9 = !DISubprogram(name: "daxpy", line: 230, isLocal: false, isDefinition: true, virtualIndex: 6, flags: DIFlagPrototyped, isOptimized: false, file: !25, scope: !1, type: !7)
|
|
!10 = !DISubprogram(name: "dgefa", line: 267, isLocal: false, isDefinition: true, virtualIndex: 6, flags: DIFlagPrototyped, isOptimized: false, file: !25, scope: !1, type: !7)
|
|
!11 = !DILocation(line: 281, column: 9, scope: !12)
|
|
!12 = distinct !DILexicalBlock(line: 272, column: 5, file: !25, scope: !13)
|
|
!13 = distinct !DILexicalBlock(line: 271, column: 5, file: !25, scope: !14)
|
|
!14 = distinct !DILexicalBlock(line: 267, column: 1, file: !25, scope: !10)
|
|
!15 = !DILocation(line: 271, column: 5, scope: !14)
|
|
!16 = !DILocation(line: 284, column: 10, scope: !17)
|
|
!17 = distinct !DILexicalBlock(line: 282, column: 9, file: !25, scope: !12)
|
|
!18 = !{double undef}
|
|
!19 = !DILocalVariable(tag: DW_TAG_auto_variable, name: "temp", line: 268, scope: !14, file: !1, type: !20)
|
|
!20 = !DIBasicType(tag: DW_TAG_base_type, name: "double", size: 64, align: 64, encoding: DW_ATE_float)
|
|
!21 = !DILocation(line: 286, column: 14, scope: !22)
|
|
!22 = distinct !DILexicalBlock(line: 285, column: 13, file: !25, scope: !17)
|
|
!23 = !DILocation(line: 296, column: 13, scope: !17)
|
|
!24 = !DILocation(line: 313, column: 1, scope: !14)
|
|
!25 = !DIFile(filename: "/Volumes/Lalgate/work/llvm/projects/llvm-test/SingleSource/Benchmarks/CoyoteBench/lpbench.c", directory: "/private/tmp")
|
|
!26 = !{i32 1, !"Debug Info Version", i32 3}
|