https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98015
Richard Biener <rguenth at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution|--- |FIXED --- Comment #2 from Richard Biener <rguenth at gcc dot gnu.org> --- commit 5c197b83e12b634b65a449d8a7375a18f350708e Author: Richard Biener <rguent...@suse.de> Date: Thu Nov 26 16:11:43 2020 +0100 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 <rguent...@suse.de> * gimple-isel.cc (gimple_expand_vec_cond_expr): Only lower VECTOR_BOOLEAN_TYPE_P VEC_COND_EXPRs.