8000 [HW] InnerSymbolTable: only check top-level ops for portlists by youngar · Pull Request #7767 · llvm/circt · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

[HW] InnerSymbolTable: only check top-level ops for portlists #7767

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 2, 2024

Conversation

youngar
Copy link
Member
@youngar youngar commented Nov 2, 2024

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.

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.
@youngar youngar added the HW Involving the `hw` dialect label Nov 2, 2024
@youngar youngar merged commit 1dc931d into llvm:main Nov 2, 2024
4 checks passed
@youngar youngar deleted the inner-sym-portlist branch November 2, 2024 17:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
HW Involving the `hw` dialect
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant
0