Skip to content
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

Implement SSA builder #1167

Closed
1 task done
Tracked by #1376
kevaundray opened this issue Apr 17, 2023 · 1 comment
Closed
1 task done
Tracked by #1376

Implement SSA builder #1167

kevaundray opened this issue Apr 17, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request refactor ssa

Comments

@kevaundray
Copy link
Contributor

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

  • Once I hit submit, I will assign this issue to the Project Board with the appropriate tags.
@kevaundray
Copy link
Contributor Author

This has been completed and lives in ssa_gen

@github-project-automation github-project-automation bot moved this from 📋 Backlog to ✅ Done in Noir Jun 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request refactor ssa
Projects
Archived in project
Development

No branches or pull requests

2 participants