[all-commits] [llvm/llvm-project] dbe867: [OPENMP]Do not capture global marked as shared in ...

Alexey Bataev via All-commits all-commits at lists.llvm.org
Tue Apr 7 14:42:23 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: dbe86786f7f19c3f1338437f4275797e08501efd
      https://github.com/llvm/llvm-project/commit/dbe86786f7f19c3f1338437f4275797e08501efd
  Author: Alexey Bataev <a.bataev at hotmail.com>
  Date:   2020-04-07 (Tue, 07 Apr 2020)

  Changed paths:
    M clang/lib/Sema/SemaOpenMP.cpp
    M clang/test/OpenMP/parallel_codegen.cpp

  Log Message:
  -----------
  [OPENMP]Do not capture global marked as shared in OpenMP region.

No need to capture the global variable marked as shared in the OpenMP
region, the original variable can be used.




More information about the All-commits mailing list