[clang] Fix crashes when passing VLA to va_arg (#119563)
[llvm-project.git] / llvm / test / CodeGen / AMDGPU / sgpr-spills-empty-prolog-block.mir
blobbed7c0c12b7cbbcff64b5a20a04f3f2161fc78eb
1 # NOTE: Assertions have been autogenerated by utils/update_mir_test_checks.py UTC_ARGS: --version 4
2 # RUN: llc -mtriple=amdgcn-amd-amdhsa -mcpu=gfx900 -verify-machineinstrs -run-pass=si-lower-sgpr-spills -o - %s | FileCheck %s
4 # Test that the si-lower-sgpr-spills pass does not defeference a
5 # machine instruction iterator that is equal to end().
7 ---
8 name:            empty_prolog_block
9 stack:
10   - { id: 0, name: '', type: spill-slot, offset: 0, size: 32, alignment: 4,
11       stack-id: sgpr-spill, callee-saved-register: '', callee-saved-restored: true,
12       debug-info-variable: '', debug-info-expression: '', debug-info-location: '' }
13 machineFunctionInfo:
14   hasSpilledSGPRs: true
15 body:             |
16   ; CHECK-LABEL: name: empty_prolog_block
17   ; CHECK: bb.0:
18   ; CHECK-NEXT:   successors: %bb.1(0x80000000)
19   ; CHECK-NEXT:   liveins: $sgpr0
20   ; CHECK-NEXT: {{  $}}
21   ; CHECK-NEXT: bb.1:
22   ; CHECK-NEXT:   [[DEF:%[0-9]+]]:vgpr_32 = IMPLICIT_DEF
23   ; CHECK-NEXT:   $sgpr0 = SI_RESTORE_S32_FROM_VGPR [[DEF]], 0
24   ; CHECK-NEXT:   S_ENDPGM 0
25   bb.0:
26     liveins: $sgpr0
27   bb.1:
28     renamable $sgpr0 = SI_SPILL_S32_RESTORE %stack.0, implicit $exec, implicit $sgpr32
29     S_ENDPGM 0
31 ...