The test for the swap problem is not in SSA form. In particular, `i` is reassigned: https://github.com/sampsyo/bril/blob/175580e85cb6e4f78e82cdc8c26bfacfb0ef6c22/examples/test/from_ssa/swap-problem.bril#L2 https://github.com/sampsyo/bril/blob/175580e85cb6e4f78e82cdc8c26bfacfb0ef6c22/examples/test/from_ssa/swap-problem.bril#L19 If this is not supposed to be in SSA form, I can close the issue. Otherwise, it's a pretty trivial fix.
The test for the swap problem is not in SSA form. In particular,
iis reassigned:bril/examples/test/from_ssa/swap-problem.bril
Line 2 in 175580e
bril/examples/test/from_ssa/swap-problem.bril
Line 19 in 175580e
If this is not supposed to be in SSA form, I can close the issue. Otherwise, it's a pretty trivial fix.