[PATCH] D139710: [AMDGPU] MachineScheduler: schedule execution metric added for the UnclusteredHighRPStage
Alexander via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 5 12:04:05 PST 2023
alex-t marked an inline comment as done.
alex-t added inline comments.
================
Comment at: llvm/lib/Target/AMDGPU/GCNSchedStrategy.cpp:963
+static void printScheduleModel(std::set<std::pair<MachineInstr *, unsigned>,
+ EarlierIssuingCycle> &ReadyCycles) {
+ if (ReadyCycles.empty())
----------------
rampitec wrote:
> Indent is off.
The clang-format does this! :)
What indent would you like to see?
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