We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a39d8b commit 5601c40Copy full SHA for 5601c40
llvm/lib/Target/AMDGPU/SIInstrInfo.cpp
@@ -2112,8 +2112,6 @@ bool SIInstrInfo::expandPostRAPseudo(MachineInstr &MI) const {
2112
2113
case AMDGPU::SI_RESTORE_S32_FROM_VGPR:
2114
MI.setDesc(get(AMDGPU::V_READLANE_B32));
2115
- MI.getMF()->getRegInfo().constrainRegClass(MI.getOperand(0).getReg(),
2116
- &AMDGPU::SReg_32_XM0RegClass);
2117
break;
2118
case AMDGPU::AV_MOV_B32_IMM_PSEUDO: {
2119
Register Dst = MI.getOperand(0).getReg();
0 commit comments