[flang-commits] [flang] [flang] Adding lowering of TEAMs features to PRIF in MIF Dialect (PR #165573)
Dan Bonachea via flang-commits
flang-commits at lists.llvm.org
Thu Oct 30 21:57:59 PDT 2025
================
----------------
bonachea wrote:
Does the lowering to MIF for `form team`, `change team`, `end team` really belong in Coarray.cpp?
Teams are only tangentially related to coarrays, and `form team` has no coarray involvement whatsoever. If these three functions moved into flang/lib/Lower/Runtime.cpp, they could also take advantage of the factored `getStatAndErrmsg`, which would make them shorter and more maintainable.
https://github.com/llvm/llvm-project/pull/165573
More information about the flang-commits
mailing list