[all-commits] [llvm/llvm-project] 77d049: [OPENMP]Fix datasharing checks for if clause in pa...

Alexey Bataev via All-commits all-commits at lists.llvm.org
Thu Nov 21 08:24:26 PST 2019


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 77d049d0c653798698fa24556115874828aae87b
      https://github.com/llvm/llvm-project/commit/77d049d0c653798698fa24556115874828aae87b
  Author: Alexey Bataev <a.bataev at hotmail.com>
  Date:   2019-11-21 (Thu, 21 Nov 2019)

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

  Log Message:
  -----------
  [OPENMP]Fix datasharing checks for if clause in parallel taskloop
directives.

If the default datasharing is set to none, the datasharing attributes
for variables in the condition of the if clause for the inner taskloop
  directive must be verified.




More information about the All-commits mailing list