Skip to content

Commit a72cc97

Browse files
arsenmtru
authored andcommitted
Add release note for assumes now recognizing class-like FP tests
1 parent 57381c3 commit a72cc97

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

llvm/docs/ReleaseNotes.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,9 +102,12 @@ Changes to TableGen
102102
* Named arguments are supported. Arguments can be specified in the form of
103103
``name=value``.
104104

105-
Changes to Interprocedural Optimizations
105+
Changes to Optimizations
106106
----------------------------------------
107107

108+
* :ref:`llvm.assume <int_assume>` now recognizes certain
109+
floating-point tests. e.g. ``__builtin_assume(!isnan(x))``
110+
108111
Changes to the AArch64 Backend
109112
------------------------------
110113

0 commit comments

Comments
 (0)