[Bug fortran/90608] Inline non-scalar minloc/maxloc calls
tkoenig at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Sat Jun 1 08:57:00 GMT 2019
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90608
Thomas Koenig <tkoenig at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
See Also| |https://gcc.gnu.org/bugzill
| |a/show_bug.cgi?id=77278
Summary|Inline masked minloc/maxloc |Inline non-scalar
|calls |minloc/maxloc calls
--- Comment #2 from Thomas Koenig <tkoenig at gcc dot gnu.org> ---
What we do inline are minloc/maxloc/findloc calls which return a
scalar result. Currently, the scalarizer is not set up for array
results.
This may be something we like to do in front-end optimization,
similar to the way that matmul inlining is currently done.
More information about the Gcc-bugs
mailing list