Add FunctionType to MLIR C and Python bindings.
authorStella Laurenzo <stellaraccident@gmail.com>
Mon, 28 Sep 2020 14:28:04 +0000 (07:28 -0700)
committerStella Laurenzo <stellaraccident@gmail.com>
Mon, 28 Sep 2020 16:56:48 +0000 (09:56 -0700)
commit76753a597b5d9bf4addf19399ae30c4b3870a4a6
tree43c32d13b40a9d68f085577c2715bc9609eac6c3
parent37ef2255b6422b8e0b93f0becd340e041047a2aa
Add FunctionType to MLIR C and Python bindings.

Differential Revision: https://reviews.llvm.org/D88416
mlir/include/mlir-c/StandardTypes.h
mlir/lib/Bindings/Python/IRModules.cpp
mlir/lib/CAPI/IR/StandardTypes.cpp
mlir/test/Bindings/Python/ir_types.py
mlir/test/CAPI/ir.c