[PATCH] D143388: [Lint] Use new PM instead of legacy PM in lintFunction and lintModule
Bjorn Pettersson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 6 10:20:37 PST 2023
bjope added a comment.
In D143388#4107271 <https://reviews.llvm.org/D143388#4107271>, @aeubanks wrote:
> can we delete the legacy pass?
It is a quite general analysis, so someone might of course add it in the backend to validate the IR just before ISel or similar. But I doubt that the pass is used like that, so we can probably delete the legacy version.
I can at least prepare another patch for removing the legacy pass, and then we'll see if/when we want to move forward with that.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D143388/new/
https://reviews.llvm.org/D143388
More information about the llvm-commits
mailing list