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

Thomas Koenig <tkoenig at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mikael at gcc dot gnu.org

--- Comment #7 from Thomas Koenig <tkoenig at gcc dot gnu.org> ---
(In reply to Tamar Christina from comment #6)
> This is the ticket I meant toon.
> 
> Do you or Thomas have any ideas how we can inline this?

Two options, in principle.

One option is to extend use of the scalarizer for these cases. Mikael knows
this best, I am putting him in CC:

The other is to use front-end optimization and basically generate DO
loops, like we do for matmul.  A lot of the infrastructure is in place
in frontend-passes.cc, but there would be some restirctions because
it is not possible to put DO loops everywhere.

Reply via email to