[PATCH] D115683: [clang][OpenMP] Add codegen for allocate directive's 'align' clause

David Pagan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 13 16:05:39 PST 2021


ddpagan created this revision.
Herald added subscribers: guansong, yaxunl.
ddpagan requested review of this revision.
Herald added a reviewer: jdoerfert.
Herald added subscribers: llvm-commits, sstefan1.
Herald added a project: LLVM.

[OpenMP] Added codegen for allocate directive's 'align' clause.


https://reviews.llvm.org/D115683

Files:
  clang/lib/CodeGen/CGOpenMPRuntime.cpp
  clang/test/OpenMP/align_clause_codegen.cpp
  clang/test/OpenMP/allocate_codegen.cpp
  clang/test/OpenMP/allocate_codegen_attr.cpp
  llvm/include/llvm/Frontend/OpenMP/OMPIRBuilder.h
  llvm/include/llvm/Frontend/OpenMP/OMPKinds.def

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D115683.394071.patch
Type: text/x-patch
Size: 33112 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211214/17bdda7e/attachment.bin>


More information about the llvm-commits mailing list