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
/
mfi-parse-error-frame-offset-reg.mir
blob
91348ef19a5b879fc8e07aa118324aab4c5670a3
1
# RUN: not llc -march=amdgcn -run-pass none -o /dev/null %s 2>&1 | FileCheck %s
2
---
3
name: empty_frame_offset_reg
4
machineFunctionInfo:
5
frameOffsetReg: ''
6
# CHECK: :[[@LINE-1]]:{{[0-9]+}}: expected a named register
7
body: |
8
bb.0:
9
10
S_ENDPGM
11
...