forked from llvm/circt
-
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.
[HW] InnerSymbolTable: only check top-level ops for portlists
This changes the inner symbol table to only check top-level operations for portlists. Trying to dyn_cast every single operation to PortList is expensive, and is not a cost we have to pay when only module operations have port lists.
- Loading branch information
Showing
1 changed file
with
9 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