bolt/deps/llvm-18.1.8/llvm/test/CodeGen/MIR/AMDGPU/mfi-parse-error-stack-ptr-offset-reg.mir

12 lines
271 B
Text
Raw Normal View History

2025-02-14 19:21:04 +01:00
# RUN: not llc -mtriple=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
...