summaryrefslogtreecommitdiff
path: root/llvm/test/CodeGen/MIR/AMDGPU/invalid-frame-index.mir
blob: e217acf962a254896da3d644f2c4a2bbc6d6598f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# RUN: not llc -mtriple=amdgcn-amd-amdhsa -run-pass=none -verify-machineinstrs %s -filetype=null 2>&1 | FileCheck %s

---
name: invalid_scavenge_fi
machineFunctionInfo:
  # CHECK: [[@LINE+1]]:15: Invalid frame index, needs to start with %stack. or %fixed-stack
  scavengeFI: 0

body:             |
  bb.0:
    S_ENDPGM 0

...