[PATCH] D79675: [OpenMP][OMPBuilder] Adding Privatization Requirements to OMPIRBuilder
    Fady Ghanim via Phabricator via cfe-commits 
    cfe-commits at lists.llvm.org
       
    Thu May 14 09:11:05 PDT 2020
    
    
  
fghanim updated this revision to Diff 264006.
fghanim marked an inline comment as done.
fghanim added a comment.
- removed many Definitions from OMPKinds.def due to being added in D79739 <https://reviews.llvm.org/D79739>
- made changes based on reviewer comments
- added unit test for `CreateCopyinClauseBlocks()`
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D79675/new/
https://reviews.llvm.org/D79675
Files:
  clang/lib/CodeGen/CodeGenModule.cpp
  llvm/include/llvm/Frontend/OpenMP/OMPConstants.h
  llvm/include/llvm/Frontend/OpenMP/OMPIRBuilder.h
  llvm/include/llvm/Frontend/OpenMP/OMPKinds.def
  llvm/lib/Frontend/OpenMP/OMPConstants.cpp
  llvm/lib/Frontend/OpenMP/OMPIRBuilder.cpp
  llvm/unittests/Frontend/OpenMPIRBuilderTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D79675.264006.patch
Type: text/x-patch
Size: 16426 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200514/608abdea/attachment-0001.bin>
    
    
More information about the cfe-commits
mailing list