This is an archive of the discontinued LLVM Phabricator instance.

[OPENMP] Support for codegen of private clause of target, host side
ClosedPublic

Authored by carlo.bertolli on Mar 11 2016, 3:07 PM.

Details

Reviewers
kkwli0
ABataev
Summary

This patch adds support for codegen of private clause of target and a regression test for host code generation, when the host is used as target device. I believe that code generation for nvptx backend would not require anything additional or different to what is done for the host.

Diff Detail

Repository
rL LLVM

Event Timeline

carlo.bertolli retitled this revision from to [OPENMP] Support for codegen of private clause of target, host side.
carlo.bertolli updated this object.
carlo.bertolli added reviewers: ABataev, kkwli0.
carlo.bertolli set the repository for this revision to rL LLVM.

[OPENMP] Add testing for 32-bit arch

[OPENMP] Add missing check macros in regression test and remove reference to firstprivate (will come in next patch).

ABataev accepted this revision.Mar 13 2016, 10:15 PM
ABataev edited edge metadata.

LG

This revision is now accepted and ready to land.Mar 13 2016, 10:15 PM

Committed revision 263654.