[PATCH] D146243: [docs] Mention removal of legacy optimization pipeline and inliner alloca merging
Arthur Eubanks via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 16 10:48:29 PDT 2023
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGa63270cda814: [docs] Mention removal of legacy optimization pipeline and inliner alloca… (authored by aeubanks).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D146243/new/
https://reviews.llvm.org/D146243
Files:
llvm/docs/ReleaseNotes.rst
Index: llvm/docs/ReleaseNotes.rst
===================================================================
--- llvm/docs/ReleaseNotes.rst
+++ llvm/docs/ReleaseNotes.rst
@@ -61,6 +61,15 @@
* ``select``
+Changes to LLVM infrastructure
+-----------------------------
+
+* The legacy optimization pipeline has been removed.
+
+* Alloca merging in the inliner has been removed, since it only worked with the
+ legacy inliner pass. Backend stack coloring should handle cases alloca
+ merging initially set out to handle.
+
Changes to building LLVM
------------------------
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D146243.505875.patch
Type: text/x-patch
Size: 575 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230316/0eaab663/attachment.bin>
More information about the llvm-commits
mailing list