[flang-commits] [flang] [Flang][OpenMP]Support for lowering task_reduction and in_reduction to MLIR (PR #111155)

Kaviya Rajendiran via flang-commits flang-commits at lists.llvm.org
Fri Dec 13 02:16:13 PST 2024


================
@@ -104,6 +104,9 @@ class ClauseProcessor {
   bool processIsDevicePtr(
       mlir::omp::IsDevicePtrClauseOps &result,
       llvm::SmallVectorImpl<const semantics::Symbol *> &isDeviceSyms) const;
+  bool processInReduction(
+      mlir::Location currentLocation, mlir::omp::InReductionClauseOps &result,
+      llvm::SmallVectorImpl<const semantics::Symbol *> &InReductionSyms) const;
----------------
kaviya2510 wrote:

Thanks for the reviews @skatrak. 
yeah, I can understand. I will modify it.

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


More information about the flang-commits mailing list