[PATCH] D53448: [OpenMP][NVPTX] Use single loops when generating code for distribute parallel for

Phabricator via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Oct 29 08:49:12 PDT 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rL345509: [OpenMP][NVPTX] Use single loops when generating code for distribute parallel… (authored by gbercea, committed by ).
Herald added a subscriber: llvm-commits.

Changed prior to commit:
  https://reviews.llvm.org/D53448?vs=171499&id=171512#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D53448

Files:
  cfe/trunk/include/clang/AST/StmtOpenMP.h
  cfe/trunk/lib/AST/StmtOpenMP.cpp
  cfe/trunk/lib/CodeGen/CGOpenMPRuntime.cpp
  cfe/trunk/lib/CodeGen/CGOpenMPRuntime.h
  cfe/trunk/lib/CodeGen/CGOpenMPRuntimeNVPTX.cpp
  cfe/trunk/lib/CodeGen/CGOpenMPRuntimeNVPTX.h
  cfe/trunk/lib/CodeGen/CGStmtOpenMP.cpp
  cfe/trunk/lib/Sema/SemaOpenMP.cpp
  cfe/trunk/lib/Serialization/ASTReaderStmt.cpp
  cfe/trunk/lib/Serialization/ASTWriterStmt.cpp
  cfe/trunk/test/OpenMP/distribute_parallel_for_codegen.cpp
  cfe/trunk/test/OpenMP/distribute_parallel_for_simd_codegen.cpp
  cfe/trunk/test/OpenMP/nvptx_target_teams_distribute_parallel_for_codegen.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D53448.171512.patch
Type: text/x-patch
Size: 57553 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20181029/9d102291/attachment-0001.bin>


More information about the cfe-commits mailing list