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

Added region heirarchy and fixed region rendering #29

Closed kc611 closed 1 year ago

kc611 commented 1 year ago

As titled, this PR adds a heirarchical structure to Regions by introducing region_headers which are dictionary mappings of BasicBlock headers to the respective regions they are headers of.

This also fixes the rendering for loop restructuring.