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

[DSE] Remove malloc from EarliestEscapeInfo before removing. (#84157) #8344

Merged
merged 1 commit into from
Mar 7, 2024

Conversation

fhahn
Copy link

@fhahn fhahn commented Mar 6, 2024

Not removing the malloc from earliest escape info leaves stale entries in the cache.

Fixes llvm#84051.

PR: llvm#84157

(cherry-picked from eb8f379)

)

Not removing the malloc from earliest escape info leaves stale entries
in the cache.

Fixes llvm#84051.

PR: llvm#84157

(cherry-picked from eb8f379)
@fhahn
Copy link
Author

fhahn commented Mar 6, 2024

@swift-ci please test

@fhahn
Copy link
Author

fhahn commented Mar 6, 2024

@swift-ci please test llvm

@fhahn fhahn merged commit ce41a43 into swiftlang:stable/20230725 Mar 7, 2024
3 of 5 checks passed
@fhahn fhahn deleted the dse-eei-invalidation branch May 10, 2024 18:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant