[flang-commits] [flang] [WIP] [flang] Always lower ALLOCATE/DEALLOCATE to runtime calls. (PR #133238)
Valentin Clement バレンタイン クレメン via flang-commits
flang-commits at lists.llvm.org
Thu Mar 27 08:58:42 PDT 2025
clementval wrote:
> ALLOCATE/DEALLOCATE statements in flang are lowered to malloc/free in simpler cases and to runtime calls in complex cases. This PR always lowers ALLOCATE/DEALLOCATE to runtime calls.
Why?
https://github.com/llvm/llvm-project/pull/133238
More information about the flang-commits
mailing list