brintos

brintos / llvm-project-archived public Read only

0
0
Text · 493 B · 700c2b6 Raw
18 lines · plain
1# RUN: not llc -mtriple=amdgcn-amd-amdhsa -run-pass=none -verify-machineinstrs %s -filetype=null 2>&1 | FileCheck %s2 3---4name: invalid_scavenge_fi5fixedStack:6  - { id: 0, type: spill-slot, offset: 0, size: 16, alignment: 4, stack-id: noalloc }7stack:8  - { id: 0, name: '', type: spill-slot, offset: 0, size: 16, alignment: 4, stack-id: noalloc }9machineFunctionInfo:10  # CHECK: [[@LINE+1]]:17: invalid frame index 211  scavengeFI: '%stack.2'12 13body:             |14  bb.0:15    S_ENDPGM 016 17...18