summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/MIR/AMDGPU/mfi-parse-error-scratch-rsrc-reg.mir
blob: ee047b91aa4cee317f54ff4c15a8c4c01f3c4128 (plain)
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:21: expected a named register
# CHECK: scratchRSrcReg:  ''
---
name: empty_scratch_rsrc_reg
machineFunctionInfo:
  scratchRSrcReg:  ''
body:             |
  bb.0:

    S_ENDPGM
...
OpenPOWER on IntegriCloud