[LLVMbugs] [Bug 478] [x86] Ugly code for a simple function

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Thu Mar 2 14:34:34 PST 2006


http://llvm.cs.uiuc.edu/bugs/show_bug.cgi?id=478

evan.cheng at apple.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From evan.cheng at apple.com  2006-03-02 16:34 -------
We now generates:

_f:
        movl 4(%esp), %eax
        movl 8(%esp), %ecx
        movl %eax, %edx
        imull %ecx, %edx
        imull %eax, %eax
        imull %ecx, %ecx
        addl %eax, %ecx
        leal (%ecx,%edx,2), %eax
        ret

This is just as good as what gcc generates. :)



------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.




More information about the llvm-bugs mailing list