Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add attributes for components and implement counter_fsm attribute #453

Merged
merged 13 commits into from
Sep 4, 2024
Prev Previous commit
Next Next commit
add pass to main pass set
  • Loading branch information
UnsignedByte committed Sep 4, 2024
commit 5def8499294d726b55d1b0a10f1a499d0469adf2
5 changes: 0 additions & 5 deletions apps/fft/test/rand.json

This file was deleted.

1 change: 1 addition & 0 deletions crates/filament/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ fn run(opts: &cmdline::Opts) -> Result<(), u64> {
};
ir = log_pass! { opts; ip::Monomorphize::transform(&ir, &mut gen_exec), "monomorphize"};
pass_pipeline! { opts, ir;
ip::FSMAttributes,
ip::Simplify,
ip::AssignCheck,
ip::BundleElim,
Expand Down