llvm-project/mlir/unittests/Pass
River Riddle 4741ec6af0 Allow analyses to provide a hook 'isInvalidated' to determine if they are truly invalidated.
The hook has the following form:
*   `bool isInvalidated(const AnalysisManager::PreservedAnalyses &)`

Given a preserved analysis set, the analysis returns true if it should truly be
invalidated. This allows for more fine-tuned invalidation in cases where an
analysis wasn't explicitly marked preserved, but may be preserved(or
invalidated) based upon other properties; such as analyses sets.

PiperOrigin-RevId: 283582889
2019-12-03 11:14:20 -08:00
..
AnalysisManagerTest.cpp Allow analyses to provide a hook 'isInvalidated' to determine if they are truly invalidated. 2019-12-03 11:14:20 -08:00
CMakeLists.txt Add build files and update README. 2019-03-30 11:23:22 -07:00