We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd53e5d commit 59dfcb0Copy full SHA for 59dfcb0
src/bloqade/squin/passes/qasm2_gate_func_to_squin.py
@@ -20,6 +20,7 @@ def rewrite_Statement(self, node: ir.Statement) -> RewriteResult:
20
sym_name=node.sym_name,
21
signature=node.signature,
22
body=node.body,
23
+ slots=node.slots,
24
)
25
node.replace_by(kirin_func)
26
0 commit comments