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 6552782 commit d4f46bbCopy full SHA for d4f46bb
src/bloqade/squin/passes/qasm2_to_squin.py
@@ -38,7 +38,6 @@ def unsafe_run(self, mt: ir.Method) -> RewriteResult:
38
mt.dialects = squin.kernel
39
40
# the rest is taken from the squin kernel
41
-
42
rewrite_result = Fold(dialects=mt.dialects).fixpoint(mt)
43
rewrite_result = (
44
TypeInfer(dialects=mt.dialects).unsafe_run(mt).join(rewrite_result)
0 commit comments