[PATCH] D156540: [llc] Add the command line option `-sched-model-force-enable-intervals`.
Francesco Petrogalli via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 28 07:11:33 PDT 2023
fpetrogalli created this revision.
fpetrogalli added a reviewer: anemet.
Herald added a subscriber: hiraditya.
Herald added a project: All.
fpetrogalli requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
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`.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D156540
Files:
llvm/include/llvm/CodeGen/TargetSchedule.h
llvm/lib/CodeGen/TargetSchedule.cpp
llvm/test/CodeGen/AArch64/force-enable-intervals.mir
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D156540.545150.patch
Type: text/x-patch
Size: 4327 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230728/0375b566/attachment.bin>
More information about the llvm-commits
mailing list