This is an archive of the discontinued LLVM Phabricator instance.

[OpenMP] Codegen for target update directive.
ClosedPublic

Authored by sfantao on May 25 2016, 4:07 PM.

Details

Summary

This patch implements the code generation for the target update directive. The implemntation relies on the logic already in place for target data standalone directives, i.e. target enter/exit data.

Diff Detail

Event Timeline

sfantao updated this revision to Diff 58532.May 25 2016, 4:07 PM
sfantao retitled this revision from to [OpenMP] Codegen for target update directive..
sfantao updated this object.
sfantao added subscribers: cfe-commits, caomhin.
ABataev accepted this revision.May 25 2016, 8:25 PM
ABataev edited edge metadata.

LG

This revision is now accepted and ready to land.May 25 2016, 8:25 PM
sfantao updated this revision to Diff 58658.May 26 2016, 11:35 AM
sfantao edited edge metadata.
  • Adapt target update tests bits to reflect latest changes in the trunk.
sfantao closed this revision.May 26 2016, 11:36 AM