[PATCH] D138602: [WIP] Alwaysinliner time explosion with new pass manager

Davide Italiano via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 7 12:03:12 PST 2022


davide added a comment.

An interesting alternative might be limiting this to when we're optimizing for size. Not sure if it sounds good for you, but maybe it's better than a `cl::opt`.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D138602



More information about the llvm-commits mailing list