[PATCH] D122672: [CodeGen][ARM] Enable Swing Module Scheduling for ARM

Janek van Oirschot via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 25 07:37:23 PDT 2022


JanekvO added inline comments.


================
Comment at: llvm/lib/CodeGen/MachinePipeliner.cpp:2792
             return false;
+          if (InstrToCycle[SI.getSUnit()] == CycleDef)
+            return false;
----------------
Is it possible to get an ordering where a use is scheduled prior to the `CycleDef`?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D122672



More information about the llvm-commits mailing list