[llvm-branch-commits] [llvm] b5d3a64 - [RelNotes] Add more details on the removal of the legacy optimization pipeline
Tobias Hieta via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Sun Sep 10 23:58:43 PDT 2023
Author: Arthur Eubanks
Date: 2023-09-06T20:56:26+02:00
New Revision: b5d3a646232a2afb26be1ec2932b7135cf206d9c
URL: https://github.com/llvm/llvm-project/commit/b5d3a646232a2afb26be1ec2932b7135cf206d9c
DIFF: https://github.com/llvm/llvm-project/commit/b5d3a646232a2afb26be1ec2932b7135cf206d9c.diff
LOG: [RelNotes] Add more details on the removal of the legacy optimization pipeline
Added:
Modified:
llvm/docs/ReleaseNotes.rst
Removed:
################################################################################
diff --git a/llvm/docs/ReleaseNotes.rst b/llvm/docs/ReleaseNotes.rst
index 0cb7a6266f1abf4..f08a5d8a65d12db 100644
--- a/llvm/docs/ReleaseNotes.rst
+++ b/llvm/docs/ReleaseNotes.rst
@@ -78,7 +78,9 @@ Changes to the LLVM IR
Changes to LLVM infrastructure
------------------------------
-* The legacy optimization pipeline has been removed.
+* The legacy optimization pipeline (``PassManagerBuilder.h``) has been removed.
+ See the `new pass manager docs <https://llvm.org/docs/NewPassManager.html>`_
+ for how to use the new pass manager APIs.
* Alloca merging in the inliner has been removed, since it only worked with the
legacy inliner pass. Backend stack coloring should handle cases alloca
More information about the llvm-branch-commits
mailing list