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 a1b0da0 commit 32cc734Copy full SHA for 32cc734
src/bloqade/squin/analysis/shape/analysis.py
@@ -17,7 +17,6 @@ class ShapeAnalysis(Forward[Shape]):
17
18
def initialize(self):
19
super().initialize()
20
- print(self.registry.statements)
21
return self
22
23
# Take a page from const prop in Kirin,
0 commit comments