[all-commits] [llvm/llvm-project] eb7f5e: Change the default value for `preloadDialectsInCon...

Mehdi Amini via All-commits all-commits at lists.llvm.org
Wed Apr 7 22:05:42 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: eb7f5eaf3500fd0502a8ee56cc227432430c382b
      https://github.com/llvm/llvm-project/commit/eb7f5eaf3500fd0502a8ee56cc227432430c382b
  Author: Mehdi Amini <joker.eph at gmail.com>
  Date:   2021-04-08 (Thu, 08 Apr 2021)

  Changed paths:
    M mlir/include/mlir/Support/MlirOptMain.h

  Log Message:
  -----------
  Change the default value for `preloadDialectsInContext` for MlirOptMain

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/

Reviewed By: rriddle, jpienaar

Differential Revision: https://reviews.llvm.org/D99025




More information about the All-commits mailing list