[ORC] Add std::tuple support to SimplePackedSerialization.
[llvm-project.git] / llvm / test / DebugInfo / MIR / X86 / dvl-livedebugvalues-movements.mir
blob4fd435461718aad55771d4dd843594d543970094
1 # RUN: llc -mtriple=x86_64-- -run-pass livedebugvalues -o - %s | FileCheck %s --implicit-check-not=DBG_VALUE_LIST\r
2 #\r
3 # The MIR below moves values from argument registers to callee saved registers,\r
4 # moves that are followed by DBG_VALUEs and which should also result in\r
5 # DBG_VALUE_LISTs moving their operands.\r
6 #\r
7 # CHECK: ![[VAR:[0-9]+]] = !DILocalVariable(name: "c"\r
8 \r
9 # CHECK-LABEL: bb.0.entry:\r
10 # CHECK:       DBG_VALUE_LIST ![[VAR]], !DIExpression(DW_OP_LLVM_arg, 0,\r
11 # CHECK-SAME:                        DW_OP_LLVM_arg, 1, DW_OP_plus), $rdi, $rsi\r
12 # CHECK:       $rbx = COPY killed $rdi\r
13 # CHECK-NEXT:  DBG_VALUE_LIST ![[VAR]], !DIExpression(DW_OP_LLVM_arg, 0,\r
14 # CHECK-SAME:                        DW_OP_LLVM_arg, 1, DW_OP_plus), $rbx, $rsi\r
15 # CHECK-LABEL: bb.1:\r
16 # CHECK:       DBG_VALUE_LIST ![[VAR]], !DIExpression(DW_OP_LLVM_arg, 0,\r
17 # CHECK-SAME:                        DW_OP_LLVM_arg, 1, DW_OP_plus), $rbx, $rsi\r
18 # CHECK:       $rbp = COPY killed $rsi\r
19 # CHECK-NEXT:  DBG_VALUE_LIST ![[VAR]], !DIExpression(DW_OP_LLVM_arg, 0,\r
20 # CHECK-SAME:                        DW_OP_LLVM_arg, 1, DW_OP_plus), $rbx, $rbp\r
21 # CHECK-LABEL: bb.2:\r
22 # CHECK:       DBG_VALUE_LIST ![[VAR]], !DIExpression(DW_OP_LLVM_arg, 0,\r
23 # CHECK-SAME:                        DW_OP_LLVM_arg, 1, DW_OP_plus), $rbx, $rbp\r
24 --- |\r
25   ; ModuleID = 'test.cpp'\r
26   source_filename = "test.cpp"\r
27   target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"\r
28   target triple = "x86_64-unknown-linux-gnu"\r
29   \r
30   ; Function Attrs: norecurse nounwind readnone uwtable\r
31   define dso_local i32 @_Z3fooii(i32 %a, i32 %b) local_unnamed_addr !dbg !7 {\r
32   entry:\r
33     ret i32 0, !dbg !17\r
34   }\r
35   \r
36   ; Function Attrs: nounwind readnone speculatable willreturn\r
37   declare void @llvm.dbg.value(metadata, metadata, metadata)\r
38   \r
39   !llvm.dbg.cu = !{!0}\r
40   !llvm.module.flags = !{!3, !4, !5}\r
41   !llvm.ident = !{!6}\r
42   \r
43   !0 = distinct !DICompileUnit(language: DW_LANG_C_plus_plus_14, file: !1, producer: "clang version 11.0.0", isOptimized: true, runtimeVersion: 0, emissionKind: FullDebug, enums: !2, splitDebugInlining: false, nameTableKind: None)\r
44   !1 = !DIFile(filename: "test.cpp", directory: "/")\r
45   !2 = !{}\r
46   !3 = !{i32 7, !"Dwarf Version", i32 4}\r
47   !4 = !{i32 2, !"Debug Info Version", i32 3}\r
48   !5 = !{i32 1, !"wchar_size", i32 4}\r
49   !6 = !{!"clang version 11.0.0"}\r
50   !7 = distinct !DISubprogram(name: "foo", linkageName: "_Z3fooii", scope: !1, file: !1, line: 2, type: !8, scopeLine: 2, flags: DIFlagPrototyped | DIFlagAllCallsDescribed, spFlags: DISPFlagDefinition | DISPFlagOptimized, unit: !0, retainedNodes: !11)\r
51   !8 = !DISubroutineType(types: !9)\r
52   !9 = !{!10, !10, !10}\r
53   !10 = !DIBasicType(name: "int", size: 32, encoding: DW_ATE_signed)\r
54   !11 = !{!12, !13, !14}\r
55   !12 = !DILocalVariable(name: "a", arg: 1, scope: !7, file: !1, line: 2, type: !10)\r
56   !13 = !DILocalVariable(name: "b", arg: 2, scope: !7, file: !1, line: 2, type: !10)\r
57   !14 = !DILocalVariable(name: "c", scope: !7, file: !1, line: 3, type: !10)\r
58   !15 = !DILocation(line: 0, scope: !7)\r
59   !16 = !DILocation(line: 4, column: 12, scope: !7)\r
60   !17 = !DILocation(line: 4, column: 3, scope: !7)\r
62 ...\r
63 ---\r
64 name:            _Z3fooii\r
65 fixedStack:\r
66   - { id: 0, type: spill-slot, offset: -32, size: 8, alignment: 16, stack-id: default,\r
67       callee-saved-register: '$rbx', callee-saved-restored: true }\r
68   - { id: 1, type: spill-slot, offset: -16, size: 8, alignment: 16, stack-id: default,\r
69       callee-saved-register: '$rbp', callee-saved-restored: true }\r
70 body:             |\r
71   bb.0.entry:\r
72     liveins: $rdi, $rsi\r
74     DBG_VALUE_LIST !14, !DIExpression(DW_OP_LLVM_arg, 0, DW_OP_LLVM_arg, 1, DW_OP_plus), $rdi, $rsi, debug-location !15\r
75     $rbx = COPY killed $rdi\r
76     $rdi = MOV64ri 0\r
77     JMP_1 %bb.1\r
79   bb.1:\r
80     liveins: $rbx, $rsi\r
81     $rbp = COPY killed $rsi\r
82     $rsi = MOV64ri 0\r
83     JMP_1 %bb.2\r
85   bb.2:\r
86     liveins: $rbx, $rbp\r
87     RETQ $rbp, debug-location !17\r
89 ...\r