[Openmp-commits] [PATCH] D158170: [OpenMP][Archer] Avoid false positive for OpenMP tasking

Jonas Hahnfeld via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Sun Sep 3 08:16:50 PDT 2023


Hahnfeld added a comment.

Ok; I still don't understand though why Archer needs to call `TsanNewMemory` both in `startTask` and again for the last `block` in `endTask`. Does the LLVM OpenMP runtime guarantee that there is only one range, or that the last range is "special" in some way?


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D158170/new/

https://reviews.llvm.org/D158170



More information about the Openmp-commits mailing list