This is an archive of the discontinued LLVM Phabricator instance.

[ARM] Use ResourceUses annotations for Cortex-M7
AbandonedPublic

Authored by dpenry on Jan 13 2021, 8:06 AM.

Details

Summary

ResourceUses annotations give better scheduling results than
repeating a write resource because ResourceUses are parallel
uses instead of serial uses.

Diff Detail

Event Timeline

dpenry created this revision.Jan 13 2021, 8:06 AM
dpenry requested review of this revision.Jan 13 2021, 8:06 AM
Herald added a project: Restricted Project. · View Herald TranscriptJan 13 2021, 8:06 AM
dpenry abandoned this revision.Apr 19 2021, 1:31 PM

Abandoned because was replaced by D98977