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 71030f2 commit 4fc3e17Copy full SHA for 4fc3e17
src/kirin/rewrite/__init__.py
@@ -8,7 +8,6 @@
8
from .getitem import InlineGetItem as InlineGetItem
9
from .fixpoint import Fixpoint as Fixpoint
10
from .getfield import InlineGetField as InlineGetField
11
-from .peephole import PeepholeOptimize as PeepholeOptimize
12
from .apply_type import ApplyType as ApplyType
13
from .compactify import CFGCompactify as CFGCompactify
14
from .wrap_const import WrapConst as WrapConst
src/kirin/rewrite/peephole.py
test/rewrite/test_peephole.py
0 commit comments