[flang-commits] [flang] [Flang][OpenMP] Add Semantics support for Nested OpenMPLoopConstructs (PR #145917)

Krzysztof Parzyszek via flang-commits flang-commits at lists.llvm.org
Mon Jul 7 06:00:49 PDT 2025


kparzysz wrote:

[This line](https://github.com/llvm/llvm-project/blob/main/flang/lib/Semantics/canonicalize-omp.cpp#L152) sets `nextIt` to `block.end()`, which makes the next if load some indeterminate value.  I'm trying to see if I can come up with a small testcase.

https://github.com/llvm/llvm-project/pull/145917


More information about the flang-commits mailing list