13 lines · plain
1# RUN: not llc -mtriple=amdgcn-amd-amdhsa -run-pass=none -filetype=null %s 2>&1 | FileCheck %s --check-prefix=ERR2 3---4name: invalid_reg_spill_phys_vgprs5machineFunctionInfo:6# ERR: [[@LINE+1]]:21: unknown register name 'notareg'7 spillPhysVGPRs: ['$notareg']8body: |9 bb.0:10 S_ENDPGM 011 12...13