From: Eli Friedman
Date: Tue, 16 Jun 2009 10:24:13 +0000 (+0000)
Subject: Remove the "llvm.umul.with.overflow is broken" warning; it should be
X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=7ed5d56541575c4a02c9a29a6bfde0d018a7801b;p=oota-llvm.git
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.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@73484 91177308-0d34-0410-b5e6-96231b3b80d8
---
diff --git a/docs/LangRef.html b/docs/LangRef.html
index a79280c9fc3..de31e35674b 100644
--- a/docs/LangRef.html
+++ b/docs/LangRef.html
@@ -6429,9 +6429,6 @@ on any integer bit width.
Overview:
-Warning: 'llvm.umul.with.overflow' is badly broken. It is
-actively being fixed, but it should not currently be used!
-
The 'llvm.umul.with.overflow' family of intrinsic functions perform
a unsigned multiplication of the two arguments, and indicate whether an overflow
occurred during the unsigned multiplication.