[llvm] 2413d60 - [docs] Mention that the legacy PM is deprecated and will be removed after 14
Arthur Eubanks via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 1 23:32:11 PDT 2021
Author: Arthur Eubanks
Date: 2021-09-01T23:31:48-07:00
New Revision: 2413d6063b788c3abc69072d48afa0b2a6e3583c
URL: https://github.com/llvm/llvm-project/commit/2413d6063b788c3abc69072d48afa0b2a6e3583c
DIFF: https://github.com/llvm/llvm-project/commit/2413d6063b788c3abc69072d48afa0b2a6e3583c.diff
LOG: [docs] Mention that the legacy PM is deprecated and will be removed after 14
Per https://lists.llvm.org/pipermail/llvm-dev/2021-August/152305.html.
Reviewed By: MaskRay, fhahn
Differential Revision: https://reviews.llvm.org/D109080
Added:
Modified:
llvm/docs/ReleaseNotes.rst
Removed:
################################################################################
diff --git a/llvm/docs/ReleaseNotes.rst b/llvm/docs/ReleaseNotes.rst
index 33647660bc624..6408f63ef4a7c 100644
--- a/llvm/docs/ReleaseNotes.rst
+++ b/llvm/docs/ReleaseNotes.rst
@@ -56,7 +56,9 @@ Non-comprehensive list of changes in this release
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
------------------------
More information about the llvm-commits
mailing list