[flang][hlfir] Use the assignment runtime for unlimited polymorphic.
Handle special case of element-per-element assignments generated for creating a temp for unlimited polymorphic hlfir.expr. We currently end up generating an invalid fir.store. We should use the assignment runtime instead. Reviewed By: tblah Differential Revision: https://reviews.llvm.org/D157752
Loading
Please sign in to comment