This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug tree-optimization/24333] missed div optimizations
- From: "pluto at agmk dot net" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Wed, 22 Jun 2011 21:56:59 +0000
- Subject: [Bug tree-optimization/24333] missed div optimizations
- Auto-submitted: auto-generated
- References: <bug-24333-4@http.gcc.gnu.org/bugzilla/>
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