mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-12 14:41:05 +00:00
Run computeDomForest() on the set of registers that need to be tested for
interference. llvm-svn: 44064
This commit is contained in:
parent
9f15b689b3
commit
b3d15a65fc
@ -285,14 +285,15 @@ void StrongPHIElimination::processBlock(MachineBasicBlock* MBB) {
|
||||
} else {
|
||||
PHIUnion.insert(SrcReg);
|
||||
UnionedBlocks.insert(SrcInfo.DefInst->getParent());
|
||||
|
||||
// DO STUFF HERE
|
||||
|
||||
}
|
||||
|
||||
ProcessedNames.insert(PHIUnion.begin(), PHIUnion.end());
|
||||
}
|
||||
|
||||
std::vector<StrongPHIElimination::DomForestNode*> DF =
|
||||
computeDomForest(PHIUnion);
|
||||
|
||||
// DO STUFF HERE
|
||||
|
||||
ProcessedNames.insert(PHIUnion.begin(), PHIUnion.end());
|
||||
++P;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user