Skip to content
Commit ff23bb66 authored by Alexey Bataev's avatar Alexey Bataev
Browse files

[OPENMP][NVPTX]Reduce memory use for globalized vars in

target/teams/distribute regions.

Previously introduced globalization scheme that uses memory coalescing
scheme may increase memory usage fr the variables that are devlared in
target/teams/distribute contexts. We don't need 32 copies of such
variables, just 1. Patch reduces memory use in this case.

llvm-svn: 344273
parent f1f2a2a3
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment