// IR-to-IR optimization passes.
use crateProgram;
/// Run the standard pre-lowering optimization pipeline.
///
/// The pipeline currently performs common-subexpression elimination followed by
/// dead-code elimination. Pass order is stable so tests and downstream tooling
/// can inspect individual stages when needed.
// Common-subexpression elimination for vyre IR.
// Dead-code elimination for vyre IR.
// Test suites.