[PATCH] D109080: [docs] Mention that the legacy PM is deprecated and will be removed after 14

Arthur Eubanks via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 1 23:32:18 PDT 2021


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG2413d6063b78: [docs] Mention that the legacy PM is deprecated and will be removed after 14 (authored by aeubanks).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D109080/new/

https://reviews.llvm.org/D109080

Files:
  llvm/docs/ReleaseNotes.rst


Index: llvm/docs/ReleaseNotes.rst
===================================================================
--- llvm/docs/ReleaseNotes.rst
+++ llvm/docs/ReleaseNotes.rst
@@ -56,7 +56,9 @@
 Changes to the LLVM IR
 ----------------------
 
-* ...
+* Using the legacy pass manager for the optimization pipeline is deprecated and
+  will be removed after LLVM 14. In the meantime, only minimal effort will be
+  made to maintain the legacy pass manager for the optimization pipeline.
 
 Changes to building LLVM
 ------------------------


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D109080.370172.patch
Type: text/x-patch
Size: 528 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210902/07f5c27b/attachment.bin>


More information about the llvm-commits mailing list