[PATCH] D59869: [NewPM] Fix a nasty bug with analysis invalidation in the new PM.

Chandler Carruth via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 27 10:25:38 PDT 2019


chandlerc added a comment.

In D59869#1444442 <https://reviews.llvm.org/D59869#1444442>, @philip.pfaffe wrote:

> This makes complete sense to me. There is currently no way to invalidate an analysis for a specific IRUnit instance only, right? So not preserving an analysis cross-SCC will invalidate it for all?


Correct.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D59869





More information about the llvm-commits mailing list