This is an archive of the discontinued LLVM Phabricator instance.

[NFC] Use default case in EVT::getEVTString
ClosedPublic

Authored by c-rhodes on Dec 3 2019, 4:56 AM.

Details

Summary

The default case handles the majority of MVTs so most of the individual
cases can be removed. Also added a case for floating point types.

Diff Detail

Event Timeline

c-rhodes created this revision.Dec 3 2019, 4:56 AM
Herald added a project: Restricted Project. · View Herald TranscriptDec 3 2019, 4:56 AM
Herald added a subscriber: hiraditya. · View Herald Transcript
sdesmalen accepted this revision.Dec 3 2019, 7:51 AM

Seems like a sensible change to me.

This revision is now accepted and ready to land.Dec 3 2019, 7:51 AM
This revision was automatically updated to reflect the committed changes.