27 lines · plain
1; RUN: llc < %s -mtriple=nvptx64-nvidia-cuda | FileCheck %s2; RUN: %if ptxas %{ llc < %s -mtriple=nvptx64-nvidia-cuda | %ptxas-verify %}3 4 5define i32 @foo(i32 %a, i32 %b) !dbg !3 {6 7; CHECK: .loc [[FILE:[0-9]+]] 26 0 // extra-lineinfo.cu:26:08; CHECK-NOT: .loc [[FILE]] 26 0 // extra-lineinfo.cu:26:09; CHECK: .file [[FILE]] "/test/directory/extra-lineinfo.cu"10 11 %add = add i32 %b, %a, !dbg !612 ret i32 %add, !dbg !613}14 15!llvm.dbg.cu = !{!0}16!nvvm.annotations = !{}17!llvm.module.flags = !{!2}18 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)27