------- Comment #1 from pinskia at gcc dot gnu dot org  2005-11-06 17:14 -------
The mainline gives:
f:
.LFB2:
        decq    %rdx
        movl    $1, %eax
        testq   %rdi, %rdx
        jne     .L4
        xorl    %eax, %eax
        testq   %rsi, %rdx
        setne   %al
.L4:
        rep ; ret
This is because of the improved PHI-OPT which I added but this is still not
fully optimized.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
           Keywords|                            |missed-optimization
   Last reconfirmed|0000-00-00 00:00:00         |2005-11-06 17:14:59
               date|                            |


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

Reply via email to