public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "steven at gcc dot gnu dot org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug tree-optimization/19126] Missed IV optimization (redundant instruction in loop)
Date: Sun, 23 Jan 2005 16:03:00 -0000	[thread overview]
Message-ID: <20050123160345.5192.qmail@sourceware.org> (raw)
In-Reply-To: <20041222050828.19126.pinskia@gcc.gnu.org>


------- Additional Comments From steven at gcc dot gnu dot org  2005-01-23 16:03 -------
I get different asm for AMD64 as well: 
 
.L4:                                  | .L11: 
        movslq  %r10d,%rax                      movslq  %r10d,%rax 
        movslq  %r11d,%rdx                      movslq  %r11d,%rdx 
        incl    %r9d                            incl    %r9d 
        leaq    (%rcx,%rax,4), %rax   |         leaq    (%rsi,%rax), %rax 
        movss   (%rbx,%rdx,4), %xmm0  |         movss   (%rbx,%rdx), %xmm0 
        addl    %esi, %r11d           |         addl    %ecx, %r11d 
        addl    %r8d, %r10d                     addl    %r8d, %r10d 
        cmpl    %r9d, %edi                      cmpl    %r9d, %edi 
        addss   (%rax), %xmm0                   addss   (%rax), %xmm0 
        movss   %xmm0, (%rax)                   movss   %xmm0, (%rax) 
        jg      .L4                   |         jg      .L11 
 

-- 


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


  parent reply	other threads:[~2005-01-23 16:03 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-12-22  5:08 [Bug tree-optimization/19126] New: " pinskia at gcc dot gnu dot org
2004-12-28 23:54 ` [Bug tree-optimization/19126] " pinskia at gcc dot gnu dot org
2005-01-23 16:03 ` steven at gcc dot gnu dot org [this message]
2005-03-01 18:09 ` pinskia at gcc dot gnu dot org
2005-04-09 20:45 ` pinskia at gcc dot gnu dot org
2005-04-10 23:20 ` pinskia at gcc dot gnu dot org
2005-04-19 10:00 ` giovannibajo at libero dot it
2005-05-01  8:08 ` cvs-commit at gcc dot gnu dot org
2005-05-01 13:46 ` pinskia 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=20050123160345.5192.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).