[PATCH] D56113: [OpenMP] Replace predetermined shared for const variable
Alexey Bataev via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Dec 28 09:22:23 PST 2018
ABataev added a comment.
The patch does not seem quite correct. I committed another fix for this problem.
There is still the problem with the explicitly specified `shared` clause on `target teams` directive, but I don't think that it must cause some troubles. The variable still should not be transferred from device to the host, so it is fine to pass by value into inner teams regions. Though, generally speaking, it must be fixed.
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D56113/new/
https://reviews.llvm.org/D56113
More information about the cfe-commits
mailing list