llvm-for-llvmta/test/CodeGen/MIR/AMDGPU/mfi-parse-error-stack-ptr-o...

12 lines
269 B
Plaintext
Raw Permalink Normal View History

2022-04-25 10:02:23 +02:00
# RUN: not llc -march=amdgcn -run-pass none -o /dev/null %s 2>&1 | FileCheck %s
---
name: empty_stack_ptr_offset_reg
machineFunctionInfo:
stackPtrOffsetReg: ''
# CHECK: :[[@LINE-1]]:{{[0-9]+}}: expected a named register
body: |
bb.0:
S_ENDPGM
...