public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "bonzini at gcc dot gnu dot org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug rtl-optimization/30841] [4.3 regression] Missed optimizations for sbi/cbi instructions
Date: Tue, 20 Mar 2007 08:31:00 -0000	[thread overview]
Message-ID: <20070320083136.7313.qmail@sourceware.org> (raw)
In-Reply-To: <bug-30841-13216@http.gcc.gnu.org/bugzilla/>



------- Comment #4 from bonzini at gnu dot org  2007-03-20 08:31 -------
Subject: Bug 30841

Author: bonzini
Date: Tue Mar 20 08:31:13 2007
New Revision: 123084

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=123084
Log:
2007-03-19  Paolo Bonzini  <bonzini@gnu.org>

        PR rtl-optimization/30907
        * fwprop.c (forward_propagate_into): Never propagate inside a loop.
        (fwprop_init): Always call loop_optimizer_initialize.
        (fwprop_done): Always call loop_optimizer_finalize.
        (fwprop): We always have loop info now.
        (gate_fwprop_addr): Remove.
        (pass_fwprop_addr): Use gate_fwprop as gate.

        PR rtl-optimization/30841
        * df-problems.c (df_ru_local_compute, df_rd_local_compute,
        df_chain_alloc): Call df_reorganize_refs unconditionally.
        * df-scan.c (df_rescan_blocks, df_reorganize_refs): Change
        refs_organized to refs_organized_size.
        (df_ref_create_structure): Use refs_organized_size instead of
        bitmap_size if refs had been organized, and keep refs_organized_size
        up-to-date.
        * df.h (struct df_ref_info): Change refs_organized to
        refs_organized_size.
        (DF_DEFS_SIZE, DF_USES_SIZE): Use refs_organized_size instead of
        bitmap_size.


Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/df-problems.c
    trunk/gcc/df-scan.c
    trunk/gcc/df.h
    trunk/gcc/fwprop.c


-- 


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


  parent reply	other threads:[~2007-03-20  8:31 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-02-18 13:03 [Bug rtl-optimization/30841] New: " aesok at gcc dot gnu dot org
2007-02-19  6:53 ` [Bug rtl-optimization/30841] " bonzini at gnu dot org
2007-02-22  8:27 ` bonzini at gnu dot org
2007-02-22 16:47 ` bonzini at gnu dot org
2007-02-23  7:45 ` bonzini at gcc dot gnu dot org
2007-03-20  8:31 ` bonzini at gcc dot gnu dot org [this message]
2007-03-20  8:32 ` [Bug rtl-optimization/30841] [4.3 regression] " bonzini at gnu dot org
2007-03-20 15:29 ` pinskia at gcc dot gnu dot org
2007-04-28  4:19 ` kargl 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=20070320083136.7313.qmail@sourceware.org \
    --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).