Testsuite: Turn off vect-epilogue-nomask for slp-rect-3
authorTamar Christina <tamar.christina@arm.com>
Fri, 29 Nov 2019 09:22:15 +0000 (09:22 +0000)
committerTamar Christina <tnfchris@gcc.gnu.org>
Fri, 29 Nov 2019 09:22:15 +0000 (09:22 +0000)
commit60178a322b4e8d0dc6cf50f57f8fa1fdf624a1f0
tree4a26dbb10caa862de401ae515adfd9e27363dc0e
parent438d9c4afa635c7a1475feebbc220fe8d335c664
Testsuite: Turn off vect-epilogue-nomask for slp-rect-3

Without epiloque no mask it would only try HI modes, but thanks to the
epiloques nomask It tries QI mode as well which succeeds.  The xfail
then generates an xpass since the condition on it checks for HI to SI
and not QI.

So I disabled the epiloque mask since it seems to violate the conditions
the test actually wanted to test for.

gcc/testsuite/ChangeLog:

* gcc.dg/vect/slp-reduc-3.c: Turn off epilogue-nomask.

From-SVN: r278834
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/vect/slp-reduc-3.c