[PATCH] D139710: [AMDGPU] MachineScheduler: schedule execution metric added for the UnclusteredHighRPStage
Stanislav Mekhanoshin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 5 11:45:22 PST 2023
rampitec accepted this revision.
rampitec added a comment.
This revision is now accepted and ready to land.
LGTM with a nit.
================
Comment at: llvm/lib/Target/AMDGPU/GCNSchedStrategy.cpp:963
+static void printScheduleModel(std::set<std::pair<MachineInstr *, unsigned>,
+ EarlierIssuingCycle> &ReadyCycles) {
+ if (ReadyCycles.empty())
----------------
Indent is off.
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