Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a compiler pass for iterate(::CartesianIndices)
This replaces iteration over CartesianIndices{N} with a set of N nested one-dimensional loops. Fixes #9080. It also paves the way for loop-reordering and other transformations.
- Loading branch information