[llvm] [Analysis] Avoid running transform passes that have just been run (PR #112092)

Yingwei Zheng via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 14 03:00:45 PDT 2024


================
@@ -5538,8 +5539,15 @@ void InstCombinePass::printPipeline(
   OS << '>';
 }
 
+char InstCombinePass::ID = 0;
----------------
dtcxzyw wrote:

I don't have a plan to support legacy pass manager.


https://github.com/llvm/llvm-project/pull/112092


More information about the llvm-commits mailing list