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

Martin Liška <marxin at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                URL|                            |https://gcc.gnu.org/piperma
                   |                            |il/gcc-patches/2020-June/54
                   |                            |9144.html
           Keywords|                            |patch

--- Comment #10 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Martin Liska <mar...@gcc.gnu.org>:

https://gcc.gnu.org/g:1ac9258cca8030745d3c0b8f63186f0adf0ebc27

commit r11-1786-g1ac9258cca8030745d3c0b8f63186f0adf0ebc27
Author: Martin Liska <mli...@suse.cz>
Date:   Tue Jun 30 08:57:27 2020 +0200

    VEC_COND_EXPR: do not expand comparisons feeding it

    gcc/ChangeLog:

            PR middle-end/95830
            * tree-vect-generic.c (expand_vector_condition): Forward
declaration.
            (expand_vector_comparison): Do not expand a comparison if all
            uses are consumed by a VEC_COND_EXPR.
            (expand_vector_operation): Change void return type to bool.
            (expand_vector_operations_1): Pass dce_ssa_names.

Reply via email to