public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH] Fix gcc.dg/vect/bb-slp-14.c testcase
@ 2015-05-06  6:47 Richard Biener
  0 siblings, 0 replies; only message in thread
From: Richard Biener @ 2015-05-06  6:47 UTC (permalink / raw)
  To: gcc-patches


Which requires int mult for vectorization.

Committed.

Richard.

2015-05-06  Richard Biener  <rguenther@suse.de>

	PR tree-optimization/62283
	* gcc.dg/vect/bb-slp-14.c: Adjust.

Index: gcc/testsuite/gcc.dg/vect/bb-slp-14.c
===================================================================
--- gcc/testsuite/gcc.dg/vect/bb-slp-14.c	(revision 222766)
+++ gcc/testsuite/gcc.dg/vect/bb-slp-14.c	(working copy)
@@ -48,6 +48,6 @@ int main (void)
   return 0;
 }
 
-/* { dg-final { scan-tree-dump-times "basic block vectorized" 1 "slp2"  } } */
+/* { dg-final { scan-tree-dump-times "basic block vectorized" 1 "slp2" { target vect_int_mult } } } */
 /* { dg-final { cleanup-tree-dump "slp2" } } */
   

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2015-05-06  6:47 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-05-06  6:47 [PATCH] Fix gcc.dg/vect/bb-slp-14.c testcase Richard Biener

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).