public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "davidxl at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug target/46200] [4.6 Regression] optimization regression in simple pointer loop
Date: Thu, 28 Oct 2010 19:01:00 -0000	[thread overview]
Message-ID: <20101028190100.cB0dVYX6JLLSvTAbnRCsG589CgpIwsMszZMC_3aIviE@z> (raw)
In-Reply-To: <bug-46200-4@http.gcc.gnu.org/bugzilla/>

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

davidxl <davidxl at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
                 CC|                            |davidxl at gcc dot gnu.org

--- Comment #5 from davidxl <davidxl at gcc dot gnu.org> 2010-10-28 19:01:16 UTC ---
Confirmed.

The problem seems to be in the cost computation for loop exit tests -- the cost
associated with iv update seem to be double counted (already considered as iv
cost, but included again in testing cost). If this is the root cause, it is
there since day-1, but exposed by the ivopt enhancement patch.

David


  parent reply	other threads:[~2010-10-28 19:01 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-10-27 16:57 [Bug rtl-optimization/46200] New: " miles at gnu dot org
2010-10-28 14:53 ` [Bug target/46200] [4.6 Regression] " rguenth at gcc dot gnu.org
2010-10-28 17:14 ` hjl.tools at gmail dot com
2010-10-28 17:43 ` pinskia at gcc dot gnu.org
2010-10-28 17:54 ` hjl.tools at gmail dot com
2010-10-28 19:01 ` davidxl at gcc dot gnu.org [this message]
2010-11-03 22:41 ` davidxl 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=20101028190100.cB0dVYX6JLLSvTAbnRCsG589CgpIwsMszZMC_3aIviE@z \
    --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).