public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug optimization/9327] extra mov instructions on intel
       [not found] <20030115071601.9327.reza@linisoft.com>
@ 2003-05-26 22:22 ` pinskia@physics.uc.edu
  2004-01-01 21:48 ` pinskia at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 6+ messages in thread
From: pinskia@physics.uc.edu @ 2003-05-26 22:22 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


pinskia@physics.uc.edu changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Attachment #3445|text/x-c++                  |text/plain
          mime type|                            |





------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug optimization/9327] extra mov instructions on intel
       [not found] <20030115071601.9327.reza@linisoft.com>
  2003-05-26 22:22 ` [Bug optimization/9327] extra mov instructions on intel pinskia@physics.uc.edu
@ 2004-01-01 21:48 ` pinskia at gcc dot gnu dot org
  2004-01-31  3:33 ` pinskia at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-01-01 21:48 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-01-01 21:48 -------
The problem is that GCC is to the stack too early i, so pushing to the tree-ssa.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Last reconfirmed|2003-11-07 19:12:18         |2004-01-01 21:48:42
               date|                            |
   Target Milestone|---                         |tree-ssa


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


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug optimization/9327] extra mov instructions on intel
       [not found] <20030115071601.9327.reza@linisoft.com>
  2003-05-26 22:22 ` [Bug optimization/9327] extra mov instructions on intel pinskia@physics.uc.edu
  2004-01-01 21:48 ` pinskia at gcc dot gnu dot org
@ 2004-01-31  3:33 ` pinskia at gcc dot gnu dot org
  2004-05-13 23:55 ` [Bug tree-optimization/9327] " pinskia at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-01-31  3:33 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |enhancement


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


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug tree-optimization/9327] extra mov instructions on intel
       [not found] <20030115071601.9327.reza@linisoft.com>
                   ` (2 preceding siblings ...)
  2004-01-31  3:33 ` pinskia at gcc dot gnu dot org
@ 2004-05-13 23:55 ` pinskia at gcc dot gnu dot org
  2004-05-24 10:06 ` pinskia at gcc dot gnu dot org
  2004-08-22  7:44 ` pinskia at gcc dot gnu dot org
  5 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-05-13 23:55 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-05-13 13:39 -------
Confirmed still, there is only one extra move now and only on the for loop:
.L2:
        leal    1(%edx), %eax
        cmpl    $9, %eax
        movl    %eax, %edx
        jle     .L2

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|rtl-optimization            |tree-optimization
   Last reconfirmed|2004-03-03 06:29:23         |2004-05-13 13:39:20
               date|                            |


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


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug tree-optimization/9327] extra mov instructions on intel
       [not found] <20030115071601.9327.reza@linisoft.com>
                   ` (3 preceding siblings ...)
  2004-05-13 23:55 ` [Bug tree-optimization/9327] " pinskia at gcc dot gnu dot org
@ 2004-05-24 10:06 ` pinskia at gcc dot gnu dot org
  2004-08-22  7:44 ` pinskia at gcc dot gnu dot org
  5 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-05-24 10:06 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|3.5.0                       |---


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


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug tree-optimization/9327] extra mov instructions on intel
       [not found] <20030115071601.9327.reza@linisoft.com>
                   ` (4 preceding siblings ...)
  2004-05-24 10:06 ` pinskia at gcc dot gnu dot org
@ 2004-08-22  7:44 ` pinskia at gcc dot gnu dot org
  5 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-08-22  7:44 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-08-22 07:44 -------
Fixed on the mainline.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |3.5.0


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


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2004-08-22  7:44 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20030115071601.9327.reza@linisoft.com>
2003-05-26 22:22 ` [Bug optimization/9327] extra mov instructions on intel pinskia@physics.uc.edu
2004-01-01 21:48 ` pinskia at gcc dot gnu dot org
2004-01-31  3:33 ` pinskia at gcc dot gnu dot org
2004-05-13 23:55 ` [Bug tree-optimization/9327] " pinskia at gcc dot gnu dot org
2004-05-24 10:06 ` pinskia at gcc dot gnu dot org
2004-08-22  7:44 ` pinskia at gcc dot gnu dot org

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).