| ; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --version 5 |
| ; RUN: opt %s -o - -S | llvm-as - | llvm-dis - | FileCheck %s |
| |
| ; Key Instructions enabled. |
| define dso_local void @f() !dbg !10 { |
| ; CHECK-LABEL: define dso_local void @f( |
| ; CHECK-SAME: ) !dbg [[DBG3:![0-9]+]] { |
| ; CHECK-NEXT: [[ENTRY:.*:]] |
| ; CHECK-NEXT: ret void, !dbg [[DBG6:![0-9]+]] |
| ; |
| entry: |
| ret void, !dbg !13 |
| } |
| |
| ; Key Instructions disabled. |
| define dso_local void @g() !dbg !14 { |
| ; CHECK-LABEL: define dso_local void @g( |
| ; CHECK-SAME: ) !dbg [[DBG7:![0-9]+]] { |
| ; CHECK-NEXT: [[ENTRY:.*:]] |
| ; CHECK-NEXT: ret void, !dbg [[DBG8:![0-9]+]] |
| ; |
| entry: |
| ret void, !dbg !15 |
| } |
| |
| !llvm.dbg.cu = !{!0} |
| !llvm.module.flags = !{!3} |
| |
| !0 = distinct !DICompileUnit(language: DW_LANG_C_plus_plus_14, file: !1, producer: "clang version 21.0.0git", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, splitDebugInlining: false, nameTableKind: None) |
| !1 = !DIFile(filename: "key-instr.cpp", directory: "/") |
| !3 = !{i32 2, !"Debug Info Version", i32 3} |
| !9 = !{!"clang version 21.0.0git"} |
| !10 = distinct !DISubprogram(name: "f", scope: !1, file: !1, line: 1, type: !11, scopeLine: 1, flags: DIFlagPrototyped, spFlags: DISPFlagDefinition, unit: !0, keyInstructions: true) |
| !11 = !DISubroutineType(types: !12) |
| !12 = !{null} |
| !13 = !DILocation(line: 1, scope: !10, atomGroup: 1, atomRank: 1) |
| !14 = distinct !DISubprogram(name: "g", scope: !1, file: !1, line: 2, type: !11, scopeLine: 2, flags: DIFlagPrototyped, spFlags: DISPFlagDefinition, unit: !0, keyInstructions: false) |
| !15 = !DILocation(line: 2, scope: !14) |
| ;. |
| ; CHECK: [[META0:![0-9]+]] = distinct !DICompileUnit(language: DW_LANG_C_plus_plus_14, file: [[META1:![0-9]+]], producer: "{{.*}}clang version {{.*}}", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, splitDebugInlining: false, nameTableKind: None) |
| ; CHECK: [[META1]] = !DIFile(filename: "{{.*}}key-instr.cpp", directory: {{.*}}) |
| ; CHECK: [[DBG3]] = distinct !DISubprogram(name: "f", scope: [[META1]], file: [[META1]], line: 1, type: [[META4:![0-9]+]], scopeLine: 1, flags: DIFlagPrototyped, spFlags: DISPFlagDefinition, unit: [[META0]], keyInstructions: true) |
| ; CHECK: [[META4]] = !DISubroutineType(types: [[META5:![0-9]+]]) |
| ; CHECK: [[META5]] = !{null} |
| ; CHECK: [[DBG6]] = !DILocation(line: 1, scope: [[DBG3]], atomGroup: 1, atomRank: 1) |
| ; CHECK: [[DBG7]] = distinct !DISubprogram(name: "g", scope: [[META1]], file: [[META1]], line: 2, type: [[META4]], scopeLine: 2, flags: DIFlagPrototyped, spFlags: DISPFlagDefinition, unit: [[META0]]) |
| ; CHECK: [[DBG8]] = !DILocation(line: 2, scope: [[DBG7]]) |
| ;. |