Skip to content

Commit cc2684e

Browse files
committed
add release note
1 parent e797baf commit cc2684e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

llvm/docs/ReleaseNotes.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,12 @@ Changes to the LLVM IR
5656

5757
* Added ``usub_cond`` and ``usub_sat`` operations to ``atomicrmw``.
5858

59+
* Remove the following intrinsics which can be replaced with a funnel-shift:
60+
61+
* ``llvm.nvvm.rotate.b32``
62+
* ``llvm.nvvm.rotate.right.b64``
63+
* ``llvm.nvvm.rotate.b64``
64+
5965
Changes to LLVM infrastructure
6066
------------------------------
6167

0 commit comments

Comments
 (0)