[LLVMbugs] [Bug 2544] vector uitofp does not select on x86 with SSE2

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Sun Jun 7 11:05:37 PDT 2009


http://llvm.org/bugs/show_bug.cgi?id=2544


Eli Friedman <sharparrow1 at yahoo.com> changed:

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




--- Comment #5 from Eli Friedman <sharparrow1 at yahoo.com>  2009-06-07 13:05:37 ---
I fixed this recently by adding UINT_TO_FP to the list of operations expanded
on x86.  We could probably generate better code by custom-lowering, but the
current result is good enough for now.


-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the llvm-bugs mailing list