This is an archive of the discontinued LLVM Phabricator instance.

[OPENMP][Analysis] Add analysis of the map clauses.
ClosedPublic

Authored by ABataev on Aug 23 2019, 10:55 AM.

Details

Summary

Added basic analysis of map clauses. Only map clauses with to and tofrom
map type must be analyzed since all other map types (alloc, delete, etc.) do not require to use the value of the initial variable, instead they create the new copy of the variable.

Diff Detail

Repository
rL LLVM

Event Timeline

ABataev created this revision.Aug 23 2019, 10:55 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 23 2019, 10:56 AM
Herald added a subscriber: guansong. · View Herald Transcript
NoQ accepted this revision.Aug 27 2019, 7:02 PM

Yes please! :)

This revision is now accepted and ready to land.Aug 27 2019, 7:02 PM
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptAug 28 2019, 7:53 AM