Skip to content

Commit

Permalink
check_pattern_support update
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippvK committed Nov 12, 2024
1 parent e45abd7 commit 0bd59da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion seal5/transform/check_pattern_support/check.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ def check_noop(operation):
is_noop
or is_rvc
or (num_ins == 0)
or (num_outs == 0)
or (num_outs != 0)
or may_load
or may_store
or is_branch
Expand Down

0 comments on commit 0bd59da

Please sign in to comment.