This module defines functions working with MLIR PassManager.
See Beaver.MLIR.CAPI.mlirPassManagerEnableVerifier/2.
Beaver.MLIR.CAPI.mlirPassManagerEnableVerifier/2
@type print_opt() :: {:before_all, boolean()} | {:after_all, boolean()} | {:module_scope, boolean()} | {:after_only_on_change, boolean()} | {:after_only_on_failure, boolean()} | {:tree_printing_path, String.t()}
@type print_opts() :: [print_opt()]
@type t() :: %Beaver.MLIR.PassManager{ref: term()}
@spec enable_ir_printing(t(), print_opts()) :: :ok