Skip to content

Commit 38acf35

Browse files
committed
address comments - add release note
1 parent ff978f8 commit 38acf35

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

llvm/docs/ReleaseNotes.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,13 @@ 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 ``bitcast``:
60+
61+
* ``llvm.nvvm.bitcast.f2i``
62+
* ``llvm.nvvm.bitcast.i2f``
63+
* ``llvm.nvvm.bitcast.d2ll``
64+
* ``llvm.nvvm.bitcast.ll2d``
65+
5966
Changes to LLVM infrastructure
6067
------------------------------
6168

0 commit comments

Comments
 (0)