[PATCH] D109080: [docs] Mention that the legacy PM is deprecated and will be removed after 14
Florian Hahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 1 12:14:10 PDT 2021
fhahn added inline comments.
================
Comment at: llvm/docs/ReleaseNotes.rst:60
+* Using the legacy pass manager for the optimization pipeline is deprecated and
+ will be removed after LLVM 14.
----------------
MaskRay wrote:
> Worth a bit more detail like
>
> "only a minimal level of effort need be made to maintain performance of the legacy pass manager" for the LLVM 14 release as mentioned by @ctetreau , or perhaps phase more briefly.
> "only a minimal level of effort need be made to maintain performance of the legacy pass manager" for the LLVM 14 release as mentioned by @ctetreau , or perhaps phase more briefly.
That would be a great addition!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D109080/new/
https://reviews.llvm.org/D109080
More information about the llvm-commits
mailing list