[flang] Deallocate polymorphic and unlimited polymorphic intent(out) allocatable with runtime
Polymorphic and unlimited polymorphic entities should be handled by runtime. This patch update the condition in `genDeallocate` to force polymorphic and unlimited polymorphic entities to be deallocated through a runtime call and not inlined. Depends on D135143 Reviewed By: jeanPerier, PeteSteinfeld Differential Revision: https://reviews.llvm.org/D135144
Loading
Please sign in to comment