This is an archive of the discontinued LLVM Phabricator instance.

[ARM] Use ProcResGroup in Cortex-M7 scheduling model
AbandonedPublic

Authored by dpenry on Mar 19 2021, 11:33 AM.

Details

Reviewers
andreadb
Summary

Used to model structural hazards on FP issue, where some
instructions take up 2 issue slots and others one as well
as similar structural hazards on load issue, where some
instructions take up two load lanes and others one.

Diff Detail

Event Timeline

dpenry created this revision.Mar 19 2021, 11:33 AM
dpenry requested review of this revision.Mar 19 2021, 11:33 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 19 2021, 11:33 AM
dpenry abandoned this revision.Mar 19 2021, 11:42 AM

Messed up and wanted another revision before this one and can't convince arc to do the right thing for me.