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

Christian Ulmann via flang-commits flang-commits at lists.llvm.org
Mon Nov 18 08:42:10 PST 2024


================
@@ -135,6 +135,17 @@ def PrivateClauseOp : OpenMP_Op<"private", [IsolatedFromAbove, RecipeInterface]>
       auto &region = getDeallocRegion();
       return region.empty() ? nullptr : region.getArgument(0);
     }
+    /// privatizer is a PrivateClauseOp that privatizes an MLIR value.
----------------
Dinistro wrote:

Nit: The first sentence only makes partial sense to me, but maybe I'm just lacking context.

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


More information about the flang-commits mailing list