jeanPerier 53c386fa84
[flang][openacc] allocate scalar derived type private copies in recipes (#159374)
Generate alloca in the init region of recipes for scalar derived types.

Note: I will do the array case separately (currently a TODO), and also
deal with private derived type default initialization which is missing
for PRIVATE (not needed for FIRSTPRIVATE since the value is copied from
the privatized variable).
2025-09-18 09:49:54 +02:00
..