This is an archive of the discontinued LLVM Phabricator instance.

GlobalISel: Improve widenScalar for G_UNMERGE_VALUES
AbandonedPublic

Authored by arsenm on Jul 30 2019, 5:44 AM.

Details

Summary

Create sub-unmerges instead of immediately extending to the requested
size. This avoids very ugly expansions with wide types.

Diff Detail