llvm-project/openmp/tools
Joachim Protze 639b397931 [OpenMP][Tools] Fix Archer handling of task dependencies
The current handling of dependencies in Archer has two flaws:

- annotation of dependency synchronization is not limited to sibling tasks
- annotation of in/out dependencies is based on the assumption, that dependency
  variables will rarely be byte-sized variables.

This patch introduces a map in the generating task to manage the dependency
variables for the child tasks. The map is only accesses from the generating
task, so no locking is necessary. This also limits the dependency-based
synchronization to sibling tasks.
This patch also introduces proper handling for new dependency types such as
mutexinoutset and inoutset.

Differential Revision: https://reviews.llvm.org/D103608
2021-06-09 13:36:20 +02:00
..
analyzer [OpenMP] Begin Adding OpenMP Tool to Gather OpenMP Information 2020-11-11 20:00:37 -05:00
archer [OpenMP][Tools] Fix Archer handling of task dependencies 2021-06-09 13:36:20 +02:00
multiplex [OpenMP][Tests][NFC] rename macro to avoid naming clash 2021-02-24 18:46:56 +01:00
CMakeLists.txt