This is an archive of the discontinued LLVM Phabricator instance.

[OPENMP]Map data field with l-value reference types.
ClosedPublic

Authored by ABataev on Mar 17 2021, 1:33 PM.

Details

Summary

Added initial support dfor the mapping of the data members with l-value
reference types.

Diff Detail

Event Timeline

ABataev created this revision.Mar 17 2021, 1:33 PM
ABataev requested review of this revision.Mar 17 2021, 1:33 PM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptMar 17 2021, 1:33 PM
ABataev updated this revision to Diff 331623.Mar 18 2021, 10:57 AM

Rebase + fixes for references to complex data structures mapping

ABataev updated this revision to Diff 332296.Mar 22 2021, 8:23 AM

Rebase + fixes

jyu2 accepted this revision.Mar 24 2021, 8:03 PM

Thanks Alexey for adding this! The changes LGTM, but I'm not super well-versed with this. You may wait a bit for other reviewers to weigh in before landing.

This revision is now accepted and ready to land.Mar 24 2021, 8:03 PM
This revision was automatically updated to reflect the committed changes.