We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77e4091 commit 71a2f5eCopy full SHA for 71a2f5e
llvm/docs/ReleaseNotes.md
@@ -86,6 +86,8 @@ Changes to LLVM infrastructure
86
* Added the support for ``fmaximum`` and ``fminimum`` in ``atomicrmw`` instruction. The
87
comparison is expected to match the behavior of ``llvm.maximum.*`` and
88
``llvm.minimum.*`` respectively.
89
+* Removed the codegen pass ``finalize-mi-bundles``. The same functionality is
90
+ still available as an API function ``llvm::finalizeBundles``.
91
92
Changes to building LLVM
93
------------------------
0 commit comments