[OpenMP] Add LIT test on task depend clause
authorAnimesh Kumar <animesh.kumar@amd.com>
Thu, 23 Mar 2023 09:28:01 +0000 (14:58 +0530)
committerAnimesh Kumar <animesh.kumar@amd.com>
Fri, 28 Apr 2023 10:23:41 +0000 (15:53 +0530)
commit578b2a36b6756f91e3e22d967f98efb5ff090d25
treef9670243b15417b13b4c4c467ef2cee24816fb03
parentcd68e17bc2f9b7b54a3d3ab5f917793d41ce17cb
[OpenMP] Add LIT test on task depend clause

The working of depend clause with iterator modifier
can be correctly tested by means of execution tests
and not at the LLVM IR level. These tests
are imported/inspired from the SOLLVE tests.

SOLLVE repo: https://github.com/SOLLVE/sollve_vv

Differential Revision: https://reviews.llvm.org/D146706
openmp/runtime/test/tasking/omp_task_depend_iterator.cpp [new file with mode: 0644]