-
Notifications
You must be signed in to change notification settings - Fork 219
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
fix: regression
end to end test
#1965
Conversation
This is based off of #1951 |
crates/noirc_evaluator/src/ssa_refactor/acir_gen/acir_ir/generated_acir.rs
Outdated
Show resolved
Hide resolved
crates/nargo_cli/tests/test_data_ssa_refactor/regression/src/main.nr
Outdated
Show resolved
Hide resolved
crates/nargo_cli/tests/test_data_ssa_refactor/regression/src/main.nr
Outdated
Show resolved
Hide resolved
…ated_acir.rs Co-authored-by: Tom French <15848336+TomAFrench@users.noreply.github.com>
remove bad merge
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We can be more liberal with mul_with_witness
here to abstract away the witness creation (and potentially avoid it).
crates/noirc_evaluator/src/ssa_refactor/acir_gen/acir_ir/generated_acir.rs
Outdated
Show resolved
Hide resolved
crates/noirc_evaluator/src/ssa_refactor/acir_gen/acir_ir/generated_acir.rs
Outdated
Show resolved
Hide resolved
crates/noirc_evaluator/src/ssa_refactor/acir_gen/acir_ir/generated_acir.rs
Outdated
Show resolved
Hide resolved
Addressed my review comments in #1989 as the changes have already hit master. |
@guipublic can you also give an explicit approval for this PR! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lgtm
Removing from queue as kev asked for guillaume to take a look. Feel free to kick off merge again. |
Description
Problem*
Resolves #1800
Summary*
Documentation
This PR requires documentation updates when merged.
Additional Context
PR Checklist*
cargo fmt
on default settings.