mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-06 20:32:19 +00:00
Let's try ignoring resource utilization on the backward pass.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24231 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
d525df3c27
commit
26b91ebb63
@ -908,9 +908,11 @@ void SimpleSched::ScheduleBackward() {
|
||||
// If independent of others (or first entry)
|
||||
if (Slot == NotFound) Slot = 0;
|
||||
|
||||
#if 0 // FIXME - measure later
|
||||
// Find a slot where the needed resources are available
|
||||
if (NI->StageBegin != NI->StageEnd)
|
||||
Slot = Tally.FindAndReserve(Slot, NI->StageBegin, NI->StageEnd);
|
||||
#endif
|
||||
|
||||
// Set node slot
|
||||
NI->Slot = Slot;
|
||||
|
Loading…
Reference in New Issue
Block a user