This is an archive of the discontinued LLVM Phabricator instance.

GlobalISel: Use unmerge when copying wide vectors to result registers
ClosedPublic

Authored by arsenm on Sep 15 2020, 8:09 AM.

Details

Summary

Avoid using G_EXTRACT and move towards a more consistent vector
legalization strategy.

Diff Detail

Event Timeline

arsenm created this revision.Sep 15 2020, 8:09 AM
Herald added a project: Restricted Project. · View Herald TranscriptSep 15 2020, 8:09 AM
arsenm requested review of this revision.Sep 15 2020, 8:09 AM
foad added a subscriber: foad.Sep 15 2020, 8:46 AM
This revision is now accepted and ready to land.Sep 24 2020, 11:51 AM