Skip to content

Commit b5d3a64

Browse files
aeubankstru
authored andcommitted
[RelNotes] Add more details on the removal of the legacy optimization pipeline
1 parent 092b6c5 commit b5d3a64

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

llvm/docs/ReleaseNotes.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,9 @@ Changes to the LLVM IR
7878
Changes to LLVM infrastructure
7979
------------------------------
8080

81-
* The legacy optimization pipeline has been removed.
81+
* The legacy optimization pipeline (``PassManagerBuilder.h``) has been removed.
82+
See the `new pass manager docs <https://llvm.org/docs/NewPassManager.html>`_
83+
for how to use the new pass manager APIs.
8284

8385
* Alloca merging in the inliner has been removed, since it only worked with the
8486
legacy inliner pass. Backend stack coloring should handle cases alloca

0 commit comments

Comments
 (0)