Skip to content
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

[FIRRTL][IMDCE] Support operations with blocks #8158

Open
wants to merge 1 commit into
base: fschuiki/fix-hasDontTouch
Choose a base branch
from

Conversation

fabianschuiki
Copy link
Contributor

Avoid a crash in IMDCE when encountering a block argument that is not defined by a module, but some other operation that has nested blocks, such as a contract. Additionally, when handling liveness of generic operations, conservatively mark any nested blocks executable.

Avoid a crash in IMDCE when encountering a block argument that is not
defined by a module, but some other operation that has nested blocks,
such as a contract. Additionally, when handling liveness of generic
operations, conservatively mark any nested blocks executable.
@fabianschuiki fabianschuiki added bug Something isn't working FIRRTL Involving the `firrtl` dialect labels Jan 31, 2025
Copy link
Member

@uenoku uenoku left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working FIRRTL Involving the `firrtl` dialect
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants