https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96978
--- Comment #2 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Richard Biener <rgue...@gcc.gnu.org>: https://gcc.gnu.org/g:fb51be60c8e7b6978f817f44d5df4759f2faf425 commit r11-3068-gfb51be60c8e7b6978f817f44d5df4759f2faf425 Author: Richard Biener <rguent...@suse.de> Date: Wed Sep 9 09:45:29 2020 +0200 tree-optimization/96978 - fix fallout of BB vectorization of live stmts This avoids looking at STMT_VINFO_LIVE_P when vectorizing BBs. 2020-09-09 Richard Biener <rguent...@suse.de> PR tree-optimization/96978 * tree-vect-stmts.c (vectorizable_condition): Do not look at STMT_VINFO_LIVE_P for BB vectorization. (vectorizable_comparison): Likewise.