blob: 1f532781ee8f8febc093340e2f78f74e1d84aa04 [file] [edit]
# 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
...