[PATCH] D85517: [Scheduling] Implement a new way to cluster loads/stores

Dave Green via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 10 03:01:40 PDT 2020


dmgreen added inline comments.


================
Comment at: llvm/lib/CodeGen/MachineScheduler.cpp:1574
+// following load/store one by one, until reach the first non-dependent one and
+// call target hook to see if they can cluser.
 void BaseMemOpClusterMutation::clusterNeighboringMemOps(
----------------
-> cluster


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D85517



More information about the llvm-commits mailing list