This is an archive of the discontinued LLVM Phabricator instance.

RegAlloc: Use SmallSet instead of std::set
ClosedPublic

Authored by arsenm on Jul 24 2022, 6:45 AM.

Details

Reviewers
qcolombet
MatzeB
Summary

There shouldn't be more than a small handful of hints at most.

Diff Detail

Event Timeline

arsenm created this revision.Jul 24 2022, 6:45 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 24 2022, 6:45 AM
Herald added a subscriber: hiraditya. · View Herald Transcript
arsenm requested review of this revision.Jul 24 2022, 6:45 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 24 2022, 6:45 AM
Herald added a subscriber: wdng. · View Herald Transcript
qcolombet accepted this revision.Aug 25 2022, 11:18 AM
This revision is now accepted and ready to land.Aug 25 2022, 11:18 AM