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 _______________________________________________ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
