This is an archive of the discontinued LLVM Phabricator instance.

[ArgPromotion] Move isDenselyPacked static member (NFC)
ClosedPublic

Authored by psamolysov on Jun 28 2022, 6:08 AM.

Details

Summary

The isDenselyPacked static member of the ArgumentPromotionPass class
is not used in the class itself anymore. The single known user of the
function is in the AttributorAttributes.cpp file, so the function has
been moved into the file.

Diff Detail

Event Timeline

psamolysov created this revision.Jun 28 2022, 6:08 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 28 2022, 6:08 AM
psamolysov requested review of this revision.Jun 28 2022, 6:08 AM
This revision is now accepted and ready to land.Jun 28 2022, 6:12 AM
This revision was landed with ongoing or failed builds.Jun 29 2022, 12:48 AM
This revision was automatically updated to reflect the committed changes.