[flang] [llvm] [Flang] Adding lowering for the allocation and deallocation of coarrays (PR #182110)
Jean-Didier PAILLEUX via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 4 06:46:58 PST 2026
================
@@ -2480,6 +2503,13 @@ void Fortran::lower::mapSymbolAttributes(
}
}
+ if (Fortran::evaluate::IsCoarray(sym)) {
----------------
JDPailleux wrote:
POINTER and ALLOCATABLE will be handle earlier in the function (at line 2167 if I'm not wrong)
https://github.com/llvm/llvm-project/pull/182110
More information about the llvm-commits
mailing list