https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85531

--- Comment #4 from Thomas Koenig <tkoenig at gcc dot gnu.org> ---
What is the best strategy on this?

I assume the Fortran front end could do a dependency analysis,
the existing code could be extended for this.

We could then either do the scalarization in the front end, or
annotate the generated loops in some way to indicate that it
is OK to merge them.

What would be preferred?

Reply via email to