diff options
author | Alexey Bataev <a.bataev@hotmail.com> | 2015-04-14 03:29:22 +0000 |
---|---|---|
committer | Alexey Bataev <a.bataev@hotmail.com> | 2015-04-14 03:29:22 +0000 |
commit | 68adb7da1abdca258ccfb87e929a42fd7e7af940 (patch) | |
tree | 8d33a6d55ad69864f95330b8812950c179a8dea3 /llvm/lib/CodeGen/AsmPrinter/WinCodeViewLineTables.cpp | |
parent | 87afdeb8f56c4c71a8d121d87bda7955460e67b4 (diff) | |
download | bcm5719-llvm-68adb7da1abdca258ccfb87e929a42fd7e7af940.tar.gz bcm5719-llvm-68adb7da1abdca258ccfb87e929a42fd7e7af940.zip |
[OPENMP] Initial codegen for 'parallel sections' directive.
Emits code for outlined 'parallel' directive with the implicitly inlined 'sections' directive:
...
call __kmpc_fork_call(..., outlined_function, ...);
...
define internal void outlined_function(...) {
<code for implicit sections directive>;
}
Differential Revision: http://reviews.llvm.org/D8997
llvm-svn: 234849
Diffstat (limited to 'llvm/lib/CodeGen/AsmPrinter/WinCodeViewLineTables.cpp')
0 files changed, 0 insertions, 0 deletions