This is an archive of the discontinued LLVM Phabricator instance.

Fix mlir-reduce to explicitly register dialects and disable the global dialect registry by default
ClosedPublic

Authored by mehdi_amini on Aug 31 2020, 3:41 PM.

Details

Summary

Clients who rely on the Context loading dialects from the global
registry can call mlir::enableGlobalDialectRegistry(true); before
creating an MLIRContext

Diff Detail

Event Timeline

mehdi_amini created this revision.Aug 31 2020, 3:41 PM
Herald added a project: Restricted Project. · View Herald TranscriptAug 31 2020, 3:41 PM
mehdi_amini requested review of this revision.Aug 31 2020, 3:41 PM
rriddle accepted this revision.Aug 31 2020, 3:52 PM
This revision is now accepted and ready to land.Aug 31 2020, 3:52 PM
jpienaar accepted this revision.Aug 31 2020, 3:52 PM
This revision was landed with ongoing or failed builds.Aug 31 2020, 3:55 PM
This revision was automatically updated to reflect the committed changes.