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-frame-offset-reg-class.mir
blob
74f5d52b5f96b353b3a63bf0646a0a168cee7e3f
1
# RUN: not llc -march=amdgcn -run-pass none -o /dev/null %s 2>&1 | FileCheck %s
2
3
---
4
name: wrong_reg_class_frame_offset_reg
5
machineFunctionInfo:
6
frameOffsetReg: '$vgpr0'
7
# CHECK: :[[@LINE-1]]:{{[0-9]+}}: incorrect register class for field
8
body: |
9
bb.0:
10
11
S_ENDPGM
12
...