numba / numba-rvsdg

Numba compatible RVSDG (Regionalized Value State Dependence Graph) utilities.
https://numba-rvsdg.readthedocs.io/
BSD 2-Clause "Simplified" License
18 stars 7 forks source link

Remove labels and add unique naming to blocks and regions #51

Closed kc611 closed 1 year ago

kc611 commented 1 year ago

As titled. This PR removes the concept of Labels and instead adds names which serve as unique identifiers for blocks, regions as well as variables.

esc commented 1 year ago

@kc611 and @esc developed this together, most of the code review took place in real-time chat. We are now happy with the state and so this was merged. This refactoring significantly simplifies the code and does away with unnecessary helper classes.