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

[flang][stack-arrays] Collect analysis results for OMP ws loops (llvm#103590) #145

Merged
merged 1 commit into from
Aug 19, 2024

Conversation

ergawy
Copy link

@ergawy ergawy commented Aug 19, 2024

Cherry pick of llvm#103590.

We missed collecting the analysis results for regions terminated with omp.yield. This result in missing some opportunities for malloc optimizations inside omp regions.

…#103590)

We missed collecting the analysis results for regions terminated with
`omp.yield`. This result in missing some opportunities for malloc
optimizations inside omp regions.
@ergawy ergawy requested a review from skatrak August 19, 2024 04:08
@ergawy ergawy changed the title [flang][stack-arrays] Collect analysis results for OMP ws loops (LLVM#103590) [flang][stack-arrays] Collect analysis results for OMP ws loops (llvm#103590) Aug 19, 2024
@ergawy ergawy merged commit 3d730dc into ROCm:amd-trunk-dev Aug 19, 2024
3 of 5 checks passed
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