[flang-commits] [flang] [flang][OpenMP][MLIR] Basic support for delayed privatization code-gen (PR #81833)

Sergio Afonso via flang-commits flang-commits at lists.llvm.org
Wed Feb 21 03:35:52 PST 2024


================
@@ -147,6 +153,24 @@ static void genNestedEvaluations(Fortran::lower::AbstractConverter &converter,
 //===----------------------------------------------------------------------===//
 
 class DataSharingProcessor {
+public:
+  /// Collects all the information needed for delayed privatization. This can be
+  /// used by ops with data-sharing clauses to proplery generate theirs regions
----------------
skatrak wrote:

```suggestion
  /// used by ops with data-sharing clauses to properly generate their regions
```

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


More information about the flang-commits mailing list