[PATCH] D28402: [OpenMP] support the 'is_device_ptr' clause with 'target parallel for simd' pragma

2017-01-09 Thread Phabricator via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL291537: [OpenMP] Support the 'is_device_ptr' clause with 'target parallel for simd'… (authored by kli). Changed prior to commit: https://reviews.llvm.org/D28402?vs=83372&id=83772#toc Repository: rL L

[PATCH] D28402: [OpenMP] support the 'is_device_ptr' clause with 'target parallel for simd' pragma

2017-01-06 Thread Kelvin Li via Phabricator via cfe-commits
kkwli0 created this revision. kkwli0 added reviewers: ABataev, sfantao, carlo.bertolli, arpith-jacob, mikerice, hfinkel. kkwli0 added a subscriber: cfe-commits. This patch is to add support of the 'is_device_ptr' clause in the 'target parallel for simd' pragma. https://reviews.llvm.org/D28402