[SystemZ] Add test missing from r186148
[oota-llvm.git] / docs / ReleaseNotes.rst
index ba235438ead2a3d150efeaac84c3143d394fe62a..88c1c05e1affe459c021c8168410abe714395d72 100644 (file)
@@ -46,6 +46,14 @@ Non-comprehensive list of changes in this release
 
 * The R600 backend is not marked experimental anymore and is built by default.
 
+* APFloat::isNormal() was renamed to APFloat::isFiniteNonZero() and
+  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