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
Similar to Cranelift, the SSA generation pass could be modularized by using an SSA builder pattern.
Implement an SSA builder which can in turn be tested separately without needing to go through the whole compiler pipeline.
No response
The text was updated successfully, but these errors were encountered:
This has been completed and lives in ssa_gen
Sorry, something went wrong.
jfecher
No branches or pull requests
Problem
Similar to Cranelift, the SSA generation pass could be modularized by using an SSA builder pattern.
Proposed solution
Implement an SSA builder which can in turn be tested separately without needing to go through the whole compiler pipeline.
Alternatives considered
No response
Additional context
No response
Submission Checklist
The text was updated successfully, but these errors were encountered: