Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
matteonussbauemer committed Nov 7, 2023
1 parent 3bb3975 commit b00edd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dace/sdfg/analysis/writeset_underapproximation.py
Original file line number Diff line number Diff line change
Expand Up @@ -692,7 +692,7 @@ def _merge_subsets(subset_a: subsets.Subset, subset_b: subsets.Subset) -> subset
class UnderapproximateWrites(ppl.Pass):

def modifies(self) -> Modifies:
return ppl.Modifies.InterstateEdges | ppl.Modifies.States
return ppl.Modifies.Everything

def should_reapply(self, modified: ppl.Modifies) -> bool:
# If anything was modified, reapply
Expand Down

0 comments on commit b00edd2

Please sign in to comment.