Beaver.MLIR.Pass behaviour (beaver v0.3.10)

This module defines functions working with MLIR Pass.

Summary

Functions

Ensure all passes are registered with the global registry.

Types

@type t() :: %Beaver.MLIR.Pass{handler: term(), ref: term()}

Callbacks

@callback run(Beaver.MLIR.Operation.t()) :: :ok | :error

Functions

Link to this function

ensure_all_registered!()

Ensure all passes are registered with the global registry.