[PATCH] D100893: [FuncAttrs] Always preserve FunctionAnalysisManagerCGSCCProxy

Arthur Eubanks via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 20 15:13:19 PDT 2021


aeubanks added a comment.

This shouldn't help compile times yet since we still end up invalidating all the same analyses in `FunctionAnalysisManagerCGSCCProxy::Result::invalidate`, but it's a step in that direction.
I want to look into preserving analyses for functions not modified in a CGSCC pass, even if other functions are modified, to help D98103 <https://reviews.llvm.org/D98103> and compile times in general.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D100893



More information about the llvm-commits mailing list