[PATCH] D60861: [MachineScheduler] Check pending instructions when an instruction is scheduled

Hal Finkel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 18 11:39:30 PDT 2019


hfinkel added a comment.

> Pending instructions that may have been blocked from being available by the HazardRecognizer may no longer may not be blocked any more when an instruction is scheduled; pending instructions should be re-checked in this case.

You mean in the same cycle? Are you using the hazard recognizer to enforce some kind of co-scheduling requirement? I ask because we already set CheckPending to true in bumpCycle.


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D60861/new/

https://reviews.llvm.org/D60861





More information about the llvm-commits mailing list