bolt/deps/llvm-18.1.8/llvm/test/CodeGen/MIR/AMDGPU/invalid-frame-index.mir
2025-02-14 19:21:04 +01:00

13 lines
324 B
YAML

# RUN: not llc -mtriple=amdgcn-amd-amdhsa -run-pass=none -verify-machineinstrs %s -o /dev/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
...