brintos

brintos / llvm-project-archived public Read only

0
0
Text · 443 B · 518c5db Raw
14 lines · plain
1# RUN: llc -mtriple=amdgcn -mcpu=gfx900 -run-pass postrapseudos %s -o - | FileCheck -check-prefix=GCN %s2 3# Check that post-RA expanded COPY doesn't have renamable operands4# since V_MOV_B32_e32 has hasExtraSrcRegAllocReq set.5# GCN-LABEL: name: test16# GCN:      $vgpr1 = V_MOV_B32_e32 $vgpr0, implicit $exec7name: test18tracksRegLiveness: true9body:             |10  bb.0:11    liveins: $vgpr012    renamable $vgpr1 = COPY renamable $vgpr013...14