mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2026-04-24 13:18:17 +00:00
Dump LIS before regalloc. MI sched changes them.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@187107 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -204,7 +204,7 @@ bool MachineScheduler::runOnMachineFunction(MachineFunction &mf) {
|
||||
const TargetInstrInfo *TII = MF->getTarget().getInstrInfo();
|
||||
|
||||
if (VerifyScheduling) {
|
||||
DEBUG(LIS->print(dbgs()));
|
||||
DEBUG(LIS->dump());
|
||||
MF->verify(this, "Before machine scheduling.");
|
||||
}
|
||||
RegClassInfo->runOnMachineFunction(*MF);
|
||||
@@ -294,7 +294,7 @@ bool MachineScheduler::runOnMachineFunction(MachineFunction &mf) {
|
||||
Scheduler->finishBlock();
|
||||
}
|
||||
Scheduler->finalizeSchedule();
|
||||
DEBUG(LIS->print(dbgs()));
|
||||
DEBUG(LIS->dump());
|
||||
if (VerifyScheduling)
|
||||
MF->verify(this, "After machine scheduling.");
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user