This is an archive of the discontinued LLVM Phabricator instance.

[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 Timeline

ABataev updated this revision to Diff 24367.Apr 24 2015, 2:30 AM
ABataev retitled this revision from to [OPENMP] Codegen for 'taskwait' directive..
ABataev updated this object.
ABataev edited the test plan for this revision. (Show Details)
ABataev added reviewers: rjmccall, hfinkel.
ABataev added subscribers: Unknown Object (MLST), fraggamuffin, ejstotzer.
This revision was automatically updated to reflect the committed changes.