This is an archive of the discontinued LLVM Phabricator instance.

Change the default value for `preloadDialectsInContext` for MlirOptMain
ClosedPublic

Authored by mehdi_amini on Mar 20 2021, 12:29 PM.

Details

Summary

This option has been deprecated for 6 months, change the default setting for now before
future removal.

While clients can set the option to true for now, they should start
updating their passes to define the right dependentDialects in
preparation of the removal of this option. See the FAQ for more info:
https://mlir.llvm.org/getting_started/Faq/

Diff Detail

Event Timeline

mehdi_amini created this revision.Mar 20 2021, 12:29 PM
mehdi_amini requested review of this revision.Mar 20 2021, 12:29 PM
rriddle accepted this revision.Mar 20 2021, 12:35 PM
This revision is now accepted and ready to land.Mar 20 2021, 12:35 PM
jpienaar accepted this revision.Mar 21 2021, 1:01 PM

Thanks!