[all-commits] [llvm/llvm-project] ea5b3e: [OPENMP50]Skip the first element when storing the ...

Alexey Bataev via All-commits all-commits at lists.llvm.org
Thu Mar 5 11:30:36 PST 2020


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

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

  Log Message:
  -----------
  [OPENMP50]Skip the first element when storing the list of dependencies
in depobj object.

The first element in the list of the dependencies is used for internal
purposes to store the number of the elements in the provided list.
The first element now is skipped and depobj object poits exactly to the
list of dependencies.




More information about the All-commits mailing list