This is an archive of the discontinued LLVM Phabricator instance.

[NFC] Use the same type for bit fields in MCSchedClassDesc
ClosedPublic

Authored by asavonic on Feb 3 2021, 7:24 AM.

Details

Summary

Otherwise they are not allocated as a single bit field and take 4
bytes instead of 2.

Diff Detail

Event Timeline

asavonic requested review of this revision.Feb 3 2021, 7:24 AM
asavonic created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptFeb 3 2021, 7:24 AM
RKSimon accepted this revision.Feb 3 2021, 8:52 AM

LGTM - thanks

This revision is now accepted and ready to land.Feb 3 2021, 8:52 AM
This revision was landed with ongoing or failed builds.Feb 17 2021, 4:59 AM
This revision was automatically updated to reflect the committed changes.