http://llvm.org/bugs/show_bug.cgi?id=2544
Eli Friedman <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #5 from Eli Friedman <[email protected]> 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. _______________________________________________ LLVMbugs mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs
