blob: 07a85bc8119c1e0a8ff0f83b0e2334db28e16357 [file] [log] [blame]
# RUN: not llc -mtriple=amdgcn -run-pass none -o /dev/null %s 2>&1 | FileCheck %s
---
name: noreg_rsrc_reg
machineFunctionInfo:
scratchRSrcReg: '$noreg'
# CHECK: :[[@LINE-1]]:{{[0-9]+}}: incorrect register class for field
body: |
bb.0:
S_ENDPGM
...