aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Bitcode/Reader/MetadataLoader.cpp
diff options
context:
space:
mode:
authorArpith Chacko Jacob <acjacob@us.ibm.com>2017-01-18 18:18:53 +0000
committerArpith Chacko Jacob <acjacob@us.ibm.com>2017-01-18 18:18:53 +0000
commit19b911cb75f2c37e1e16ea4e7b2046df96c8e5e4 (patch)
treef6f997fb17a7a5c696ca5010efaaac0dae6ca903 /llvm/lib/Bitcode/Reader/MetadataLoader.cpp
parent8829e961e6e3946972a14a69d44eaf92826af22c (diff)
downloadllvm-19b911cb75f2c37e1e16ea4e7b2046df96c8e5e4.zip
llvm-19b911cb75f2c37e1e16ea4e7b2046df96c8e5e4.tar.gz
llvm-19b911cb75f2c37e1e16ea4e7b2046df96c8e5e4.tar.bz2
[OpenMP] Codegen support for 'target parallel' on the host.
This patch adds support for codegen of 'target parallel' on the host. It is also the first combined directive that requires two or more captured statements. Support for this functionality is included in the patch. A combined directive such as 'target parallel' has two captured statements, one for the 'target' and the other for the 'parallel' region. Two captured statements are required because each has different implicit parameters (see SemaOpenMP.cpp). For example, the 'parallel' has 'global_tid' and 'bound_tid' while the 'target' does not. The patch adds support for handling multiple captured statements based on the combined directive. When codegen'ing the 'target parallel' directive, the 'target' outlined function is created using the outer captured statement and the 'parallel' outlined function is created using the inner captured statement. Reviewers: ABataev Differential Revision: https://reviews.llvm.org/D28753 llvm-svn: 292419
Diffstat (limited to 'llvm/lib/Bitcode/Reader/MetadataLoader.cpp')
0 files changed, 0 insertions, 0 deletions