[Openmp-commits] [openmp] [libomptarget] [OMPT] Fixed return address computation for OMPT events. (PR #80498)

Joseph Huber via Openmp-commits openmp-commits at lists.llvm.org
Fri Feb 2 14:10:42 PST 2024


https://github.com/jhuber6 commented:

Side note, we seem to have a lot of this "For each library entry point" logic. It may be good to unify this somehow.

In the future I'm going to simplify the timescope stuff as well by just making a thread local pointer to the `ident_t` so we don't need to care about where it's called from. So it's possible we could just put this in a single macro. Though that might be impossible considering that `OMPT_SUPPORT` needs to be checked.

https://github.com/llvm/llvm-project/pull/80498


More information about the Openmp-commits mailing list