summaryrefslogtreecommitdiffstats
path: root/openmp/runtime/test/ompt/worksharing/for/auto.c
Commit message (Collapse)AuthorAgeFilesLines
* [OMPT] Fix parallel_id and task_id in loop_end with schedule staticJonas Hahnfeld2016-03-241-0/+7
For serialized parallel regions, wrong ids were reported. Now the same code is used as in kmp_dispatch.cpp which emits the correct ids. Differential Revision: http://reviews.llvm.org/D18348 llvm-svn: 264266
OpenPOWER on IntegriCloud