[OPENMP] Generalization of codegen for reduction clauses.
Reworked codegen for reduction clauses for future support of reductions in task-based directives. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@307910 91177308-0d34-0410-b5e6-96231b3b80d8
Showing
- lib/CodeGen/CGOpenMPRuntime.cpp 394 additions, 0 deletionslib/CodeGen/CGOpenMPRuntime.cpp
- lib/CodeGen/CGOpenMPRuntime.h 80 additions, 0 deletionslib/CodeGen/CGOpenMPRuntime.h
- lib/CodeGen/CGStmtOpenMP.cpp 90 additions, 387 deletionslib/CodeGen/CGStmtOpenMP.cpp
- test/OpenMP/for_reduction_codegen.cpp 7 additions, 7 deletionstest/OpenMP/for_reduction_codegen.cpp
- test/OpenMP/for_reduction_codegen_UDR.cpp 8 additions, 7 deletionstest/OpenMP/for_reduction_codegen_UDR.cpp
Loading
Please register or sign in to comment