| # RUN: not llc -mtriple=amdgcn-amd-amdhsa -run-pass=none -filetype=null %s 2>&1 | FileCheck %s --check-prefix=ERR | |
| --- | |
| name: invalid_reg_spill_phys_vgprs | |
| machineFunctionInfo: | |
| # ERR: [[@LINE+1]]:20: expected a named register | |
| spillPhysVGPRs: [123] | |
| body: | | |
| bb.0: | |
| S_ENDPGM 0 | |
| ... |