-
Notifications
You must be signed in to change notification settings - Fork 184
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support instantiations in block interpreter.
Now that we have block elaboration and visitors on those elaborations, we implement support for instantiations in the block interpreter. The idea is that there's a top-level elaborated block visitor that iterates through the elaborated nodes, implements inter-block ops, and then delegates the other ops to a per-block IR interpreter. These changes also extend to the block evaluator, which needs to elaborate in some places, update how registers are initialized, etc. PiperOrigin-RevId: 625088110
- Loading branch information
1 parent
5e6bad1
commit 93244c0
Showing
16 changed files
with
806 additions
and
92 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
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
Oops, something went wrong.