xref: /llvm-project/llvm/test/CodeGen/MIR/AMDGPU/killed-flag-on-def-parse-error.mir (revision ced1250b0f458c3dfeecb8157dd4838d87c8288d)
1# RUN: not llc -mtriple=amdgcn-amd-amdhsa -mcpu=gfx908 -run-pass=none %s -o /dev/null 2>&1 | FileCheck %s
2---
3name:            foo
4tracksRegLiveness: true
5body:             |
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...
13