[ORC] Add std::tuple support to SimplePackedSerialization.
[llvm-project.git] / llvm / test / DebugInfo / MIR / X86 / mlicm-hoist-post-regalloc.mir
blobe89e15488a2b07e82d81406973b94de9268baba7
1 --- |
2   ; REQUIRES: asserts
3   ; RUN: llc -start-before=phi-node-elimination -stop-after=machinelicm -debug-only=machinelicm -o - %s  | FileCheck %s
4   ; Ensure we execute machinelicm post register allocation.
5   ; Line numbers should not be retained when loop invariant instructions are hoisted.
6   ;
7   ; CHECK-LABEL:  bb.0.entry:
8   ; CHECK:        MOV64rm $rip, 1, $noreg, target-flags(x86-gotpcrel) @x, $noreg :: (load (s64) from got)
9   ; CHECK-LABEL:  bb.1.while.body:
10   ;
11   target triple = "x86_64-unknown-linux-gnu"
13   @x = common local_unnamed_addr global i32 0, align 4, !dbg !0
15   define void @Process(i32* nocapture readonly %p) !dbg !10 {
16   entry:
17     call void @llvm.dbg.value(metadata i32* %p, metadata !17, metadata !DIExpression()), !dbg !18
18     br label %while.body, !dbg !19
20   while.body:                                       ; preds = %while.body, %entry
21     %p.addr.0 = phi i32* [ %p, %entry ], [ %incdec.ptr, %while.body ]
22     call void @llvm.dbg.value(metadata i32* %p.addr.0, metadata !17, metadata !DIExpression()), !dbg !18
23     %incdec.ptr = getelementptr inbounds i32, i32* %p.addr.0, i64 1, !dbg !20
24     call void @llvm.dbg.value(metadata i32* %incdec.ptr, metadata !17, metadata !DIExpression()), !dbg !18
25     %0 = load i32, i32* %p.addr.0, align 4, !dbg !21
26     store i32 %0, i32* @x, align 4, !dbg !22
27     br label %while.body, !dbg !23, !llvm.loop !25
28   }
30   declare void @llvm.dbg.value(metadata, metadata, metadata)
33   !llvm.dbg.cu = !{!2}
34   !llvm.module.flags = !{!7, !8}
35   !llvm.ident = !{!9}
37   !0 = !DIGlobalVariableExpression(var: !1, expr: !DIExpression())
38   !1 = !DIGlobalVariable(name: "x", scope: !2, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
39   !2 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 10.0.0 ", isOptimized: true, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !5)
40   !3 = !DIFile(filename: "t.ll", directory: "/tmp/")
41   !4 = !{}
42   !5 = !{!0}
43   !6 = !DIBasicType(name: "int", size: 32, encoding: DW_ATE_signed)
44   !7 = !{i32 2, !"Dwarf Version", i32 4}
45   !8 = !{i32 2, !"Debug Info Version", i32 3}
46   !9 = !{!"clang version 10.0.0 "}
47   !10 = distinct !DISubprogram(name: "Process", scope: !3, file: !3, line: 2, type: !11, scopeLine: 3, flags: DIFlagPrototyped, spFlags: DISPFlagDefinition | DISPFlagOptimized, unit: !2, retainedNodes: !16)
48   !11 = !DISubroutineType(types: !12)
49   !12 = !{null, !13}
50   !13 = !DIDerivedType(tag: DW_TAG_pointer_type, baseType: !14, size: 64)
51   !14 = !DIDerivedType(tag: DW_TAG_const_type, baseType: !15)
52   !15 = !DIBasicType(name: "unsigned int", size: 32, encoding: DW_ATE_unsigned)
53   !16 = !{!17}
54   !17 = !DILocalVariable(name: "p", arg: 1, scope: !10, file: !3, line: 2, type: !13)
55   !18 = !DILocation(line: 2, column: 34, scope: !10)
56   !19 = !DILocation(line: 4, column: 3, scope: !10)
57   !20 = !DILocation(line: 5, column: 11, scope: !10)
58   !21 = !DILocation(line: 5, column: 9, scope: !10)
59   !22 = !DILocation(line: 5, column: 7, scope: !10)
60   !23 = !DILocation(line: 4, column: 3, scope: !24)
61   !24 = !DILexicalBlockFile(scope: !10, file: !3, discriminator: 1)
62   !25 = distinct !{!25, !19, !20}
64 ...
65 ---
66 name:            Process
67 tracksRegLiveness: true
68 registers:
69   - { id: 0, class: gr64 }
70   - { id: 1, class: gr64 }
71   - { id: 2, class: gr64 }
72   - { id: 3, class: gr32 }
73   - { id: 4, class: gr64 }
74 body:             |
75   bb.0.entry:
76     successors: %bb.1.while.body(0x80000000)
77     liveins: $rdi
79     DBG_VALUE $rdi, _, !17, !DIExpression(), debug-location !18
80     %2 = COPY $rdi
81     DBG_VALUE %2, _, !17, !DIExpression(), debug-location !18
83   bb.1.while.body:
84     successors: %bb.1.while.body(0x80000000)
86     %0 = PHI %2, %bb.0.entry, %1, %bb.1.while.body
87     DBG_VALUE %0, _, !17, !DIExpression(), debug-location !18
88     %1 = ADD64ri8 %0, 4, implicit-def dead $eflags, debug-location !20
89     DBG_VALUE %1, _, !17, !DIExpression(), debug-location !18
90     %3 = MOV32rm %0, 1, _, 0, _, debug-location !21 :: (load (s32) from %ir.p.addr.0)
91     %4 = MOV64rm $rip, 1, _, target-flags(x86-gotpcrel) @x, _, debug-location !22 :: (load (s64) from got)
92     MOV32mr killed %4, 1, _, 0, _, killed %3, debug-location !22 :: (store (s32) into @x)
93     JMP_1 %bb.1.while.body, debug-location !23
95 ...