[RelNotes] Add more details on the removal of the legacy optimization pipeline
authorArthur Eubanks <aeubanks@google.com>
Wed, 6 Sep 2023 18:28:38 +0000 (11:28 -0700)
committerTobias Hieta <tobias@hieta.se>
Wed, 6 Sep 2023 18:56:26 +0000 (20:56 +0200)
llvm/docs/ReleaseNotes.rst

index 0cb7a62..f08a5d8 100644 (file)
@@ -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