adjust testcase for now happening epilogue vectorization
commita9c6db31cbe9bedd2dde1c50a7007a67750a0f50
authorRichard Biener <rguenther@suse.de>
Wed, 5 Jul 2023 07:59:44 +0000 (5 09:59 +0200)
committerRichard Biener <rguenther@suse.de>
Wed, 5 Jul 2023 08:05:05 +0000 (5 10:05 +0200)
treef16727a2a6f79b0f47b24b964edcc04bb58bbd41
parentb647f75a6ad35e241212977a331aa23fce3a0805
adjust testcase for now happening epilogue vectorization

gcc.dg/vect/slp-perm-9.c is reported to FAIL with -march=cascadelake
now which is because we now vectorize the epilogue with V2HImode
vectors after the recent change to not scrap too large vector
epilogues during transform but during analysis time.

The following adjusts the testcase to always use the existing alternate
N which avoids epilogue vectorization.

* gcc.dg/vect/slp-perm-9.c: Always use alternate N.
gcc/testsuite/gcc.dg/vect/slp-perm-9.c