[PATCH] D87867: [NFC][ScheduleDAG] Remove unused EntrySU SUnit

Hendrik Greving via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 16 09:47:30 PDT 2020


hgreving added a comment.

Our backend is using EntrySU the same way as described by another poster above: to add top edges to adjust for clearances to the basic block entry. When removing this, we need to add our own EntrySU, but this becomes tricky because the scheduler will try to schedule it and release the node. I think it does make sense to keep EntrySU in-tree. Thanks for that.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D87867



More information about the llvm-commits mailing list