tree-optimization/98015 - fix VEC_COND_EXPR lowering condition
authorRichard Biener <rguenther@suse.de>
Thu, 26 Nov 2020 15:11:43 +0000 (16:11 +0100)
committerRichard Biener <rguenther@suse.de>
Thu, 26 Nov 2020 15:17:36 +0000 (16:17 +0100)
commit5c197b83e12b634b65a449d8a7375a18f350708e
tree5cf0c54085514470df3249b737d565490fd3d733
parentd24a4c8c4256cc287ebf4ad80368b4f1edb1733e
tree-optimization/98015 - fix VEC_COND_EXPR lowering condition

This fixes the condition to match the comment and only lower
VECTOR_BOOLEAN_TYPE_P VEC_COND_EXPRs.

2020-11-26  Richard Biener  <rguenther@suse.de>

* gimple-isel.cc (gimple_expand_vec_cond_expr): Only
lower VECTOR_BOOLEAN_TYPE_P VEC_COND_EXPRs.
gcc/gimple-isel.cc