[flang-commits] [flang] [flang] Skip processing reductions for unstructured `do concurrent` loops (PR #150188)
Kareem Ergawy via flang-commits
flang-commits at lists.llvm.org
Thu Aug 7 02:20:22 PDT 2025
ergawy wrote:
Sorry for the very late reply.
> But I think this is okay if you agree with my understanding of the standard
I think I agree. However, in that specific example, I think it would be the user's fault since the reduction operation in the clause/locality specifier is different from the one in the loop's body so combining partial results would produce weird results.
https://github.com/llvm/llvm-project/pull/150188
More information about the flang-commits
mailing list