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