[PATCH] D113644: [NFC][InlineAdvisor] Inform advisor when the module is invalidated

Arthur Eubanks via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 11 10:03:30 PST 2021


aeubanks added a comment.

are you actually seeing compile time improvements with this patch?

if nothing has been invalidated, then `FunctionPropertiesAnalysis` is still cached, and the recalculation would be negligible since we're just iterating through each function in the module and getting a cached int for each one and summing them together, which is basically free


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D113644



More information about the llvm-commits mailing list