[PATCH] D139710: [AMDGPU] MachineScheduler: schedule execution metric added for the UnclusteredHighRPStage

Valery Pykhtin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Dec 10 02:04:46 PST 2022


vpykhtin added inline comments.


================
Comment at: llvm/lib/Target/AMDGPU/GCNSchedStrategy.cpp:952
+#endif
+    if (SUnit *SU = DAG.getSUnit(&MI)) {
+      unsigned ReadyCycle = CurrCycle;
----------------
if (!SU) continue;

what is it BTW? Debug instruction?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D139710



More information about the llvm-commits mailing list