Skip to content

Commit

Permalink
update pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
UnsignedByte committed Oct 17, 2024
1 parent d9e5fb4 commit f240c56
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions crates/filament/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -91,15 +91,12 @@ fn run(opts: &cmdline::Opts) -> Result<(), u64> {
};
ir = log_pass! { opts; ip::Monomorphize::transform(&ir, &mut gen_exec), "monomorphize"};
ir_pass_pipeline! { opts, ir;
ip::BuildDomination,
ip::IntervalCheck,
ip::FSMAttributes,
ip::Simplify,
ip::AssignCheck,
ip::BundleElim,
ip::AssignCheck,
ip::Schedule,
ip::Discharge
ip::Schedule
}

// Return early if we're asked to dump the interface
Expand Down

0 comments on commit f240c56

Please sign in to comment.