Emit the following code for 'taskwait' directive within tied task:
call i32 @__kmpc_omp_taskwait(<loc>, i32 <thread_id>);
Paths
| Differential D9245
[OPENMP] Codegen for 'taskwait' directive. ClosedPublic Authored by ABataev on Apr 24 2015, 2:30 AM.
Details Summary Emit the following code for 'taskwait' directive within tied task: call i32 @__kmpc_omp_taskwait(<loc>, i32 <thread_id>);
Diff Detail
Event TimelineABataev updated this object. Closed by commit rL235836: [OPENMP] Codegen for 'taskwait' directive. (authored by ABataev). · Explain WhyApr 26 2015, 10:25 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 24454 cfe/trunk/lib/CodeGen/CGOpenMPRuntime.h
cfe/trunk/lib/CodeGen/CGOpenMPRuntime.cpp
cfe/trunk/lib/CodeGen/CGStmtOpenMP.cpp
cfe/trunk/test/OpenMP/taskwait_codegen.cpp
|