[flang] [llvm] [Flang] Adding lowering for the allocation and deallocation of coarrays (PR #182110)

via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 3 06:36:38 PST 2026


================
@@ -2480,6 +2503,13 @@ void Fortran::lower::mapSymbolAttributes(
     }
   }
 
+  if (Fortran::evaluate::IsCoarray(sym)) {
----------------
jeanPerier wrote:

Shouldn't this be restricted to non POINTER/ALLOCATABLE coarrays?

https://github.com/llvm/llvm-project/pull/182110


More information about the llvm-commits mailing list