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 middle-end/28685] Multiple comparisons are not simplified



------- Comment #3 from ubizjak at gmail dot com  2008-09-06 16:33 -------
gcc (4.4.0 20080906) still generates:

        cmpl    %esi, %edi
        sete    %al
        cmpl    %esi, %edi
        setl    %dl
        orl     %edx, %eax
        movzbl  %al, %eax
        ret


-- 


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


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