This is an archive of the discontinued LLVM Phabricator instance.

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

Authored by fpetrogalli on Jul 28 2023, 7:11 AM.

Details

Summary

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.

Diff Detail

Event Timeline

fpetrogalli created this revision.Jul 28 2023, 7:11 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 28 2023, 7:11 AM
Herald added a subscriber: hiraditya. · View Herald Transcript
fpetrogalli requested review of this revision.Jul 28 2023, 7:11 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 28 2023, 7:11 AM
anemet accepted this revision.Jul 28 2023, 7:36 AM

LGTM

This revision is now accepted and ready to land.Jul 28 2023, 7:36 AM
This revision was landed with ongoing or failed builds.Jul 31 2023, 1:11 AM
This revision was automatically updated to reflect the committed changes.