[PATCH] D141367: [SchedBoundary] Add dump method for resource usage.
Francesco Petrogalli via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 10 03:33:51 PST 2023
fpetrogalli created this revision.
Herald added subscribers: ecnelises, javed.absar, hiraditya, MatzeB.
Herald added a project: All.
fpetrogalli requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
As supporting information, I have added an example that describes how
the indexes of the vector of resources SchedBoundary::ReservedCycles
are tracked by the field SchedBoundary::ReservedCyclesIndex.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D141367
Files:
llvm/include/llvm/CodeGen/MachineScheduler.h
llvm/lib/CodeGen/MachineScheduler.cpp
llvm/test/CodeGen/AArch64/dump-reserved-cycles.mir
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D141367.487736.patch
Type: text/x-patch
Size: 6402 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230110/00314a7a/attachment.bin>
More information about the llvm-commits
mailing list