[PATCH] D86684: [Refactor] Add the SchedHeuristic for Scheduler to allow platform customizing the heuristics

Jay Foad via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 24 07:20:21 PDT 2020


foad added inline comments.


================
Comment at: llvm/include/llvm/CodeGen/MachineScheduler.h:466
 
+  /// Return true if latency heuristic is disbaled.
+  bool disableLatencyHeuristic() const { return DisableLatencyHeuristic; }
----------------
Typo disbaled.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D86684



More information about the llvm-commits mailing list