[PATCH] D146805: [Pass Builder] Allow Module Inliner for full lto

Arthur Eubanks (out until mid-April) via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 24 10:40:59 PDT 2023


aeubanks added a comment.

taking a closer look, this doesn't make sense. the LTO pipeline doesn't run the function simplification pipeline in `ModuleInlinerWrapperPass`, but `buildModuleInlinerPipeline` will run the function simplification pipeline. maybe you just want `ModuleInlinerPass`?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D146805



More information about the llvm-commits mailing list