This is an archive of the discontinued LLVM Phabricator instance.

[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

Repository
rL LLVM

Event Timeline

ABataev updated this revision to Diff 18368.Jan 18 2015, 10:10 PM
ABataev retitled this revision from to [OPENMP] Codegen for 'taskyield' directive.
ABataev updated this object.
ABataev edited the test plan for this revision. (Show Details)
ABataev added a subscriber: Unknown Object (MLST).
This revision was automatically updated to reflect the committed changes.