mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-10 05:41:40 +00:00
Scheduler diagnostics. Print the register name.
llvm-svn: 176316
This commit is contained in:
parent
e602ffc5f9
commit
811a199b6a
@ -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";
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user