Skip to content

Commit

Permalink
Merge 2dd4b3e into 1ac980b
Browse files Browse the repository at this point in the history
  • Loading branch information
vezenovm authored Sep 30, 2024
2 parents 1ac980b + 2dd4b3e commit c169f73
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions compiler/noirc_evaluator/src/ssa.rs
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ pub(crate) fn optimize_into_acir(
.run_pass(Ssa::remove_enable_side_effects, "After EnableSideEffectsIf removal:")
.run_pass(Ssa::fold_constants_using_constraints, "After Constraint Folding:")
.run_pass(Ssa::dead_instruction_elimination, "After Dead Instruction Elimination:")
.run_pass(Ssa::simplify_cfg, "After Simplifying:")
.run_pass(Ssa::array_set_optimization, "After Array Set Optimizations:")
.finish();

Expand Down

0 comments on commit c169f73

Please sign in to comment.