We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 092b6c5 commit b5d3a64Copy full SHA for b5d3a64
llvm/docs/ReleaseNotes.rst
@@ -78,7 +78,9 @@ Changes to the LLVM IR
78
Changes to LLVM infrastructure
79
------------------------------
80
81
-* The legacy optimization pipeline has been removed.
+* 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.
84
85
* Alloca merging in the inliner has been removed, since it only worked with the
86
legacy inliner pass. Backend stack coloring should handle cases alloca
0 commit comments