-
Notifications
You must be signed in to change notification settings - Fork 200
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(ssa refactor): more comprehensive instruction simplification #1735
Conversation
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.
Judging by the additional simplification calls, do you think the problem in example 6 was not that it was looping forever but that there was so much IR generated that acir-gen or some other step took an unreasonable amount of time to finish?
Yep, I do think so. |
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.
Looks good, just some style suggestions
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
Description
Problem*
Resolves GH-1713
Summary*
cast
toField
of a constant to redeclaring the constant withField
typeDocumentation
This PR requires documentation updates when merged.
Additional Context
PR Checklist*
cargo fmt
on default settings.