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 3fab6f8 commit a8b8cafCopy full SHA for a8b8caf
llvm/lib/CodeGen/RegAllocBase.cpp
@@ -179,6 +179,7 @@ void RegAllocBase::cleanupFailedVRegs() {
179
LiveIntervalUnion::Query &Q = Matrix->query(FailedInterval, *Units);
180
for (const LiveInterval *InterferingReg : Q.interferingVRegs())
181
JunkRegs.insert(InterferingReg->reg());
182
+ LIS->removeRegUnit(*Units);
183
}
184
185
0 commit comments