[flang] Support polymorphic inputs for TRANSFER intrinsic
authorValentin Clement <clementval@gmail.com>
Thu, 9 Feb 2023 19:17:10 +0000 (20:17 +0100)
committerValentin Clement <clementval@gmail.com>
Thu, 9 Feb 2023 19:17:31 +0000 (20:17 +0100)
commit623c896aafdf0e7c155f40a18b8aad0bfb663d7c
treee84f5f0944e3bcc90109540f40f6ec52cf731ce3
parentd0f19ce774b0d3fa5cd3b22561cc75c7b38b290d
[flang] Support polymorphic inputs for TRANSFER intrinsic

Result must carry the polymorphic type information from the mold.

Reviewed By: jeanPerier

Differential Revision: https://reviews.llvm.org/D143651
flang/lib/Optimizer/Builder/IntrinsicCall.cpp
flang/test/Lower/polymorphic-temp.f90