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.

Reply via email to