This is an archive of the discontinued LLVM Phabricator instance.

[mlir][IR][NFC] Move the definitions of Complex/Function/Integer/Opaque/TupleType to ODS
ClosedPublic

Authored by rriddle on Jan 7 2021, 4:32 PM.

Details

Summary

The type tablegen backend now has enough support to represent these types well enough, so we can now move them to be declaratively defined.

Depends On D94274

Diff Detail

Event Timeline

rriddle created this revision.Jan 7 2021, 4:32 PM
rriddle requested review of this revision.Jan 7 2021, 4:32 PM
jpienaar accepted this revision.Jan 7 2021, 4:36 PM
This revision is now accepted and ready to land.Jan 7 2021, 4:36 PM