This is an archive of the discontinued LLVM Phabricator instance.

Fixed move constructor of MMI to move MachineFunctions map
ClosedPublic

Authored by sridhar_gopinath on Jul 21 2020, 3:45 PM.

Details

Summary

The move constructor of MachineModuleInfo currently does not copy the MachineFunctions map. This commit fixes this issue.

Diff Detail

Event Timeline

Herald added a project: Restricted Project. · View Herald TranscriptJul 21 2020, 3:45 PM
bogner accepted this revision.Jul 22 2020, 9:52 AM

LGTM. Do you need me to commit this for you?

This revision is now accepted and ready to land.Jul 22 2020, 9:52 AM
This revision was automatically updated to reflect the committed changes.