This is an archive of the discontinued LLVM Phabricator instance.

[X86] Change the scheduler model for 'pentium4' to SandyBridgeModel.
ClosedPublic

Authored by craig.topper on Jul 16 2020, 7:04 PM.

Details

Summary

I meant to do this in D83913, but missed it while updating the
feature list.

Interestingly I think this is disabling the postRA scheduler. But
it does match our default 64-bit behavior.

Diff Detail

Event Timeline

craig.topper created this revision.Jul 16 2020, 7:04 PM
Herald added a project: Restricted Project. · View Herald TranscriptJul 16 2020, 7:04 PM
Herald added a subscriber: hiraditya. · View Herald Transcript
craig.topper added a subscriber: LuoYuanke.
echristo accepted this revision.Jul 16 2020, 7:34 PM

Appears so, but ok.

This revision is now accepted and ready to land.Jul 16 2020, 7:34 PM
This revision was automatically updated to reflect the committed changes.