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
/
dead-flag-on-use-operand-parse-error.mir
blob
ae4093f849720aa07886b774bc42f8f72883c991
1
# RUN: not llc -mtriple=amdgcn-amd-amdhsa -mcpu=gfx908 -run-pass=none %s -o /dev/null 2>&1 | FileCheck %s
2
---
3
name: foo
4
tracksRegLiveness: true
5
body: |
6
bb.0:
7
8
%0:sgpr_32 = S_MOV_B32 0
9
; CHECK: [[@LINE+1]]:24: cannot have a dead use operand
10
S_ENDPGM 0, dead %0
11
12
...