Beaver.MLIR.Pattern (beaver v0.3.4)

Summary

Functions

Apply patterns on a container (region, operation, module). It returns the container if it succeeds otherwise it raises.

Apply patterns on a container (region, operation, module). It is named apply_ with a underscore to avoid name collision with Kernel.apply/2

Functions

Link to this function

apply!(op, patterns, opts \\ [debug: false])

Apply patterns on a container (region, operation, module). It returns the container if it succeeds otherwise it raises.

Link to this function

apply_(op, patterns, opts \\ [debug: false])

Apply patterns on a container (region, operation, module). It is named apply_ with a underscore to avoid name collision with Kernel.apply/2