[PATCH] D79034: [OPENMP50]Codegen for reduction clauses with 'task' modifier.
Alexey Bataev via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri May 1 17:20:44 PDT 2020
This revision was automatically updated to reflect the committed changes.
Closed by commit rG8c2f4e0e855c: [OPENMP50]Codegen for reduction clauses with 'task' modifier. (authored by ABataev).
Changed prior to commit:
https://reviews.llvm.org/D79034?vs=260736&id=261577#toc
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D79034/new/
https://reviews.llvm.org/D79034
Files:
clang/include/clang/AST/StmtOpenMP.h
clang/lib/AST/StmtOpenMP.cpp
clang/lib/CodeGen/CGOpenMPRuntime.cpp
clang/lib/CodeGen/CGOpenMPRuntime.h
clang/lib/CodeGen/CGStmtOpenMP.cpp
clang/lib/Sema/SemaOpenMP.cpp
clang/lib/Serialization/ASTReaderStmt.cpp
clang/lib/Serialization/ASTWriterStmt.cpp
clang/test/OpenMP/distribute_parallel_for_reduction_task_codegen.cpp
clang/test/OpenMP/for_reduction_task_codegen.cpp
clang/test/OpenMP/parallel_for_reduction_task_codegen.cpp
clang/test/OpenMP/parallel_master_reduction_task_codegen.cpp
clang/test/OpenMP/parallel_reduction_task_codegen.cpp
clang/test/OpenMP/parallel_sections_reduction_task_codegen.cpp
clang/test/OpenMP/sections_reduction_task_codegen.cpp
clang/test/OpenMP/target_parallel_for_reduction_task_codegen.cpp
clang/test/OpenMP/target_parallel_reduction_task_codegen.cpp
clang/test/OpenMP/target_teams_distribute_parallel_for_reduction_task_codegen.cpp
clang/test/OpenMP/teams_distribute_parallel_for_reduction_task_codegen.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D79034.261577.patch
Type: text/x-patch
Size: 172559 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200502/7555443b/attachment-0001.bin>
More information about the cfe-commits
mailing list