[Mlir-commits] [flang] [mlir] [mlir][OpenMP] rewrite conversion of privatisation for omp.parallel (PR #111844)
Michael Kruse
llvmlistbot at llvm.org
Mon Oct 14 06:39:03 PDT 2024
================
@@ -371,20 +371,46 @@ convertOmpCritical(Operation &opInst, llvm::IRBuilderBase &builder,
return success();
}
-/// Populates `reductions` with reduction declarations used in the given loop.
+// Looks up from the operation from and returns the PrivateClauseOp with
+// name symbolName
----------------
Meinersbur wrote:
```suggestion
/// Looks up from the operation from and returns the PrivateClauseOp with
/// name symbolName
```
https://github.com/llvm/llvm-project/pull/111844
More information about the Mlir-commits
mailing list