runmat-mir 0.5.2

Mid-level IR and analysis scaffolding for RunMat
Documentation
pub mod analysis;
pub mod lowering;

mod assembly;
mod async_;
mod block;
mod body;
mod call;
mod diagnostics;
mod ids;
mod indexing;
mod operand;
mod place;
mod rvalue;
mod stmt;
mod terminator;

pub use assembly::*;
pub use async_::*;
pub use block::*;
pub use body::*;
pub use call::*;
pub use diagnostics::*;
pub use ids::*;
pub use indexing::*;
pub use operand::*;
pub use place::*;
pub use rvalue::*;
pub use stmt::*;
pub use terminator::*;