[Frontend] Remove unused includes (NFC) (#116927)
[llvm-project.git] / llvm / test / tools / dxil-dis / di-subprogram.ll
blob8255d396dd55d24edd8cfa3414385965959dd3c4
1 ; RUN: llc --filetype=obj %s -o - | dxil-dis -o - | FileCheck %s
2 target triple = "dxil-unknown-shadermodel6.7-library"
4 !llvm.dbg.cu = !{!0}
5 !llvm.module.flags = !{!3, !4}
6 !llvm.used = !{!5}
7 !llvm.lines = !{!13, !14, !15, !16}
9 ; CHECK: !0 = distinct !DICompileUnit(language: DW_LANG_C99, file: !1, producer: "Some Compiler", isOptimized: true, runtimeVersion: 0, emissionKind: 1, enums: !2)
10 !0 = distinct !DICompileUnit(language: DW_LANG_C99, file: !1, producer: "Some Compiler", isOptimized: true, runtimeVersion: 0, emissionKind: FullDebug, enums: !2, splitDebugInlining: false, nameTableKind: None)
11 ; CHECK: !1 = !DIFile(filename: "some-source", directory: "some-path")
12 !1 = !DIFile(filename: "some-source", directory: "some-path")
13 !2 = !{}
15 ; CHECK: !3 = !{i32 2, !"Dwarf Version", i32 4}
16 !3 = !{i32 2, !"Dwarf Version", i32 4}
17 ; CHECK: !4 = !{i32 2, !"Debug Info Version", i32 3}
18 !4 = !{i32 2, !"Debug Info Version", i32 3}
20 ; CHECK: !5 = distinct !DISubprogram(name: "fma", scope: !1, file: !1, line: 1, type: !6, isLocal: false, isDefinition: true, scopeLine: 1, flags: DIFlagPrototyped, isOptimized: true, function: !0, variables: !9)
21 !5 = distinct !DISubprogram(name: "fma", scope: !1, file: !1, line: 1, type: !6, scopeLine: 1, flags: DIFlagPrototyped, spFlags: DISPFlagDefinition | DISPFlagOptimized, unit: !0, retainedNodes: !9)
23 ; CHECK: !6 = !DISubroutineType(types: !7)
24 !6 = !DISubroutineType(types: !7)
26 ; CHECK: !7 = !{!8, !8, !8, !8}
27 !7 = !{!8, !8, !8, !8}
29 ; CHECK: !8 = !DIBasicType(name: "float", size: 32, encoding: DW_ATE_float)
30 !8 = !DIBasicType(name: "float", size: 32, encoding: DW_ATE_float)
32 ; CHECK: !9 = !{!10, !11, !12}
33 !9 = !{!10, !11, !12}
35 ; CHECK: !10 = !DILocalVariable(tag: DW_TAG_variable, name: "x", arg: 1, scope: !5, file: !1, line: 1, type: !8)
36 !10 = !DILocalVariable(name: "x", arg: 1, scope: !5, file: !1, line: 1, type: !8)
38 ; CHECK: !11 = !DILocalVariable(tag: DW_TAG_variable, name: "y", arg: 2, scope: !5, file: !1, line: 1, type: !8)
39 !11 = !DILocalVariable(name: "y", arg: 2, scope: !5, file: !1, line: 1, type: !8)
41 ; CHECK: !12 = !DILocalVariable(tag: DW_TAG_variable, name: "z", arg: 3, scope: !5, file: !1, line: 1, type: !8)
42 !12 = !DILocalVariable(name: "z", arg: 3, scope: !5, file: !1, line: 1, type: !8)
45 ; CHECK: !13 = !DILocation(line: 0, scope: !5)
46 ; CHECK: !14 = !DILocation(line: 2, column: 12, scope: !5)
47 ; CHECK: !15 = !DILocation(line: 2, column: 16, scope: !5)
48 ; CHECK: !16 = !DILocation(line: 2, column: 3, scope: !5)
50 !13 = !DILocation(line: 0, scope: !5)
51 !14 = !DILocation(line: 2, column: 12, scope: !5)
52 !15 = !DILocation(line: 2, column: 16, scope: !5)
53 !16 = !DILocation(line: 2, column: 3, scope: !5)