File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -5495,12 +5495,12 @@ AMDGPURegisterBankInfo::getInstrMapping(const MachineInstr &MI) const {
54955495 case Intrinsic::amdgcn_cluster_load_async_to_lds_b32:
54965496 case Intrinsic::amdgcn_cluster_load_async_to_lds_b64:
54975497 case Intrinsic::amdgcn_cluster_load_async_to_lds_b128: {
5498- OpdsMapping[1 ] = getVGPROpMapping (MI.getOperand (1 ).getReg (), MRI, *TRI);
5499- OpdsMapping[2 ] = getSGPROpMapping (MI.getOperand (2 ).getReg (), MRI, *TRI);
5500- unsigned M0Bank =
5501- getRegBankID (MI.getOperand (5 ).getReg (), MRI, AMDGPU::SGPRRegBankID);
5502- OpdsMapping[5 ] = AMDGPU::getValueMapping (M0Bank, 32 );
5503- break ;
5498+ OpdsMapping[1 ] = getVGPROpMapping (MI.getOperand (1 ).getReg (), MRI, *TRI);
5499+ OpdsMapping[2 ] = getSGPROpMapping (MI.getOperand (2 ).getReg (), MRI, *TRI);
5500+ unsigned M0Bank =
5501+ getRegBankID (MI.getOperand (5 ).getReg (), MRI, AMDGPU::SGPRRegBankID);
5502+ OpdsMapping[5 ] = AMDGPU::getValueMapping (M0Bank, 32 );
5503+ break ;
55045504 }
55055505 case Intrinsic::amdgcn_global_store_async_from_lds_b8:
55065506 case Intrinsic::amdgcn_global_store_async_from_lds_b32:
You can’t perform that action at this time.
0 commit comments