llvm-project/mlir/test/Bindings/Python
zhanghb97 1f6c4d829c [mlir] Add Index Type, Floating Point Type and None Type subclasses to python bindings.
Based on the PyType and PyConcreteType classes, this patch implements the bindings of Index Type, Floating Point Type and None Type subclasses.
These three subclasses share the same binding strategy:
- The function pointer `isaFunction` points to `mlirTypeIsA***`.
- The `mlir***TypeGet` C API is bound with the `***Type` constructor in the python side.

Reviewed By: stellaraccident

Differential Revision: https://reviews.llvm.org/D86466
2020-08-24 18:54:54 +00:00
..
ir_attributes.py Add initial python bindings for attributes. 2020-08-23 22:16:23 -07:00
ir_module.py Add python bindings for Type and IntegerType. 2020-08-19 09:23:44 -07:00
ir_types.py [mlir] Add Index Type, Floating Point Type and None Type subclasses to python bindings. 2020-08-24 18:54:54 +00:00
lit.local.cfg