[InstCombine] Signed saturation patterns
[llvm-core.git] / test / DebugInfo / X86 / length_symbol_difference.ll
blob78684e788cfad8f04055a3ec49dc9a674dc978a6
1 ; RUN: llc -filetype=asm -O0 -mtriple=x86_64-linux-gnu < %s | FileCheck %s
3 ; CHECK:      .long   .Ldebug_info_end0-.Ldebug_info_start0 # Length of Unit
4 ; CHECK-NEXT: .Ldebug_info_start0:
5 ; CHECK-NOT:  .byte   0
6 ; CHECK:      .byte   0                       # End Of Children Mark
7 ; CHECK-NEXT: .Ldebug_info_end0:
8 ; CHECK-NEXT: .section
11 define dso_local void @_Z2f1v() !dbg !7 {
12 entry:
13   ret void, !dbg !10
16 !llvm.dbg.cu = !{!0}
17 !llvm.module.flags = !{!3, !4, !5}
18 !llvm.ident = !{!6}
20 !0 = distinct !DICompileUnit(language: DW_LANG_C_plus_plus, file: !1, producer: "clang version 8.0.0 (trunk 349394) (llvm/trunk 349377)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !2, nameTableKind: None)
21 !1 = !DIFile(filename: "foo.cpp", directory: "/usr/local/google/home/blaikie/dev/scratch")
22 !2 = !{}
23 !3 = !{i32 2, !"Dwarf Version", i32 4}
24 !4 = !{i32 2, !"Debug Info Version", i32 3}
25 !5 = !{i32 1, !"wchar_size", i32 4}
26 !6 = !{!"clang version 8.0.0 (trunk 349394) (llvm/trunk 349377)"}
27 !7 = distinct !DISubprogram(name: "f1", linkageName: "_Z2f1v", scope: !1, file: !1, line: 1, type: !8, scopeLine: 1, flags: DIFlagPrototyped, spFlags: DISPFlagDefinition, unit: !0, retainedNodes: !2)
28 !8 = !DISubroutineType(types: !9)
29 !9 = !{null}
30 !10 = !DILocation(line: 1, column: 12, scope: !7)