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

--- Comment #2 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Richard Biener <rgue...@gcc.gnu.org>:

https://gcc.gnu.org/g:3179ad72f67f31824c444ef30ef171ad7495d274

commit r14-4629-g3179ad72f67f31824c444ef30ef171ad7495d274
Author: Richard Biener <rguent...@suse.de>
Date:   Fri Oct 13 12:32:51 2023 +0200

    OMP SIMD inbranch call vectorization for AVX512 style masks

    The following teaches vectorizable_simd_clone_call to handle
    integer mode masks.  The tricky bit is to second-guess the
    number of lanes represented by a single mask argument - the following
    uses simdlen and the number of mask arguments to calculate that,
    assuming ABIs have them uniform.

    Similar to the VOIDmode handling there's a restriction on not
    supporting splitting/merging of incoming vector masks to
    more/less SIMD call arguments.

            PR tree-optimization/111795
            * tree-vect-stmts.cc (vectorizable_simd_clone_call): Handle
            integer mode mask arguments.

            * gcc.target/i386/vect-simd-clone-avx512-1.c: New testcase.
            * gcc.target/i386/vect-simd-clone-avx512-2.c: Likewise.
            * gcc.target/i386/vect-simd-clone-avx512-3.c: Likewise.

Reply via email to