[all-commits] [llvm/llvm-project] 80e15b: [Clang][OpenMP][OMPBuilder] Moving OMP allocation ...

fghanim via All-commits all-commits at lists.llvm.org
Sun Jun 28 17:10:44 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 80e15b4574f4a11792472249f64bac790145cc56
      https://github.com/llvm/llvm-project/commit/80e15b4574f4a11792472249f64bac790145cc56
  Author: Fady Ghanim <fghanim84 at gmail.com>
  Date:   2020-06-28 (Sun, 28 Jun 2020)

  Changed paths:
    M clang/lib/CodeGen/CGDecl.cpp
    M clang/lib/CodeGen/CGExpr.cpp
    M clang/lib/CodeGen/CGStmtOpenMP.cpp
    M clang/lib/CodeGen/CodeGenFunction.h

  Log Message:
  -----------
  [Clang][OpenMP][OMPBuilder] Moving OMP allocation and cache creation code to OMPBuilderCBHelpers

Summary:
Modified the OMPBuilderCBHelpers in the following ways:
- Moved location of class definition and deleted all constructors
- Moved OpenMP-specific address allocation of local variables
- Moved threadprivate variable creation for the current thread

Reviewers: jdoerfert

Subscribers: yaxunl, guansong, cfe-commits

Tags: #clang

Differential Revision: https://reviews.llvm.org/D79676




More information about the All-commits mailing list