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/24696] missing optimization in comparison of results of bit operations



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


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