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
+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"