[PATCH] D61953: [OpenMP][IRBuilder][WIP] Prototype OpenMPIRBuilder

Johannes Doerfert via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 15 09:44:13 PDT 2019


jdoerfert created this revision.
Herald added subscribers: llvm-commits, jfb, guansong, bollu, hiraditya, mgorny.
Herald added a project: LLVM.

NOTE: This is a WIP commit for discussion purposes!

This is the prototype OpenMPIRBuilder that can build `#pragma omp parallel` including privatization, outlining, and runtime check generation.


https://reviews.llvm.org/D61953

Files:
  clang/lib/CodeGen/CGExpr.cpp
  clang/lib/CodeGen/CGStmtOpenMP.cpp
  llvm/include/llvm/Transforms/Utils/OpenMPIRBuilder.h
  llvm/lib/IR/BasicBlock.cpp
  llvm/lib/Transforms/Utils/CMakeLists.txt
  llvm/lib/Transforms/Utils/OpenMPIRBuilder.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D61953.199616.patch
Type: text/x-patch
Size: 35422 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190515/d5e28e10/attachment.bin>


More information about the llvm-commits mailing list