]> git.ipfire.org Git - thirdparty/gcc.git/commit
testsuite/97494 - adjust gcc.dg/vect/slp-11b.c
authorRichard Biener <rguenther@suse.de>
Mon, 18 Jan 2021 14:18:15 +0000 (15:18 +0100)
committerRichard Biener <rguenther@suse.de>
Mon, 18 Jan 2021 14:20:31 +0000 (15:20 +0100)
commite393f03b1a73d75901d1bc49c99123bdf534e120
tree96ddd8bc9bc76be9644d6ff623808944762c6a64
parentb8c3f5196e1e439ac83f81dd245eb4028b19d531
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  <rguenther@suse.de>

PR testsuite/97494
* gcc.dg/vect/slp-11b.c: Adjust.
gcc/testsuite/gcc.dg/vect/slp-11b.c