bolt/deps/llvm-18.1.8/llvm/test/CodeGen/MIR/AMDGPU/sgpr-for-exec-copy-invalid-reg.mir
2025-02-14 19:21:04 +01:00

12 lines
282 B
YAML

# RUN: not llc -mtriple=amdgcn-amd-amdhsa -run-pass=none %s -o /dev/null 2>&1 | FileCheck -check-prefix=ERR %s
---
name: invalid_reg
machineFunctionInfo:
# ERR: [[@LINE+1]]:21: unknown register name 'srst'
sgprForEXECCopy: '$srst'
body: |
bb.0:
S_ENDPGM 0
...