[Openmp-commits] [PATCH] D41165: [OMPT] Set frame address when creating a task with dependences

Joachim Protze via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Sat Dec 23 06:50:34 PST 2017


protze.joachim added a comment.

In https://reviews.llvm.org/D41165#963515, @Hahnfeld wrote:

> Does the latest change assume `current_task == new_taskdata->td_parent` (which would make sense to me)? If not this change has more implications than the frame address.


Yes, that is the idea behind this change. This avoids to lookup the same pointer in two ways and especially I need the address also at the end of the function.


https://reviews.llvm.org/D41165





More information about the Openmp-commits mailing list