This is an archive of the discontinued LLVM Phabricator instance.

GlobalISel: Add G_EXTRACT/G_INSERT offset to legalize info
ClosedPublic

Authored by arsenm on May 16 2020, 8:03 AM.

Details

Summary

Immediate legalize fields were added for G_SEXT_INREG. Simiarly, these
are likely not legal except for certain offsets.

Diff Detail

Event Timeline

arsenm created this revision.May 16 2020, 8:03 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 16 2020, 8:03 AM
Herald added subscribers: rovka, wdng. · View Herald Transcript
paquette accepted this revision.Jun 5 2020, 9:13 AM

Seems reasonable to me.

This revision is now accepted and ready to land.Jun 5 2020, 9:13 AM