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

Kewen Lin <linkw at gcc dot gnu.org> changed:

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

--- Comment #2 from Kewen Lin <linkw at gcc dot gnu.org> ---
Another alternative seems that vectorizer avoids to count in the vector
construction cost for 1 unit vector type whose mode isn't qualified as vector
mode, since there isn't no related vector mode in backend, it would act as
scalar type in the end.

Reply via email to