1# NOTE: Assertions have been autogenerated by utils/update_mir_test_checks.py 2# RUN: llc -mtriple=amdgcn-amd-amdhsa -mcpu=gfx1010 -run-pass=machine-scheduler -verify-machineinstrs -o - %s | FileCheck -check-prefix=GCN %s 3 4# handleMove was called for the BUNDLE pseudo-instruction, but 5# considered it to be an instruction in the bundle. Make sure it 6# doesn't assert when the whole bundle is moved. 7 8--- 9name: handleMove_bundle 10tracksRegLiveness: true 11machineFunctionInfo: 12 isEntryFunction: true 13 memoryBound: false 14 waveLimiter: false 15body: | 16 bb.0: 17 liveins: $sgpr4_sgpr5 18 19 ; GCN-LABEL: name: handleMove_bundle 20 ; GCN: liveins: $sgpr4_sgpr5 21 ; GCN: [[COPY:%[0-9]+]]:sgpr_64 = COPY $sgpr4_sgpr5 22 ; GCN: [[S_LOAD_DWORD_IMM:%[0-9]+]]:sreg_32_xm0_xexec = S_LOAD_DWORD_IMM [[COPY]], 0, 0 :: (dereferenceable invariant load 4, align 16, addrspace 4) 23 ; GCN: [[V_MOV_B32_e32_:%[0-9]+]]:vgpr_32 = V_MOV_B32_e32 1, implicit $exec 24 ; GCN: [[V_MOV_B32_e32_1:%[0-9]+]]:vgpr_32 = V_MOV_B32_e32 0, implicit $exec 25 ; GCN: [[V_MOV_B32_e32_2:%[0-9]+]]:vgpr_32 = V_MOV_B32_e32 2, implicit $exec 26 ; GCN: DS_WRITE_B32_gfx9 [[V_MOV_B32_e32_1]], [[V_MOV_B32_e32_]], 0, 0, implicit $exec :: (store 4, addrspace 3) 27 ; GCN: $vgpr0 = COPY [[S_LOAD_DWORD_IMM]] 28 ; GCN: $m0 = S_MOV_B32 0 29 ; GCN: BUNDLE implicit $vgpr0, implicit $m0, implicit $exec { 30 ; GCN: DS_GWS_INIT $vgpr0, 11, implicit $m0, implicit $exec :: (store 4) 31 ; GCN: S_WAITCNT 0 32 ; GCN: } 33 ; GCN: DS_WRITE_B32_gfx9 [[V_MOV_B32_e32_1]], [[V_MOV_B32_e32_2]], 0, 0, implicit $exec :: (store 4, addrspace 3) 34 ; GCN: S_ENDPGM 0 35 %2:sgpr_64 = COPY $sgpr4_sgpr5 36 %5:sreg_32_xm0_xexec = S_LOAD_DWORD_IMM %2, 0, 0 :: (dereferenceable invariant load 4, align 16, addrspace 4) 37 %6:vgpr_32 = V_MOV_B32_e32 1, implicit $exec 38 %7:vgpr_32 = V_MOV_B32_e32 0, implicit $exec 39 DS_WRITE_B32_gfx9 %7, %6, 0, 0, implicit $exec :: (store 4, addrspace 3) 40 $m0 = S_MOV_B32 0 41 $vgpr0 = COPY %5 42 BUNDLE implicit killed $vgpr0, implicit $m0, implicit $exec { 43 DS_GWS_INIT $vgpr0, 11, implicit $m0, implicit $exec :: (store 4) 44 S_WAITCNT 0 45 } 46 %8:vgpr_32 = V_MOV_B32_e32 2, implicit $exec 47 DS_WRITE_B32_gfx9 %7, %8, 0, 0, implicit $exec :: (store 4, addrspace 3) 48 S_ENDPGM 0 49 50... 51