[flang] Handle NULL(mold) used in initializer region
NULL intrinsic with a MOLD argument can be used in a type constructor. This patch handles this use case with a specific lowering that create an unallocated box with the MOLD type. Reviewed By: PeteSteinfeld Differential Revision: https://reviews.llvm.org/D134554
Loading
Please register or sign in to comment