[PATCH] D153679: [LegacyPM] Remove RewriteSymbolsLegacyPass
Steven Johnson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 26 10:32:36 PDT 2023
srj added a comment.
Is there any way to get this functionality without the LegacyPassManager?
Halide still relies on the LegacyPassManager for certain codegen paths, because (AFAIK) there is still no complete API to replace it with the newer PassManager. Our team would very much appreciate any pointers to how to modernize our usage in advance of Legacy API removal.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D153679/new/
https://reviews.llvm.org/D153679
More information about the llvm-commits
mailing list