]> granicus.if.org Git - clang/commit
[OpenMP] Codegen support for 'target teams' on the NVPTX device.
authorArpith Chacko Jacob <acjacob@us.ibm.com>
Thu, 26 Jan 2017 15:43:27 +0000 (15:43 +0000)
committerArpith Chacko Jacob <acjacob@us.ibm.com>
Thu, 26 Jan 2017 15:43:27 +0000 (15:43 +0000)
commitebb2227dbbabd2143dea51a7c7c29e31d20aa0ca
treee5935b9eaf6378c971c4217791cb9b4eacebc654
parent47f860ad43d16a00855f31650cad270537c87511
[OpenMP] Codegen support for 'target teams' on the NVPTX device.

This is a simple patch to teach OpenMP codegen to emit the construct
in Generic mode.

Reviewers: ABataev
Differential Revision: https://reviews.llvm.org/D29143

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@293183 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGOpenMPRuntimeNVPTX.cpp
test/OpenMP/nvptx_target_teams_codegen.cpp [new file with mode: 0644]