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

--- 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:779ae320bfadc5d867ecaeddf394838d546b57b9

commit r11-876-g779ae320bfadc5d867ecaeddf394838d546b57b9
Author: Richard Biener <rguent...@suse.de>
Date:   Wed Jun 3 14:06:20 2020 +0200

    tree-optimization/95495 - use SLP_TREE_REPRESENTATIVE in assertion

    This fixes a place where I missed to use SLP_TREE_REPRESENTATIVE
    after its introduction.

    2020-06-03  Richard Biener  <rguent...@suse.de>

            PR tree-optimization/95495
            * tree-vect-slp.c (vect_slp_analyze_node_operations): Use
            SLP_TREE_REPRESENTATIVE in the shift assertion.

            * gcc.dg/vect/pr95495.c: New testcase.

Reply via email to