-
Notifications
You must be signed in to change notification settings - Fork 195
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(ssa refactor): Implement function calls (#1235)
* Implement ssa-gen for if * Satisfy the clippy gods * Fix printing bug * Print constants directly * Impl for loops * Implement immutable and mutable variables * Implement function calls
- Loading branch information
Showing
7 changed files
with
350 additions
and
287 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
233 changes: 0 additions & 233 deletions
233
crates/noirc_evaluator/src/ssa_refactor/ssa_builder/function_builder.rs
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.