Beaver.MLIR.Dialect behaviour (beaver v0.3.2)

This module defines macro to generate code for an MLIR dialect. You might override eval_ssa/2 function to introduce your custom op generation

Link to this section Summary

Link to this section Types

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

Link to this section Callbacks

@callback eval_ssa(String.t(), Beaver.SSA.t()) :: any()

Link to this section Functions

Link to this macro

define_modules(name)

(macro)