[PATCH] D142529: [MISched] Dump the execution trace of the schedule.

Francis Visoiu Mistrih via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 25 09:27:30 PST 2023


thegameg added inline comments.


================
Comment at: llvm/lib/CodeGen/MachineScheduler.cpp:955
+  for (MachineInstr &MI : *this)
+    ++InstCount;
+  if (InstCount < 2)
----------------
`BB->size()`?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D142529



More information about the llvm-commits mailing list