Implement an SSA pass on the IR as part of lowering optimisation
Open
lowering
- Dominant language
- Rust
- Stars
- 28
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
This pass will re-write the IR into SSA form so that things like liveness checking and register allocations can be more easily implemented.
Contributor guide
Assessment
This issue has not been assessed yet.