[PATCH] D14940: [OpenMP] Update target directive codegen to use 4.5 implicit data mappings.

Samuel Antao via cfe-commits cfe-commits at lists.llvm.org
Mon Nov 30 19:53:33 PST 2015


sfantao updated this revision to Diff 41458.
sfantao marked 3 inline comments as done.
sfantao updated the summary for this revision.
sfantao added a comment.

Use isScalarType to decide whether to capture by reference or value for the target directive.


http://reviews.llvm.org/D14940

Files:
  include/clang/AST/Stmt.h
  include/clang/Sema/Sema.h
  lib/AST/Stmt.cpp
  lib/CodeGen/CGOpenMPRuntime.cpp
  lib/CodeGen/CGStmtOpenMP.cpp
  lib/CodeGen/CodeGenFunction.h
  lib/Sema/SemaExpr.cpp
  lib/Sema/SemaOpenMP.cpp
  lib/Sema/SemaStmt.cpp
  test/OpenMP/target_codegen.cpp
  test/OpenMP/target_codegen_global_capture.cpp
  test/OpenMP/target_map_codegen.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D14940.41458.patch
Type: text/x-patch
Size: 130506 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20151201/78452fd3/attachment-0001.bin>


More information about the cfe-commits mailing list