[Mlir-commits] [mlir] [mlir][python] bind block successors (PR #145116)

Maksim Levental llvmlistbot at llvm.org
Fri Jun 20 17:37:02 PDT 2025


================
@@ -54,10 +53,19 @@ def testBlockCreation():
             with InsertionPoint(middle_block) as middle_ip:
                 assert middle_ip.block == middle_block
                 cf.BranchOp([i32_arg], dest=successor_block)
----------------
makslevental wrote:

the blocks in question

https://github.com/llvm/llvm-project/pull/145116


More information about the Mlir-commits mailing list