This is an archive of the discontinued LLVM Phabricator instance.

[mips] Update the P5600 scheduler model not to use instruction itineraries.
ClosedPublic

Authored by atanasyan on Apr 4 2018, 3:23 AM.

Details

Summary

This mostly brings the P5600 scheduler model to a mostly complete status.

There are a number of instructions which trigger the 'error:'MipsP5600Model' lacks information for ' error. These are certain codegen only instructions relating to MIPS64 which can be addressed by using the correct predicates for them. That will be done in a full-up patch.

Diff Detail

Repository
rL LLVM

Event Timeline

sdardis created this revision.Apr 4 2018, 3:23 AM
sdardis edited the summary of this revision. (Show Details)Apr 4 2018, 3:26 AM
This revision is now accepted and ready to land.Apr 5 2018, 4:14 AM
atanasyan commandeered this revision.Jul 4 2018, 7:30 AM
atanasyan edited reviewers, added: sdardis; removed: atanasyan.
This revision was automatically updated to reflect the committed changes.