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

Davide Italiano via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 23 14:39:36 PST 2022


davide added a comment.

To elaborate further, the testcase in the project issue reported is reduced from a preprocessed file that's approximately 1 million lines.
Even if people would like the remove `always_inline` -- it's very hard to understand where to start (and, realistically, it's a jenga tower of optimizations + templates).


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