[Mlir-commits] [flang] [mlir] [mlir][flang][openmp] Rework parallel reduction operations (PR #79308)
Kiran Chandramohan
llvmlistbot at llvm.org
Fri Jan 26 08:21:53 PST 2024
================
@@ -3483,10 +3514,8 @@ genOMP(Fortran::lower::AbstractConverter &converter,
break;
}
- if (singleDirective) {
- genOpenMPReduction(converter, beginClauseList);
+ if (singleDirective)
----------------
kiranchandramohan wrote:
Why is `genOpenMPReduction` being removed here?
https://github.com/llvm/llvm-project/pull/79308
More information about the Mlir-commits
mailing list