This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug tree-optimization/9327] extra mov instructions on intel


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]