This is an archive of the discontinued LLVM Phabricator instance.

[mlir][TypeDefGen] Remove the need to define parser/printer for singleton types
ClosedPublic

Authored by rriddle on Jan 6 2021, 1:49 PM.

Details

Summary

This allows for singleton types without an explicit parser/printer to simply use
the mnemonic as the assembly format, removing the need for these types to provide the parser/printer
fields.

Depends On D94192

Diff Detail

Event Timeline

rriddle created this revision.Jan 6 2021, 1:49 PM
rriddle requested review of this revision.Jan 6 2021, 1:49 PM
mehdi_amini accepted this revision.Jan 6 2021, 2:33 PM
This revision is now accepted and ready to land.Jan 6 2021, 2:33 PM