Philipp Schaad
Philipp Schaad
This PR adapts code generation to make use of hierarchical control flow regions, and by extension `LoopRegion`s. This forms the fourth core element of the [plan to make loops first...
When generating code for an SDFG with a single for loop containing a continue statement, codegen generates an infinite loop by inserting a wrongful goto in place of a continue...
This PR completes the transition to hierarchical control flow regions in SDFGs. All passes and transformations currently in main DaCe have been adjusted to work with these hierarchical constructs such...