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

fix updating jump_targets in simple example #140

Closed esc closed 3 months ago

esc commented 3 months ago

Fixes #139

Screenshot 2024-08-02 at 13 59 30

This makes sure that the comparison between strings is == and not is -- which then leads to the correct output, both branching regions have their jump targets updated accrodingly.