[all-commits] [llvm/llvm-project] 0a5cfb: [OpenMP] Use the align clause value from 'omp allo...

Mike Rice via All-commits all-commits at lists.llvm.org
Thu May 26 09:52:25 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 0a5cfbf7b2e82e7980b66428e88b4e28e814d7bb
      https://github.com/llvm/llvm-project/commit/0a5cfbf7b2e82e7980b66428e88b4e28e814d7bb
  Author: Mike Rice <michael.p.rice at intel.com>
  Date:   2022-05-26 (Thu, 26 May 2022)

  Changed paths:
    M clang/lib/CodeGen/CGDecl.cpp
    M clang/lib/CodeGen/CGOpenMPRuntime.cpp
    M clang/lib/CodeGen/CodeGenModule.cpp
    M clang/lib/CodeGen/CodeGenModule.h
    A clang/test/OpenMP/align_clause_global_codegen.cpp

  Log Message:
  -----------
  [OpenMP] Use the align clause value from 'omp allocate' for globals

Refactor the code that handles the align clause of 'omp allocate' so
it can be used with globals as well as local variables.

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




More information about the All-commits mailing list