[gcc/marxin/heads/PR95830-mips-vec-cond-expr] VEC_COND_EXPR: do not expand comparisons feeding it

Martin Liska marxin@gcc.gnu.org
Thu Jul 2 10:36:24 GMT 2020


The branch 'marxin/heads/PR95830-mips-vec-cond-expr' was updated to point to:

 6f472b2957d... VEC_COND_EXPR: do not expand comparisons feeding it

It previously pointed to:

 5a3bb838098... VEC_COND_EXPR: do not expand comparisons feeding it

Diff:

!!! WARNING: THE FOLLOWING COMMITS ARE NO LONGER ACCESSIBLE (LOST):
-------------------------------------------------------------------

  5a3bb83... VEC_COND_EXPR: do not expand comparisons feeding it

commit 5a3bb8380984950cb7396a4aedcf86323c259706
Author: Martin Liska <mliska@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.


Summary of changes (added commits):
-----------------------------------

  6f472b2... VEC_COND_EXPR: do not expand comparisons feeding it

commit 6f472b2957d44c202e7e536315d807192cc9b69f
Author: Martin Liska <mliska@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.


More information about the Gcc-cvs mailing list