================
@@ -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