Remove the "llvm.umul.with.overflow is broken" warning; it should be
authorEli Friedman <eli.friedman@gmail.com>
Tue, 16 Jun 2009 10:24:13 +0000 (10:24 +0000)
committerEli Friedman <eli.friedman@gmail.com>
Tue, 16 Jun 2009 10:24:13 +0000 (10:24 +0000)
essentially working now, at least for common cases, and it shouldn't
silently generate bad code.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@73484 91177308-0d34-0410-b5e6-96231b3b80d8

docs/LangRef.html

index a79280c9fc3a45fc1a5e8fc24a400f82983824f1..de31e35674bf166b01154e5382fa27682fa710d7 100644 (file)
@@ -6429,9 +6429,6 @@ on any integer bit width.</p>
 
 <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>