2019-02-08 Richard Biener <rguenther@suse.de>
PR testsuite/89250
* gcc.dg/vect/vect-24.c: Remove XFAIL on vect_condition targets.
From-SVN: r268680
+2019-02-08 Richard Biener <rguenther@suse.de>
+
+ PR testsuite/89250
+ * gcc.dg/vect/vect-24.c: Remove XFAIL on vect_condition targets.
+
2019-02-08 Jakub Jelinek <jakub@redhat.com>
PR rtl-optimization/89234
return main1 ();
}
-/* { dg-final { scan-tree-dump-times "vectorized 3 loops" 1 "vect" { xfail { { ! aarch64*-*-* } && { ! arm-*-* } } } } } */
+/* The short-cutting || is if-converted using COND_EXPRs rather than
+ bitwise or. */
+/* { dg-final { scan-tree-dump-times "vectorized 3 loops" 1 "vect" { xfail { ! vect_condition } } } } */
/* { dg-final { scan-tree-dump-times "Vectorizing an unaligned access" 0 "vect" { xfail { ! vect_align_stack_vars } } } } */