This is an archive of the discontinued LLVM Phabricator instance.

[OPENMP]Do no privatize const firstprivates in target regions.
ClosedPublic

Authored by ABataev on Jul 8 2021, 11:16 AM.

Details

Summary

No need to emit private copyfor firstprivate constants in target
regions, we can use the original copy instead.

Diff Detail

Event Timeline

ABataev created this revision.Jul 8 2021, 11:16 AM
ABataev requested review of this revision.Jul 8 2021, 11:16 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 8 2021, 11:16 AM
Herald added a subscriber: sstefan1. · View Herald Transcript
jhuber6 accepted this revision.Jul 8 2021, 11:37 AM

LGTM

Fixed the problem, Thanks.

This revision is now accepted and ready to land.Jul 8 2021, 11:37 AM
This revision was landed with ongoing or failed builds.Jul 8 2021, 12:15 PM
This revision was automatically updated to reflect the committed changes.