[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
blob2b082cd53fe44ee6cae5a7aba6dc7406c47526f7
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:
8     ; CHECK: [[@LINE+1]]:23: cannot have a killed def operand
9     killed %0:sgpr_32 = S_MOV_B32 0
10     S_ENDPGM 0
12 ...