Files
llvm-project/flang/lib/Lower
SunilKuravinakop da66e6d0d5 [flang][openmp] Fix incorrect reduction for array section in OpenMP DO SIMD (#192394)
for "!omp do parallel simd reduction" ensuring that reduction for array
section is done properly by :
1) per-SIMD-lane reduction results are combined into the wsloop's
   thread-local copies.
2) wsloop thread-local copies are combined across threads by the wsloop
   reduction.
   
Issue is in [192077](https://github.com/llvm/llvm-project/issues/192077)

---------

Co-authored-by: Sunil Kuravinakop <kuravina@pe31.hpc.amslabs.hpecorp.net>
2026-04-30 21:06:28 +05:30
..