[PATCH] D78941: [OPENMP]Allow cancellation constructs in target parallel regions.

Alexey Bataev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Apr 27 09:39:29 PDT 2020


ABataev created this revision.
ABataev added a reviewer: jdoerfert.
Herald added subscribers: guansong, yaxunl.
Herald added a project: clang.

omp cancellation point parallel and omp cancel parallel directives are
allowed in target paralle regions.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D78941

Files:
  clang/include/clang/AST/StmtOpenMP.h
  clang/lib/AST/StmtOpenMP.cpp
  clang/lib/CodeGen/CGOpenMPRuntime.cpp
  clang/lib/Sema/SemaOpenMP.cpp
  clang/lib/Serialization/ASTReaderStmt.cpp
  clang/lib/Serialization/ASTWriterStmt.cpp
  clang/test/OpenMP/target_parallel_ast_print.cpp
  clang/test/OpenMP/target_parallel_codegen.cpp
  clang/test/OpenMP/target_parallel_messages.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D78941.260355.patch
Type: text/x-patch
Size: 7802 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200427/ba0d5cd3/attachment-0001.bin>


More information about the cfe-commits mailing list