[PATCH] D56430: Incorrect implicit data-sharing for nested tasks
Alexey Bataev via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Jan 9 06:16:49 PST 2019
ABataev accepted this revision.
ABataev added a comment.
This revision is now accepted and ready to land.
In D56430#1350706 <https://reviews.llvm.org/D56430#1350706>, @smateo wrote:
> Renaming the `isParallelRegion` function to `isImplicitTaskingRegion`.
>
> Shall we rename the `isParallelOrTaskRegion`to `isImplicitOrExplicitTaskingRegion`? It is only called 4 times.
>
> Thanks!
Yes, go ahead and do this.
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D56430/new/
https://reviews.llvm.org/D56430
More information about the cfe-commits
mailing list