This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU/GlobalISel: Select more G_INSERT cases
ClosedPublic

Authored by arsenm on Oct 3 2019, 12:28 PM.

Details

Summary

At minimum handle the s64 insert type, which are emitted in real cases
during legalization.

We really need TableGen to emit something to emit something like the
nverse of composeSubRegIndices do determine the subreg index to use.

Diff Detail

Event Timeline

arsenm created this revision.Oct 3 2019, 12:28 PM
kerbowa accepted this revision.Oct 6 2019, 11:42 AM

LGTM

This revision is now accepted and ready to land.Oct 6 2019, 11:42 AM
arsenm closed this revision.Oct 7 2019, 11:41 AM

r373938