-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for
is_spill
annotations for inputs
Previously, SLOTHY would fail when a global input was spilled via an instruction annotated with `// @slothy:is_spill`. This commit fixes this by ad-hoc creating a VirtualInstruction node for the input in this case -- as is done during ordinary DFG parsing already.
- Loading branch information
1 parent
60b8cb8
commit 8c6fca2
Showing
1 changed file
with
33 additions
and
33 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