public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "rguenth at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug tree-optimization/54489] tree FRE uses an excessive amount of memory
Date: Wed, 12 Sep 2012 14:46:00 -0000	[thread overview]
Message-ID: <bug-54489-4-DntLnF304f@http.gcc.gnu.org/bugzilla/> (raw)
In-Reply-To: <bug-54489-4@http.gcc.gnu.org/bugzilla/>

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

--- Comment #3 from Richard Guenther <rguenth at gcc dot gnu.org> 2012-09-12 14:46:35 UTC ---
Author: rguenth
Date: Wed Sep 12 14:46:22 2012
New Revision: 191225

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=191225
Log:
2012-09-12  Richard Guenther  <rguenther@suse.de>

    PR tree-optimization/54489
    * tree-ssa-pre.c: Include domwalk.h.
    (in_fre): Remove.
    (sccvn_valnum_from_value_id): New function.
    (debug_bitmap_sets_for): Simplify.
    (get_representative_for): Properly initialize the SCCVN valnum.
    (create_expression_by_pieces): Likewise.
    (insert_into_preds_of_block): Likewise.
    (can_PRE_operation): Remove.
    (make_values_for_phi): Simplify.
    (compute_avail): Likewise.
    (do_SCCVN_insertion): Remove.
    (eliminate_avail, eliminate_push_avail, eliminate_insert):
    New functions.
    (eliminate): Split and perform a domwalk.
    (eliminate_bb): Former eliminate part that is now dom-enter.
    (eliminate_leave_block): New function.
    (fini_eliminate): Likewise.
    (init_pre): Simplify.
    (fini_pre): Likewise.
    (execute_pre): Fold into do_pre and do_fre.
    (do_pre): Consume execute_pre.
    (do_fre): Likewise.
    * Makefile.in (tree-ssa-pre.o): Add domwalk.h dependency.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/Makefile.in
    trunk/gcc/tree-ssa-pre.c


  parent reply	other threads:[~2012-09-12 14:46 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-09-05 10:28 [Bug tree-optimization/54489] New: " rguenth at gcc dot gnu.org
2012-09-05 13:52 ` [Bug tree-optimization/54489] " rguenth at gcc dot gnu.org
2012-09-10 14:38 ` rguenth at gcc dot gnu.org
2012-09-12 14:46 ` rguenth at gcc dot gnu.org [this message]
2012-09-12 14:48 ` rguenth at gcc dot gnu.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-54489-4-DntLnF304f@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).