This is an archive of the discontinued LLVM Phabricator instance.

[NFC][Flang][OpenMP] Refactor getting ompobject symbol
ClosedPublic

Authored by peixin on Jun 8 2022, 2:42 AM.

Details

Summary

Getting ompobject symbol is needed in multiple places and will be
needed later for the lowering of other constructs/clauses such as
copyin clause. Extract them into one function.

Diff Detail

Event Timeline

peixin created this revision.Jun 8 2022, 2:42 AM
peixin requested review of this revision.Jun 8 2022, 2:42 AM
This revision is now accepted and ready to land.Jun 8 2022, 2:50 AM
This revision was automatically updated to reflect the committed changes.