-
Notifications
You must be signed in to change notification settings - Fork 214
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
private_kernel_tail_to_public::tests::enqueued_public_calls_with_teardown_gas
fails in master
#6674
Comments
So far what I found is that reverting #6088 makes the test pass. I also found that this SSA:
becomes this with that optimization above:
That's because we can't find a |
They're both loaded from the same address with no stores in between so it should be the same array loaded each time. So the first example should be equivalent to the second - not sure why this would cause issues. |
Co-authored-by: Tom French <[email protected]>
This test is currently showing as failing in our external repo checks: https://github.com/noir-lang/noir/actions/runs/12123521659/job/33799364171?pr=6672#step:6:50
We should pull a reproduction case into this repo and fix it.
The text was updated successfully, but these errors were encountered: