pliron 0.17.0

Programming Languages Intermediate RepresentatiON
Documentation
1
2
3
4
5
6
7
8
9
// SPDX-License-Identifier: Apache-2.0
// Copyright (c) The pliron contributors

//! Optimizations

pub mod constants;
pub mod dce;
pub mod mem2reg;
pub mod simplify_cfg;