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 80fd3ed commit 2ff635dCopy full SHA for 2ff635d
llvm/lib/CodeGen/MachineRegisterInfo.cpp
@@ -83,8 +83,6 @@ constrainRegClass(MachineRegisterInfo &MRI, Register Reg,
83
84
const TargetRegisterClass *MachineRegisterInfo::constrainRegClass(
85
Register Reg, const TargetRegisterClass *RC, unsigned MinNumRegs) {
86
- if (Reg.isPhysical())
87
- return nullptr;
88
return ::constrainRegClass(*this, Reg, getRegClass(Reg), RC, MinNumRegs);
89
}
90
0 commit comments