-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix read_and_write_sets() for ControlFlowRegion (spcl#1920)
The `PruneConnectors` transformation relies on `read_and_write_sets()` to identify connectors on a nested SDFG that refer to unused data containers. With the introduction of `ControlFlowRegion` nodes, the data containers can now be accessed by symbolic expressions used as conditions in such nodes. This case was not considered in baseline. --------- Co-authored-by: Philip Mueller <philip.mueller@cscs.ch>
- Loading branch information
1 parent
8c24a34
commit 118c131
Showing
2 changed files
with
54 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters