Scheduler diagnostics. Print the register name.
llvm-svn: 176316
This commit is contained in:
@@ -367,6 +367,8 @@ void SUnit::dumpAll(const ScheduleDAG *G) const {
|
||||
if (I->isArtificial())
|
||||
dbgs() << " *";
|
||||
dbgs() << ": Latency=" << I->getLatency();
|
||||
if (I->isAssignedRegDep())
|
||||
dbgs() << " Reg=" << PrintReg(I->getReg(), G->TRI);
|
||||
dbgs() << "\n";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user