You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As far as I can tell the only reason this doesn't cause errors already is because we don't remove stores from DIE and other instructions typically can't be accessed after a loop in that way without introducing a new ValueId.
Aim
Performing DIE on the following brillig code (our
loop
test):Expected Behavior
The visit order of the blocks should be:
b6, b4, b5, b3, b1, b2, b0
or
b6, b5, b4, b3, b2, b1, b0
Bug
The visit order of the blocks is actually:
b2, b5, b6, b4, b3, b1, b0
To Reproduce
Workaround
None
Workaround Description
No response
Additional Context
No response
Project Impact
None
Blocker Context
No response
Nargo Version
No response
NoirJS Version
No response
Proving Backend Tooling & Version
No response
Would you like to submit a PR for this Issue?
None
Support Needs
No response
The text was updated successfully, but these errors were encountered: