machine-function-info-register-parse-error1.mir 286 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 # RUN: not llc -march=amdgcn -run-pass none -o /dev/null %s 2>&1 | FileCheck %s # CHECK: :7:27: incorrect register class for field # CHECK: scratchRSrcReg: '$noreg' --- name: noreg_rsrc_reg machineFunctionInfo: scratchRSrcReg: '$noreg' body: | bb.0: S_ENDPGM ...