[all-commits] [llvm/llvm-project] 7842e7: [OPENMP50]Add codegen support for array shaping ex...

Alexey Bataev via All-commits all-commits at lists.llvm.org
Mon Mar 30 10:40:36 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 7842e7ebbf3b68ebe52592d51aaf7a20f94d047b
      https://github.com/llvm/llvm-project/commit/7842e7ebbf3b68ebe52592d51aaf7a20f94d047b
  Author: Alexey Bataev <a.bataev at hotmail.com>
  Date:   2020-03-30 (Mon, 30 Mar 2020)

  Changed paths:
    M clang/lib/CodeGen/CGOpenMPRuntime.cpp
    M clang/test/OpenMP/depobj_ast_print.cpp
    M clang/test/OpenMP/depobj_codegen.cpp
    M clang/test/OpenMP/task_codegen.c

  Log Message:
  -----------
  [OPENMP50]Add codegen support for array shaping expression in depend
clauses.

Implemented codegen for array shaping operation in depend clauses. The
begin of the expression is the pointer itself, while the size of the
dependence data is the mukltiplacation of all dimensions in the array
shaping expression.




More information about the All-commits mailing list