Bump version to 19.1.0-rc3
[llvm-project.git] / llvm / test / DebugInfo / NVPTX / no-extra-loc.ll
blob6d3a69beffe87592e9a2e5ae748e8b3940139337
1 ; RUN: llc < %s -mtriple=nvptx64-nvidia-cuda | FileCheck %s
2 ; RUN: %if ptxas %{ llc < %s -mtriple=nvptx64-nvidia-cuda | %ptxas-verify %}
5 define i32 @foo(i32 %a, i32 %b) !dbg !3 {
7 ; CHECK:     .loc    [[FILE:[0-9]+]] 26 0          // extra-lineinfo.cu:26:0
8 ; CHECK-NOT: .loc    [[FILE]]        26 0          // extra-lineinfo.cu:26:0
9 ; CHECK:     .file   [[FILE]] "/test/directory/extra-lineinfo.cu"
11   %add = add i32 %b, %a, !dbg !6
12   ret i32 %add, !dbg !6
15 !llvm.dbg.cu = !{!0}
16 !nvvm.annotations = !{}
17 !llvm.module.flags = !{!2}
19 !0 = distinct !DICompileUnit(language: DW_LANG_C_plus_plus, file: !1, producer: "clang", isOptimized: true, runtimeVersion: 0, emissionKind: DebugDirectivesOnly)
20 !1 = !DIFile(filename: "extra-lineinfo.cu", directory: "/test/directory/")
21 !2 = !{i32 1, !"Debug Info Version", i32 3}
22 !3 = distinct !DISubprogram(name: "kernel", linkageName: "foo", scope: !1, file: !1, line: 123, type: !4, scopeLine: 26, spFlags: DISPFlagDefinition | DISPFlagOptimized, unit: !0)
23 !4 = !DISubroutineType(types: !5)
24 !5 = !{}
25 !6 = !DILocation(line: 40, column: 22, scope: !31)
26 !31 = distinct !DILexicalBlock(scope: !3, file: !1, line: 3, column: 17)