[llvm-commits] [llvm] r73484 - /llvm/trunk/docs/LangRef.html

Eli Friedman eli.friedman at gmail.com
Tue Jun 16 03:24:13 PDT 2009


Author: efriedma
Date: Tue Jun 16 05:24:13 2009
New Revision: 73484

URL: http://llvm.org/viewvc/llvm-project?rev=73484&view=rev
Log:
Remove the "llvm.umul.with.overflow is broken" warning; it should be 
essentially working now, at least for common cases, and it shouldn't 
silently generate bad code.


Modified:
    llvm/trunk/docs/LangRef.html

Modified: llvm/trunk/docs/LangRef.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/LangRef.html?rev=73484&r1=73483&r2=73484&view=diff

==============================================================================
--- llvm/trunk/docs/LangRef.html (original)
+++ llvm/trunk/docs/LangRef.html Tue Jun 16 05:24:13 2009
@@ -6429,9 +6429,6 @@
 
 <h5>Overview:</h5>
 
-<p><i><b>Warning:</b> '<tt>llvm.umul.with.overflow</tt>' is badly broken. It is
-actively being fixed, but it should not currently be used!</i></p>
-
 <p>The '<tt>llvm.umul.with.overflow</tt>' family of intrinsic functions perform
 a unsigned multiplication of the two arguments, and indicate whether an overflow
 occurred during the unsigned multiplication.</p>





More information about the llvm-commits mailing list