[llvm-branch-commits] [flang] [Flang][OpenMP][MLIR] Initial derived type member map support (PR #82853)

via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Wed Apr 24 09:35:59 PDT 2024


================
@@ -115,8 +115,7 @@ class ClauseProcessor {
   bool processMap(
       mlir::Location currentLocation, Fortran::lower::StatementContext &stmtCtx,
       mlir::omp::MapClauseOps &result,
-      llvm::SmallVectorImpl<const Fortran::semantics::Symbol *> *mapSyms =
-          nullptr,
+      llvm::SmallVectorImpl<const Fortran::semantics::Symbol *> *mapSyms,
----------------
agozillon wrote:

I had this originally, it felt a little messy to me from what I recall so I opted for this! But if you prefer the other option and it makes more sense to you, I am perfectly happy with it as well :-) 

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


More information about the llvm-branch-commits mailing list