[flang] [llvm] [flang][OpenMP] Store list of expressions in InitializerT (PR #170923)

Krzysztof Parzyszek via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 10 05:34:42 PST 2025


================
@@ -412,6 +412,7 @@ bool ClauseProcessor::processInitializer(
       }
       // Lower the expression/function call
       lower::StatementContext stmtCtx;
+      const semantics::SomeExpr &initExpr = clause->v.front();
----------------
kparzysz wrote:

Yes, this change preserves the current limitations.

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


More information about the llvm-commits mailing list