================ @@ -2178,7 +2178,7 @@ createAndSetPrivatizedLoopVar(Fortran::lower::AbstractConverter &converter, template <typename Op> static void createBodyOfOp( Op &op, Fortran::lower::AbstractConverter &converter, mlir::Location &loc, - Fortran::lower::pft::Evaluation &eval, + Fortran::lower::pft::Evaluation &eval, bool genNested, ---------------- kparzysz wrote:
I see what you mean. Yeah, one flag is a directive, the other one is an information (the `outerCombined` is there to indicate whether data-sharing (privatization etc.) has already been initiated or not). Hopefully the `genNested` will be eliminated eventually. https://github.com/llvm/llvm-project/pull/77760 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits