Skip to content

Commit 2770429

Browse files
committed
Also add the pass to wired
1 parent 118fa06 commit 2770429

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
@@ -38,7 +38,9 @@ def run_pass(method: ir.Method, *, fold=True, typeinfer=True):
3838

3939
@ir.dialect_group(structural_no_opt.union([op, wire]))
4040
def wired(self):
41+
py_mult_to_mult_pass = PyMultToSquinMult(self)
42+
4143
def run_pass(method):
42-
pass
44+
py_mult_to_mult_pass(method)
4345

4446
return run_pass

0 commit comments

Comments
 (0)