This is an archive of the discontinued LLVM Phabricator instance.

[mlir] make implementations of translation to LLVM IR interfaces private
ClosedPublic

Authored by ftynse on Mar 3 2021, 5:47 AM.

Details

Summary

There is no need for the interface implementations to be exposed, opaque
registration functions are sufficient for all users, similarly to passes.

Diff Detail

Event Timeline

ftynse created this revision.Mar 3 2021, 5:47 AM
ftynse requested review of this revision.Mar 3 2021, 5:47 AM
Herald added a reviewer: herhut. · View Herald Transcript
Herald added a project: Restricted Project. · View Herald Transcript
mehdi_amini accepted this revision.Mar 3 2021, 11:59 AM
This revision is now accepted and ready to land.Mar 3 2021, 11:59 AM
This revision was landed with ongoing or failed builds.Mar 4 2021, 12:16 AM
This revision was automatically updated to reflect the committed changes.