[PATCH] D19350: MachineScheduler: Remember top/bottom choice in bidirectional scheduling

Andrew Trick via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 20 20:23:46 PDT 2016


atrick added a comment.

Are you handling the case when the previous Top pick is scheduled at the bottom and vice-versa? I'm afraid the Candidate is keeping a pointer to a potentially already scheduled instruction.


Repository:
  rL LLVM

http://reviews.llvm.org/D19350





More information about the llvm-commits mailing list