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
[lldb] Add SBThread.selected_frame property (#123981)
[llvm-project.git]
/
llvm
/
test
/
CodeGen
/
MIR
/
AMDGPU
/
mfi-parse-error-scratch-rsrc-reg.mir
blob
6f12a875ecb32e2f88ac6a85541e81ce73a14c44
1
# RUN: not llc -mtriple=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
...