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

via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 4 07:02:37 PST 2026


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

You right, thanks

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


More information about the llvm-commits mailing list