[PATCH] D52733: [OpenMP][NVPTX] Avoid data sharing if in parallel region
Alexey Bataev via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Oct 1 11:38:44 PDT 2018
ABataev added a comment.
It might lead to increased register pressure, isn't it? Currently, I'm trying to emit the code that can be optimized out and, thus, may decrease the register pressure. That's why I tried to reduce the number of the runtime checks.
Repository:
rC Clang
https://reviews.llvm.org/D52733
More information about the cfe-commits
mailing list