Beaver.MLIR.Pass behaviour (beaver v0.4.2)
This module defines functions working with MLIR Pass.
Summary
Types
Callbacks
@callback destruct(state :: state()) :: :ok
@callback initialize(ctx :: Beaver.MLIR.Context.t(), state :: state()) :: {:ok, state()} | {:error, state()}
@callback run(op :: Beaver.MLIR.Operation.t(), state :: state()) :: state()