ELF: Have __rela_iplt_{start,end} surround .rela.iplt with --pack-dyn-relocs=android.
[llvm-project.git] / llvm / test / CodeGen / AMDGPU / sgpr-spill-dead-frame-in-dbg-value.mir
blob520717391b5968891a0e7e3af8584548ff1a1bae
1 # NOTE: Assertions have been autogenerated by utils/update_mir_test_checks.py UTC_ARGS: --version 5
2 # RUN: llc -mtriple=amdgcn-amd-amdhsa -mcpu=gfx908 -amdgpu-spill-sgpr-to-vgpr=true -verify-machineinstrs -run-pass=si-lower-sgpr-spills -o - %s | FileCheck -check-prefix=SGPR_SPILL %s
3 # RUN: llc -mtriple=amdgcn-amd-amdhsa -mcpu=gfx908 -amdgpu-spill-sgpr-to-vgpr=true -verify-machineinstrs --start-before=si-lower-sgpr-spills --stop-after=prologepilog -o - %s | FileCheck -check-prefix=PEI %s
4 # RUN: llc -mtriple=amdgcn-amd-amdhsa -mcpu=gfx908 -amdgpu-spill-sgpr-to-vgpr=true -passes=si-lower-sgpr-spills -o - %s | FileCheck -check-prefix=SGPR_SPILL %s
6 # After handling the SGPR spill to VGPR in SILowerSGPRSpills pass, replace the dead frame index in the DBG_VALUE instruction with reg 0.
7 # Otherwise, the test would crash during PEI while trying to replace the dead frame index.
8 --- |
9   define amdgpu_kernel void @test() { ret void }
11   !0 = distinct !DICompileUnit(language: DW_LANG_C99, file: !4, producer: "llvm", isOptimized: true, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, retainedTypes: !4)
12   !1 = !DILocalVariable(name: "a", scope: !2, file: !4, line: 126, type: !6)
13   !2 = distinct !DISubprogram(name: "test", scope: !4, file: !4, line: 1, type: !3, isLocal: false, isDefinition: true, scopeLine: 2, flags: DIFlagPrototyped, isOptimized: true, unit: !0, retainedNodes: !5)
14   !3 = !DISubroutineType(types: !4)
15   !4 = !{null}
16   !5 = !{!1}
17   !6 = !DIDerivedType(tag: DW_TAG_pointer_type, baseType: !7, size: 64, align: 32)
18   !7 = !DIBasicType(name: "int", size: 32, align: 32, encoding: DW_ATE_signed)
19   !8 = !DIExpression()
20   !9 = !DILocation(line: 10, column: 9, scope: !2)
22 ...
23 ---
24 name:            test
25 tracksRegLiveness: true
26 frameInfo:
27   maxAlignment:    4
28 stack:
29   - { id: 0, type: spill-slot, size: 4, alignment: 4, stack-id: sgpr-spill }
30 machineFunctionInfo:
31   maxKernArgAlign: 4
32   isEntryFunction: true
33   waveLimiter:     true
34   scratchRSrcReg:  '$sgpr96_sgpr97_sgpr98_sgpr99'
35   stackPtrOffsetReg: '$sgpr32'
36   frameOffsetReg: '$sgpr33'
37   hasSpilledSGPRs: true
38   argumentInfo:
39     privateSegmentBuffer: { reg: '$sgpr0_sgpr1_sgpr2_sgpr3' }
40     dispatchPtr:     { reg: '$sgpr4_sgpr5' }
41     kernargSegmentPtr: { reg: '$sgpr6_sgpr7' }
42     workGroupIDX:    { reg: '$sgpr8' }
43     privateSegmentWaveByteOffset: { reg: '$sgpr9' }
44 body:             |
45   ; SGPR_SPILL-LABEL: name: test
46   ; SGPR_SPILL: bb.0:
47   ; SGPR_SPILL-NEXT:   successors: %bb.1(0x80000000)
48   ; SGPR_SPILL-NEXT: {{  $}}
49   ; SGPR_SPILL-NEXT:   renamable $sgpr10 = IMPLICIT_DEF
50   ; SGPR_SPILL-NEXT:   [[DEF:%[0-9]+]]:vgpr_32 = IMPLICIT_DEF
51   ; SGPR_SPILL-NEXT:   [[DEF:%[0-9]+]]:vgpr_32 = SI_SPILL_S32_TO_VGPR killed $sgpr10, 0, [[DEF]]
52   ; SGPR_SPILL-NEXT:   DBG_VALUE $noreg, 0
53   ; SGPR_SPILL-NEXT: {{  $}}
54   ; SGPR_SPILL-NEXT: bb.1:
55   ; SGPR_SPILL-NEXT:   $sgpr10 = SI_RESTORE_S32_FROM_VGPR [[DEF]], 0
56   ; SGPR_SPILL-NEXT:   S_ENDPGM 0
57   ;
58   ; PEI-LABEL: name: test
59   ; PEI: bb.0:
60   ; PEI-NEXT:   successors: %bb.1(0x80000000)
61   ; PEI-NEXT: {{  $}}
62   ; PEI-NEXT:   renamable $sgpr10 = IMPLICIT_DEF
63   ; PEI-NEXT:   $vgpr0 = IMPLICIT_DEF
64   ; PEI-NEXT:   $vgpr0 = SI_SPILL_S32_TO_VGPR killed $sgpr10, 0, killed $vgpr0
65   ; PEI-NEXT: {{  $}}
66   ; PEI-NEXT: bb.1:
67   ; PEI-NEXT:   $sgpr10 = SI_RESTORE_S32_FROM_VGPR killed $vgpr0, 0
68   ; PEI-NEXT:   S_ENDPGM 0
69   bb.0:
70     renamable $sgpr10 = IMPLICIT_DEF
71     SI_SPILL_S32_SAVE killed $sgpr10, %stack.0, implicit $exec, implicit $sgpr96_sgpr97_sgpr98_sgpr99, implicit $sgpr32
72     DBG_VALUE %stack.0, 0, !1, !8, debug-location !9
74   bb.1:
75     renamable $sgpr10 = SI_SPILL_S32_RESTORE %stack.0, implicit $exec, implicit $sgpr96_sgpr97_sgpr98_sgpr99, implicit $sgpr32
76     S_ENDPGM 0