This is an archive of the discontinued LLVM Phabricator instance.

[GlobalISel] Enable copy-propagation in post-legalizer combiner
ClosedPublic

Authored by aemerson on Aug 14 2020, 3:22 AM.

Details

Summary

This cleans up copies that the legalizer or other combines leave around. They can occasionally end up escaping as moves.

Diff Detail

Event Timeline

aemerson created this revision.Aug 14 2020, 3:22 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 14 2020, 3:22 AM
aemerson requested review of this revision.Aug 14 2020, 3:22 AM
This revision is now accepted and ready to land.Aug 14 2020, 10:27 AM
This revision was landed with ongoing or failed builds.Aug 15 2020, 1:45 PM
This revision was automatically updated to reflect the committed changes.