[Mlir-commits] [flang] [mlir] [mlir][flang][openmp] Rework parallel reduction operations (PR #79308)
David Truby
llvmlistbot at llvm.org
Mon Jan 29 05:47:58 PST 2024
================
@@ -3483,10 +3514,8 @@ genOMP(Fortran::lower::AbstractConverter &converter,
break;
}
- if (singleDirective) {
- genOpenMPReduction(converter, beginClauseList);
+ if (singleDirective)
----------------
DavidTruby wrote:
Regardless, of the directives processed by this function, only `parallel` and `teams` can actually have reduction clauses on them, and I don't think Flang supports `teams` reductions yet?
https://github.com/llvm/llvm-project/pull/79308
More information about the Mlir-commits
mailing list