Beaver.MLIR.Block (beaver v0.3.5)
This module defines functions working with MLIR Block.
Summary
Types
Link to this type
arg()
@type arg() :: {arg_type(), Beaver.MLIR.Location.t()} | arg_type()
Link to this type
arg_type()
@type arg_type() :: Beaver.MLIR.Type.t() | String.t()
Functions
Link to this function
add_args!(block, args, opts \\ [])
add arguments to a block
Link to this function
create(arg_loc_pairs \\ [])
Link to this function
create(args, locs)
Link to this function
get_arg!(block, index)
Link to this function