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

Philip Pfaffe via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 27 07:47:01 PDT 2019


philip.pfaffe added a comment.

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?


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