Skip to content

Commit 7fa69cd

Browse files
committed
Remove TODO comments that have now been tried.
Some experiments made with these, without any improvements seen.
1 parent 8228743 commit 7fa69cd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

llvm/lib/Target/SystemZ/SystemZMachineScheduler.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,6 @@ void SystemZPreRASchedStrategy::initializeStoresGroup() {
185185
}
186186

187187
// Value of 8 handles a known regression (with group of 20).
188-
// TODO: Would some other value be better?
189188
if (StoresGroup.size() < 8)
190189
StoresGroup.clear();
191190
}
@@ -334,7 +333,6 @@ bool SystemZPreRASchedStrategy::tryCandidate(SchedCandidate &Cand,
334333

335334
if (TinyRegion) {
336335
// Prioritize instructions that read unbuffered resources by stall cycles.
337-
// TODO: Try this in bigger regions as well.
338336
if (tryLess(Zone->getLatencyStallCycles(TryCand.SU),
339337
Zone->getLatencyStallCycles(Cand.SU), TryCand, Cand, Stall))
340338
return TryCand.Reason != NoCand;

0 commit comments

Comments
 (0)