public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH, rs6000, testsuite, committed] Clean up one more test for unaligned loads handling
@ 2015-04-23 15:16 Bill Schmidt
  0 siblings, 0 replies; only message in thread
From: Bill Schmidt @ 2015-04-23 15:16 UTC (permalink / raw)
  To: gcc-patches; +Cc: dje.gcc

Hi,

Between the time my unaligned-loads patch was approved and trunk
reopened for business, another test showed up that needs to be cleaned
up in the same way as the others.  This patch does that.  Verified on
powerpc64le-unknown-linux-gnu, committed as obvious.

Thanks,
Bill


2015-04-23  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>

	* gcc.dg/vect/costmodel/ppc/costmodel-bb-slp-9a.c: Replace
	vect_no_align with vect_no_align && { ! vect_hw_misalign }.


Index: gcc/testsuite/gcc.dg/vect/costmodel/ppc/costmodel-bb-slp-9a.c
===================================================================
--- gcc/testsuite/gcc.dg/vect/costmodel/ppc/costmodel-bb-slp-9a.c	(revision 222362)
+++ gcc/testsuite/gcc.dg/vect/costmodel/ppc/costmodel-bb-slp-9a.c	(working copy)
@@ -38,5 +38,5 @@ int main (void)
   return 0;
 }
 
-/* { dg-final { scan-tree-dump-times "basic block vectorized" 1 "slp2"  { xfail  vect_no_align } } } */
+/* { dg-final { scan-tree-dump-times "basic block vectorized" 1 "slp2"  { xfail  { vect_no_align && { ! vect_hw_misalign } } } } } */
 /* { dg-final { cleanup-tree-dump "slp2" } } */


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

only message in thread, other threads:[~2015-04-23 15:16 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-04-23 15:16 [PATCH, rs6000, testsuite, committed] Clean up one more test for unaligned loads handling Bill Schmidt

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).