https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97746
--- Comment #5 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:ec735bc7646500570d9d6e45ef335e6d547b1433 commit r11-4835-gec735bc7646500570d9d6e45ef335e6d547b1433 Author: Richard Biener <rguent...@suse.de> Date: Mon Nov 9 13:55:11 2020 +0100 tree-optimization/97746 - fix order of mask precision computes This fixes the order of walking PHIs and stmts for BB mask precision compute. 2020-11-09 Richard Biener <rguent...@suse.de> PR tree-optimization/97746 * tree-vect-patterns.c (vect_determine_precisions): First walk PHIs. * gcc.dg/vect/bb-slp-pr97746.c: New testcase.