Skip to content

Commit 028251c

Browse files
committed
Also add the pass to wired
1 parent 2c78a87 commit 028251c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/bloqade/squin/groups.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,9 @@ def run_pass(method: ir.Method, *, fold=True, typeinfer=True):
3434

3535
@ir.dialect_group(structural_no_opt.union([op, wire]))
3636
def wired(self):
37+
py_mult_to_mult_pass = PyMultToSquinMult(self)
38+
3739
def run_pass(method):
38-
pass
40+
py_mult_to_mult_pass(method)
3941

4042
return run_pass

0 commit comments

Comments
 (0)