[all-commits] [llvm/llvm-project] 8be5a0: [OPENMP]Emit artificial threprivate vars as thread...
Alexey Bataev via All-commits
all-commits at lists.llvm.org
Tue Dec 31 11:18:41 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 8be5a0fe12bb9114bb82986b1dcb9205699aa085
https://github.com/llvm/llvm-project/commit/8be5a0fe12bb9114bb82986b1dcb9205699aa085
Author: Alexey Bataev <a.bataev at hotmail.com>
Date: 2019-12-31 (Tue, 31 Dec 2019)
Changed paths:
M clang/lib/CodeGen/CGOpenMPRuntime.cpp
M clang/test/OpenMP/master_taskloop_reduction_codegen.cpp
M clang/test/OpenMP/master_taskloop_simd_reduction_codegen.cpp
M clang/test/OpenMP/parallel_master_taskloop_reduction_codegen.cpp
M clang/test/OpenMP/parallel_master_taskloop_simd_reduction_codegen.cpp
M clang/test/OpenMP/taskloop_reduction_codegen.cpp
M clang/test/OpenMP/taskloop_simd_reduction_codegen.cpp
Log Message:
-----------
[OPENMP]Emit artificial threprivate vars as threadlocal, if possible.
It may improve performance for declare reduction constructs.
More information about the All-commits
mailing list