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

--- Comment #4 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:308e716266787f84ba4a47546317dae83be8901c

commit r14-3436-g308e716266787f84ba4a47546317dae83be8901c
Author: Richard Biener <rguent...@suse.de>
Date:   Thu Aug 24 10:55:06 2023 +0200

    testsuite/111125 - disable BB vectorization for the test

    The test is for loop vectorization producing non-canonical
    multiplications.  We can now BB vectorize the whole function
    when the target supports .REDUC_PLUS for V2SImode but we don't
    have a dejagnu selector for that.  Disable BB vectorization
    like we disabled epilogue vectorization.

            PR testsuite/111125
            * gcc.dg/vect/pr53773.c: Disable BB vectorization.

Reply via email to