[PATCH] [OPENMP] Codegen for 'taskwait' directive.
Alexey Bataev
a.bataev at hotmail.com
Fri Apr 24 02:31:09 PDT 2015
Hi rjmccall, hfinkel,
Emit the following code for 'taskwait' directive within tied task:
```
call i32 @__kmpc_omp_taskwait(<loc>, i32 <thread_id>);
```
http://reviews.llvm.org/D9245
Files:
lib/CodeGen/CGOpenMPRuntime.cpp
lib/CodeGen/CGOpenMPRuntime.h
lib/CodeGen/CGStmtOpenMP.cpp
test/OpenMP/taskwait_codegen.cpp
EMAIL PREFERENCES
http://reviews.llvm.org/settings/panel/emailpreferences/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D9245.24367.patch
Type: text/x-patch
Size: 4132 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20150424/4dab28ac/attachment.bin>
More information about the cfe-commits
mailing list