Skip to content

Commit 71a2f5e

Browse files
committed
Add a release note
1 parent 77e4091 commit 71a2f5e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

llvm/docs/ReleaseNotes.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,8 @@ Changes to LLVM infrastructure
8686
* Added the support for ``fmaximum`` and ``fminimum`` in ``atomicrmw`` instruction. The
8787
comparison is expected to match the behavior of ``llvm.maximum.*`` and
8888
``llvm.minimum.*`` respectively.
89+
* Removed the codegen pass ``finalize-mi-bundles``. The same functionality is
90+
still available as an API function ``llvm::finalizeBundles``.
8991

9092
Changes to building LLVM
9193
------------------------

0 commit comments

Comments
 (0)