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 c4560b1 commit b98e266Copy full SHA for b98e266
src/bloqade/squin/op/rewrite.py
@@ -37,7 +37,7 @@ def rewrite_Statement(self, node: ir.Statement) -> RewriteResult:
37
node.replace_by(scale)
38
return RewriteResult(has_done_something=True)
39
40
- return RewriteResult()
+ return RewriteResult()
41
42
43
class PyMultToSquinMult(Pass):
0 commit comments