[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 Apr 30 05:24:47 PDT 2025


================
@@ -988,6 +988,30 @@ bool ClauseProcessor::processIsDevicePtr(
       });
 }
 
+bool ClauseProcessor::processInReduction(
----------------
skatrak wrote:

Nit: It should go above `ClauseProcessor::processIsDevicePtr` here too.

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


More information about the flang-commits mailing list