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
As part of #6801 we are going to want to be able to run tests using our SSA parser that include globals.
I should be able to take in SSA text like such:
After Initial SSA: g0 = Field 1 g1 = make_array [Field 1, Field 1] : [Field; 2] g2 = Field 0 g3 = make_array [Field 0, Field 0] : [Field; 2] g4 = make_array [g1, g3] : [[Field; 2]; 2] brillig(inline) fn main f0 { ... }
And convert it into Ssa like we do Ssa functions.
None
No response
Nice-to-have
The text was updated successfully, but these errors were encountered:
asterite
Successfully merging a pull request may close this issue.
Problem
As part of #6801 we are going to want to be able to run tests using our SSA parser that include globals.
Happy Case
I should be able to take in SSA text like such:
And convert it into Ssa like we do Ssa functions.
Workaround
None
Workaround Description
No response
Additional Context
No response
Project Impact
Nice-to-have
Blocker Context
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: