[flang-commits] [flang] [Flang][OpenMP] NFC: Remove old reduction lowering code (PR #88798)

Kiran Chandramohan via flang-commits flang-commits at lists.llvm.org
Mon Apr 15 14:07:59 PDT 2024


================
@@ -2197,7 +1975,6 @@ static void genOMP(Fortran::lower::AbstractConverter &converter,
     // 2.9.3.1 SIMD construct
     createSimdLoop(converter, semaCtx, eval, ompDirective, loopOpClauseList,
                    currentLocation);
-    genOpenMPReduction(converter, semaCtx, loopOpClauseList);
----------------
kiranchandramohan wrote:

We never truly supported reductions for SIMD as evidenced by the lack of tests.

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


More information about the flang-commits mailing list