[all-commits] [llvm/llvm-project] 4f55ed: Add Python bindings for the OpaqueType
David Ittah via All-commits
all-commits at lists.llvm.org
Wed Jun 8 10:51:16 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4f55ed5a1ecb8f3a5b437676f519b8213af40026
https://github.com/llvm/llvm-project/commit/4f55ed5a1ecb8f3a5b437676f519b8213af40026
Author: dime10 <dime10 at users.noreply.github.com>
Date: 2022-06-08 (Wed, 08 Jun 2022)
Changed paths:
M mlir/include/mlir-c/BuiltinTypes.h
M mlir/lib/Bindings/Python/IRTypes.cpp
M mlir/lib/CAPI/IR/BuiltinTypes.cpp
M mlir/python/mlir/_mlir_libs/_mlir/ir.pyi
M mlir/test/CAPI/ir.c
M mlir/test/python/ir/builtin_types.py
Log Message:
-----------
Add Python bindings for the OpaqueType
Implement the C-API and Python bindings for the builtin opaque type, which was previously missing.
Reviewed By: ftynse
Differential Revision: https://reviews.llvm.org/D127303
More information about the All-commits
mailing list