This is an archive of the discontinued LLVM Phabricator instance.

GlobalISel: Make default implementation of legalizeCustom unreachable
ClosedPublic

Authored by arsenm on Jun 9 2020, 2:00 PM.

Details

Summary

If the target explicitly requested custom legalization, it should be
required to implement this. Also move default legalizeIntrinsic
implementation into the header so it's next to the related
legalizeCustom.

Diff Detail

Event Timeline

arsenm created this revision.Jun 9 2020, 2:00 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 9 2020, 2:00 PM
aemerson accepted this revision.Jun 9 2020, 11:13 PM
This revision is now accepted and ready to land.Jun 9 2020, 11:13 PM