You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now all passes to reduce strength are contained inside src/reduce_strength.rs, it is a huge file with lots of passes. Instead of manually handwritting matches on code for it we could use cranelift-isle crate to generate such code for us.
The text was updated successfully, but these errors were encountered:
Right now all passes to reduce strength are contained inside
src/reduce_strength.rs
, it is a huge file with lots of passes. Instead of manually handwritting matches on code for it we could use cranelift-isle crate to generate such code for us.The text was updated successfully, but these errors were encountered: