Skip to content

Commit 91ec8b4

Browse files
committed
rebase changes
1 parent 9359461 commit 91ec8b4

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

llvm/docs/ReleaseNotes.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -62,18 +62,18 @@ Changes to the LLVM IR
6262

6363
* Added `usub_cond` and `usub_sat` operations to `atomicrmw`.
6464

65-
* Remove the following intrinsics which can be replaced with a ``bitcast``:
65+
* Remove the following intrinsics which can be replaced with a `bitcast`:
6666

67-
* ``llvm.nvvm.bitcast.f2i``
68-
* ``llvm.nvvm.bitcast.i2f``
69-
* ``llvm.nvvm.bitcast.d2ll``
70-
* ``llvm.nvvm.bitcast.ll2d``
67+
* `llvm.nvvm.bitcast.f2i`
68+
* `llvm.nvvm.bitcast.i2f`
69+
* `llvm.nvvm.bitcast.d2ll`
70+
* `llvm.nvvm.bitcast.ll2d`
7171

7272
* Remove the following intrinsics which can be replaced with a funnel-shift:
7373

74-
* ``llvm.nvvm.rotate.b32``
75-
* ``llvm.nvvm.rotate.right.b64``
76-
* ``llvm.nvvm.rotate.b64``
74+
* `llvm.nvvm.rotate.b32`
75+
* `llvm.nvvm.rotate.right.b64`
76+
* `llvm.nvvm.rotate.b64`
7777

7878
* Remove the following intrinsics which can be replaced with an
7979
``addrspacecast``:

0 commit comments

Comments
 (0)