[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:06:13 PDT 2023


aeubanks created this revision.
aeubanks added a reviewer: asbirlea.
Herald added a reviewer: ctetreau.
Herald added a project: All.
aeubanks requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Repository:
  rG LLVM Github Monorepo

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.505858.patch
Type: text/x-patch
Size: 575 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230316/76a71003/attachment.bin>


More information about the llvm-commits mailing list