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] ExtractClasses: Fix use-after-free. #5429

Merged
merged 1 commit into from
Jun 20, 2023

Conversation

dtzSiFive
Copy link
Contributor

Fixes #5425.

This was on the module, but similarly don't erase
the IR until after removing from data-structure referring to it, as general good practice.

Fixes llvm#5425.

This was on the module, but similarly don't erase
the IR until after removing from data-structure referring to it,
as general good practice.
@dtzSiFive dtzSiFive added the FIRRTL Involving the `firrtl` dialect label Jun 20, 2023
@dtzSiFive dtzSiFive merged commit 9517297 into llvm:main Jun 20, 2023
@dtzSiFive dtzSiFive deleted the fix/issue-5425 branch June 20, 2023 15:08
@mikeurbach
Copy link
Contributor

Oops, thanks for fixing this!

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.

[FIRRTL] Nightly failing Valgrind test "extract-classes.mlir"
2 participants