This is an archive of the discontinued LLVM Phabricator instance.

[AArch64][GlobalISel] Implement selection for G_UNMERGE of vectors to vectors
ClosedPublic

Authored by aemerson on Mar 14 2019, 3:11 PM.

Details

Reviewers
paquette
Summary

This re-uses the previous support for extract vector elt to extract the subvectors.

Diff Detail

Event Timeline

aemerson created this revision.Mar 14 2019, 3:11 PM
This revision is now accepted and ready to land.Mar 14 2019, 3:27 PM
aemerson closed this revision.Mar 15 2019, 2:39 PM

Committed in r356213