LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements-optional.txt
requirements.txt
setup.cfg
setup.py
versioneer.py
tests/__init__.py
tests/test_attribute_builder.py
tests/test_attribute_definition.py
tests/test_frontend_op_inserter.py
tests/test_frontend_python_code_check.py
tests/test_frontend_type_conversion.py
tests/test_ir.py
tests/test_irdl.py
tests/test_is_satisfying_hint.py
tests/test_mlctx.py
tests/test_mlir_converter.py
tests/test_mlir_printer.py
tests/test_operation_builder.py
tests/test_operation_definition.py
tests/test_parser.py
tests/test_parser_error.py
tests/test_pattern_rewriter.py
tests/test_printer.py
tests/test_rewriter.py
tests/test_ssa_value.py
tests/test_ssavalue.py
tests/test_use.py
xdsl/__init__.py
xdsl/_version.py
xdsl/ir.py
xdsl/irdl.py
xdsl/irdl_mlir_printer.py
xdsl/mlir_converter.py
xdsl/parser.py
xdsl/pattern_rewriter.py
xdsl/printer.py
xdsl/py.typed
xdsl/rewriter.py
xdsl/xdsl_opt_main.py
xdsl.egg-info/PKG-INFO
xdsl.egg-info/SOURCES.txt
xdsl.egg-info/dependency_links.txt
xdsl.egg-info/not-zip-safe
xdsl.egg-info/requires.txt
xdsl.egg-info/top_level.txt
xdsl/dialects/__init__.py
xdsl/dialects/affine.py
xdsl/dialects/arith.py
xdsl/dialects/builtin.py
xdsl/dialects/cf.py
xdsl/dialects/cmath.py
xdsl/dialects/func.py
xdsl/dialects/irdl.py
xdsl/dialects/llvm.py
xdsl/dialects/memref.py
xdsl/dialects/scf.py
xdsl/dialects/vector.py
xdsl/frontend/__init__.py
xdsl/frontend/block.py
xdsl/frontend/code_generation.py
xdsl/frontend/const.py
xdsl/frontend/context.py
xdsl/frontend/exception.py
xdsl/frontend/op_inserter.py
xdsl/frontend/program.py
xdsl/frontend/python_code_check.py
xdsl/frontend/symref.py
xdsl/frontend/type_conversion.py
xdsl/frontend/dialects/__init__.py
xdsl/frontend/dialects/builtin.py
xdsl/utils/__init__.py
xdsl/utils/diagnostic.py
xdsl/utils/exceptions.py
xdsl/utils/hints.py