public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
From: Richard Guenther <rguenther@suse.de>
To: Sebastian Pop <sebpop@gmail.com>
Cc: gcc-patches@gcc.gnu.org, gcc-graphite@googlegroups.com
Subject: Re: [PATCH 0/7] Fix PR45297
Date: Wed, 01 Dec 2010 12:05:00 -0000	[thread overview]
Message-ID: <alpine.LNX.2.00.1012011305260.23074@zhemvz.fhfr.qr> (raw)
In-Reply-To: <1291128636-30240-1-git-send-email-sebpop@gmail.com>

On Tue, 30 Nov 2010, Sebastian Pop wrote:

> This set of patches merges the changes needed to fix PR45297 from the
> Graphite branch to trunk.  This has been bootstrapped and tested on
> amd64-linux.  It also passed the SPEC benchmarks, although with some
> pre-existing errors inherited from the last merge from trunk: I will
> merge trunk into the graphite branch.  Ok for trunk?

Ok.

Thanks,
Richard.

> Sebastian
> 
> spop (7):
>   Add a stride parameter to scop_do_strip_mine.
>   Call recompute_tree_invariant_for_addr_expr when replacing a constant
>     in an ADDR_EXPR.
>   Do not rewrite out of SSA scalar dependences crossing the limits of
>     the scop.
>   Postpone the rewrite out of SSA to the end of the translation to
>     polyhedral representation.
>   LHS cannot be an ADDR_EXPR.
>   Avoid the analysis of data references after the translation out of
>     SSA.
>   Fix unused warnings.
> 
>  gcc/ChangeLog                           |  101 +++++++
>  gcc/ChangeLog.graphite                  |  103 +++++++
>  gcc/graphite-blocking.c                 |   42 ++-
>  gcc/graphite-poly.c                     |   12 +-
>  gcc/graphite-poly.h                     |   20 ++-
>  gcc/graphite-sese-to-poly.c             |  477 +++++++++++++++++++------------
>  gcc/graphite-sese-to-poly.h             |    4 -
>  gcc/graphite.c                          |   29 +--
>  gcc/sese.c                              |   10 +
>  gcc/sese.h                              |   10 +-
>  gcc/testsuite/ChangeLog                 |    5 +
>  gcc/testsuite/gcc.dg/graphite/pr45297.c |    9 +
>  12 files changed, 581 insertions(+), 241 deletions(-)
>  create mode 100644 gcc/testsuite/gcc.dg/graphite/pr45297.c
> 
> 

-- 
Richard Guenther <rguenther@suse.de>
Novell / SUSE Labs
SUSE LINUX Products GmbH - Nuernberg - AG Nuernberg - HRB 16746 - GF: Markus Rex

  parent reply	other threads:[~2010-12-01 12:05 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-11-30 15:33 Sebastian Pop
2010-11-30 15:43 ` [PATCH 3/7] Do not rewrite out of SSA scalar dependences crossing the limits of the scop Sebastian Pop
2010-11-30 15:56 ` [PATCH 1/7] Add a stride parameter to scop_do_strip_mine Sebastian Pop
2010-11-30 16:05 ` [PATCH 6/7] Avoid the analysis of data references after the translation out of SSA Sebastian Pop
2010-11-30 16:06 ` [PATCH 4/7] Postpone the rewrite out of SSA to the end of the translation to polyhedral representation Sebastian Pop
2010-12-15  6:25   ` H.J. Lu
2010-12-15 20:36     ` H.J. Lu
2010-11-30 16:06 ` [PATCH 2/7] Call recompute_tree_invariant_for_addr_expr when replacing a constant in an ADDR_EXPR Sebastian Pop
2010-11-30 16:07 ` [PATCH 7/7] Fix unused warnings Sebastian Pop
2010-11-30 16:18 ` [PATCH 5/7] LHS cannot be an ADDR_EXPR Sebastian Pop
2010-12-01 12:05 ` Richard Guenther [this message]
2010-12-01 20:37 ` [PATCH 0/7] Fix PR45297 H.J. Lu

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=alpine.LNX.2.00.1012011305260.23074@zhemvz.fhfr.qr \
    --to=rguenther@suse.de \
    --cc=gcc-graphite@googlegroups.com \
    --cc=gcc-patches@gcc.gnu.org \
    --cc=sebpop@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).