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

Made jump targets and back edges an attribute of SCFG #58

Open kc611 opened 1 year ago

kc611 commented 1 year ago

Resolves: #73

As titled,

This PR removes jump_targets and back_edges as a attribute of BasicBlocks and makes it a attribute of SCFG instead. This makes it easier to 'flatten' the graph later on.