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
/
killed-flag-on-def-parse-error.mir
blob
2b082cd53fe44ee6cae5a7aba6dc7406c47526f7
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
; CHECK: [[@LINE+1]]:23: cannot have a killed def operand
9
killed %0:sgpr_32 = S_MOV_B32 0
10
S_ENDPGM 0
11
12
...