We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The test named merkle_insert should compile
merkle_insert
^
It errors:
The application panicked (crashed). Message: internal error: entered unreachable code: ICE: Id(20) should have been in cache Param { block: Id(6), position: 0, typ: Numeric(NativeField) } Location: crates/noirc_evaluator/src/ssa_refactor/acir_gen/mod.rs:345
It appears there's no definition of v20 after loop unrolling - formally it was defined as a block parameter.
v20
After Inlining: ... b6(v20: Field, v21: Field): v26 = call pedersen([v20, v21], u32 0)
After Unrolling: ... b607(v42348: Field, v42349: Field): v42350 = call pedersen([v20, v21], u32 0)
None
No response
No
The text was updated successfully, but these errors were encountered:
Test named simple_shield also affected
simple_shield
Sorry, something went wrong.
Fix #1688
f1ea6b4
4ebcbeb
Successfully merging a pull request may close this issue.
Aim
The test named
merkle_insert
should compileExpected Behavior
^
Bug
It errors:
It appears there's no definition of
v20
after loop unrolling - formally it was defined as a block parameter.To Reproduce
Installation Method
None
Nargo Version
No response
Additional Context
No response
Would you like to submit a PR for this Issue?
No
Support Needs
No response
The text was updated successfully, but these errors were encountered: