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/24333] missed div optimizations


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

--- Comment #7 from Pawel Sikora <pluto at agmk dot net> 2011-06-22 21:56:27 UTC ---
4.6 still affected:

f:      movl    %edi, %edx
        movl    %edi, %eax
        sarl    $31, %edx
        idivl   %edi
        ret


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