mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-15 04:30:12 +00:00
Move this debug output into GenerateAllReuseFormula, to declutter
the high-level logic. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@112436 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
a7d0d64b7a
commit
3902f9fca8
@ -2795,6 +2795,10 @@ LSRInstance::GenerateAllReuseFormulae() {
|
||||
}
|
||||
|
||||
GenerateCrossUseConstantOffsets();
|
||||
|
||||
DEBUG(dbgs() << "\n"
|
||||
"After generating reuse formulae:\n";
|
||||
print_uses(dbgs()));
|
||||
}
|
||||
|
||||
/// If their are multiple formulae with the same set of registers used
|
||||
@ -3631,10 +3635,6 @@ LSRInstance::LSRInstance(const TargetLowering *tli, Loop *l, Pass *P)
|
||||
// to formulate the values needed for the uses.
|
||||
GenerateAllReuseFormulae();
|
||||
|
||||
DEBUG(dbgs() << "\n"
|
||||
"After generating reuse formulae:\n";
|
||||
print_uses(dbgs()));
|
||||
|
||||
FilterOutUndesirableDedicatedRegisters();
|
||||
NarrowSearchSpaceUsingHeuristics();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user