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