-
- Downloads
[OPENMP] Codegen for untied tasks.
If the untied clause is present on a task construct, any thread in the team can resume the task region after a suspension. Patch adds proper codegen for untied tasks. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@266754 91177308-0d34-0410-b5e6-96231b3b80d8
Showing
- lib/CodeGen/CGOpenMPRuntime.cpp 125 additions, 26 deletionslib/CodeGen/CGOpenMPRuntime.cpp
- lib/CodeGen/CGOpenMPRuntime.h 15 additions, 5 deletionslib/CodeGen/CGOpenMPRuntime.h
- lib/CodeGen/CGStmtOpenMP.cpp 42 additions, 42 deletionslib/CodeGen/CGStmtOpenMP.cpp
- lib/Sema/SemaOpenMP.cpp 5 additions, 6 deletionslib/Sema/SemaOpenMP.cpp
- test/OpenMP/task_codegen.cpp 43 additions, 4 deletionstest/OpenMP/task_codegen.cpp
- test/OpenMP/task_firstprivate_codegen.cpp 5 additions, 5 deletionstest/OpenMP/task_firstprivate_codegen.cpp
- test/OpenMP/task_private_codegen.cpp 5 additions, 4 deletionstest/OpenMP/task_private_codegen.cpp
Loading
Please register or sign in to comment