This is an archive of the discontinued LLVM Phabricator instance.

[OPENMP]Fix PR49098: respect firstprivate of declare target variable.
ClosedPublic

Authored by ABataev on Mar 29 2021, 11:53 AM.

Details

Summary

Need to respect mapping/privatization of declare target variables in the
target regions if explicitly specified by the user.

Diff Detail

Event Timeline

ABataev created this revision.Mar 29 2021, 11:53 AM
ABataev requested review of this revision.Mar 29 2021, 11:53 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 29 2021, 11:53 AM
Herald added a subscriber: sstefan1. · View Herald Transcript
This revision is now accepted and ready to land.Apr 27 2021, 9:45 PM