[all-commits] [llvm/llvm-project] d7e497: [mlir][CAPI, python bindings] Expose `Operation::s...
Maksim Levental via All-commits
all-commits at lists.llvm.org
Mon Oct 2 13:37:38 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d7e49736e61a6b8c622bdb05d4b808c2e3257e3d
https://github.com/llvm/llvm-project/commit/d7e49736e61a6b8c622bdb05d4b808c2e3257e3d
Author: Maksim Levental <maksim.levental at gmail.com>
Date: 2023-10-02 (Mon, 02 Oct 2023)
Changed paths:
M mlir/include/mlir-c/IR.h
M mlir/lib/Bindings/Python/IRCore.cpp
M mlir/lib/CAPI/IR/IR.cpp
A mlir/test/python/dialects/cf.py
Log Message:
-----------
[mlir][CAPI, python bindings] Expose `Operation::setSuccessor` (#67922)
This is useful for emitting (using the python bindings) `cf.br` to
blocks that are declared lexically post block creation.
More information about the All-commits
mailing list