We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57381c3 commit a72cc97Copy full SHA for a72cc97
llvm/docs/ReleaseNotes.rst
@@ -102,9 +102,12 @@ Changes to TableGen
102
* Named arguments are supported. Arguments can be specified in the form of
103
``name=value``.
104
105
-Changes to Interprocedural Optimizations
+Changes to Optimizations
106
----------------------------------------
107
108
+* :ref:`llvm.assume <int_assume>` now recognizes certain
109
+ floating-point tests. e.g. ``__builtin_assume(!isnan(x))``
110
+
111
Changes to the AArch64 Backend
112
------------------------------
113
0 commit comments