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 rtl-optimization/15533] Missed move to partial register


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-05-19 01:45 -------
With -march=i686:
        xorl    %edx, %edx
        xorb    %al, %al
        movb    a, %dl
        orl     %edx, %eax
        andl    $65535, %eax
        ret
Which is different but still inefficient, this is an rtl problem as the tree level is optimized as fully as it 
can be (well it could be a little more but it would not matter as I tried with the most optimal one for the 
trees.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |enhancement
             Status|UNCONFIRMED                 |NEW
          Component|tree-optimization           |rtl-optimization
     Ever Confirmed|                            |1
           Keywords|                            |missed-optimization
   Last reconfirmed|0000-00-00 00:00:00         |2004-05-19 01:45:30
               date|                            |


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


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