[all-commits] [llvm/llvm-project] 557ea9: [MISched] Dump the execution trace of the schedule.

Francesco Petrogalli via All-commits all-commits at lists.llvm.org
Thu Jan 26 08:55:17 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 557ea9867f289469b40debb0f2c0a3baf9709c6d
      https://github.com/llvm/llvm-project/commit/557ea9867f289469b40debb0f2c0a3baf9709c6d
  Author: Francesco Petrogalli <francesco.petrogalli at apple.com>
  Date:   2023-01-26 (Thu, 26 Jan 2023)

  Changed paths:
    M llvm/include/llvm/CodeGen/MachineScheduler.h
    M llvm/lib/CodeGen/MachineScheduler.cpp
    A llvm/test/CodeGen/AArch64/dump-schedule-trace.mir

  Log Message:
  -----------
  [MISched] Dump the execution trace of the schedule.

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).

Differential Revision: https://reviews.llvm.org/D142529




More information about the All-commits mailing list