]> git.ipfire.org Git - thirdparty/gcc.git/commit
Do not expand vector comparison with VEC_COND_EXPR.
authorMartin Liska <mliska@suse.cz>
Mon, 27 Jul 2020 11:55:38 +0000 (13:55 +0200)
committerMartin Liska <mliska@suse.cz>
Mon, 27 Jul 2020 13:04:24 +0000 (15:04 +0200)
commit55c9695cbe91c406805ac0cd342949f32f13b779
tree400c5b7ea838ff951c9bdb35a541456c4f2c0a82
parentc4c22e830251e1961c6ebec78d28d039eb2e6017
Do not expand vector comparison with VEC_COND_EXPR.

gcc/ChangeLog:

PR tree-optimization/96128
* tree-vect-generic.c (expand_vector_comparison): Do not expand
vector comparison with VEC_COND_EXPR.

gcc/testsuite/ChangeLog:

PR tree-optimization/96128
* gcc.target/s390/vector/pr96128.c: New test.
gcc/testsuite/gcc.target/s390/vector/pr96128.c [new file with mode: 0644]
gcc/tree-vect-generic.c