public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "spop at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug tree-optimization/43023] missing SSA_NAME def for -ftree-loop-distribution in 459.GemsFDTD
Date: Thu, 23 Dec 2010 18:52:00 -0000	[thread overview]
Message-ID: <bug-43023-4-Qc4X0e9qct@http.gcc.gnu.org/bugzilla/> (raw)
In-Reply-To: <bug-43023-4@http.gcc.gnu.org/bugzilla/>

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43023

--- Comment #6 from Sebastian Pop <spop at gcc dot gnu.org> 2010-12-23 18:51:55 UTC ---
Author: spop
Date: Thu Dec 23 18:51:51 2010
New Revision: 168212

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=168212
Log:
Fix PR43023: fuse_partitions_with_similar_memory_accesses.

2010-12-23  Sebastian Pop  <sebastian.pop@amd.com>

    PR tree-optimization/43023
    * tree-data-ref.c (mem_write_stride_of_same_size_as_unit_type_p):
    Removed.
    (stores_zero_from_loop): Call stmt_stores_zero.
    (stmt_with_adjacent_zero_store_dr_p): New.
    * tree-data-ref.h (stmt_with_adjacent_zero_store_dr_p): Declared.
    (stride_of_unit_type_p): New.
    * tree-loop-distribution.c (generate_memset_zero): Do not return a
    boolean.  Call gcc_assert on stride_of_unit_type_p.
    (generate_builtin): Call stmt_stores_zero.
    (rdg_flag_all_uses): Removed.
    (rdg_flag_similar_memory_accesses): Removed.
    (build_rdg_partition_for_component): Removed parameter
    other_stores.  Removed call to rdg_flag_similar_memory_accesses.
    (can_generate_builtin): New.
    (similar_memory_accesses): New.
    (fuse_partitions_with_similar_memory_accesses): New.
    (rdg_build_partitions): Call
    fuse_partitions_with_similar_memory_accesses.

    * gfortran.dg/ldist-1.f90: Adjust pattern.
    * gfortran.dg/ldist-pr43023.f90: New.

Added:
    branches/gcc-4_5-branch/gcc/testsuite/gfortran.dg/ldist-pr43023.f90
Modified:
    branches/gcc-4_5-branch/gcc/ChangeLog
    branches/gcc-4_5-branch/gcc/testsuite/ChangeLog
    branches/gcc-4_5-branch/gcc/testsuite/gfortran.dg/ldist-1.f90
    branches/gcc-4_5-branch/gcc/tree-data-ref.c
    branches/gcc-4_5-branch/gcc/tree-data-ref.h
    branches/gcc-4_5-branch/gcc/tree-loop-distribution.c


  parent reply	other threads:[~2010-12-23 18:52 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <bug-43023-4@http.gcc.gnu.org/bugzilla/>
2010-12-08 20:44 ` spop at gcc dot gnu.org
2010-12-09 23:54 ` spop at gcc dot gnu.org
2010-12-10 19:17 ` spop at gcc dot gnu.org
2010-12-10 19:49 ` spop at gcc dot gnu.org
2010-12-23 18:52 ` spop at gcc dot gnu.org [this message]
2010-12-23 18:53 ` spop at gcc dot gnu.org
2010-02-10 17:54 [Bug tree-optimization/43023] New: " janis at gcc dot gnu dot org
2010-02-10 18:25 ` [Bug tree-optimization/43023] " rguenth at gcc dot gnu dot org

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=bug-43023-4-Qc4X0e9qct@http.gcc.gnu.org/bugzilla/ \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@gcc.gnu.org \
    /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).