[flang-commits] [flang] [mlir] [mlir][OpenMP] - MLIR to LLVMIR translation support for delayed privatization of allocatables in `omp.target` ops (PR #116576)

via flang-commits flang-commits at lists.llvm.org
Mon Dec 2 04:12:15 PST 2024


================
@@ -135,6 +135,16 @@ def PrivateClauseOp : OpenMP_Op<"private", [IsolatedFromAbove, RecipeInterface]>
       auto &region = getDeallocRegion();
       return region.empty() ? nullptr : region.getArgument(0);
     }
+
+    /// privatizerNeedsMap returns true if the value being privatized in an
----------------
NimishMishra wrote:

`privatizerNeedsMap` or `needsMap`?

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


More information about the flang-commits mailing list