For 'taskyield' directive emit call to kmp_int32 __kmpc_omp_taskyield(ident_t *, kmp_int32 global_tid, int end_part); runtime function call with end_part arg set to 0 (it is ignored).
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D7047
[OPENMP] Codegen for 'taskyield' directive ClosedPublic Authored by ABataev on Jan 18 2015, 10:10 PM.
Details Summary For 'taskyield' directive emit call to kmp_int32 __kmpc_omp_taskyield(ident_t *, kmp_int32 global_tid, int end_part); runtime function call with end_part arg set to 0 (it is ignored).
Diff Detail
Event TimelineABataev updated this object. Closed by commit rL228272: [OPENMP] Codegen for 'taskyield' directive (authored by ABataev). · Explain WhyFeb 4 2015, 9:59 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 19379 cfe/trunk/lib/CodeGen/CGOpenMPRuntime.h
cfe/trunk/lib/CodeGen/CGOpenMPRuntime.cpp
cfe/trunk/lib/CodeGen/CGStmtOpenMP.cpp
cfe/trunk/test/OpenMP/taskyield_codegen.cpp
|