[PATCH] D142529: [MISched] Dump the execution trace of the schedule.
Francesco Petrogalli via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 25 03:01:36 PST 2023
fpetrogalli created this revision.
fpetrogalli added a reviewer: thegameg.
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.
The traces are printed only for bottom-up and top-down scheduling
because the values of TopReadyCycle and BottomReadyCycle are
inconsistent when obtained via bidirectional scheduling (see
`BIDIRECTIONAL` checks in the test).
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D142529
Files:
llvm/include/llvm/CodeGen/MachineScheduler.h
llvm/lib/CodeGen/MachineScheduler.cpp
llvm/test/CodeGen/AArch64/dump-schedule-trace.mir
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D142529.492047.patch
Type: text/x-patch
Size: 12077 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230125/116809e9/attachment.bin>
More information about the llvm-commits
mailing list