[PATCH] D109878: [ModuleInlinerWrapperPass] Do some naive printing of wrapped pipeline with -print-pipeline-passes

Arthur Eubanks via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 16 14:20:59 PDT 2021


aeubanks added a comment.

I think we shouldn't worry about the InlineAdvisor and params. For testing we already create a default InlineAdvisor if there isn't already one (`InlinerPass::getAdvisor()`). So I think we should still try to create something that can be passed to `-passes`


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D109878



More information about the llvm-commits mailing list