[PATCH] D150312: [MISched] Introduce and use ResourceSegments.
Francesco Petrogalli via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon May 15 08:32:11 PDT 2023
fpetrogalli updated this revision to Diff 522209.
fpetrogalli added a comment.
The `sort()` and `merge()` operations were always invoked in pair, therefore I merged them together in the method `mergeAndSort()`.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D150312/new/
https://reviews.llvm.org/D150312
Files:
llvm/include/llvm/CodeGen/MachineScheduler.h
llvm/include/llvm/CodeGen/TargetSchedule.h
llvm/include/llvm/MC/MCSchedule.h
llvm/include/llvm/Target/TargetSchedule.td
llvm/lib/CodeGen/MachineScheduler.cpp
llvm/lib/MC/MCSchedule.cpp
llvm/unittests/CodeGen/CMakeLists.txt
llvm/unittests/CodeGen/SchedBoundary.cpp
llvm/utils/TableGen/SubtargetEmitter.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D150312.522209.patch
Type: text/x-patch
Size: 43578 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230515/9983d580/attachment.bin>
More information about the llvm-commits
mailing list