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

Sergio Afonso via flang-commits flang-commits at lists.llvm.org
Wed Oct 23 08:24:45 PDT 2024


================
@@ -1085,6 +1085,80 @@ bool ClauseProcessor::processReduction(
       });
 }
 
+bool ClauseProcessor::processTaskReduction(
----------------
skatrak wrote:

When rebasing this PR, notice that the implementation for `ClauseProcessor::processReduction()`, on which this and `processInReduction` appear to be based, is much simpler now.

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


More information about the flang-commits mailing list