[PATCH] D71267: [OpenMPIRBuilder] Add support for generating kmpc_for_static_fini

Kiran Chandramohan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 10 06:29:29 PST 2019


kiranchandramohan created this revision.
Herald added subscribers: llvm-commits, guansong, hiraditya.
Herald added a reviewer: jdoerfert.
Herald added a project: LLVM.

Add support for generating kmpc_for_static_fini in the OpenMP IRBuilder
This is one of the steps required for being able to generate code for omp for/do loops.


https://reviews.llvm.org/D71267

Files:
  clang/include/clang/Basic/OpenMPKinds.h
  clang/lib/Basic/OpenMPKinds.cpp
  clang/lib/CodeGen/CGOpenMPRuntime.cpp
  clang/test/OpenMP/for_codegen.cpp
  llvm/include/llvm/Frontend/OpenMPConstants.h
  llvm/include/llvm/Frontend/OpenMPKinds.def
  llvm/include/llvm/Transforms/Utils/OpenMPIRBuilder.h
  llvm/lib/Frontend/OpenMPConstants.cpp
  llvm/lib/Frontend/OpenMPIRBuilder.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D71267.233077.patch
Type: text/x-patch
Size: 16050 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191210/605f8e89/attachment.bin>


More information about the llvm-commits mailing list