[all-commits] [llvm/llvm-project] 98fbd9: [MLIR][python bindings] implement `replace_all_use...
Maksim Levental via All-commits
all-commits at lists.llvm.org
Mon Apr 24 08:09:09 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 98fbd9d3f940928e68566c2d3794d89e361fbf88
https://github.com/llvm/llvm-project/commit/98fbd9d3f940928e68566c2d3794d89e361fbf88
Author: max <maksim.levental at gmail.com>
Date: 2023-04-24 (Mon, 24 Apr 2023)
Changed paths:
M mlir/include/mlir-c/IR.h
M mlir/lib/Bindings/Python/IRCore.cpp
M mlir/lib/CAPI/IR/IR.cpp
M mlir/test/CAPI/ir.c
M mlir/test/python/ir/value.py
Log Message:
-----------
[MLIR][python bindings] implement `replace_all_uses_with` on `PyValue`
Differential Revision: https://reviews.llvm.org/D148816
More information about the All-commits
mailing list