brintos

brintos / llvm-project-archived public Read only

0
0
Text · 495 B · 04f7176 Raw
22 lines · plain
1# RUN: llc -mtriple=amdgcn -run-pass=instruction-select -verify-machineinstrs -o - %s | FileCheck %s -check-prefixes=GCN2 3---4 5name:            bitcast6legalized:       true7regBankSelected: true8tracksRegLiveness: true9 10# GCN-LABEL: name: bitcast11# GCN: [[A:%[0-9]+]]:vgpr_32 = COPY $vgpr012# GCN: S_ENDPGM 0, implicit [[A]]13 14body: |15  bb.0:16    liveins: $vgpr017    %0:vgpr(s32) = COPY $vgpr018    %1:vgpr(<2 x s16>) = G_BITCAST %019    %2:vgpr(s32) = G_BITCAST %120    S_ENDPGM 0, implicit %221...22