runmat-mir 0.5.0

Mid-level IR and analysis scaffolding for RunMat
Documentation
1
2
3
4
5
6
7
8
9
mod control_flow;
mod ctx;
mod expr;
mod function;
mod place;
mod stmt;

pub(crate) use ctx::MirLoweringContext;
pub use function::lower_assembly;