-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
OutlineCfg rewrite returns new BB and CFG nodes (#554)
This seems like a good use of the facility for a rewrite to return a rewrite-specific result, and preliminary to other upcoming PRs (specifically #247) The new CFG node is non-trivial to find given its parent (basic block) as that has several children: not only Input and Output but also constant nodes to build the predicate.
- Loading branch information
Showing
1 changed file
with
28 additions
and
8 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