forked from OSchip/llvm-project
97f15eda4f
Currently, passes are registered on a per-dialect basis, which provides the smallest footprint obviously. But for prototyping and experimentation, a convenience "all passes" module is provided, which registers all known MLIR passes in one run. Usage in Python: import mlir.all_passes_registration Reviewed By: mehdi_amini Differential Revision: https://reviews.llvm.org/D103130 |
||
---|---|---|
.. | ||
Bindings/Python | ||
Dialect | ||
AffineExpr.h | ||
AffineMap.h | ||
BuiltinAttributes.h | ||
BuiltinTypes.h | ||
Conversion.h | ||
Debug.h | ||
Diagnostics.h | ||
ExecutionEngine.h | ||
IR.h | ||
IntegerSet.h | ||
Pass.h | ||
Registration.h | ||
Support.h | ||
Transforms.h |