This is an archive of the discontinued LLVM Phabricator instance.

add missing MemorySSAWrapperPass dependency macro to MemCpyOptLegacyPass
ClosedPublic

Authored by lkeegan on Mar 12 2021, 2:50 AM.

Details

Summary

Add MemorySSAWrapperPass as a dependency to MemCpyOptLegacyPass,
since MemCpyOpt now uses MemorySSA by default.

Diff Detail

Event Timeline

lkeegan created this revision.Mar 12 2021, 2:50 AM
lkeegan requested review of this revision.Mar 12 2021, 2:50 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 12 2021, 2:50 AM
nikic accepted this revision.Mar 12 2021, 3:13 AM

LGTM

This revision is now accepted and ready to land.Mar 12 2021, 3:13 AM
asbirlea accepted this revision.Mar 12 2021, 6:24 PM
lkeegan accepted this revision.Mar 16 2021, 12:19 PM

Thanks for the reviews, I don't have commit access afaik, if someone could commit it that would be great!

@lkeegan Could you please provide Your Name <your@email> to use for the commit?

Liam Keegan <liam@keegan.ch>

This revision was automatically updated to reflect the committed changes.