[flang-commits] [flang] [mlir] [mlir][flang][openmp] Rework parallel reduction operations (PR #79308)
Kiran Chandramohan via flang-commits
flang-commits at lists.llvm.org
Fri Jan 26 08:21:53 PST 2024
================
@@ -3522,7 +3551,6 @@ genOMP(Fortran::lower::AbstractConverter &converter,
")");
genNestedEvaluations(converter, eval);
- genOpenMPReduction(converter, beginClauseList);
----------------
kiranchandramohan wrote:
Why is `genOpenMPReduction` being removed here?
https://github.com/llvm/llvm-project/pull/79308
More information about the flang-commits
mailing list