[all-commits] [llvm/llvm-project] c4b21d: [llc] Add the command line option `-sched-model-fo...

Francesco Petrogalli via All-commits all-commits at lists.llvm.org
Mon Jul 31 01:11:14 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: c4b21d57bc4405e3053223d770a7277c2a358749
      https://github.com/llvm/llvm-project/commit/c4b21d57bc4405e3053223d770a7277c2a358749
  Author: Francesco Petrogalli <francesco.petrogalli at apple.com>
  Date:   2023-07-31 (Mon, 31 Jul 2023)

  Changed paths:
    M llvm/include/llvm/CodeGen/TargetSchedule.h
    M llvm/lib/CodeGen/TargetSchedule.cpp
    A llvm/test/CodeGen/AArch64/force-enable-intervals.mir

  Log Message:
  -----------
  [llc] Add the command line option `-sched-model-force-enable-intervals`.

The option is used to force the use of resource intervals
in the machine scheduler, effectively ignoring the value of
`EnableIntervals` in the instance of the `SchedMachineModel`.

Reviewed By: anemet

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




More information about the All-commits mailing list