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] Remove dead operation from live set. #5369

Merged
merged 1 commit into from
Jun 12, 2023

Conversation

dtzSiFive
Copy link
Contributor

No known issues here but keep these up-to-date,
may be important if the operation* is re-used.

Give common expression a name while visiting.

No known issues here but keep these up-to-date,
may be important if the operation* is re-used.

Give common expression a name while visiting.
@dtzSiFive dtzSiFive added the FIRRTL Involving the `firrtl` dialect label Jun 12, 2023
@dtzSiFive dtzSiFive requested a review from uenoku June 12, 2023 22:45
@dtzSiFive
Copy link
Contributor Author

Merging to keep things going, but @uenoku if you can sanity-check this that'd be appreciated! Should take 2s, only real change is being sure to remove dead (RAUW'd) value from the liveElements set.

@dtzSiFive dtzSiFive merged commit 0a70bc6 into llvm:main Jun 12, 2023
@dtzSiFive dtzSiFive deleted the feature/imdce-source-live branch June 12, 2023 22:47
@uenoku
Copy link
Member

uenoku commented Jun 13, 2023

Merging to keep things going, but @uenoku if you can sanity-check this that'd be appreciated! Should take 2s, only real change is being sure to remove dead (RAUW'd) value from the liveElements set.

Yes, I think we have to update liveElements to up-to-date. This change looks good to me!

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

Successfully merging this pull request may close these issues.

2 participants