http://llvm.org/bugs/show_bug.cgi?id=9921
Eric Christopher <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #4 from Eric Christopher <[email protected]> 2011-06-20 19:00:59 CDT --- Should be fixed now: r133288 | echristo | 2011-06-17 13:41:29 -0700 (Fri, 17 Jun 2011) | 6 lines Lower multiply with overflow checking to __mulo<mode> calls if we haven't been able to lower them any other way. Fixes rdar://9090077 and rdar://9210061 r133318 | echristo | 2011-06-17 17:09:57 -0700 (Fri, 17 Jun 2011) | 6 lines Fix UMULO support for 2x register width to allow the full range without a libcall to a new mulo<mode> libcall that we'd have to create. Finishes the rest of rdar://9090077 and rdar://9210061 -- 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
