[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 Nov 23 11:22:15 PST 2016
chandlerc updated this revision to Diff 79130.
chandlerc added a comment.
Rebase now that we're using more clear types for the static key which is used
to compute an analysis ID.
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.79130.patch
Type: text/x-patch
Size: 31083 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161123/bf8d1ddb/attachment.bin>
More information about the llvm-commits
mailing list