lamina-mir 0.1.0

MIR (Machine Intermediate Representation) type definitions for Lamina
Documentation
  • Coverage
  • 37.22%
    118 out of 317 items documented1 out of 119 items with examples
  • Size
  • Source code size: 81.73 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 2.43 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 7s Average build duration of successful builds.
  • all releases: 7s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • SkuldNorniern/lamina
    81 8 4
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • SkuldNorniern

lamina-mir - MIR (Machine Intermediate Representation) type definitions

This crate provides the core type definitions for LUMIR (Lamina Unified Machine Intermediate Representation), including modules, functions, instructions, registers, and types.

Architecture

LUMIR is a low-level, machine-friendly layer produced after IR Processing. It is assembly-like, easy to apply optimizations, and straightforward to lower into target assembly.

Usage

use lamina_mir::{Module, Function, Instruction, Register, MirType};