diff options
author | Vignesh Balasubramanian <Vignesh.Balasubrmanian@amd.com> | 2021-08-19 12:46:07 +0530 |
---|---|---|
committer | Vignesh Balasubramanian <Vignesh.Balasubrmanian@amd.com> | 2021-08-20 14:36:22 +0530 |
commit | 589519b9ab47694159e8c20fa89ae802380f185f (patch) | |
tree | b029bf3e41450050020f2afd71395695bc10ee91 /llvm/lib/Bitcode/Reader/BitcodeReader.cpp | |
parent | d1883bc3220d58dec96278abeb98590df8801044 (diff) | |
download | llvm-589519b9ab47694159e8c20fa89ae802380f185f.zip llvm-589519b9ab47694159e8c20fa89ae802380f185f.tar.gz llvm-589519b9ab47694159e8c20fa89ae802380f185f.tar.bz2 |
[OpenMP][OMPD]Code movement required for OMPD
These changes don't come under OMPD guard as it is a movement of existing code to capture parallel behavior correctly.
"Runtime Entry Points for OMPD" like "ompd_bp_parallel_begin" and "ompd_bp_parallel_begin" should be placed at the correct execution point for the debugging tool to access proper handles/data.
Without the below changes, in certain cases, debugging tool will pick the wrong parallel and task handle.
Reviewed By: @hbae
Differential Revision: https://reviews.llvm.org/D100366
Diffstat (limited to 'llvm/lib/Bitcode/Reader/BitcodeReader.cpp')
0 files changed, 0 insertions, 0 deletions