public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [patch] Fix gcc.dg/vect/vect-114.c (PR 50746)
@ 2011-10-17 20:18 Ira Rosen
  0 siblings, 0 replies; only message in thread
From: Ira Rosen @ 2011-10-17 20:18 UTC (permalink / raw)
  To: gcc-patches; +Cc: Patch Tracking

Hi,

vect-114.c doesn't have misaligned accesses, so there is no need in
vect_hw_misalign.

Tested on powerpc64-suse-linux.
Committed.

Ira

testsuite/ChangeLog:

        PR tree-optimization/50746
        * gcc.dg/vect/vect-114.c: Remove vect_hw_misalign.

Index: testsuite/gcc.dg/vect/vect-114.c
===================================================================
--- testsuite/gcc.dg/vect/vect-114.c    (revision 180104)
+++ testsuite/gcc.dg/vect/vect-114.c    (working copy)
@@ -34,7 +34,7 @@ int main (void)
   return main1 ();
 }

-/* { dg-final { scan-tree-dump-times "vectorized 0 loops" 1 "vect" {
target { ! { vect_perm && vect_hw_misalign } } } } } */
-/* { dg-final { scan-tree-dump-times "vectorized 1 loops" 1 "vect" {
target { vect_perm && vect_hw_misalign } } } } */
+/* { dg-final { scan-tree-dump-times "vectorized 0 loops" 1 "vect" {
target { ! { vect_perm  } } } } } */
+/* { dg-final { scan-tree-dump-times "vectorized 1 loops" 1 "vect" {
target vect_perm } } } */
 /* { dg-final { cleanup-tree-dump "vect" } } */

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

only message in thread, other threads:[~2011-10-17 19:03 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-10-17 20:18 [patch] Fix gcc.dg/vect/vect-114.c (PR 50746) Ira Rosen

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