[PATCH] D60839: [ScheduleDAGInstrs] Compute topological ordering on demand.

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun May 19 09:00:18 PDT 2019


fhahn added inline comments.


================
Comment at: llvm/include/llvm/CodeGen/ScheduleDAGInstrs.h:349
     bool canAddEdge(SUnit *SuccSU, SUnit *PredSU);
+    void MarkDirty() { Topo.MarkDirty(); }
 
----------------
efriedma wrote:
> Is this helper actually used anywhere?
No, it was is left over from an earlier version. I've removed it, thanks!


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D60839





More information about the llvm-commits mailing list