Skip to content

Commit

Permalink
Updated naming of pass registration
Browse files Browse the repository at this point in the history
  • Loading branch information
Jianyi Cheng committed Sep 18, 2024
1 parent ee68674 commit 1598a98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions xdsl/tools/command_line_tool.py
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ def get_stencil_bufferize():

return stencil_bufferize.StencilBufferize

def get_create_eclasses():
def get_eqsat_create_eclasses():
from xdsl.transforms import eqsat_create_eclasses

return eqsat_create_eclasses.EqsatCreateEclasses
Expand Down Expand Up @@ -488,7 +488,7 @@ def get_create_eclasses():
"stencil-unroll": get_stencil_unroll,
"stencil-bufferize": get_stencil_bufferize,
"test-lower-linalg-to-snitch": get_test_lower_linalg_to_snitch,
"eqsat-create-eclasses": get_create_eclasses,
"eqsat-create-eclasses": get_eqsat_create_eclasses,
}


Expand Down

0 comments on commit 1598a98

Please sign in to comment.