Closed
Description
Feature
Current implementation of SSABuilder
has redundant fields and depends on redundant function/struct in order to work with EBB
.
We no longer need them and can simplify SSABuilder
when assuming all blocks are BasicBlock
.
Benefit
Readability and (small) performance improvement.
Implementation
Remove extra fields and functions related to EBB
from frontend/src/ssa.rs
and frontend/src/frontend.rs
.
Metadata
Metadata
Assignees
Labels
No labels