]> granicus.if.org Git - clang/commit
[OPENMP] Move handling of threadprivate vars from the stack, NFC.
authorAlexey Bataev <a.bataev@hotmail.com>
Wed, 26 Apr 2017 14:24:21 +0000 (14:24 +0000)
committerAlexey Bataev <a.bataev@hotmail.com>
Wed, 26 Apr 2017 14:24:21 +0000 (14:24 +0000)
commit9bdffb9899360b2598c110ebfcdc685f76c3ac50
tree6ad5c1d8f26b21b85d40039ba92c15c4b1042230
parent7ca19008749f426183ab9013a06e6eda89560e96
[OPENMP] Move handling of threadprivate vars from the stack, NFC.

Threadprivate variables do no need to be handled in the Stack of all
directives, moving it out for better performance and memory.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@301410 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaOpenMP.cpp