19 lines · plain
1# RUN: not llc -mtriple=amdgcn-amd-amdhsa -mcpu=gfx950 -run-pass=none -filetype=null %s 2>&1 | FileCheck %s2 3---4# CHECK: error: {{.*}} incorrect register class for field5name: kernarg_preload_wrong_register_class6tracksRegLiveness: true7machineFunctionInfo:8 explicitKernArgSize: 49 maxKernArgAlign: 410 numKernargPreloadSGPRs: 111 isEntryFunction: true12 argumentInfo:13 kernargSegmentPtr: { reg: '$sgpr0_sgpr1' }14 firstKernArgPreloadReg: { reg: '$vgpr0' } # ERROR: VGPR instead of SGPR15body: |16 bb.0:17 S_ENDPGM 018...19