[PATCH] D23738: [PM] Extend the explicit 'invalidate' method API on analysis results to accept an Invalidator that allows them to invalidate themselves if their dependencies are in turn invalidated.

Chandler Carruth via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 24 17:55:53 PDT 2016


chandlerc updated this revision to Diff 69191.
chandlerc added a comment.

Rebase and incorporate the changes to the CGSCC layer. No substantial changes
though.


https://reviews.llvm.org/D23738

Files:
  include/llvm/Analysis/CFLAndersAliasAnalysis.h
  include/llvm/Analysis/CFLSteensAliasAnalysis.h
  include/llvm/Analysis/CGSCCPassManager.h
  include/llvm/Analysis/ObjCARCAliasAnalysis.h
  include/llvm/Analysis/ScopedNoAliasAA.h
  include/llvm/Analysis/TargetLibraryInfo.h
  include/llvm/Analysis/TargetTransformInfo.h
  include/llvm/Analysis/TypeBasedAliasAnalysis.h
  include/llvm/IR/PassManager.h
  include/llvm/IR/PassManagerInternal.h
  lib/Analysis/CGSCCPassManager.cpp
  unittests/Analysis/CGSCCPassManagerTest.cpp
  unittests/IR/PassManagerTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D23738.69191.patch
Type: text/x-patch
Size: 30005 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160825/befae21b/attachment-0001.bin>


More information about the llvm-commits mailing list