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

Dan Bonachea via flang-commits flang-commits at lists.llvm.org
Tue Mar 17 19:17:10 PDT 2026


================

----------------
bonachea wrote:

I think you meant a logical OR here?
```suggestion
  if (Fortran::semantics::IsSaved(sym) ||
      Fortran::semantics::IsFunctionResult(sym))
    return;
```

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


More information about the flang-commits mailing list