[llvm] r184522 - Add a release note for removing the simplify-libcalls pass.

Meador Inge meadori at codesourcery.com
Thu Jun 20 20:08:23 PDT 2013


Author: meadori
Date: Thu Jun 20 22:08:23 2013
New Revision: 184522

URL: http://llvm.org/viewvc/llvm-project?rev=184522&view=rev
Log:
Add a release note for removing the simplify-libcalls pass.

Modified:
    llvm/trunk/docs/ReleaseNotes.rst

Modified: llvm/trunk/docs/ReleaseNotes.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/ReleaseNotes.rst?rev=184522&r1=184521&r2=184522&view=diff
==============================================================================
--- llvm/trunk/docs/ReleaseNotes.rst (original)
+++ llvm/trunk/docs/ReleaseNotes.rst Thu Jun 20 22:08:23 2013
@@ -50,6 +50,10 @@ Non-comprehensive list of changes in thi
   APFloat::isIEEENormal() was renamed to APFloat::isNormal(). This ensures that
   APFloat::isNormal() conforms to IEEE-754R-2008.
 
+* The library call simplification pass has been removed.  Its functionality
+  has been integrated into the instruction combiner and function attribute
+  marking passes.
+
 * ... next change ...
 
 .. NOTE





More information about the llvm-commits mailing list