[flang-commits] [flang] [Flang][OpenMP] Add Semantics support for Nested OpenMPLoopConstructs (PR #145917)
Krzysztof Parzyszek via flang-commits
flang-commits at lists.llvm.org
Thu Jun 26 11:30:19 PDT 2025
================
@@ -4107,6 +4107,14 @@ static void genOMP(lower::AbstractConverter &converter, lower::SymMap &symTable,
mlir::Location currentLocation =
converter.genLocation(beginLoopDirective.source);
+ auto &optLoopCons = std::get<1>(loopConstruct.t);
----------------
kparzysz wrote:
Please spell out the type in <>.
https://github.com/llvm/llvm-project/pull/145917
More information about the flang-commits
mailing list