This is an archive of the discontinued LLVM Phabricator instance.

[GlobalISel] Implement moreElements for G_SHUFFLE_VECTOR.
AbandonedPublic

Authored by aemerson on Jul 1 2021, 11:00 PM.

Details

Reviewers
paquette
arsenm
Summary

For types like <6 x s64>, we first want to promote it to <8 x s64> and then split to <4 x s64>.

Diff Detail