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

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 19 14:46:39 PDT 2019


efriedma added inline comments.


================
Comment at: llvm/include/llvm/CodeGen/ScheduleDAGInstrs.h:349
     bool canAddEdge(SUnit *SuccSU, SUnit *PredSU);
+    void MarkDirty() { Topo.MarkDirty(); }
 
----------------
Is this helper actually used anywhere?


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