https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97494
--- 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:e393f03b1a73d75901d1bc49c99123bdf534e120 commit r11-6770-ge393f03b1a73d75901d1bc49c99123bdf534e120 Author: Richard Biener <rguent...@suse.de> Date: Mon Jan 18 15:18:15 2021 +0100 testsuite/97494 - adjust gcc.dg/vect/slp-11b.c Support for loop SLP splitting exposed that slp-11b.c has folding that breaks SLP discovery which isn't what was intended when the testcase was written. The following makes it SLP-able and "only" run into the issue that a load permutation is required. And tries to adjust the target selectors accordingly. 2021-01-18 Richard Biener <rguent...@suse.de> PR testsuite/97494 * gcc.dg/vect/slp-11b.c: Adjust.