Add release note for assumes now recognizing class-like FP tests
authorMatt Arsenault <Matthew.Arsenault@amd.com>
Tue, 25 Jul 2023 12:42:51 +0000 (08:42 -0400)
committerTobias Hieta <tobias@hieta.se>
Sat, 29 Jul 2023 06:39:50 +0000 (08:39 +0200)
llvm/docs/ReleaseNotes.rst

index d1fe340..52125ac 100644 (file)
@@ -102,9 +102,12 @@ Changes to TableGen
 * Named arguments are supported. Arguments can be specified in the form of
   ``name=value``.
 
-Changes to Interprocedural Optimizations
+Changes to Optimizations
 ----------------------------------------
 
+* :ref:`llvm.assume <int_assume>` now recognizes certain
+  floating-point tests. e.g. ``__builtin_assume(!isnan(x))``
+
 Changes to the AArch64 Backend
 ------------------------------