Issue 58195
Summary [OpenMP][Flang] Handling reductions in a function called inside a worksharing loop construct
Labels new issue
Assignees
Reporter kiranchandramohan
    Currently, flang lowering of reductions is limited to cases where the reduction operation appears directly inside the loop. It is possible in Fortran for the reduction to be inside a function called in the loop body.

CHECK: Does the OpenMP standard permit this?
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to