Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / llvm / test / DebugInfo / NVPTX / debug-empty.ll
blobe34c61059c0d6dca5b4d06d373e0bfdbb4b8534b
1 ; RUN: llc < %s -mtriple=nvptx64-nvidia-cuda | FileCheck %s
2 ; RUN: %if ptxas %{ llc < %s -mtriple=nvptx64-nvidia-cuda | %ptxas-verify %}
4 ; CHECK: .target sm_{{[0-9]+$}}
5 ; CHECK: .section .debug_loc { }
6 ; CHECK-NOT: }
8 !llvm.dbg.cu = !{!0}
9 !llvm.module.flags = !{!3, !4, !5, !6, !7}
10 !llvm.ident = !{!8}
12 !0 = distinct !DICompileUnit(language: DW_LANG_C_plus_plus, file: !1, producer: "clang version 9.0.0 (trunk 351924) (llvm/trunk 351968)", isOptimized: false, runtimeVersion: 0, emissionKind: DebugDirectivesOnly, enums: !2, nameTableKind: None)
13 !1 = !DIFile(filename: "new.cc", directory: "/test")
14 !2 = !{}
15 !3 = !{i32 2, !"Dwarf Version", i32 2}
16 !4 = !{i32 2, !"Debug Info Version", i32 3}
17 !5 = !{i32 1, !"wchar_size", i32 4}
18 !6 = !{i32 4, !"nvvm-reflect-ftz", i32 0}
19 !7 = !{i32 7, !"PIC Level", i32 2}
20 !8 = !{!"clang version 9.0.0 (trunk 351924) (llvm/trunk 351968)"}