[PATCH] D94644: [Inliner] Inline alwaysinline calls first

Arthur Eubanks via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jan 13 20:01:21 PST 2021


aeubanks added a comment.

In D94644#2497125 <https://reviews.llvm.org/D94644#2497125>, @mtrofin wrote:

> Would running the function simplification pipeline after the always inline pass address the issue?

Probably yes, but last time we measured the compile time implications of that, it was very noticeable, so I'd like to avoid that at least for now.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D94644



More information about the cfe-commits mailing list