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
[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git]
/
llvm
/
test
/
CodeGen
/
MIR
/
AMDGPU
/
mfi-stack-ptr-offset-reg-class.mir
blob
47c7d281b393bd0b1f2d2b81a9ed295d793a284b
1
# RUN: not llc -march=amdgcn -run-pass none -o /dev/null %s 2>&1 | FileCheck %s
2
3
---
4
name: wrong_reg_class_stack_ptr_offset_reg
5
machineFunctionInfo:
6
stackPtrOffsetReg: '$vgpr0'
7
# CHECK: :[[@LINE-1]]:{{[0-9]+}}: incorrect register class for field
8
body: |
9
bb.0:
10
11
S_ENDPGM
12
...