morok-schedule 0.1.0-alpha.2

Optimization passes and pattern engine for the Morok ML compiler
Documentation
1
2
3
4
5
6
//! Dead Code Elimination (DCE) test suite.

pub mod bounds_checks;
pub mod dead_branches;
pub mod dead_loops;
pub mod helpers;