================ @@ -5538,8 +5539,15 @@ void InstCombinePass::printPipeline( OS << '>'; } +char InstCombinePass::ID = 0; ---------------- mshockwave wrote: new PassManager Passes don't need ID IIRC. https://github.com/llvm/llvm-project/pull/112092