Commit 60178a32 by Tamar Christina Committed by Tamar Christina

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
parent 438d9c4a
2019-11-29 Tamar Christina <tamar.christina@arm.com>
* gcc.dg/vect/slp-reduc-3.c: Turn off epilogue-nomask.
2019-11-29 Richard Biener <rguenther@suse.de>
PR tree-optimization/92715
......
/* { dg-require-effective-target vect_int } */
/* { dg-additional-options "--param=vect-epilogues-nomask=0" } */
#include <stdarg.h>
#include "tree-vect.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment