public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug rtl-optimization/37534] [4.4 Regression] IRA causes 17% degradation in 187.facerec benchmark
Date: Tue, 16 Sep 2008 01:05:00 -0000	[thread overview]
Message-ID: <20080916010428.31254.qmail@sourceware.org> (raw)
In-Reply-To: <bug-37534-16550@http.gcc.gnu.org/bugzilla/>



------- Comment #4 from pinskia at gcc dot gnu dot org  2008-09-16 01:04 -------
The first thing I noticed (this for both with/without IRA), is that we are
moving from cr and then comparing right away:
+       mfcr %r0,1
+       rlwinm %r0,%r0,30,1
...
+       cmpdi %cr7,%r0,0

Why is that?

The other thing I noticed for the tree level (still without/with IRA), is that
FRAME.98 is not SRA'ed because we take the address of one of the elements even
though we know that cannot be done on the normal pointer tricks on it (see PR
17217 which I had forgot to reopen when the code was disabled).


-- 


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


  parent reply	other threads:[~2008-09-16  1:05 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-09-15 23:45 [Bug tree-optimization/37534] New: " luisgpm at linux dot vnet dot ibm dot com
2008-09-15 23:47 ` [Bug tree-optimization/37534] " luisgpm at linux dot vnet dot ibm dot com
2008-09-15 23:50 ` pinskia at gcc dot gnu dot org
2008-09-15 23:51 ` pinskia at gcc dot gnu dot org
2008-09-16  1:05 ` pinskia at gcc dot gnu dot org [this message]
2008-09-16  1:16 ` [Bug rtl-optimization/37534] " pinskia at gcc dot gnu dot org
2008-09-16  1:31 ` pinskia at gcc dot gnu dot org
2008-09-16  2:28 ` luisgpm at linux dot vnet dot ibm dot com
2008-09-16 13:02 ` rguenth at gcc dot gnu dot org
2008-10-22  3:11 ` mmitchel at gcc dot gnu dot org
2008-10-22 14:01 ` vmakarov at redhat dot com
2009-02-03  9:46 ` bonzini at gnu dot org
2009-02-03 14:48 ` vmakarov at redhat dot com
2009-02-03 14:56 ` bonzini at gnu dot org
2009-02-03 14:57 ` bonzini at gnu dot org
2009-04-21 16:02 ` [Bug rtl-optimization/37534] [4.4/4.5 " jakub at gcc dot gnu dot org
2009-07-22 10:35 ` jakub at gcc dot gnu dot org
2009-10-15 12:58 ` jakub at gcc dot gnu dot org
2010-01-21 13:19 ` jakub at gcc dot gnu dot org
2010-04-30  8:56 ` [Bug rtl-optimization/37534] [4.4/4.5/4.6 " jakub 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=20080916010428.31254.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).