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

version __loop_cont__ variable #154

Open esc opened 1 month ago

esc commented 1 month ago

While we expect that all __loop_cont__ variables are used in the correct scope, adding a version number to the variable will help when debugging nested loops.

The tests do not fail for this change, because we don't ever check the transformed Python against a pre-recorded variant.