[PATCH] D78512: [llvm][NFC] Factor out inlining pipeline as a module pipeline.

Johannes Doerfert via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 21 09:42:09 PDT 2020


jdoerfert added a comment.

What about the old pass manager?



================
Comment at: llvm/test/Other/new-pm-defaults.ll:136
+; CHECK-O-NEXT: Running pass: PassManager<{{.*}}Module{{.*}}>
+; CHECK-O-NEXT: Starting llvm::Module pass manager run.
 ; CHECK-O-NEXT: Running pass: ModuleToPostOrderCGSCCPassAdaptor<{{.*}}LazyCallGraph{{.*}}>
----------------
This is not strictly speaking NFC. You could pass the ModulePassManager to the `buildInlinerPipeline` though.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D78512/new/

https://reviews.llvm.org/D78512





More information about the llvm-commits mailing list