This is an archive of the discontinued LLVM Phabricator instance.

[AMDGPU] Use MapVector for WWMReservedRegs
ClosedPublic

Authored by sebastian-ne on Apr 26 2021, 8:23 AM.

Details

Summary

Use MapVector instead of SmallDenseMap because it has a deterministic
iteration order.

Diff Detail

Event Timeline

sebastian-ne created this revision.Apr 26 2021, 8:23 AM
sebastian-ne requested review of this revision.Apr 26 2021, 8:23 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 26 2021, 8:23 AM
foad accepted this revision.Apr 26 2021, 8:28 AM

LGTM, thanks!

This revision is now accepted and ready to land.Apr 26 2021, 8:28 AM
This revision was landed with ongoing or failed builds.Apr 26 2021, 8:43 AM
This revision was automatically updated to reflect the committed changes.