-
Notifications
You must be signed in to change notification settings - Fork 244
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
Sync temp fix 2: crash inserting acir-only instruction into brillig runtime #7247
Comments
See the original comment with how to reproduce at AztecProtocol/aztec-packages#11294 (comment) I spent some time debugging this today. I checked out cargo run -q -p nargo_cli -- --program-dir ../../noir-projects/noir-contracts compile --package token_contract --silence-warnings --inliner-aggressiveness 0 --force I checked out the original branch (available as cargo run -q -p nargo_cli -- --program-dir ../../noir-projects/noir-contracts compile --package token_contract --silence-warnings --inliner-aggressiveness 0 --show-ssa --show-contract-fn setup_refund --force I noticed by accident that if I use Looking at the SSA I think the problem is with the defunctionalization. We start off having these methods:
See the originals here. So what we have During defunctionalization we have a bug where the two
Both |
#7241 (comment)
The text was updated successfully, but these errors were encountered: