This is an archive of the discontinued LLVM Phabricator instance.

GlobalISel: Merge FewerElements for G_BUILD_VECTOR/G_CONCAT_VECTORS
ClosedPublic

Authored by arsenm on Aug 4 2020, 5:34 AM.

Details

Summary

This switches from using G_EXTRACT in odd cases to widen with undef
and unmerge.

Diff Detail