[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 12:14:17 PDT 2021


aeubanks updated this revision to Diff 370020.
aeubanks added a comment.

wording


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. Only minimal effort will be made to maintain
+  the legacy pass manager's performance in the meantime.
 
 Changes to building LLVM
 ------------------------


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D109080.370020.patch
Type: text/x-patch
Size: 511 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210901/5a073d58/attachment.bin>


More information about the llvm-commits mailing list