[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
Thu Jan 9 09:00:31 PST 2025
================
@@ -105,6 +105,9 @@ class ClauseProcessor {
bool processIsDevicePtr(
mlir::omp::IsDevicePtrClauseOps &result,
llvm::SmallVectorImpl<const semantics::Symbol *> &isDeviceSyms) const;
+ bool processInReduction(
----------------
skatrak wrote:
Nit: It should go above `processIsDevicePtr`.
https://github.com/llvm/llvm-project/pull/111155
More information about the flang-commits
mailing list