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

Christian Ulmann via flang-commits flang-commits at lists.llvm.org
Tue Oct 22 01:17:31 PDT 2024


================
@@ -3316,7 +3316,51 @@ createDeviceArgumentAccessor(MapInfoData &mapData, llvm::Argument &arg,
 
   return builder.saveIP();
 }
+static bool privatizerNeedsMap(omp::PrivateClauseOp &privatizer) {
----------------
Dinistro wrote:

```suggestion
}

static bool privatizerNeedsMap(omp::PrivateClauseOp &privatizer) {
```
Nit: Also a brief comment would be nice.

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


More information about the flang-commits mailing list