Skip to content

Commit

Permalink
hngng
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonLydike committed Jul 18, 2024
1 parent c9bd966 commit becb398
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/interactive/test_get_all_available_passes.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
from xdsl.interactive.passes import AvailablePass
from xdsl.interactive.rewrites import individual_rewrite
from xdsl.transforms import (
convert_riscv_to_llvm,
reconcile_unrealized_casts,
test_lower_memref_stream_to_snitch_stream,
)
Expand Down Expand Up @@ -35,6 +36,11 @@ def test_get_all_available_passes():

expected_res = tuple(
(
AvailablePass(
display_name="convert-riscv-to-llvm",
module_pass=convert_riscv_to_llvm.ConvertRiscvToLLVMPass,
pass_spec=None,
),
AvailablePass(
display_name="reconcile-unrealized-casts",
module_pass=reconcile_unrealized_casts.ReconcileUnrealizedCastsPass,
Expand Down

0 comments on commit becb398

Please sign in to comment.