This is an archive of the discontinued LLVM Phabricator instance.

[ValueTypes] Add missing enum names for MVTs
ClosedPublic

Authored by frasercrmck on Jun 8 2021, 3:44 AM.

Details

Summary

These types are (presumably) never used in the generated TableGen files.
The default switch case silences any compiler warnings for these
missing types so it's easy to miss.

Diff Detail

Event Timeline

frasercrmck requested review of this revision.Jun 8 2021, 3:44 AM
frasercrmck created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptJun 8 2021, 3:44 AM
This revision is now accepted and ready to land.Jun 8 2021, 10:09 AM
This revision was landed with ongoing or failed builds.Jun 9 2021, 1:49 AM
This revision was automatically updated to reflect the committed changes.