Skip to content

Commit 4fc3e17

Browse files
authored
Revert "Dl/peephole optimize" (#484)
Reverts #482
1 parent 71030f2 commit 4fc3e17

File tree

3 files changed

+0
-98
lines changed

3 files changed

+0
-98
lines changed

src/kirin/rewrite/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
from .getitem import InlineGetItem as InlineGetItem
99
from .fixpoint import Fixpoint as Fixpoint
1010
from .getfield import InlineGetField as InlineGetField
11-
from .peephole import PeepholeOptimize as PeepholeOptimize
1211
from .apply_type import ApplyType as ApplyType
1312
from .compactify import CFGCompactify as CFGCompactify
1413
from .wrap_const import WrapConst as WrapConst

src/kirin/rewrite/peephole.py

Lines changed: 0 additions & 42 deletions
This file was deleted.

test/rewrite/test_peephole.py

Lines changed: 0 additions & 55 deletions
This file was deleted.

0 commit comments

Comments
 (0)