[OPENMP] Remove extra sync barriers for 'firstprivate' clause.
Sync barrier will be emitted after generation of firstprivate variables only if one of the firstprivate vars is used in lastprivate clause. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@260877 91177308-0d34-0410-b5e6-96231b3b80d8
Showing
- lib/CodeGen/CGStmtOpenMP.cpp 26 additions, 20 deletionslib/CodeGen/CGStmtOpenMP.cpp
- test/OpenMP/for_firstprivate_codegen.cpp 5 additions, 7 deletionstest/OpenMP/for_firstprivate_codegen.cpp
- test/OpenMP/parallel_firstprivate_codegen.cpp 3 additions, 6 deletionstest/OpenMP/parallel_firstprivate_codegen.cpp
- test/OpenMP/sections_firstprivate_codegen.cpp 5 additions, 8 deletionstest/OpenMP/sections_firstprivate_codegen.cpp
- test/OpenMP/single_firstprivate_codegen.cpp 1 addition, 2 deletionstest/OpenMP/single_firstprivate_codegen.cpp
Loading
Please register or sign in to comment