[all-commits] [llvm/llvm-project] 230953: [OPENMP]Fix PR48851: the locals are not globalized...
cilkplus via All-commits
all-commits at lists.llvm.org
Mon May 10 06:43:31 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 230953d5771f6f3ce6bf86b8bb6ae4d5eb75a218
https://github.com/llvm/llvm-project/commit/230953d5771f6f3ce6bf86b8bb6ae4d5eb75a218
Author: Alexey Bataev <a.bataev at outlook.com>
Date: 2021-05-10 (Mon, 10 May 2021)
Changed paths:
M clang/lib/CodeGen/CGOpenMPRuntime.cpp
M clang/test/OpenMP/nvptx_SPMD_codegen.cpp
Log Message:
-----------
[OPENMP]Fix PR48851: the locals are not globalized in SPMD mode.
Follow the more general patch for now, do not try to SPMDize the kernel
if the variable is used and local.
Differential Revision: https://reviews.llvm.org/D101911
More information about the All-commits
mailing list