This is an archive of the discontinued LLVM Phabricator instance.

GlobalISel: Handle more cases of G_SEXT narrowing
ClosedPublic

Authored by arsenm on Jan 10 2020, 7:57 AM.

Details

Summary

This now develops the same problem G_ZEXT/G_ANYEXT have where the
requested type is assumed to be the source type. This will be fixed
separately by creating intermediate merges.

Diff Detail