mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-05 01:31:05 +00:00
Scheduler diagnostics. Print the register name.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@176316 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
ebff1d9035
commit
838038d3e1
@ -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…
x
Reference in New Issue
Block a user