This is an archive of the discontinued LLVM Phabricator instance.

[mlir][SIdeEffectInterface][NFC] Move several InterfaceMethods to the extraClassDeclarations instead
ClosedPublic

Authored by rriddle on Oct 23 2020, 4:50 PM.

Details

Summary

All InterfaceMethods will have a corresponding entry in the interface model, and by extension have an implementation generated for every operation type. This can result in large binary size increases when a large amount of operations use an interface, such as the side effect interface.

Diff Detail

Event Timeline

rriddle created this revision.Oct 23 2020, 4:50 PM
rriddle requested review of this revision.Oct 23 2020, 4:50 PM
mehdi_amini accepted this revision.Oct 23 2020, 4:59 PM
This revision is now accepted and ready to land.Oct 23 2020, 4:59 PM
jpienaar accepted this revision.Oct 26 2020, 3:50 PM

Thanks!

This revision was landed with ongoing or failed builds.Oct 27 2020, 4:21 PM
This revision was automatically updated to reflect the committed changes.