This is an archive of the discontinued LLVM Phabricator instance.

[flang][OpenMP] Fix collectSymbolSet for supporting default clause
AbandonedPublic

Authored by peixin on Jul 6 2022, 4:46 AM.

Details

Summary

The lowering of default clause requires creating multiple levels of host
associated symbols with private/firstprivate flag. Fix collectSymbolSet
so that it can collect all levels of symbols with the specific flag.

Diff Detail

Event Timeline

peixin created this revision.Jul 6 2022, 4:46 AM
peixin requested review of this revision.Jul 6 2022, 4:46 AM
peixin added a comment.Jul 6 2022, 4:48 AM

@NimishMishra Please try this to check if this can solve your problem of collecting symbols for default clause.

peixin updated this revision to Diff 443916.Jul 12 2022, 5:06 AM
peixin edited the summary of this revision. (Show Details)

Fix the typo.

peixin abandoned this revision.Jul 26 2022, 4:49 AM