brintos

brintos / llvm-project-archived public Read only

0
0
Text · 304 B · 5645f64 Raw
13 lines · plain
1# RUN: not llc -mtriple=amdgcn-amd-amdhsa -mcpu=gfx908 -run-pass=none %s -filetype=null 2>&1 | FileCheck %s2---3name:            foo4tracksRegLiveness: true5body:             |6  bb.0:7 8    ; CHECK: [[@LINE+1]]:23: cannot have a killed def operand9    killed %0:sgpr_32 = S_MOV_B32 010    S_ENDPGM 011 12...13