repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git]
/
llvm
/
test
/
CodeGen
/
MIR
/
AMDGPU
/
invalid-frame-index-no-stack.mir
blob
0ec4e2802a29d22fb3c831ce07e04d76800adbf9
1
# RUN: not llc -mtriple=amdgcn-amd-amdhsa -run-pass=none -verify-machineinstrs %s -o /dev/null 2>&1 | FileCheck %s
2
3
---
4
name: invalid_scavenge_fi
5
machineFunctionInfo:
6
# CHECK: [[@LINE+1]]:17: invalid frame index 0
7
scavengeFI: '%stack.0'
8
9
body: |
10
bb.0:
11
S_ENDPGM 0
12
13
...