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

refactor find_exiting_and_exits #33

Closed esc closed 1 year ago

esc commented 1 year ago

Adding documentation, slight internal refactor, change return signature to be sorted lists. Also, refactored all uses of the function to account for the change in return signature.