forked from OSchip/llvm-project
29099e03ce
The pass manager is moving towards being able to run on operations at arbitrary nesting. An operation may have both parent and child operations, and the AnalysisManager must be able to handle this generalization. The AnalysisManager class now contains generic 'getCachedParentAnalysis' and 'getChildAnalysis/getCachedChildAnalysis' functions to query analyses on parent/child operations. This removes the hard coded nesting relationship between Module/Function. PiperOrigin-RevId: 266003636 |
||
---|---|---|
.. | ||
Dialect | ||
IR | ||
Pass | ||
Quantizer/Support | ||
SDBM | ||
TableGen | ||
CMakeLists.txt |