public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "jamborm at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug ipa/66760] [4.9/5 Regression] compile time regression in IPA inline analysis on PR26854 testcase
Date: Thu, 23 Jul 2015 16:10:00 -0000	[thread overview]
Message-ID: <bug-66760-4-quY0MLmlNL@http.gcc.gnu.org/bugzilla/> (raw)
In-Reply-To: <bug-66760-4@http.gcc.gnu.org/bugzilla/>

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66760

--- Comment #6 from Martin Jambor <jamborm at gcc dot gnu.org> ---
Author: jamborm
Date: Thu Jul 23 16:09:56 2015
New Revision: 226114

URL: https://gcc.gnu.org/viewcvs?rev=226114&root=gcc&view=rev
Log:
2015-07-23  Martin Jambor  <mjambor@suse.cz>

        Backport from mainline r225838.
        2015-07-15  Paolo Bonzini  <bonzini@gnu.org>
                    Martin Jambor  <mjambor@suse.cz>

        PR ipa/66760
        * ipa-inline-analysis.c (unmodified_parm_or_parm_agg_item): Accept
        struct func_body_info* instead of struct ipa_node_params*, expecting
        fbi->info to be filled in.  Replace throughout.  Adjust call to
        ipa_load_from_parm_agg.
        (set_cond_stmt_execution_predicate): Accept struct func_body_info*
        instead of struct ipa_node_params*.  Adjust calls to other functions
        so that they pass either fbi or fbi->info.
        (set_switch_stmt_execution_predicate): Likewise.
        (will_be_nonconstant_predicate): Likewise.
        (compute_bb_predicates): Likewise.
        (estimate_function_body_sizes): Move asserts earlier.  Fill in
        struct func_body_info, replace parms_info with fbi.info.  Adjust
        calls to functions that now accept struct func_body_info.
        * ipa-prop.c (param_aa_status, struct ipa_bb_info): Move to ipa-prop.h.
        (struct func_body_info): Likewise.
        (ipa_load_from_parm_agg_1): Rename to ipa_load_from_parm_agg,
        remove static.  Adjust callers.
        (ipa_load_from_parm_agg): Remove.
        * ipa-prop.h (param_aa_status, ipa_bb_info): Move from ipa-prop.c.
        (func_body_info): Likewise.
        (ipa_load_from_parm_agg): Adjust prototype.


Modified:
    branches/gcc-5-branch/gcc/ChangeLog
    branches/gcc-5-branch/gcc/ipa-inline-analysis.c
    branches/gcc-5-branch/gcc/ipa-prop.c
    branches/gcc-5-branch/gcc/ipa-prop.h


      parent reply	other threads:[~2015-07-23 16:10 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-07-04 10:02 [Bug ipa/66760] New: [4.9/5/6 " bonzini at gnu dot org
2015-07-04 10:02 ` [Bug ipa/66760] " bonzini at gnu dot org
2015-07-06  7:15 ` rguenth at gcc dot gnu.org
2015-07-08 14:47 ` jamborm at gcc dot gnu.org
2015-07-13 11:59 ` jamborm at gcc dot gnu.org
2015-07-23 16:10 ` jamborm at gcc dot gnu.org [this message]

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-66760-4-quY0MLmlNL@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).