[all-commits] [llvm/llvm-project] 9566ee: [MLIR][python bindings] TypeCasters for Attributes
Maksim Levental via All-commits
all-commits at lists.llvm.org
Wed Jun 7 10:58:14 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9566ee280607d91fa2e5eca730a6765ac84dfd0f
https://github.com/llvm/llvm-project/commit/9566ee280607d91fa2e5eca730a6765ac84dfd0f
Author: max <maksim.levental at gmail.com>
Date: 2023-06-07 (Wed, 07 Jun 2023)
Changed paths:
M mlir/include/mlir-c/BuiltinAttributes.h
M mlir/include/mlir-c/IR.h
M mlir/include/mlir/Bindings/Python/PybindAdaptors.h
M mlir/lib/Bindings/Python/IRAttributes.cpp
M mlir/lib/Bindings/Python/IRCore.cpp
M mlir/lib/Bindings/Python/IRModule.h
M mlir/lib/CAPI/IR/BuiltinAttributes.cpp
M mlir/lib/CAPI/IR/IR.cpp
M mlir/test/python/ir/attributes.py
Log Message:
-----------
[MLIR][python bindings] TypeCasters for Attributes
Differential Revision: https://reviews.llvm.org/D151840
More information about the All-commits
mailing list