This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU/GlobalISel: Handle more G_INSERT cases
ClosedPublic

Authored by arsenm on Oct 5 2019, 11:48 AM.

Details

Summary

Start manually writing a table to get the subreg index. TableGen
should probably generate this, but I'm not sure what it looks like in
the arbitrary case where subregisters are allowed to not fully cover
the super-registers.

Diff Detail

Event Timeline

arsenm created this revision.Oct 5 2019, 11:48 AM
kerbowa accepted this revision.Oct 7 2019, 11:45 AM

LGTM

This revision is now accepted and ready to land.Oct 7 2019, 11:45 AM
arsenm closed this revision.Oct 7 2019, 12:14 PM

r373947