https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97139
--- Comment #6 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:e6f58fb6196ba16ce070e3722451f040a13f963b commit r11-3327-ge6f58fb6196ba16ce070e3722451f040a13f963b Author: Richard Biener <rguent...@suse.de> Date: Mon Sep 21 16:51:33 2020 +0200 tree-optimization/97139 - fix BB SLP live lane extraction This fixes SLP live lane extraction with pattern stmts. 2020-09-21 Richard Biener <rguent...@suse.de> PR tree-optimization/97139 * tree-vect-slp.c (vect_bb_slp_mark_live_stmts): Only mark the pattern root, track visited vectorized stmts. * gcc.dg/vect/pr97139.c: New testcase.