[flang-commits] [flang] [flang][OpenMP] Implement iterator that flattens BLOCK constructs (PR #180981)
Krzysztof Parzyszek via flang-commits
flang-commits at lists.llvm.org
Wed Feb 11 10:13:11 PST 2026
kparzysz wrote:
This replaces the former `LoopRange` iterator with a similar, extended functionality. Two pieces of functionality were removed:
1. The new iterator can only move forward.
2. The auto-detection of constness was removed, the new iterator is effectively an extension of `parser::Block::const_iterator`.
https://github.com/llvm/llvm-project/pull/180981
More information about the flang-commits
mailing list