[PATCH] D112292: [Clang][OpenMP] Allow loop iteration var with threadprivate directive
Deepak Eachempati via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Oct 22 12:57:18 PDT 2021
dreachem added a comment.
There still exists a restriction that the loop variable must not be threadprivate in OpenMP 5.1. See Canonical Loop Nest restrictions, p125, line 7:
> The loop iteration variable may not appear in a threadprivate directive.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D112292/new/
https://reviews.llvm.org/D112292
More information about the cfe-commits
mailing list