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

This module defines functions working with MLIR Pass.

Link to this section Summary

Link to this section Types

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

Link to this section Callbacks

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

Link to this section Functions