Skip to content

Commit 1a98ae8

Browse files
committed
format
1 parent 6d2f472 commit 1a98ae8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

mlir/test/python/pass.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
from mlir.dialects import pdl
88
from mlir.rewrite import *
99

10+
1011
def log(*args):
1112
print(*args, file=sys.stderr)
1213
sys.stderr.flush()
@@ -18,6 +19,7 @@ def run(f):
1819
gc.collect()
1920
assert Context._get_live_count() == 0
2021

22+
2123
def make_pdl_module():
2224
with Location.unknown():
2325
pdl_module = Module.create()
@@ -43,6 +45,7 @@ def rew():
4345

4446
return pdl_module
4547

48+
4649
# CHECK-LABEL: TEST: testCustomPass
4750
@run
4851
def testCustomPass():

0 commit comments

Comments
 (0)