[all-commits] [llvm/llvm-project] 69cc3c: [MLIR][python bindings] implement `PyValue` subcla...
Maksim Levental via All-commits
all-commits at lists.llvm.org
Fri Apr 14 12:27:23 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 69cc3cfb21b7b962ae77c2438bfb2d1e21f5f77e
https://github.com/llvm/llvm-project/commit/69cc3cfb21b7b962ae77c2438bfb2d1e21f5f77e
Author: max <maksim.levental at gmail.com>
Date: 2023-04-14 (Fri, 14 Apr 2023)
Changed paths:
M mlir/include/mlir/Bindings/Python/PybindAdaptors.h
M mlir/lib/Bindings/Python/IRCore.cpp
M mlir/python/mlir/dialects/python_test.py
M mlir/test/python/dialects/python_test.py
M mlir/test/python/lib/PythonTestCAPI.cpp
M mlir/test/python/lib/PythonTestCAPI.h
M mlir/test/python/lib/PythonTestModule.cpp
Log Message:
-----------
[MLIR][python bindings] implement `PyValue` subclassing to enable operator overloading
Differential Revision: https://reviews.llvm.org/D147758
More information about the All-commits
mailing list