mfi-parse-error-stack-ptr-offset-reg.mir 283 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:24: expected a named register # CHECK: stackPtrOffsetReg: '' --- name: empty_stack_ptr_offset_reg machineFunctionInfo: stackPtrOffsetReg: '' body: | bb.0: S_ENDPGM ...