[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 13:34:36 PDT 2021
aeubanks updated this revision to Diff 370043.
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. 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.370043.patch
Type: text/x-patch
Size: 528 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210901/e782cf35/attachment.bin>
More information about the llvm-commits
mailing list