Files
clang-p2996/flang/lib/Lower/ConvertConstant.cpp
jeanPerier 0b3d54973c [flang][hlfir] Lower parent component in constant structure constructors (#71421)
Simply remove TODO. Since parent components are now fields of the
extended types fir.type<> in HLFIR, there is nothing specific to do to
deal with the appearance of a parent component value in a structure
constructor value that must be turned into a fir.global initial value:
it can simply be inserted as a normal field value.
2023-11-07 09:21:09 +01:00

36 KiB