Module melior_next::ir
source · Expand description
IR objects and builders.
Re-exports
pub use self::block::Block;
pub use self::block::BlockRef;
pub use self::named_attribute::NamedAttribute;
pub use self::operation::Operation;
pub use self::operation::OperationRef;
pub use self::type::Type;
Modules
- Blocks.
- Operations and operation builders.
- Types and type IDs.
Structs
- An affine map.
- An attribute.
- An identifier.
- A location
- A module.
- A region.
- A reference to a region.
- A value.
Traits
- Trait for type-like types.
- Trait for value-like types.