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
/
wwm-reserved-regs-not-a-reg.mir
blob
d1c08791d1fa5dc2bf976cbcd5400ca6680a0ff3
1
# RUN: not llc -mtriple=amdgcn-amd-amdhsa -run-pass=none -verify-machineinstrs %s -o /dev/null 2>&1 | FileCheck -check-prefix=ERR %s
2
3
---
4
name: invalid_reg
5
machineFunctionInfo:
6
# ERR: [[@LINE+1]]:21: expected a named register
7
wwmReservedRegs: [123]
8
body: |
9
bb.0:
10
S_ENDPGM 0
11
12
...