This is an archive of the discontinued LLVM Phabricator instance.

[OpenMP] Code generation for target data directive
ClosedPublic

Authored by sfantao on Feb 17 2016, 10:00 PM.

Details

Summary

This patch adds support for the target data directive code generation.

Part of the already existent functionality related with data maps is moved to a new function so that it could be reused.

Diff Detail

Event Timeline

sfantao updated this revision to Diff 48276.Feb 17 2016, 10:00 PM
sfantao retitled this revision from to [OpenMP] Code generation for target data directive.
sfantao updated this object.
sfantao updated this revision to Diff 48831.Feb 23 2016, 10:38 AM
sfantao updated this object.

Rebase.

ABataev accepted this revision.Feb 25 2016, 8:18 PM
ABataev edited edge metadata.

LG

lib/CodeGen/CGStmtOpenMP.cpp
3260–3262

Extra braces

3266–3268

Extra braces

This revision is now accepted and ready to land.Feb 25 2016, 8:18 PM
sfantao updated this revision to Diff 49244.Feb 26 2016, 2:31 PM
sfantao marked 2 inline comments as done.
sfantao edited edge metadata.

Remove extra braces.

Waiting on dependency.

sfantao updated this revision to Diff 55347.Apr 27 2016, 4:03 PM
  • Rebase.
sfantao closed this revision.Apr 27 2016, 4:04 PM